:root{color-scheme:dark;--bg: #070b14;--bg-card: rgba(13, 19, 33, .85);--bg-hover: rgba(20, 28, 48, .95);--text: #f8fafc;--text-muted: #94a3b8;--accent: #22d3ee;--accent-2: #f97316;--border: rgba(148, 163, 184, .15);--border-hover: rgba(34, 211, 238, .5);--radius: 16px;--radius-sm: 10px;--shadow: 0 24px 60px rgba(2, 6, 23, .45);--font: "Space Grotesk", "Kanit", system-ui, sans-serif}:where(.astro-fb3qbcs3){box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.7}.legal-page:where(.astro-fb3qbcs3){min-height:100vh;position:relative;overflow:hidden}.bg-effects:where(.astro-fb3qbcs3){position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.gradient-orb:where(.astro-fb3qbcs3){position:absolute;border-radius:50%;filter:blur(120px);opacity:.35}.orb-1:where(.astro-fb3qbcs3){width:540px;height:540px;background:var(--accent);top:-220px;left:-160px}.orb-2:where(.astro-fb3qbcs3){width:640px;height:640px;background:var(--accent-2);bottom:-280px;right:-180px}.nav-bar:where(.astro-fb3qbcs3){position:sticky;top:0;z-index:20;width:100%;padding:20px 6vw;display:flex;justify-content:space-between;align-items:center;backdrop-filter:blur(16px);background:#050a1499;border-bottom:1px solid var(--border)}.nav-logo:where(.astro-fb3qbcs3){display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.logo-img:where(.astro-fb3qbcs3){width:36px;height:36px;border-radius:8px;object-fit:contain}.logo-text:where(.astro-fb3qbcs3){font-weight:600;font-size:1.15rem}.nav-link:where(.astro-fb3qbcs3){padding:8px 14px;border-radius:999px;border:1px solid transparent;color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s}.nav-actions:where(.astro-fb3qbcs3){display:flex;align-items:center;gap:8px}.nav-toggle:where(.astro-fb3qbcs3){display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--text);padding:0;font-size:0;line-height:0;cursor:pointer}.nav-toggle-bar:where(.astro-fb3qbcs3){display:block;width:18px;height:2px;border-radius:999px;background:currentColor}.nav-link:where(.astro-fb3qbcs3):hover{color:var(--text);border-color:var(--border)}.nav-link:where(.astro-fb3qbcs3).active{color:var(--text);border-color:#38bdf899;background:#38bdf81f}.page-content:where(.astro-fb3qbcs3){position:relative;z-index:1;max-width:980px;margin:0 auto;padding:18px 20px 80px}.hero:where(.astro-fb3qbcs3){position:relative;z-index:1;padding:24px 0 18px}.hero-inner:where(.astro-fb3qbcs3){display:flex;flex-direction:column;gap:12px}.hero-badge:where(.astro-fb3qbcs3){display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#22d3ee1a;border:1px solid rgba(34,211,238,.3);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);width:fit-content}.badge-dot:where(.astro-fb3qbcs3){width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px #22d3eeb3}h1:where(.astro-fb3qbcs3){margin:0;font-size:clamp(2rem,4vw,2.8rem)}.lead:where(.astro-fb3qbcs3){max-width:720px;margin:0;color:var(--text-muted);font-size:1rem}.meta:where(.astro-fb3qbcs3){display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:#0f172a99;color:var(--text-muted);font-size:.85rem;width:fit-content}.legal-tabs:where(.astro-fb3qbcs3){display:inline-flex;align-items:center;gap:10px}.legal-tabs:where(.astro-fb3qbcs3) a:where(.astro-fb3qbcs3){padding:6px 14px;border-radius:999px;border:1px solid var(--border);background:#0f172a99;color:var(--text-muted);text-decoration:none;font-size:.85rem}.legal-tabs:where(.astro-fb3qbcs3) a:where(.astro-fb3qbcs3)[aria-current=page]{color:var(--text);border-color:var(--border-hover);background:#141c30e6}.legal-tabs:where(.astro-fb3qbcs3) a:where(.astro-fb3qbcs3):hover{color:var(--text);border-color:var(--border-hover)}.content-card:where(.astro-fb3qbcs3){background:var(--bg-card);border:1px solid var(--border);border-radius:24px;padding:clamp(24px,3vw,40px);box-shadow:var(--shadow);backdrop-filter:blur(10px)}h2:where(.astro-fb3qbcs3){margin:28px 0 12px;font-size:1.35rem;display:flex;align-items:center;gap:12px}h2:where(.astro-fb3qbcs3):before{content:"";width:18px;height:18px;border-radius:6px;background:linear-gradient(130deg,var(--accent),var(--accent-2))}p:where(.astro-fb3qbcs3){margin:0 0 16px;color:var(--text)}ul:where(.astro-fb3qbcs3){margin:0 0 16px;padding-left:20px}li:where(.astro-fb3qbcs3){margin-bottom:8px;color:var(--text)}a:where(.astro-fb3qbcs3){color:var(--accent)}a:where(.astro-fb3qbcs3):hover{color:#7dd3fc}.page-footer:where(.astro-fb3qbcs3){margin-top:32px;text-align:center;color:var(--text-muted);font-size:.85rem}@media(max-width:768px){.nav-bar:where(.astro-fb3qbcs3){padding:12px 16px}.logo-img:where(.astro-fb3qbcs3){width:32px;height:32px}.logo-text:where(.astro-fb3qbcs3){font-size:1rem}.nav-link:where(.astro-fb3qbcs3){padding:6px 12px;font-size:.85rem}.nav-actions:where(.astro-fb3qbcs3){position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;gap:10px;padding:16px;background:#050a14eb;border-bottom:1px solid var(--border)}.nav-actions:where(.astro-fb3qbcs3).open{display:flex}.nav-toggle:where(.astro-fb3qbcs3){display:inline-flex}}
