:root{--color-scheme: light;--bg: #ffffff;--bg-secondary: #f7f7f7;--bg-tertiary: #efefef;--text: #1a1a1a;--text-secondary: #555555;--text-muted: #888888;--accent: #0047ab;--accent-light: #e8f0fe;--accent-hover: #003580;--border: #d4d4d4;--border-light: #e8e8e8;--serif: "Georgia", "Times New Roman", "Noto Serif", serif;--sans: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, Menlo, monospace;font-family:var(--sans);line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app-header{background:#1b3a5c;color:#fff;padding:0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.header-top{max-width:960px;margin:0 auto;padding:1rem 1.5rem .5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{font-family:var(--serif);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap;color:#fff;text-decoration:none;cursor:pointer}.logo span{color:#f0c040}.search-bar{max-width:960px;margin:0 auto;padding:0 1.5rem .75rem;display:flex;gap:.5rem}.search-bar input{flex:1;padding:.6rem 1rem;font-size:1rem;font-family:var(--sans);border:2px solid transparent;border-radius:6px;background:#ffffff1f;color:#fff;outline:none;transition:border-color .2s,background .2s}.search-bar input::placeholder{color:#ffffff80}.search-bar input:focus{border-color:#f0c040;background:#ffffff2e}.search-bar button{padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;font-family:var(--sans);border:none;border-radius:6px;background:#f0c040;color:#1b3a5c;cursor:pointer;transition:background .2s;white-space:nowrap}.search-bar button:hover{background:#e0b030}.search-bar button:disabled{opacity:.6;cursor:not-allowed}.app-main{max-width:960px;margin:0 auto;padding:2rem 1.5rem 4rem}.landing{text-align:center;padding:4rem 1rem}.landing-icon{font-size:4rem;margin-bottom:1rem}.landing h2{font-family:var(--serif);font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.landing p{color:var(--text-secondary);font-size:1rem;max-width:400px;margin:0 auto 2rem}.word-of-the-day{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:10px;padding:1.5rem;max-width:420px;margin:0 auto;text-align:left}.word-of-the-day .label{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.25rem}.word-of-the-day h3{font-family:var(--serif);font-size:1.4rem;margin-bottom:.25rem}.word-of-the-day .pos{font-style:italic;color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.word-of-the-day .def{color:var(--text-secondary);font-size:.95rem}.loading{text-align:center;padding:4rem 1rem}.spinner{width:40px;height:40px;border:3px solid var(--border-light);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.loading p{color:var(--text-muted)}.error-box{text-align:center;padding:3rem 1rem}.error-box h2{font-family:var(--serif);font-size:1.3rem;margin-bottom:.5rem}.error-box p{color:var(--text-secondary);margin-bottom:1rem}.error-box button{padding:.5rem 1.25rem;font-size:.9rem;font-family:var(--sans);border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);cursor:pointer;transition:background .2s}.error-box button:hover{background:var(--bg-secondary)}.result-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:2px solid var(--border-light)}.result-word{font-family:var(--serif);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.15rem}.phonetics-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.phonetic-text{font-size:1.1rem;color:var(--text-secondary);font-family:var(--sans)}.pronunciation-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--accent-light);color:var(--accent);cursor:pointer;font-size:1rem;transition:background .2s,border-color .2s;flex-shrink:0}.pronunciation-btn:hover{background:#d0e0f8;border-color:var(--accent)}.meaning-block{margin-bottom:2rem}.pos-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.pos-label{font-family:var(--serif);font-style:italic;font-size:1.2rem;font-weight:600;color:var(--text)}.pos-line{flex:1;height:2px;background:var(--border-light)}.definitions-list{list-style:none;padding:0}.definition-item{display:flex;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border-light)}.definition-item:last-child{border-bottom:none}.def-number{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--accent);background:var(--accent-light);border-radius:50%;margin-top:2px}.def-content{flex:1}.def-text{font-size:.95rem;line-height:1.6;color:var(--text)}.def-example{margin-top:.35rem;font-style:italic;color:var(--text-muted);font-size:.9rem}.def-example:before{content:"“"}.def-example:after{content:"”"}.synonyms-section{margin-top:.75rem;padding:.5rem 0}.syn-label{font-weight:600;font-size:.85rem;color:var(--text-secondary);margin-bottom:.35rem}.syn-tags{display:flex;flex-wrap:wrap;gap:.4rem}.syn-tag{display:inline-block;padding:.2rem .65rem;font-size:.82rem;color:var(--accent);background:var(--accent-light);border:1px solid transparent;border-radius:20px;cursor:pointer;transition:border-color .2s,background .2s;font-family:var(--sans)}.syn-tag:hover{border-color:var(--accent);background:#d0e0f8}.source-section{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border-light);font-size:.82rem;color:var(--text-muted)}.source-section a{color:var(--accent);text-decoration:none}.source-section a:hover{text-decoration:underline}.app-footer{text-align:center;padding:1.5rem;font-size:.8rem;color:var(--text-muted);border-top:1px solid var(--border-light)}.history-section{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border-light)}.history-section h3{font-family:var(--serif);font-size:1.1rem;margin-bottom:.75rem;color:var(--text-secondary)}.history-chips{display:flex;flex-wrap:wrap;gap:.5rem}.history-chip{padding:.35rem .9rem;font-size:.85rem;font-family:var(--sans);border:1px solid var(--border);border-radius:20px;background:var(--bg);color:var(--text-secondary);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.history-chip:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}@media(max-width:640px){.header-top{flex-direction:column;align-items:stretch;gap:.5rem}.logo{text-align:center}.result-word{font-size:2rem}}
