@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,500&display=swap";@import"https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap";:root{--text-h1: 48px;--text-h2: 36px;--text-h3: 24px;--text-h4: 18px;--font-weight-medium: 500;--font-weight-semibold: 600;--tracking-ui: .01em;--text-micro: 10px;--text-badge: 9px;--ai-accent: #BC8159;--background: #ECEDF1;--foreground: #26282A;--card: #ECEDF1;--card-foreground: #26282A;--popover: #FFFFFF;--popover-foreground: #26282A;--primary: #26282A;--primary-foreground: #ECEDF1;--secondary: #D0D2D7;--secondary-foreground: #26282A;--muted: #D0D2D7;--muted-foreground: #485665;--accent: #C1AFA2;--accent-foreground: #26282A;--destructive: #89361B;--destructive-foreground: #FEF2F2;--border: #D0D2D7;--input: #D0D2D7;--input-background: #ECEDF1;--ring: #8D4C23;--elevation-sm: 0px 4px 6px 0px rgba(0,0,0,.08), 0px 2px 4px 0px rgba(0,0,0,.04);--online: #1AA179;--offline: #98A5B0;--radius: 6px;--radius-card: 8px;--motion-ease-smooth: cubic-bezier(.16, 1, .3, 1);color-scheme:light}@media(min-width:768px){:root{--text-h3: 28px}}.dark{color-scheme:dark;--background: #0A0A0A;--foreground: #ECEDF1;--card: #0E0E10;--card-foreground: #ECEDF1;--popover: #161618;--popover-foreground: #ECEDF1;--primary: #ECEDF1;--primary-foreground: #0A0A0A;--secondary: rgba(255,255,255,.08);--secondary-foreground: #ECEDF1;--muted: rgba(255,255,255,.06);--muted-foreground: #8A929B;--accent: rgba(188,129,89,.14);--accent-foreground: #ECEDF1;--destructive: #A64221;--destructive-foreground: #FEF2F2;--border: rgba(255,255,255,.08);--input: rgba(255,255,255,.14);--input-background: rgba(255,255,255,.04);--ring: #BC8159;--ai-accent: #BC8159;--elevation-sm: 0px 6px 20px 0px rgba(0,0,0,.45);--online: #4bbd85;--offline: #6b6b66}@media(prefers-color-scheme:dark){:root:not(.light):not(.dark){color-scheme:dark;--background: #0A0A0A;--foreground: #ECEDF1;--card: #0E0E10;--card-foreground: #ECEDF1;--popover: #161618;--popover-foreground: #ECEDF1;--primary: #ECEDF1;--primary-foreground: #0A0A0A;--secondary: rgba(255,255,255,.08);--secondary-foreground: #ECEDF1;--muted: rgba(255,255,255,.06);--muted-foreground: #8A929B;--accent: rgba(188,129,89,.14);--accent-foreground: #ECEDF1;--destructive: #A64221;--destructive-foreground: #FEF2F2;--border: rgba(255,255,255,.08);--input: rgba(255,255,255,.14);--input-background: rgba(255,255,255,.04);--ring: #BC8159;--ai-accent: #BC8159;--elevation-sm: 0px 6px 20px 0px rgba(0,0,0,.45);--online: #4bbd85;--offline: #6b6b66}}*{box-sizing:border-box}*{border-color:var(--border)}html,body,#root{height:100%}html{font-family:Montserrat,Inter,sans-serif}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .25s var(--motion-ease-smooth),color .25s var(--motion-ease-smooth)}h1,h2,h3,h4{font-family:Montserrat,sans-serif;font-weight:var(--font-weight-semibold);margin:0}h1{font-size:var(--text-h1);line-height:1.2}h2{font-size:var(--text-h2);line-height:1.3}h3{font-size:var(--text-h3);line-height:1.35}h4{font-size:var(--text-h4);line-height:1.4}button{font:inherit;cursor:pointer}.dot{width:8px;height:8px;border-radius:999px;flex:none;background:var(--offline)}.dot.on{background:var(--online);box-shadow:0 0 color-mix(in srgb,var(--online) 55%,transparent);animation:pulse 2.4s var(--motion-ease-smooth) infinite}@keyframes pulse{0%{box-shadow:0 0 color-mix(in srgb,var(--online) 50%,transparent)}70%{box-shadow:0 0 0 6px transparent}to{box-shadow:0 0 0 0 transparent}}
