:root{--yellow:#facc15;--yellow-deep:#eab308;--ink:#18181b;--muted:#71717a;--bg:#f4f6f8;--white:#fff;--teal:#0ea5a4;--coral:#fb7185;--violet:#8b5cf6;--line:#e5e7eb;--shadow:0 10px 26px rgba(24,24,27,.09)}*{box-sizing:border-box}html{background:#e9edf1}body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:var(--bg)}button,input,select,textarea{font:inherit}.app-shell{width:100%;min-height:100vh;padding-bottom:90px;background:var(--bg)}a{color:inherit;text-decoration:none}.topbar{height:72px;background:var(--yellow);display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:0 16px;position:sticky;top:0;z-index:20;box-shadow:0 5px 18px #b68c0028}.topbar h1{margin:0;text-align:center;font-size:21px;letter-spacing:0}.icon-btn{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center}.icon-btn svg{width:28px;height:28px}.brand-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#18181b;color:#fff;font-weight:900;font-size:20px}.top-spacer{width:42px}.container{width:min(1100px,100%);margin:0 auto;padding:16px}.auth-page{min-height:100vh;background:#fff;padding-bottom:30px}.auth-hero{min-height:315px;padding:52px 24px 36px;text-align:center;background:linear-gradient(145deg,#facc15,#ffe777 60%,#43d6ca);border-radius:0 0 36px 36px}.logo-large{width:96px;height:96px;margin:auto;border:5px solid #fff;border-radius:50%;display:grid;place-items:center;background:#18181b;color:#facc15;font-weight:900;font-size:44px;box-shadow:var(--shadow)}.auth-hero h1{font-size:34px;margin:15px 0 4px}.auth-hero p{margin:0;color:#3f3f46}.auth-form{padding:28px 24px;max-width:520px;margin:auto}.field{display:block;margin-bottom:17px}.field>span{display:block;font-weight:700;font-size:14px;margin-bottom:8px}.input-wrap{height:56px;border:1px solid #d8dce2;border-radius:8px;display:flex;align-items:center;padding:0 15px;background:#fff}.input-wrap svg{width:20px;color:#8b8b91;margin-right:12px}.input-wrap input,.input-wrap select{border:0;outline:0;width:100%;height:100%;background:transparent}.btn{border:0;border-radius:7px;min-height:52px;padding:0 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.btn-primary{background:var(--yellow);color:#171717;box-shadow:0 8px 20px #e6bb2842}.btn-dark{background:#18181b;color:#fff}.btn-teal{background:var(--teal);color:#fff}.btn-block{width:100%}.auth-switch{text-align:center;color:var(--muted)}.auth-switch a{font-weight:800;color:#9b7300}.home-head{padding:18px 18px 8px;display:flex;align-items:center;justify-content:space-between}.home-brand{display:flex;gap:11px;align-items:center}.home-brand .brand-mark{background:var(--yellow);color:#111}.home-brand b{display:block;font-size:20px}.home-brand small{color:var(--muted)}.balance-pill{background:#fff;border:1px solid #e4e4e7;padding:9px 12px;border-radius:8px;font-weight:800}.hero{margin:5px 16px 16px;min-height:230px;border-radius:8px;overflow:hidden;position:relative;background:#111}.hero img{width:100%;height:230px;object-fit:cover;display:block}.hero-copy{position:absolute;inset:auto 0 0;padding:50px 18px 17px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.78))}.hero-copy h2{margin:0 0 4px;font-size:22px}.hero-copy p{font-size:13px;margin:0;max-width:70%}.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:2px 14px 16px}.quick-link{text-align:center;font-size:11px;font-weight:700}.quick-icon{width:48px;height:48px;margin:0 auto 6px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 5px 13px #1112;color:#111}.quick-link:nth-child(1) .quick-icon{background:#cffafe;color:#0891b2}.quick-link:nth-child(2) .quick-icon{background:#ffe4e6;color:#e11d48}.quick-link:nth-child(3) .quick-icon{background:#ede9fe;color:#7c3aed}.quick-link:nth-child(4) .quick-icon{background:#fef3c7;color:#d97706}.quick-link:nth-child(5) .quick-icon{background:#ccfbf1;color:#0f766e}.segmented{margin:0 16px 14px;display:grid;grid-template-columns:1fr 1fr;background:#dfe3e7;border-radius:6px;overflow:hidden}.segmented span{padding:13px;text-align:center;font-weight:800}.segmented .active{background:var(--yellow)}.section-heading{display:flex;justify-content:space-between;align-items:end;padding:0 17px;margin:18px 0 10px}.section-heading h2{font-size:20px;margin:0}.section-heading small{color:var(--muted)}.product-grid{display:grid;gap:14px;padding:0 16px}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-columns:126px 1fr}.product-card img{width:126px;height:160px;object-fit:cover}.product-info{padding:13px}.product-title{display:flex;justify-content:space-between;gap:8px}.product-title h3{margin:0;font-size:17px}.price{color:#8a6800;font-weight:900}.product-meta{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:10px 0;font-size:12px;color:var(--muted)}.product-meta b{color:#27272a}.product-card .btn{min-height:38px;width:100%;font-size:13px}.panel{background:#fff;border-radius:8px;padding:19px;margin-bottom:16px;box-shadow:var(--shadow)}.panel-title{display:flex;align-items:center;gap:9px;margin:0 0 17px;font-size:18px}.panel-title svg{color:#d5a600}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.stat{text-align:center;padding:10px 4px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat span{font-size:12px;color:var(--muted);display:block;min-height:35px}.stat strong{font-size:18px;color:#9b7300}.copy-row{display:flex;gap:8px;background:#f7f8fa;border:1px solid var(--line);padding:9px;border-radius:7px;margin-bottom:15px}.copy-row input{min-width:0;flex:1;border:0;background:transparent;outline:0}.copy-row .btn{min-height:42px;padding:0 13px}.level-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.level-card{text-align:center;padding:18px 6px;border:1px solid var(--line);border-radius:8px;background:#fafafa}.level-card b{display:block;margin-top:9px;font-size:22px;color:#b58900}.tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:16px}.tab{padding:14px;text-align:center;background:#e8ebef;border-radius:7px;font-weight:800}.tab.active{background:var(--yellow)}.list{background:#fff;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.list-row{min-height:70px;padding:14px 16px;border-bottom:1px solid #eee;display:flex;align-items:center;gap:13px}.list-row:last-child{border:0}.list-row>svg{color:#d5a600}.list-row div{flex:1}.list-row strong,.list-row small{display:block}.list-row small{color:var(--muted);margin-top:4px}.profile-card{background:linear-gradient(135deg,#facc15,#ffe888 58%,#42d6ca);border-radius:8px;padding:24px;margin-bottom:16px;box-shadow:var(--shadow)}.profile-id{display:flex;align-items:center;gap:13px}.avatar{width:62px;height:62px;background:#18181b;color:#facc15;border:4px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:28px;font-weight:900}.profile-card h2{margin:20px 0 5px;font-size:36px}.profile-summary{display:flex;justify-content:space-between;border-top:1px solid #1112;margin-top:18px;padding-top:14px;font-size:13px}.amount-card{background:linear-gradient(135deg,#18181b,#313139);color:#fff;border-radius:8px;padding:23px;margin-bottom:16px;position:relative;overflow:hidden}.amount-card:after{content:'';position:absolute;width:130px;height:130px;border:30px solid #facc15;border-radius:50%;right:-65px;top:-55px}.amount-card span{color:#d4d4d8}.amount-card strong{display:block;font-size:34px;margin-top:9px}.amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:12px 0 20px}.amount-choice{height:52px;border:1px solid var(--line);border-radius:7px;background:#f8f9fa;font-weight:800}.amount-choice.active{background:var(--yellow);border-color:var(--yellow-deep)}.radio-row{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);border-radius:7px;margin:9px 0}.radio-row input{margin-left:auto;width:20px;height:20px;accent-color:#eab308}.table-wrap{overflow:auto;background:#fff;border-radius:8px;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;min-width:650px}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--line);font-size:13px}th{background:#fff8d3}.status{display:inline-block;padding:4px 8px;border-radius:5px;font-weight:700;font-size:11px;background:#fef3c7;color:#92400e}.status.success,.status.active,.status.paid{background:#dcfce7;color:#166534}.status.failed,.status.rejected,.status.blocked{background:#fee2e2;color:#991b1b}.empty{text-align:center;color:#a1a1aa;padding:70px 15px}.empty svg{width:56px;height:56px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:76px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -7px 22px #1111;z-index:30;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:#71717a;font-size:11px;font-weight:700}.bottom-nav svg{width:23px}.bottom-nav .active{color:#a47b00}.bottom-nav .active svg{fill:#facc15}.modal-backdrop{position:fixed;inset:0;background:#111a;z-index:80;display:grid;place-items:center;padding:20px}.modal-backdrop[hidden]{display:none}.modal{background:#fff;width:min(460px,100%);border-radius:8px;overflow:hidden}.modal-head{background:var(--yellow);padding:17px;display:flex;justify-content:space-between;align-items:center}.modal-head h2{font-size:19px;margin:0}.modal-body{padding:23px;text-align:center;line-height:1.7}.toast{position:fixed;top:15px;left:50%;transform:translateX(-50%);z-index:100;background:#18181b;color:#fff;padding:12px 17px;border-radius:7px;box-shadow:var(--shadow);max-width:90%}.toast.error{background:#b42318}.admin-shell{min-height:100vh;background:#f4f6f8}.admin-nav{background:#18181b;color:#fff;padding:14px;display:flex;gap:8px;overflow:auto;position:sticky;top:0;z-index:30}.admin-nav .brand{font-weight:900;color:#facc15;margin-right:15px}.admin-nav a{padding:9px 11px;white-space:nowrap;border-radius:6px;font-size:13px}.admin-nav a.active{background:#facc15;color:#111}.admin-main{width:min(1250px,100%);padding:20px;margin:auto}.admin-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.admin-title h1{font-size:24px;margin:0}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:20px}.metric{background:#fff;padding:18px;border-radius:8px;border-left:5px solid #facc15;box-shadow:var(--shadow)}.metric span{color:var(--muted);font-size:12px}.metric strong{display:block;font-size:25px;margin-top:7px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.form-grid .wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:6px}.admin-actions{display:flex;gap:6px;flex-wrap:wrap}.admin-actions .btn{min-height:34px;padding:0 10px;font-size:11px}.filters{display:flex;gap:8px;margin-bottom:14px}.filters input,.filters select{padding:10px;border:1px solid var(--line);border-radius:6px}.chart-bars{height:210px;display:flex;align-items:end;gap:12px;padding-top:20px}.bar{flex:1;background:linear-gradient(#facc15,#0ea5a4);border-radius:4px 4px 0 0;min-height:10px;position:relative}.bar span{position:absolute;bottom:-25px;font-size:10px;left:50%;transform:translateX(-50%)}@media(min-width:760px){.app-shell:not(:has(.admin-shell)){max-width:560px;margin:auto;box-shadow:0 0 40px #1112}.product-grid{grid-template-columns:1fr 1fr}.product-card{grid-template-columns:115px 1fr}.product-card img{width:115px}.bottom-nav{left:50%;transform:translateX(-50%);max-width:560px}.auth-page{max-width:560px;margin:auto}.dashboard-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.dashboard-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}}@media(max-width:420px){.quick-grid{gap:2px}.quick-icon{width:44px;height:44px}.product-card{grid-template-columns:112px 1fr}.product-card img{width:112px}.dashboard-grid{grid-template-columns:1fr}}
