:root{
  --bg:#f6f7fb;
  --surface:#ffffff;
  --surface-2:#fff7ed;
  --line:#e5e7eb;
  --text:#0f172a;
  --muted:#64748b;
  --primary:#ff5a1f;
  --primary-dark:#ea580c;
  --dark:#05081d;
  --success:#16a34a;
  --warning:#f59e0b;
  --danger:#ef4444;
}
html,body,body.bg-slate-100{background:var(--bg)!important;color:var(--text)!important}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{text-decoration:none}
.max-w-6xl,.max-w-7xl,.max-w-5xl,.max-w-4xl,.max-w-3xl,.max-w-2xl,.max-w-xl{max-width:1280px!important}
header.bg-white.border-b.sticky.top-0,header.border-b,.top-public,.topbar{background:rgba(255,255,255,.92)!important;backdrop-filter:blur(12px);border-color:var(--line)!important;box-shadow:0 1px 2px rgba(15,23,42,.04)!important}
.bg-white.rounded-2xl,.bg-white.rounded-3xl,.bg-white.rounded-xl,.bg-white.rounded-lg,.bg-white.shadow,.bg-white.shadow-sm,.bg-white.border,.bg-white.border.rounded-2xl,.bg-white.border.rounded-xl,.bg-white.border.rounded-3xl,.bg-white.shadow-xl,.shadow,.shadow-sm,.shadow-md{background:var(--surface)!important;border:1px solid var(--line)!important;border-radius:20px!important;box-shadow:0 1px 2px rgba(15,23,42,.04)!important}
.rounded-xl,.rounded-2xl,.rounded-3xl,.rounded-lg{border-radius:18px!important}.rounded-full{border-radius:999px!important}
.border,.border-slate-100,.border-slate-200,.border-slate-300,.divide-slate-100>*{border-color:var(--line)!important}.divide-slate-100>*+*{border-top-color:var(--line)!important}
.bg-slate-900,.hover\:bg-slate-800:hover,button[class*="bg-slate-900"],a[class*="bg-slate-900"]{background:var(--dark)!important;color:#fff!important}.bg-slate-50,.bg-slate-100{background:#f8fafc!important}.bg-slate-800{background:#111827!important;color:#fff!important}.bg-slate-700{background:#334155!important;color:#fff!important}
.bg-orange-50,.bg-amber-50{background:#fff7ed!important}.bg-orange-100,.bg-amber-100{background:#ffedd5!important}.text-orange-500,.text-orange-600,.text-amber-600{color:var(--primary)!important}.text-green-600,.text-emerald-600{color:var(--success)!important}.text-red-600,.text-rose-600{color:#dc2626!important}.text-slate-500,.text-slate-600,.text-slate-700,.text-gray-500,.text-gray-600{color:var(--muted)!important}.text-slate-900,.text-gray-900{color:var(--text)!important}
.bg-gradient-to-r.from-slate-900.to-slate-700,.bg-gradient-to-br.from-slate-900.to-slate-700{background:linear-gradient(135deg,#111827,#334155)!important;border-radius:28px!important;border:0!important}
button,.inline-flex,input[type="submit"],input[type="button"],.btn,.btn-primary,.btn-secondary,.btn-danger,.btn-success{border-radius:12px!important}
button,input,select,textarea{font:inherit}
input,select,textarea,.border.rounded-xl,.border.rounded-2xl,.border.rounded-3xl{border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important}
input:focus,select:focus,textarea:focus{outline:none!important;box-shadow:0 0 0 3px rgba(255,90,31,.12)!important;border-color:#fdba74!important}
label,.text-sm.font-medium,.font-medium{color:var(--text)!important}.text-xs.uppercase{letter-spacing:.16em}.text-xl.font-bold,.text-2xl.font-bold,.text-2xl.font-extrabold,.text-3xl.font-extrabold,.text-4xl.font-extrabold,h1,h2,h3{letter-spacing:-.02em}
table{width:100%;border-collapse:separate;border-spacing:0}thead th{background:#fff7ed!important;color:#9a3412!important;font-weight:800;border-bottom:1px solid #fed7aa!important}th,td{padding:12px 14px}tbody tr{background:#fff}tbody tr:nth-child(even){background:#fcfcfd}tbody td{border-bottom:1px solid #f1f5f9}.overflow-x-auto{border-radius:18px!important}
.inline-flex.items-center.rounded-full,span.rounded-full,.badge,.tag{border-radius:999px!important}.bg-emerald-50{background:#ecfdf5!important}.bg-blue-50{background:#eff6ff!important}.bg-red-50{background:#fef2f2!important}.bg-yellow-50,.bg-amber-50{background:#fffbeb!important}
nav a[class*="rounded"],button[class*="rounded"],a[class*="rounded"]{transition:all .18s ease}button:hover,a[class*="bg-"]:hover{transform:translateY(-1px)}
.space-y-6 > .bg-white,.space-y-4 > .bg-white,form .bg-white{border:1px solid var(--line)!important;border-radius:20px!important}
.brand-public,.brand .mini{font-weight:900;letter-spacing:-.02em}.public-badge,.tag.orange{background:#fff7ed!important;color:var(--primary)!important}.public-price{color:var(--primary)!important}
.underline{text-decoration:none!important}.top-stack{gap:12px}.action-wrap{gap:10px}.mobile-grid-1{grid-template-columns:1fr!important}
@media (max-width:960px){.top-stack{flex-direction:column;align-items:flex-start!important}.action-wrap{width:100%}.grid,.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr!important}table{min-width:720px}}
