:root{--color-base: #faf4ed;--color-surface: #fffaf3;--color-overlay: #f2e9e1;--color-highlight-low: #f4ede8;--color-highlight-med: #dfdad9;--color-highlight-high: #cecacd;--color-text: #575279;--color-text-subtle: #797593;--color-text-muted: #9893a5;--color-accent: #1a7da4;--color-accent-hover: #286983;--color-accent-surface: #d4eef6;--color-love: #b4637a;--color-gold: #ea9d34;--color-foam: #56949f;--color-iris: #907aa9;--color-rose: #d7827e;--color-peach: #dd7f67;--color-green: #a6d189;--stage-color-1: #1a7da4;--stage-color-2: #56949f;--stage-color-3: #ea9d34;--stage-color-4: #907aa9;--stage-color-5: #d7827e;--stage-color-6: #dd7f67;--stage-surface-1: #d4eef6;--stage-surface-2: #daf0f2;--stage-surface-3: #fef3cd;--stage-surface-4: #f3eafc;--stage-surface-5: #fce8e7;--stage-surface-6: #fde8e0;--activity-call-bg: #e8f5e2;--activity-call-fg: #4a8c5c;--activity-email-bg: #d4eef6;--activity-email-fg: #1a7da4;--activity-meeting-bg: #fef3cd;--activity-meeting-fg: #b8860b;--activity-note-bg: #f3eafc;--activity-note-fg: #907aa9;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.9rem;--text-4xl: 2.25rem;--weight-thin: 100;--weight-normal: 400;--weight-medium: 500;--weight-bold: 700;--weight-black: 900;--leading-tight: 1.2;--leading-normal: 1.6;--leading-relaxed: 1.8;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--card-padding: 20px;--page-padding: 32px;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--shadow-xs: 0 1px 2px rgba(87, 82, 121, .06);--shadow-sm: 0 2px 4px rgba(87, 82, 121, .08);--shadow-md: 0 4px 12px rgba(87, 82, 121, .1);--shadow-lg: 0 8px 24px rgba(87, 82, 121, .12);--shadow-xl: 0 16px 48px rgba(87, 82, 121, .14);--transition-fast: .12s ease;--transition-base: .2s ease;--transition-slow: .35s ease}[data-theme=dark]{--color-base: #303446;--color-surface: #414559;--color-overlay: #51576d;--color-highlight-low: #414559;--color-highlight-med: #51576d;--color-highlight-high: #626880;--color-text: #c6d0f5;--color-text-subtle: #b5bfe2;--color-text-muted: #a5adce;--color-accent: #11b7c5;--color-accent-hover: #81c8be;--color-accent-surface: #1a3a40;--color-love: #e78284;--color-gold: #e5c890;--color-foam: #99d1db;--color-iris: #ca9ee6;--color-rose: #eebebe;--color-peach: #ef9f76;--color-green: #a6d189;--stage-color-1: #11b7c5;--stage-color-2: #99d1db;--stage-color-3: #e5c890;--stage-color-4: #ca9ee6;--stage-color-5: #eebebe;--stage-color-6: #ef9f76;--stage-surface-1: #1a3a40;--stage-surface-2: #1a3a3a;--stage-surface-3: #3a3520;--stage-surface-4: #352a42;--stage-surface-5: #3a2a2c;--stage-surface-6: #3a2e25;--activity-call-bg: #2a3a2a;--activity-call-fg: #a6d189;--activity-email-bg: #1a3a40;--activity-email-fg: #11b7c5;--activity-meeting-bg: #3a3520;--activity-meeting-fg: #e5c890;--activity-note-bg: #352a42;--activity-note-fg: #ca9ee6;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .2);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .25);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .35);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .4)}*,*:before,*:after{transition:color .12s ease,background-color .12s ease,border-color .12s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:var(--color-text);background-color:var(--color-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,select,textarea{font-family:inherit;font-size:16px;color:var(--color-text)}input,select,textarea,button{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-highlight-high);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}*{scrollbar-width:thin;scrollbar-color:var(--color-highlight-high) transparent}h1{font-weight:var(--weight-black);letter-spacing:-.03em;line-height:var(--leading-tight)}h2{font-weight:var(--weight-thin);letter-spacing:-.02em;line-height:var(--leading-tight)}h3,h4,h5,h6{font-weight:var(--weight-bold);line-height:var(--leading-tight)}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}button{border:none;background:none;cursor:pointer;color:inherit;font-size:inherit;padding:0;line-height:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}.app-loading.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--color-text-muted);font-size:var(--text-lg)}
