@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#243b5a;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #0d47e1;--blue-700: #1035a6;--deep: #102b52;--cyan: #00b8d9;--green: #2ed47a;--violet: #7c5cfc;--orange: #ff8a34;--surface: #ffffff;--page: #f4f7fb;--muted: #71829a;--line: #e1e8f1;--soft: #f1f5f9;--shadow: 0 12px 32px rgba(20, 50, 90, .08);--radius: 18px}*{box-sizing:border-box}html{min-width:320px;background:var(--page)}body{margin:0;min-width:320px;min-height:100vh;background:var(--page)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}h1,h2,h3,p{margin-top:0}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:260px;color:#fff;background:linear-gradient(175deg,#102b52,#0b2141 67%,#0a1b35);display:flex;flex-direction:column;padding:24px 16px 18px}.sidebar:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:#00b8d914;left:-130px;bottom:100px;pointer-events:none}.sidebar__brand{position:relative;z-index:1;display:flex;align-items:center;gap:12px;padding:2px 8px 28px}.brand-mark{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px 13px 20px;background:linear-gradient(140deg,var(--cyan),var(--blue));box-shadow:0 8px 18px #0d47e14d;transform:rotate(-8deg)}.brand-mark span{color:#fff;font-size:22px;font-weight:800;transform:rotate(8deg)}.sidebar__brand strong,.mobile-brand strong{display:block;font-size:22px;letter-spacing:-.7px;color:#fff}.sidebar__brand strong span,.mobile-brand strong span{color:#4ccdf0;font-weight:600}.sidebar__brand small{display:block;margin-top:3px;color:#9fb4cf;font-size:10px;text-transform:uppercase;letter-spacing:.11em}.sidebar__nav{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px}.sidebar__label{color:#728aa8;font-size:9px;font-weight:700;letter-spacing:.16em;padding:0 13px 9px}.nav-item{min-height:45px;display:flex;align-items:center;gap:12px;border-radius:12px;padding:0 13px;color:#b8c9dc;font-size:14px;font-weight:500;transition:.18s ease}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item--active{color:#fff;background:linear-gradient(105deg,#0d47e1e0,#00b8d98c);box-shadow:0 8px 20px #0000001f}.nav-item--button{width:100%;border:0;background:transparent;cursor:pointer}.sidebar__footer{position:relative;z-index:1;margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:17px}.user-chip{display:flex;gap:10px;align-items:center;padding:0 10px 12px}.user-chip>span{width:34px;height:34px;border-radius:50%;background:#00b8d92e;color:#69ddf4;display:grid;place-items:center;font-weight:700}.user-chip strong{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#edf5ff;font-size:12px}.user-chip small{display:block;color:#8299b5;font-size:10px;margin-top:3px}.sidebar__close,.mobile-menu{display:none!important}.app-main{width:calc(100% - 260px);margin-left:260px;min-height:100vh}.topbar{height:84px;display:flex;align-items:center;gap:14px;padding:0 34px;background:#ffffffe6;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:20}.topbar h1{margin:3px 0 0;color:var(--deep);font-size:19px;letter-spacing:-.4px}.breadcrumb{color:var(--muted);font-size:10px;display:flex;align-items:center;gap:5px}.breadcrumb span{color:var(--blue);font-weight:700}.breadcrumb__arrow{transform:rotate(180deg)}.topbar__badge{margin-left:auto;padding:8px 12px;border:1px solid #d8e6df;border-radius:99px;background:#f7fdf9;color:#3e7656;font-size:11px;font-weight:600;display:flex;align-items:center;gap:7px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #2ed47a21}.page-container{max-width:1500px;margin:0 auto;padding:32px 34px 70px}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}.page-header h2{margin:5px 0 6px;color:var(--deep);font-size:clamp(25px,2.5vw,34px);line-height:1.13;letter-spacing:-1.2px}.page-header p{margin:0;color:var(--muted);font-size:13px;max-width:660px;line-height:1.6}.page-header__actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:9px}.eyebrow{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.17em}.eyebrow--light{color:#6fe0f3}.button{min-height:40px;border-radius:11px;border:1px solid transparent;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:650;font-size:12px;cursor:pointer;transition:.18s ease;white-space:nowrap}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button--primary{color:#fff;background:linear-gradient(110deg,var(--blue),#1769ff);box-shadow:0 8px 18px #0d47e133}.button--primary:hover{box-shadow:0 10px 23px #0d47e147}.button--secondary{border-color:var(--line);color:var(--deep);background:#fff}.button--secondary:hover{border-color:#b7c7dc;background:#fbfdff}.button--danger{color:#b4233f;border-color:#efbcc6;background:#fff7f8}.button--danger:hover{color:#fff;border-color:#c6334d;background:#c6334d;box-shadow:0 8px 18px #c6334d2e}.button--ghost{border-color:transparent;color:var(--muted);background:transparent}.button--small{min-height:32px;padding:0 10px;font-size:11px}.button--wide{width:100%;min-height:48px}.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;padding:0;border-radius:10px;border:1px solid var(--line);background:#fff;cursor:pointer}.icon-button:hover{color:var(--blue);border-color:#b8cae5}.icon-button--danger:hover{color:#c6334d;border-color:#f1b9c3;background:#fff7f8}.link-button{border:0;padding:5px;background:none;color:var(--blue);font-size:12px;font-weight:650;cursor:pointer}.link-button.danger{color:#c6334d}.text-link{color:var(--blue);font-size:11px;font-weight:700;display:flex;align-items:center;gap:5px}.panel,.wizard-panel,.comparison-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 8px 24px #14325a0b}.panel{padding:21px}.panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:17px}.panel__header h3{color:var(--deep);margin:4px 0 0;font-size:16px;letter-spacing:-.3px}.panel__header p{color:var(--muted);font-size:11px;margin:5px 0 0}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:18px}.metric-card{min-height:132px;display:flex;align-items:center;gap:15px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 7px 22px #19325a0b}.metric-card__icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:14px}.metric-card__icon svg{width:21px}.metric-card__icon--blue{color:var(--blue);background:#eaf0ff}.metric-card__icon--cyan{color:#008ba6;background:#e5f9fc}.metric-card__icon--green{color:#149b50;background:#e9faef}.metric-card__icon--violet{color:var(--violet);background:#f0edff}.metric-card span{display:block;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.metric-card strong{display:block;color:var(--deep);font-size:clamp(20px,2vw,26px);line-height:1.1;letter-spacing:-1px;margin:7px 0;white-space:nowrap}.metric-card small{display:block;color:#95a2b5;font-size:10px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.75fr);gap:18px}.responsive-table{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}th{color:#7789a2;font-size:9px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;text-align:left;padding:10px 11px;border-bottom:1px solid var(--line);white-space:nowrap}td{color:#40536d;font-size:11px;padding:12px 11px;border-bottom:1px solid #edf1f6;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fbfdff}td small{display:block;color:#9aa7b8;font-size:9px;margin-top:3px}.align-right{text-align:right}.amount{color:var(--deep);font-weight:700;white-space:nowrap}.quote-link{color:var(--blue);font-weight:750}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;border-radius:99px;padding:0 9px;font-size:9px;font-weight:750;white-space:nowrap}.status-badge--draft{background:#eef2f7;color:#687a91}.status-badge--approved{background:#e9f0ff;color:#2458c4}.status-badge--sent{background:#e5f9fc;color:#0085a0}.status-badge--accepted,.status-badge--active{background:#e8faef;color:#17884a}.status-badge--lost{background:#fff0f2;color:#be3c53}.status-badge--archived{background:#f2f1f7;color:#756f89}.status-list{display:flex;flex-direction:column;gap:15px}.status-list>div{display:grid;grid-template-columns:80px 25px 1fr;align-items:center;gap:9px}.status-list strong{text-align:right;color:var(--deep);font-size:12px}.progress{height:6px;background:#edf1f6;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;min-width:3px;background:linear-gradient(90deg,var(--blue),var(--cyan));border-radius:99px}.filters{display:flex;gap:10px;margin-bottom:18px}.filters select{min-width:185px}.search-box{min-width:260px;flex:1;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:#fbfcfe;color:#8a99ad}.search-box input{width:100%;min-height:40px;border:0;outline:0;background:transparent}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field>span{color:#435873;font-size:10px;font-weight:700}.field>small{color:#93a0b1;font-size:9px;line-height:1.4}input,select,textarea{width:100%;border:1px solid #dbe3ee;border-radius:10px;background:#fbfcfe;color:var(--deep);outline:0;transition:.16s ease}input,select{min-height:41px;padding:0 11px}textarea{padding:10px 11px;line-height:1.5;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#6c91ee;box-shadow:0 0 0 3px #0d47e114;background:#fff}input::placeholder,textarea::placeholder{color:#aab4c2}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.form-grid--compact{gap:13px}.field--span-2{grid-column:span 2}.input-icon{position:relative;display:flex;align-items:center}.input-icon>svg{position:absolute;left:13px;color:#8ba0b9}.input-icon input{padding-left:40px;padding-right:40px}.input-icon button{position:absolute;right:7px;width:32px;height:32px;display:grid;place-items:center;border:0;background:none;color:#8798ad;cursor:pointer}.wizard-steps{display:grid;grid-template-columns:repeat(4,1fr);max-width:720px;margin:0 auto 24px;position:relative}.wizard-steps:before{content:"";position:absolute;left:12.5%;right:12.5%;top:15px;height:1px;background:#d8e1ed}.wizard-steps button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:7px;position:relative;color:#96a3b5;font-size:10px;cursor:default}.wizard-steps button:focus{outline:none}.wizard-steps button:focus-visible{border-radius:8px;box-shadow:0 0 0 3px #0d47e129}.wizard-steps button.complete{cursor:pointer}.wizard-steps button>span{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#f4f7fb;border:1px solid #d8e1ed;color:#8d9cb0;font-weight:700}.wizard-steps button.active{color:var(--deep)}.wizard-steps button.active>span{color:#fff;border-color:var(--blue);background:var(--blue);box-shadow:0 0 0 5px #0d47e11a}.wizard-steps button.complete>span{color:#fff;border-color:var(--green);background:var(--green)}.wizard-panel{max-width:1050px;margin:0 auto;padding:clamp(20px,3vw,32px)}.section-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:25px}.section-heading>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:var(--blue);background:#edf2ff;font-size:10px;font-weight:800}.section-heading h3{color:var(--deep);margin:0 0 4px;font-size:18px}.section-heading p{color:var(--muted);margin:0;font-size:11px}.wizard-actions{max-width:1050px;margin:18px auto 0;display:flex;justify-content:space-between;align-items:center}.solutions-stack{max-width:1150px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.alternative-editor{max-width:none;margin:0}.alternative-editor__top{display:flex;align-items:flex-end;gap:13px;margin-bottom:20px}.option-number{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;color:var(--blue);background:#edf2ff;border-radius:13px;font-size:12px;font-weight:800}.option-name{max-width:360px;flex:1}.option-actions{display:flex;gap:7px;margin-left:auto}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:16px}.product-card{min-height:105px;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:15px;border:1px solid var(--line);border-radius:14px;color:#72849b;background:#fff;text-align:left;cursor:pointer;transition:.17s ease}.product-card:hover{border-color:#b7cae7;transform:translateY(-2px);box-shadow:0 7px 16px #14325a0f}.product-card strong{color:#344d6c;font-size:11px;margin-top:3px}.product-card small{font-size:9px;color:#97a4b4}.product-card--selected{border-color:var(--blue);color:var(--blue);background:#f8faff;box-shadow:inset 0 0 0 1px var(--blue)}.product-card--selected strong{color:var(--blue)}.product-check{position:absolute;top:10px;right:10px;color:var(--green)}.config-panel{background:#f8fafd;border:1px solid #e7ecf3;border-radius:14px;padding:17px}.chip-grid{display:flex;flex-wrap:wrap;gap:7px}.check-chip{position:relative}.check-chip input{position:absolute;width:1px;height:1px;min-height:0;margin:0;overflow:hidden;opacity:0;pointer-events:none}.check-chip span{display:inline-flex;min-height:32px;align-items:center;border:1px solid #dbe4ef;border-radius:9px;padding:0 10px;color:#61748c;background:#fff;font-size:10px;font-weight:600;cursor:pointer}.check-chip.checked span{color:var(--blue);border-color:#9cb8f7;background:#edf3ff}.check-chip input:disabled+span{cursor:default}.check-chip span small{margin-left:6px;color:inherit;opacity:.7;font-size:7px;text-transform:uppercase;letter-spacing:.06em}.check-chip--implied span,.check-chip--implied.checked span{color:#64748b;border-color:#d7dee8;background:#eef2f6}.chip-grid--compact .check-chip span{min-height:29px;padding:0 8px;font-size:9px}.addon-panel{gap:0;margin-top:4px;border:1px solid #dfe7f1;border-radius:12px;overflow:hidden;background:#fff}.addon-panel__section{padding:14px;border-top:1px solid #e9eef5}.addon-panel__section:first-child{border-top:0}.addon-panel__section>strong,.addon-panel__section>div:first-child strong{display:block;color:var(--deep);font-size:11px}.addon-panel__section>div:first-child>small{display:block;color:#8b9aae;font-size:8px;margin:3px 0 10px}.addon-fields{margin-top:12px}.toggle-row{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:13px}.toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.toggle input{position:absolute;width:1px;height:1px;min-height:0;margin:0;overflow:hidden;opacity:0;pointer-events:none}.toggle__control{width:31px;height:18px;padding:2px;background:#cbd5e1;border-radius:99px;transition:.16s ease}.toggle__control:after{content:"";display:block;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000038;transition:.16s ease}.toggle input:checked+.toggle__control{background:var(--blue)}.toggle input:checked+.toggle__control:after{transform:translate(13px)}.toggle strong{color:#526881;font-size:10px;font-weight:600}.employee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.employee-grid label{color:#65778d;font-size:9px}.employee-grid input{margin-top:6px}.promotion-box{margin-top:14px;background:#fff;border:1px solid #e1e8f1;border-radius:11px;overflow:hidden}.promotion-box summary{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 14px;cursor:pointer;list-style:none}.promotion-box summary strong{display:block;color:#486078;font-size:10px}.promotion-box summary small{display:block;color:#9aa7b7;font-size:8px;margin-top:3px}.promotion-box summary>span:last-child{color:var(--blue);font-size:10px;font-weight:700}.promotion-box>div{border-top:1px solid #edf1f5;padding:14px}.inline-total{display:flex;justify-content:flex-end;align-items:center;gap:20px;border-top:1px solid var(--line);padding-top:16px;margin-top:17px}.inline-total span{color:var(--muted);font-size:10px}.inline-total strong{color:var(--deep);font-size:20px;letter-spacing:-.8px}.add-option{min-height:80px;display:flex;align-items:center;justify-content:center;gap:12px;border:1.5px dashed #aabbd2;border-radius:var(--radius);background:#ffffff73;color:var(--blue);cursor:pointer}.add-option span{text-align:left}.add-option strong,.add-option small{display:block}.add-option strong{font-size:11px}.add-option small{color:var(--muted);font-size:9px;margin-top:3px}.solutions-workspace{max-width:1180px;margin:0 auto}.solution-tabs-bar{display:flex;align-items:stretch;gap:10px;margin-bottom:12px}.solution-add{flex:0 0 auto;min-height:58px;padding-inline:18px;border-radius:13px}.alternative-tabs{min-width:0;flex:1;display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.alternative-tabs>button{min-width:156px;min-height:58px;position:relative;display:grid;grid-template-columns:29px 1fr;grid-template-rows:auto auto;align-content:center;column-gap:9px;padding:9px 13px;border:1px solid #d9e3ef;border-radius:13px;color:#5d718b;background:#ffffffc7;text-align:left;cursor:pointer}.alternative-tabs>button>span{grid-row:1/3;align-self:center;width:29px;height:29px;display:grid;place-items:center;border-radius:9px;color:#71849c;background:#edf2f7;font-size:9px;font-weight:800}.alternative-tabs>button strong{overflow:hidden;color:#334c6b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.alternative-tabs>button small{overflow:hidden;color:#93a1b3;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.alternative-tabs>button.active{border-color:var(--blue);background:#fff;box-shadow:inset 0 -3px 0 var(--blue),0 6px 16px #1c417a12}.alternative-tabs>button.active>span{color:#fff;background:var(--blue)}.alternative-tabs>button.active strong{color:var(--blue)}.alternative-editor{padding:0;overflow:hidden}.alternative-editor__top{align-items:flex-end;margin:0;padding:22px 28px;border-bottom:1px solid #e7edf5;background:#fff}.configurator-section{padding:30px 32px;border-bottom:1px solid #e5ebf3;background:#fff}.configurator-section:last-child{border-bottom:0}.configurator-section--product{background:#fbfcff}.configurator-section__heading{display:flex;align-items:flex-start;gap:14px;margin-bottom:22px}.configurator-section__heading .eyebrow{display:block;margin-bottom:4px;color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.12em}.configurator-section__heading h3{margin:0 0 5px;color:var(--deep);font-size:19px;letter-spacing:-.35px}.configurator-section__heading p{margin:0;color:#7c8ca1;font-size:10px;line-height:1.5}.configurator-step{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid #cddcff;border-radius:10px;color:var(--blue);background:#eef3ff;font-size:10px;font-weight:850}.product-grid--families{margin:0}.product-grid--families .product-card{min-height:125px;align-items:center;justify-content:center;gap:7px;padding:16px 12px;text-align:center}.product-grid--families .product-card>svg:first-child{width:27px;height:27px}.product-grid--families .product-card strong{font-size:11px}.product-grid--families .product-card small{font-size:8px}.configuration-overview{display:flex;align-items:center;gap:12px;padding:15px 28px;border-bottom:1px solid #dce6f3;color:#45607e;background:#f1f6ff}.configuration-overview__icon{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--blue)}.configuration-overview>div:nth-child(2){display:flex;flex-direction:column;gap:2px}.configuration-overview>div:nth-child(2) small{color:#7b91ad;font-size:7px;font-weight:800;letter-spacing:.12em}.configuration-overview>div:nth-child(2) strong{color:var(--deep);font-size:12px}.configuration-overview__facts{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.configuration-overview__facts span{padding:6px 9px;border:1px solid #cddbf1;border-radius:999px;color:#55708e;background:#fff;font-size:8px;font-weight:700}.selection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}.selection-grid--feature{grid-template-columns:minmax(240px,420px);margin-top:12px}.manual-modules{margin-top:18px;border:1px solid #dbe5f2;border-radius:13px;padding:14px;background:#f8fafd}.manual-modules__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.manual-modules__head h4{margin:0 0 4px;color:var(--deep);font-size:12px}.manual-modules__head p{margin:0;color:var(--muted);font-size:9px}.manual-modules__add{min-width:390px;display:grid;grid-template-columns:minmax(190px,1fr) auto;align-items:end;gap:8px}.manual-modules__add .button{min-height:38px}.manual-module-list{display:grid;gap:8px;margin-top:13px}.manual-module-row{display:grid;grid-template-columns:minmax(205px,1.4fr) 90px 130px 115px auto;align-items:end;gap:9px;border:1px solid #e0e7f0;border-radius:11px;padding:10px;background:#fff}.manual-module-row__identity{align-self:center;min-width:0}.manual-module-row__identity code,.manual-module-row__identity strong{display:block}.manual-module-row__identity code{width:max-content;border-radius:5px;padding:3px 6px;color:var(--blue);background:#edf3ff;font-size:8px}.manual-module-row__identity strong{margin-top:5px;overflow:hidden;color:var(--deep);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.manual-module-row .icon-button{margin-bottom:1px}.manual-modules__empty{display:block;margin-top:10px;color:#94a3b5;font-size:8px}.selection-tile{min-height:112px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:14px;border:1px solid #dce4ef;border-radius:13px;color:#708197;background:#fff;text-align:center;cursor:pointer;transition:.16s ease}.selection-tile:hover{border-color:#aebfda;box-shadow:0 6px 16px #12325f0e;transform:translateY(-1px)}.selection-tile input{position:absolute;width:1px;height:1px;min-height:0;margin:0;opacity:0;pointer-events:none}.selection-tile__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#69809c;background:#f1f5f9}.selection-tile strong{color:#344e6c;font-size:10px}.selection-tile small{color:#95a2b3;font-size:8px;line-height:1.35}.selection-tile__check{position:absolute;top:10px;right:10px;width:19px;height:19px;display:grid;place-items:center;border:1px solid #ced9e7;border-radius:50%;color:#fff;background:#fff}.selection-tile.selected{border-color:#8eaffc;background:#f5f8ff;box-shadow:inset 0 0 0 1px #bed0fb}.selection-tile.selected .selection-tile__icon{color:var(--blue);background:#e7efff}.selection-tile.selected strong{color:var(--blue)}.selection-tile.selected .selection-tile__check{border-color:var(--blue);background:var(--blue)}.selection-tile.implied{border-color:#d7e0ea;background:#f1f4f7;cursor:default;box-shadow:none;transform:none}.selection-tile.implied .selection-tile__icon{color:#788a9e;background:#e5eaf0}.selection-tile.implied strong{color:#5d7086}.selection-tile--wide{min-height:76px;align-items:flex-start;padding:13px 55px 13px 65px;text-align:left}.selection-tile--wide .selection-tile__icon{position:absolute;left:15px}.selection-tile--wide strong,.selection-tile--wide small{display:block}.dependency-note{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:11px 13px;border-left:3px solid var(--cyan);border-radius:0 9px 9px 0;color:#5f758f;background:#f2fbfd;font-size:9px;line-height:1.5}.dependency-note svg{flex:0 0 auto;margin-top:1px;color:#02a7c4}.dependency-note strong{color:#36536f}.choice-grid{display:grid;gap:10px}.choice-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.choice-card{min-height:105px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px;border:1px solid #dce4ef;border-radius:13px;color:#6e829a;background:#fff;cursor:pointer}.choice-card>span:first-child{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:#f1f5f9}.choice-card strong{color:#344e6c;font-size:10px}.choice-card small{color:#95a2b3;font-size:8px}.choice-card>svg:last-child{position:absolute;top:10px;right:10px;color:var(--green)}.choice-card.selected{border-color:var(--blue);color:var(--blue);background:#f6f8ff;box-shadow:inset 0 0 0 1px var(--blue)}.choice-card.selected>span:first-child{background:#e8efff}.choice-card.selected strong{color:var(--blue)}.bundle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.bundle-card{min-height:68px;position:relative;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:11px 42px 11px 14px;border:1px solid #dce4ef;border-radius:12px;color:#73869d;background:#fff;text-align:left;cursor:pointer}.bundle-card strong{color:#405975;font-size:9px;line-height:1.4}.bundle-card>svg:last-child{position:absolute;right:13px;color:var(--green)}.bundle-card.selected{border-color:var(--blue);color:var(--blue);background:#f5f8ff;box-shadow:inset 0 0 0 1px var(--blue)}.bundle-card.selected strong{color:var(--blue)}.configurator-subgroup+.configurator-subgroup{margin-top:23px;padding-top:22px;border-top:1px solid #edf1f6}.configurator-subgroup h4{margin:0 0 11px;color:#506680;font-size:10px}.nexo-app-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:23px}.nexo-app{min-height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px;border:1px solid #dfe6ef;border-radius:12px;color:#71849b;background:#f8fafc;text-align:center}.nexo-app strong{color:#496079;font-size:9px}.nexo-app span{display:inline-flex;align-items:center;gap:3px;color:#1c9b6c;font-size:7px;font-weight:750;text-transform:uppercase}.included-storage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px}.included-storage>div{min-height:78px;display:flex;align-items:center;gap:13px;padding:14px 17px;border:1px solid #dce6f3;border-radius:13px;color:var(--blue);background:#f5f8ff}.included-storage span{display:flex;flex-direction:column;gap:4px;color:#71839a;font-size:8px}.included-storage strong{color:#2f4d70;font-size:12px}.config-fields-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:13px;margin-top:18px}.storage-unlimited{justify-content:center;padding:0 12px;border:1px solid #d8e9df;border-radius:10px;background:#f2fbf6}.storage-unlimited small{color:#4f8068}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.category-card{min-height:102px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:13px;border:1px solid #dce4ef;border-radius:13px;color:#71849a;background:#fff;cursor:pointer}.category-card strong{color:#3f5772;font-size:10px}.category-card small{color:#98a4b3;font-size:8px}.category-card>svg:last-child{position:absolute;top:9px;right:9px;color:var(--green)}.category-card.selected{border-color:var(--blue);color:var(--blue);background:#f5f8ff;box-shadow:inset 0 0 0 1px var(--blue)}.category-card.selected strong{color:var(--blue)}.category-card:disabled{opacity:.48;cursor:not-allowed}.seat-selector{min-height:82px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 18px;margin-top:16px;padding:14px 16px;border:1px solid #dce5f0;border-radius:13px;background:#fafcff}.seat-selector>div:first-child{display:flex;align-items:center;gap:11px}.seat-selector__icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--blue);background:#eaf1ff}.seat-selector>div:first-child>span:last-child{display:flex;flex-direction:column;gap:2px}.seat-selector>div:first-child small{color:#8091a7;font-size:7px;font-weight:800;letter-spacing:.12em}.seat-selector>div:first-child strong{color:var(--deep);font-size:11px}.seat-selector>small{grid-column:1/-1;color:#8797aa;font-size:8px}.seat-stepper{display:flex;align-items:center;overflow:hidden;border:1px solid #cfdbe9;border-radius:11px;background:#fff}.seat-stepper button{width:38px;height:38px;border:0;color:var(--blue);background:#f2f6fd;font-size:18px;cursor:pointer}.seat-stepper button:disabled{color:#b7c1ce;cursor:not-allowed}.seat-stepper input{width:68px;min-height:38px;padding:0 5px;border-width:0 1px;border-radius:0;background:#fff;text-align:center;font-weight:800}.configurator-section--promotion .promotion-box{margin-top:0}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.review-stack{max-width:1150px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.review-hero{min-height:125px;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-radius:var(--radius);color:#fff;background:linear-gradient(115deg,#102b52,#0d47e1 74%,#00a5c4)}.review-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:45px solid rgba(255,255,255,.07);right:-90px;top:-130px}.review-hero h3{margin:7px 0 5px;font-size:27px}.review-hero p{margin:0;color:#c8d7ee;font-size:11px}.review-hero .eyebrow{color:#75e6f7}.review-hero__count{position:relative;z-index:1;text-align:right;padding-right:15px}.review-hero__count strong{display:block;font-size:38px;line-height:1}.review-hero__count span{color:#bcd0ea;font-size:10px}.comparison-panel{overflow:hidden}.comparison-panel .panel__header{padding:20px 22px 0}.comparison-scroll{overflow-x:auto}.comparison-table{min-width:700px}.comparison-table th:first-child,.comparison-table td:first-child{width:175px;color:#71839a;background:#f7f9fc;font-weight:700}.comparison-table th{color:#fff;background:var(--deep);padding:13px 14px}.comparison-table th:first-child{color:#d0deee;background:#173963}.comparison-table td{padding:13px 14px;text-align:center;text-transform:capitalize;border-right:1px solid #edf1f5}.comparison-table td:first-child{text-align:left;text-transform:none}.comparison-table__price td{color:var(--deep);background:#eef4ff!important;font-size:15px;font-weight:800!important}.comparison-promotion{display:flex;flex-direction:column;gap:3px;text-transform:none}.comparison-promotion+.comparison-promotion{margin-top:7px;padding-top:7px;border-top:1px solid #e6edf7}.comparison-promotion strong{color:var(--blue);font-size:9px}.comparison-promotion small{color:#8697ac;font-size:8px;line-height:1.4}.quote-lines{overflow:hidden}.quote-lines code{color:var(--blue);background:#edf3ff;border-radius:5px;padding:3px 5px;font-family:inherit;font-size:9px;font-weight:700;white-space:nowrap}.large-amount{color:var(--deep);font-size:20px;letter-spacing:-.7px;white-space:nowrap}.notice{display:flex;align-items:center;gap:8px;margin:12px 0;border:1px solid #dce6f1;border-radius:10px;padding:10px 12px;color:#536b86;background:#f8fbfe;font-size:10px;line-height:1.5;word-break:break-word}.notice--error{color:#a72e44;border-color:#f0c4cc;background:#fff5f6}.notice--success{color:#197542;border-color:#bfe5cd;background:#f1fbf5}.promotion-legend{margin-top:13px;border-left:3px solid var(--cyan);padding:8px 11px;color:#526983;background:#f1fbfd;font-size:10px;line-height:1.5}.quote-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 16px;margin-bottom:16px;border:1px solid var(--line);border-radius:13px;background:#fff}.quote-toolbar>div{display:flex;align-items:center;gap:8px}.quote-toolbar>div:first-child>span{color:#92a0b2;font-size:9px;text-transform:uppercase;letter-spacing:.1em;margin-right:6px}.quote-toolbar button{border:0;background:transparent;color:#4c6580;font-size:10px;font-weight:650;display:flex;gap:6px;cursor:pointer}.quote-toolbar button.quote-toolbar__revision{color:var(--blue)}.quote-toolbar>div:last-child{border-left:1px solid var(--line);padding-left:15px}.quote-toolbar>div:last-child strong{color:var(--deep)}.quote-toolbar>div:last-child span{color:var(--muted);font-size:10px}.quote-detail-grid{display:grid;gap:16px;margin-top:16px}.conditions-card{margin-top:16px}.conditions-card dl{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin:17px 0 0}.conditions-card dl>div{padding:13px;border-radius:11px;background:#f8fafd}.conditions-card dt{color:#8090a5;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.conditions-card dd{color:#425a74;font-size:10px;line-height:1.55;margin:6px 0 0;white-space:pre-line}.conditions-card .internal-note{background:#fffaf0}.action-panel,.email-panel{margin-bottom:16px;border:1px solid #cbdaf1;border-radius:15px;padding:18px;background:#f6f9ff;box-shadow:0 8px 20px #0d47e10d}.action-panel{display:grid;grid-template-columns:1.2fr repeat(3,minmax(130px,.7fr)) auto;align-items:end;gap:12px}.action-panel h3,.email-panel h3{color:var(--deep);font-size:15px;margin:0 0 4px}.action-panel p,.email-panel p{color:var(--muted);font-size:10px;margin:0}.action-panel--form{grid-template-columns:minmax(200px,.7fr) minmax(400px,2fr) auto}.action-panel__title,.inline-editor__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.promotion-editor{display:block}.promotion-editor .form-grid{margin:16px 0}.promotion-scope-editor>small{color:var(--muted);font-size:8px}.promotion-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px}.promotion-scope-grid label{position:relative}.promotion-scope-grid input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.promotion-scope-grid label>span{min-height:74px;display:grid;grid-template-columns:20px 1fr;align-content:center;border:1px solid #dce5f0;border-radius:11px;padding:10px;color:#61748c;background:#fff;cursor:pointer}.promotion-scope-grid label svg{grid-row:1/3;margin-top:1px;color:#b4c1d1}.promotion-scope-grid label strong{color:var(--deep);font-size:10px}.promotion-scope-grid label small{margin-top:3px;color:#8a9aaf;font-size:8px;line-height:1.35}.promotion-scope-grid label.checked>span{border-color:#8caefa;color:var(--blue);background:#edf3ff;box-shadow:inset 0 0 0 1px #0d47e114}.promotion-scope-grid label.checked svg{color:var(--blue)}.action-row{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.delete-panel{grid-template-columns:minmax(260px,1.2fr) minmax(280px,1fr) auto auto;border-color:#efc2ca;background:#fff8f9}.email-panel__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.email-panel__head>div{display:flex;gap:10px;color:var(--blue)}.email-panel__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.timeline{display:flex;flex-direction:column}.timeline>div{display:flex;align-items:center;gap:11px;min-height:52px;position:relative}.timeline>div>span{width:29px;height:29px;flex:0 0 29px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--blue);font-size:10px;font-weight:700;z-index:1}.timeline>div:not(:last-child):after{content:"";position:absolute;left:14px;top:36px;bottom:-8px;width:1px;background:#cfdbea}.timeline strong,.timeline small{display:block}.timeline strong{color:var(--deep);font-size:11px}.timeline small{color:var(--muted);font-size:9px;margin-top:3px}.timeline em{margin-left:auto;color:#16854a;background:#e8faef;border-radius:99px;padding:4px 8px;font-size:8px;font-style:normal;font-weight:700}.quote-mode-notice{display:flex;align-items:center;gap:10px;margin:-11px 0 18px;border:1px solid #cadaf1;border-radius:12px;padding:11px 14px;color:#536b88;background:#f5f8fd;font-size:10px}.quote-mode-notice strong{color:var(--deep)}.quote-mode-notice--revision{border-color:#b8c9ff;background:linear-gradient(90deg,#edf3ff,#f7f9ff)}.quote-mode-notice--revision strong{color:var(--blue)}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.promotion-card{min-height:220px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);padding:20px;background:#fff;box-shadow:0 8px 22px #14325a0b}.promotion-card:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-45px;bottom:-45px;background:#eef3ff}.promotion-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:var(--violet);background:#f0edff;margin-bottom:14px}.promotion-card__head{display:flex;align-items:center;justify-content:space-between;gap:7px}.promotion-card__head small{color:#98a5b5;font-size:8px}.promotion-card h3{color:var(--deep);font-size:16px;margin:14px 0 7px}.promotion-card p{color:var(--muted);font-size:10px;line-height:1.55;min-height:47px}.promotion-card>strong{color:var(--blue);font-size:20px}.promotion-card>*{position:relative;z-index:1}.promotion-card__scope{display:block;min-height:25px;margin-top:8px;color:#7c8da3;font-size:8px;line-height:1.4}.promotion-card__application{display:block;margin-top:7px;border-left:2px solid #6b8cff;padding:6px 8px;color:#536c89;background:#f5f8ff;font-size:8px;line-height:1.4}.promotion-card__actions{display:flex;flex-wrap:wrap;gap:5px;margin-top:14px}.promotion-card__actions button,.table-actions button,.inline-confirm button{display:inline-flex;align-items:center;gap:5px;min-height:29px;padding:0 8px;border:1px solid var(--line);border-radius:8px;color:#536983;background:#fff;font-size:9px;font-weight:650;cursor:pointer}.promotion-card__actions button:hover,.table-actions button:hover{color:var(--blue);border-color:#afc2e3}.promotion-card__actions button.danger,.inline-confirm button.danger{color:#b4233f;border-color:#efc2ca}.inline-confirm{margin-top:12px;padding:10px;border:1px solid #efc2ca;border-radius:10px;background:#fff6f7}.inline-confirm strong,.inline-confirm small{display:block}.inline-confirm strong{color:#9f2940;font-size:10px}.inline-confirm small{color:#8b6670;font-size:8px;margin-top:3px}.inline-confirm>div{display:flex;justify-content:flex-end;gap:5px;margin-top:8px}.card-grid__empty{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.tabs{display:flex;gap:5px;margin-bottom:16px;border-bottom:1px solid var(--line)}.tabs button{min-height:42px;display:flex;align-items:center;gap:7px;border:0;border-bottom:2px solid transparent;padding:0 14px;background:transparent;color:#72839a;font-size:11px;font-weight:650;cursor:pointer}.tabs button.active{color:var(--blue);border-bottom-color:var(--blue)}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.change-pill{display:inline-flex;margin-right:4px;border-radius:5px;padding:3px 5px;font-size:8px;font-weight:700}.change-pill--added{color:#16834a;background:#e8f9ee}.change-pill--changed{color:#986612;background:#fff5d9}.change-pill--removed{color:#bd3a52;background:#fff0f2}.inline-form{display:grid;grid-template-columns:repeat(4,1fr) auto;align-items:end;gap:10px;margin-bottom:18px;padding:15px;border-radius:13px;background:#f7f9fc}.inline-editor{margin-bottom:18px;padding:16px;border:1px solid #dbe5f2;border-radius:13px;background:#f8fafd}.inline-editor__head{margin-bottom:14px}.inline-editor__head strong,.inline-editor__head small{display:block}.inline-editor__head strong{color:var(--deep);font-size:13px}.inline-editor__head small{color:var(--muted);font-size:9px;margin-top:3px}.table-actions{display:flex;flex-wrap:wrap;gap:5px}.password-generator{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:9px;align-items:end}.security-panel{max-width:720px}.security-panel>div:first-child{margin-bottom:18px}.security-panel h3{color:var(--deep);margin:4px 0}.security-panel p{color:var(--muted);font-size:10px}.security-panel .button{margin-top:17px}.empty-state{min-height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px}.empty-state__icon{width:48px;height:48px;display:grid;place-items:center;color:var(--blue);background:#edf3ff;border-radius:15px}.empty-state h3{color:var(--deep);font-size:15px;margin:13px 0 5px}.empty-state p{color:var(--muted);font-size:10px;margin:0 0 15px}.loader{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:11px}.loader svg{color:var(--blue)}.loader--full{position:fixed;inset:0;z-index:100;min-height:100vh;background:#f4f7fb}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(480px,1.2fr) minmax(420px,.8fr);background:#fff}.login-showcase{min-height:100vh;position:relative;overflow:hidden;padding:45px 6vw;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(140deg,#0b2346,#103b7b 55%,#0d47e1)}.login-showcase:before{content:"";position:absolute;inset:0;opacity:.15;background-image:radial-gradient(#fff .7px,transparent .7px);background-size:22px 22px}.login-showcase>img{position:relative;z-index:1;width:min(250px,55%);height:70px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1) drop-shadow(0 8px 16px rgba(0,0,0,.1))}.login-showcase__copy{position:relative;z-index:2;max-width:560px;margin:auto 0}.login-showcase__copy h1{margin:13px 0 18px;color:#fff;font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-3.5px}.login-showcase__copy h1 em{color:#60dbf2;font-style:normal}.login-showcase__copy p{max-width:500px;color:#c2d5ec;font-size:15px;line-height:1.7}.login-showcase__motto{position:absolute;z-index:2;left:6vw;right:6vw;bottom:42px;min-height:75px;border-left:2px solid rgba(96,219,242,.65);padding:4px 0 4px 18px}.login-showcase__motto:after{content:"“";position:absolute;right:1vw;bottom:-48px;color:#ffffff0e;font-family:Georgia,serif;font-size:170px;line-height:1}.login-showcase__motto>span{display:block;color:#94e0f4bf;font-size:9px;font-weight:800;letter-spacing:.18em}.login-showcase__motto blockquote{max-width:620px;margin:9px 0 0;color:#ffffffab;font-size:clamp(15px,1.45vw,21px);font-weight:520;line-height:1.35;letter-spacing:-.2px;animation:motto-in .6s ease both}@keyframes motto-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.login-showcase__orb{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.11)}.login-showcase__orb--one{width:470px;height:470px;right:-180px;bottom:-160px;box-shadow:inset 0 0 0 70px #00b8d90d}.login-showcase__orb--two{width:170px;height:170px;right:8vw;top:28%;background:#00b8d90f}.login-panel{display:grid;place-items:center;padding:45px;background:linear-gradient(180deg,#fff,#f8fafd)}.login-card{width:min(370px,100%)}.login-card h2{margin:8px 0;color:var(--deep);font-size:28px;letter-spacing:-1px}.login-card>p{color:var(--muted);font-size:12px;line-height:1.6;margin-bottom:23px}.login-card .field{margin-bottom:15px}.login-card .link-button{width:100%;margin-top:13px}.login-help{display:block;margin-top:15px;color:#a1adbc;text-align:center;font-size:9px}.login-build{display:block;margin-top:7px;color:#bac3cf;text-align:center;font-size:8px;letter-spacing:.06em}.mobile-brand{display:none}.mobile-brand img{width:175px;height:auto}.sidebar__brand-lockup{display:flex;flex-direction:column;gap:6px}.sidebar__brand-lockup img{width:172px;max-height:54px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.sidebar__brand-lockup small{margin-left:2px}@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.card-grid,.action-panel{grid-template-columns:repeat(2,1fr)}.action-panel>div:first-child{grid-column:1/-1}.action-panel--form{grid-template-columns:1fr}.delete-panel{grid-template-columns:1fr 1fr}.delete-panel>div:first-child,.delete-panel .field{grid-column:1/-1}.inline-form{grid-template-columns:repeat(2,1fr)}.nexo-app-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.sidebar{transform:translate(-100%);transition:transform .22s ease;box-shadow:18px 0 40px #00000029}.sidebar--open{transform:translate(0)}.sidebar__close{display:grid!important;margin-left:auto;color:#fff;border-color:#ffffff1f;background:#ffffff0d}.sidebar-backdrop{position:fixed;inset:0;z-index:29;border:0;background:#07172d73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-main{width:100%;margin-left:0}.mobile-menu{display:grid!important}.topbar{height:74px;padding:0 20px}.page-container{padding:25px 20px 60px}.dashboard-grid,.login-page{grid-template-columns:1fr}.login-showcase{display:none}.login-panel{min-height:100vh;padding:30px}.mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:45px}.mobile-brand strong{color:var(--deep)}.product-grid{grid-template-columns:repeat(2,1fr)}.conditions-card dl,.password-generator{grid-template-columns:1fr}.solution-tabs-bar{align-items:stretch;flex-direction:column}.solution-add{align-self:flex-start;min-height:45px}.selection-grid--modules,.nexo-app-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.manual-modules__head{align-items:stretch;flex-direction:column}.manual-modules__add{min-width:0}.manual-module-row{grid-template-columns:minmax(180px,1fr) repeat(3,minmax(90px,.6fr)) auto}.promotion-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.topbar__badge{display:none}.topbar h1{font-size:16px}.page-header{align-items:flex-start;flex-direction:column;gap:14px}.page-header__actions{width:100%;justify-content:flex-start}.page-header__actions .button{flex:1}.page-header h2{font-size:27px}.metric-grid{grid-template-columns:1fr}.metric-card{min-height:105px}.filters{flex-direction:column}.filters select,.search-box{width:100%;min-width:0}.form-grid,.employee-grid{grid-template-columns:1fr}.field--span-2{grid-column:span 1}.wizard-panel{padding:19px}.wizard-steps button strong{display:none}.alternative-editor__top{align-items:center}.option-name{max-width:none}.product-grid{grid-template-columns:1fr 1fr}.product-card{min-height:92px;padding:12px}.alternative-editor__top{padding:17px}.configurator-section{padding:23px 17px}.configurator-section__heading{gap:10px}.configurator-section__heading h3{font-size:17px}.configuration-overview{align-items:flex-start;padding:13px 17px}.configuration-overview__facts{width:100%;margin:8px 0 0;justify-content:flex-start}.configuration-overview{flex-wrap:wrap}.selection-grid,.selection-grid--modules{grid-template-columns:1fr 1fr}.selection-grid--feature,.manual-modules__add,.manual-module-row{grid-template-columns:1fr}.manual-module-row .icon-button{justify-self:end}.selection-tile{min-height:104px;padding:12px 8px}.selection-tile--wide{min-height:78px;padding:12px 48px 12px 57px}.choice-grid--three,.choice-grid--four,.bundle-grid{grid-template-columns:1fr}.nexo-app-grid,.category-grid{grid-template-columns:1fr 1fr}.promotion-scope-grid,.included-storage,.seat-selector{grid-template-columns:1fr}.seat-stepper{justify-self:stretch}.seat-stepper label{flex:1}.seat-stepper input{width:100%}.wizard-actions{position:sticky;bottom:0;z-index:15;margin-left:-20px;margin-right:-20px;padding:12px 20px;background:#fffffff0;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.review-hero{padding:20px}.review-hero h3{font-size:21px}.review-hero__count{display:none}.comparison-table{min-width:620px}.comparison-table th:first-child,.comparison-table td:first-child{width:165px}.comparison-table td{padding:12px 10px}.quote-toolbar{align-items:flex-start;flex-direction:column}.quote-toolbar>div:first-child{width:100%;overflow-x:auto}.quote-toolbar>div:first-child>span{display:none}.quote-toolbar>div:last-child{border-left:0;padding-left:0}.action-panel{grid-template-columns:1fr}.action-panel>div:first-child{grid-column:auto}.card-grid,.inline-form{grid-template-columns:1fr}.panel{padding:16px}.panel__header{flex-direction:column}.large-amount{font-size:17px}.login-panel{padding:23px}}
