@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Inter,system-ui,sans-serif;color:#142637;background:#f3f6f8;font-synthesis:none;--navy-950: #061f36;--navy-900: #082b4c;--navy-800: #0c3a62;--navy-700: #124c7d;--green-600: #1a9b63;--green-500: #22b573;--green-100: #e5f7ef;--blue-100: #e9f3fb;--amber-600: #b66b08;--amber-100: #fff3d8;--red-600: #c33c42;--red-100: #fcebec;--ink: #142637;--muted: #657689;--line: #dce4ea;--surface: #fff;--bg: #f3f6f8;--radius-sm: 7px;--radius-md: 11px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(10, 36, 58, .04), 0 4px 12px rgba(10, 36, 58, .03);--shadow-md: 0 12px 35px rgba(8, 43, 76, .1)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{margin-bottom:8px;color:var(--navy-950);font-size:clamp(1.75rem,3vw,2.3rem);line-height:1.15;letter-spacing:-.035em}h2{color:var(--navy-950);font-size:1.06rem;letter-spacing:-.015em;margin-bottom:4px}h3{color:var(--navy-950)}p{color:var(--muted)}.app-shell{min-height:100vh}.sidenav{position:fixed;z-index:30;inset:0 auto 0 0;width:258px;padding:26px 18px 20px;display:flex;flex-direction:column;color:#d6e4ef;background:linear-gradient(165deg,var(--navy-900),var(--navy-950))}.brand{min-height:86px;padding:0 10px;margin-bottom:24px;display:flex;align-items:flex-start;gap:12px}.brand__home{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.brand__mark{width:38px;height:38px;display:grid;place-items:center;color:var(--navy-950);background:var(--green-500);border-radius:10px 10px 10px 3px;font-size:1.35rem;font-weight:800}.brand__logo{width:142px;height:auto;display:block;object-fit:contain}.brand__subtitle{width:fit-content;padding:5px 9px;color:#b7c9d7;background:#ffffff12;border:1px solid rgba(255,255,255,.09);border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.02em}.brand strong,.brand span{display:block}.brand strong{color:#fff;font-size:1.1rem;letter-spacing:-.01em}.brand span{color:#91abc0;font-size:.69rem;margin-top:2px}.sidenav nav{min-height:0;display:grid;gap:5px;overflow-y:auto;scrollbar-width:thin}.sidenav nav a{display:flex;gap:13px;align-items:center;min-height:46px;padding:0 13px;border-radius:var(--radius-sm);color:#abc0d1;font-size:.88rem;font-weight:500;transition:.18s ease}.sidenav nav a:hover{color:#fff;background:#ffffff12}.sidenav nav a.active{color:#fff;background:#22b57326;box-shadow:inset 3px 0 var(--green-500)}.sidenav nav a.active svg{color:var(--green-500)}.nav-section-label{padding:0 13px;margin:2px 0 5px;color:#63859e;font-size:.57rem;font-weight:800;letter-spacing:.13em}.nav-section-label--module{margin-top:19px}.sidenav nav .module-switcher{min-height:63px;margin-bottom:8px;padding:9px 10px;gap:10px;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.09)}.sidenav nav .module-switcher:hover{background:#ffffff17}.module-switcher__mark{flex:none;width:34px;height:34px;display:grid;place-items:center;color:var(--navy-950);background:var(--green-500);border-radius:8px;font-size:.65rem;font-weight:900}.module-switcher>span:nth-child(2){min-width:0;flex:1}.module-switcher strong,.module-switcher small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-switcher strong{color:#fff;font-size:.69rem}.module-switcher small{color:#83a4bb;margin-top:3px;font-size:.58rem}.module-switcher>svg{width:14px;color:#718fa5}.environment{margin-top:auto;padding:15px 12px;display:flex;gap:10px;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);background:#ffffff0a}.environment__dot{width:8px;height:8px;border-radius:50%;background:var(--green-500);box-shadow:0 0 0 4px #22b5731f}.environment strong,.environment span{display:block}.environment strong{color:#dbe7ef;font-size:.72rem}.environment span{color:#7794aa;font-size:.65rem;margin-top:2px}.sidenav__close,.mobile-menu{display:none}.main{min-height:100vh;margin-left:258px}.topbar{height:73px;padding:0 38px;display:flex;align-items:center;justify-content:space-between;background:#ffffffeb;border-bottom:1px solid var(--line)}.topbar__eyebrow,.topbar__title{display:block}.topbar__eyebrow{color:var(--green-600);font-size:.62rem;font-weight:800;letter-spacing:.13em}.topbar__title{color:var(--navy-900);margin-top:2px;font-weight:700;font-size:.9rem}.topbar-actions{display:flex;align-items:center;gap:10px}.simulation-pill{padding:8px 12px;display:flex;align-items:center;gap:8px;color:#506578;border:1px solid var(--line);border-radius:999px;background:#f9fbfc;font-size:.72rem;font-weight:600}.simulation-pill span{width:7px;height:7px;border-radius:50%;background:var(--green-500)}.icon-button{width:34px;height:34px;display:inline-grid;place-items:center;color:#63798b;background:#fff;border:1px solid var(--line);border-radius:8px;transition:.16s ease}.icon-button:hover{color:var(--navy-800);background:var(--blue-100);border-color:#c7d8e5}.icon-button:disabled{cursor:not-allowed;opacity:.45}.icon-button svg{width:16px;height:16px}.icon-button--danger:hover{color:var(--red-600);background:var(--red-100);border-color:#f0c4c8}.page{max-width:1540px;margin:0 auto;padding:34px 38px 60px}.login-page{min-height:100vh;padding:28px;display:grid;place-items:center;background:radial-gradient(circle at top left,rgba(34,181,115,.14),transparent 32%),linear-gradient(135deg,var(--navy-950),var(--navy-800))}.login-card{width:min(430px,100%);padding:38px;background:#fff;border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:0 25px 70px #02142347}.login-logo{width:62px;height:62px;display:block;margin:0 0 18px;object-fit:contain;border-radius:14px;box-shadow:0 8px 22px #082b4c1f}.login-logo--wide{width:168px;height:auto;padding:12px 15px;background:linear-gradient(135deg,var(--navy-900),var(--navy-950));border-radius:14px;box-shadow:0 12px 28px #082b4c2e}.login-card .auth-step-icon{margin-left:0;margin-right:0}.login-card h1{margin-top:10px}.login-card p{margin-bottom:24px;font-size:.82rem;line-height:1.55}.login-card .field{margin-bottom:14px}.platform-hero{min-height:260px;padding:42px 46px;display:flex;align-items:center;justify-content:space-between;gap:40px;color:#fff;background:linear-gradient(125deg,var(--navy-950),#0b416c);border-radius:20px;overflow:hidden;position:relative}.platform-hero:after{content:"";position:absolute;width:310px;height:310px;right:-100px;top:-150px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 48px #ffffff06,0 0 0 96px #ffffff05}.platform-hero h1{max-width:680px;color:#fff;font-size:clamp(2rem,4vw,3rem)}.platform-hero p{max-width:620px;margin:15px 0 0;color:#afc5d5;font-size:1rem;line-height:1.6}.platform-hero .kicker{color:#48d395}.platform-hero__visual{z-index:1;display:flex;align-items:center}.platform-hero__visual span{width:64px;height:64px;display:grid;place-items:center;color:#b8ccda;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:16px}.platform-hero__visual span:nth-of-type(2){color:var(--navy-950);background:var(--green-500);transform:scale(1.12)}.platform-hero__visual svg{width:25px}.platform-hero__visual i{width:38px;height:1px;background:#ffffff3d}.platform-stats{margin:-26px 30px 34px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.platform-stats>div{min-height:92px;padding:19px 24px;display:grid;grid-template-columns:40px auto;grid-template-rows:1fr 1fr;column-gap:12px;align-items:center;border-left:1px solid var(--line)}.platform-stats>div:first-child{border:0}.platform-stat__icon{grid-row:1 / 3;width:40px;height:40px;display:grid;place-items:center;color:var(--green-600);background:var(--green-100);border-radius:10px}.platform-stat__icon svg{width:19px}.platform-stats strong{align-self:end;color:var(--navy-950);font-size:.95rem}.platform-stats small{align-self:start;color:var(--muted);font-size:.67rem}.platform-section__heading{margin-bottom:17px;display:flex;justify-content:space-between;align-items:end}.platform-section__heading h2{margin:0;font-size:1.25rem}.platform-section__heading p{margin:5px 0 0;font-size:.78rem}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.module-card{min-height:245px;padding:23px;position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:.2s ease}.module-card--active:hover{border-color:#9db9cd;box-shadow:var(--shadow-md);transform:translateY(-3px)}.module-card__mark{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;font-size:.72rem;font-weight:900}.module-card__mark--green{color:#117348;background:var(--green-100)}.module-card__mark--blue{color:var(--navy-700);background:var(--blue-100)}.module-card__mark--violet{color:#6a4ca1;background:#f0eafa}.module-card__status{position:absolute;top:24px;right:24px;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:.63rem;font-weight:700}.module-card__status span{width:7px;height:7px;background:var(--green-500);border-radius:50%}.module-card h3{margin:25px 0 7px;font-size:1rem}.module-card p{margin:0;font-size:.73rem;line-height:1.55}.module-card__footer{margin-top:auto;padding-top:20px;display:flex;justify-content:space-between;align-items:center;color:var(--navy-700);border-top:1px solid #edf1f4;font-size:.7rem;font-weight:800}.module-card__footer svg{width:15px}.module-card--planned{background:#f9fbfc;box-shadow:none}.module-card--planned .module-card__footer{color:#8293a0}.module-card--new{align-items:center;justify-content:center;text-align:center;background:transparent;border-style:dashed;box-shadow:none}.module-card--new>span{width:42px;height:42px;display:grid;place-items:center;color:var(--navy-700);background:#fff;border:1px solid var(--line);border-radius:50%}.module-card--new h3{margin:14px 0 5px}.page-heading{min-height:90px;margin-bottom:28px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.page-heading--hero{min-height:112px;align-items:center}.page-heading p{max-width:680px;margin:0;font-size:.92rem}.kicker{display:block;margin-bottom:8px;color:var(--green-600);font-size:.65rem;font-weight:800;letter-spacing:.14em}.count-pill{flex:none;padding:8px 12px;color:var(--navy-800);background:var(--blue-100);border-radius:999px;font-size:.75rem;font-weight:700}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card__header{min-height:76px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.card__header h2,.card__header p{margin:0}.card__header p{margin-top:4px;font-size:.76rem}.text-link{color:var(--navy-700);display:inline-flex;align-items:center;gap:6px;font-size:.76rem;font-weight:700}.text-link:hover{color:var(--green-600)}.button{min-height:43px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:.82rem;font-weight:700;transition:.18s ease}.button--primary{color:#fff;background:var(--navy-800);box-shadow:0 5px 14px #0c3a6229}.button--primary:hover{background:var(--navy-700);transform:translateY(-1px)}.button--secondary{color:var(--navy-800);background:#fff;border-color:#cbd7e0}.button--secondary:hover{border-color:var(--navy-700);background:var(--blue-100)}.button--wide{width:100%}.button:disabled{cursor:not-allowed;opacity:.6;transform:none}.button-row{display:flex;gap:10px;justify-content:center;margin-top:26px}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:20px}.stat-card{min-height:110px;padding:19px;display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.stat-card__icon{flex:none;width:42px;height:42px;display:inline-grid;place-items:center;border-radius:10px}.stat-card__icon svg{width:20px;height:20px;display:block}.stat-card__icon--blue{color:var(--navy-700);background:var(--blue-100)}.stat-card__icon--amber{color:var(--amber-600);background:var(--amber-100)}.stat-card__icon--green{color:var(--green-600);background:var(--green-100)}.stat-card__icon--red{color:var(--red-600);background:var(--red-100)}.stat-card div>span,.stat-card strong{display:block}.stat-card div>span{color:var(--muted);font-size:.72rem}.stat-card strong{color:var(--navy-950);margin-top:4px;font-size:1.7rem;line-height:1}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.card--span2{grid-column:1}.dashboard-grid .card:last-child{grid-column:1 / -1}.process{list-style:none;padding:22px 24px 8px;margin:0}.process li{position:relative;display:flex;gap:12px;padding-bottom:19px}.process li:not(:last-child):before{content:"";position:absolute;left:14px;top:29px;width:1px;height:24px;background:var(--line)}.process li>span{z-index:1;width:29px;height:29px;display:grid;place-items:center;color:var(--navy-800);background:var(--blue-100);border-radius:50%;font-size:.7rem;font-weight:800}.process strong,.process small{display:block}.process strong{color:var(--ink);font-size:.78rem}.process small{color:var(--muted);margin-top:2px;font-size:.67rem}.local-note{margin:8px 20px 20px;padding:13px;display:flex;gap:10px;align-items:flex-start;color:var(--amber-600);background:#fffaf0;border:1px solid #f1dfb9;border-radius:var(--radius-sm)}.local-note svg{flex:none}.local-note p{margin:0;color:#77633e;font-size:.69rem;line-height:1.5}.event-list{padding:4px 22px}.event-row{min-height:65px;display:grid;grid-template-columns:9px 1fr auto;gap:13px;align-items:center;border-bottom:1px solid #edf1f4}.event-row:last-child{border:0}.event-row strong,.event-row span{display:block}.event-row strong{font-size:.76rem}.event-row span{color:var(--muted);margin-top:3px;font-size:.67rem}.event-row time{color:var(--muted);font-size:.68rem}.severity-dot{width:8px;height:8px;display:inline-block;border-radius:50%;background:#7b8d9e}.severity-dot--info{background:#3188c8}.severity-dot--warning{background:#dda020}.severity-dot--error{background:var(--red-600)}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.76rem}th{padding:12px 16px;color:#6e7e8d;background:#f9fbfc;text-align:left;font-size:.64rem;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}td{padding:15px 16px;border-top:1px solid #edf1f4;vertical-align:middle}td strong,td small{display:block}td small{color:var(--muted);margin-top:4px;font-size:.65rem;white-space:nowrap}tbody tr:hover{background:#fbfcfd}.align-right{text-align:right}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem}.speed-chip{display:inline-flex;min-width:38px;padding:5px 8px;justify-content:center;color:var(--navy-800);background:var(--blue-100);border-radius:5px;font-size:.69rem;font-weight:800;white-space:nowrap}.badge{display:inline-flex;padding:5px 8px;align-items:center;border-radius:999px;font-size:.64rem;font-weight:700;white-space:nowrap}.badge--success{color:#117348;background:var(--green-100)}.badge--danger{color:#a72b32;background:var(--red-100)}.badge--warning{color:#9b5c08;background:var(--amber-100)}.badge--info{color:#17659a;background:var(--blue-100)}.request-form{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:20px;align-items:start}.form-main{display:grid;gap:18px}.form-section{padding:25px 26px 27px}.section-title{margin-bottom:25px;display:flex;gap:13px;align-items:center}.section-title>span{flex:none;width:35px;height:35px;display:grid;place-items:center;color:var(--green-600);background:var(--green-100);border-radius:9px;font-size:.68rem;font-weight:800}.section-title h2,.section-title p{margin:0}.section-title p{margin-top:3px;font-size:.72rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid--top{margin-top:22px}.field{min-width:0;display:block;color:#344b60;font-size:.74rem;font-weight:700}.field--full{grid-column:1 / -1}.field>span{display:block;margin-bottom:7px}.field em,.field-group em{color:var(--red-600);font-style:normal}.field input,.field select,.field textarea,.filters select{width:100%;color:var(--ink);background:#fbfcfd;border:1px solid #cfd9e1;border-radius:var(--radius-sm);outline:0;transition:.16s ease}.field input,.field select{height:43px;padding:0 12px}.field textarea{padding:12px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.filters select:focus,.search-box:focus-within{border-color:var(--navy-700);box-shadow:0 0 0 3px #124c7d1c;background:#fff}.field input:disabled{color:#738493;background:#eef2f5;cursor:not-allowed}.field-error{display:block;color:var(--red-600);margin-top:6px;font-size:.68rem;font-weight:600}.field-hint{display:block;color:var(--muted);margin-top:6px;font-size:.64rem;font-weight:400}.field-group{padding:0;margin:0;border:0}.field-group legend{color:#344b60;margin-bottom:9px;font-size:.74rem;font-weight:700}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.choice{height:44px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;color:#40566a;border:1px solid #d1dbe3;border-radius:var(--radius-sm);cursor:pointer;font-size:.75rem;font-weight:700;transition:.16s ease}.choice:hover{border-color:#83a6c0;background:#f7fafc}.choice--selected{color:var(--navy-800);border-color:var(--navy-700);background:var(--blue-100);box-shadow:inset 0 0 0 1px var(--navy-700)}.choice input{position:absolute;opacity:0;pointer-events:none}.choice svg{color:var(--green-600)}.field-group>.field{max-width:48%;margin-top:14px}.preview{margin-top:22px;padding:13px 15px;display:flex;align-items:center;gap:10px;color:var(--green-600);background:var(--green-100);border-radius:var(--radius-sm)}.preview p{margin:0;color:#287557;font-size:.75rem}.toggle-list{display:grid;gap:10px;margin-top:18px}.toggle-list label{min-height:60px;padding:11px 14px;display:flex;gap:12px;align-items:center;border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer}.toggle-list input{width:17px;height:17px;accent-color:var(--green-600)}.toggle-list strong,.toggle-list small{display:block}.toggle-list strong{color:#334c60;font-size:.76rem}.toggle-list small{color:var(--muted);margin-top:3px;font-size:.66rem}.sticky-summary{position:sticky;top:20px;padding:22px}.sticky-summary h3{margin-bottom:19px;font-size:.92rem}.summary-eyebrow{display:block;margin-bottom:5px;color:var(--green-600);font-size:.57rem;font-weight:800;letter-spacing:.11em}.sticky-summary dl{margin:0}.sticky-summary dl>div{padding:11px 0;display:flex;justify-content:space-between;gap:12px;border-top:1px solid #edf1f4}.sticky-summary dt{color:var(--muted);font-size:.7rem}.sticky-summary dd{margin:0;color:var(--ink);text-align:right;font-size:.72rem;font-weight:700;word-break:break-word}.sticky-summary .local-note{margin:15px 0}.summary-lines{margin-top:15px;display:grid;gap:6px}.summary-lines>div{min-height:42px;padding:7px 9px;display:grid;grid-template-columns:24px 50px 1fr;gap:7px;align-items:center;background:#f5f8fa;border-radius:6px}.summary-lines span{width:22px;height:22px;display:grid;place-items:center;color:var(--navy-700);background:var(--blue-100);border-radius:50%;font-size:.59rem;font-weight:800}.summary-lines strong{font-size:.68rem}.summary-lines small{color:var(--muted);font-size:.59rem;text-align:right}.robot-start-toggle{min-height:58px;margin-top:15px;padding:11px 12px;display:flex;align-items:center;gap:11px;background:var(--green-100);border:1px solid #c4ead8;border-radius:var(--radius-sm);cursor:pointer}.robot-start-toggle input{width:17px;height:17px;flex:none;accent-color:var(--green-600)}.robot-start-toggle strong,.robot-start-toggle small{display:block}.robot-start-toggle strong{color:#176743;font-size:.72rem}.robot-start-toggle small{color:#51816b;margin-top:3px;font-size:.61rem;line-height:1.35}.local-label,.environment-label{display:inline-flex;padding:4px 7px;color:#287557;background:var(--green-100);border-radius:4px;font-size:.63rem;font-weight:800}.inline-error{margin:0 0 13px;padding:10px;color:#a72b32;background:var(--red-100);border-radius:var(--radius-sm);font-size:.68rem;line-height:1.4}.inline-success{margin:13px 0 0;padding:10px;color:#176743;background:var(--green-100);border-radius:var(--radius-sm);font-size:.68rem;line-height:1.4}.success-view{max-width:690px;margin:60px auto;padding:50px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.success-view__icon{width:60px;height:60px;margin:0 auto 18px;display:grid;place-items:center;color:#fff;background:var(--green-500);border-radius:50%}.success-view p{font-size:.85rem}.created-jobs{margin:28px 0;text-align:left;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.created-jobs>div{padding:13px 15px;display:grid;grid-template-columns:60px 1fr auto;align-items:center;border-top:1px solid var(--line)}.created-jobs>div:first-child{border:0}.created-jobs small{color:var(--muted);font-family:ui-monospace,monospace;font-size:.6rem}.created-job__term{color:var(--muted);font-size:.7rem}.section-title--actions>div{flex:1}.connection-lines{display:grid;gap:12px}.connection-line{overflow:hidden;background:#fbfcfd;border:1px solid #d9e2e8;border-radius:var(--radius-md)}.connection-line__header{min-height:61px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e4eaee}.connection-line__header>div{display:flex;align-items:center;gap:10px}.connection-line__number{width:29px;height:29px;display:grid;place-items:center;color:var(--green-600);background:var(--green-100);border-radius:8px;font-size:.65rem;font-weight:800}.connection-line__header strong,.connection-line__header small{display:block}.connection-line__header strong{color:var(--navy-950);font-size:.75rem}.connection-line__header small{color:var(--muted);margin-top:2px;font-size:.6rem}.connection-line__header>button{width:32px;height:32px;display:grid;place-items:center;color:#8b5960;background:transparent;border:1px solid transparent;border-radius:6px}.connection-line__header>button:hover{color:var(--red-600);background:var(--red-100)}.connection-line__header>button svg{width:15px}.connection-line__fields{padding:16px;display:grid;grid-template-columns:.8fr 1.25fr 1.65fr;gap:14px}.add-line-button{width:100%;min-height:48px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--navy-700);background:transparent;border:1px dashed #aac0d0;border-radius:var(--radius-sm);font-size:.72rem;font-weight:800}.add-line-button:hover{color:var(--green-600);background:#f7fbf9;border-color:var(--green-500)}.add-line-button svg{width:16px}.filters{padding:16px;display:flex;gap:10px;border-bottom:1px solid var(--line)}.search-box{min-width:270px;flex:1;height:42px;padding:0 12px;display:flex;align-items:center;gap:9px;color:#758796;background:#fbfcfd;border:1px solid #cfd9e1;border-radius:var(--radius-sm)}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:.75rem}.filters select{width:auto;min-width:150px;height:42px;padding:0 30px 0 10px;font-size:.72rem}.row-actions{display:flex;justify-content:flex-end;gap:4px}.row-actions button,.detail-drawer__header button{width:32px;height:32px;display:grid;place-items:center;color:#63798b;background:transparent;border:1px solid transparent;border-radius:6px}.row-actions button:hover,.detail-drawer__header button:hover{color:var(--navy-700);background:var(--blue-100)}.row-actions svg{width:15px}.priority--urgent{color:var(--red-600);font-size:.69rem;font-weight:700}.error-text{color:var(--red-600)}.modal-backdrop{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;background:#0518286b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.detail-drawer{position:absolute;inset:0 0 0 auto;width:min(460px,100%);padding:28px;background:#fff;box-shadow:-15px 0 40px #0518282e;animation:drawer .2s ease-out}@keyframes drawer{0%{transform:translate(30px);opacity:0}}.detail-drawer__header{display:flex;justify-content:space-between;align-items:flex-start}.detail-drawer__header h2{font-size:1.25rem}.details{margin:25px 0 0}.details>div{padding:15px 0;border-top:1px solid var(--line)}.details dt{color:var(--muted);margin-bottom:5px;font-size:.68rem}.details dd{margin:0;font-size:.8rem;line-height:1.5}.manual-id-form{margin-top:22px;padding:18px;background:#f8fbfd;border:1px solid var(--line);border-radius:var(--radius-md)}.manual-id-form .button{margin-top:12px}.auth-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;padding:22px;display:grid;place-items:center;background:#041626a1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.auth-dialog{width:min(490px,100%);max-height:calc(100vh - 44px);overflow-y:auto;background:#fff;border-radius:18px;box-shadow:0 25px 70px #03142252;animation:auth-in .2s ease-out}@keyframes auth-in{0%{opacity:0;transform:translateY(10px) scale(.985)}}.auth-dialog__header{min-height:73px;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.auth-brand{display:flex;align-items:center;gap:11px}.auth-brand>span{width:39px;height:39px;display:grid;place-items:center;color:var(--navy-900);background:var(--green-100);border-radius:10px}.auth-brand svg{width:19px}.auth-brand small,.auth-brand strong{display:block}.auth-brand small{color:var(--green-600);font-size:.55rem;font-weight:800;letter-spacing:.12em}.auth-brand strong{color:var(--navy-950);margin-top:2px;font-size:.78rem}.auth-dialog__header>button{width:34px;height:34px;display:grid;place-items:center;color:#728594;background:transparent;border:0;border-radius:7px}.auth-dialog__header>button:hover{color:var(--navy-900);background:#eef3f6}.auth-dialog__header>button svg{width:18px}.auth-progress{padding:17px 40px 12px;display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:start}.auth-progress>div{display:grid;justify-items:center;gap:5px;color:#92a1ad}.auth-progress>div>span{width:25px;height:25px;display:grid;place-items:center;background:#edf1f4;border-radius:50%;font-size:.62rem;font-weight:800}.auth-progress>div>span svg{width:13px}.auth-progress>div small{font-size:.56rem;font-weight:700}.auth-progress>div.active{color:var(--green-600)}.auth-progress>div.active>span{color:#fff;background:var(--green-500)}.auth-progress>i{height:2px;margin-top:12px;background:#e2e8ec}.auth-progress>i.active{background:var(--green-500)}.auth-dialog__body{padding:17px 38px 30px}.auth-step-icon{width:48px;height:48px;margin:0 auto 14px;display:grid;place-items:center;color:var(--navy-700);background:var(--blue-100);border-radius:13px}.auth-step-icon svg{width:22px}.auth-dialog__body h2{margin-bottom:7px;text-align:center;font-size:1.2rem}.auth-dialog__body>p{max-width:370px;margin:0 auto 19px;text-align:center;font-size:.72rem;line-height:1.55}.auth-dialog__body .field{margin-top:13px}.auth-dialog__body .button{margin-top:18px}.auth-dialog__body .button svg{width:17px}.auth-request{min-height:45px;padding:8px 11px;display:flex;align-items:center;justify-content:space-between;background:#f4f7f9;border-radius:7px}.auth-request span{color:var(--muted);font-size:.65rem}.auth-request strong{color:var(--navy-900);font-size:.72rem}.auth-info{margin-top:13px;padding:10px;color:#17659a;background:var(--blue-100);border-radius:var(--radius-sm);font-size:.68rem;line-height:1.4}.auth-code input{height:54px;text-align:center;font-size:1.2rem;font-weight:800;letter-spacing:.22em}.auth-success{padding-top:23px;text-align:center}.auth-success__icon{width:61px;height:61px;margin:0 auto 18px;display:grid;place-items:center;color:#fff;background:var(--green-500);border-radius:50%;box-shadow:0 0 0 8px var(--green-100)}.auth-success__icon svg{width:27px}.auth-dialog__footer{min-height:47px;padding:11px 20px;display:flex;align-items:center;justify-content:center;gap:7px;color:#718391;background:#f6f8fa;border-top:1px solid var(--line);font-size:.59rem;text-align:center}.auth-dialog__footer svg{width:13px;flex:none}.segmented{width:fit-content;margin-bottom:20px;padding:4px;display:flex;background:#e7edf1;border-radius:9px}.segmented button{min-height:34px;padding:0 13px;display:flex;gap:7px;align-items:center;color:#647788;background:transparent;border:0;border-radius:6px;font-size:.72rem;font-weight:700}.segmented button.active{color:var(--navy-900);background:#fff;box-shadow:0 2px 6px #0a243a1a}.segmented button span{min-width:19px;padding:2px 5px;background:#6477881c;border-radius:999px;font-size:.61rem}.result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.result-card{padding:23px}.result-card__top{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px}.result-card__icon{width:42px;height:42px;display:grid;place-items:center;color:var(--green-600);background:var(--green-100);border-radius:10px}.result-card__top span{color:var(--muted);font-size:.68rem}.result-card__top h2{margin:3px 0 0;font-size:.9rem}.result-card__facts{margin:21px 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius-sm)}.result-card__facts div{min-height:70px;padding:13px;border-left:1px solid var(--line)}.result-card__facts div:first-child{border:0}.result-card__facts span,.result-card__facts strong{display:block}.result-card__facts span{color:var(--muted);margin-bottom:6px;font-size:.61rem}.result-card__facts strong{font-size:.77rem}.result-card__facts small{color:var(--muted);font-size:.58rem;font-weight:500}.result-card__details{display:grid;grid-template-columns:1fr 1fr;gap:15px 24px;margin:0 0 20px}.result-card__details div:last-child{grid-column:1/-1}.result-card__details dt{color:var(--muted);font-size:.62rem}.result-card__details dd{margin:4px 0 0;font-size:.72rem;line-height:1.45}.log-list{overflow-x:auto}.log-row{width:100%;min-width:850px;min-height:65px;padding:12px 17px;display:grid;grid-template-columns:8px 125px 115px 145px minmax(250px,1fr) 75px;gap:12px;align-items:center;color:var(--ink);text-align:left;background:#fff;border:0;border-top:1px solid #edf1f4}.log-row:hover{background:#fafcfd}.log-row time{color:var(--muted);font-size:.66rem}.log-row strong,.log-row small{display:block}.log-row strong{font-size:.72rem}.log-row small{color:var(--muted);margin-top:3px;font-size:.63rem}.event-type{width:fit-content;padding:5px 7px;color:#4f6679;background:#eef2f5;border-radius:4px;font-size:.64rem}.log-message{font-size:.72rem}.log-message code{display:block;width:fit-content;margin-top:7px;padding:5px 7px;color:#5c6d7c;background:#eef2f5;border-radius:4px;font-size:.62rem}.severity-label{font-size:.65rem;font-weight:700}.severity-label--info{color:#2472a9}.severity-label--warning{color:var(--amber-600)}.severity-label--error{color:var(--red-600)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-card{padding:24px}.settings-card--wide{grid-column:1/-1}.settings-card__title{display:flex;gap:12px;align-items:center;margin-bottom:20px}.settings-card__title>span{width:40px;height:40px;display:grid;place-items:center;color:var(--navy-700);background:var(--blue-100);border-radius:9px}.settings-card__title svg{width:19px}.settings-card__title h2,.settings-card__title p{margin:0}.settings-card__title p{margin-top:3px;font-size:.68rem}.users-admin{display:grid;gap:18px}.user-form{display:grid;grid-template-columns:1.1fr 1fr .7fr 1fr auto;gap:12px;align-items:end}.password-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;align-items:end}.user-form .button,.password-form .button{white-space:nowrap}.setting-row{min-height:67px;display:flex;gap:12px;align-items:center;border-top:1px solid #edf1f4}.setting-row>svg{width:17px;color:#8293a0}.setting-row>div{flex:1}.setting-row span,.setting-row strong{display:block}.setting-row div span{color:var(--muted);font-size:.64rem}.setting-row strong{margin-top:4px;font-size:.75rem}.integration-status{min-height:105px;padding:18px;display:grid;grid-template-columns:48px 1fr auto;gap:16px;align-items:center;background:#fffaf0;border:1px solid #f1dfb9;border-radius:var(--radius-md)}.integration-status__icon{width:48px;height:48px;display:grid;place-items:center;color:var(--amber-600);background:var(--amber-100);border-radius:12px}.integration-status strong{font-size:.8rem}.integration-status p{margin:5px 0 0;font-size:.7rem;line-height:1.5}.state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#718493;text-align:center}.state svg{width:26px}.state p{margin:10px 0 0;font-size:.78rem}.state h3{margin:14px 0 0;font-size:.9rem}.state__icon{width:48px;height:48px;display:grid;place-items:center;color:var(--navy-700);background:var(--blue-100);border-radius:50%}.state--error{color:var(--red-600)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.muted{color:var(--muted);font-size:.75rem;padding:20px}@media(max-width:1180px){.stats-grid{grid-template-columns:repeat(3,1fr)}.request-form{grid-template-columns:1fr}.form-aside{order:-1}.sticky-summary{position:static}.sticky-summary dl{display:grid;grid-template-columns:repeat(4,1fr)}.sticky-summary dl>div{display:block;padding:10px;border:0;border-right:1px solid var(--line)}.sticky-summary dl>div:last-child{border:0}.sticky-summary dd{text-align:left;margin-top:4px}.result-grid{grid-template-columns:1fr}.module-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.sidenav{transform:translate(-100%);box-shadow:var(--shadow-md);transition:transform .2s ease}.sidenav--open{transform:translate(0)}.sidenav__close{margin-left:auto;display:grid;place-items:center;color:#bcd0de;background:transparent;border:0}.drawer-backdrop{position:fixed;z-index:29;top:0;right:0;bottom:0;left:0;background:#05182873;border:0}.mobile-menu{position:fixed;z-index:20;left:18px;top:17px;width:39px;height:39px;display:grid;place-items:center;color:var(--navy-900);background:#fff;border:1px solid var(--line);border-radius:8px}.main{margin-left:0}.topbar{padding:0 18px 0 70px}.page{padding:27px 18px 50px}.dashboard-grid{grid-template-columns:1fr}.card--span2,.dashboard-grid .card:last-child{grid-column:1}.filters{flex-wrap:wrap}.search-box{min-width:100%}.filters select{flex:1}.settings-grid{grid-template-columns:1fr}.settings-card--wide{grid-column:1}.platform-hero{padding:35px 30px}.platform-hero__visual{display:none}.connection-line__fields{grid-template-columns:1fr 1fr}.connection-line__fields .field:last-child{grid-column:1/-1}.user-form,.password-form{grid-template-columns:1fr 1fr}.user-form .button,.password-form .button{grid-column:1 / -1}}@media(max-width:600px){.topbar__eyebrow,.simulation-pill{display:none}.page-heading,.page-heading--hero{min-height:0;margin-bottom:23px;align-items:flex-start;flex-direction:column}.page-heading .button{width:100%}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{min-height:94px;padding:14px}.stat-card__icon{width:36px;height:36px}.stat-card strong{font-size:1.35rem}.form-section{padding:20px 17px}.form-aside{order:0}.platform-hero{min-height:230px;padding:29px 22px;border-radius:14px}.platform-hero p{font-size:.82rem}.platform-stats{margin:14px 0 26px;grid-template-columns:1fr}.platform-stats>div{min-height:72px;border:0;border-top:1px solid var(--line)}.platform-stats>div:first-child{border:0}.module-grid{grid-template-columns:1fr}.module-card{min-height:220px}.section-title--actions{align-items:flex-start;flex-wrap:wrap}.section-title--actions .button{width:100%;margin-top:4px}.connection-line__fields{grid-template-columns:1fr}.connection-line__fields .field:last-child{grid-column:1}.form-grid{grid-template-columns:1fr}.field--full{grid-column:1}.choice-grid{grid-template-columns:repeat(2,1fr)}.field-group>.field{max-width:100%}.sticky-summary{padding:18px}.sticky-summary dl{grid-template-columns:1fr 1fr}.sticky-summary dl>div:nth-child(2){border:0}.button-row{flex-direction:column}.success-view{margin:0;padding:30px 18px}.created-jobs>div{grid-template-columns:55px 1fr}.created-jobs small{display:none}.result-card{padding:17px}.result-card__top{grid-template-columns:38px 1fr}.result-card__top>.badge{grid-column:1/-1;width:fit-content}.result-card__facts{grid-template-columns:1fr 1fr}.result-card__facts div:nth-child(3){border-left:0;border-top:1px solid var(--line)}.result-card__facts div:nth-child(4){border-top:1px solid var(--line)}.result-card__details{grid-template-columns:1fr}.result-card__details div:last-child{grid-column:1}.integration-status{grid-template-columns:42px 1fr}.integration-status>.badge{grid-column:2;width:fit-content}.topbar-actions .simulation-pill{display:none}.login-page{padding:0;align-items:stretch}.login-card{min-height:100vh;display:flex;flex-direction:column;justify-content:center;border-radius:0}.user-form,.password-form{grid-template-columns:1fr}.user-form .button,.password-form .button{grid-column:1}.auth-backdrop{padding:0;align-items:end}.auth-dialog{width:100%;max-height:94vh;border-radius:18px 18px 0 0}.auth-dialog__body{padding:15px 22px 26px}.auth-progress{padding-left:28px;padding-right:28px}.segmented{width:100%}.segmented button{flex:1;justify-content:center;padding:0 5px}}
