@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{font-family:Plus Jakarta Sans,system-ui,sans-serif;color:#17232b;background:#f4f8fa;font-synthesis:none;--blue:#005d90;--blue2:#0077b6;--navy:#08344c;--amber:#ffb702;--teal:#227c8a;--line:#dce7ec;--muted:#647680;--surface:#fff;--soft:#eaf4f8;--danger:#b42318;--shadow:0 18px 55px rgba(17,62,84,.09)}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit}.splash{min-height:100vh;display:grid;place-content:center;gap:24px;background:linear-gradient(135deg,var(--blue2),var(--blue),var(--teal))}.splash img{width:210px}.loader{width:32px;height:32px;border:3px solid #ffffff55;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:auto}.auth-page{min-height:100vh;background:linear-gradient(135deg,#0077b6,#005d90,#1b7582);display:grid;grid-template-columns:minmax(300px,1fr) minmax(440px,560px);align-items:center;gap:7vw;padding:5vw 8vw;position:relative;overflow:hidden}.auth-page:before,.auth-page:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);background:#ffba2730}.auth-page:before{width:480px;height:480px;top:-220px;right:28%}.auth-page:after{width:360px;height:360px;bottom:-190px;left:8%;background:#cde5ff22}.auth-brand{color:#fff;position:relative;z-index:1}.auth-brand>img{width:min(300px,70%)}.auth-brand>p{font-size:18px;color:#e4f4fb;margin-top:0}.brand-art{margin-top:80px;max-width:460px;border:1px solid #ffffff33;background:#ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:28px;padding:28px;display:flex;gap:20px;align-items:center;font-size:22px;font-weight:700;line-height:1.45}.brand-art svg{width:54px;height:54px;color:var(--amber);flex:none}.auth-card,.setup-card{position:relative;z-index:1;background:#ffffffed;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid #fff;border-radius:32px;padding:38px;box-shadow:0 32px 90px #00324e45;display:flex;flex-direction:column;gap:18px}.auth-card h1,.setup-card h1{font-size:32px;letter-spacing:-.04em;margin:6px 0;color:var(--navy)}.auth-card p,.setup-card p{color:var(--muted);margin:0;line-height:1.6}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--blue2)}.field{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:700;color:#324650}.field input,.field select{width:100%;border:1px solid #cad9e0;background:#fff;border-radius:14px;padding:14px 16px;outline:none;color:#152b37;transition:.2s}.field input:focus,.field select:focus{border-color:var(--blue2);box-shadow:0 0 0 4px #0077b615}.button{border:0;border-radius:999px;min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;color:#fff;background:var(--blue);transition:.2s;white-space:nowrap}.button:hover{transform:translateY(-1px);filter:brightness(1.04)}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.button.amber{background:var(--amber);color:#513b00}.button.ghost{background:#fff;color:var(--blue);border:1px solid #c9dbe3}.button.danger{background:var(--danger)}.divider{height:1px;background:#dce7ec;position:relative;margin:6px 0}.divider span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fafdfe;padding:0 12px;color:#7d8f98;font-size:12px}.form-error,.notice{border-radius:12px;padding:12px 14px;font-size:13px;line-height:1.5}.form-error{background:#fff0ed;color:var(--danger)}.notice.warning{background:#fff8dc;color:#765500}.auth-switch{text-align:center;font-size:14px}.auth-switch button{border:0;background:none;color:var(--blue);font-weight:800}.auth-card .legal{text-align:center;font-size:11px}.setup-page{min-height:100vh;background:linear-gradient(135deg,var(--blue2),var(--blue),var(--teal));display:grid;place-items:center;padding:40px}.setup-card{width:min(760px,100%)}.setup-mark{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:#dff2fb;color:var(--blue)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:5;inset:0 auto 0 0;width:250px;background:#06364f;color:#fff;padding:28px 18px;display:flex;flex-direction:column}.side-logo{width:150px;margin:0 14px 40px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.sidebar nav a{display:flex;align-items:center;gap:13px;text-decoration:none;color:#c7dce7;padding:13px 15px;border-radius:14px;font-size:14px;font-weight:600}.sidebar nav a:hover,.sidebar nav a.active{color:#fff;background:#ffffff14}.sidebar nav a.active{box-shadow:inset 3px 0 var(--amber)}.side-user{margin-top:auto;display:grid;grid-template-columns:42px 1fr 32px;align-items:center;gap:10px;border-top:1px solid #ffffff20;padding:20px 4px 0}.avatar,.large-avatar{display:grid;place-items:center;background:var(--amber);color:#513b00;font-weight:800;border-radius:50%}.avatar{width:42px;height:42px}.side-user div:nth-child(2){min-width:0}.side-user strong,.side-user span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-user strong{font-size:13px}.side-user span{font-size:11px;color:#a8c3d0;margin-top:3px}.side-user button{background:none;border:0;color:#c7dce7;padding:6px}.main{margin-left:250px;min-height:100vh}.page{width:min(1260px,100%);margin:auto;padding:48px 46px 110px}.page-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;gap:20px}.page-head h1{font-size:34px;letter-spacing:-.04em;margin:5px 0 0;color:var(--navy)}.welcome-panel{background:linear-gradient(120deg,#075f8f,#08758d);color:#fff;border-radius:25px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.welcome-panel:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:#ffffff0c;right:100px;top:-130px}.welcome-panel .eyebrow{color:#b9e9f5}.welcome-panel h2{font-size:27px;margin:6px 0}.welcome-panel p{margin:0;color:#d3e9f0}.verify-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:9px 13px;background:#fff4d0;color:#805e00;font-size:12px;font-weight:800;white-space:nowrap}.verify-badge.verified{background:#d8f6e4;color:#166538}.verify-badge svg{width:17px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:20px 0}.stat-grid article{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 8px 25px #1e44560a}.stat-grid span,.stat-grid small{display:block;color:var(--muted);font-size:13px}.stat-grid strong{display:block;font-size:27px;letter-spacing:-.03em;color:var(--navy);margin:8px 0}.dashboard-grid,.settings-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 8px 28px #1e44560a}.panel-title{display:flex;align-items:center;justify-content:space-between}.panel h2,.panel-title h2{font-size:18px;margin:0 0 18px;color:var(--navy)}.panel-title button{border:0;background:none;color:var(--blue);font-weight:700;display:flex;align-items:center}.order-list{display:flex;flex-direction:column}.order-row{display:grid;grid-template-columns:46px 1fr auto;gap:13px;align-items:center;padding:16px 0;border-top:1px solid #e7eff2}.order-row:first-child{border-top:0}.order-icon{width:44px;height:44px;border-radius:14px;background:#e4f3fa;color:var(--blue);display:grid;place-items:center}.order-icon svg{width:21px}.order-row strong,.order-row span{display:block}.order-row>div:nth-child(2)>strong{font-size:14px}.order-row>div:nth-child(2)>span{font-size:12px;color:var(--muted);margin-top:5px}.order-total{text-align:right}.status{display:inline-flex!important;width:max-content;border-radius:999px;padding:5px 9px;font-size:10px!important;font-weight:800;margin-top:5px;margin-left:auto;background:#edf2f4;color:#5e6b71;text-transform:uppercase;letter-spacing:.04em}.status.pending{background:#fff5cf;color:#7c5b00}.status.confirmed{background:#dcedff;color:#00558d}.status.dispatched{background:#d9f3f6;color:#12606c}.status.delivered{background:#dff6e7;color:#176b3b}.status.cancelled{background:#ffe7e3;color:#a0251c}.quick-panel{background:linear-gradient(155deg,#fff 50%,#e3f4f9)}.bottle-row{height:110px;display:flex;align-items:flex-end;justify-content:center;gap:8px;margin-bottom:18px}.bottle-row img{height:100px;width:70px;object-fit:contain;filter:drop-shadow(0 8px 9px #164b6440)}.quick-panel p{font-size:13px;color:var(--muted);line-height:1.6}.quick-panel .button{width:100%;margin-top:10px}.empty{text-align:center;padding:46px 20px;color:var(--muted)}.empty-icon{margin:auto;width:54px;height:54px;display:grid;place-items:center;background:var(--soft);border-radius:18px;color:var(--blue)}.empty h3{margin:13px 0 7px;color:var(--navy)}.empty p{margin:0;font-size:13px}.catalog-tools{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.search{background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 15px;display:flex;align-items:center;gap:10px;width:300px}.search svg{width:18px;color:#82939b}.search input{border:0;outline:none;background:none;width:100%;padding:13px 0}.chips,.filter-tabs{display:flex;gap:8px;overflow:auto}.chips button,.filter-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 15px;white-space:nowrap;font-size:13px;font-weight:700;color:#546872}.chips button.active,.filter-tabs button.active{background:var(--navy);color:#fff;border-color:var(--navy)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.product-image{height:185px;background:linear-gradient(145deg,#f1f8fa,#dfeff5);display:grid;place-items:center;position:relative}.product-image img{height:145px;width:150px;object-fit:contain;filter:drop-shadow(0 13px 14px #194a6133)}.product-image span{position:absolute;right:12px;top:12px;background:#ffffffd9;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800;color:var(--blue)}.product-card>div:last-child{padding:18px}.product-card small{color:var(--blue2);text-transform:uppercase;font-weight:800;letter-spacing:.08em}.product-card h3{margin:6px 0 18px;color:var(--navy)}.product-buy{display:flex;justify-content:space-between;align-items:center;gap:10px}.product-buy strong{font-size:16px}.product-buy em{font-size:10px;font-style:normal;color:var(--muted);font-weight:500}.add,.stepper button{border:0;background:#e6f2f7;color:var(--blue);font-weight:800}.add{height:37px;border-radius:999px;padding:0 13px;display:flex;align-items:center;gap:4px}.add svg,.stepper svg{width:16px}.stepper{display:flex;align-items:center;background:#e6f2f7;border-radius:999px;overflow:hidden}.stepper button{width:34px;height:37px;display:grid;place-items:center}.stepper span{font-size:13px;font-weight:800;min-width:25px;text-align:center}.cart-bar{position:fixed;z-index:4;left:calc(250px + 50%);bottom:24px;transform:translate(-50%,140px);width:min(680px,calc(100% - 300px));background:#073a55;color:#fff;border-radius:21px;padding:12px 13px 12px 20px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:22px;box-shadow:0 18px 50px #082e4590;transition:.35s}.cart-bar.show{transform:translate(-50%)}.cart-bar>div{display:flex;align-items:center;gap:12px}.cart-bar span strong,.cart-bar span small{display:block}.cart-bar span small{color:#abc8d6;font-size:11px}.cart-bar>strong{font-size:20px}.filter-tabs{margin-bottom:18px}.detailed .order-row{padding:19px 5px}.notification{display:flex;gap:15px;padding:17px;border-bottom:1px solid var(--line)}.notification:last-child{border:0}.notification>div{width:42px;height:42px;display:grid;place-items:center;background:var(--soft);color:var(--blue);border-radius:14px}.notification.unread{background:#f3faff}.notification section{flex:1}.notification strong,.notification small{display:block}.notification p{margin:5px 0;color:var(--muted);font-size:14px}.notification small{font-size:11px;color:#8a9aa1}.form-panel{display:flex;flex-direction:column;gap:22px}.account-panel{text-align:center}.large-avatar{width:80px;height:80px;font-size:30px;margin:0 auto 14px}.account-panel h2{margin-bottom:6px}.account-panel p{color:var(--muted);line-height:1.7}.account-panel .verify-badge{margin:10px auto 22px}.account-panel .button{width:100%}.management-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:22px;padding:18px 5px;border-bottom:1px solid var(--line);font-size:13px}.management-row:last-child{border:0}.management-row strong,.management-row span{display:block}.management-row>div:first-child span{color:var(--muted);font-size:12px;margin-top:5px}.admin-stats article{position:relative}.admin-stats svg{position:absolute;right:20px;top:20px;color:var(--blue);background:var(--soft);padding:8px;width:38px;height:38px;border-radius:12px}.admin-intro{display:flex;align-items:center;gap:20px}.admin-intro>svg{width:52px;height:52px;color:var(--blue)}.admin-intro h2{margin:0 0 5px}.admin-intro p{margin:0;color:var(--muted)}.toast{position:fixed;z-index:20;right:24px;bottom:24px;background:#102f3e;color:#fff;padding:14px 14px 14px 18px;border-radius:14px;box-shadow:var(--shadow);display:flex;align-items:center;gap:20px;font-size:13px}.toast button{border:0;background:none;color:#fff;display:grid}.skeleton{border-radius:16px;background:linear-gradient(90deg,#edf2f4 25%,#f8fafb,#edf2f4 75%);background-size:200% 100%;animation:shimmer 1.2s infinite;margin:10px 0}.spin{animation:spin .8s linear infinite}.mobile-head,.mobile-nav{display:none}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{to{background-position:-200% 0}}.dashboard-page{max-width:1320px}.dashboard-page .page-head{margin-bottom:22px}.dashboard-hero{min-height:360px;display:grid;grid-template-columns:1.05fr .95fr;position:relative;overflow:hidden;color:#fff;background:linear-gradient(125deg,#06364f,#075b79 58%,#0b7a8b);border-radius:30px;box-shadow:0 25px 60px #06364f33}.dashboard-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 64%,#ffffff08 64% 65%,transparent 65%)}.hero-copy{position:relative;z-index:2;padding:44px 0 36px 46px;display:flex;flex-direction:column;align-items:flex-start}.hero-kicker{font-size:11px;font-weight:800;letter-spacing:.19em;color:#92d7e5}.hero-copy h2{font-size:43px;line-height:1.06;letter-spacing:-.045em;margin:13px 0 15px;max-width:580px}.hero-copy>p{color:#c8e3ea;line-height:1.65;margin:0;max-width:470px}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:25px}.hero-link{min-height:48px;border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:4px;padding:0 6px;font-weight:800}.hero-link:hover{color:var(--amber)}.hero-shop-status{margin-top:auto;display:flex;align-items:center;gap:10px;padding-top:28px;color:#dbeaf0;font-size:11px}.hero-shop-status svg{width:22px;color:#ffd35e}.hero-shop-status.verified svg{color:#72e0a6}.hero-shop-status span,.hero-shop-status strong{display:block}.hero-shop-status strong{color:#fff;font-size:13px;margin-bottom:2px}.hero-product{position:relative;min-height:360px}.hero-product:after{content:"";position:absolute;left:7%;right:4%;bottom:18px;height:32px;border-radius:50%;background:#00283c66;filter:blur(17px)}.hero-ring{position:absolute;border:1px solid #ffffff25;border-radius:50%}.hero-ring-one{width:360px;height:360px;right:-35px;top:-62px}.hero-ring-two{width:230px;height:230px;right:48px;top:2px;border-color:#ffca4240}.hero-bottle{position:absolute;z-index:2;object-fit:contain;filter:drop-shadow(0 24px 20px #00283c70);transform-origin:bottom center;animation:hero-rise .65s cubic-bezier(.2,.8,.2,1) both}.bottle-large{height:290px;right:24%;bottom:12px}.bottle-medium{height:224px;right:2%;bottom:15px;animation-delay:.12s}.bottle-small{height:190px;left:8%;bottom:16px;animation-delay:.22s}.hero-note{position:absolute;z-index:3;right:18px;top:38px;font-size:11px;line-height:1.5;color:#a9d9e4;text-align:right;text-transform:uppercase;letter-spacing:.09em}.hero-note strong{color:#fff;font-size:12px}.dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);margin:0 4px 34px}.dashboard-metrics article{padding:25px 28px 24px;border-right:1px solid var(--line)}.dashboard-metrics article:first-child{padding-left:8px}.dashboard-metrics article:last-child{border:0}.dashboard-metrics span,.dashboard-metrics small{display:block;color:var(--muted);font-size:12px}.dashboard-metrics strong{display:block;font-size:25px;letter-spacing:-.035em;color:var(--navy);margin:7px 0}.dashboard-metrics .active-metric strong{font-size:20px}.dashboard-content{max-width:860px}.dashboard-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.dashboard-section-head h2{font-size:23px;color:var(--navy);margin:5px 0 0}.dashboard-section-head button{border:0;background:none;color:var(--blue);display:flex;align-items:center;gap:3px;font-weight:800;padding:8px 0}.recent-orders-surface{background:#fff;border-top:2px solid var(--navy);border-bottom:1px solid var(--line);padding:2px 8px 0}.recent-orders-surface .order-row{padding:18px 8px}@keyframes hero-rise{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.hero-bottle{animation:none}}@media(max-width:1050px){.product-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.settings-grid{grid-template-columns:1fr}.quick-panel{display:none}.auth-page{padding:5vw;grid-template-columns:1fr 480px}.brand-art{display:none}.dashboard-hero{grid-template-columns:1.15fr .85fr}.hero-copy h2{font-size:37px}.bottle-small{display:none}.bottle-large{right:31%}.bottle-medium{right:0}.hero-note{display:none}}@media(max-width:760px){.auth-page{display:block;padding:30px 18px}.auth-brand{text-align:center;margin-bottom:20px}.auth-brand>img{width:180px}.auth-brand>p{font-size:14px}.auth-card{padding:25px;border-radius:25px}.sidebar{display:none}.main{margin:0;padding-bottom:72px}.mobile-head{height:66px;display:flex;align-items:center;justify-content:space-between;background:#06364f;padding:9px 18px;position:sticky;top:0;z-index:4}.mobile-head img{width:115px}.mobile-head a{color:#fff}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:10;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:7px 4px max(7px,env(safe-area-inset-bottom))}.mobile-nav a{text-decoration:none;color:#748791;display:flex;flex-direction:column;align-items:center;gap:3px;font-size:9px;font-weight:700}.mobile-nav a svg{width:21px}.mobile-nav a.active{color:var(--blue)}.page{padding:26px 17px 110px}.page-head{align-items:center;margin-bottom:22px}.page-head h1{font-size:26px}.page-head .button{min-height:42px;padding:0 15px;font-size:12px}.welcome-panel{display:block;padding:24px}.welcome-panel .verify-badge{margin-top:20px}.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-grid article{padding:16px}.stat-grid article:nth-child(3){grid-column:span 2}.stat-grid strong{font-size:21px}.panel{border-radius:18px;padding:18px}.catalog-tools{display:block}.search{width:100%;margin-bottom:13px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:145px}.product-image img{height:112px;width:100px}.product-image span{font-size:8px;right:7px;top:7px}.product-card>div:last-child{padding:13px}.product-card h3{font-size:13px;min-height:36px;margin-bottom:12px}.product-buy{align-items:flex-start;flex-direction:column}.product-buy strong{font-size:14px}.add,.stepper{align-self:stretch;justify-content:center}.cart-bar{left:12px;right:12px;bottom:74px;width:auto;transform:translateY(160px);grid-template-columns:1fr auto;gap:8px;padding:10px 10px 10px 15px}.cart-bar.show{transform:none}.cart-bar>strong{display:none}.cart-bar .button{padding:0 14px}.order-row{grid-template-columns:42px 1fr}.order-total{grid-column:2;display:flex;align-items:center;justify-content:space-between;text-align:left}.status{margin:0}.form-grid{grid-template-columns:1fr}.setup-page{padding:18px}.setup-card{padding:24px}.management-row{grid-template-columns:1fr auto}.management-row>div:nth-child(2){display:none}.toast{left:16px;right:16px;bottom:85px}.admin-intro{align-items:flex-start}.admin-intro>svg{width:38px;height:38px;flex:none}}.social-auth{display:grid;grid-template-columns:1fr 1fr;gap:10px}.social-auth .button{padding:0 14px}@media(max-width:540px){.social-auth{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-page{padding-left:0;padding-right:0;padding-top:22px}.dashboard-page>.page-head,.dashboard-content{margin-left:17px;margin-right:17px}.dashboard-page .page-head{margin-bottom:18px}.dashboard-page .page-head h1{font-size:24px}.dashboard-hero{min-height:500px;display:block;border-radius:0;box-shadow:none}.hero-copy{padding:31px 24px 0}.hero-copy h2{font-size:35px}.hero-copy>p{font-size:14px;max-width:320px}.hero-actions{margin-top:20px}.hero-shop-status{padding-top:21px}.hero-product{min-height:230px;margin-top:4px}.hero-ring-one{width:280px;height:280px;right:-62px;top:-20px}.hero-ring-two{width:180px;height:180px;right:14px;top:18px}.bottle-small{display:block;height:126px;left:20%;bottom:11px}.bottle-large{height:206px;right:27%;bottom:8px}.bottle-medium{height:154px;right:8%;bottom:10px}.dashboard-metrics{grid-template-columns:1fr 1fr;margin:0 17px 30px}.dashboard-metrics article{padding:20px 14px}.dashboard-metrics article:first-child{padding-left:0}.dashboard-metrics article:nth-child(2){border:0}.dashboard-metrics article:last-child{grid-column:span 2;border-top:1px solid var(--line);padding-left:0}.dashboard-metrics strong{font-size:21px}.dashboard-section-head{align-items:center}.dashboard-section-head h2{font-size:20px}.dashboard-section-head button{font-size:12px}.recent-orders-surface{padding:0}.hero-link{font-size:12px}}.admin-page{max-width:1440px}.admin-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.admin-kpis article{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;min-height:118px;box-shadow:0 8px 25px #173b4d0a}.admin-kpis article>span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.admin-kpis article>span svg{width:17px;color:var(--blue)}.admin-kpis strong{display:block;font-size:30px;color:var(--navy);margin:12px 0 2px}.admin-kpis strong.good{color:#0e8f65}.admin-kpis strong.muted{color:#9b5f16}.admin-kpis small{color:var(--muted)}.text-action{position:absolute;right:16px;bottom:16px;border:0;background:var(--soft);color:var(--blue);border-radius:999px;padding:7px 11px;font-weight:800}.admin-tabs{display:flex;gap:7px;margin-bottom:18px;padding:5px;background:#e8f1f4;border-radius:15px;width:max-content;max-width:100%;overflow:auto}.admin-tabs button{border:0;background:transparent;color:#5f737d;padding:10px 16px;border-radius:11px;font-weight:800;white-space:nowrap}.admin-tabs button.active{background:#fff;color:var(--navy);box-shadow:0 3px 12px #173b4d18}.admin-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:18px}.admin-section{min-width:0}.admin-section h2{margin:5px 0 18px}.admin-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px}.admin-section-head h2{margin-bottom:0}.admin-section-head .search{width:min(390px,45%);margin:0}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th{text-align:left;color:#78909a;font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:10px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.admin-table td{padding:14px 12px;border-bottom:1px solid var(--line);vertical-align:middle}.admin-table tr:last-child td{border:0}.admin-table td strong,.admin-table td small{display:block}.admin-table td small{margin-top:4px;color:var(--muted)}.role-toggle{border:1px solid var(--line);background:#f5f8f9;color:#687d87;border-radius:999px;padding:7px 11px;font-weight:800;font-size:11px}.role-toggle.active{border-color:#9dddc8;background:#e8f8f2;color:#087653}.role-toggle:disabled{opacity:.55}.admin-control{width:100%;border:0;border-top:1px solid var(--line);background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:15px 2px;color:var(--blue)}.admin-control>span{display:flex;align-items:center;gap:12px;color:var(--blue)}.admin-control>span>svg{background:var(--soft);padding:8px;width:38px;height:38px;border-radius:12px}.admin-control strong,.admin-control small{display:block;color:var(--navy)}.admin-control small{font-weight:500;color:var(--muted);margin-top:3px}.switch{width:38px;height:22px;border-radius:999px;background:#cad5da;position:relative}.switch:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:.2s}.switch.on{background:#18a978}.switch.on:after{left:19px}.admin-inline-form{display:grid;grid-template-columns:1fr auto;gap:9px;margin-bottom:15px}.admin-inline-form input{border:1px solid var(--line);border-radius:12px;padding:0 13px;min-width:0}.admin-list>div{display:flex;align-items:center;gap:11px;padding:12px 2px;border-top:1px solid var(--line)}.admin-list svg{width:18px;color:var(--blue)}.admin-list span{flex:1}.admin-list strong,.admin-list small{display:block}.admin-list small{color:var(--muted);margin-top:2px}.admin-list b{background:var(--soft);color:var(--blue);border-radius:999px;padding:5px 9px;font-size:11px}.sales-chart{margin-bottom:18px}.sales-chart-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.sales-chart-head h2{margin:5px 0 4px}.sales-chart-head p{margin:0;color:var(--muted);font-size:12px}.sales-chart-head>div:last-child{text-align:right}.sales-chart-head>div:last-child strong,.sales-chart-head>div:last-child span{display:block}.sales-chart-head>div:last-child strong{font-size:25px;color:var(--navy)}.sales-chart-head>div:last-child span{font-size:11px;color:var(--muted);margin-top:3px}.chart-scroll{overflow-x:auto}.sales-chart svg{display:block;width:100%;min-width:680px;height:auto;margin-top:12px}.chart-gridline{stroke:#dce7ec;stroke-width:1}.chart-axis{fill:#78909a;font-size:10px}.chart-area{fill:url(#none);fill:#0077b615}.chart-line{fill:none;stroke:var(--blue2);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:#fff;stroke:var(--blue2);stroke-width:3;transition:.15s}.chart-dot:hover{fill:var(--amber);stroke:var(--navy);r:7px}.modal-backdrop{position:fixed;z-index:30;inset:0;background:#062f46a8;display:grid;place-items:center;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.admin-modal{width:min(720px,100%);background:#fff;border-radius:24px;padding:28px;box-shadow:0 30px 90px #001e30a8}.admin-modal h2{font-size:25px;margin:5px 0}.admin-modal>div:first-child>p{margin:0 0 22px;color:var(--muted)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}@media(max-width:1050px){.admin-kpis{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:1fr}}@media(max-width:760px){.admin-kpis{grid-template-columns:1fr 1fr}.admin-kpis article{min-height:104px;padding:14px}.admin-section-head{align-items:stretch;flex-direction:column}.admin-section-head .search,.admin-tabs{width:100%}.admin-kpis strong{font-size:24px}.admin-table th,.admin-table td{padding:11px 9px}.sales-chart-head{align-items:flex-start}.sales-chart-head>div:last-child strong{font-size:20px}}
