:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#14233b;background:#f4f7fc}*{box-sizing:border-box}body{margin:0}.screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top right,#d5e7ff 0,transparent 35%),#f4f7fc}.card{width:min(100%,440px);padding:40px;border:1px solid #dbe4f1;border-radius:20px;background:#fff;box-shadow:0 20px 60px #163a6b1c}.dashboard{width:min(100%,620px)}.eyebrow{margin:0 0 12px;color:#1570ef;font-size:12px;font-weight:800;letter-spacing:.08em}h1{margin:0 0 12px;font-size:30px;line-height:1.15}.muted{color:#60708a;line-height:1.5}form{display:grid;gap:16px;margin-top:28px}label{display:grid;gap:7px;font-size:14px;font-weight:650}.optional{color:#7a899e;font-weight:400}input{width:100%;min-height:46px;padding:10px 12px;border:1px solid #b8c7dc;border-radius:9px;color:#14233b;font:inherit}input:focus{outline:3px solid #b8d7ff;border-color:#1570ef}button{min-height:46px;border:0;border-radius:9px;padding:10px 16px;background:#156fed;color:#fff;font:inherit;font-weight:700;cursor:pointer}button:disabled{opacity:.6;cursor:wait}button.link{width:100%;margin-top:18px;padding:0;min-height:auto;color:#156fed;background:transparent;font-size:14px}button.secondary{width:auto;margin-top:14px;background:#e9f2ff;color:#125ec9}.error{margin:0;color:#b42318;font-size:14px}@media(max-width:520px){.screen{padding:16px}.card{padding:28px 22px}}.products-shell{min-height:100vh;background:#fff;color:#26374a}.topbar{min-height:72px;display:flex;align-items:stretch;background:#1c78ad;color:#fff;padding:0 28px;gap:20px}.brand{display:grid;place-items:center;font-size:28px;color:#e5f6ff}.topbar nav{display:flex;gap:3px;overflow-x:auto}.topbar button{min-height:0;padding:0 16px;border-radius:0;background:transparent;color:#e7f5ff;font-size:13px;font-weight:500;white-space:nowrap}.topbar button.current{background:#126392;color:#fff;font-weight:700}.profile{margin-left:auto;display:flex;align-items:center;gap:12px;white-space:nowrap;font-size:13px}.profile button{height:34px;padding:0 10px;border:1px solid #86bbdb;border-radius:6px}.subnav{height:49px;display:flex;align-items:center;gap:40px;border-bottom:1px solid #d9e3ed;padding:0 28px;color:#3a698d;font-size:14px}.subnav strong{align-self:stretch;display:grid;align-items:center;border-bottom:3px solid #1376b5;color:#1f5d86}.workspace{padding:25px 32px}.page-title{display:flex;align-items:center;gap:10px;margin-bottom:12px}.page-title h1{font-size:25px;margin:0 5px 0 0}.page-title button,.quick-search button{min-height:34px;background:#fff;border:1px solid #b9c9d6;color:#32475a;border-radius:4px;font-size:13px}.page-title button:disabled{color:#8b99a8;cursor:not-allowed}.page-title .filter-button{background:#e9eef2}.count{padding:2px 9px;border:1px solid #c9d8e2;border-radius:4px;color:#566b7e;font-size:13px}.filters{display:grid;grid-template-columns:130px repeat(5,minmax(130px,1fr));gap:13px 16px;padding:15px;background:#e5e5e5;border-radius:4px}.filter-actions{display:flex;flex-direction:column;gap:9px;justify-content:center}.filter-actions button{min-height:31px;background:#a5cf00;color:#fff;border-radius:3px;font-size:13px}.filter-actions .clear{background:#fff;border:1px solid #b9c9d6;color:#3c4c5c}.filter-field{min-width:0;display:grid;gap:4px;color:#475767;font-size:12px;font-weight:600}.filter-field input,.filter-field select{min-height:29px;padding:4px 7px;border:1px solid #b8c0c6;border-radius:2px;background:#fff;font-size:13px}.catalog-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:18px;margin-top:28px}.groups{border-right:1px solid #d7e2eb;padding-right:10px;min-height:410px}.groups button{display:block;min-height:36px;width:100%;padding:8px 12px;background:transparent;color:#2d739f;text-align:left;border-radius:3px;font-size:14px;font-weight:500}.groups button.selected{background:#e2f2fc;font-weight:700}.quick-search{display:flex;gap:8px;margin-bottom:12px}.quick-search input{max-width:360px;min-height:34px}.quick-search button{background:#1678b6;color:#fff;border:0}.product-table-wrap{overflow-x:auto}table{width:100%;min-width:920px;border-collapse:collapse;font-size:13px}th{border-bottom:2px solid #0a72b6;color:#2673a6;font-weight:650;text-align:left;white-space:nowrap;padding:10px 12px}td{border-bottom:1px solid #dbe3e9;padding:11px 12px;vertical-align:top}td strong{display:block;font-weight:600}td small{display:block;margin-top:4px;color:#8090a0}.empty{padding:34px;color:#718293;text-align:center}.catalog-error{color:#b42318}@media(max-width:960px){.topbar{padding:0 12px}.topbar nav{display:none}.subnav{gap:16px;padding:0 16px;overflow-x:auto;white-space:nowrap}.workspace{padding:18px 16px}.filters{grid-template-columns:repeat(2,minmax(120px,1fr))}.catalog-layout{grid-template-columns:1fr}.groups{display:flex;overflow-x:auto;min-height:0;border:0;padding:0}.groups button{min-width:max-content}}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;overflow-y:auto;padding:32px;background:#14233b99}.product-card{width:min(100%,1080px);margin:0 auto;padding:28px;border-radius:12px;background:#fff;box-shadow:0 20px 70px #0005}.product-card>header{display:flex;align-items:start;justify-content:space-between;margin-bottom:20px}.product-card>header h1{margin:0;font-size:28px}.icon-button{display:grid;place-items:center;min-height:34px;width:34px;height:34px;padding:0;border:1px solid #3c506c;border-radius:9px;background:#172434;color:#d9e6f7;font-size:23px;font-weight:500;line-height:1}.icon-button:hover{background:#273650;color:#fff}.card-section{margin-top:18px;padding:22px;border:1px solid #e2e8f0;border-radius:8px;background:#fbfcfe}.card-section h2{margin:0 0 12px;color:#152b45;font-size:20px}.section-hint{margin:0 0 16px;color:#5d7187;font-size:13px;line-height:1.45}.name-section{margin-top:0}.form-grid{display:grid;gap:14px}.form-grid.two,.marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.separated{margin-top:20px;padding-top:20px;border-top:1px solid #dce4ec}.card-field{display:grid;gap:6px;min-width:0;color:#55687b;font-size:13px}.card-field b{color:#d92d20}.card-field input,.card-field select,.card-field textarea,.image-add input,.barcode-list input,.barcode-list select{min-width:0;border:1px solid #b9c7d6;border-radius:5px;padding:9px 10px;background:#fff;color:#1f3041;font:inherit}.card-field textarea{resize:vertical}.minimum-stock{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;align-items:end}.minimum-stock label{font-size:14px}.barcode-list{display:grid;gap:9px;margin-bottom:12px}.barcode-list>div{display:grid;grid-template-columns:160px minmax(0,1fr) 36px;gap:8px}.barcode-list button{min-height:36px;padding:0;background:#edf2f7;color:#41556a}.outline,.cancel{min-height:38px;border:1px solid #aabccc;border-radius:5px;background:#fff;color:#2b6e9f}.image-add{display:flex;gap:10px}.image-add input{flex:1}.image-add button{min-height:38px;background:#edf6fd;color:#1675ad}.image-list{display:grid;gap:7px;padding-left:20px;color:#45596e;font-size:13px}.image-list li{display:flex;justify-content:space-between;gap:12px}.image-list button{min-height:24px;padding:3px 8px;background:transparent;color:#b42318}.check{display:flex;gap:8px;align-items:center;margin:18px 0}.readonly{color:#5f7287;font-size:14px}.product-card footer{display:flex;justify-content:end;gap:10px;margin-top:22px}.product-card footer button{min-height:42px}.service-card{width:min(100%,720px)}.stock-page{max-width:1600px;margin:0 auto}.stock-tabs{display:flex;gap:8px;margin:16px 0}.stock-tabs button{min-height:38px;background:#edf2f7;color:#456074}.stock-tabs button.active{background:#1477b5;color:#fff}.stock-form,.history,.empty-state{margin-top:16px;padding:22px;border:1px solid #dce5ee;border-radius:8px;background:#fff}.stock-form h2,.history h2,.empty-state h2{margin:0 0 16px;font-size:20px}.stock-form>button,.empty-state button{min-height:42px;margin-top:18px}.empty-state{max-width:600px}.empty-state p{color:#617388}.empty-state div{display:flex;gap:8px}.empty-state input{flex:1;min-height:40px;border:1px solid #b9c7d6;border-radius:5px;padding:8px}.operation{display:inline-block;padding:4px 7px;border-radius:4px;font-size:12px;font-weight:700}.operation.receipt{color:#067647;background:#dcfae6}.operation.shipment{color:#b42318;background:#fee4e2}.integration-page{max-width:1160px;margin:0 auto}.integration-tabs{display:flex;gap:8px;margin:20px 0 0}.integration-tabs button{min-height:42px;background:#edf2f7;color:#456074}.integration-tabs button.active{background:#1477b5;color:#fff}.integration-form{max-width:1000px}.check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 20px}.check-grid .check{margin:0}.success{margin:0;color:#067647;font-size:14px}@media(max-width:720px){.modal-backdrop{padding:0}.product-card{border-radius:0;padding:18px}.form-grid.two,.form-grid.three,.form-grid.four,.marketplace-grid,.minimum-stock{grid-template-columns:1fr}.image-add{display:grid}}.products-shell{min-height:100vh;background:#f6f8fc;color:#18263a}.topbar{min-height:68px;align-items:center;gap:30px;padding:0 36px;background:#fff;color:#18263a;border-bottom:1px solid #e2e8f1;box-shadow:0 1px 3px #1b2b4110}.brand{display:flex;align-items:center;gap:9px;min-width:max-content;color:#162844;font-size:17px;font-weight:850;letter-spacing:-.03em}.brand .legacy-mark{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;background:linear-gradient(145deg,#3579f6,#205bd6);color:#fff;font-size:14px;font-weight:900;box-shadow:0 5px 12px #2768dd44}.topbar nav{align-items:center;gap:5px;overflow:visible}.topbar button{min-height:38px;padding:8px 12px;border-radius:8px;background:transparent;color:#637187;font-size:14px;font-weight:650;transition:background .15s ease,color .15s ease}.topbar button:hover{background:#f0f4fa;color:#263c60}.topbar button.current{background:#eaf1ff;color:#245fcc;font-weight:750}.profile{gap:14px;color:#607087;font-size:13px}.profile button{height:36px;min-height:36px;padding:0 12px;border:1px solid #d9e2ee;border-radius:8px;background:#fff;color:#465a74}.subnav{display:none}.workspace{width:min(100%,1440px);margin:0 auto;padding:32px 36px 48px}.page-title{gap:12px;margin-bottom:18px}.page-title h1{color:#162844;font-size:28px;letter-spacing:-.025em}.page-title button,.quick-search button{min-height:38px;border:1px solid #d7e1ef;border-radius:8px;background:#fff;color:#415671;font-size:13px}.page-title .filter-button{background:#edf3ff;color:#275fbe}.count{border:0;border-radius:99px;background:#eef2f7;color:#64748b}.filters{grid-template-columns:130px repeat(4,minmax(150px,1fr));gap:14px 16px;padding:18px;border:1px solid #e2e8f1;border-radius:14px;background:#fff;box-shadow:0 10px 30px #16284408}.filter-actions{gap:8px}.filter-actions button{min-height:34px;border-radius:7px;background:#2869dc;box-shadow:none}.filter-actions .clear{border-color:#d4deeb;border-radius:7px;color:#56677e}.filter-field{gap:6px;color:#607087;font-size:11px;letter-spacing:.01em}.filter-field input,.filter-field select{min-height:34px;border-color:#d8e1ec;border-radius:7px;color:#25374f}.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:26px;margin-top:26px}.groups{min-height:0;padding:8px;border:1px solid #e2e8f1;border-radius:12px;background:#fff;align-self:start}.groups button{min-height:38px;padding:8px 12px;border-radius:7px;color:#4d6380;font-weight:600}.groups button:hover{background:#f3f6fb}.groups button.selected{background:#eaf1ff;color:#2862c9}.quick-search{margin:0 0 14px}.quick-search input{min-height:38px;border-color:#d7e1ef;border-radius:8px}.quick-search button{min-height:38px;border-radius:8px;background:#2869dc}.product-table-wrap{overflow:hidden;border:1px solid #e2e8f1;border-radius:12px;background:#fff;box-shadow:0 10px 30px #16284408}table{font-size:13px}th{padding:13px 14px;border-bottom:1px solid #dfe7f1;color:#64748b;background:#fafbfd;font-size:11px;text-transform:uppercase;letter-spacing:.035em}td{padding:14px;border-bottom-color:#edf1f5;color:#394b63}tr:last-child td{border-bottom:0}.product-row{cursor:pointer}.product-row.selected td{background:#20294a}.sync-cell{white-space:nowrap}.sync-badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:22px;margin-right:6px;padding:0 6px;border:1px solid #33445f;border-radius:7px;font-size:11px;font-weight:800;letter-spacing:.03em;color:#8fa3c3;background:#101a29}.sync-badge.ready{color:#9cf2c0;border-color:#287b55;background:#123d2c}.sync-badge.waiting{color:#ffd58a;border-color:#84642d;background:#423319}.sync-badge.off{opacity:.72}.empty{padding:46px 24px;color:#8491a3}.product-card,.stock-form,.history,.empty-state{border-color:#e1e8f1;border-radius:14px;box-shadow:0 14px 38px #17243a0a}.product-card{padding:32px}.product-card>header{align-items:center}.product-card>header h1{color:#162844}.card-section{border-color:#e4eaf2;border-radius:12px;background:#fff}.stock-tabs,.integration-tabs{gap:8px}.stock-tabs button,.integration-tabs button{min-height:40px;border-radius:8px;background:#edf2f8;color:#53667d}.stock-tabs button.active,.integration-tabs button.active{background:#2869dc;color:#fff}.stock-page,.integration-page{max-width:1160px}@media(max-width:1080px){.filters{grid-template-columns:120px repeat(3,minmax(150px,1fr))}}@media(max-width:960px){.topbar{gap:14px;padding:0 16px}.topbar nav{display:flex;gap:3px;overflow-x:auto}.topbar button{padding:8px 10px;font-size:13px}.profile>span{display:none}.workspace{padding:24px 16px 36px}.filters{grid-template-columns:repeat(2,minmax(130px,1fr))}.filter-actions{grid-column:span 2;flex-direction:row;align-items:end}.filter-actions button{flex:1}}@media(max-width:600px){.brand{font-size:0}.topbar{min-height:60px;padding:0 12px}.topbar nav{gap:1px}.topbar button{padding:7px 8px;font-size:12px}.profile button{padding:0 9px}.filters{grid-template-columns:1fr}.filter-actions{grid-column:auto}.catalog-layout{gap:16px}.product-card{padding:20px}}input[type=checkbox]{width:18px;min-width:18px;height:18px;min-height:18px;margin:0;padding:0;accent-color:#2869dc}.integration-form .card-field input,.integration-form .card-field select{width:100%;min-height:46px}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px}.check-grid .check{min-height:30px;display:flex;align-items:center;gap:10px;color:#334a67;font-weight:600;line-height:1.35}@media(max-width:600px){.topbar{display:grid;grid-template-columns:auto 1fr;gap:0;padding:8px 12px 0}.topbar nav{grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin-top:8px;overflow:visible}.topbar nav button{min-height:42px;padding:8px 4px;border-radius:8px;font-size:12px}.profile{grid-column:2;grid-row:1;justify-self:end}.check-grid{grid-template-columns:1fr;gap:10px}}:root{color:#edf4ff;background:#0b0f16}body{background:#0b0f16}.products-shell{background:radial-gradient(circle at 10% 0%,#17233a 0,transparent 30%),#0b0f16;color:#edf4ff}.topbar{background:#101722;color:#edf4ff;border-bottom-color:#263447;box-shadow:0 1px #ffffff08}.brand{color:#f5f8ff;font-size:19px;letter-spacing:-.04em}.brand-mark{position:relative;width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,#a855f7,#5b5cf6 53%,#26c6ff);box-shadow:0 7px 22px #7456ff55;overflow:hidden}.brand-mark:before,.brand-mark:after{content:"";position:absolute;width:22px;height:5px;left:4px;border-radius:99px;background:#fff;transform:rotate(-42deg)}.brand-mark:before{top:9px;box-shadow:0 8px #d9f4ff}.brand-mark:after{width:7px;height:7px;top:4px;left:18px;box-shadow:-14px 15px #fff}.brand-word{display:inline-flex;align-items:baseline;width:auto;height:auto;color:#f5f8ff;font:inherit;white-space:nowrap}.brand-word>span{display:inline;width:auto;height:auto;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#8b9bff;font:inherit}.topbar button{color:#9baac0}.topbar button:hover{background:#1a2535;color:#f1f6ff}.topbar button.current{background:#242b49;color:#cdd4ff}.profile{color:#93a3ba}.profile button{border-color:#34445a;background:#151f2c;color:#d3deef}.workspace{max-width:1480px}.page-title h1,.card-section h2,.product-card>header h1,.stock-form h2,.history h2,.empty-state h2{color:#f4f7ff}.count{background:#1b2636;color:#9eb0c9}.muted,.section-hint,.readonly,.empty-state p{color:#9cabc0}.filters{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;padding:20px;background:#121a26;border-color:#29394e;box-shadow:0 16px 40px #0000002e}.filter-actions{grid-column:1 / -1;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.filter-actions button{width:auto;min-width:132px;min-height:42px;background:linear-gradient(135deg,#6858f8,#3c75f4)}.filter-actions .clear{background:#192432;border-color:#35475f;color:#c1cde0}.filter-field,.card-field{width:100%;gap:7px;color:#a7b6ca;font-size:12px;font-weight:650}.filter-field input,.filter-field select,.card-field input,.card-field select,.card-field textarea,.quick-search input,.empty-state input{width:100%;min-width:0;min-height:46px;height:46px;padding:10px 13px;border:1px solid #34445a;border-radius:9px;background:#0d141e;color:#eff5ff;font:inherit;box-shadow:none}.card-field textarea{height:auto;min-height:96px}.filter-field input:focus,.filter-field select:focus,.card-field input:focus,.card-field select:focus,.card-field textarea:focus,.quick-search input:focus{outline:3px solid #6d5cff44;border-color:#8072ff}.filter-field input[type=date],select{color-scheme:dark}.quick-search button,.stock-tabs button.active,.integration-tabs button.active{background:linear-gradient(135deg,#6858f8,#3c75f4)}.page-title button,.quick-search button{border-color:#35475f;background:#182331;color:#d2def1}.page-title .filter-button{background:#252945;color:#cfd3ff}.groups,.product-table-wrap,.stock-form,.history,.empty-state,.product-card,.card-section{background:#121a26;border-color:#29394e;box-shadow:0 14px 38px #0000002a}.groups button{color:#aebdd1}.groups button:hover{background:#1a2635}.groups button.selected{background:#252b48;color:#d0d3ff}.product-table-wrap{background:#121a26}th{background:#151f2c;border-bottom-color:#2e4055;color:#93a6c1}td{border-bottom-color:#233247;color:#c3d0e1}td small,.empty{color:#8192a9}.stock-tabs button,.integration-tabs button{background:#192432;color:#b7c5d9}.integration-form{max-width:none}.integration-form .form-grid.two:first-of-type .card-field:last-of-type{grid-column:1 / -1}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.check-grid .check{color:#c3d0e1}input[type=checkbox]{accent-color:#8072ff}.outline,.cancel{border-color:#3a4c65;background:#172231;color:#c8d4e7}.image-add button{background:#252b48;color:#d0d3ff}@media(max-width:1180px){.filters{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.filters{grid-template-columns:repeat(2,minmax(0,1fr))}.check-grid{grid-template-columns:1fr}}@media(max-width:600px){.filters{grid-template-columns:1fr}.filter-actions{flex-direction:row}.filter-actions button{width:50%}}.product-editor{width:min(100%,1120px);padding:30px;background:#111a27}.product-editor>header{padding-bottom:20px;border-bottom:1px solid #2a3a50}.product-editor>header h1{margin-bottom:6px;font-size:30px}.product-editor .editor-hero{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0;padding:20px;border:1px solid #34305e;border-radius:14px;background:linear-gradient(135deg,#1d2140,#131d2a)}.product-editor .editor-hero .card-field:first-child{grid-column:1 / -1}.product-editor .card-section{margin-top:16px;padding:22px}.product-editor .card-section h2{font-size:18px}.product-editor .form-grid{margin-top:14px}.product-editor .form-grid+.form-grid{margin-top:14px}.dimension-hint{margin:12px 0 0;color:#9eadd0;font-size:13px}.create-category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:14px;padding:14px;border:1px dashed #40516b;border-radius:10px;background:#0e1621}.create-category input{width:100%;min-width:0;min-height:46px;height:46px;padding:10px 13px;border:1px solid #34445a;border-radius:9px;background:#0b121c;color:#eff5ff;font:inherit}.create-category .secondary{min-height:46px;margin:0;padding:10px 16px;border:1px solid #4a477d;border-radius:9px;background:#252b48;color:#d5d5ff}.kiz-toggle{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding:16px;border:1px solid #3a467e;border-radius:12px;background:linear-gradient(135deg,#222447,#16213a);cursor:pointer}.kiz-toggle input{margin-top:2px}.kiz-toggle span{display:grid;gap:5px;color:#e3e9ff}.kiz-toggle small{color:#aab8d0;font-size:13px;font-weight:500;line-height:1.45}.product-editor footer{position:sticky;bottom:-30px;margin:22px -30px -30px;padding:16px 30px;border-top:1px solid #2a3a50;background:#111a27f5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:720px){.product-editor .editor-hero,.create-category{grid-template-columns:1fr}.product-editor footer{bottom:-18px;margin:20px -18px -18px;padding:14px 18px}}.crm-page{max-width:1480px}.crm-page .page-title>div{display:grid;gap:2px}.crm-page .page-title .eyebrow{margin:0}.crm-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0;padding:20px;border:1px solid #29394e;border-radius:14px;background:#121a26}.crm-filters .filter-actions{grid-column:1 / -1;display:flex;flex-direction:row;gap:10px}.crm-filters .filter-actions button{min-width:132px;min-height:42px;background:linear-gradient(135deg,#6858f8,#3c75f4)}.crm-filters .filter-actions .clear{background:#192432;color:#c1cde0}.role-badge{display:inline-flex;padding:5px 9px;border-radius:99px;background:#252b48;color:#cdd1ff;font-size:12px;font-weight:700}.counterparty-card{width:min(100%,720px)}.counterparty-card>.card-field{margin-top:16px}@media(max-width:900px){.crm-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.crm-filters{grid-template-columns:1fr}}.topbar .brand{min-height:48px;padding:0;border:0;background:transparent}.topbar .brand:hover{background:transparent}.profile-account{display:inline-flex;align-items:center;gap:8px;text-align:left}.profile-account>span:last-child{display:grid;gap:1px}.profile-account strong{color:#eef5ff;font-size:13px;line-height:1.1}.profile-account small{color:#b4c2d7;font-size:10px;line-height:1.1;max-width:170px;overflow:hidden;text-overflow:ellipsis}.profile-icon{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#2c3d5b;color:#dfe8ff;font-size:12px}.logout{color:#dce8fa!important}.muted,.section-hint,.readonly,.empty-state p{color:#b5c3d6}.filter-field,.card-field{color:#bcc9db}td{color:#d1dcec}td small,.empty{color:#a7b6ca}.confirm-layer{z-index:40;display:grid;place-items:center;background:#050a12ba}.confirm-dialog{width:min(100%,480px);padding:26px;border:1px solid #35465e;border-radius:14px;background:#141e2b;box-shadow:0 24px 70px #000a}.confirm-dialog h2{margin:0 0 10px;color:#f2f6ff;font-size:21px}.confirm-dialog p{margin:0;color:#b5c3d6;line-height:1.5}.confirm-dialog footer{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.danger-button{background:#c13a48;color:#fff}.danger{color:#ffb4be!important;border-color:#70414d!important}.account-page{max-width:1160px}.account-page .integration-form{margin-top:0}
