@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";
:root{--orange:#f15a29;--orange2:#ff7a45;--ink:#17252a;--muted:#687477;--cream:#fffaf5;--line:#e8e8e5;--green:#1e9b68;--red:#d84a4a;--shadow:0 18px 50px #1b262a17}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fbfcfa;margin:0;font-family:DM Sans,Arial,sans-serif}button,input,select,textarea{font:inherit}button,a{transition:all .2s}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;font-family:Manrope,sans-serif}.container{width:min(1160px,100% - 40px);margin:auto}.muted{color:var(--muted)}.topnav{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #0000000f;align-items:center;height:76px;display:flex;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;display:flex}.brand{align-items:center;gap:10px;font:700 21px Manrope;display:flex}.brand-mark{background:var(--orange);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid}.brand b{color:var(--orange)}.nav-links{color:#4c585b;align-items:center;gap:28px;font-size:14px;font-weight:600;display:flex}.btn{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;display:inline-flex}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px #f15a2938}.btn-primary:hover{background:#dc481a;transform:translateY(-1px)}.btn-ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.btn-dark{background:var(--ink);color:#fff}.btn-sm{border-radius:9px;padding:9px 13px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.pill{color:#c7471e;background:#fff1e9;border-radius:99px;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.dot{background:currentColor;border-radius:50%;width:8px;height:8px}.status-green{color:#187a51;background:#e9f8f0}.status-orange{color:#bd4a20;background:#fff1e9}.status-blue{color:#2876a9;background:#ebf5ff}.status-red{color:#b33939;background:#fff0f0}.status-gray{color:#697477;background:#f1f2f2}.hero{background:radial-gradient(circle at 90% 15%,#ffe8d8 0,#0000 32%),linear-gradient(135deg,#fffaf5 0%,#fff 65%);align-items:center;min-height:660px;padding:78px 0;display:flex;overflow:hidden}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;display:grid}.hero h1{color:#17252a;margin:22px 0;font-size:62px;line-height:1.04}.hero h1 span{color:var(--orange)}.hero p{color:#627074;max-width:580px;font-size:19px;line-height:1.7}.hero-actions{gap:12px;margin:30px 0;display:flex}.hero-note{color:#687477;gap:20px;font-size:13px;display:flex}.hero-note span{align-items:center;gap:6px;display:flex}.hero-visual{position:relative}.phone-card{background:#fff;border:8px solid #17252a;border-radius:36px;width:330px;margin:auto;padding:18px;transform:rotate(2deg);box-shadow:0 35px 90px #1e2a2e38}.phone-cover{background:url(https://images.unsplash.com/photo-1571091718767-18b5b1457add?auto=format&fit=crop&w=800&q=85) 50%/cover;border-radius:18px;height:138px}.mini-line{border-bottom:1px solid #eee;gap:10px;padding:14px 0;display:flex}.mini-img{object-fit:cover;border-radius:10px;width:57px;height:57px}.float-card{box-shadow:var(--shadow);background:#fff;border-radius:15px;padding:14px 18px;font-weight:700;position:absolute}.float-order{top:80px;left:0}.float-sale{bottom:80px;right:-10px}.section{padding:92px 0}.section-head{text-align:center;max-width:690px;margin:0 auto 48px}.section-head h2{margin-bottom:14px;font-size:40px}.section-head p{color:var(--muted);font-size:17px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.feature-card{background:#fff;border:1px solid #ededeb;border-radius:19px;padding:28px;box-shadow:0 8px 26px #17252a0a}.feature-icon{width:46px;height:46px;color:var(--orange);background:#fff0e8;border-radius:13px;place-items:center;margin-bottom:20px;display:grid}.feature-card h3{margin-bottom:10px;font-size:19px}.feature-card p{color:var(--muted);font-size:14px;line-height:1.65}.cta{color:#fff;background:#17252a;border-radius:28px;justify-content:space-between;align-items:center;padding:55px;display:flex}.cta h2{margin-bottom:8px;font-size:36px}.cta p{color:#b9c4c6;margin:0}.form-page{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.form-art{color:#fff;background:linear-gradient(145deg,#17252a,#284149);flex-direction:column;justify-content:space-between;padding:64px;display:flex}.form-art h1{max-width:520px;font-size:46px}.form-art p{color:#becacc;max-width:480px;line-height:1.65}.form-panel{background:#fff;place-items:center;padding:40px;display:grid}.form-box{width:min(450px,100%)}.form-box h2{margin-bottom:8px;font-size:32px}.form-box>p{color:var(--muted);margin-bottom:28px}.field{flex-direction:column;gap:7px;margin-bottom:16px;display:flex}.field label{font-size:13px;font-weight:700}.field input,.field select,.field textarea,.search{background:#fff;border:1px solid #dfe3e1;border-radius:11px;outline:none;padding:12px 13px}.field input:focus,.field select:focus,.field textarea:focus,.search:focus{border-color:var(--orange);box-shadow:0 0 0 3px #fff0ea}.form-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.full{width:100%}.auth-foot{text-align:center;color:var(--muted);margin-top:20px;font-size:14px}.auth-foot a{color:var(--orange);font-weight:700}.store-cover{background-position:50%;background-size:cover;height:260px;position:relative}.store-cover:after{content:"";background:linear-gradient(#0000 40%,#0a1414a6);position:absolute;inset:0}.store-nav{z-index:2;color:#fff;justify-content:space-between;display:flex;position:absolute;top:22px;left:0;right:0}.store-info{z-index:3;box-shadow:var(--shadow);background:#fff;border-radius:20px;justify-content:space-between;margin-top:-58px;padding:24px 28px;display:flex;position:relative}.store-brand{align-items:center;gap:18px;display:flex}.logo-lg{background:var(--orange);color:#fff;border-radius:18px;place-items:center;width:82px;height:82px;font:800 27px Manrope;display:grid}.store-brand h1{margin:0 0 7px;font-size:27px}.store-meta{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.store-meta span{align-items:center;gap:5px;display:flex}.store-actions{align-items:center;gap:10px;display:flex}.store-body{grid-template-columns:1fr 340px;gap:30px;padding:35px 0 90px;display:grid}.category-tabs{z-index:5;background:#fbfcfa;gap:8px;margin-bottom:27px;padding:12px 0;display:flex;position:sticky;top:76px;overflow:auto}.tab{white-space:nowrap;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:99px;padding:9px 15px;font-size:13px;font-weight:700}.tab.active{background:var(--ink);color:#fff;border-color:var(--ink)}.category-title{margin:27px 0 15px;font-size:24px}.product-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.product-card{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:16px;grid-template-columns:1fr 115px;min-height:145px;padding:13px;display:grid}.product-card:hover{border-color:#ffc5b0;transform:translateY(-2px);box-shadow:0 10px 30px #1825290f}.product-card h3{margin:4px 0 6px;font-size:16px}.product-card p{color:var(--muted);margin-bottom:13px;font-size:12px;line-height:1.45}.product-card img{object-fit:cover;border-radius:12px;width:115px;height:115px}.price{font-weight:800}.old-price{color:#9ba3a4;margin-left:6px;font-size:12px;text-decoration:line-through}.cart-panel{border:1px solid var(--line);background:#fff;border-radius:18px;height:max-content;padding:21px;position:sticky;top:100px}.cart-panel h2{font-size:20px}.empty-cart{text-align:center;color:var(--muted);padding:40px 12px}.cart-item{border-bottom:1px solid #eee;grid-template-columns:1fr auto;gap:8px;padding:14px 0;display:grid}.cart-item h4{margin:0 0 5px;font-size:14px}.qty{align-items:center;gap:9px;display:flex}.qty button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;width:26px;height:26px}.totals{padding:14px 0}.total-row{justify-content:space-between;margin:9px 0;font-size:13px;display:flex}.total-row.grand{border-top:1px solid #eee;padding-top:10px;font-size:17px;font-weight:800}.mobile-cart{z-index:20;display:none;position:fixed;bottom:18px;left:20px;right:20px}.checkout-layout{grid-template-columns:1fr 380px;gap:30px;padding:45px 0 80px;display:grid}.checkout-card{border:1px solid var(--line);background:#fff;border-radius:17px;margin-bottom:18px;padding:25px}.checkout-card h2{font-size:20px}.choice-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.choice{border:1px solid var(--line);text-align:center;cursor:pointer;background:#fff;border-radius:12px;padding:15px}.choice.active{border-color:var(--orange);color:var(--orange);box-shadow:0 0 0 2px #ffe8df}.track-page{background:#f5f6f4;min-height:100vh;padding:35px 20px}.track-card{max-width:700px;box-shadow:var(--shadow);background:#fff;border-radius:23px;margin:35px auto;padding:35px}.track-header{text-align:center;border-bottom:1px solid var(--line);padding-bottom:25px}.track-icon{width:64px;height:64px;color:var(--green);background:#eaf8f1;border-radius:50%;place-items:center;margin:0 auto 15px;display:grid}.timeline{padding:25px 5px}.timeline-item{grid-template-columns:38px 1fr;gap:12px;min-height:74px;display:grid;position:relative}.timeline-item:before{content:"";background:#dfe4e2;width:2px;height:43px;position:absolute;top:31px;left:15px}.timeline-item:last-child:before{display:none}.timeline-dot{color:#9aa3a1;z-index:1;background:#eef0ef;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.timeline-item.done .timeline-dot{background:var(--green);color:#fff}.timeline-item.current .timeline-dot{background:var(--orange);color:#fff;box-shadow:0 0 0 5px #ffe9e0}.timeline-item h4{margin:5px 0 3px;font-size:15px}.timeline-item p{color:var(--muted);font-size:12px}.dashboard{background:#f5f6f4;grid-template-columns:230px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#17252a;height:100vh;padding:24px 16px;position:sticky;top:0}.sidebar .brand{padding:0 8px 28px}.side-label{color:#7e9296;text-transform:uppercase;padding:15px 12px 7px;font-size:10px;font-weight:800}.side-link{color:#b9c6c8;cursor:pointer;border-radius:9px;align-items:center;gap:11px;margin:2px 0;padding:11px 12px;font-size:13px;font-weight:600;display:flex}.side-link:hover,.side-link.active{color:#fff;background:#284149}.side-link.active{box-shadow:inset 3px 0 var(--orange)}.sidebar-foot{position:absolute;bottom:22px;left:16px;right:16px}.dash-main{min-width:0}.dash-top{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 30px;display:flex}.dash-content{padding:30px}.dash-title{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dash-title h1{margin:0;font-size:28px}.stat-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:25px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:15px;padding:19px}.stat-head{color:var(--muted);justify-content:space-between;font-size:12px;font-weight:700;display:flex}.stat strong{margin:12px 0 4px;font:800 26px Manrope;display:block}.up{color:var(--green);font-size:11px}.dash-grid{grid-template-columns:1.6fr 1fr;gap:20px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:16px;padding:21px;overflow:hidden}.panel-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.panel-head h2{margin:0;font-size:18px}.order-row{border-bottom:1px solid #eee;grid-template-columns:70px 1fr 110px 100px 36px;align-items:center;gap:10px;padding:13px 0;font-size:13px;display:grid}.order-row:last-child{border:0}.order-row strong{font-size:13px}.order-row small{color:var(--muted);margin-top:3px;display:block}.chart{align-items:end;gap:12px;height:190px;padding-top:20px;display:flex}.bar-wrap{text-align:center;color:var(--muted);flex:1;font-size:10px}.bar{background:linear-gradient(#ff9b72,var(--orange));border-radius:7px 7px 2px 2px;margin-bottom:7px}.kanban{grid-template-columns:repeat(4,1fr);gap:14px;display:grid;overflow:auto}.kanban-col{background:#eef0ee;border-radius:13px;min-width:220px;padding:12px}.kanban-head{justify-content:space-between;margin-bottom:12px;font-size:12px;font-weight:800;display:flex}.order-card{background:#fff;border-radius:11px;margin-bottom:10px;padding:13px;box-shadow:0 3px 10px #0000000a}.order-card h4{justify-content:space-between;margin:0 0 7px;font-size:13px;display:flex}.order-card p{color:var(--muted);margin:4px 0;font-size:12px}.order-card .btn{width:100%;margin-top:9px}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th{text-align:left;color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--line);padding:11px 9px;font-size:11px}.admin-table td{border-bottom:1px solid #eee;padding:14px 9px}.admin-table tr:last-child td{border:0}.avatar{width:35px;height:35px;color:var(--orange);background:#fff0e8;border-radius:10px;place-items:center;margin-right:9px;font-weight:800;display:inline-grid}.admin-name{align-items:center;display:flex}.toast{color:#fff;z-index:100;box-shadow:var(--shadow);background:#17252a;border-radius:12px;padding:14px 18px;font-size:13px;position:fixed;bottom:25px;right:25px}@media (max-width:900px){.hero-grid,.form-page{grid-template-columns:1fr}.hero{padding:60px 0}.hero h1{font-size:45px}.hero-visual{display:none}.feature-grid{grid-template-columns:1fr}.form-art{display:none}.store-body{grid-template-columns:1fr}.cart-panel{display:none}.mobile-cart{display:flex}.product-grid,.checkout-layout,.dashboard{grid-template-columns:1fr}.sidebar{display:none}.stat-grid{grid-template-columns:1fr 1fr}.dash-grid{grid-template-columns:1fr}.kanban{grid-template-columns:repeat(4,230px)}.nav-links a:not(.btn){display:none}}@media (max-width:600px){.container{width:min(100% - 24px,1160px)}.hero h1{font-size:39px}.hero-actions{flex-direction:column}.section{padding:65px 0}.cta{padding:32px;display:block}.store-info{padding:18px;display:block}.store-actions{margin-top:15px}.logo-lg{width:60px;height:60px}.store-meta{gap:7px}.store-cover{height:200px}.product-card{grid-template-columns:1fr 95px}.product-card img{width:95px;height:110px}.form-row,.choice-grid,.stat-grid{grid-template-columns:1fr}.dash-content{padding:18px}.dash-top{padding:0 18px}.order-row{grid-template-columns:55px 1fr 90px}.order-row>:nth-child(4),.order-row>:nth-child(5){display:none}.track-card{padding:23px}}
.bar-wrap{flex-direction:column;justify-content:flex-end;height:100%;display:flex}.bar{flex-shrink:0}
