:root{--primary: #2563eb;--bg-color: #fafafa;--surface-bg: #ffffff;--border-color: #e5e5e5;--text-main: #171717;--text-muted: #737373}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-main);min-height:100vh;padding:2rem;display:flex;justify-content:center;align-items:center}#app{width:100%;display:flex;justify-content:center}.container{width:100%;max-width:1200px;background:var(--surface-bg);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;transition:box-shadow .3s ease}.container:hover{box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #0000000d}h1{font-size:1.25rem;font-weight:600;margin-bottom:2rem;color:var(--text-main);text-align:center}.translator-panels{display:flex;gap:1.5rem;flex-direction:column}.panel{flex:1;display:flex;flex-direction:column}.panel h2{font-size:.8125rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}textarea,.output-box{width:100%;flex:1;min-height:220px;border:1px solid var(--border-color);border-radius:12px;padding:1rem;font-size:1rem;line-height:1.6;color:var(--text-main);resize:vertical;background:var(--surface-bg);font-family:inherit;transition:border-color .2s,box-shadow .2s}textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}textarea::placeholder{color:#a3a3a3}.output-box{background:#f5f5f5;border-color:transparent;overflow-y:auto;white-space:pre-wrap}.settings-panel{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.settings-panel label{font-size:.875rem;font-weight:500;color:var(--text-muted)}.settings-panel input{padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:8px;width:100%;max-width:300px;font-family:inherit;font-size:.875rem;transition:border-color .2s}.settings-panel input:focus{outline:none;border-color:var(--primary)}.error-banner{background-color:#fef2f2;color:#ef4444;padding:.75rem 1rem;border-radius:8px;text-align:center;margin-bottom:1.5rem;font-size:.875rem;font-weight:500}.translate-btn{margin-top:1rem;width:100%;padding:.75rem;background-color:var(--primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.translation-actions{display:flex;flex-direction:row;justify-content:center;gap:1rem;padding:.5rem 0}.translation-actions .translate-btn{margin-top:0;flex:1}.translate-btn:hover:not(:disabled){background-color:#1d4ed8}.translate-btn:disabled{opacity:.6;cursor:not-allowed}.translate-btn.reverse-btn{background-color:#4b5563}.translate-btn.reverse-btn:hover:not(:disabled){background-color:#374151}.word-analysis{margin-top:2rem;border-top:1px solid var(--border-color);padding-top:1.5rem}.analysis-title{font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.875rem}.word-list{display:flex;flex-wrap:wrap;gap:.5rem}.word-card{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;border:1px solid transparent;cursor:default;transition:transform .15s ease}.word-card:hover{transform:translateY(-1px)}.word-card.existing{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}.word-card.coinage{background-color:#fefce8;border-color:#fde68a;color:#92400e}.word-badge{font-size:.75rem;font-weight:600;opacity:.85}.word-term{font-weight:700;font-family:Courier New,monospace}.word-meaning{opacity:.8}.word-dialect{font-size:.7rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;background:#00000012;opacity:.75;letter-spacing:.02em}.console-panel{margin-top:2rem;border-radius:12px;overflow:hidden;border:1px solid #2d2d2d;box-shadow:0 4px 12px #00000026}.console-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#1e1e1e;border-bottom:1px solid #2d2d2d}.console-title{font-size:.8125rem;font-weight:600;color:#a3e635;display:flex;align-items:center;gap:.5rem;font-family:Courier New,monospace}.thinking-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#a3e635;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.console-clear{font-size:.75rem;color:#6b7280;background:transparent;border:1px solid #374151;border-radius:6px;padding:.25rem .625rem;cursor:pointer;transition:color .2s,border-color .2s}.console-clear:hover{color:#d1d5db;border-color:#6b7280}.console-body{background:#0d0d0d;max-height:260px;overflow-y:auto;padding:1rem}.console-body pre{margin:0;font-family:Courier New,Consolas,monospace;font-size:.8rem;line-height:1.65;color:#d4d4d4;white-space:pre-wrap;word-break:break-word}.console-body::-webkit-scrollbar{width:6px}.console-body::-webkit-scrollbar-track{background:#1a1a1a}.console-body::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}.console-placeholder{color:#4b5563;font-family:Courier New,Consolas,monospace;font-size:.8rem;font-style:italic}.console-clear:disabled{opacity:.3;cursor:not-allowed}
