@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Inter:wght@300;400;500;600&family=Noto+Serif:ital,wght@0,400;0,700;1,400&subset=greek,greek-ext&display=swap";:root{--font-greek:"Cormorant Garamond", "Noto Serif", "Times New Roman", serif;--font-ui:"Inter", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, "JetBrains Mono", "Fira Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-full:9999px;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 12px #0000004d;--shadow-lg:0 12px 40px #0006;--shadow-glow:0 0 20px #d4a8531a;--transition-fast:.15s ease;--transition-normal:.3s ease;--tap-target-min:44px}:root,[data-theme=dark]{--color-bg:#141820;--color-bg-secondary:#1a2030;--color-bg-tertiary:#212838;--color-surface:#1e2636;--color-surface-hover:#263040;--color-text:#e8e4df;--color-text-secondary:#b8b2a8;--color-text-muted:#8a8279;--color-text-inverse:#141820;--color-border:#2d3548;--color-border-focus:#d4a853;--color-primary:#d4a853;--color-primary-hover:#e4be6a;--color-primary-text:#141820;--color-accent:#8b9dc3;--color-accent-hover:#a3b4d4;--color-success:#6abf7b;--color-warning:#e4a853;--color-error:#d46b6b;--color-headword:#f0ebe4;--color-definition:#d4cfc7;--color-sense-label:#d4a853;--color-citation:#8a8279;--color-cross-ref:#8b9dc3;--color-source-badge:#263040;--color-source-badge-text:#8b9dc3}[data-theme=light]{--color-bg:#faf8f5;--color-bg-secondary:#f2efe9;--color-bg-tertiary:#e8e3db;--color-surface:#fff;--color-surface-hover:#f5f2ed;--color-text:#1a1a2e;--color-text-secondary:#3d3929;--color-text-muted:#6b6355;--color-text-inverse:#faf8f5;--color-border:#d4cfc7;--color-border-focus:#8b6914;--color-primary:#8b6914;--color-primary-hover:#6d5210;--color-primary-text:#fff;--color-accent:#4a5d82;--color-accent-hover:#3a4d6e;--color-success:#2f7a3e;--color-warning:#8b6914;--color-error:#9e2a2a;--color-headword:#1a1a2e;--color-definition:#2d2a24;--color-sense-label:#8b6914;--color-citation:#6b6355;--color-cross-ref:#4a5d82;--color-source-badge:#e8e3db;--color-source-badge-text:#6b6355}@media (prefers-color-scheme:light){:root:not([data-theme]){--color-bg:#faf8f5;--color-bg-secondary:#f2efe9;--color-bg-tertiary:#e8e3db;--color-surface:#fff;--color-surface-hover:#f5f2ed;--color-text:#1a1a2e;--color-text-secondary:#3d3929;--color-text-muted:#6b6355;--color-text-inverse:#faf8f5;--color-border:#d4cfc7;--color-border-focus:#8b6914;--color-primary:#8b6914;--color-primary-hover:#6d5210;--color-primary-text:#fff;--color-accent:#4a5d82;--color-accent-hover:#3a4d6e;--color-success:#2f7a3e;--color-warning:#8b6914;--color-error:#9e2a2a;--color-headword:#1a1a2e;--color-definition:#2d2a24;--color-sense-label:#8b6914;--color-citation:#6b6355;--color-cross-ref:#4a5d82;--color-source-badge:#e8e3db;--color-source-badge-text:#6b6355}}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-ui,"Inter", system-ui, sans-serif);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-weight:400;line-height:1.6}#app{min-height:100svh}.setup-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:520px;min-height:100svh;margin:0 auto;padding:3rem 2rem;display:flex}.setup-container h1{font-family:var(--font-greek,"Cormorant Garamond", serif);letter-spacing:.02em;color:var(--color-text);margin:0 0 .25rem;font-size:3rem;font-weight:600}.setup-subtitle{font-family:var(--font-greek,"Cormorant Garamond", serif);color:var(--color-primary);letter-spacing:.05em;margin:0 0 2rem;font-size:1.1rem;font-style:italic}.setup-description{color:var(--color-text-secondary);margin:0 0 2.5rem;font-size:.95rem;line-height:1.7}.setup-button{font-family:var(--font-ui);letter-spacing:.03em;color:var(--color-primary-text);background:var(--color-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-md), var(--shadow-glow);border:none;align-items:center;gap:.5rem;padding:.875rem 2.5rem;font-size:.95rem;font-weight:500;display:inline-flex}.setup-button:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-lg), 0 0 30px #d4a85326;transform:translateY(-1px)}.setup-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.setup-button:active{transform:translateY(0)}.setup-progress{text-align:left;width:100%;margin-top:2.5rem}.progress-phase{color:var(--color-text);margin-bottom:.75rem;font-size:.9rem;font-weight:500}.progress-bar-container{background:var(--color-bg-tertiary);border-radius:3px;width:100%;height:6px;overflow:hidden}.progress-bar{background:linear-gradient(90deg, var(--color-primary), var(--color-primary-hover));border-radius:3px;width:0%;height:100%;transition:width .3s;box-shadow:0 0 8px #d4a8534d}.progress-detail{color:var(--color-text-muted);font-variant-numeric:tabular-nums;margin-top:.75rem;font-size:.8rem}.setup-error{border-radius:var(--radius-md);color:var(--color-error);text-align:left;background:#d46b6b1a;border:1px solid #d46b6b4d;margin-top:1.5rem;padding:1rem 1.25rem;font-size:.875rem}.offline-setup-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:480px;min-height:100svh;margin:0 auto;padding:3rem 2rem;display:flex}.offline-setup-message h2{font-family:var(--font-greek);color:var(--color-text);margin:0 0 1rem}.offline-setup-message p{color:var(--color-text-secondary);line-height:1.7}.setup-container:before{content:"Δ";font-family:var(--font-greek);color:var(--color-primary);opacity:.15;margin-bottom:1rem;font-size:4rem;display:block}
