:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:var(--color-text-primary);background:var(--background-app);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--background-app: radial-gradient(circle at 20% 10%, #edf2ff, #f8fafc 40%, #eef2ff 100%);--color-surface-primary: #ffffff;--color-surface-soft: #f4f6fb;--color-surface-muted: #fafbfd;--color-border-primary: #d7dce5;--color-border-subtle: #e5e7eb;--color-border-strong: #cfd6e3;--color-text-primary: #111827;--color-text-strong: #1f2937;--color-text-body: #374151;--color-text-secondary: #475569;--color-text-tertiary: #4b5563;--color-text-muted: #6b7280;--color-text-ink: #0f172a;--color-warning-text: #b45309;--color-warning-border: #f59e0b;--color-warning-surface: #fffbeb;--color-info-border: #bfdbfe;--color-info-surface: #eff6ff;--color-info-text-strong: #1e3a8a;--color-accent-teal: #0f766e;--color-accent-teal-soft: #ecfeff;--color-accent-blue: #1d4ed8;--color-focus-ring: #99f6e4;--color-mobile-active: #92400e;--color-overlay: rgba(15, 23, 42, .35);--shadow-panel: rgba(17, 24, 39, .08);--shadow-toast: rgba(15, 118, 110, .3);--shadow-drawer: rgba(17, 24, 39, .14)}:root[data-theme=dark]{color-scheme:dark;--background-app: radial-gradient(circle at 20% 10%, #1d2336, #111827 48%, #0f172a 100%);--color-surface-primary: #111827;--color-surface-soft: #1f2937;--color-surface-muted: #182333;--color-border-primary: #334155;--color-border-subtle: #273449;--color-border-strong: #3f4f67;--color-text-primary: #f8fafc;--color-text-strong: #e2e8f0;--color-text-body: #cbd5e1;--color-text-secondary: #94a3b8;--color-text-tertiary: #9ca3af;--color-text-muted: #94a3b8;--color-text-ink: #f8fafc;--color-warning-text: #fbbf24;--color-warning-border: #d97706;--color-warning-surface: #3c2a12;--color-info-border: #2563eb;--color-info-surface: #14243f;--color-info-text-strong: #bfdbfe;--color-accent-teal: #0d9488;--color-accent-teal-soft: #163439;--color-accent-blue: #3b82f6;--color-focus-ring: #2dd4bf;--color-mobile-active: #b45309;--color-overlay: rgba(2, 6, 23, .6);--shadow-panel: rgba(2, 6, 23, .4);--shadow-toast: rgba(13, 148, 136, .35);--shadow-drawer: rgba(2, 6, 23, .55)}*{box-sizing:border-box}body{margin:0;min-width:320px;color:var(--color-text-primary);background:var(--background-app)}button{font:inherit;cursor:pointer}.app-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem 1rem calc(2rem + env(safe-area-inset-bottom));width:100%;box-sizing:border-box;position:relative}.card-panel{width:min(780px,100%);background:var(--color-surface-primary);border:1px solid var(--color-border-primary);border-radius:18px;padding:1.6rem;box-shadow:0 12px 28px var(--shadow-panel)}.eyebrow{margin:0;color:var(--color-text-muted);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.title-row{margin:.4rem 0 .5rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem}h1{margin:0;font-size:clamp(1.8rem,3vw,2.3rem);line-height:1.2;color:var(--color-text-primary)}.favorite-button{border:1px solid var(--color-border-primary);background:var(--color-surface-primary);color:var(--color-text-secondary);border-radius:10px;width:2.8rem;height:2.8rem;display:grid;place-items:center;font-size:1.3rem;line-height:1}.favorite-button.active{color:var(--color-warning-text);border-color:var(--color-warning-border);background:var(--color-warning-surface)}.date-line{margin:0 0 .8rem;color:var(--color-text-tertiary)}.theme-row{display:inline-flex;align-items:center;gap:.45rem;margin:1rem 0 0;padding:.2rem .35rem;border:1px solid var(--color-border-subtle);border-radius:10px;background:transparent}.theme-row label{font-size:.8rem;font-weight:500;color:var(--color-text-muted);margin:0;white-space:nowrap}.theme-row select{border:1px solid var(--color-border-primary);border-radius:8px;background:var(--color-surface-primary);color:var(--color-text-secondary);padding:.35rem .55rem;min-height:34px;font-size:.82rem;min-width:110px}.theme-row select:focus{outline:2px solid var(--color-focus-ring);border-color:var(--color-accent-teal)}.theme-row-desktop{display:none}.theme-row-mobile{display:inline-flex}.shared-banner{margin:0 0 1rem;padding:.6rem .75rem;border-radius:10px;border:1px solid var(--color-info-border);background:var(--color-info-surface);color:var(--color-info-text-strong);display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.shared-back-button{border:1px solid var(--color-accent-blue);border-radius:8px;padding:.55rem .85rem;background:var(--color-surface-primary);color:var(--color-accent-blue);font-weight:600;min-height:44px}.orientation-toggle{display:inline-flex;gap:.5rem;margin-bottom:1rem;padding:.25rem;border-radius:10px;background:var(--color-surface-soft)}.orientation-toggle button{border:0;padding:.65rem 1rem;border-radius:8px;background:transparent;color:var(--color-text-body);min-height:44px;font-weight:600}.orientation-toggle .active{background:var(--color-text-strong);color:var(--color-surface-primary)}.meaning-box{border:1px solid var(--color-border-primary);border-radius:12px;padding:1rem;background:var(--color-surface-muted)}.meaning-box h2{margin:0 0 .4rem;font-size:1rem;color:var(--color-text-primary)}.meaning-box p{margin:0;color:var(--color-text-strong);line-height:1.55}.actions{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.actions button{border:0;border-radius:10px;background:var(--color-border-subtle);color:var(--color-text-strong);font-weight:600;padding:.7rem 1.05rem;min-height:44px}.actions .share{background:var(--color-accent-blue);color:var(--color-surface-primary)}.actions .daily-control.active{background:var(--color-mobile-active);color:var(--color-surface-primary)}.actions-theme-slot{display:none;margin-left:auto;align-items:center}.actions-theme-slot .theme-row{margin:0}.search-section{margin-top:1.25rem;border-top:1px solid var(--color-border-subtle);padding-top:1rem}.search-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.search-close{border:1px solid var(--color-border-strong);background:var(--color-surface-primary);color:var(--color-text-strong);border-radius:8px;min-height:40px;padding:.5rem .8rem;font-weight:600}.search-header label{display:block;font-size:.9rem;font-weight:600;color:var(--color-text-strong);margin:0}.search-section input{width:100%;border:1px solid var(--color-border-strong);border-radius:10px;background:var(--color-surface-primary);color:var(--color-text-strong);padding:.75rem .8rem;font-size:.95rem;min-height:44px;box-sizing:border-box}.search-section input::placeholder{color:var(--color-text-muted)}.search-section input:focus{outline:2px solid var(--color-focus-ring);border-color:var(--color-accent-teal)}.results-summary{margin:.55rem 0 .6rem;color:var(--color-text-tertiary);font-size:.9rem}.favorites-filter{margin-top:.65rem;display:inline-flex;align-items:center;gap:.45rem;color:var(--color-text-strong);font-size:.9rem;font-weight:600}.favorites-filter input{width:1rem;height:1rem;margin:0;accent-color:var(--color-accent-teal)}.results-empty{margin:.7rem 0 0;color:var(--color-text-muted);font-size:.9rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.5rem;max-height:230px;overflow:auto;padding-right:.2rem}.result-card{display:flex;align-items:center;justify-content:space-between;gap:.4rem;text-align:left;border:1px solid var(--color-border-primary);background:var(--color-surface-primary);color:var(--color-text-strong);border-radius:8px;padding:.75rem .7rem;min-height:48px}.result-card.active{border-color:var(--color-accent-teal);background:var(--color-accent-teal-soft)}.star-tag{color:var(--color-warning-text)}.history-section{margin-top:1.25rem;border-top:1px solid var(--color-border-subtle);padding-top:1rem}.history-section h2{margin:0 0 .7rem;font-size:1rem}.history-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.history-close{border:1px solid var(--color-border-strong);background:var(--color-surface-primary);color:var(--color-text-strong);border-radius:8px;min-height:40px;padding:.5rem .8rem;font-weight:600}.history-empty{margin:0;color:var(--color-text-muted)}.history-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.history-item{width:100%;text-align:left;border:1px solid var(--color-border-primary);border-radius:8px;background:var(--color-surface-primary);padding:.75rem;min-height:54px}.history-main{display:block;color:var(--color-text-strong);font-size:.93rem}.history-meta{display:block;margin-top:.15rem;color:var(--color-text-muted);font-size:.79rem}.mobile-picker-trigger,.mobile-history-trigger,.mobile-action-bar,.mobile-picker-backdrop{display:none}.copied-msg{position:fixed;right:1rem;bottom:1rem;z-index:45;border-radius:10px;background:var(--color-accent-teal);color:var(--color-surface-primary);padding:.55rem .8rem;font-size:.88rem;font-weight:700;box-shadow:0 8px 22px var(--shadow-toast)}@media(max-width:720px){.app-shell{align-items:start;padding:.75rem .75rem calc(5.75rem + env(safe-area-inset-bottom))}.card-panel{padding:1rem;border-radius:14px}h1{font-size:clamp(1.5rem,7vw,2rem)}.date-line{margin-bottom:.9rem}.orientation-toggle{width:100%}.orientation-toggle button{flex:1}.mobile-picker-trigger{margin-top:.9rem;display:block;width:100%;border:1px solid var(--color-border-strong);border-radius:10px;background:var(--color-surface-primary);color:var(--color-text-ink);min-height:46px;font-weight:600}.actions{display:none}.search-section{position:fixed;left:0;right:0;bottom:0;z-index:50;margin:0;border-top:1px solid var(--color-border-primary);border-radius:16px 16px 0 0;padding:.9rem .9rem calc(1rem + env(safe-area-inset-bottom));background:var(--color-surface-primary);box-shadow:0 -10px 30px var(--shadow-drawer);transform:translateY(102%);transition:transform .18s ease-out;max-height:min(72vh,540px)}.search-section.open{transform:translateY(0)}.results-grid{grid-template-columns:1fr;max-height:calc(72vh - 190px);padding-bottom:.25rem}.mobile-history-trigger{margin-top:.9rem;display:block;width:100%;border:1px solid var(--color-border-strong);border-radius:10px;background:var(--color-surface-primary);color:var(--color-text-ink);min-height:46px;font-weight:600}.history-section{position:fixed;left:0;right:0;bottom:0;z-index:52;margin:0;border-top:1px solid var(--color-border-primary);border-radius:16px 16px 0 0;padding:.9rem .9rem calc(1rem + env(safe-area-inset-bottom));background:var(--color-surface-primary);box-shadow:0 -10px 30px var(--shadow-drawer);transform:translateY(102%);transition:transform .18s ease-out;max-height:min(72vh,540px);overflow:hidden}.history-section.open{transform:translateY(0)}.history-list{max-height:calc(72vh - 130px);overflow:auto;padding-bottom:.25rem}.mobile-picker-backdrop{display:block;position:fixed;inset:0;z-index:40;border:0;background:var(--color-overlay);padding:0}.mobile-action-bar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;border-top:1px solid var(--color-border-primary);background:var(--color-surface-primary);padding:.6rem .75rem calc(.6rem + env(safe-area-inset-bottom));box-shadow:0 -6px 20px var(--shadow-panel)}.mobile-action-bar.hidden{display:none}.mobile-action-bar button{min-height:46px;border-radius:10px;border:0;background:var(--color-accent-teal);color:var(--color-surface-primary);font-weight:700;padding:.55rem .4rem}.mobile-action-bar button.active{background:var(--color-mobile-active)}.copied-msg{right:.75rem;bottom:calc(4.2rem + env(safe-area-inset-bottom));z-index:70}.history-item{padding:.85rem .75rem}}@media(min-width:721px){.theme-row-desktop{display:inline-flex;margin:0}.actions-theme-slot{display:flex}.theme-row-mobile,.search-close,.history-close{display:none}}
