*{box-sizing:border-box}body{margin:0;background:#070910;color:#fff;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.top{position:sticky;top:0;z-index:10;background:#0d111b;border-bottom:1px solid #252b38;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:170px;height:54px;object-fit:contain}.wrap{max-width:1280px;margin:auto;padding:18px}.grid{display:grid;gap:16px}.operator-grid{grid-template-columns:1.1fr .9fr}.admin-grid{grid-template-columns:repeat(4,1fr)}.panel{background:#111723;border:1px solid #283040;border-radius:22px;padding:18px}.row,.between{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.between{justify-content:space-between}.btn{border:0;border-radius:13px;padding:12px 15px;background:#ffd400;color:#080808;font-weight:900;cursor:pointer}.btn.secondary{background:#1a2231;color:#fff;border:1px solid #30394b}.btn.danger{background:#dc2626;color:#fff}.btn.ok{background:#16a34a;color:#fff}.small,.muted{color:#aab3c5;font-size:13px}.camera-box{background:#070910;border:1px solid #283040;border-radius:18px;min-height:300px;display:grid;place-items:center;overflow:hidden}.camera-box img,.camera-box video{width:100%;max-height:440px;object-fit:contain}.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.style-card{background:#090d15;color:#fff;border:2px solid #283040;border-radius:16px;overflow:hidden}.style-card.selected{border-color:#ffd400}.style-card img{width:100%;aspect-ratio:1;object-fit:cover}.style-card b{display:block;padding:10px}.input,select{width:100%;padding:12px;border-radius:12px;border:1px solid #30394b;background:#0b111c;color:#fff}.price,.huge{font-size:46px;font-weight:900;color:#ffd400}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:10px;border-bottom:1px solid #283040;text-align:left;white-space:nowrap}.login{min-height:100vh;display:grid;place-items:center;padding:18px}.login-card{max-width:460px;width:100%}.client-page{min-height:100vh;display:grid;place-items:center;padding:18px}.client-card{max-width:760px;width:100%}.client-img{width:100%;max-height:540px;object-fit:contain;border-radius:16px;background:#050505}.actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:900px){.operator-grid,.admin-grid{grid-template-columns:1fr}.style-grid{grid-template-columns:repeat(2,1fr)}}