:root{--orange:#fa9819;--orange-soft:#fff0dc;--orange-deep:#e97800;--blue:#b6c9cf;--blue-soft:#eaf0f2;--blue-deep:#7e9ca5;--ink:#10243d;--ink-2:#20354c;--black:#101214;--muted:#65717b;--line:#dfe5e7;--paper:#f7f8f7;--white:#fff;--success:#16805a;--danger:#b84036;--shadow:0 30px 80px #10243d1a;--scroll-progress:0}.account-api-workspace{gap:22px;display:grid}.account-api-hero{background:radial-gradient(circle at 8% 5%,#ff97142e,#0000 28%),linear-gradient(135deg,#fff 0%,#f6fafc 100%);border:1px solid #0f2a431a;border-radius:28px;grid-template-columns:auto minmax(0,1fr) minmax(220px,.38fr);align-items:center;gap:22px;padding:28px;display:grid;box-shadow:0 22px 60px #10273a14}.account-api-hero__icon{color:#fff;background:#0f2a43;border-radius:20px;place-items:center;width:62px;height:62px;font-size:30px;display:grid;box-shadow:0 13px 30px #0f2a4333}.account-api-hero h3{color:#0f2a43;letter-spacing:-.035em;margin:5px 0 7px;font-size:clamp(22px,2.4vw,34px)}.account-api-hero p,.account-api-hero aside span{color:#647584;margin:0;line-height:1.55}.account-api-hero aside{background:#b6c9cf38;border-radius:18px;gap:5px;padding:17px 18px;display:grid}.account-api-hero aside strong{color:#0f2a43}.account-api-hero aside span{font-size:13px}.account-api-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.account-api-card{background:#fffffff2;border:1px solid #0f2a431a;border-radius:26px;flex-direction:column;min-height:520px;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #0f2a4312}.account-api-card:before{content:"";background:#ff9714;height:4px;position:absolute;inset:0 0 auto}.account-api-card[data-marketplace=wildberries]:before{background:linear-gradient(90deg,#c922e9,#7b2cff)}.account-api-card[data-marketplace=ozon]:before{background:#146cff}.account-api-card[data-marketplace=yandex]:before{background:linear-gradient(90deg,#fc3f1d,#ff9714)}.account-api-card>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.account-api-card>header>i{color:#fff;background:#0f2a43;border-radius:14px;place-items:center;width:45px;height:45px;font-style:normal;font-weight:800;display:grid}.account-api-card>header small,.account-api-connected small{color:#86939d;text-transform:uppercase;letter-spacing:.09em;font-size:11px;display:block}.account-api-card>header h4{color:#0f2a43;margin:2px 0 0;font-size:18px}.account-api-state{color:#667581;white-space:nowrap;background:#eef2f3;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:750}.account-api-state[data-status=success],.account-api-state[data-status=never]{color:#17734a;background:#e8f7ef}.account-api-state[data-status=running]{color:#9a5b00;background:#fff1dc}.account-api-state[data-status=error]{color:#a4382c;background:#ffebe8}.account-api-guide{background:#f6f8f9;border-radius:18px;flex-direction:column;flex:1;align-items:flex-start;margin:22px 0 18px;padding:17px;display:flex}.account-api-guide ol{color:#566875;margin:0;padding-left:19px;font-size:13px;line-height:1.5}.account-api-guide li+li{margin-top:8px}.account-api-guide code{overflow-wrap:anywhere;color:#0f2a43;font-size:11px}.account-api-guide a{color:#0f2a43;margin-top:16px;font-size:12px;font-weight:750;text-decoration:none}.account-api-form{gap:12px;display:grid}.account-api-form label{gap:6px;display:grid}.account-api-form label>span{color:#526574;font-size:12px;font-weight:700}.account-api-form input{color:#0f2a43;background:#fff;border:1px solid #d9e1e4;border-radius:13px;outline:none;width:100%;min-width:0;height:44px;padding:0 13px}.account-api-form input:focus{border-color:#ff9714;box-shadow:0 0 0 3px #ff97141f}.account-api-form__actions,.account-api-connected>div:last-child,.account-empty__actions{flex-wrap:wrap;gap:8px;display:flex}.account-api-form button,.account-api-connected button,.account-empty__actions button{color:#0f2a43;min-height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d9e1e4;border-radius:13px;padding:0 14px;font-size:12px;font-weight:750}.account-api-form button:disabled,.account-api-connected button:disabled{cursor:wait;opacity:.55}.account-api-form .account-api-sync,.account-api-connected .account-api-sync{color:#fff;background:#0f2a43;border-color:#0f2a43}.account-api-connected{gap:13px;display:grid}.account-api-connected strong{color:#0f2a43;overflow-wrap:anywhere;margin-top:4px;font-size:13px;display:block}.account-api-connected p{color:#6a7984;margin:0;font-size:12px;line-height:1.45}.account-api-connected .account-api-error{color:#9b352b;background:#fff0ee;border-radius:12px;padding:10px 12px}.account-api-connected .account-api-disconnect{color:#9b352b}@media (max-width:1100px){.account-api-grid{grid-template-columns:1fr}.account-api-card{min-height:0}}@media (max-width:720px){.account-api-hero{border-radius:22px;grid-template-columns:auto minmax(0,1fr);padding:20px}.account-api-hero aside{grid-column:1/-1}.account-api-hero__icon{border-radius:16px;width:50px;height:50px;font-size:24px}.account-api-card{border-radius:22px;padding:18px}.account-api-card>header{grid-template-columns:auto minmax(0,1fr)}.account-api-state{grid-column:1/-1;justify-self:start}.account-api-form__actions,.account-api-connected>div:last-child,.account-empty__actions{grid-template-columns:1fr;display:grid}.account-api-form button,.account-api-connected button,.account-empty__actions button{width:100%}}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper);-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--paper);color:var(--black);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Arial,sans-serif}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a{color:inherit;text-decoration:none}button{border:0}::selection{background:var(--orange);color:var(--black)}:focus-visible{outline-offset:4px;outline:3px solid #fa981973}.site-shell{min-height:100vh;overflow:clip}.scroll-progress{z-index:100;width:calc(var(--scroll-progress) * 100%);background:var(--orange);height:3px;position:fixed;top:0;left:0;box-shadow:0 0 18px #fa9819bf}.section{width:min(1400px,100% - 64px);margin:0 auto}#delivery,#fulfillment,#workflow,#address,#application{scroll-margin-top:105px}.eyebrow{color:var(--ink);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:750;line-height:1;display:inline-flex}.eyebrow i,.hero__eyebrow-row .eyebrow i{background:var(--orange);width:8px;height:8px;box-shadow:0 0 0 5px var(--orange-soft);border-radius:50%}.eyebrow--light{color:#ffffffad}.brand{white-space:nowrap;align-items:center;gap:15px;display:inline-flex}.brand__symbol{border:2px solid var(--ink);background:var(--white);border-radius:9px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:4px;width:45px;height:45px;padding:4px;display:grid;position:relative;box-shadow:0 8px 24px #10243d1c}.brand__tile{border-radius:3px;display:block}.brand__tile--orange{background:var(--orange)}.brand__tile--blue{background:var(--ink)}.brand__tile--light{background:var(--blue);grid-column:1/span 2}.brand__route{border-top:3px solid var(--white);border-right:3px solid var(--white);width:27px;height:9px;position:absolute;bottom:3px;right:1px;transform:rotate(-42deg)}.brand__word{color:var(--ink);letter-spacing:-.055em;font-size:27px;font-weight:640}.brand__word span{color:var(--orange)}.brand--compact{gap:10px}.brand--compact .brand__symbol{border-radius:8px;width:35px;height:35px}.brand--compact .brand__route{border-width:2px;width:21px;height:7px}.brand--compact .brand__word{font-size:21px}.site-header{z-index:50;-webkit-backdrop-filter:blur(24px)saturate(135%);backdrop-filter:blur(24px)saturate(135%);background:#ffffffc7;border:1px solid #ffffffd9;border-radius:22px;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1400px,100% - 40px);min-height:64px;margin:14px auto 0;padding:10px 12px 10px 17px;display:grid;position:sticky;top:14px;box-shadow:0 14px 40px #10243d14}.header-brand{justify-self:start}.header-nav{align-items:center;gap:30px;display:flex}.header-nav a{color:#4d5963;font-size:14px;font-weight:590;position:relative}.header-nav a:after{background:var(--orange);content:"";transform-origin:100%;width:100%;height:1px;transition:transform .22s;position:absolute;bottom:-7px;left:0;transform:scaleX(0)}.header-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.header-contact{justify-self:end}.header-actions{justify-self:end;align-items:center;gap:8px;display:flex}.header-account{min-height:43px;color:var(--ink);border-radius:13px;align-items:center;padding:0 14px;font-size:13px;font-weight:680;transition:background .18s,color .18s;display:inline-flex}.header-account:hover{background:var(--blue-soft)}.header-menu,.mobile-nav{display:none}.header-menu{border:1px solid var(--line);min-height:43px;color:var(--ink);cursor:pointer;background:#ffffffd1;border-radius:13px;justify-content:center;align-items:center;gap:9px;padding:0 13px}.header-menu>i{gap:4px;width:16px;display:grid}.header-menu>i span{background:currentColor;border-radius:2px;width:16px;height:2px;transition:transform .18s;display:block}.header-menu>b{font-size:12px;font-weight:720}.header-menu[aria-expanded=true]>i span:first-child{transform:translateY(3px)rotate(45deg)}.header-menu[aria-expanded=true]>i span:last-child{transform:translateY(-3px)rotate(-45deg)}.button{cursor:pointer;border:1px solid #0000;border-radius:15px;justify-content:center;align-items:center;gap:22px;min-height:52px;padding:0 22px;font-size:14px;font-weight:700;line-height:1;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button span{font-size:18px;font-weight:500}.button--orange{background:var(--orange);color:#17120a;box-shadow:0 14px 34px #fa981940}.button--orange:hover{background:#ffa52e;box-shadow:0 18px 40px #fa981957}.button--glass{border-color:var(--line);min-height:43px;color:var(--ink);background:#f7f8f7e0;gap:13px;padding:0 17px}.button--ghost{border-color:var(--line);color:var(--ink);background:#ffffff9e}.button--dark{background:var(--ink);color:var(--white)}.button--light{background:var(--white);color:var(--ink);box-shadow:0 18px 36px #00000029}.button--wide{width:100%}.hero{grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr);align-items:center;gap:48px;min-height:calc(100vh - 100px);padding:82px 0 72px;display:grid}.hero__copy{z-index:2;padding-left:2vw;position:relative}.hero__eyebrow-row{align-items:center;gap:20px;margin-bottom:28px;display:flex}.hero__availability{color:var(--muted);letter-spacing:.04em;font-size:12px}.hero h1{max-width:780px;color:var(--black);letter-spacing:-.072em;margin:0;font-size:clamp(54px,6.4vw,104px);font-weight:590;line-height:.93}.hero h1 span{color:var(--orange-deep);display:block}.hero__lead{max-width:620px;color:var(--muted);letter-spacing:-.02em;margin:32px 0 0;font-size:clamp(17px,1.55vw,22px);font-weight:430;line-height:1.5}.hero__actions{gap:12px;margin-top:36px;display:flex}.hero__facts{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);max-width:650px;margin-top:62px;display:grid}.hero__facts div{flex-direction:column;gap:5px;padding:20px 18px 0 0;display:flex}.hero__facts div+div{border-left:1px solid var(--line);padding-left:20px}.hero__facts strong{color:var(--ink);font-size:15px;font-weight:750}.hero__facts span{color:#7b858d;font-size:12px}.hero-visual{isolation:isolate;min-height:670px;position:relative}.hero-visual:before{z-index:-3;content:"";background:radial-gradient(circle at 73% 26%,#fa98191c 0 2px,#0000 3px) 0 0/22px 22px,linear-gradient(145deg,#ffffffed,#e6eef0ba);border:1px solid #b6c9cf66;border-radius:70px 0 0 70px;position:absolute;inset:4% -20% -3% 4%;transform:skewY(-2deg)}.hero-visual__halo{z-index:-2;aspect-ratio:1;filter:blur(3px);background:radial-gradient(circle,#b6c9cf9e,#b6c9cf00 66%);border-radius:50%;width:66%;position:absolute;top:15%;left:17%}.warehouse-card{z-index:4;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffdb;border:1px solid #10243d2e;border-radius:31px;width:min(520px,74%);animation:7s ease-in-out infinite warehouseFloat;position:absolute;top:13%;left:12%;overflow:hidden;transform:rotate(-2deg);box-shadow:0 40px 90px #10243d2e}.warehouse-card__top,.warehouse-card__footer{height:64px;color:var(--ink);justify-content:space-between;align-items:center;padding:0 24px;font-size:13px;font-weight:720;display:flex}.warehouse-card__top{border-bottom:1px solid #10243d1a}.warehouse-card__top b{background:var(--blue-soft);color:var(--blue-deep);letter-spacing:.12em;border-radius:8px;padding:7px 10px;font-size:10px}.warehouse-card__scene{background:linear-gradient(90deg,#0000 49.8%,#10243d0d 50%,#0000 50.2%),linear-gradient(#10243d0a 1px,#0000 1px) 0 0/100% 48px,linear-gradient(150deg,#eef3f4,#c8d7dc);height:318px;position:relative;overflow:hidden}.warehouse-card__scene:before{content:"";background:#d6e1e4;border-radius:50%;height:230px;position:absolute;bottom:-110px;left:-40px;right:-40px;transform:perspective(300px)rotateX(62deg)}.rack{border-right:4px solid var(--ink);border-bottom:4px solid var(--ink);border-left:4px solid var(--ink);align-items:flex-end;gap:6px;padding:9px;display:flex;position:absolute;bottom:62px}.rack:before{background:var(--ink);content:"";height:4px;position:absolute;top:-5px;left:-5px;right:-5px}.rack i{background:var(--blue-deep);border-radius:4px 4px 1px 1px;width:39px;height:50px;display:block;box-shadow:inset 0 0 0 1px #10243d38}.rack i:nth-child(2){background:var(--orange);height:38px}.rack--one{left:30px}.rack--two{transform-origin:100% 100%;right:32px;transform:scale(.86)}.cargo-box{z-index:2;background:linear-gradient(145deg,#fff,#eef2f3);border:1px solid #10243d42;border-radius:6px;position:absolute;box-shadow:0 18px 32px #10243d29}.cargo-box:after{content:"";background:#fa98194d;border-left:1px solid #10243d21;border-right:1px solid #10243d21;width:18%;height:100%;position:absolute;top:-1px;left:43%}.cargo-box--main{width:132px;height:142px;bottom:34px;left:42%}.cargo-box--main span{z-index:2;color:var(--ink);letter-spacing:.05em;font-size:17px;font-weight:850;position:absolute;bottom:12px;right:12px}.cargo-box--small{width:86px;height:92px;bottom:34px;right:18%}.scan-line{z-index:4;height:2px;box-shadow:0 0 22px var(--orange);background:linear-gradient(90deg,#0000,#fa9819d1,#0000);animation:4.4s ease-in-out infinite scan;position:absolute;top:30px;left:0;right:0}.warehouse-card__footer{background:#ffffffdb;border-top:1px solid #10243d1a;height:58px}.warehouse-card__footer span{align-items:center;gap:8px;display:flex}.status-dot{background:#27ad74;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #27ad741f}.route-map{z-index:1;position:absolute;inset:6% -3% 2% 0}.route-map__line{background:var(--ink);transform-origin:0;border-radius:4px;height:2px;position:absolute}.route-map__line--one{width:72%;top:13%;left:-8%;transform:rotate(31deg)}.route-map__line--two{width:74%;bottom:22%;right:-16%;transform:rotate(-22deg)}.route-map__line:after{background:var(--orange);content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:-3px;right:0;box-shadow:0 0 0 6px #fa981929}.route-map__dot{border:3px solid var(--white);background:var(--orange);border-radius:50%;width:13px;height:13px;position:absolute;box-shadow:0 4px 14px #10243d38}.route-map__dot--one{animation:5s ease-in-out infinite dotOne;top:22%;left:9%}.route-map__dot--two{animation:6s ease-in-out infinite dotTwo;bottom:29%;right:20%}.floating-label{z-index:7;height:42px;color:var(--ink);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;border:1px solid #10243d1a;border-radius:13px;align-items:center;gap:9px;padding:0 15px;font-size:12px;font-weight:700;animation:6s ease-in-out infinite labelFloat;display:flex;position:absolute;box-shadow:0 12px 32px #10243d21}.floating-label i{background:var(--orange);border-radius:2px;width:8px;height:8px}.floating-label--top{top:10%;right:5%}.floating-label--bottom{animation-delay:-2.3s;bottom:16%;right:9%}.orange-orb{z-index:3;background:radial-gradient(circle at 33% 28%, #ffc165, var(--orange) 55%, var(--orange-deep));color:#10243db8;letter-spacing:-.04em;border-radius:50%;place-items:center;width:118px;height:118px;font-size:22px;font-weight:860;animation:6.5s ease-in-out infinite orbFloat;display:grid;position:absolute;bottom:6%;left:2%;box-shadow:0 25px 60px #fa981957}.market-strip{border:1px solid var(--line);background:#ffffffb3;border-radius:24px;justify-content:space-between;align-items:center;width:min(1400px,100% - 64px);min-height:116px;margin:0 auto;padding:24px 36px;display:flex}.market-strip p{color:#879198;letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:700}.market-list{align-items:center;gap:12px;display:flex}.market{border:1px solid var(--line);background:var(--white);letter-spacing:-.025em;border-radius:13px;align-items:center;min-height:44px;padding:0 19px;font-size:15px;font-weight:780;display:inline-flex}.market--wb{color:#a719a7}.market--ozon{color:#075bff}.market--ym{color:#2a2a2a}.market--ym:first-letter{color:#ff1f22}.services{padding:150px 0 110px}.section-heading{max-width:820px;margin-bottom:56px}.section-heading h2,.address__copy h2,.application__intro h2,.fulfillment__copy h2{color:var(--ink);letter-spacing:-.065em;margin:20px 0 0;font-size:clamp(44px,5.6vw,82px);font-weight:590;line-height:.98}.section-heading>p{max-width:610px;color:var(--muted);margin:26px 0 0;font-size:18px;line-height:1.55}.section-heading--row{justify-content:space-between;align-items:flex-end;gap:60px;max-width:none;display:flex}.section-heading--row>p{max-width:420px;margin-bottom:8px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.service-card{background:var(--white);border:1px solid #10243d1a;border-radius:30px;min-height:520px;padding:34px;position:relative;overflow:hidden;box-shadow:0 20px 60px #10243d0f}.service-card:after{aspect-ratio:1;content:"";background:linear-gradient(90deg,#0000 48%,#10243d12 49% 51%,#0000 52%),linear-gradient(#10243d12 2%,#0000 3%) 0 0/100% 34%;border:1px solid #10243d17;border-radius:42px;width:62%;position:absolute;bottom:-35%;right:-12%;transform:rotate(-10deg)}.service-card--2{background:linear-gradient(145deg,#e9f0f2,#cbd9dd)}.service-card--2:before{background:var(--orange);content:"";border-radius:50%;width:92px;height:92px;position:absolute;top:17%;right:8%;box-shadow:0 20px 45px #fa98193d}.service-card__head{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.service-code{background:var(--orange-soft);min-width:66px;min-height:35px;color:var(--orange-deep);letter-spacing:.1em;border-radius:11px;justify-content:center;align-items:center;padding:0 13px;font-size:13px;font-weight:850;display:inline-flex}.service-card--2 .service-code{background:#ffffffb3}.service-number{color:#10243d40;font-size:13px;font-weight:750}.service-card h3{z-index:2;max-width:480px;color:var(--ink);letter-spacing:-.05em;margin:94px 0 0;font-size:clamp(30px,3vw,46px);font-weight:610;line-height:1.06;position:relative}.service-card p{z-index:2;color:#66727b;max-width:470px;margin:20px 0 0;font-size:16px;line-height:1.55;position:relative}.service-card ul{z-index:2;gap:11px;margin:30px 0 0;padding:0;list-style:none;display:grid;position:relative}.service-card li{color:var(--ink-2);align-items:center;gap:10px;font-size:14px;font-weight:620;display:flex}.service-card li i{background:var(--orange);border-radius:50%;width:7px;height:7px}.service-card>a{z-index:3;color:var(--ink);border-top:1px solid #10243d1f;justify-content:space-between;align-items:center;padding-top:20px;font-size:14px;font-weight:750;display:flex;position:absolute;bottom:32px;left:34px;right:34px}.fulfillment{padding:40px 0 110px}.fulfillment__panel{min-height:710px;color:var(--white);background:radial-gradient(circle at 15% 90%,#fa981933,#0000 30%),linear-gradient(145deg,#152b45,#0b1b2d);border-radius:42px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;padding:clamp(44px,6vw,82px);display:grid;position:relative;overflow:hidden;box-shadow:0 36px 90px #10243d38}.fulfillment__panel:before{aspect-ratio:1;content:"";border:1px solid #b6c9cf33;border-radius:50%;width:64%;position:absolute;top:-34%;right:-15%;box-shadow:0 0 0 80px #b6c9cf08,0 0 0 160px #b6c9cf05}.fulfillment__copy,.fulfillment__grid{z-index:2;position:relative}.fulfillment__copy h2{color:var(--white)}.fulfillment__copy h2 span{color:var(--orange)}.fulfillment__copy>p{color:#ffffffa3;max-width:490px;margin:28px 0 0;font-size:17px;line-height:1.6}.fulfillment__actions{align-items:center;gap:22px;margin-top:38px;display:flex}.price-note{color:#ffffff9e;align-items:center;gap:8px;font-size:12px;font-weight:650;display:inline-flex}.price-note i{background:var(--orange);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #fa98191f}.fulfillment__grid{gap:10px;display:grid}.fulfillment-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:17px;grid-template-columns:48px 1fr auto;align-items:center;min-height:74px;padding:0 20px;transition:border-color .18s,background .18s,transform .18s;display:grid}.fulfillment-item:hover{background:#ffffff1a;border-color:#fa981966;transform:translate(4px)}.fulfillment-item span{color:var(--orange);font-size:11px;font-weight:800}.fulfillment-item strong{font-size:15px;font-weight:650}.fulfillment-item>i{color:#ffffff6b;font-style:normal}.fulfillment__route{background:#ffffff40;width:30%;height:1px;position:absolute;bottom:24px;left:7%}.fulfillment__route i{background:var(--orange);border-radius:50%;width:9px;height:9px;position:absolute;top:-4px}.fulfillment__route i:first-child{left:0}.fulfillment__route i:nth-child(2){left:50%}.fulfillment__route i:nth-child(3){right:0}.workflow{padding:110px 0 160px}.workflow-list{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.workflow-step{min-height:390px;padding:24px 28px 30px 0;position:relative}.workflow-step+.workflow-step{border-left:1px solid var(--line);padding-left:28px}.workflow-step__number{color:#98a1a7;font-size:11px;font-weight:780}.workflow-step__icon{border:1px solid var(--line);background:var(--white);border-radius:24px;width:88px;height:88px;margin-top:54px;position:relative;box-shadow:0 16px 42px #10243d12}.workflow-step__icon:before,.workflow-step__icon:after,.workflow-step__icon i{content:"";position:absolute}.workflow-step__icon:before{border:2px solid var(--ink);border-radius:7px;width:39px;height:39px;top:23px;left:22px}.workflow-step__icon:after{background:var(--orange);border-radius:50%;width:18px;height:18px;top:18px;right:17px}.workflow-step__icon i:first-child{background:var(--ink);width:57px;height:2px;top:42px;left:15px;transform:rotate(-38deg)}.workflow-step__icon i:last-child{background:var(--ink);border-radius:50%;width:7px;height:7px;bottom:18px;right:20px}.workflow-step h3{color:var(--ink);letter-spacing:-.04em;margin:40px 0 0;font-size:24px;font-weight:660}.workflow-step p{color:var(--muted);margin:15px 0 0;font-size:14px;line-height:1.6}.address{grid-template-columns:1fr;gap:clamp(44px,5vw,72px);padding:10px 0 160px;display:grid}.address__copy{grid-template-columns:minmax(0,.92fr) minmax(420px,.72fr);align-items:end;gap:clamp(54px,8vw,130px);display:grid}.address__copy h2 span{color:var(--orange-deep)}.address__details>p{max-width:480px;color:var(--muted);margin:0;font-size:17px;line-height:1.65}.address__meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:34px;display:grid}.address__meta>span{grid-template-columns:34px 1fr;gap:2px 10px;padding:20px 18px 20px 0;display:grid}.address__meta>span+span{border-left:1px solid var(--line);padding-left:18px}.address__meta i{color:var(--orange-deep);grid-row:1/span 2;font-size:10px;font-style:normal;font-weight:800}.address__meta b{color:var(--ink);font-size:14px}.address__meta small{color:var(--muted);font-size:11px}.address__button{margin-top:30px}.address-map{background:#f6f8f7;border:1px solid #d7dfe2;border-radius:38px;width:100%;height:clamp(600px,50vw,740px);position:relative;overflow:hidden;box-shadow:0 36px 90px #10243d21}.address-map:after{border-radius:inherit;content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffffb3}.address-map__frame{z-index:1;opacity:0;background:#eef1ed;border:0;width:100%;height:100%;transition:opacity .36s;display:block;position:relative}.address-map.is-loaded .address-map__frame{opacity:1}.address-map__loading{z-index:0;color:var(--ink);background:linear-gradient(#ffffff80,#ffffff80),repeating-linear-gradient(90deg,#0000 0 72px,#b6c9cf45 73px 74px),repeating-linear-gradient(0deg,#0000 0 52px,#b6c9cf3d 53px 54px),#eef2ef;place-content:center;justify-items:center;gap:18px;transition:opacity .22s,visibility .22s;display:grid;position:absolute;inset:0}.address-map.is-loaded .address-map__loading{visibility:hidden;opacity:0}.address-map__loading>span{gap:7px;display:flex}.address-map__loading>span i{background:var(--blue);border-radius:50%;width:10px;height:10px;animation:1.1s ease-in-out infinite alternate mapLoading}.address-map__loading>span i:first-child{background:var(--orange)}.address-map__loading>span i:nth-child(2){animation-delay:.16s}.address-map__loading>span i:nth-child(3){animation-delay:.32s}.address-map__loading strong{font-size:13px;font-weight:700}.application{background:radial-gradient(circle at 5% 90%, #fa981930, transparent 32%), var(--ink);min-height:760px;color:var(--white);border-radius:42px;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(50px,8vw,110px);margin-bottom:130px;padding:clamp(44px,6vw,84px);display:grid;overflow:hidden}.application__intro{flex-direction:column;justify-content:center;align-self:stretch;padding:16px 0;display:flex;position:relative}.application__intro h2{color:var(--white)}.application__intro>p{color:#ffffff9e;max-width:450px;margin:28px 0 0;font-size:17px;line-height:1.6}.application__stamp{color:#ffffff8a;border:1px solid #ffffff2e;border-radius:12px;flex-direction:column;justify-content:center;width:150px;height:72px;padding:11px 14px;display:flex;position:absolute;bottom:10px;left:0;transform:rotate(-6deg)}.application__stamp span{font-size:16px;font-weight:760}.application__stamp b{color:var(--orange);letter-spacing:.17em;margin-top:4px;font-size:8px}.application__form{z-index:2;background:var(--white);color:var(--black);border-radius:28px;padding:clamp(28px,4vw,48px);position:relative;box-shadow:0 30px 70px #00000030}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px;display:grid}.field{flex-direction:column;gap:8px;display:flex}.field--wide{grid-column:1/-1}.field>span{color:var(--ink);font-size:12px;font-weight:720}.field em{color:#9aa2a7;margin-left:5px;font-size:10px;font-style:normal;font-weight:500}.field input,.field select,.field textarea{width:100%;min-height:52px;color:var(--ink);background:#f8f9f9;border:1px solid #dbe1e3;border-radius:13px;outline:none;padding:0 15px;font-size:14px;transition:border-color .16s,box-shadow .16s,background .16s}.field textarea{resize:vertical;min-height:88px;padding-top:14px}.field input:focus,.field select:focus,.field textarea:focus{background:var(--white);border-color:#fa9819b8;box-shadow:0 0 0 4px #fa98191a}.field input::placeholder,.field textarea::placeholder{color:#a6adb2}.honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.consent{color:#778188;cursor:pointer;align-items:flex-start;gap:10px;margin-top:20px;font-size:11px;line-height:1.45;display:flex}.consent input{width:17px;height:17px;accent-color:var(--orange);margin:0}.form-actions{align-items:center;gap:18px;margin-top:24px;display:flex}.button--submit{flex:none}.button--submit:disabled{cursor:wait;opacity:.65}.form-message{color:#8a9399;margin:0;font-size:11px;line-height:1.4}.form-message--success{color:var(--success)}.form-message--error{color:var(--danger)}.faq{padding:20px 0 160px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{min-height:94px;color:var(--ink);cursor:pointer;letter-spacing:-.03em;justify-content:space-between;align-items:center;padding:0 4px;font-size:clamp(18px,2vw,24px);font-weight:630;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{border:1px solid var(--line);width:38px;height:38px;color:var(--orange-deep);border-radius:50%;place-items:center;font-size:24px;font-weight:400;transition:transform .18s,background .18s;display:grid}.faq-list details[open] summary span{background:var(--orange-soft);transform:rotate(45deg)}.faq-list details p{max-width:800px;color:var(--muted);margin:-10px 0 32px;font-size:15px;line-height:1.65}.site-footer{color:var(--white);background:#0b192a;padding:86px max(32px,50vw - 700px) 30px}.site-footer .brand__symbol{background:0 0;border-color:#ffffffb8}.site-footer .brand__word{color:var(--white)}.footer__top{grid-template-columns:.7fr 1.3fr auto;align-items:start;gap:48px;padding-bottom:92px;display:grid}.footer__top h2{letter-spacing:-.065em;margin:0;font-size:clamp(42px,5vw,72px);font-weight:570;line-height:.98}.footer__top h2 span{color:var(--orange)}.footer__bottom{color:#ffffff6e;border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding-top:24px;font-size:11px;display:flex}.footer__bottom a{transition:color .16s}.footer__bottom a:hover{color:var(--white)}.floating-contact{z-index:45;height:52px;color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#10243deb;border:1px solid #ffffffb3;border-radius:18px;align-items:center;gap:10px;padding:0 17px 0 7px;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 45px #10243d3d}.floating-contact span{background:var(--orange);width:38px;height:38px;color:var(--ink);border-radius:13px;place-items:center;font-size:17px;font-weight:850;display:grid}.floating-contact b{font-size:12px}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07121e85;place-items:center;padding:24px;animation:.18s both fadeIn;display:grid;position:fixed;inset:0}.contact-modal{background:#fffffff5;border:1px solid #fffc;border-radius:30px;width:min(520px,100%);padding:42px;animation:.26s cubic-bezier(.22,1,.36,1) both modalIn;position:relative;box-shadow:0 40px 100px #0000003d}.modal-close{background:var(--paper);width:38px;height:38px;color:var(--ink);cursor:pointer;border-radius:50%;place-items:center;font-size:23px;font-weight:350;display:grid;position:absolute;top:16px;right:16px}.contact-modal h2{color:var(--ink);letter-spacing:-.055em;margin:18px 0 0;font-size:38px;font-weight:620;line-height:1.05}.contact-modal>p{color:var(--muted);margin:15px 0 0;font-size:14px;line-height:1.55}.contact-options{gap:9px;margin:28px 0 16px;display:grid}.contact-option{border:1px solid var(--line);border-radius:17px;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;min-height:70px;padding:9px 15px 9px 9px;transition:border-color .16s,transform .16s,background .16s;display:grid}a.contact-option:hover{background:var(--orange-soft);border-color:#fa981980;transform:translate(3px)}.contact-option__icon{background:var(--blue-soft);width:52px;height:52px;color:var(--ink);border-radius:13px;place-items:center;font-size:12px;font-weight:850;display:grid}.contact-option span:nth-child(2){flex-direction:column;gap:3px;display:flex}.contact-option small{color:#8b959b;font-size:10px;font-weight:650}.contact-option strong{color:var(--ink);font-size:14px}.contact-option>b{color:var(--orange-deep);font-size:17px}.contact-option--pending{opacity:.62}[data-reveal]{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.service-card:nth-child(2)[data-reveal],.workflow-step:nth-child(2)[data-reveal]{transition-delay:80ms}.workflow-step:nth-child(3)[data-reveal]{transition-delay:.16s}.workflow-step:nth-child(4)[data-reveal]{transition-delay:.24s}@keyframes warehouseFloat{0%,to{transform:rotate(-2deg)translateY(0)}50%{transform:rotate(-1deg)translateY(-10px)}}@keyframes orbFloat{0%,to{transform:translate(0,0)rotate(-4deg)}50%{transform:translate(9px,-16px)rotate(4deg)}}@keyframes labelFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes scan{0%,10%{opacity:0;transform:translateY(0)}20%{opacity:1}75%{opacity:.75}90%,to{opacity:0;transform:translateY(245px)}}@keyframes dotOne{0%,to{transform:translate(0)}50%{transform:translate(120px,72px)}}@keyframes dotTwo{0%,to{transform:translate(0)}50%{transform:translate(-100px,42px)}}@keyframes fadeIn{0%{opacity:0}}@keyframes modalIn{0%{opacity:0;transform:translateY(18px)scale(.98)}}@keyframes mapLoading{0%{opacity:.45;transform:translateY(0)}to{opacity:1;transform:translateY(-7px)}}@media (max-width:1120px){.hero{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr)}.hero h1{font-size:clamp(52px,7.2vw,78px)}.hero-visual{min-height:590px}.warehouse-card{width:82%}.fulfillment__panel,.application{gap:44px}.address__copy{grid-template-columns:minmax(0,.82fr) minmax(380px,1fr);gap:52px}.address-map{height:560px}.workflow-list{grid-template-columns:repeat(2,1fr)}.workflow-step:nth-child(3){border-top:1px solid var(--line);border-left:0}.workflow-step:nth-child(4){border-top:1px solid var(--line)}.footer__top{grid-template-columns:1fr 1.6fr}.footer__top .button{grid-column:2;justify-self:start}}@media (max-width:860px){.section,.market-strip{width:min(100% - 32px,1400px)}.site-header{grid-template-columns:1fr auto;width:calc(100% - 24px)}.header-nav,.header-account{display:none}.header-menu{display:inline-flex}.mobile-nav.is-open{-webkit-backdrop-filter:blur(24px)saturate(135%);backdrop-filter:blur(24px)saturate(135%);background:#fffffff7;border:1px solid #ffffffeb;border-radius:22px;gap:3px;width:min(350px,100vw - 24px);padding:10px;display:grid;position:absolute;top:calc(100% + 9px);right:0;box-shadow:0 26px 70px #10243d2e}.mobile-nav a{min-height:48px;color:var(--ink);border-radius:13px;align-items:center;gap:12px;padding:0 14px;font-size:14px;font-weight:680;display:flex}.mobile-nav a:hover,.mobile-nav a:active{background:var(--blue-soft)}.mobile-nav a>span{width:21px;color:var(--orange-deep);font-size:9px;font-weight:820}.mobile-nav__account{border-top:1px solid var(--line);margin-top:5px;border-radius:0 0 13px 13px!important}.mobile-nav .mobile-nav__cta{background:var(--orange);justify-content:space-between;margin-top:5px}.mobile-nav .mobile-nav__cta:hover,.mobile-nav .mobile-nav__cta:active{background:#ffab3d}.hero{grid-template-columns:1fr;min-height:auto;padding:78px 0 80px}.hero__copy{padding-left:0}.hero h1{max-width:720px;font-size:clamp(54px,12vw,88px)}.hero__lead{max-width:620px}.hero-visual{min-height:610px}.market-strip{flex-direction:column;align-items:flex-start;gap:12px}.market-list{width:100%}.market{flex:1;justify-content:center}.service-grid,.fulfillment__panel,.address,.application{grid-template-columns:1fr}.service-card{min-height:500px}.fulfillment__panel{padding-bottom:70px}.address{padding-top:0}.address__copy{grid-template-columns:1fr 1fr;gap:36px}.address-map{height:520px}.application{padding:54px 34px 34px}.application__stamp{display:none}.footer__top{grid-template-columns:1fr}.footer__top .button{grid-column:1}}@media (max-width:600px){.section,.market-strip{width:calc(100% - 24px)}.site-header{top:max(8px, env(safe-area-inset-top));border-radius:18px;min-height:58px;margin-top:8px;padding:8px 9px 8px 12px}.brand--compact .brand__word{font-size:18px}.brand--compact .brand__symbol{width:31px;height:31px}.header-contact{min-height:40px;padding:0 13px;font-size:12px}.header-actions{gap:2px}.header-menu{width:40px;min-height:40px;padding:0}.header-menu>b{display:none}.header-account{min-height:40px;padding:0 9px;font-size:11px}.header-contact span{display:none}.hero{padding:58px 0 66px}.hero__eyebrow-row{flex-direction:column;align-items:flex-start;gap:12px}.hero h1{font-size:clamp(42px,13.2vw,58px);line-height:.98}.hero__lead{margin-top:24px;font-size:16px}.hero__actions{flex-direction:column;align-items:stretch}.hero__facts{grid-template-columns:1fr;margin-top:46px}.hero__facts div{border-bottom:1px solid var(--line);padding:16px 0}.hero__facts div+div{border-left:0;padding-left:0}.hero-visual{min-height:440px}.hero-visual:before{border-radius:42px 0 0 42px;inset:2% -20% -2% -5%}.warehouse-card{width:93%;top:13%;left:2%}.warehouse-card__scene{height:250px}.cargo-box--main{width:104px;height:116px}.rack--two,.floating-label--top{display:none}.floating-label--bottom{bottom:2%;right:1%}.orange-orb{width:88px;height:88px;font-size:17px;bottom:0;left:-3%}.market-strip{padding:24px}.market-list{flex-direction:column;align-items:stretch}.market{justify-content:flex-start}.services{padding:110px 0 80px}.section-heading h2,.address__copy h2,.application__intro h2,.fulfillment__copy h2{font-size:clamp(39px,12vw,58px)}.section-heading--row{flex-direction:column;align-items:flex-start;gap:0}.service-card{border-radius:25px;min-height:500px;padding:26px}.service-card h3{margin-top:58px;font-size:32px}.service-card>a{bottom:26px;left:26px;right:26px}.fulfillment__panel{border-radius:28px;min-height:auto;padding:44px 24px 65px}.fulfillment__actions{flex-direction:column;align-items:flex-start}.fulfillment__actions .button,.address__button,.footer__top>.button{width:100%}.fulfillment-item{grid-template-columns:36px 1fr auto;min-height:67px;padding:0 15px}.workflow{padding:80px 0 110px}.workflow-list{grid-template-columns:1fr}.workflow-step,.workflow-step+.workflow-step,.workflow-step:nth-child(3),.workflow-step:nth-child(4){border-top:0;border-right:0;border-bottom:1px solid var(--line);border-left:0;min-height:auto;padding:24px 0 36px}.workflow-step__icon{width:74px;height:74px;margin-top:34px}.workflow-step__icon:before{top:19px;left:18px}.address{gap:42px;padding-bottom:110px}.address__copy{grid-template-columns:1fr;gap:28px}.address__meta{grid-template-columns:1fr}.address__meta>span+span{border-top:1px solid var(--line);border-left:0;padding-left:0}.address-map{border-radius:26px;height:500px}.application{border-radius:28px;gap:38px;width:calc(100% - 12px);margin-bottom:100px;padding:44px 18px 18px}.application__form{border-radius:21px;padding:24px 18px}.form-grid{grid-template-columns:1fr}.field input,.field select,.field textarea{font-size:16px}.field--wide{grid-column:1}.form-actions{flex-direction:column;align-items:stretch}.button--submit{width:100%}.faq{padding-bottom:110px}.faq-list summary{gap:20px;min-height:82px}.site-footer{padding:60px 20px 22px}.footer__top{gap:38px;padding-bottom:60px}.footer__bottom{flex-direction:column;align-items:flex-start;gap:10px}.footer__bottom a{align-items:center;min-height:44px;display:inline-flex}.floating-contact{right:max(12px, env(safe-area-inset-right));bottom:max(12px, env(safe-area-inset-bottom));border-radius:17px;width:50px;padding:6px}.floating-contact b{display:none}.contact-modal{border-radius:24px;max-height:calc(100dvh - 24px);padding:38px 20px 22px;overflow-y:auto}.contact-modal h2{font-size:32px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}.account-loading,.account-auth{background:var(--paper);min-height:100vh}.account-loading{color:var(--muted);place-content:center;justify-items:center;gap:14px;font-size:13px;display:grid}.account-spinner{border:3px solid var(--blue-soft);border-top-color:var(--orange);border-radius:50%;width:38px;height:38px;animation:.7s linear infinite secretSpin}.account-auth{background:linear-gradient(90deg, #10243d09 1px, transparent 1px) 0 0 / 48px 48px, linear-gradient(#10243d09 1px, transparent 1px) 0 0 / 48px 48px, var(--paper);place-items:center;padding:28px;display:grid;position:relative;overflow:hidden}.account-auth__orb{aspect-ratio:1;background:var(--orange);border-radius:50%;width:min(34vw,460px);position:absolute;top:8%;right:10%;box-shadow:0 40px 100px #fa981940}.account-auth__card{z-index:2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffe6;border:1px solid #ffffffe6;border-radius:32px;width:min(100%,520px);padding:48px;position:relative;box-shadow:0 34px 90px #10243d29}.account-back{color:var(--muted);margin-bottom:32px;font-size:12px;font-weight:650;display:inline-flex}.account-back--button{cursor:pointer;background:0 0;border:0;padding:0}.account-brand{align-items:center;gap:10px;display:inline-flex}.account-brand>span{border:2px solid var(--ink);background:var(--white);border-radius:9px;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:3px;width:36px;height:36px;padding:5px;display:grid}.account-brand>span i{background:var(--orange);border-radius:2px;display:block}.account-brand>span i:nth-child(2){background:var(--ink)}.account-brand>span i:nth-child(3){background:var(--blue);grid-column:1/-1}.account-brand strong{color:var(--ink);letter-spacing:-.05em;font-size:21px}.account-brand em{color:var(--orange-deep);font-style:normal}.account-eyebrow{color:var(--orange-deep);letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.account-auth__card>.account-eyebrow{margin-top:48px}.account-auth__card h1{color:var(--ink);letter-spacing:-.065em;margin:13px 0 0;font-size:clamp(38px,6vw,54px);font-weight:620;line-height:1}.account-auth__card>p:not(.account-auth__message){color:var(--muted);margin:20px 0 0;font-size:14px;line-height:1.65}.account-auth__card form{gap:14px;margin-top:30px;display:grid}.account-auth__card label{gap:8px;display:grid}.account-auth__card label span{color:var(--ink);font-size:11px;font-weight:730}.account-auth__card input{border:1px solid var(--line);background:#f7f9f9;border-radius:14px;outline:none;width:100%;height:56px;padding:0 16px}.account-auth__card input:focus{border-color:var(--orange);background:var(--white);box-shadow:0 0 0 4px #fa98191a}.account-auth__card .account-code{letter-spacing:.28em;text-align:center;font-size:24px;font-weight:780}.account-auth__card form>button:not(.account-auth__change){background:var(--ink);min-height:56px;color:var(--white);cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;padding:0 18px;font-size:13px;font-weight:730;display:flex}.account-auth__card button:disabled{cursor:wait;opacity:.62}.account-auth__change{color:var(--muted);cursor:pointer;text-underline-offset:3px;background:0 0;justify-self:center;padding:5px;font-size:11px;text-decoration:underline}.account-auth__message{min-height:18px;color:var(--danger);margin:14px 0 0;font-size:11px;line-height:1.5}.account-auth__card>small{color:#919aa0;margin-top:18px;font-size:9px;line-height:1.55;display:block}.account-profile{padding-block:40px}.account-profile__card{width:min(100%,720px)}.account-profile__form{grid-template-columns:repeat(2,minmax(0,1fr))}.account-profile__wide,.account-profile__submit{grid-column:1/-1}.account-profile__form input[readonly]{color:#65727a;cursor:not-allowed;background:#eef2f2}.account-dashboard{background:var(--paper);min-height:100vh;padding:18px max(24px,50vw - 670px) 100px}.account-header{z-index:20;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffd1;border:1px solid #ffffffe6;border-radius:22px;grid-template-columns:1fr auto 1fr;align-items:center;min-height:68px;padding:10px 12px 10px 17px;display:grid;position:sticky;top:14px;box-shadow:0 14px 40px #10243d14}.account-header nav{color:var(--muted);gap:28px;font-size:12px;font-weight:650;display:flex}.account-header nav>a,.account-header nav>button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.account-header-actions>a,.account-header-actions>button,.account-leads__head>button{border:1px solid var(--line);background:var(--white);min-height:42px;color:var(--ink);cursor:pointer;border-radius:13px;justify-content:center;justify-self:end;align-items:center;padding:0 16px;font-size:11px;font-weight:700;display:inline-flex}.account-header-actions{justify-self:end;gap:8px;display:flex}.account-header-actions .account-home-link{color:var(--orange);background:#fa981914;border-color:#fa981980}.account-hero{grid-template-columns:1fr auto;align-items:end;gap:48px;min-height:350px;padding:90px 30px 50px;display:grid}.account-hero h1{color:var(--ink);letter-spacing:-.075em;margin:14px 0 0;font-size:clamp(52px,8vw,92px);font-weight:590;line-height:.96}.account-hero p{color:var(--muted);margin:18px 0 0;font-size:13px}.account-stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);min-width:410px;display:grid}.account-stats>span{flex-direction:column;justify-content:center;min-height:105px;padding:18px;display:flex}.account-stats>span+span{border-left:1px solid var(--line)}.account-stats small{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.account-stats strong{color:var(--ink);margin-top:7px;font-size:32px;line-height:1}.account-leads{background:var(--white);box-shadow:var(--shadow);border-radius:36px;padding:clamp(28px,4vw,56px)}.account-leads__head{justify-content:space-between;align-items:end;gap:30px;display:flex}.account-leads__head h2{color:var(--ink);letter-spacing:-.06em;margin:10px 0 0;font-size:clamp(34px,5vw,54px);font-weight:620}.account-dashboard__message{color:var(--danger);font-size:12px}.account-lead-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:38px;display:grid}.account-lead{border:1px solid var(--line);background:#fafbfb;border-radius:24px;flex-direction:column;min-height:320px;padding:24px;display:flex}.account-lead__top{color:#8b959b;justify-content:space-between;gap:12px;font-size:9px;display:flex}.account-lead__top span{color:var(--orange-deep);letter-spacing:.06em;font-weight:800}.account-lead h3{color:var(--ink);letter-spacing:-.04em;margin:42px 0 0;font-size:24px}.account-lead>p{color:var(--muted);margin:12px 0 24px;font-size:12px;line-height:1.55}.account-status{border-top:1px solid var(--line);grid-template-columns:14px 1fr;gap:3px 8px;margin-top:auto;padding-top:18px;display:grid}.account-status i{background:var(--orange);width:9px;height:9px;box-shadow:0 0 0 5px var(--orange-soft);border-radius:50%;margin-top:3px}.account-status[data-status=closed] i{background:var(--success);box-shadow:0 0 0 5px #16805a1a}.account-status strong{color:var(--ink);font-size:12px}.account-status span{color:#98a1a6;grid-column:2;font-size:9px}.account-empty{text-align:center;place-content:center;justify-items:center;min-height:360px;display:grid}.account-empty>span{background:var(--ink);width:62px;height:62px;color:var(--orange);border-radius:19px;place-items:center;font-weight:800;display:grid}.account-empty h3{color:var(--ink);margin:22px 0 0;font-size:25px}.account-empty p{max-width:350px;color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.55}.account-empty a{background:var(--orange);color:var(--ink);border-radius:13px;margin-top:24px;padding:14px 18px;font-size:11px;font-weight:750}@media (max-width:980px){.account-hero{grid-template-columns:1fr}.account-stats{min-width:0}.account-lead-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.account-auth{padding:12px}.account-auth__card{border-radius:25px;padding:30px 22px}.account-auth__card>.account-eyebrow{margin-top:38px}.account-profile{padding-block:12px}.account-profile__form{grid-template-columns:1fr}.account-profile__wide,.account-profile__submit{grid-column:auto}.account-dashboard{padding:8px 10px 60px}.account-header{grid-template-columns:1fr auto;top:8px}.account-header nav{display:none}.account-header .account-brand strong{font-size:18px}.account-hero{gap:34px;min-height:340px;padding:80px 12px 35px}.account-stats>span{min-height:86px;padding:12px}.account-stats strong{font-size:25px}.account-leads{border-radius:26px;padding:30px 16px}.account-leads__head{align-items:flex-start}.account-lead-list{grid-template-columns:1fr}.account-lead{min-height:280px}}.secret-loading,.secret-login{background:var(--paper);min-height:100vh}.secret-loading{color:var(--muted);place-content:center;justify-items:center;gap:14px;font-size:13px;display:grid}.secret-spinner{border:3px solid var(--blue-soft);border-top-color:var(--orange);border-radius:50%;width:38px;height:38px;animation:.7s linear infinite secretSpin}.secret-login{place-items:center;padding:28px;display:grid;position:relative;overflow:hidden}.secret-login:before{content:"";background:radial-gradient(circle at 35% 55%,#b6c9cfd9,#b6c9cf00);border-radius:50%;width:64vw;height:64vw;position:absolute;top:-28vw;right:-18vw}.secret-login__pattern{opacity:.34;background:linear-gradient(118deg, transparent 49.8%, #10243d26 50%, transparent 50.2%) 0 0 / 420px 420px, radial-gradient(circle, var(--orange) 0 5px, transparent 6px) 35px 25px / 280px 280px;position:absolute;inset:0}.secret-login__pattern i{border:1px solid #10243d1f;border-radius:28px;position:absolute}.secret-login__pattern i:first-child{width:180px;height:180px;top:8%;left:6%;transform:rotate(18deg)}.secret-login__pattern i:nth-child(2){width:260px;height:180px;bottom:7%;right:8%;transform:rotate(-12deg)}.secret-login__pattern i:nth-child(3){background:var(--orange);opacity:.65;border:0;border-radius:50%;width:84px;height:84px;bottom:13%;left:13%}.secret-login__card{z-index:2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffdb;border:1px solid #ffffffdb;border-radius:30px;width:min(480px,100%);padding:46px;position:relative;box-shadow:0 35px 90px #10243d29}.secret-back{color:#7d878e;font-size:11px;font-weight:650;position:absolute;top:23px;right:25px}.secret-logo{align-items:center;gap:10px;display:inline-flex}.secret-logo>span{background:var(--ink);width:38px;height:38px;color:var(--orange);border-radius:11px;place-items:center;font-size:16px;font-weight:860;display:grid}.secret-logo strong{color:var(--ink);letter-spacing:-.05em;font-size:21px}.secret-logo strong span{color:var(--orange)}.secret-eyebrow{color:var(--orange-deep);letter-spacing:.17em;text-transform:uppercase;margin-top:60px;font-size:10px;font-weight:800;display:block}.secret-login h1{color:var(--ink);letter-spacing:-.06em;margin:13px 0 0;font-size:43px;font-weight:620}.secret-login__card>p{color:var(--muted);margin:14px 0 0;font-size:14px;line-height:1.55}.secret-login form{gap:14px;margin-top:30px;display:grid}.secret-login form label{gap:8px;display:grid}.secret-login form label span{color:var(--ink);font-size:11px;font-weight:720}.secret-login form input{border:1px solid var(--line);background:#f7f8f8;border-radius:13px;outline:none;width:100%;height:54px;padding:0 15px}.secret-login form input:focus{border-color:var(--orange);box-shadow:0 0 0 4px #fa98191a}.secret-login form button{background:var(--orange);height:54px;color:var(--ink);cursor:pointer;border-radius:13px;justify-content:space-between;align-items:center;padding:0 18px;font-size:13px;font-weight:760;display:flex}.secret-login form button:disabled{cursor:wait;opacity:.65}.secret-login form button span{font-size:18px}.secret-login__message{min-height:18px;color:var(--danger);margin:0;font-size:11px;line-height:1.45}.secret-login__card>small{color:#98a0a5;margin-top:14px;font-size:9px;line-height:1.45;display:block}.secret-dashboard{min-height:100vh;color:var(--ink);background-color:#f2f4f4;background-image:radial-gradient(circle at 18% 12%,#fa98196b 0 4px,#0000 5px),radial-gradient(circle at 78% 32%,#fa98194d 0 3px,#0000 4px),linear-gradient(118deg,#0000 0 43%,#10243d0b 43.1% 43.25%,#0000 43.35%),linear-gradient(#b6c9cf29 1px,#0000 1px),linear-gradient(90deg,#b6c9cf29 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat,repeat,repeat;background-size:auto,auto,auto,72px 72px,72px 72px,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box,border-box;grid-template-columns:250px minmax(0,1fr);display:grid}.secret-sidebar{background:var(--ink);flex-direction:column;height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.secret-logo--light>span{background:var(--orange);color:var(--ink)}.secret-logo--light strong{color:var(--white)}.secret-sidebar nav{gap:8px;margin-top:58px;display:grid}.secret-sidebar nav a,.secret-sidebar nav button{color:#ffffff91;cursor:pointer;text-align:left;background:0 0;border-radius:12px;grid-template-columns:23px 1fr auto;align-items:center;width:100%;min-height:48px;padding:0 14px;font-size:12px;font-weight:650;display:grid}.secret-sidebar nav a.is-active,.secret-sidebar nav button.is-active{color:var(--white);background:#ffffff17}.secret-sidebar nav a i,.secret-sidebar nav button i{color:var(--orange);font-size:9px;font-style:normal}.secret-sidebar nav a b,.secret-sidebar nav button b{background:var(--orange);min-width:23px;height:23px;color:var(--ink);border-radius:8px;place-items:center;padding:0 6px;font-size:9px;display:grid}.secret-sidebar__footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;display:flex}.secret-sidebar__footer small{color:#ffffff59;font-size:9px}.secret-sidebar__footer button{color:#ffffffa6;cursor:pointer;background:0 0;font-size:10px}.secret-content{min-width:0;padding:44px clamp(28px,4vw,68px) 70px}.secret-view-tabs{background:#ffffffb8;border:1px solid #dfe4e6;border-radius:13px;gap:4px;margin-bottom:26px;padding:4px;display:inline-flex}.secret-view-tabs button{color:#78848b;cursor:pointer;background:0 0;border-radius:9px;align-items:center;gap:9px;min-height:36px;padding:0 13px;font-size:10px;font-weight:720;display:flex}.secret-view-tabs button.is-active{background:var(--ink);color:var(--white)}.secret-view-tabs b{min-width:20px;height:20px;color:inherit;background:#ffffff1f;border-radius:7px;place-items:center;padding:0 5px;font-size:8px;display:grid}.secret-content__header{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.secret-content__header .secret-eyebrow{margin-top:0}.secret-content__header h1{color:var(--ink);letter-spacing:-.065em;margin:10px 0 0;font-size:48px;font-weight:620}.secret-header__actions{gap:9px;display:flex}.secret-header__actions button,.secret-read-all{background:var(--white);min-height:42px;color:var(--ink);cursor:pointer;border:1px solid #d9e0e2;border-radius:11px;padding:0 15px;font-size:10px;font-weight:720}.secret-header__actions .secret-primary{border-color:var(--ink);background:var(--ink);color:var(--white)}.secret-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:36px;display:grid}.secret-stats article{background:var(--white);border:1px solid #e0e5e6;border-radius:18px;flex-direction:column;min-height:142px;padding:20px;display:flex;box-shadow:0 12px 30px #10243d09}.secret-stats small{color:#879198;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:750}.secret-stats strong{color:var(--ink);letter-spacing:-.06em;margin-top:13px;font-size:37px;font-weight:650}.secret-stats span{color:#99a1a6;margin-top:auto;font-size:9px}.secret-stats .secret-stat--orange{background:var(--orange);border-color:#0000}.secret-stat--orange small,.secret-stat--orange span{color:#10243d94}.secret-table-card{background:var(--white);border:1px solid #e0e5e6;border-radius:20px;margin-top:18px;overflow:hidden;box-shadow:0 12px 36px #10243d0a}.secret-security-card__header{border-bottom:1px solid #e7eaeb;justify-content:space-between;align-items:center;gap:24px;min-height:84px;padding:18px 20px;display:flex}.secret-security-card__header h2{margin:4px 0 0;font-size:18px}.secret-security-card__header p{color:#78848b;max-width:520px;margin:0;font-size:10px;line-height:1.6}.secret-security-table th:first-child{width:16%}.secret-security-table th:nth-child(2){width:23%}.secret-security-table th:nth-child(3){width:12%}.secret-security-table th:nth-child(4){width:14%}.secret-security-table th:nth-child(5){width:15%}.secret-security-table th:nth-child(6){width:20%}.secret-security-severity{color:#66767f;background:#edf2f3;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:8px;font-weight:780;display:inline-flex}.secret-security-severity.is-warning{color:#9a5a00;background:#fff1d9}.secret-security-severity.is-critical{color:#9b2626;background:#ffe2e2}.secret-toolbar{border-bottom:1px solid #e7eaeb;align-items:center;gap:10px;min-height:74px;padding:14px 16px;display:flex}.secret-search{background:#f7f8f8;border:1px solid #dfe4e6;border-radius:11px;align-items:center;gap:8px;width:min(380px,100%);height:42px;padding:0 13px;display:flex}.secret-search span{color:#8b949a;font-size:19px}.secret-search input{background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:11px}.secret-toolbar>select{background:var(--white);height:42px;color:var(--ink);border:1px solid #dfe4e6;border-radius:11px;padding:0 32px 0 12px;font-size:10px;font-weight:650}.secret-read-all{margin-left:auto}.secret-search--clients{width:min(520px,100%)}.secret-unique-note{color:#8e989e;margin-left:auto;font-size:9px;font-weight:650}.secret-table-wrap{overflow-x:auto}.secret-table{border-collapse:collapse;table-layout:fixed;width:100%}.secret-table th{color:#929b9f;letter-spacing:.08em;text-align:left;text-transform:uppercase;background:#f7f8f8;height:42px;padding:0 12px;font-size:8px;font-weight:790}.secret-table th:first-child{width:14%}.secret-table th:nth-child(2){width:18%}.secret-table th:nth-child(3){width:16%}.secret-table th:nth-child(4){width:11%}.secret-table th:nth-child(5){width:23%}.secret-table th:nth-child(6){width:18%}.secret-table--clients th:first-child{width:21%}.secret-table--clients th:nth-child(2){width:17%}.secret-table--clients th:nth-child(3){width:20%}.secret-table--clients th:nth-child(4){width:14%}.secret-table--clients th:nth-child(5){width:17%}.secret-table--clients th:nth-child(6){width:11%}.secret-table td{height:88px;color:var(--ink);vertical-align:middle;border-top:1px solid #edf0f1;padding:13px 12px;font-size:10px;position:relative}.secret-table tr.is-unread td:first-child:before{background:var(--orange);content:"";width:3px;position:absolute;top:0;bottom:0;left:0}.secret-table td>strong,.secret-table td>small{display:block}.secret-table td>strong{font-size:11px;line-height:1.4}.secret-table td>small{color:#949da2;margin-top:5px;font-size:8px;line-height:1.4}.secret-table td>a{font-size:10px;font-weight:680}.secret-table td>.secret-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:8px;font-weight:520;display:block;overflow:hidden}.secret-client-row{transition:background .15s}.secret-client-row:hover{background:#fbfcfc}.secret-client-open{max-width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;padding:0;display:flex}.secret-client-open strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.4;overflow:hidden}.secret-client-open small{color:#949da2;margin-top:5px;font-size:8px}.secret-client-open:hover strong{color:var(--orange-deep)}.secret-client-enter{min-height:34px;color:var(--ink);background:var(--white);cursor:pointer;white-space:nowrap;border:1px solid #d9e0e2;border-radius:9px;padding:0 10px;font-size:8px;font-weight:760}.secret-client-enter:hover{border-color:var(--orange);background:var(--orange-soft)}.secret-new-dot{background:var(--orange-soft);color:var(--orange-deep);letter-spacing:.06em;text-transform:uppercase;border-radius:6px;margin-top:6px;padding:4px 6px;font-size:7px;display:inline-flex}.secret-profile-ok{color:var(--success);letter-spacing:.05em;text-transform:uppercase;background:#16805a17;border-radius:6px;margin-top:6px;padding:4px 6px;font-size:7px;display:inline-flex}.secret-source-list{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.secret-source-list span{background:var(--blue-soft);color:var(--ink);border-radius:8px;padding:6px 8px;font-size:8px;font-weight:720;display:inline-flex}.secret-source-list span:first-child{background:var(--orange-soft);color:var(--orange-deep)}.secret-service{background:var(--blue-soft);color:var(--ink);border-radius:8px;padding:7px 9px;font-size:9px;font-weight:760;display:inline-flex}.secret-table td p{color:#68747b;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:9px;line-height:1.45;display:-webkit-box;overflow:hidden}.secret-table td select{background:var(--white);width:100%;height:36px;color:var(--ink);border:1px solid #dfe4e6;border-radius:9px;padding:0 8px;font-size:9px;font-weight:650}.secret-empty{text-align:center;place-content:center;justify-items:center;min-height:340px;display:grid}.secret-empty>span{border:1px solid var(--line);background:var(--paper);width:64px;height:64px;color:var(--orange);border-radius:18px;place-items:center;font-size:25px;display:grid}.secret-empty h2{color:var(--ink);letter-spacing:-.04em;margin:20px 0 0;font-size:22px}.secret-empty p{max-width:330px;color:var(--muted);margin:9px 0 0;font-size:11px;line-height:1.5}@keyframes secretSpin{to{transform:rotate(360deg)}}@media (max-width:1050px){.secret-dashboard{grid-template-columns:78px minmax(0,1fr)}.secret-sidebar{padding:22px 12px}.secret-sidebar .secret-logo strong,.secret-sidebar nav a:not(.is-active),.secret-sidebar nav a.is-active,.secret-sidebar nav button:not(.is-active),.secret-sidebar nav button.is-active{font-size:0}.secret-sidebar .secret-logo{justify-content:center}.secret-sidebar nav a,.secret-sidebar nav button{justify-content:center;padding:0;display:flex}.secret-sidebar nav a i,.secret-sidebar nav button i{font-size:12px}.secret-sidebar nav a b,.secret-sidebar nav button b{margin:-32px -32px 0 0;font-size:8px;position:absolute}.secret-sidebar__footer small{display:none}.secret-sidebar__footer{justify-content:center}.secret-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.secret-dashboard{display:block}.secret-sidebar{flex-direction:row;align-items:center;width:100%;height:auto;padding:14px 16px;position:static}.secret-sidebar .secret-logo strong{font-size:18px;display:block}.secret-sidebar nav{display:none}.secret-sidebar__footer{border:0;margin:0 0 0 auto;padding:0}.secret-content{padding:28px 14px 50px}.secret-view-tabs{width:100%;margin-bottom:22px;display:flex}.secret-view-tabs button{flex:1;justify-content:center}.secret-content__header{flex-direction:column;align-items:flex-start}.secret-content__header h1{font-size:40px}.secret-header__actions{width:100%}.secret-header__actions button{flex:1}.secret-stats{grid-template-columns:repeat(2,1fr)}.secret-stats article{min-height:124px}.secret-toolbar{flex-wrap:wrap;align-items:stretch}.secret-search{width:100%}.secret-toolbar>select{flex:1}.secret-read-all{margin-left:0}.secret-unique-note{width:100%;margin-left:0;padding:2px 3px}.secret-table,.secret-table tbody,.secret-table tr,.secret-table td{width:100%;display:block}.secret-table thead{display:none}.secret-table tbody{padding:10px}.secret-table tr{border:1px solid #e4e8e9;border-radius:14px;grid-template-columns:1fr 1fr;gap:15px 12px;margin-bottom:10px;padding:12px;display:grid}.secret-table td{border:0;height:auto;padding:0}.secret-table td:before{color:#9aa2a6;content:attr(data-label);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:7px;font-weight:780;display:block}.secret-table tr.is-unread td:first-child:before{background:0 0;width:auto;height:auto;position:static}.secret-table td:nth-child(5){grid-column:1/-1}.secret-login{padding:12px}.secret-login__card{border-radius:23px;padding:40px 22px 24px}.secret-login h1{font-size:37px}}.form-profile-note{color:var(--muted);background:#eef4f5b8;border:1px solid #b6c9cf8c;border-radius:14px;margin:0 0 20px;padding:14px 16px;font-size:11px;line-height:1.55}.form-profile-note strong{color:var(--ink)}.form-profile-note a{color:var(--orange-deep);font-weight:750}.field input[readonly]{cursor:not-allowed;color:#6c787f;background:#eef2f2d1}.form-service-select{margin-top:10px}.account-dashboard--workspace{--workspace-surface:#f7f9f8;max-width:none;color:var(--ink);background:radial-gradient(circle at 11% 9%, #fa98196b 0 5px, transparent 6px), radial-gradient(circle at 70% 31%, #fa981947 0 3px, transparent 4px), radial-gradient(circle at 92% 72%, #b6c9cfbf 0 6px, transparent 7px), linear-gradient(122deg, transparent 0 39%, #10243d0b 39.1% 39.25%, transparent 39.35%), linear-gradient(#b6c9cf24 1px, transparent 1px), linear-gradient(90deg, #b6c9cf24 1px, transparent 1px), var(--paper);background-size:auto,auto,auto,auto,72px 72px,72px 72px,auto;background-attachment:fixed}.account-workspace-header{background:#ffffffe6;border-color:#dfe5e7c7;grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(14px,2vw,30px);min-height:76px;padding:9px 10px 9px 16px;box-shadow:0 18px 46px #10243d17}.account-workspace-header nav{background:#f2f5f5e6;border:1px solid #dfe5e7db;border-radius:15px;justify-content:center;justify-self:center;align-items:center;gap:2px;min-width:0;padding:4px;box-shadow:inset 0 1px 2px #10243d06}.account-workspace-header .account-nav-item{color:#697780;letter-spacing:-.01em;white-space:nowrap;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:11px;font-weight:720;line-height:1;transition:color .16s,border-color .16s,background .16s,box-shadow .16s;display:inline-flex;position:relative}.account-workspace-header .account-nav-item:before{background:var(--orange);content:"";opacity:0;border-radius:50%;flex:none;width:0;height:5px;margin-right:0;transition:width .16s,margin .16s,opacity .16s,transform .16s;transform:scale(.4)}.account-workspace-header .account-nav-item:hover{color:var(--ink);background:#ffffffb8}.account-workspace-header .account-nav-item.is-active{color:var(--ink);background:var(--white);border-color:#b6c9cf85;box-shadow:0 5px 14px #10243d14}.account-workspace-header .account-nav-item.is-active:before{opacity:1;width:5px;margin-right:7px;transform:scale(1)}.account-workspace-header .account-nav-item:focus-visible,.account-workspace-header .account-header-actions>a:focus-visible,.account-workspace-header .account-header-actions>button:focus-visible{outline-offset:2px;outline:3px solid #fa981942}.account-workspace-header .account-header-actions{align-items:center;gap:6px}.account-workspace-header .account-header-actions>a,.account-workspace-header .account-header-actions>button{letter-spacing:-.005em;white-space:nowrap;border-radius:13px;min-height:44px;padding:0 15px;font-size:10px;line-height:1;transition:border-color .16s,background .16s,transform .16s}.account-workspace-header .account-header-actions>a:hover,.account-workspace-header .account-header-actions>button:hover{background:#f8faf9;border-color:#b6c9cfe6;transform:translateY(-1px)}.account-workspace-header .account-header-actions .account-home-link{color:var(--orange-deep);background:#fffaf3;border-color:#fa98196b}.account-workspace-hero{min-height:330px}.account-stats--five{grid-template-columns:repeat(5,minmax(90px,1fr));min-width:min(650px,55vw)}.account-stats--five>span{min-height:98px;padding:14px}.account-stats--five strong{font-size:27px}.account-notice{border:1px solid;border-radius:14px;margin:-12px 0 22px;padding:13px 17px;font-size:12px;line-height:1.5}.account-notice.is-success,.account-auth__message.is-success{color:#116d4d;background:#16805a12;border-color:#16805a2e}.account-notice.is-error,.account-auth__message.is-error{color:var(--danger);background:#be433112;border-color:#be43312e}.account-workspace-section{background:var(--white);box-shadow:var(--shadow);border:1px solid #10243d0b;border-radius:34px;padding:clamp(24px,4vw,52px)}.account-section-head{justify-content:space-between;align-items:end;gap:24px;display:flex}.account-section-head h2{color:var(--ink);letter-spacing:-.06em;margin:8px 0 0;font-size:clamp(34px,5vw,56px);font-weight:620;line-height:1}.account-section-head>button,.account-section-actions button,.account-empty button,.account-overview-card>div>button{border:1px solid var(--line);background:var(--white);min-height:43px;color:var(--ink);cursor:pointer;border-radius:13px;padding:0 16px;font-size:11px;font-weight:750}.account-section-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.account-section-actions .account-primary-action,.account-section-head .account-primary-action{border-color:var(--ink);background:var(--ink);color:var(--white)}.account-action-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:38px;display:grid}.account-action-grid button{border:1px solid var(--line);background:var(--workspace-surface);min-height:180px;color:var(--ink);cursor:pointer;text-align:left;border-radius:22px;grid-template-columns:1fr auto;align-content:space-between;padding:22px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.account-action-grid button:hover{border-color:#fa98198c;transform:translateY(-2px);box-shadow:0 18px 34px #10243d14}.account-action-grid button>span{color:var(--orange-deep);letter-spacing:.08em;font-size:10px;font-weight:850}.account-action-grid button>strong{letter-spacing:-.035em;grid-column:1;align-self:end;font-size:22px}.account-action-grid button>small{color:var(--muted);grid-column:1;margin-top:7px;font-size:10px}.account-action-grid button>b{grid-area:1/2/4;align-self:end;font-size:20px}.account-overview-grid{grid-template-columns:1.2fr .8fr;gap:16px;margin-top:16px;display:grid}.account-overview-card{border:1px solid var(--line);background:#fff;border-radius:24px;min-height:300px;padding:24px}.account-overview-card>div:first-child{justify-content:space-between;align-items:center;display:flex}.account-overview-card>div>button{min-height:34px;padding-inline:12px}.account-lead-compact{border:0;border-bottom:1px solid var(--line);width:100%;min-height:66px;color:var(--ink);text-align:left;background:0 0;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:12px 0;display:grid}.account-lead-compact>span{align-items:center;gap:11px;display:flex}.account-lead-compact>span strong{background:var(--orange-soft);width:35px;height:35px;color:var(--orange-deep);border-radius:10px;place-items:center;font-size:10px;display:grid}.account-lead-compact small,.account-lead-compact time{color:var(--muted);font-size:9px}.account-lead-compact>b{font-size:10px}.account-inventory-summary{grid-template-columns:repeat(3,1fr);align-items:center;height:calc(100% - 22px);display:grid!important}.account-inventory-summary>span{text-align:center;flex-direction:column;align-items:center;padding:18px;display:flex}.account-inventory-summary>span+span{border-left:1px solid var(--line)}.account-inventory-summary strong{color:var(--ink);letter-spacing:-.06em;font-size:42px}.account-inventory-summary small{max-width:90px;color:var(--muted);margin-top:7px;font-size:9px;line-height:1.4}.account-empty-small{min-height:190px;color:var(--muted);place-content:center;justify-items:center;display:grid!important}.account-editor{background:linear-gradient(145deg,#f7faf9,#eef3f3);border:1px solid #dae2e4;border-radius:26px;margin-top:30px;padding:clamp(20px,3vw,34px)}.account-editor__intro{max-width:660px;position:relative}.account-editor__intro>span{color:var(--orange-deep);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:850}.account-editor__intro h3{color:var(--ink);letter-spacing:-.05em;margin:8px 0 0;font-size:31px}.account-editor__intro p{color:var(--muted);margin:8px 0 0;font-size:11px;line-height:1.55}.account-editor__intro>button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:10px;position:absolute;top:0;right:0}.account-type-switch{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px;display:grid}.account-type-switch button{min-height:78px;color:var(--ink);cursor:pointer;text-align:left;background:#ffffffb3;border:1px solid #d9e1e3;border-radius:15px;flex-direction:column;padding:15px 17px;display:flex}.account-type-switch button.is-active{border-color:var(--orange);background:var(--white);box-shadow:0 10px 22px #10243d12}.account-type-switch strong{font-size:14px}.account-type-switch small{color:var(--muted);margin-top:5px;font-size:9px}.account-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.account-field{flex-direction:column;min-width:0;display:flex}.account-field--wide{grid-column:1/-1}.account-field>span{color:#627078;letter-spacing:.04em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:760}.account-field input,.account-field select,.account-field textarea{width:100%;min-height:48px;color:var(--ink);font:inherit;background:#ffffffeb;border:1px solid #d8e0e2;border-radius:13px;outline:0;padding:12px 14px;font-size:12px;transition:border-color .15s,box-shadow .15s}.account-field textarea{resize:vertical}.account-field input:focus,.account-field select:focus,.account-field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px #fa98191a}.account-field .account-file{padding:9px;font-size:10px}.account-editor__submit{background:var(--orange);min-height:50px;color:var(--ink);cursor:pointer;border:0;border-radius:14px;margin-top:20px;padding:0 20px;font-size:12px;font-weight:800}.account-editor__submit:disabled{cursor:wait;opacity:.6}.account-filter-tabs{gap:8px;margin-top:34px;padding-bottom:12px;display:flex;overflow-x:auto}.account-filter-tabs button{border:1px solid var(--line);background:var(--white);min-height:39px;color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:999px;padding:0 15px;font-size:10px;font-weight:720}.account-filter-tabs button.is-active{border-color:var(--ink);background:var(--ink);color:var(--white)}.account-filter-tabs button b{color:var(--orange);margin-left:5px}.account-lead-list--detailed{grid-template-columns:repeat(3,minmax(0,1fr))}.account-lead--detailed{min-height:410px}.account-lead__service{align-items:center;gap:12px;margin:28px 0 18px;display:flex}.account-lead__service>i{background:var(--orange-soft);width:42px;height:42px;color:var(--orange-deep);border-radius:12px;place-items:center;font-size:10px;font-style:normal;font-weight:850;display:grid}.account-lead__service h3{margin:0;font-size:21px}.account-lead--detailed dl{grid-template-columns:1fr 1fr;gap:10px;margin:0 0 18px;display:grid}.account-lead--detailed dl div{background:var(--white);border-radius:11px;padding:10px 11px}.account-lead--detailed dt{color:var(--muted);text-transform:uppercase;font-size:8px}.account-lead--detailed dd{color:var(--ink);overflow-wrap:anywhere;margin:5px 0 0;font-size:10px;font-weight:700}.account-lead--detailed>p{max-height:64px;margin:0 0 18px;overflow:auto}.account-empty button{border-color:var(--orange);background:var(--orange);margin-top:22px}.account-fulfillment-note{background:var(--orange-soft);border:1px solid #fa98193d;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:14px;margin-top:28px;padding:17px 19px;display:grid}.account-fulfillment-note span{background:var(--orange);color:var(--ink);text-transform:uppercase;border-radius:8px;padding:7px 9px;font-size:9px;font-weight:850}.account-fulfillment-note p{color:#5f6e75;margin:0;font-size:11px;line-height:1.5}.account-product-toolbar{border:1px solid var(--line);background:#f8faf9;border-radius:20px;grid-template-columns:minmax(260px,.75fr) minmax(0,1.65fr);gap:12px 16px;margin-top:12px;padding:16px;display:grid}.account-product-search{background:var(--white);border:1px solid #d7e0e2;border-radius:14px;align-items:center;gap:9px;min-width:0;height:48px;padding:0 14px;display:flex}.account-product-search>span{color:var(--orange-deep);font-size:20px}.account-product-search input{min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:11px}.account-product-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.account-product-filters label{flex-direction:column;min-width:0;display:flex}.account-product-filters label>span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 5px 3px;font-size:7px;font-weight:780}.account-product-filters select{width:100%;min-width:0;height:36px;color:var(--ink);background:var(--white);font:inherit;border:1px solid #d7e0e2;border-radius:11px;outline:0;padding:0 28px 0 10px;font-size:9px}.account-product-toolbar__foot{border-top:1px solid var(--line);grid-column:1/-1;align-items:center;gap:12px;min-height:38px;padding-top:11px;display:flex}.account-product-toolbar__foot>span{color:var(--muted);font-size:9px}.account-product-toolbar__foot>span b{color:var(--ink)}.account-product-toolbar__foot>button{color:var(--orange-deep);cursor:pointer;background:0 0;border:0;font-size:9px;font-weight:750}.account-product-view{background:#e9eeee;border-radius:11px;gap:3px;margin-left:auto;padding:3px;display:flex}.account-product-view button{min-height:32px;color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:0 10px;font-size:8px;font-weight:720;display:flex}.account-product-view button i{font-size:14px;font-style:normal}.account-product-view button.is-active{color:var(--white);background:var(--ink);box-shadow:0 5px 12px #10243d29}.account-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.account-product-card{border:1px solid var(--line);min-width:0;color:var(--ink);cursor:pointer;text-align:left;background:#fafbfb;border-radius:22px;flex-direction:column;padding:12px;transition:all .18s;display:flex;position:relative;overflow:hidden}.account-product-card:hover{border-color:#fa98198c;transform:translateY(-2px);box-shadow:0 15px 30px #10243d17}.account-product-card>img,.account-product-card__placeholder{aspect-ratio:1.3;object-fit:cover;width:100%;color:var(--ink);background:linear-gradient(145deg,#e2e9ea,#f4f6f5);border-radius:15px;place-items:center;font-size:32px;font-weight:800;display:grid}.account-product-card__market{background:var(--orange-soft);color:var(--orange-deep);border-radius:7px;align-self:flex-start;margin-top:13px;padding:5px 7px;font-size:8px;font-weight:800}.account-product-card>strong{margin-top:10px;font-size:15px;line-height:1.25}.account-product-card>small{color:var(--muted);margin-top:5px;font-size:9px}.account-product-card>div{border-top:1px solid var(--line);justify-content:space-between;align-items:end;margin-top:18px;padding-top:13px;display:flex}.account-product-card>div span{color:var(--muted);font-size:9px}.account-product-card>div b{letter-spacing:-.04em;font-size:25px}.account-product-card>div em{color:var(--muted);font-size:9px;font-style:normal}.account-product-list{gap:8px;margin-top:14px;display:grid}.account-product-row{border:1px solid var(--line);width:100%;min-width:0;min-height:92px;color:var(--ink);cursor:pointer;text-align:left;background:#fafbfb;border-radius:18px;grid-template-columns:72px minmax(180px,1.15fr) minmax(190px,.85fr) 90px 22px;align-items:center;gap:14px;padding:10px 14px 10px 10px;transition:all .18s;display:grid}.account-product-row:hover{background:var(--white);border-color:#fa98198c;transform:translateY(-1px);box-shadow:0 12px 28px #10243d12}.account-product-row>img,.account-product-row__placeholder{object-fit:cover;background:linear-gradient(145deg,#e2e9ea,#f4f6f5);border-radius:13px;place-items:center;width:72px;height:72px;font-size:18px;font-weight:820;display:grid}.account-product-row__name,.account-product-row__codes,.account-product-row__stock{flex-direction:column;min-width:0;display:flex}.account-product-row small{color:var(--orange-deep);letter-spacing:.05em;text-transform:uppercase;font-size:7px;font-weight:800}.account-product-row__name strong{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:13px;overflow:hidden}.account-product-row em{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:8px;font-style:normal;overflow:hidden}.account-product-row__codes strong{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:10px;overflow:hidden}.account-product-row__stock{align-items:flex-end}.account-product-row__stock strong{letter-spacing:-.05em;margin-top:3px;font-size:27px}.account-product-row__stock em{margin-top:0}.account-product-row>i{color:var(--orange-deep);font-size:18px;font-style:normal}.account-empty--filtered{background:#fafbfb;border:1px dashed #d7e0e2;border-radius:20px;min-height:260px;margin-top:14px}.account-dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08162585;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.account-product-detail{background:var(--white);border-radius:28px;width:min(530px,100%);max-height:calc(100vh - 36px);padding:20px;position:relative;overflow:auto;box-shadow:0 35px 90px #08162547}.account-product-detail>button{z-index:2;width:38px;height:38px;color:var(--ink);cursor:pointer;background:#ffffffe6;border:0;border-radius:50%;place-items:center;font-size:22px;display:grid;position:absolute;top:30px;right:30px}.account-product-detail>img,.account-product-detail__placeholder{aspect-ratio:1.55;object-fit:cover;width:100%;max-height:270px;color:var(--ink);background:linear-gradient(145deg,#dde7e9,#f4f6f5);border-radius:20px;place-items:center;font-size:48px;font-weight:850;display:grid}.account-product-detail>span{background:var(--orange-soft);color:var(--orange-deep);border-radius:8px;margin-top:20px;padding:6px 9px;font-size:9px;font-weight:800;display:inline-flex}.account-product-detail h2{color:var(--ink);letter-spacing:-.05em;margin:12px 0 0;font-size:30px}.account-product-detail>p{color:var(--muted);font-size:11px;line-height:1.55}.account-product-stock{background:var(--ink);color:var(--white);border-radius:16px;justify-content:space-between;align-items:center;margin-top:18px;padding:18px;display:flex}.account-product-stock small{max-width:180px;color:var(--blue);font-size:9px;line-height:1.4}.account-product-stock strong{color:var(--orange);font-size:35px}.account-product-stock em{font-size:10px;font-style:normal}.account-product-detail dl{grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 0;display:grid}.account-product-detail dl div{border:1px solid var(--line);border-radius:12px;padding:12px}.account-product-detail dt{color:var(--muted);text-transform:uppercase;font-size:8px}.account-product-detail dd{color:var(--ink);overflow-wrap:anywhere;margin:5px 0 0;font-size:11px;font-weight:700}.account-operation-products{background:#ffffffbf;border-radius:18px;margin-top:22px;padding:18px}.account-operation-products>div:first-child{justify-content:space-between;gap:14px;margin-bottom:10px;display:flex}.account-operation-products>div>strong{color:var(--ink);font-size:13px}.account-operation-products>div>small{color:var(--muted);font-size:9px}.account-operation-products>label{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:9px 0;display:flex}.account-operation-products label>span{align-items:center;gap:10px;min-width:0;display:flex}.account-operation-products img,.account-operation-products i{object-fit:cover;width:42px;height:42px;color:var(--ink);background:#e7edef;border-radius:11px;flex:none;place-items:center;font-size:9px;font-style:normal;font-weight:800;display:grid}.account-operation-products label b{min-width:0;color:var(--ink);flex-direction:column;font-size:11px;display:flex}.account-operation-products label b small{color:var(--muted);margin-top:4px;font-size:8px;font-weight:500}.account-operation-products label>input{background:var(--white);width:100px;min-height:42px;color:var(--ink);text-align:right;border:1px solid #d5dfe1;border-radius:11px;padding:8px 10px}.account-operation-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.account-operation-card{border:1px solid var(--line);background:#fafbfb;border-radius:22px;padding:22px}.account-operation-card__top{color:var(--muted);align-items:center;gap:10px;font-size:9px;display:flex}.account-operation-card__top>span{color:var(--orange-deep);font-weight:800}.account-operation-card__top>b{background:var(--orange-soft);color:var(--orange-deep);border-radius:8px;margin-left:auto;padding:6px 8px;font-size:8px}.account-operation-card__top>b[data-status=approved]{color:#116d4d;background:#16805a17}.account-operation-card__top>b[data-status=rejected]{color:var(--danger);background:#be433117}.account-operation-card__title{align-items:center;gap:13px;margin-top:24px;display:flex}.account-operation-card__title>span{background:var(--ink);width:45px;height:45px;color:var(--orange);border-radius:13px;place-items:center;font-size:23px;display:grid}.account-operation-card__title small{color:var(--muted);text-transform:uppercase;font-size:8px}.account-operation-card__title h3{color:var(--ink);margin:4px 0 0;font-size:19px}.account-operation-card>p{color:var(--muted);font-size:10px}.account-operation-items{border-top:1px solid var(--line);margin-top:18px}.account-operation-items>div{border-bottom:1px solid var(--line);grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-height:56px;display:grid}.account-operation-items span{flex-direction:column;min-width:0;display:flex}.account-operation-items strong{color:var(--ink);font-size:10px}.account-operation-items small{color:var(--muted);margin-top:3px;font-size:8px}.account-operation-items b{color:var(--ink);font-size:15px}.account-operation-items em{color:var(--muted);font-size:8px;font-style:normal}.account-operation-card__note,.account-operation-card__admin{background:var(--white);border-radius:11px;padding:11px 12px;line-height:1.45}.account-operation-card__admin{background:#16805a0f;color:#116d4d!important}.secret-lead-details{flex-direction:column;gap:4px;margin-top:7px;display:flex}.secret-lead-details small{color:#66747b;font-size:8px;line-height:1.35}.secret-warehouse-message{background:var(--orange-soft);color:#80520e;border-radius:11px;margin:15px 18px 0;padding:11px 13px;font-size:10px}.secret-operation-list{gap:14px;padding:18px;display:grid}.secret-operation{background:#fafbfb;border:1px solid #e2e8e9;border-radius:18px;padding:22px}.secret-operation>header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.secret-operation>header span{color:var(--orange-deep);text-transform:uppercase;font-size:9px;font-weight:820}.secret-operation>header h2{color:var(--ink);margin:7px 0 0;font-size:20px}.secret-operation>header small{color:#879197;margin-top:5px;font-size:8px;display:block}.secret-operation>header>b{background:var(--orange-soft);color:var(--orange-deep);border-radius:9px;padding:7px 9px;font-size:8px}.secret-operation>header>b[data-status=approved]{color:#116d4d;background:#16805a17}.secret-operation>header>b[data-status=rejected]{color:var(--danger);background:#be433114}.secret-operation__client{background:var(--white);border-radius:13px;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:18px;padding:15px;display:grid}.secret-operation__client span{flex-direction:column;min-width:0;display:flex}.secret-operation__client small{color:#929ca1;text-transform:uppercase;font-size:7px;font-weight:750}.secret-operation__client strong{color:var(--ink);margin-top:5px;font-size:11px}.secret-operation__client a,.secret-operation__client em{color:#6c7a81;overflow-wrap:anywhere;margin-top:4px;font-size:8px;font-style:normal}.secret-operation__items{border:1px solid #e2e8e9;border-radius:13px;margin-top:16px;overflow:hidden}.secret-operation__items-head,.secret-operation__item{grid-template-columns:minmax(220px,1fr) 80px 110px 80px;align-items:center;gap:10px;min-height:54px;padding:8px 12px;display:grid}.secret-operation__items-head{color:#879197;text-transform:uppercase;background:#edf1f2;min-height:34px;font-size:7px;font-weight:750}.secret-operation__item{background:var(--white);border-top:1px solid #e2e8e9}.secret-operation__item>span{flex-direction:column;min-width:0;display:flex}.secret-operation__item strong{color:var(--ink);font-size:10px}.secret-operation__item small{color:#879197;overflow-wrap:anywhere;margin-top:4px;font-size:7px}.secret-operation__item>b{color:var(--ink);font-size:12px}.secret-operation__item>input{width:100%;min-height:36px;color:var(--ink);border:1px solid #d3dcde;border-radius:9px;padding:7px 9px}.secret-operation__note,.secret-operation__admin{background:var(--white);color:#68767d;border-radius:11px;margin:14px 0 0;padding:11px 13px;font-size:9px;line-height:1.5}.secret-operation__review{grid-template-columns:1fr auto;align-items:end;gap:14px;margin-top:16px;display:grid}.secret-operation__review label{flex-direction:column;display:flex}.secret-operation__review label span{color:#7f8b91;text-transform:uppercase;margin-bottom:6px;font-size:8px;font-weight:750}.secret-operation__review textarea{resize:vertical;min-height:60px;color:var(--ink);font:inherit;border:1px solid #d9e0e2;border-radius:10px;padding:10px 11px;font-size:10px}.secret-operation__review>div{gap:8px;display:flex}.secret-operation__review button{background:var(--white);min-height:42px;color:var(--ink);cursor:pointer;border:1px solid #d9e0e2;border-radius:11px;padding:0 14px;font-size:9px;font-weight:750}.secret-operation__review button.secret-primary{border-color:var(--ink);background:var(--ink);color:var(--white)}.secret-client-workspace{z-index:180;color:var(--ink);background-color:#f3f5f4;background-image:radial-gradient(circle at 15% 9%,#fa981966 0 5px,#0000 6px),radial-gradient(circle at 82% 28%,#fa981942 0 3px,#0000 4px),linear-gradient(117deg,#0000 0 45%,#10243d0b 45.1% 45.25%,#0000 45.35%),linear-gradient(#b6c9cf26 1px,#0000 1px),linear-gradient(90deg,#b6c9cf26 1px,#0000 1px),none;background-position:0 0,0 0,0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat,repeat,repeat;background-size:auto,auto,auto,72px 72px,72px 72px,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box,border-box;position:fixed;inset:0;overflow:auto}.secret-client-workspace__bar{z-index:4;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #dfe5e6;grid-template-columns:auto auto 1fr auto;align-items:center;gap:20px;min-height:78px;padding:12px clamp(18px,4vw,58px);display:grid;position:sticky;top:0;box-shadow:0 12px 30px #10243d0d}.secret-client-workspace__bar>button{min-height:40px;color:var(--ink);background:var(--white);cursor:pointer;border:1px solid #d9e0e2;border-radius:11px;padding:0 14px;font-size:9px;font-weight:760}.secret-client-workspace__bar>button:disabled{cursor:wait;opacity:.6}.secret-client-workspace__bar>span{color:#755019;background:var(--orange-soft);border-radius:999px;justify-self:end;padding:7px 10px;font-size:8px;font-weight:760}.secret-client-workspace__bar .secret-logo{margin:0}.secret-client-workspace__body{width:min(1380px,100% - 32px);margin:0 auto;padding:52px 0 70px}.secret-client-workspace__hero{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.secret-client-workspace__hero h1{max-width:900px;color:var(--ink);letter-spacing:-.065em;overflow-wrap:anywhere;margin:10px 0 0;font-size:clamp(38px,5.2vw,70px);font-weight:620;line-height:.98}.secret-client-workspace__hero p{color:var(--muted);margin:15px 0 0;font-size:11px}.secret-client-workspace__hero aside{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.secret-client-workspace__hero aside span{color:#8c3c31;background:#ffebe8;border-radius:9px;padding:8px 10px;font-size:8px;font-weight:780}.secret-client-workspace__hero aside span.is-registered{color:#116d4d;background:#16805a17}.secret-client-workspace__hero aside small{color:#8a959a;font-size:8px}.secret-client-workspace__loading{min-height:420px;color:var(--muted);place-content:center;justify-items:center;gap:16px;font-size:10px;display:grid}.secret-client-workspace__error{background:#fff4f2;border:1px solid #f0c7c0;border-radius:18px;margin-top:30px;padding:24px}.secret-client-workspace__error strong{color:var(--danger)}.secret-client-workspace__error p{color:var(--muted);font-size:10px}.secret-client-workspace__error button{min-height:38px;color:var(--white);background:var(--ink);cursor:pointer;border:0;border-radius:10px;padding:0 13px}.secret-client-no-account{background:var(--orange-soft);border:1px solid #fa981947;border-radius:14px;align-items:center;gap:12px;margin-top:28px;padding:14px 17px;display:flex}.secret-client-no-account span{width:27px;height:27px;color:var(--ink);background:var(--orange);border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:800;display:grid}.secret-client-no-account p{color:#65737a;margin:0;font-size:10px;line-height:1.45}.secret-client-workspace__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:38px;display:grid}.secret-client-workspace__stats article{background:var(--white);border:1px solid #dfe5e6;border-radius:18px;flex-direction:column;min-height:132px;padding:19px;display:flex}.secret-client-workspace__stats article.is-attention{background:var(--orange);border-color:#0000}.secret-client-workspace__stats small{color:#879298;letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:760}.secret-client-workspace__stats strong{color:var(--ink);letter-spacing:-.055em;margin-top:13px;font-size:36px}.secret-client-workspace__stats span{color:#929ca1;margin-top:auto;font-size:8px}.secret-client-workspace__tabs{background:var(--white);border:1px solid #dfe5e6;border-radius:15px;gap:5px;margin-top:24px;padding:5px;display:flex;overflow-x:auto}.secret-client-workspace__tabs button{min-height:39px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:10px;padding:0 15px;font-size:9px;font-weight:730}.secret-client-workspace__tabs button.is-active{color:var(--white);background:var(--ink)}.secret-client-workspace__tabs b{color:var(--orange);margin-left:5px}.secret-client-overview{grid-template-columns:1.1fr .9fr;gap:14px;margin-top:14px;display:grid}.secret-client-profile-card,.secret-client-api-card{background:var(--white);border:1px solid #dfe5e6;border-radius:22px;min-height:330px;padding:25px}.secret-client-profile-card h2,.secret-client-api-card h2{color:var(--ink);letter-spacing:-.045em;margin:8px 0 0;font-size:28px}.secret-client-profile-card dl{grid-template-columns:1fr 1fr;gap:8px;margin:25px 0 0;display:grid}.secret-client-profile-card dl div{background:#f5f7f7;border-radius:12px;min-width:0;padding:13px}.secret-client-profile-card dt{color:#8a959a;text-transform:uppercase;font-size:7px}.secret-client-profile-card dd{color:var(--ink);overflow-wrap:anywhere;margin:6px 0 0;font-size:10px;font-weight:690}.secret-client-api-card>div{gap:7px;margin-top:24px;display:grid}.secret-client-api-card>div>span{background:#f5f7f7;border-radius:12px;grid-template-columns:40px 1fr;align-items:center;gap:0 11px;min-height:62px;padding:9px 11px;display:grid}.secret-client-api-card>div i{width:40px;height:40px;color:var(--white);background:var(--ink);border-radius:11px;grid-row:1/3;place-items:center;font-size:9px;font-style:normal;font-weight:820;display:grid}.secret-client-api-card>div b{color:var(--ink);font-size:10px}.secret-client-api-card>div small{color:var(--muted);font-size:8px}.secret-client-api-card>p{color:var(--muted);margin-top:24px;font-size:10px}.secret-client-api-card .secret-client-api-note{color:#8e989e;margin-top:20px;font-size:8px;display:block}.secret-client-applications{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.secret-client-applications article{background:var(--white);border:1px solid #dfe5e6;border-radius:18px;min-height:260px;padding:19px}.secret-client-applications header{justify-content:space-between;align-items:center;gap:12px;display:flex}.secret-client-applications header span{color:var(--orange-deep);font-size:8px;font-weight:800}.secret-client-applications header b{color:var(--orange-deep);background:var(--orange-soft);border-radius:8px;padding:6px 8px;font-size:7px}.secret-client-applications header b[data-status=closed]{color:#116d4d;background:#16805a14}.secret-client-applications h3{color:var(--ink);margin:22px 0 0;font-size:22px}.secret-client-applications article>div{flex-wrap:wrap;gap:5px;margin-top:14px;display:flex}.secret-client-applications article>div small{color:#64737a;background:#f0f3f3;border-radius:8px;padding:6px 8px;font-size:7px}.secret-client-applications p{min-height:50px;color:var(--muted);font-size:9px;line-height:1.5}.secret-client-applications time{color:#8e989e;font-size:8px}.secret-client-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.secret-client-products article{background:var(--white);border:1px solid #dfe5e6;border-radius:19px;flex-direction:column;min-width:0;padding:11px;display:flex}.secret-client-products article>img,.secret-client-products article>span{aspect-ratio:1.35;object-fit:cover;width:100%;color:var(--ink);background:linear-gradient(145deg,#dfe8e9,#f3f6f5);border-radius:13px;place-items:center;font-size:26px;font-weight:820;display:grid}.secret-client-products article>small{color:var(--orange-deep);text-transform:uppercase;margin-top:12px;font-size:7px;font-weight:800}.secret-client-products h3{color:var(--ink);margin:8px 0 0;font-size:14px;line-height:1.3}.secret-client-products p{color:var(--muted);margin:5px 0 0;font-size:8px}.secret-client-products dl{gap:5px;margin:15px 0 0;display:grid}.secret-client-products dl div{grid-template-columns:60px minmax(0,1fr);gap:8px;display:grid}.secret-client-products dt{color:#8e989e;font-size:7px}.secret-client-products dd{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:8px;font-weight:680;overflow:hidden}.secret-client-products footer{border-top:1px solid #e8ecec;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:14px;display:flex}.secret-client-products footer span{color:var(--muted);font-size:8px}.secret-client-products footer strong{color:var(--ink);font-size:24px}.secret-client-products footer em{color:var(--muted);font-size:8px;font-style:normal}.secret-client-operations{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.secret-client-operations article{background:var(--white);border:1px solid #dfe5e6;border-radius:18px;padding:19px}.secret-client-operations article header{justify-content:space-between;align-items:center;gap:12px;display:flex}.secret-client-operations article header span{color:var(--orange-deep);font-size:8px;font-weight:800}.secret-client-operations article header b{color:var(--orange-deep);background:var(--orange-soft);border-radius:8px;padding:6px 8px;font-size:7px}.secret-client-operations article header b[data-status=approved]{color:#116d4d;background:#16805a14}.secret-client-operations article header b[data-status=rejected]{color:var(--danger);background:#ffebe8}.secret-client-operations h3{color:var(--ink);margin:18px 0 0;font-size:18px}.secret-client-operations article>p{color:var(--muted);font-size:9px}.secret-client-operations article>div{border-top:1px solid #e7ebec;margin-top:15px}.secret-client-operations article>div>span{border-bottom:1px solid #e7ebec;grid-template-columns:1fr auto;align-content:center;gap:3px 10px;min-height:53px;display:grid}.secret-client-operations article>div b{color:var(--ink);font-size:9px}.secret-client-operations article>div small{color:var(--muted);grid-column:1;font-size:7px}.secret-client-operations article>div strong{color:var(--ink);grid-area:1/2/3;align-self:center;font-size:13px}.secret-client-go-warehouse{min-height:50px;color:var(--white);background:var(--ink);cursor:pointer;border:0;border-radius:14px;grid-column:1/-1;font-size:10px;font-weight:760}.secret-client-workspace__empty{text-align:center;background:#ffffff94;border:1px dashed #d8e0e2;border-radius:20px;place-content:center;justify-items:center;min-height:340px;margin-top:14px;display:grid}.secret-client-workspace__empty>span{width:52px;height:52px;color:var(--orange-deep);background:var(--orange-soft);border-radius:16px;place-items:center;font-size:21px;display:grid}.secret-client-workspace__empty h2{color:var(--ink);margin:14px 0 0;font-size:22px}.secret-client-workspace__empty p{color:var(--muted);margin:7px 0 0;font-size:9px}.secret-client-permissions{background:#fa981914;border:1px solid #fa981947;border-radius:17px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:30px;padding:16px 18px;display:grid}.secret-client-permissions>span{width:38px;height:38px;color:var(--ink);background:var(--orange);border-radius:12px;place-items:center;font-size:15px;display:grid}.secret-client-permissions strong{color:var(--ink);font-size:11px}.secret-client-permissions p{color:var(--muted);margin:5px 0 0;font-size:9px;line-height:1.45}.secret-client-permissions ul{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin:0;padding:0;list-style:none;display:flex}.secret-client-permissions li{color:#8b550c;white-space:nowrap;background:#ffffffc2;border:1px solid #fa98193d;border-radius:999px;padding:6px 8px;font-size:7px;font-weight:720}.secret-client-action-message{border:1px solid;border-radius:12px;margin:18px 0 0;padding:12px 14px;font-size:9px;line-height:1.45}.secret-client-action-message.is-success{color:#116d4d;background:#16805a14;border-color:#16805a38}.secret-client-action-message.is-error{color:var(--danger);background:#be433114;border-color:#be433138}.secret-client-profile-card>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.secret-client-profile-card>header h2{margin-top:8px}.secret-client-profile-card>header>button{border:1px solid var(--line);min-height:36px;color:var(--ink);background:var(--white);cursor:pointer;border-radius:10px;padding:0 12px;font-size:8px;font-weight:730}.secret-client-locked-badge{color:#8b550c;background:var(--orange-soft);text-transform:uppercase;border-radius:8px;margin-top:13px;padding:6px 8px;font-size:7px;display:inline-flex}.secret-client-profile-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.secret-client-profile-form label{gap:6px;display:grid}.secret-client-profile-form label.is-wide,.secret-client-profile-form>button{grid-column:1/-1}.secret-client-profile-form label>span{color:var(--muted);text-transform:uppercase;font-size:7px;font-weight:720}.secret-client-profile-form input,.secret-client-operation-actions textarea{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);background:var(--white);font:inherit;border-radius:10px;outline:0;padding:9px 11px;font-size:9px}.secret-client-profile-form input:focus,.secret-client-operation-actions textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #fa98191a}.secret-client-profile-form input[readonly]{cursor:not-allowed;color:#7f8b92;background:#f0f3f3}.secret-client-profile-form>button{min-height:43px;color:var(--ink);background:var(--orange);cursor:pointer;border:0;border-radius:11px;font-size:9px;font-weight:780}.secret-client-profile-form>button:disabled{cursor:wait;opacity:.6}.secret-client-applications header select{border:1px solid var(--line);min-height:32px;color:var(--ink);background:var(--white);border-radius:9px;padding:0 28px 0 9px;font-size:8px}.secret-client-tab-section{margin-top:14px}.secret-client-restriction{background:#eaf0f2b8;border:1px solid #b6c9cfb3;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex}.secret-client-restriction>span{width:32px;height:32px;color:var(--orange-deep);background:var(--orange-soft);border-radius:10px;flex:none;place-items:center;display:grid}.secret-client-restriction strong{color:var(--ink);font-size:9px}.secret-client-restriction p{color:var(--muted);margin:4px 0 0;font-size:8px;line-height:1.45}.secret-client-tab-section>.secret-client-products,.secret-client-tab-section>.secret-client-operations{margin-top:10px}.secret-client-operation-actions{background:#f7f9f8;border-radius:12px;padding:13px;border:1px solid var(--line)!important;margin-top:16px!important}.secret-client-operation-actions label{gap:6px;display:grid}.secret-client-operation-actions label>span{color:var(--muted);text-transform:uppercase;font-size:7px;font-weight:720}.secret-client-operation-actions textarea{resize:vertical;min-height:58px}.secret-client-operation-actions>small{color:#8b550c;margin-top:9px;font-size:7px;line-height:1.4;display:block}.secret-client-operation-actions>div{justify-content:flex-end;gap:7px;margin-top:10px;display:flex}.secret-client-operation-actions button{border:1px solid var(--line);min-height:38px;color:var(--ink);background:var(--white);cursor:pointer;border-radius:10px;padding:0 11px;font-size:8px;font-weight:740}.secret-client-operation-actions button.is-primary{border-color:var(--orange);color:var(--ink);background:var(--orange)}.secret-client-operation-actions button:disabled{cursor:wait;opacity:.55}.secret-client-operation-note{background:#f0f3f3;border-radius:10px;padding:10px 11px;color:var(--muted)!important;margin-top:14px!important}@media (max-width:1120px){.account-stats--five{grid-template-columns:repeat(5,1fr);min-width:0}.account-workspace-hero{grid-template-columns:1fr}.account-product-grid{grid-template-columns:repeat(3,1fr)}.account-lead-list--detailed{grid-template-columns:repeat(2,1fr)}.secret-client-products{grid-template-columns:repeat(3,1fr)}.secret-client-applications{grid-template-columns:repeat(2,1fr)}}@media (max-width:1050px){.account-workspace-header{flex-wrap:wrap;gap:8px;padding:10px 11px;display:flex}.account-workspace-header .account-brand{flex:1}.account-workspace-header .account-header-actions{order:1}.account-workspace-header nav{scrollbar-width:none;order:2;justify-content:flex-start;justify-self:stretch;gap:2px;width:100%;padding:4px;display:flex;overflow-x:auto}.account-workspace-header nav::-webkit-scrollbar{display:none}.account-workspace-header .account-nav-item{flex:none;min-height:38px;padding-inline:13px}}@media (max-width:820px){.account-dashboard--workspace{padding-inline:10px}.account-workspace-hero{min-height:310px;padding-top:74px}.account-stats--five{grid-template-columns:repeat(3,1fr)}.account-stats--five>span:nth-child(4){border-left:0}.account-section-head{flex-direction:column;align-items:flex-start}.account-section-actions{justify-content:flex-start;width:100%}.account-action-grid{grid-template-columns:1fr}.account-action-grid button{min-height:135px}.account-overview-grid,.account-product-toolbar{grid-template-columns:1fr}.account-product-toolbar__foot{grid-column:auto}.account-product-grid{grid-template-columns:repeat(2,1fr)}.account-product-row{grid-template-columns:62px minmax(160px,1fr) minmax(160px,.8fr) 70px}.account-product-row>img,.account-product-row__placeholder{width:62px;height:62px}.account-product-row>i{display:none}.account-operation-list{grid-template-columns:1fr}.secret-operation__items{overflow-x:auto}.secret-operation__items-head,.secret-operation__item{min-width:650px}.secret-client-workspace__bar{grid-template-columns:auto auto 1fr;gap:10px}.secret-client-workspace__bar>span{grid-area:2/1/auto/-1;justify-self:start}.secret-client-workspace__body{padding-top:36px}.secret-client-workspace__hero{flex-direction:column;align-items:flex-start}.secret-client-workspace__hero aside{align-items:flex-start}.secret-client-permissions{grid-template-columns:auto 1fr}.secret-client-permissions ul{grid-column:1/-1;justify-content:flex-start}.secret-client-workspace__stats{grid-template-columns:repeat(2,1fr)}.secret-client-overview{grid-template-columns:1fr}.secret-client-products{grid-template-columns:repeat(2,1fr)}.secret-client-operations{grid-template-columns:1fr}}@media (max-width:600px){.form-profile-note{font-size:10px}.account-header-actions{gap:5px}.account-header-actions>a,.account-header-actions>button{min-height:36px;padding:0 9px;font-size:9px}.account-workspace-header{border-radius:19px;padding:8px}.account-workspace-header .account-header-actions>a,.account-workspace-header .account-header-actions>button{min-height:38px;padding:0 10px;font-size:9px}.account-workspace-header nav{border-radius:13px}.account-workspace-header .account-nav-item{min-height:36px;padding-inline:11px;font-size:9px}.account-workspace-section{border-radius:25px;padding:24px 14px}.account-section-head h2{font-size:38px}.account-stats--five{grid-template-columns:repeat(2,1fr)}.account-stats--five>span{min-height:78px}.account-stats--five>span:nth-child(3),.account-stats--five>span:nth-child(5){border-left:0}.account-stats--five>span:nth-child(4){border-left:1px solid var(--line)}.account-type-switch{grid-template-columns:1fr}.account-type-switch button{min-height:62px}.account-editor{border-radius:20px;padding:20px 14px}.account-editor-grid{grid-template-columns:1fr}.account-field--wide{grid-column:auto}.account-lead-list--detailed{grid-template-columns:1fr}.account-product-toolbar{border-radius:16px;padding:12px}.account-product-filters{grid-template-columns:1fr}.account-product-toolbar__foot{flex-wrap:wrap;align-items:flex-start}.account-product-view{margin-left:0}.account-product-grid{grid-template-columns:1fr 1fr;gap:8px}.account-product-card{border-radius:16px;padding:8px}.account-product-card>img,.account-product-card__placeholder{border-radius:11px}.account-product-card>strong{font-size:12px}.account-product-card>div b{font-size:21px}.account-product-row{border-radius:15px;grid-template-columns:58px minmax(0,1fr) 60px;gap:10px;min-height:84px;padding:8px}.account-product-row>img,.account-product-row__placeholder{border-radius:11px;width:58px;height:58px}.account-product-row__codes{display:none}.account-product-row__stock strong{font-size:23px}.account-product-row__name strong{white-space:normal;font-size:11px}.account-fulfillment-note{align-items:flex-start}.account-operation-products{padding:12px}.account-operation-products>div:first-child{flex-direction:column}.account-operation-products>label{align-items:flex-start}.account-operation-products label>input{width:72px}.account-operation-card{padding:17px}.account-operation-card__top{flex-wrap:wrap;align-items:flex-start}.account-operation-card__top>b{margin-left:0}.account-product-detail{border-radius:22px;padding:14px}.account-product-detail dl{grid-template-columns:1fr}.secret-view-tabs{overflow-x:auto}.secret-view-tabs button{flex:1 0 auto;min-width:100px}.secret-operation-list{padding:10px}.secret-operation{padding:15px}.secret-operation__client,.secret-operation__review{grid-template-columns:1fr}.secret-operation__review>div{justify-content:stretch}.secret-operation__review button{flex:1}.secret-client-workspace__bar{grid-template-columns:1fr auto;min-height:68px;padding:9px 12px}.secret-client-workspace__bar .secret-logo{display:none}.secret-client-workspace__bar>span{grid-column:1/-1}.secret-client-workspace__body{width:min(100% - 20px,1380px);padding:28px 0 48px}.secret-client-workspace__hero h1{font-size:38px}.secret-client-workspace__hero p{line-height:1.5}.secret-client-workspace__stats{gap:7px}.secret-client-workspace__stats article{min-height:108px;padding:14px}.secret-client-workspace__stats strong{font-size:29px}.secret-client-workspace__tabs{border-radius:12px}.secret-client-workspace__tabs button{min-width:115px}.secret-client-permissions{margin-top:20px;padding:13px}.secret-client-permissions li{white-space:normal}.secret-client-profile-card,.secret-client-api-card{border-radius:17px;min-height:0;padding:18px}.secret-client-profile-card dl,.secret-client-profile-form{grid-template-columns:1fr}.secret-client-profile-form label.is-wide,.secret-client-profile-form>button{grid-column:auto}.secret-client-applications{grid-template-columns:1fr}.secret-client-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.secret-client-products article{border-radius:15px;padding:8px}.secret-client-products h3{font-size:11px}.secret-client-products dl{display:none}.secret-client-operation-actions>div{flex-direction:column;align-items:stretch}.secret-client-operation-actions button{width:100%}}
