:root{--ink: #1a1a1a;--paper: #f6f3ee;--warm: #e8e2d8;--accent: #c45d3e;--accent-soft: #e8a48e;--sage: #7a8a6e;--sage-soft: #d4dcc8;--sky: #5a7a9a;--sky-soft: #c4d4e4;--navy: #1a2e4a;--gold: #b8963e;--gold-soft: #e8dbb8;--muted: #706a60;--divider: #d8d2c8;--surface: #ffffff;--radius: 12px;--radius-lg: 20px;--font-display: "Onest", system-ui, sans-serif;--font-body: "Onest", system-ui, sans-serif;--bg: var(--paper);--bg-warm: var(--warm);--bg-card: var(--surface);--text: var(--ink);--text-secondary: #57534E;--text-muted: var(--muted);--border: var(--divider);--tracking-tight: -.02em;--success-color: #0EAC87;--success-bg: rgba(14, 172, 135, .08);--error-color: #D32F2F;--error-bg: rgba(211, 47, 47, .08);--warning-color: #ED6C02;--warning-bg: rgba(237, 108, 2, .1);--info-bg: rgba(21, 101, 192, .08);--neutral-gray: #CCCCCC;--font-size-body: 17px;--font-size-small: 14px;--font-size-h1: 24px;--font-size-h2: 20px;--font-family-main: "Onest", system-ui, sans-serif;--button-border-radius: 10px;--spacing-large: 24px;--spacing-medium: 16px;--spacing-small: 8px;--spacing-xs: 4px;--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--primary-tint: rgba(196, 93, 62, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--paper);color:var(--ink);line-height:1.6;overflow-x:hidden}:root[data-theme=dark]{--ink: #fafaf9;--paper: #0c0a09;--warm: #1c1917;--accent: #fb923c;--accent-soft: #431407;--sage: #7a8a6e;--sage-soft: #2a3a2e;--sky: #7a9aba;--sky-soft: #1a2a3a;--navy: #2a4a6a;--gold: #d8b65e;--gold-soft: #3a2e1a;--muted: #a8a29e;--divider: rgba(255, 255, 255, .1);--surface: #1c1917;--text-secondary: #A8A29E;--border: #292524;--success-color: #34d399;--error-color: #f87171;--warning-color: #fbbf24}.container{max-width:1120px;margin:0 auto;padding:0 clamp(20px,5vw,48px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.insight-nav[data-astro-cid-pamoeuxa]{position:sticky;top:0;z-index:100;background:#f6f3eeeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--divider);padding:0 clamp(20px,4vw,60px);transition:background .3s}:root[data-theme=dark] .insight-nav[data-astro-cid-pamoeuxa]{background:#0c0a09eb}.nav-inner[data-astro-cid-pamoeuxa]{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo[data-astro-cid-pamoeuxa]{display:flex;align-items:baseline;gap:10px;text-decoration:none;color:var(--ink)}.nav-logo-mark[data-astro-cid-pamoeuxa]{font-family:var(--font-display);font-size:24px;font-weight:600;letter-spacing:-.02em}.nav-logo-sub[data-astro-cid-pamoeuxa]{display:inline-flex;align-items:center;gap:4px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:500;padding-bottom:0}.nav-logo-icon[data-astro-cid-pamoeuxa]{flex-shrink:0;display:block}.nav-links[data-astro-cid-pamoeuxa]{display:flex;gap:2px;list-style:none}.nav-links[data-astro-cid-pamoeuxa] a[data-astro-cid-pamoeuxa]{text-decoration:none;color:var(--ink);font-size:15px;font-weight:400;padding:8px 12px;border-radius:8px;white-space:nowrap;transition:all .2s}.nav-links[data-astro-cid-pamoeuxa] a[data-astro-cid-pamoeuxa]:hover{background:var(--warm)}.nav-links[data-astro-cid-pamoeuxa] a[data-astro-cid-pamoeuxa].active{font-weight:500;background:var(--warm)}.badge[data-astro-cid-pamoeuxa]{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;background:var(--sage);color:#fff;padding:1px 6px;border-radius:10px;margin-left:4px;vertical-align:top}.badge-new[data-astro-cid-pamoeuxa]{background:var(--accent)}.nav-auth[data-astro-cid-pamoeuxa]{display:flex;align-items:center;gap:12px}.btn-ghost[data-astro-cid-pamoeuxa]{font-family:var(--font-body);font-size:14px;padding:8px 16px;border:none;background:none;color:var(--ink);cursor:pointer;border-radius:8px;transition:background .2s;text-decoration:none}.btn-ghost[data-astro-cid-pamoeuxa]:hover{background:var(--warm)}.btn-primary[data-astro-cid-pamoeuxa]{font-family:var(--font-body);font-size:14px;font-weight:500;padding:8px 20px;border:none;background:var(--ink);color:var(--paper);cursor:pointer;border-radius:8px;transition:all .25s;text-decoration:none}.btn-primary[data-astro-cid-pamoeuxa]:hover{background:var(--accent);transform:translateY(-1px)}.nav-auth[data-astro-cid-pamoeuxa] .nav-user{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--ink);padding:4px 12px 4px 4px;border-radius:20px;transition:background .2s}.nav-auth[data-astro-cid-pamoeuxa] .nav-user:hover{background:var(--warm)}.nav-auth[data-astro-cid-pamoeuxa] .nav-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--sage);color:#fff;font-size:12px;font-weight:600;flex-shrink:0}.nav-auth[data-astro-cid-pamoeuxa] .nav-user-name{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.nav-auth[data-astro-cid-pamoeuxa] .nav-logout{font-size:13px;color:var(--muted);text-decoration:none}.nav-auth[data-astro-cid-pamoeuxa] .nav-logout:hover{color:var(--accent)}.nav-actions[data-astro-cid-pamoeuxa]{display:flex;align-items:center;gap:8px}.theme-toggle[data-astro-cid-pamoeuxa]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;border-radius:8px;cursor:pointer;color:var(--muted);transition:background .2s,color .2s}.theme-toggle[data-astro-cid-pamoeuxa]:hover{background:var(--warm);color:var(--ink)}.nav-burger[data-astro-cid-pamoeuxa]{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:0;border:none;background:none;border-radius:8px;cursor:pointer;transition:background .2s}.nav-burger[data-astro-cid-pamoeuxa]:hover{background:var(--warm)}:root[data-theme=dark] .nav-burger[data-astro-cid-pamoeuxa]:hover{background:#ffffff1a}.burger-line[data-astro-cid-pamoeuxa]{display:block;width:20px;height:2px;margin:0 auto;background:var(--ink);border-radius:2px;transition:transform .25s,opacity .2s}.insight-nav[data-astro-cid-pamoeuxa].menu-open .burger-line[data-astro-cid-pamoeuxa]:nth-child(1){transform:translateY(7px) rotate(45deg)}.insight-nav[data-astro-cid-pamoeuxa].menu-open .burger-line[data-astro-cid-pamoeuxa]:nth-child(2){opacity:0}.insight-nav[data-astro-cid-pamoeuxa].menu-open .burger-line[data-astro-cid-pamoeuxa]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.theme-toggle[data-astro-cid-pamoeuxa] .icon-sun[data-astro-cid-pamoeuxa]{display:none}.theme-toggle[data-astro-cid-pamoeuxa] .icon-moon[data-astro-cid-pamoeuxa]{display:block}:root[data-theme=dark] .theme-toggle[data-astro-cid-pamoeuxa] .icon-sun[data-astro-cid-pamoeuxa]{display:block}:root[data-theme=dark] .theme-toggle[data-astro-cid-pamoeuxa] .icon-moon[data-astro-cid-pamoeuxa]{display:none}:root[data-theme=dark] .theme-toggle[data-astro-cid-pamoeuxa]{color:var(--muted)}:root[data-theme=dark] .theme-toggle[data-astro-cid-pamoeuxa]:hover{background:#ffffff1a;color:var(--ink)}@media(max-width:1100px){.nav-burger[data-astro-cid-pamoeuxa]{display:flex}.nav-links[data-astro-cid-pamoeuxa]{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;padding:8px clamp(20px,4vw,60px) 16px;background:#f6f3eefa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--divider);box-shadow:0 12px 24px #00000014;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s}:root[data-theme=dark] .nav-links[data-astro-cid-pamoeuxa]{background:#0c0a09fa}.insight-nav[data-astro-cid-pamoeuxa].menu-open .nav-links[data-astro-cid-pamoeuxa]{opacity:1;visibility:visible;transform:translateY(0)}.nav-links[data-astro-cid-pamoeuxa] li[data-astro-cid-pamoeuxa]{width:100%}.nav-links[data-astro-cid-pamoeuxa] a[data-astro-cid-pamoeuxa]{display:block;padding:12px;font-size:16px;border-radius:8px}.nav-auth[data-astro-cid-pamoeuxa]{gap:8px}.nav-auth[data-astro-cid-pamoeuxa] .nav-user-name,.nav-auth[data-astro-cid-pamoeuxa] .nav-logout,.btn-ghost[data-astro-cid-pamoeuxa]{display:none}.btn-primary[data-astro-cid-pamoeuxa]{font-size:13px;padding:8px 16px}.nav-logo-mark[data-astro-cid-pamoeuxa]{font-size:20px}.nav-logo-sub[data-astro-cid-pamoeuxa]{font-size:10px}}
