*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background-color:#050505;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #050505;--bg-soft: #0d0d0d;--card: #101010;--card-2: #151515;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--text: #ffffff;--muted: #b5b5b5;--muted-2: #8e8e8e}html,body,#root{margin:0;min-height:100%;background:#050505;color:#fff}body{min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.page-shell{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,255,255,.03),transparent 24%),radial-gradient(circle at top right,rgba(34,197,94,.04),transparent 20%),#050505}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:16px;padding-right:16px}.section-padding{width:100%}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}.nav-menu{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:14px;min-width:0}.hero-section{padding:70px 0 60px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#d6d6d6;font-size:14px;margin-bottom:18px}.eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:#fff;opacity:.7}.hero-title{margin:0 0 18px;font-size:clamp(38px,5vw,72px);line-height:1.02;font-weight:900;letter-spacing:-.03em}.hero-desc{margin:0 0 28px;font-size:18px;line-height:1.85;color:var(--muted);max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:34px}.stats-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{padding:20px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,#ffffff0f,#ffffff05)}.stat-number{font-size:40px;font-weight:900;line-height:1}.stat-label{margin-top:10px;color:var(--muted);font-size:14px}.card-dark{border:1px solid var(--border);background:linear-gradient(180deg,#ffffff0f,#ffffff05);border-radius:24px;box-shadow:0 12px 40px #0000003d}.btn-primary,.btn-secondary,.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:14px;border:1px solid transparent;cursor:pointer;font-weight:700;transition:.2s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:#fff;color:#000;border-color:#fff6}.btn-primary:hover{transform:translateY(-1px);background:#f0f0f0}.btn-secondary{background:#ffffff0a;color:#fff;border-color:var(--border-strong)}.btn-secondary:hover{background:#ffffff17}.btn-danger{background:#ef444424;color:#fecaca;border-color:#ef444440}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.6;cursor:not-allowed;transform:none}.input-dark,.select-dark,.textarea-dark{width:100%;min-height:48px;padding:12px 14px;border-radius:14px;border:1px solid var(--border-strong);background:#ffffff08;color:#fff;outline:none;transition:border-color .2s ease,background .2s ease}.textarea-dark{min-height:110px;resize:vertical}.input-dark::placeholder,.textarea-dark::placeholder{color:#8e8e8e}.input-dark:focus,.select-dark:focus,.textarea-dark:focus{border-color:#ffffff4d;background:#ffffff0d}.select-dark option{color:#fff;background:#101010}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.duo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.auth-shell{min-height:calc(100vh - 82px);display:grid;place-items:center;padding:40px 0 70px}.auth-card{width:100%;max-width:520px;padding:28px}.form-stack{display:grid;gap:14px}.footer{margin-top:70px;border-top:1px solid var(--border);background:#ffffff05}.footer-inner{width:100%;max-width:1280px;margin:0 auto;padding:22px 16px;color:var(--muted);font-size:14px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}div::-webkit-scrollbar{height:10px;width:10px}div::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}div::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}div::-webkit-scrollbar-thumb:hover{background:#ffffff47}.map-card{overflow:hidden;min-height:520px}table{border-collapse:separate;border-spacing:0}th,td{vertical-align:top}@media(max-width:1100px){.hero-grid,.grid-3,.grid-2,.duo-grid,.stats-row{grid-template-columns:1fr}}@media(max-width:900px){.admin-dashboard-two-col{grid-template-columns:1fr!important}}@media(max-width:860px){.nav-wrap{flex-direction:column;align-items:flex-start}.nav-menu{width:100%;justify-content:flex-start}.hero-section{padding-top:44px}.hero-title{font-size:42px}.hero-desc{font-size:16px}}@media(max-width:560px){.container{padding-left:12px;padding-right:12px}.card-dark{border-radius:18px}.hero-title{font-size:34px}.btn-primary,.btn-secondary,.btn-danger{width:100%}.hero-actions{display:grid;grid-template-columns:1fr}.nav-menu{gap:10px}}
