:root{--red:#dc000a;--ink:#17181c;--muted:#6b6e76;--line:#e8e8ec;--soft:#f6f6f8}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}.site-header{height:84px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand img,.site-header img{display:block;width:164px}.admin-link{color:var(--red);text-decoration:none;font-weight:700;border:1px solid #f0b8bb;border-radius:12px;padding:11px 18px}.hero{min-height:610px;max-width:1180px;margin:auto;padding:70px 48px 80px;display:grid;grid-template-columns:1.35fr .65fr;gap:90px;align-items:center}.eyebrow,.dashboard-title span{color:var(--red);font-size:13px;font-weight:800;letter-spacing:1.5px}.hero h1{font-size:64px;line-height:1.02;letter-spacing:-3px;margin:18px 0 24px;max-width:760px}.hero p{font-size:20px;line-height:1.6;color:var(--muted);max-width:680px}.store-button{display:inline-block;margin-top:18px;padding:15px 20px;border-radius:14px;background:var(--ink);color:#fff;font-weight:700}.phone-card{width:285px;height:530px;justify-self:center;background:var(--red);border:9px solid var(--ink);border-radius:42px;box-shadow:0 30px 70px #a3001a33;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center}.phone-card .phone-top{position:absolute}.phone-card img{width:220px;margin-bottom:26px}.phone-card strong{font-size:22px}.phone-card small{margin-top:10px;opacity:.78}.features{background:var(--soft);padding:75px max(30px,calc((100vw - 1080px)/2));display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.features article{background:white;border:1px solid var(--line);border-radius:22px;padding:30px}.features span{color:var(--red);font-weight:800}.features h2{margin:30px 0 12px}.features p{color:var(--muted);line-height:1.6}footer{height:110px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:14px}footer img{width:125px}.admin-body{background:var(--soft);min-height:100vh}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;box-shadow:0 20px 60px #13141a12}.login-card img{width:170px}.login-card h1{font-size:32px;margin:34px 0 8px}.login-card>p{color:var(--muted);margin:0 0 26px}.login-card label{display:block;font-weight:700;font-size:14px;margin-top:17px}.login-card input{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid #d9d9df;border-radius:11px;font:inherit}.login-card button{width:100%;border:0;border-radius:12px;padding:15px;margin-top:24px;background:var(--red);color:white;font:inherit;font-weight:800}.error{padding:12px;border-radius:10px;background:#fff0f1;color:#b00008;font-size:14px}.back-link{display:block;text-align:center;margin-top:22px;color:var(--muted);text-decoration:none;font-size:14px}.admin-header{height:76px;background:#fff;border-bottom:1px solid var(--line);padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between}.admin-header img{width:145px;display:block}.logout{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 16px;font-weight:700}.dashboard{max-width:1240px;margin:auto;padding:55px 24px}.dashboard-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.dashboard-title h1{font-size:38px;margin:9px 0 0}.dashboard-title strong{color:var(--red);background:#fff0f1;border-radius:30px;padding:10px 15px}.table-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th,td{text-align:left;padding:18px 20px;border-bottom:1px solid var(--line);font-size:14px}th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.5px;background:#fbfbfc}tbody tr:last-child td{border-bottom:0}.empty{padding:70px;text-align:center;color:var(--muted)}@media(max-width:800px){.site-header{height:70px}.site-header img{width:135px}.hero{padding:55px 26px;grid-template-columns:1fr;gap:55px}.hero h1{font-size:44px;letter-spacing:-2px}.phone-card{width:250px;height:460px}.features{grid-template-columns:1fr;padding:45px 22px}.dashboard-title{align-items:flex-start;gap:20px}.dashboard-title h1{font-size:30px}footer{height:90px}.login-card{padding:28px}}
