*{margin:0;padding:0;box-sizing:border-box;font-smooth:always;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary-color: #2563eb;--background-color: #f9fafb;--surface-color: #ffffff;--text-color: #2d2d2d;--secondary-text-color: #5f6368;--border-color: #dcdcdc;--hover-color: #f3f4f6;--positive-color: #2fa36d;--negative-color: #c0392b;--font-family: "Inter", "Roboto", "Arial", sans-serif;--font-size-base: 14px;--line-height-base: 1.5;--nav-height: 40px;--sidebar-width: 220px;--page-height: calc(100vh - var(--nav-height) - 1rem);--lp-bg: #f8fafc;--lp-surface: #ffffff;--lp-surface-2: #f1f5f9;--lp-border: #e2e8f0;--lp-border-strong: #cbd5e1;--lp-text: #0f172a;--lp-muted: #475569;--lp-muted-2: #64748b;--lp-title-start: #0f172a;--lp-title-end: #475569;--lp-banner-start: #e2e8f0;--lp-banner-mid: #cbd5e1;--lp-banner-end: #e2e8f0;--lp-grid: #e2e8f0;--lp-card: #ffffff;--lp-card-strong: #f8fafc;--lp-button-bg: #0f172a;--lp-button-text: #ffffff;--lp-button-border: #0f172a;--lp-button-secondary-border: #cbd5e1;--lp-button-secondary-text: #0f172a;--lp-button-hover: #1e293b;--lp-display-font: "Playfair Display", "Libre Baskerville", Georgia, serif}[data-theme=dark]{--lp-bg: #000000;--lp-surface: #0b0b0b;--lp-surface-2: #0a0a0a;--lp-border: #262626;--lp-border-strong: #404040;--lp-text: #ffffff;--lp-muted: #a3a3a3;--lp-muted-2: #737373;--lp-title-start: #ffffff;--lp-title-end: #a3a3a3;--lp-banner-start: #404040;--lp-banner-mid: #525252;--lp-banner-end: #404040;--lp-grid: #1f1f1f;--lp-card: rgba(10, 10, 10, .8);--lp-card-strong: #0b0b0b;--lp-button-bg: #ffffff;--lp-button-text: #000000;--lp-button-border: #ffffff;--lp-button-secondary-border: #404040;--lp-button-secondary-text: #ffffff;--lp-button-hover: #f5f5f5}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-base);background-color:var(--lp-bg);color:var(--lp-text);height:100vh;overflow-x:hidden;-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--text-color);line-height:1.25}h1,h2{font-family:var(--lp-display-font);letter-spacing:-.01em}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-family);font-size:var(--font-size-base);background-color:var(--primary-color);color:var(--background-color);border:none;padding:10px 20px;border-radius:4px;cursor:pointer;transition:background-color .3s ease}button:hover{background-color:var(--hover-color)}input,textarea{font-family:var(--font-family);font-size:var(--font-size-base);background-color:var(--surface-color);color:var(--text-color);border:1px solid var(--border-color);padding:8px 12px;border-radius:4px}input:focus,textarea:focus{outline:none;border-color:var(--primary-color)}.card{background-color:var(--surface-color);padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.flex{display:flex;align-items:center;justify-content:center}.hidden{display:none}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}
