:root{
  --sb2b-bg:#000000;
  --sb2b-surface:#070707;
  --sb2b-surface-2:#0a0a0a;
  --sb2b-card:#0b0b0b;
  --sb2b-card-hover:#0f0f0f;
  --sb2b-border:#1f1f1f;
  --sb2b-border-strong:#2c2c2c;
  --sb2b-text:#f5f5f5;
  --sb2b-body:#a1a1a1;
  --sb2b-muted:#737373;
  --sb2b-faint:#555555;
  --sb2b-accent:#fccf2a;
  --sb2b-action:#fccf2a;
  --sb2b-danger:#ef4444;
  --sb2b-success:#22c55e;
  --sb2b-warning:#f5a623;
  --sb2b-radius-sm:8px;
  --sb2b-radius:10px;
  --sb2b-radius-lg:12px;
  --sb2b-font:"Figtree",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --sb2b-shadow:0 1px 1px rgba(0,0,0,.25),0 8px 24px -16px rgba(0,0,0,.8),inset 0 0 0 1px rgba(255,255,255,.012);
}
html{background:var(--sb2b-bg)!important;margin-top:0!important;color-scheme:dark}
body.sb2b-body{margin:0!important;min-height:100vh;background:var(--sb2b-bg)!important;color:var(--sb2b-text)!important;font-family:var(--sb2b-font)!important;font-size:15px!important;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.sb2b-body *{box-sizing:border-box}
body.sb2b-body a{color:inherit}
body.sb2b-body button,body.sb2b-body input,body.sb2b-body select,body.sb2b-body textarea{font-family:var(--sb2b-font)!important}
body.sb2b-body button,body.sb2b-body a{-webkit-tap-highlight-color:transparent}
body.sb2b-body #wpadminbar{display:none!important}
.sb2b-icon{width:19px;height:19px;display:block;flex:0 0 auto}
.sb2b-muted{color:var(--sb2b-muted)!important}
.sb2b-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--sb2b-accent);font-size:14px;font-weight:600;letter-spacing:.02em}
.sb2b-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--sb2b-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--sb2b-accent) 8%,transparent)}

/* Buttons */
.sb2b-primary,.sb2b-secondary{min-height:42px;border-radius:var(--sb2b-radius-sm);padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px!important;font-weight:600;text-decoration:none;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}
.sb2b-primary{border:1px solid var(--sb2b-accent);background:var(--sb2b-accent);color:#17130a!important;box-shadow:0 1px 0 rgba(255,255,255,.18) inset}
.sb2b-primary:hover{background:color-mix(in srgb,var(--sb2b-accent) 88%,#fff);border-color:color-mix(in srgb,var(--sb2b-accent) 88%,#fff);transform:translateY(-1px)}
.sb2b-secondary{border:1px solid var(--sb2b-border-strong);background:#090909;color:#d9d9d9!important}
.sb2b-secondary:hover{background:#111;border-color:#3a3a3a;color:#fff!important}
.sb2b-button-link{white-space:nowrap}

/* App shell */
.sb2b-app-shell{min-height:100dvh;display:grid;grid-template-columns:248px minmax(0,1fr);background:radial-gradient(circle at 48% -15%,color-mix(in srgb,var(--sb2b-accent) 6%,transparent),transparent 28%),#000}
.sb2b-sidebar{position:fixed;inset:0 auto 0 0;width:248px;height:100dvh;padding:15px 12px;display:flex;flex-direction:column;border-right:1px solid #191919;background:rgba(0,0,0,.96);backdrop-filter:blur(18px);z-index:80}
.sb2b-sidebar-top{min-height:58px;display:flex;align-items:center;padding:2px 9px 14px;border-bottom:1px solid #171717}
.sb2b-platform-brand{display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none}
.sb2b-platform-brand img{display:block;width:128px;max-width:100%;height:auto;object-fit:contain}
.sb2b-platform-brand>span{padding-left:10px;border-left:1px solid #242424;color:#777;font-size:14px;font-weight:500;white-space:nowrap}
.sb2b-mobile-close{display:none;margin-left:auto;width:38px;height:38px;border:1px solid var(--sb2b-border);border-radius:8px;background:#090909;color:#999;place-items:center;cursor:pointer}
.sb2b-nav-label{padding:20px 10px 8px;color:#565656;font-size:14px;font-weight:600;letter-spacing:.01em}
.sb2b-nav{display:grid;gap:4px}
.sb2b-nav a{min-height:44px;display:flex;align-items:center;gap:11px;padding:0 11px;border:1px solid transparent;border-radius:8px;text-decoration:none;color:#898989;font-size:14px!important;font-weight:500;transition:.16s ease}
.sb2b-nav a .sb2b-icon{color:#676767}
.sb2b-nav a:hover{background:#0b0b0b;color:#dedede}
.sb2b-nav a:hover .sb2b-icon{color:#aaa}
.sb2b-nav a.is-active{background:#111;border-color:#202020;color:#fff;box-shadow:inset 0 1px rgba(255,255,255,.018)}
.sb2b-nav a.is-active .sb2b-icon{color:var(--sb2b-accent)}
.sb2b-sidebar-bottom{display:grid;gap:4px;margin-top:auto;padding-top:13px;border-top:1px solid #171717}
.sb2b-sidebar-link{min-height:40px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:8px;color:#707070!important;text-decoration:none;font-size:14px!important}
.sb2b-sidebar-link:hover{background:#0b0b0b;color:#d2d2d2!important}
.sb2b-sidebar-link .sb2b-icon{width:16px;height:16px}
.sb2b-user-mini{display:grid;grid-template-columns:38px minmax(0,1fr) 34px;align-items:center;gap:10px;margin-top:8px;padding:10px 8px;border-top:1px solid #171717}
.sb2b-avatar{width:38px;height:38px;display:grid;place-items:center;border:1px solid #2b2b2b;border-radius:50%;background:linear-gradient(180deg,#111,#080808);color:#d8d8d8;font-size:14px!important;font-weight:600}
.sb2b-user-mini>div:nth-child(2){display:grid;gap:1px;min-width:0}
.sb2b-user-mini strong{overflow:hidden;color:#d7d7d7;font-size:14px!important;font-weight:600;white-space:nowrap;text-overflow:ellipsis}
.sb2b-user-mini span{overflow:hidden;color:#626262;font-size:14px!important;white-space:nowrap;text-overflow:ellipsis}
.sb2b-user-mini>a{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#666;text-decoration:none}
.sb2b-user-mini>a:hover{background:#111;color:#ddd}
.sb2b-user-mini>a .sb2b-icon{width:17px;height:17px}

.sb2b-app-main{grid-column:2;min-width:0;padding:0 30px 54px}
.sb2b-topbar{height:76px;margin:0 -30px 30px;padding:0 30px;position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #1b1b1b;background:rgba(0,0,0,.84);backdrop-filter:blur(18px)}
.sb2b-topbar-left{display:flex;align-items:center;gap:12px;min-width:0}
.sb2b-topbar-left>div{min-width:0}
.sb2b-topbar h1{margin:0;color:#f5f5f5;font-size:18px!important;line-height:1.2;font-weight:600;letter-spacing:-.025em}
.sb2b-topbar p{margin:4px 0 0;color:#686868;font-size:14px!important;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sb2b-topbar-catalog .sb2b-icon{width:16px;height:16px}
.sb2b-menu-button{display:none;width:40px;height:40px;border:1px solid var(--sb2b-border);border-radius:8px;background:#090909;color:#aaa;place-items:center;cursor:pointer}
.sb2b-content{width:min(1480px,100%);margin:0 auto}

/* Headings */
.sb2b-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 24px}
.sb2b-page-head h1{margin:10px 0 5px;color:#f7f7f7;font-size:34px!important;line-height:1.05;font-weight:600;letter-spacing:-.045em}
.sb2b-page-head p{margin:0;color:#747474;font-size:15px!important;line-height:1.55}
.sb2b-back{display:inline-flex;align-items:center;margin-bottom:8px;color:#8b8b8b!important;text-decoration:none;font-size:14px!important;font-weight:500}
.sb2b-back:hover{color:#fff!important}

/* Cards */
.sb2b-card{border:1px solid var(--sb2b-border);border-radius:var(--sb2b-radius-lg);background:linear-gradient(180deg,#0c0c0c,#080808);overflow:hidden;box-shadow:var(--sb2b-shadow)}
.sb2b-card-head{min-height:70px;padding:16px 19px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #191919}
.sb2b-card-head h2{margin:0;color:#ededed;font-size:17px!important;line-height:1.25;font-weight:600;letter-spacing:-.02em}
.sb2b-card-head p{margin:5px 0 0;color:#707070;font-size:14px!important;line-height:1.45}
.sb2b-card-head>a{color:#bdbdbd!important;font-size:14px!important;font-weight:500;text-decoration:none}
.sb2b-card-head>a:hover{color:#fff!important}
.sb2b-card-head>span{color:#767676;font-size:14px!important}
.sb2b-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}
.sb2b-metric{min-height:144px;padding:20px;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--sb2b-border);border-radius:var(--sb2b-radius-lg);background:linear-gradient(180deg,#0c0c0c,#080808);box-shadow:var(--sb2b-shadow)}
.sb2b-metric>span{color:#858585;font-size:14px!important;font-weight:500}
.sb2b-metric>strong{margin-top:15px;color:#f6f6f6;font-size:30px!important;line-height:1.05;font-weight:600;letter-spacing:-.045em}
.sb2b-metric>small{margin-top:11px;color:#626262;font-size:14px!important;line-height:1.35}
.sb2b-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.65fr);gap:12px}
.sb2b-action-card{padding:23px;display:flex;flex-direction:column;justify-content:center;min-height:260px;background:radial-gradient(circle at 85% 10%,color-mix(in srgb,var(--sb2b-accent) 8%,transparent),transparent 38%),linear-gradient(180deg,#0d0d0d,#080808)}
.sb2b-action-card>strong{margin-top:22px;color:#fff;font-size:48px!important;line-height:.95;font-weight:600;letter-spacing:-.06em}
.sb2b-action-card h3{margin:12px 0 0;color:#dcdcdc;font-size:18px!important;font-weight:600;letter-spacing:-.02em}
.sb2b-action-card p{margin:7px 0 22px;color:#6f6f6f;font-size:14px!important;line-height:1.5}
.sb2b-action-card>a{color:var(--sb2b-accent)!important;font-size:14px!important;font-weight:600;text-decoration:none}

/* Alerts */
.sb2b-alert{margin-bottom:16px;padding:14px 16px;border:1px solid var(--sb2b-border);border-radius:10px;background:#0b0b0b;color:#cfcfcf;font-size:14px!important;line-height:1.5}
.sb2b-alert.is-error{border-color:rgba(239,68,68,.28);background:rgba(239,68,68,.075);color:#f2a5a5}
.sb2b-alert.is-success{border-color:rgba(34,197,94,.25);background:rgba(34,197,94,.07);color:#8fe3a9}
.sb2b-alert.is-credentials{display:flex;align-items:center;justify-content:space-between;gap:18px;border-color:color-mix(in srgb,var(--sb2b-accent) 25%,#222);background:color-mix(in srgb,var(--sb2b-accent) 5%,#090909)}
.sb2b-alert.is-credentials>div{display:grid;gap:3px}
.sb2b-alert.is-credentials strong,.sb2b-alert.is-credentials span,.sb2b-alert.is-credentials code{font-size:14px!important}
.sb2b-alert.is-credentials span{color:#888}
.sb2b-alert.is-credentials code{padding:9px 11px;border:1px solid #292929;border-radius:8px;background:#050505;color:#e3e3e3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace!important;line-height:1.55}

/* Forms */
.sb2b-form{display:grid;gap:16px}
.sb2b-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.sb2b-form label{display:grid;gap:8px;margin:0}
.sb2b-form label>span{color:#b0b0b0;font-size:14px!important;font-weight:500}
.sb2b-form input,.sb2b-form select,.sb2b-form textarea,.sb2b-filters input,.sb2b-filters select{width:100%;min-height:46px;margin:0;border:1px solid #292929;border-radius:8px;outline:none;background:#080808;color:#f1f1f1;padding:0 13px;font-size:15px!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.sb2b-form textarea{min-height:106px;padding:12px 13px;resize:vertical}
.sb2b-form input::placeholder,.sb2b-form textarea::placeholder,.sb2b-filters input::placeholder{color:#4f4f4f}
.sb2b-form input:focus,.sb2b-form select:focus,.sb2b-form textarea:focus,.sb2b-filters input:focus,.sb2b-filters select:focus{border-color:#474747;background:#0a0a0a;box-shadow:0 0 0 3px rgba(255,255,255,.025)}
.sb2b-form input[type="color"]{padding:5px;cursor:pointer}
.sb2b-full{grid-column:1/-1}
.sb2b-check{display:flex!important;align-items:center;gap:10px!important;min-height:28px}
.sb2b-check input{width:18px!important;height:18px!important;min-height:18px!important;margin:0;accent-color:var(--sb2b-accent)}
.sb2b-check span{margin:0!important;color:#929292!important}
.sb2b-card>.sb2b-form,.sb2b-stack .sb2b-form{padding:20px}

/* Tables */
.sb2b-table-wrap{width:100%;overflow:auto}
.sb2b-table{width:100%;border-collapse:collapse;border-spacing:0;min-width:760px}
.sb2b-table th{padding:13px 16px;border-bottom:1px solid #1b1b1b;background:#090909;color:#707070;font-size:14px!important;font-weight:600;line-height:1.3;text-align:left;white-space:nowrap}
.sb2b-table td{padding:15px 16px;border-bottom:1px solid #171717;color:#929292;font-size:14px!important;line-height:1.45;vertical-align:middle}
.sb2b-table tbody tr:last-child td{border-bottom:0}
.sb2b-table tbody tr{transition:background .14s ease}
.sb2b-table tbody tr:hover{background:#0d0d0d}
.sb2b-table td>strong{color:#e0e0e0;font-size:14px!important;font-weight:600}
.sb2b-cell-sub{display:block;margin-top:3px;color:#656565;font-size:14px!important}
.sb2b-table-action{text-align:right!important}
.sb2b-table-action a{color:#b7b7b7!important;font-size:14px!important;font-weight:500;text-decoration:none;white-space:nowrap}
.sb2b-table-action a:hover{color:#fff!important}
.sb2b-status{display:inline-flex;align-items:center;min-height:28px;padding:3px 9px;border:1px solid #2b2b2b;border-radius:999px;background:#101010;color:#aaa;font-size:14px!important;font-weight:600;line-height:1.2;white-space:nowrap}
.sb2b-status.is-received{border-color:rgba(59,130,246,.25);background:rgba(59,130,246,.075);color:#9fc1ff}
.sb2b-status.is-in_service{border-color:rgba(245,166,35,.25);background:rgba(245,166,35,.075);color:#e6bf74}
.sb2b-status.is-confirmed{border-color:rgba(34,197,94,.24);background:rgba(34,197,94,.07);color:#83d89d}
.sb2b-status.is-finished{border-color:#303030;background:#151515;color:#bcbcbc}
.sb2b-status.is-cancelled{border-color:rgba(239,68,68,.24);background:rgba(239,68,68,.065);color:#e28d8d}
.sb2b-filters{display:grid;grid-template-columns:minmax(260px,1fr) 220px auto;gap:10px;padding:16px;border-bottom:1px solid #191919;background:#080808}
.sb2b-filters button{min-height:46px}

/* Detail */
.sb2b-detail-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.72fr);gap:12px}
.sb2b-stack{display:grid;align-content:start;gap:12px}
.sb2b-line-items{padding:0 19px}
.sb2b-line-item{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 0;border-bottom:1px solid #181818}
.sb2b-line-item:last-child{border-bottom:0}
.sb2b-line-item>div{display:grid;gap:4px}
.sb2b-line-item strong{color:#e1e1e1;font-size:15px!important;font-weight:600}
.sb2b-line-item span,.sb2b-line-item small{color:#747474;font-size:14px!important}
.sb2b-line-item b{color:#ececec;font-size:15px!important;font-weight:600;white-space:nowrap}
.sb2b-order-total{display:flex;align-items:center;justify-content:space-between;padding:20px 19px;border-top:1px solid #1b1b1b;background:#080808}
.sb2b-order-total span{color:#8b8b8b;font-size:14px!important}
.sb2b-order-total strong{color:#fff;font-size:22px!important;font-weight:600;letter-spacing:-.03em}
.sb2b-note-box{margin:16px 19px 19px;padding:15px;border:1px solid #222;border-radius:9px;background:#080808}
.sb2b-note-box span{color:#777;font-size:14px!important;font-weight:600}
.sb2b-note-box p{margin:7px 0 0;color:#a5a5a5;font-size:14px!important;line-height:1.55}
.sb2b-info-list{display:grid;padding:4px 19px 15px}
.sb2b-info-list>div{display:flex;justify-content:space-between;gap:22px;padding:13px 0;border-bottom:1px solid #181818}
.sb2b-info-list>div:last-child{border-bottom:0}
.sb2b-info-list span{color:#747474;font-size:14px!important}
.sb2b-info-list strong{color:#d4d4d4;font-size:14px!important;font-weight:600;text-align:right}
.sb2b-stack .sb2b-button-link{margin:0 19px 19px}
.sb2b-timeline{display:grid;padding:18px 19px}
.sb2b-timeline-item{position:relative;display:grid;grid-template-columns:12px 1fr;gap:12px;padding-bottom:19px}
.sb2b-timeline-item:last-child{padding-bottom:0}
.sb2b-timeline-item:not(:last-child):before{content:"";position:absolute;left:5px;top:12px;bottom:-1px;width:1px;background:#292929}
.sb2b-timeline-item i{position:relative;z-index:1;width:11px;height:11px;margin-top:5px;border:2px solid #0b0b0b;border-radius:50%;background:var(--sb2b-accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--sb2b-accent) 40%,#333)}
.sb2b-timeline-item>div{display:grid;gap:2px}
.sb2b-timeline-item strong{color:#d8d8d8;font-size:14px!important;font-weight:600}
.sb2b-timeline-item span{color:#666;font-size:14px!important}
.sb2b-mini-orders{display:grid}
.sb2b-mini-orders a{display:flex;justify-content:space-between;gap:15px;padding:15px 19px;border-bottom:1px solid #181818;text-decoration:none;transition:background .14s ease}
.sb2b-mini-orders a:last-child{border-bottom:0}
.sb2b-mini-orders a:hover{background:#0d0d0d}
.sb2b-mini-orders a>div{display:grid;gap:2px}
.sb2b-mini-orders strong,.sb2b-mini-orders b{color:#dedede;font-size:14px!important;font-weight:600}
.sb2b-mini-orders span{color:#6c6c6c;font-size:14px!important}
.sb2b-empty-small{padding:34px 20px;color:#686868;text-align:center;font-size:14px!important}
.sb2b-people-list{display:grid}
.sb2b-people-list>div{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding:14px 19px;border-bottom:1px solid #181818}
.sb2b-people-list>div:last-child{border-bottom:0}
.sb2b-people-list>div>div:nth-child(2){display:grid;gap:2px}
.sb2b-people-list strong{color:#dbdbdb;font-size:14px!important;font-weight:600}
.sb2b-people-list span:not(.sb2b-status){color:#6a6a6a;font-size:14px!important}
.sb2b-settings-card{max-width:920px}
.sb2b-system-links{display:grid;margin-top:2px;border-top:1px solid #1a1a1a}
.sb2b-system-links>div{display:grid;grid-template-columns:210px 1fr;gap:22px;padding:14px 20px;border-bottom:1px solid #181818}
.sb2b-system-links>div:last-child{border-bottom:0}
.sb2b-system-links span{color:#777;font-size:14px!important}
.sb2b-system-links code,.sb2b-system-links a{color:#c1c1c1;font-size:14px!important;text-decoration:none;word-break:break-all}

/* Modal */
.sb2b-modal[hidden]{display:none!important}
.sb2b-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px}
.sb2b-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(9px)}
.sb2b-modal-card{position:relative;width:min(680px,100%);max-height:calc(100dvh - 40px);overflow:auto;border:1px solid #2b2b2b;border-radius:14px;background:#0a0a0a;box-shadow:0 1px 1px rgba(0,0,0,.25),0 10px 24px -8px rgba(0,0,0,.55),0 32px 72px -18px rgba(0,0,0,.8)}
.sb2b-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid #1d1d1d}
.sb2b-modal-head h2{margin:7px 0 0;color:#f2f2f2;font-size:21px!important;line-height:1.2;font-weight:600;letter-spacing:-.025em}
.sb2b-modal-head button{width:38px;height:38px;border:1px solid #292929;border-radius:8px;background:#0d0d0d;color:#999;font-size:22px!important;line-height:1;cursor:pointer}
.sb2b-modal-card .sb2b-form{padding:20px}
.sb2b-modal-actions{display:flex;justify-content:flex-end;gap:10px}
.sb2b-empty-state{display:grid;place-items:center;padding:72px 24px;text-align:center}
.sb2b-empty-state>span{width:48px;height:48px;display:grid;place-items:center;border:1px solid #292929;border-radius:50%;background:#0b0b0b;color:#999;font-size:22px!important}
.sb2b-empty-state h3{margin:16px 0 5px;color:#d9d9d9;font-size:18px!important;font-weight:600}
.sb2b-empty-state p{max-width:460px;margin:0 0 14px;color:#6c6c6c;font-size:14px!important;line-height:1.5}
.sb2b-empty-state a{color:var(--sb2b-accent)!important;font-size:14px!important;font-weight:600;text-decoration:none}

/* Login */
.sb2b-login-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(430px,1fr) minmax(470px,1fr);background:#000}
.sb2b-login-brand{position:relative;min-height:100dvh;padding:46px 56px 50px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #191919;background:radial-gradient(circle at 18% 10%,color-mix(in srgb,var(--sb2b-accent) 10%,transparent),transparent 29%),linear-gradient(145deg,rgba(255,255,255,.016),transparent 38%),#000}
.sb2b-login-logo{width:170px;height:auto;display:block}
.sb2b-login-copy{max-width:610px;margin:auto 0 64px}
.sb2b-login-copy h1{margin:19px 0 16px;color:#fff;font-size:clamp(48px,4.8vw,76px)!important;line-height:.98;font-weight:600;letter-spacing:-.06em}
.sb2b-login-copy p{max-width:500px;margin:0;color:#7c7c7c;font-size:17px!important;line-height:1.65}
.sb2b-login-foot{color:#535353;font-size:14px!important}
.sb2b-login-panel{min-height:100dvh;padding:42px;display:flex;align-items:center;justify-content:center}
.sb2b-login-card{width:min(100%,420px)}
.sb2b-login-card h2{margin:11px 0 7px;color:#f5f5f5;font-size:29px!important;line-height:1.15;font-weight:600;letter-spacing:-.035em}
.sb2b-login-card>p{margin:0 0 27px;font-size:14px!important;line-height:1.5}
.sb2b-mobile-brand{display:none;margin-bottom:32px}
.sb2b-mobile-brand img{width:150px;height:auto;display:block}
.sb2b-login-form{gap:17px}
.sb2b-login-help{margin:20px 0 0!important;color:#626262!important;text-align:center;font-size:14px!important;line-height:1.5}

/* Customer account */
.sb2b-customer-app{min-height:100dvh;background:radial-gradient(circle at 50% -15%,color-mix(in srgb,var(--sb2b-accent) 5%,transparent),transparent 26%),#000}
.sb2b-customer-header{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 max(24px,calc((100vw - 1260px)/2));border-bottom:1px solid #1b1b1b;background:rgba(0,0,0,.9);backdrop-filter:blur(18px);position:sticky;top:0;z-index:40}
.sb2b-brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.sb2b-brand img{width:124px;height:auto;display:block}
.sb2b-brand>span{padding-left:11px;border-left:1px solid #262626;color:#858585;font-size:14px!important;font-weight:500}
.sb2b-customer-header nav{display:flex;align-items:center;gap:6px}
.sb2b-customer-header nav a{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:8px;color:#828282!important;text-decoration:none;font-size:14px!important;font-weight:500}
.sb2b-customer-header nav a:hover{background:#0d0d0d;color:#ddd!important}
.sb2b-customer-header nav a.is-active{border-color:#222;background:#111;color:#fff!important}
.sb2b-customer-main{width:min(1260px,calc(100% - 36px));margin:0 auto;padding:48px 0 84px}
.sb2b-profile-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:12px;border:1px solid #1f1f1f;border-radius:12px;background:linear-gradient(180deg,#0c0c0c,#080808);overflow:hidden;box-shadow:var(--sb2b-shadow)}
.sb2b-profile-strip>div{display:grid;gap:5px;padding:17px 20px;border-right:1px solid #1b1b1b}
.sb2b-profile-strip>div:last-child{border-right:0}
.sb2b-profile-strip span{color:#707070;font-size:14px!important;font-weight:500}
.sb2b-profile-strip strong{color:#dedede;font-size:15px!important;font-weight:600}

@media(max-width:1100px){
  .sb2b-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sb2b-dashboard-grid,.sb2b-detail-grid{grid-template-columns:1fr}
  .sb2b-login-shell{grid-template-columns:1fr}
  .sb2b-login-brand{display:none}
  .sb2b-mobile-brand{display:block}
  .sb2b-login-panel{min-height:100dvh}
}
@media(max-width:820px){
  .sb2b-app-shell{display:block}
  .sb2b-sidebar{transform:translateX(-102%);transition:transform .2s ease;box-shadow:20px 0 70px rgba(0,0,0,.6)}
  .sb2b-sidebar.is-open{transform:translateX(0)}
  .sb2b-mobile-close{display:grid}
  .sb2b-platform-brand>span{display:none}
  .sb2b-app-main{width:100%;padding:0 15px 44px}
  .sb2b-topbar{height:70px;margin:0 -15px 24px;padding:0 15px}
  .sb2b-menu-button{display:grid}
  .sb2b-topbar-catalog{display:none}
  .sb2b-topbar p{max-width:65vw}
  .sb2b-page-head{align-items:flex-start;flex-direction:column;gap:16px}
  .sb2b-page-head h1{font-size:30px!important}
  .sb2b-page-head>.sb2b-primary{width:100%}
  .sb2b-form-grid{grid-template-columns:1fr}
  .sb2b-full{grid-column:auto}
  .sb2b-filters{grid-template-columns:1fr}
  .sb2b-alert.is-credentials{align-items:flex-start;flex-direction:column}
  .sb2b-profile-strip{grid-template-columns:1fr}
  .sb2b-profile-strip>div{border-right:0;border-bottom:1px solid #1b1b1b}
  .sb2b-profile-strip>div:last-child{border-bottom:0}
  .sb2b-system-links>div{grid-template-columns:1fr;gap:5px}
  .sb2b-customer-header{padding:0 15px}
  .sb2b-brand img{width:110px}
  .sb2b-customer-header nav a:not(.is-active):not(:last-child){display:none}
  .sb2b-customer-main{width:calc(100% - 30px);padding-top:32px}
}
@media(max-width:560px){
  .sb2b-metrics{grid-template-columns:1fr;gap:10px}
  .sb2b-metric{min-height:126px;padding:18px}
  .sb2b-metric>strong{font-size:27px!important}
  .sb2b-login-panel{padding:26px 20px}
  .sb2b-login-card h2{font-size:27px!important}
  .sb2b-modal{padding:12px}
  .sb2b-modal-card{max-height:calc(100dvh - 24px)}
  .sb2b-modal-actions{flex-direction:column-reverse}
  .sb2b-modal-actions .sb2b-primary,.sb2b-modal-actions .sb2b-secondary{width:100%}
  .sb2b-line-item{align-items:flex-start;flex-direction:column;gap:8px}
  .sb2b-line-item b{align-self:flex-end}
}

/* v1.2 — products, AI and simplified settings */
.sb2b-danger{min-height:42px;border:1px solid rgba(239,68,68,.28);border-radius:8px;background:rgba(239,68,68,.07);color:#ef9b9b;padding:0 15px;font-size:14px!important;font-weight:600;cursor:pointer;transition:.16s ease}.sb2b-danger:hover{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.4);color:#ffc1c1}.sb2b-product-edit-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:12px}.sb2b-product-form textarea{min-height:132px}.sb2b-file-input{padding:10px!important;height:auto!important;min-height:46px!important}.sb2b-current-image{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid #202020;border-radius:10px;background:#080808}.sb2b-current-image img{width:72px;height:72px;object-fit:cover;border-radius:9px;border:1px solid #252525}.sb2b-product-side{align-self:start}.sb2b-product-preview{padding:18px;display:grid;gap:10px}.sb2b-product-preview img,.sb2b-product-preview-placeholder{width:100%;aspect-ratio:1.45/1;border:1px solid #202020;border-radius:10px;background:#080808;object-fit:cover}.sb2b-product-preview-placeholder{display:grid;place-items:center;color:#666;font-size:14px!important}.sb2b-product-preview>span{color:var(--sb2b-accent);font-size:14px!important;font-weight:600}.sb2b-product-preview h3{margin:0;color:#f2f2f2;font-size:20px!important;line-height:1.2;font-weight:600;letter-spacing:-.025em}.sb2b-product-preview p{margin:0;color:#747474;font-size:14px!important;line-height:1.55}.sb2b-product-preview strong{color:#fff;font-size:24px!important;font-weight:600;letter-spacing:-.035em}.sb2b-product-preview button{min-height:42px;border:1px solid var(--sb2b-accent);border-radius:8px;background:var(--sb2b-accent);color:#18130a;font-size:14px!important;font-weight:600}.sb2b-product-cell{display:flex;align-items:center;gap:11px;min-width:260px}.sb2b-product-cell>img,.sb2b-product-thumb-empty{width:42px;height:42px;flex:0 0 42px;border:1px solid #252525;border-radius:8px;background:#090909;object-fit:cover}.sb2b-product-thumb-empty{display:grid;place-items:center;color:var(--sb2b-accent);font-size:14px!important;font-weight:700}.sb2b-product-cell>div{min-width:0}.sb2b-product-cell strong{display:block;color:#e4e4e4;font-size:14px!important;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb2b-products-table{min-width:980px}.sb2b-ai-placeholder{min-height:420px;padding:54px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 15% 18%,color-mix(in srgb,var(--sb2b-accent) 9%,transparent),transparent 34%),linear-gradient(180deg,#0d0d0d,#080808)}.sb2b-ai-mark{width:54px;height:54px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--sb2b-accent) 26%,#272727);border-radius:14px;background:color-mix(in srgb,var(--sb2b-accent) 7%,#090909);color:var(--sb2b-accent);margin-bottom:24px}.sb2b-ai-mark .sb2b-icon{width:25px;height:25px}.sb2b-ai-placeholder>span{color:var(--sb2b-accent);font-size:14px!important;font-weight:600}.sb2b-ai-placeholder h2{max-width:650px;margin:12px 0 10px;color:#f7f7f7;font-size:34px!important;line-height:1.08;font-weight:600;letter-spacing:-.045em}.sb2b-ai-placeholder p{max-width:720px;margin:0;color:#797979;font-size:15px!important;line-height:1.65}.sb2b-settings-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:12px}.sb2b-settings-grid .sb2b-settings-card{max-width:none}.sb2b-demo-card{align-self:start}.sb2b-demo-body{padding:20px;display:grid;gap:12px}.sb2b-demo-body p{margin:0 0 5px;color:#797979;font-size:14px!important;line-height:1.6}.sb2b-demo-body form{margin:0}.sb2b-demo-body button{width:100%}.sb2b-topbar-catalog{gap:0!important}.sb2b-sidebar-link{justify-content:flex-start}.sb2b-sidebar-link .sb2b-icon,.sb2b-topbar-catalog .sb2b-icon{display:none!important}
@media(max-width:1050px){.sb2b-product-edit-grid,.sb2b-settings-grid{grid-template-columns:1fr}.sb2b-product-side{align-self:stretch}.sb2b-ai-placeholder{padding:38px 28px}}
@media(max-width:760px){.sb2b-ai-placeholder{min-height:340px;padding:32px 20px}.sb2b-ai-placeholder h2{font-size:29px!important}.sb2b-current-image{align-items:flex-start;flex-direction:column}}

/* v1.3 — Vercel-inspired product UI refinement */
:root{
  --sb2b-bg:#000;
  --sb2b-surface:#070707;
  --sb2b-surface-2:#0a0a0a;
  --sb2b-card:#0a0a0a;
  --sb2b-card-hover:#0d0d0d;
  --sb2b-border:#1f1f1f;
  --sb2b-border-strong:#2b2b2b;
  --sb2b-text:#ededed;
  --sb2b-body:#a1a1a1;
  --sb2b-muted:#737373;
  --sb2b-faint:#555;
  --sb2b-accent:#FCCF2A;
  --sb2b-accent-hover:#ffda4e;
  --sb2b-accent-ink:#17130a;
  --sb2b-radius-sm:7px;
  --sb2b-radius:8px;
  --sb2b-radius-lg:10px;
  --sb2b-shadow:0 1px 1px rgba(0,0,0,.22),0 8px 18px -16px rgba(0,0,0,.75),inset 0 0 0 1px rgba(255,255,255,.012);
}

html:has(body.sb2b-body),body.sb2b-body{background:#000!important}
body.sb2b-body{font-family:"Figtree",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:15px!important;line-height:1.5!important;color:var(--sb2b-text)!important}
body.sb2b-body *,body.sb2b-body *:before,body.sb2b-body *:after{box-sizing:border-box}
body.sb2b-body h1,body.sb2b-body h2,body.sb2b-body h3,body.sb2b-body h4,body.sb2b-body p,body.sb2b-body ul,body.sb2b-body ol{font-family:inherit!important}
body.sb2b-body button,body.sb2b-body input,body.sb2b-body select,body.sb2b-body textarea{font-family:inherit!important;font-size:14px!important;letter-spacing:0!important;text-transform:none!important}
body.sb2b-body button{-webkit-appearance:none!important;appearance:none!important}

/* Brand accent / technical labels */
.sb2b-kicker{font-size:14px!important;font-weight:600!important;letter-spacing:.01em!important;color:var(--sb2b-accent)!important}
.sb2b-kicker:before{width:6px;height:6px;box-shadow:0 0 0 4px rgba(252,207,42,.07)!important}
.sb2b-product-tag,.sb2b-product-preview>span{display:inline-block;color:var(--sb2b-accent)!important;font-size:13px!important;font-weight:600!important;line-height:1.35!important;letter-spacing:.01em!important}
.sb2b-product-tag.is-empty{color:#5f5f5f!important;font-size:14px!important;font-weight:500!important}

/* Buttons — force platform palette over WordPress/theme styles */
body.sb2b-body .sb2b-primary,
body.sb2b-body button.sb2b-primary,
body.sb2b-body a.sb2b-primary{
  min-height:42px!important;
  padding:0 15px!important;
  border:1px solid var(--sb2b-accent)!important;
  border-radius:7px!important;
  background:var(--sb2b-accent)!important;
  background-image:none!important;
  color:var(--sb2b-accent-ink)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.22),0 1px 2px rgba(0,0,0,.24)!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1!important;
  text-decoration:none!important;
  text-shadow:none!important;
  outline:0!important;
}
body.sb2b-body .sb2b-primary:hover,
body.sb2b-body .sb2b-primary:focus,
body.sb2b-body .sb2b-primary:focus-visible{
  border-color:var(--sb2b-accent-hover)!important;
  background:var(--sb2b-accent-hover)!important;
  color:var(--sb2b-accent-ink)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.25),0 0 0 3px rgba(252,207,42,.08)!important;
  transform:none!important;
}
body.sb2b-body .sb2b-primary:active{background:#e9bd1d!important;border-color:#e9bd1d!important;transform:translateY(1px)!important}
body.sb2b-body .sb2b-secondary,
body.sb2b-body button.sb2b-secondary,
body.sb2b-body a.sb2b-secondary{
  min-height:42px!important;
  padding:0 15px!important;
  border:1px solid #2a2a2a!important;
  border-radius:7px!important;
  background:#0a0a0a!important;
  background-image:none!important;
  color:#d6d6d6!important;
  box-shadow:inset 0 1px rgba(255,255,255,.018)!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1!important;
  text-decoration:none!important;
  text-shadow:none!important;
}
body.sb2b-body .sb2b-secondary:hover,
body.sb2b-body .sb2b-secondary:focus-visible{background:#111!important;border-color:#3a3a3a!important;color:#fff!important;box-shadow:0 0 0 3px rgba(255,255,255,.025)!important}
body.sb2b-body .sb2b-danger{background:rgba(239,68,68,.055)!important;border:1px solid rgba(239,68,68,.23)!important;color:#e88d8d!important;border-radius:7px!important;box-shadow:none!important}
body.sb2b-body .sb2b-danger:hover{background:rgba(239,68,68,.10)!important;border-color:rgba(239,68,68,.34)!important;color:#ffb0b0!important}

/* App shell */
.sb2b-app-shell{grid-template-columns:244px minmax(0,1fr)!important;background:radial-gradient(circle at 55% -14%,rgba(252,207,42,.045),transparent 28%),#000!important}
.sb2b-sidebar{width:244px!important;padding:14px 12px!important;border-right:1px solid #1c1c1c!important;background:rgba(0,0,0,.965)!important}
.sb2b-sidebar-top{min-height:62px!important;padding:3px 10px 15px!important;border-color:#181818!important}
.sb2b-platform-brand{gap:11px!important}
.sb2b-platform-brand img{width:132px!important}
.sb2b-platform-brand>span{color:#6c6c6c!important;border-left-color:#242424!important;font-size:14px!important}
.sb2b-nav-label{padding:21px 10px 8px!important;color:#5e5e5e!important;font-size:14px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}
.sb2b-nav{gap:3px!important}
.sb2b-nav a{min-height:42px!important;padding:0 10px!important;border-radius:7px!important;color:#8a8a8a!important;font-size:14px!important;font-weight:500!important;background:transparent!important;border:1px solid transparent!important;box-shadow:none!important}
.sb2b-nav a .sb2b-icon{width:18px!important;height:18px!important;color:#686868!important}
.sb2b-nav a:hover{background:#0b0b0b!important;border-color:#171717!important;color:#dedede!important}
.sb2b-nav a.is-active{background:#101010!important;border-color:#222!important;color:#fff!important;box-shadow:inset 0 1px rgba(255,255,255,.018)!important}
.sb2b-nav a.is-active .sb2b-icon{color:var(--sb2b-accent)!important}
.sb2b-sidebar-bottom{border-top-color:#181818!important;padding-top:12px!important}
.sb2b-sidebar-link{min-height:40px!important;padding:0 10px!important;border-radius:7px!important;color:#737373!important;background:transparent!important;font-size:14px!important}
.sb2b-sidebar-link:hover{background:#0b0b0b!important;color:#ddd!important}
.sb2b-user-mini{grid-template-columns:36px minmax(0,1fr) 34px!important;padding:11px 8px 4px!important;border-top-color:#181818!important}
.sb2b-avatar{width:36px!important;height:36px!important;border-color:#292929!important;background:#0a0a0a!important;font-size:14px!important}
.sb2b-user-mini strong,.sb2b-user-mini span{font-size:14px!important}

.sb2b-app-main{padding:0 32px 56px!important}
.sb2b-topbar{height:72px!important;margin:0 -32px 32px!important;padding:0 32px!important;border-bottom-color:#1c1c1c!important;background:rgba(0,0,0,.88)!important}
.sb2b-topbar h1{font-size:17px!important;font-weight:600!important;letter-spacing:-.025em!important;color:#ededed!important}
.sb2b-topbar p{margin-top:3px!important;color:#686868!important;font-size:14px!important}
.sb2b-content{width:min(1440px,100%)!important}

/* Page hierarchy */
.sb2b-page-head{align-items:flex-end!important;margin-bottom:26px!important;gap:24px!important}
.sb2b-page-head h1{margin:9px 0 6px!important;color:#f5f5f5!important;font-size:32px!important;line-height:1.08!important;font-weight:600!important;letter-spacing:-.045em!important}
.sb2b-page-head p{color:#7b7b7b!important;font-size:15px!important;line-height:1.55!important}
.sb2b-back{font-size:14px!important;color:#8a8a8a!important}

/* Cards + dashboard */
.sb2b-card,.sb2b-metric,.sb2b-profile-strip{border:1px solid #1f1f1f!important;border-radius:10px!important;background:linear-gradient(180deg,#0b0b0b,#080808)!important;box-shadow:inset 0 1px rgba(255,255,255,.015),0 1px 2px rgba(0,0,0,.15)!important}
.sb2b-card-head{min-height:66px!important;padding:14px 18px!important;border-bottom:1px solid #191919!important;background:transparent!important}
.sb2b-card-head h2{font-size:16px!important;letter-spacing:-.02em!important;color:#e8e8e8!important}
.sb2b-card-head p{margin-top:4px!important;color:#717171!important;font-size:14px!important}
.sb2b-card-head>a{font-size:14px!important;color:#a9a9a9!important}
.sb2b-card-head>a:hover{color:#fff!important}
.sb2b-card-head>span{font-size:14px!important;color:#777!important}
.sb2b-metrics{gap:12px!important;margin-bottom:12px!important}
.sb2b-metric{min-height:132px!important;padding:18px!important}
.sb2b-metric>span{font-size:14px!important;color:#7f7f7f!important}
.sb2b-metric>strong{margin-top:13px!important;font-size:27px!important;letter-spacing:-.045em!important}
.sb2b-metric>small{margin-top:9px!important;font-size:14px!important;color:#626262!important}
.sb2b-action-card{min-height:250px!important;padding:21px!important;background:radial-gradient(circle at 84% 12%,rgba(252,207,42,.06),transparent 38%),linear-gradient(180deg,#0b0b0b,#080808)!important}
.sb2b-action-card>strong{font-size:44px!important}
.sb2b-action-card h3{font-size:17px!important}
.sb2b-action-card p,.sb2b-action-card>a{font-size:14px!important}

/* Forms */
.sb2b-form{gap:16px!important}
.sb2b-form label{gap:8px!important}
.sb2b-form label>span{font-size:14px!important;font-weight:500!important;color:#adadad!important}
body.sb2b-body .sb2b-form input,
body.sb2b-body .sb2b-form select,
body.sb2b-body .sb2b-form textarea,
body.sb2b-body .sb2b-filters input,
body.sb2b-body .sb2b-filters select{
  width:100%!important;
  min-height:44px!important;
  margin:0!important;
  padding:0 13px!important;
  border:1px solid #292929!important;
  border-radius:7px!important;
  background:#080808!important;
  background-image:none!important;
  color:#ededed!important;
  box-shadow:none!important;
  outline:0!important;
  font-size:14px!important;
}
body.sb2b-body .sb2b-form textarea{min-height:112px!important;padding:12px 13px!important}
body.sb2b-body .sb2b-form input::placeholder,body.sb2b-body .sb2b-form textarea::placeholder,body.sb2b-body .sb2b-filters input::placeholder{color:#525252!important;opacity:1!important}
body.sb2b-body .sb2b-form input:focus,body.sb2b-body .sb2b-form select:focus,body.sb2b-body .sb2b-form textarea:focus,body.sb2b-body .sb2b-filters input:focus,body.sb2b-body .sb2b-filters select:focus{border-color:#454545!important;background:#0a0a0a!important;box-shadow:0 0 0 3px rgba(255,255,255,.025)!important}
body.sb2b-body .sb2b-check input{width:18px!important;height:18px!important;min-height:18px!important;padding:0!important;accent-color:var(--sb2b-accent)!important}
body.sb2b-body .sb2b-check span{font-size:14px!important;color:#929292!important}
.sb2b-card>.sb2b-form,.sb2b-stack .sb2b-form{padding:20px!important}

/* Tables — eliminate theme borders/zebra rules */
.sb2b-table-wrap{background:transparent!important}
body.sb2b-body table.sb2b-table{width:100%!important;border:0!important;border-collapse:collapse!important;border-spacing:0!important;background:transparent!important;box-shadow:none!important}
body.sb2b-body table.sb2b-table thead,body.sb2b-body table.sb2b-table tbody,body.sb2b-body table.sb2b-table tr{background:transparent!important;border:0!important}
body.sb2b-body table.sb2b-table th{padding:12px 16px!important;border:0!important;border-bottom:1px solid #1c1c1c!important;background:#070707!important;color:#717171!important;font-size:14px!important;font-weight:500!important;line-height:1.3!important;text-align:left!important;text-transform:none!important;letter-spacing:0!important}
body.sb2b-body table.sb2b-table td{padding:14px 16px!important;border:0!important;border-bottom:1px solid #181818!important;background:transparent!important;color:#959595!important;font-size:14px!important;line-height:1.45!important;vertical-align:middle!important}
body.sb2b-body table.sb2b-table tbody tr:hover td{background:#0c0c0c!important}
body.sb2b-body table.sb2b-table tbody tr:last-child td{border-bottom:0!important}
body.sb2b-body table.sb2b-table td>strong{font-size:14px!important;color:#e5e5e5!important}
.sb2b-cell-sub{font-size:14px!important;color:#656565!important}
.sb2b-table-action a{font-size:14px!important;color:#bdbdbd!important}
.sb2b-table-action a:hover{color:#fff!important}
.sb2b-products-table{min-width:940px!important}
.sb2b-product-cell{gap:12px!important}
.sb2b-product-cell>img,.sb2b-product-thumb-empty{width:42px!important;height:42px!important;border-radius:7px!important;border-color:#242424!important;background:#070707!important}
.sb2b-product-cell strong{font-size:14px!important;color:#ececec!important}

/* Status */
.sb2b-status{min-height:26px!important;padding:3px 9px!important;border-radius:999px!important;background:#0c0c0c!important;font-size:14px!important;font-weight:600!important;line-height:1.2!important;box-shadow:none!important}
.sb2b-status.is-received{border-color:rgba(59,130,246,.22)!important;background:rgba(59,130,246,.065)!important;color:#9ebeff!important}
.sb2b-status.is-in_service{border-color:rgba(245,166,35,.22)!important;background:rgba(245,166,35,.065)!important;color:#e4bd70!important}
.sb2b-status.is-confirmed{border-color:rgba(34,197,94,.22)!important;background:rgba(34,197,94,.06)!important;color:#7fd397!important}
.sb2b-status.is-finished{border-color:#303030!important;background:#121212!important;color:#bcbcbc!important}
.sb2b-status.is-cancelled{border-color:rgba(239,68,68,.22)!important;background:rgba(239,68,68,.055)!important;color:#df8d8d!important}

/* Filters */
.sb2b-filters{padding:14px!important;gap:10px!important;border-bottom:1px solid #191919!important;background:#070707!important}
.sb2b-filters button{min-height:44px!important}

/* Detail / lists */
.sb2b-line-items{padding:0 18px!important}
.sb2b-line-item{padding:17px 0!important;border-bottom-color:#191919!important}
.sb2b-line-item strong{font-size:15px!important;color:#e5e5e5!important}
.sb2b-line-item span,.sb2b-line-item small{font-size:14px!important;color:#747474!important}
.sb2b-order-total{padding:18px!important;border-top-color:#1b1b1b!important;background:#070707!important}
.sb2b-order-total strong{font-size:21px!important}
.sb2b-info-list{padding:4px 18px 14px!important}
.sb2b-info-list>div{padding:12px 0!important;border-bottom-color:#181818!important}
.sb2b-note-box{margin:15px 18px 18px!important;border-color:#222!important;border-radius:8px!important;background:#070707!important}
.sb2b-timeline{padding:18px!important}
.sb2b-mini-orders a{padding:14px 18px!important;border-bottom-color:#181818!important}
.sb2b-people-list>div{padding:14px 18px!important;border-bottom-color:#181818!important}

/* Modals */
.sb2b-modal-backdrop{background:rgba(0,0,0,.82)!important;backdrop-filter:blur(10px)!important}
.sb2b-modal-card{border:1px solid #2a2a2a!important;border-radius:10px!important;background:#090909!important;box-shadow:0 1px 2px rgba(0,0,0,.4),0 18px 42px -16px rgba(0,0,0,.9),0 0 0 1px rgba(255,255,255,.015) inset!important}
.sb2b-modal-head{padding:18px 20px!important;border-bottom-color:#1d1d1d!important}
.sb2b-modal-head h2{font-size:20px!important}
body.sb2b-body .sb2b-modal-head button{width:36px!important;height:36px!important;border:1px solid #292929!important;border-radius:7px!important;background:#0c0c0c!important;color:#909090!important;box-shadow:none!important;padding:0!important}
body.sb2b-body .sb2b-modal-head button:hover{background:#121212!important;color:#fff!important}

/* Login — closer to the finance/Vercel shell */
.sb2b-login-shell{grid-template-columns:minmax(430px,1fr) minmax(460px,1fr)!important;background:#000!important}
.sb2b-login-brand{padding:44px 54px 48px!important;border-right:1px solid #191919!important;background:radial-gradient(circle at 18% 10%,rgba(252,207,42,.08),transparent 29%),linear-gradient(145deg,rgba(255,255,255,.014),transparent 38%),#000!important}
.sb2b-login-logo{width:168px!important}
.sb2b-login-copy{max-width:600px!important;margin:auto 0 70px!important}
.sb2b-login-copy h1{margin:20px 0 18px!important;font-size:clamp(48px,4.6vw,72px)!important;line-height:.98!important;font-weight:600!important;letter-spacing:-.058em!important}
.sb2b-login-copy p{max-width:500px!important;font-size:16px!important;line-height:1.65!important;color:#7c7c7c!important}
.sb2b-login-foot{font-size:14px!important;color:#555!important}
.sb2b-login-panel{padding:42px!important;background:#000!important}
.sb2b-login-card{width:min(100%,420px)!important}
.sb2b-login-card h2{margin:12px 0 7px!important;font-size:28px!important;letter-spacing:-.035em!important}
.sb2b-login-card>p{margin-bottom:28px!important;font-size:14px!important;color:#717171!important}
.sb2b-login-form{gap:17px!important}
.sb2b-login-form .sb2b-primary{width:100%!important;min-height:46px!important;margin-top:1px!important}
.sb2b-login-help{margin-top:22px!important;color:#626262!important;font-size:14px!important}

/* Customer account */
.sb2b-customer-app{background:radial-gradient(circle at 50% -15%,rgba(252,207,42,.035),transparent 27%),#000!important}
.sb2b-customer-header{height:72px!important;border-bottom-color:#1c1c1c!important;background:rgba(0,0,0,.91)!important}
.sb2b-brand img{width:126px!important}
.sb2b-brand>span{color:#777!important;font-size:14px!important}
.sb2b-customer-header nav a{min-height:38px!important;border-radius:7px!important;font-size:14px!important;background:transparent!important;color:#858585!important}
.sb2b-customer-header nav a:hover{background:#0b0b0b!important;color:#ddd!important}
.sb2b-customer-header nav a.is-active{background:#101010!important;border-color:#222!important;color:#fff!important}
.sb2b-customer-main{padding:46px 0 82px!important}
.sb2b-profile-strip>div{padding:16px 18px!important;border-right-color:#1b1b1b!important}
.sb2b-profile-strip span{font-size:14px!important;color:#717171!important}
.sb2b-profile-strip strong{font-size:15px!important;color:#dedede!important}

/* Products */
.sb2b-current-image{border-color:#202020!important;border-radius:8px!important;background:#070707!important}
.sb2b-current-image img{border-radius:7px!important}
.sb2b-product-preview{padding:18px!important}
.sb2b-product-preview img,.sb2b-product-preview-placeholder{border-radius:8px!important;border-color:#202020!important;background:#070707!important}
.sb2b-product-preview h3{font-size:19px!important}
.sb2b-product-preview p{font-size:14px!important}
.sb2b-product-preview strong{font-size:23px!important}
body.sb2b-body .sb2b-product-preview button{min-height:42px!important;border:1px solid var(--sb2b-accent)!important;border-radius:7px!important;background:var(--sb2b-accent)!important;color:var(--sb2b-accent-ink)!important;box-shadow:none!important;font-size:14px!important;font-weight:600!important}

/* AI placeholder */
.sb2b-ai-placeholder{background:radial-gradient(circle at 15% 18%,rgba(252,207,42,.065),transparent 34%),linear-gradient(180deg,#0b0b0b,#080808)!important}
.sb2b-ai-mark{border-color:rgba(252,207,42,.22)!important;border-radius:10px!important;background:rgba(252,207,42,.055)!important;color:var(--sb2b-accent)!important}
.sb2b-ai-placeholder>span{font-size:14px!important;color:var(--sb2b-accent)!important}
.sb2b-ai-placeholder h2{font-size:32px!important}

@media(max-width:820px){
  .sb2b-app-main{padding:0 16px 44px!important}
  .sb2b-topbar{height:68px!important;margin:0 -16px 24px!important;padding:0 16px!important}
  body.sb2b-body .sb2b-menu-button,body.sb2b-body .sb2b-mobile-close{border:1px solid #292929!important;background:#0a0a0a!important;color:#aaa!important;box-shadow:none!important}
  .sb2b-page-head h1{font-size:29px!important}
}
@media(max-width:560px){
  .sb2b-login-panel{padding:28px 20px!important}
  .sb2b-login-card h2{font-size:27px!important}
  .sb2b-page-head h1{font-size:28px!important}
}

/* v1.4 — registration workflow */
.sb2b-login-help a{color:#d9b21c!important;font-size:14px!important;font-weight:600;text-decoration:none}
.sb2b-login-help a:hover{color:#FCCF2A!important;text-decoration:underline}
.sb2b-nav-badge{margin-left:auto;min-width:22px;height:22px;padding:0 7px;display:grid;place-items:center;border:1px solid rgba(252,207,42,.22);border-radius:999px;background:rgba(252,207,42,.08);color:#d8b525;font-size:12px!important;font-weight:600;line-height:1}
.sb2b-nav a.is-active .sb2b-nav-badge{border-color:rgba(252,207,42,.3);background:rgba(252,207,42,.11);color:#FCCF2A}
.sb2b-pending-summary{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid rgba(245,166,35,.2);border-radius:999px;background:rgba(245,166,35,.06);color:#d7ad60;font-size:14px!important;font-weight:600;white-space:nowrap}
.sb2b-review-divider{height:1px;background:#1b1b1b}
.sb2b-review-card>.sb2b-form{padding-top:17px;padding-bottom:17px}
.sb2b-whatsapp-wide{margin:0!important;width:100%;justify-content:center}

.sb2b-request-body{margin:0;background:#000;color:#ededed}
.sb2b-request-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(390px,.82fr) minmax(620px,1.18fr);background:#000}
.sb2b-request-brand{position:sticky;top:0;height:100dvh;padding:44px 50px 42px;display:flex;flex-direction:column;border-right:1px solid #191919;background:radial-gradient(circle at 18% 10%,rgba(252,207,42,.075),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.015),transparent 40%),#000}
.sb2b-request-logo{display:block;width:max-content}
.sb2b-request-logo img{display:block;width:168px;height:auto}
.sb2b-request-copy{margin:auto 0;max-width:540px}
.sb2b-request-copy h1{margin:16px 0 14px;color:#f4f4f4;font-size:clamp(40px,4vw,62px)!important;line-height:1.02;font-weight:600;letter-spacing:-.055em}
.sb2b-request-copy>p{max-width:500px;margin:0;color:#777;font-size:16px!important;line-height:1.65}
.sb2b-request-steps{display:grid;gap:16px;margin-top:34px;max-width:480px}
.sb2b-request-steps>div{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}
.sb2b-request-steps b{width:30px;height:30px;display:grid;place-items:center;border:1px solid #2b2b2b;border-radius:50%;background:#0b0b0b;color:#d4b21f;font-size:13px!important;font-weight:600}
.sb2b-request-steps span{display:grid;gap:2px;padding-top:2px}
.sb2b-request-steps strong{color:#d8d8d8;font-size:14px!important;font-weight:600}
.sb2b-request-steps small{color:#646464;font-size:14px!important;line-height:1.45}
.sb2b-request-back{color:#696969!important;font-size:14px!important;font-weight:500;text-decoration:none}
.sb2b-request-back:hover{color:#d9d9d9!important}
.sb2b-request-panel{min-height:100dvh;padding:52px 54px 72px;background:#050505}
.sb2b-request-form-wrap{width:min(100%,820px);margin:0 auto}
.sb2b-request-head{margin-bottom:26px}
.sb2b-request-head h2{margin:10px 0 7px;color:#f2f2f2;font-size:30px!important;line-height:1.14;font-weight:600;letter-spacing:-.035em}
.sb2b-request-head p{margin:0;color:#686868;font-size:14px!important;line-height:1.5}
.sb2b-request-form{display:grid!important;gap:14px!important}
.sb2b-request-form fieldset{margin:0;padding:0 0 26px;border:0;border-bottom:1px solid #1b1b1b}
.sb2b-request-form fieldset+fieldset{padding-top:10px}
.sb2b-request-form legend{width:100%;margin:0 0 15px;padding:0;color:#d9d9d9;font-size:16px!important;font-weight:600;letter-spacing:-.015em}
.sb2b-request-form .sb2b-form-grid{gap:13px!important}
.sb2b-request-form label>span{color:#8a8a8a!important;font-size:14px!important}
.sb2b-request-form input,.sb2b-request-form textarea{background:#080808!important;border-color:#292929!important;color:#ededed!important}
.sb2b-request-form input:focus,.sb2b-request-form textarea:focus{border-color:#565656!important;background:#0b0b0b!important;box-shadow:0 0 0 3px rgba(255,255,255,.025)!important}
.sb2b-request-actions{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:8px}
.sb2b-request-actions p{max-width:510px;margin:0;color:#666;font-size:14px!important;line-height:1.55}
.sb2b-request-actions .sb2b-primary{flex:0 0 auto;min-width:180px}
.sb2b-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.sb2b-request-success{padding:36px 0;display:grid;justify-items:start}
.sb2b-request-success>div{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(34,197,94,.25);border-radius:50%;background:rgba(34,197,94,.07);color:#77d294;font-size:18px!important;font-weight:600}
.sb2b-request-success h3{margin:18px 0 7px;color:#ededed;font-size:24px!important;font-weight:600;letter-spacing:-.03em}
.sb2b-request-success p{max-width:600px;margin:0 0 22px;color:#777;font-size:14px!important;line-height:1.6}

@media(max-width:980px){
  .sb2b-request-shell{grid-template-columns:1fr}
  .sb2b-request-brand{position:relative;height:auto;min-height:0;padding:28px 28px 32px;border-right:0;border-bottom:1px solid #191919}
  .sb2b-request-copy{margin:54px 0 20px}
  .sb2b-request-copy h1{font-size:42px!important}
  .sb2b-request-panel{min-height:0;padding:38px 28px 56px}
  .sb2b-request-back{margin-top:16px}
}
@media(max-width:640px){
  .sb2b-request-brand{display:none}
  .sb2b-request-panel{padding:28px 16px 48px}
  .sb2b-request-panel .sb2b-mobile-brand{display:block!important}
  .sb2b-request-head h2{font-size:26px!important}
  .sb2b-request-form .sb2b-form-grid{grid-template-columns:1fr!important}
  .sb2b-request-form .sb2b-full{grid-column:auto!important}
  .sb2b-request-actions{align-items:stretch;flex-direction:column}
  .sb2b-request-actions .sb2b-primary{width:100%}
}

/* v1.5 — order editing, customer maintenance and reports */
.sb2b-form-section-title{display:grid;gap:3px;margin-top:5px;padding-top:18px;border-top:1px solid #1c1c1c}
.sb2b-form-section-title strong{color:#ececec;font-size:15px!important;font-weight:600}
.sb2b-form-section-title span{color:#696969;font-size:14px!important}
.sb2b-danger-zone form{padding:18px 19px}.sb2b-danger-zone .sb2b-danger{min-width:160px}
.sb2b-order-edit-form{padding:0 18px 18px}
.sb2b-order-edit-table{border:1px solid #1f1f1f;border-radius:9px;overflow:hidden;background:#070707}
.sb2b-order-edit-head,.sb2b-order-edit-row{display:grid;grid-template-columns:minmax(220px,1fr) 90px 140px 110px;gap:12px;align-items:center}
.sb2b-order-edit-head{min-height:42px;padding:0 13px;border-bottom:1px solid #1f1f1f;background:#0a0a0a;color:#666;font-size:14px!important;font-weight:500}
.sb2b-order-edit-row{padding:12px 13px;border-bottom:1px solid #181818}.sb2b-order-edit-row:last-child{border-bottom:0}
.sb2b-order-edit-row>div{display:grid;gap:2px;min-width:0}.sb2b-order-edit-row>div strong{overflow:hidden;color:#e4e4e4;font-size:14px!important;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.sb2b-order-edit-row>div small{color:#696969;font-size:14px!important}
.sb2b-order-edit-row input,.sb2b-add-order-item input,.sb2b-add-order-item select,.sb2b-report-period select{width:100%;min-height:40px;border:1px solid #292929;border-radius:7px;background:#080808;color:#e9e9e9;padding:0 10px;outline:0;font-family:var(--sb2b-font)!important;font-size:14px!important}
.sb2b-order-edit-row input:focus,.sb2b-add-order-item input:focus,.sb2b-add-order-item select:focus,.sb2b-report-period select:focus{border-color:#444;box-shadow:0 0 0 3px rgba(255,255,255,.025)}
.sb2b-remove-check{display:flex!important;align-items:center!important;gap:8px!important;color:#8a8a8a!important;font-size:14px!important;cursor:pointer}.sb2b-remove-check input{width:16px!important;height:16px!important;min-height:0!important;margin:0!important;accent-color:#ef4444}.sb2b-remove-check span{font-size:14px!important}
.sb2b-add-order-item{display:grid;grid-template-columns:minmax(0,1fr) 130px;gap:12px;padding:16px 0}.sb2b-add-order-item label{display:grid;gap:7px}.sb2b-add-order-item label>span{color:#a4a4a4;font-size:14px!important;font-weight:500}
.sb2b-order-edit-actions{display:flex;justify-content:flex-end;padding-top:2px}
.sb2b-timeline-item small{display:block;margin-top:3px;color:#5f5f5f;font-size:14px!important;line-height:1.45}
.sb2b-product-tag:not(.is-empty){display:inline-flex!important;align-items:center!important;min-height:25px;padding:0 8px;border:1px solid rgba(252,207,42,.32);border-radius:6px;background:rgba(252,207,42,.09);color:#fccf2a!important;font-size:13px!important;font-weight:600!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important}
.sb2b-report-period{min-width:190px}.sb2b-report-period select{min-height:42px;background:#090909}
.sb2b-report-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}
.sb2b-report-metrics .sb2b-metric{min-height:132px}.sb2b-report-metrics .sb2b-metric>strong{font-size:25px!important}
.sb2b-reports-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sb2b-report-card{min-width:0}
.sb2b-ranking-list{padding:4px 18px 10px}.sb2b-ranking-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #181818}.sb2b-ranking-row:last-child{border-bottom:0}.sb2b-ranking-row>b{width:26px;height:26px;display:grid;place-items:center;border:1px solid #242424;border-radius:7px;background:#090909;color:#777;font-size:13px!important;font-weight:600}.sb2b-ranking-row>div{display:grid;gap:4px;min-width:0}.sb2b-ranking-row>div>strong{overflow:hidden;color:#e6e6e6;font-size:14px!important;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.sb2b-ranking-row>div>span{color:#6d6d6d;font-size:14px!important}.sb2b-ranking-row>div>i{height:3px;margin-top:3px;border-radius:999px;background:#1a1a1a;overflow:hidden}.sb2b-ranking-row>div>i>em{display:block;height:100%;border-radius:inherit;background:#fccf2a}.sb2b-ranking-row>strong{color:#d7d7d7;font-size:14px!important;font-weight:600;white-space:nowrap}
.sb2b-month-bars{padding:15px 18px 18px;display:grid;gap:14px}.sb2b-month-bars>div{display:grid;grid-template-columns:70px minmax(0,1fr) 110px 70px;align-items:center;gap:12px}.sb2b-month-bars span,.sb2b-month-bars small{color:#737373;font-size:14px!important}.sb2b-month-bars i{height:6px;border-radius:999px;background:#191919;overflow:hidden}.sb2b-month-bars i em{display:block;height:100%;border-radius:999px;background:#fccf2a}.sb2b-month-bars strong{color:#d8d8d8;font-size:14px!important;font-weight:600;text-align:right}.sb2b-month-bars small{text-align:right}
.sb2b-status-report{padding:14px 18px 18px;display:grid;gap:8px}.sb2b-status-report>div{min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) 60px 130px;align-items:center;gap:12px;padding:0 2px;border-bottom:1px solid #181818}.sb2b-status-report>div:last-child{border-bottom:0}.sb2b-status-report>div>strong{color:#e2e2e2;font-size:15px!important;font-weight:600;text-align:right}.sb2b-status-report>div>small{color:#747474;font-size:14px!important;text-align:right}
@media(max-width:1180px){.sb2b-report-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.sb2b-reports-grid{grid-template-columns:1fr}.sb2b-order-edit-head,.sb2b-order-edit-row{grid-template-columns:minmax(180px,1fr) 80px 125px 100px}}
@media(max-width:760px){.sb2b-report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.sb2b-report-period{width:100%;min-width:0}.sb2b-order-edit-form{padding:0 12px 14px}.sb2b-order-edit-head{display:none}.sb2b-order-edit-row{grid-template-columns:1fr 1fr;gap:9px;padding:13px}.sb2b-order-edit-row>div{grid-column:1/-1}.sb2b-remove-check{justify-content:flex-start}.sb2b-add-order-item{grid-template-columns:1fr}.sb2b-order-edit-actions .sb2b-primary{width:100%}.sb2b-ranking-row{grid-template-columns:26px minmax(0,1fr)}.sb2b-ranking-row>strong{grid-column:2}.sb2b-month-bars>div{grid-template-columns:58px minmax(0,1fr)}.sb2b-month-bars strong,.sb2b-month-bars small{grid-column:2;text-align:left}.sb2b-status-report>div{grid-template-columns:1fr auto}.sb2b-status-report>div>small{grid-column:1/-1;text-align:left}}

/* v1.6 — operational documents, stock and refined labels */
.sb2b-panel-body .sb2b-kicker{font-size:11px!important;line-height:1!important;letter-spacing:.055em!important;font-weight:600!important}
.sb2b-panel-body .sb2b-kicker:before{width:5px!important;height:5px!important;box-shadow:0 0 0 3px rgba(252,207,42,.07)!important}
.sb2b-platform-brand{gap:0!important}
.sb2b-platform-brand img{width:136px!important}
.sb2b-brand{gap:0!important}
.sb2b-product-preview-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:9px 0;border-top:1px solid #1d1d1d;border-bottom:1px solid #1d1d1d}
.sb2b-product-preview-meta small{display:grid;gap:2px;color:#666;font-size:11px!important;line-height:1.3}
.sb2b-product-preview-meta b{overflow:hidden;color:#cfcfcf;font-size:12px!important;font-weight:600;white-space:nowrap;text-overflow:ellipsis}
.sb2b-sku{display:inline-flex;align-items:center;min-height:26px;padding:0 7px;border:1px solid #242424;border-radius:6px;background:#090909;color:#9a9a9a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:12px!important;white-space:nowrap}
.sb2b-order-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.sb2b-order-note-form{padding:17px 18px 18px!important}
.sb2b-order-note-form textarea{min-height:118px!important}
.sb2b-card-action{margin:0 18px 18px;width:calc(100% - 36px)}
.sb2b-invoice-box{padding:17px 18px 18px;display:grid;gap:12px}
.sb2b-invoice-file{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #202020;border-radius:8px;background:#080808}
.sb2b-invoice-file>div{display:grid;gap:3px;min-width:0}.sb2b-invoice-file strong{overflow:hidden;color:#e7e7e7;font-size:14px!important;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.sb2b-invoice-file span{color:#666;font-size:13px!important}
.sb2b-invoice-upload{padding:0!important;gap:10px!important}.sb2b-invoice-upload>small{color:#606060;font-size:12px!important}.sb2b-invoice-upload .sb2b-secondary{justify-self:start}
.sb2b-danger-compact{min-height:36px!important;padding:0 11px!important;font-size:13px!important}
.sb2b-customer-invoice{margin:15px 18px 18px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid rgba(252,207,42,.2);border-radius:9px;background:rgba(252,207,42,.045)}
.sb2b-customer-invoice>div{display:grid;gap:3px}.sb2b-customer-invoice strong{color:#e9e9e9;font-size:14px!important}.sb2b-customer-invoice span{color:#777;font-size:13px!important}
@media(max-width:900px){.sb2b-order-head-actions{width:100%;justify-content:flex-start}.sb2b-order-head-actions .sb2b-primary,.sb2b-order-head-actions .sb2b-secondary{flex:1}.sb2b-product-preview-meta{grid-template-columns:1fr}}
@media(max-width:600px){.sb2b-order-head-actions{display:grid;grid-template-columns:1fr 1fr}.sb2b-order-head-actions .sb2b-status{grid-column:1/-1;justify-self:start}.sb2b-customer-invoice,.sb2b-invoice-file{align-items:stretch;flex-direction:column}.sb2b-customer-invoice .sb2b-secondary,.sb2b-invoice-file .sb2b-secondary{width:100%}}
body.sb2b-body .sb2b-products-table{min-width:1220px!important}

/* v1.7 — centered multi-step registration */
.sb2b-request-body{min-height:100dvh;background:#050505!important;color:#ededed!important}
.sb2b-request-center-shell{min-height:100dvh;display:grid;place-items:center;padding:48px 20px;background:radial-gradient(circle at 50% -10%,rgba(252,207,42,.07),transparent 34%),#050505}
.sb2b-request-card{width:min(100%,760px);border:1px solid #202020;border-radius:14px;background:#080808;box-shadow:0 1px 1px rgba(0,0,0,.25),0 12px 40px rgba(0,0,0,.28);padding:30px}
.sb2b-request-card-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:28px;border-bottom:1px solid #1c1c1c}
.sb2b-request-card-logo{display:flex;align-items:center;width:max-content}
.sb2b-request-card-logo img{display:block;width:150px;height:auto}
.sb2b-request-login-link{color:#a0a0a0!important;text-decoration:none!important;font-size:14px!important;font-weight:500!important}
.sb2b-request-login-link:hover{color:#ededed!important}
.sb2b-request-card-head{padding:30px 0 24px}
.sb2b-request-card-head .sb2b-kicker{font-size:11px!important}
.sb2b-request-card-head h1{margin:10px 0 8px;color:#f5f5f5;font-size:34px!important;line-height:1.12;font-weight:600;letter-spacing:-.04em}
.sb2b-request-card-head p{max-width:620px;margin:0;color:#777;font-size:15px!important;line-height:1.6}
.sb2b-stepper{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:10px;padding:0 0 28px;border-bottom:1px solid #1c1c1c}
.sb2b-stepper>i{height:1px;background:#252525}
.sb2b-stepper>button{appearance:none;border:0;background:transparent!important;padding:0!important;display:flex;align-items:center;gap:8px;color:#656565!important;box-shadow:none!important;cursor:default}
.sb2b-stepper>button b{width:26px;height:26px;display:grid;place-items:center;border:1px solid #2a2a2a;border-radius:999px;background:#0d0d0d;color:#777;font-size:14px!important;font-weight:600}
.sb2b-stepper>button span{font-size:14px!important;font-weight:500;white-space:nowrap}
.sb2b-stepper>button.is-active,.sb2b-stepper>button.is-complete{color:#e7e7e7!important}
.sb2b-stepper>button.is-active b{border-color:rgba(252,207,42,.45);background:rgba(252,207,42,.08);color:#FCCF2A}
.sb2b-stepper>button.is-complete b{border-color:#303030;background:#171717;color:#d6d6d6}
.sb2b-request-wizard-form{display:block!important;padding-top:28px}
.sb2b-request-step[hidden]{display:none!important}
.sb2b-request-step-head{margin-bottom:22px}
.sb2b-request-step-head>span{display:block;margin-bottom:7px;color:#666;font-size:14px!important;font-weight:500}
.sb2b-request-step-head h2{margin:0 0 6px;color:#ededed;font-size:22px!important;line-height:1.25;font-weight:600;letter-spacing:-.025em}
.sb2b-request-step-head p{margin:0;color:#747474;font-size:14px!important;line-height:1.55}
.sb2b-request-wizard-form .sb2b-form-grid{gap:14px!important}
.sb2b-request-wizard-form label>span{color:#aaa!important;font-size:14px!important}
.sb2b-request-wizard-form input{height:44px!important;background:#0b0b0b!important;border:1px solid #2a2a2a!important;border-radius:7px!important;color:#ededed!important;font-size:15px!important;padding:0 13px!important;outline:0!important;box-shadow:none!important}
.sb2b-request-wizard-form input:focus{border-color:#575757!important;background:#0e0e0e!important;box-shadow:0 0 0 3px rgba(255,255,255,.025)!important}
.sb2b-request-wizard-actions{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid #1c1c1c}
.sb2b-request-wizard-actions .sb2b-primary,.sb2b-request-wizard-actions .sb2b-secondary{min-width:128px;height:42px!important}
.sb2b-request-approval-note{margin:14px 0 0;color:#666;font-size:14px!important;line-height:1.5;text-align:right}
.sb2b-password-rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 14px;margin-top:18px;padding:16px;border:1px solid #202020;border-radius:9px;background:#0a0a0a}
.sb2b-password-rules span{position:relative;padding-left:20px;color:#6f6f6f;font-size:14px!important;line-height:1.45}
.sb2b-password-rules span:before{content:"";position:absolute;left:0;top:6px;width:7px;height:7px;border:1px solid #444;border-radius:50%;background:#101010}
.sb2b-password-rules span.is-valid{color:#bdbdbd}
.sb2b-password-rules span.is-valid:before{border-color:#FCCF2A;background:#FCCF2A;box-shadow:0 0 0 3px rgba(252,207,42,.09)}
.sb2b-request-card .sb2b-alert{margin:0 0 22px}
.sb2b-request-card .sb2b-request-success{padding:28px 0 2px}
@media(max-width:720px){
  .sb2b-request-center-shell{padding:0;background:#050505}
  .sb2b-request-card{min-height:100dvh;border:0;border-radius:0;padding:24px 18px;box-shadow:none}
  .sb2b-request-card-logo img{width:132px}
  .sb2b-request-card-head{padding:26px 0 22px}
  .sb2b-request-card-head h1{font-size:29px!important}
  .sb2b-stepper{grid-template-columns:repeat(4,1fr);gap:8px}
  .sb2b-stepper>i{display:none}
  .sb2b-stepper>button{display:grid;justify-items:center;gap:6px}
  .sb2b-stepper>button span{font-size:14px!important;white-space:normal;text-align:center}
  .sb2b-request-wizard-form .sb2b-form-grid{grid-template-columns:1fr!important}
  .sb2b-request-wizard-form .sb2b-full{grid-column:auto!important}
  .sb2b-password-rules{grid-template-columns:1fr}
  .sb2b-request-wizard-actions{grid-template-columns:auto 1fr auto}
  .sb2b-request-wizard-actions .sb2b-primary,.sb2b-request-wizard-actions .sb2b-secondary{min-width:0;padding-left:18px!important;padding-right:18px!important}
  .sb2b-request-approval-note{text-align:left}
}

/* v1.8 — simplified access flow, centered login and Brazilian field helpers */
.sb2b-request-card{width:min(100%,720px)!important}
.sb2b-request-card-head{padding-bottom:6px!important}
.sb2b-request-card-head p{max-width:560px!important}
.sb2b-request-wizard-form{padding-top:24px!important}
.sb2b-request-step-head{margin-bottom:20px!important;padding-bottom:16px;border-bottom:1px solid #1b1b1b}
.sb2b-request-step-head>span{display:none!important}
.sb2b-request-step-head h2{font-size:23px!important}
.sb2b-request-step-head p{font-size:14px!important}
.sb2b-request-wizard-actions [hidden]{display:none!important}
.sb2b-request-wizard-actions{grid-template-columns:auto 1fr auto!important;margin-top:26px!important}
.sb2b-request-wizard-actions [data-sb2b-step-action]{min-width:142px!important}
.sb2b-request-approval-note{margin-top:12px!important}
.sb2b-cep-status{display:block;min-height:18px;margin-top:6px;color:#656565;font-size:12px!important;line-height:1.35}
.sb2b-cep-status.is-loading{color:#888}
.sb2b-cep-status.is-success{color:#c5a51d}
.sb2b-cep-status.is-error{color:#d17878}

.sb2b-login-center-shell{min-height:100dvh;display:grid;place-items:center;padding:32px 20px;background:radial-gradient(circle at 50% -10%,rgba(252,207,42,.065),transparent 32%),#050505}
.sb2b-login-center-card{width:min(100%,440px);padding:31px;border:1px solid #202020;border-radius:14px;background:#080808;box-shadow:0 1px 1px rgba(0,0,0,.24),0 14px 42px rgba(0,0,0,.26)}
.sb2b-login-center-logo{display:block;width:max-content;margin:0 auto 30px}
.sb2b-login-center-logo img{display:block;width:150px;height:auto}
.sb2b-login-center-head{text-align:center;margin-bottom:27px}
.sb2b-login-center-head h1{margin:0 0 8px;color:#f5f5f5;font-size:29px!important;line-height:1.15;font-weight:600;letter-spacing:-.04em}
.sb2b-login-center-head p{margin:0;color:#747474;font-size:14px!important;line-height:1.5}
.sb2b-login-center-card .sb2b-login-form{gap:16px!important}
.sb2b-login-center-card .sb2b-login-form .sb2b-primary{width:100%!important;min-height:45px!important;margin-top:2px!important}
.sb2b-login-center-card .sb2b-login-help{margin:20px 0 0!important}
.sb2b-login-center-card .sb2b-alert{margin-bottom:20px}

@media(max-width:720px){
  .sb2b-request-card-head{padding-top:25px!important}
  .sb2b-request-wizard-actions{grid-template-columns:auto 1fr auto!important}
  .sb2b-request-wizard-actions [data-sb2b-step-action]{min-width:126px!important}
  .sb2b-login-center-shell{padding:0;background:#050505}
  .sb2b-login-center-card{width:100%;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;border:0;border-radius:0;padding:28px 20px;box-shadow:none}
  .sb2b-login-center-logo img{width:136px}
  .sb2b-login-center-head h1{font-size:27px!important}
}

/* v1.9 — print refinements, dashboard month focus and request funnel cleanup */
.sb2b-dashboard-grid{align-items:start!important}
.sb2b-action-card{align-self:start!important;min-height:0!important;padding:18px 20px 20px!important;gap:0!important}
.sb2b-action-card>.sb2b-kicker{margin-bottom:12px!important}
.sb2b-action-card>strong{margin-top:0!important;font-size:42px!important;line-height:1!important}
.sb2b-action-card h3{margin:10px 0 0!important;font-size:18px!important;line-height:1.25!important}
.sb2b-action-card p{margin:8px 0 16px!important;max-width:28ch}
.sb2b-report-period{min-width:220px!important}
.sb2b-report-period label{display:grid!important;gap:7px!important}
.sb2b-report-period label>span{color:#909090!important;font-size:13px!important;font-weight:500!important}
.sb2b-report-period select{min-height:44px!important}
@media(max-width:980px){.sb2b-dashboard-grid{grid-template-columns:1fr!important}.sb2b-action-card p{max-width:none}}

/* v2.0.0 — polished uploads + report date range */
.sb2b-file-input{
  padding:8px 10px!important;
  border:1px solid #292929!important;
  border-radius:10px!important;
  background:#080808!important;
  color:#d9d9d9!important;
}
.sb2b-file-input::file-selector-button,
.sb2b-file-input::-webkit-file-upload-button{
  margin-right:12px;
  padding:0 14px;
  height:34px;
  border:1px solid #2c2c2c;
  border-radius:8px;
  background:#111;
  color:#f1f1f1;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}
.sb2b-file-input::file-selector-button:hover,
.sb2b-file-input::-webkit-file-upload-button:hover{
  background:#171717;
  border-color:#3a3a3a;
}
.sb2b-report-period{
  min-width:min(100%,520px)!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;
  gap:10px!important;
  align-items:end!important;
}
.sb2b-report-period label{display:grid!important;gap:7px!important}
.sb2b-report-period .sb2b-report-actions{display:flex;align-items:flex-end;gap:8px}
.sb2b-report-period button{min-height:44px}
@media(max-width:760px){
  .sb2b-report-period{grid-template-columns:1fr!important}
  .sb2b-report-period .sb2b-report-actions{display:grid}
}
.sb2b-current-image{flex-wrap:wrap}
