.auth-gate{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-container{text-align:center;width:100%;max-width:320px}.auth-subtitle{color:var(--text-light);letter-spacing:.04em;margin-bottom:.5rem;font-size:.875rem}.auth-name-origin{font-family:var(--serif);color:var(--accent-light);cursor:default;margin-bottom:2.5rem;font-size:.8125rem;font-style:italic}.auth-name-origin em{letter-spacing:.02em;font-style:normal}.auth-form{flex-direction:column;gap:.75rem;display:flex}.auth-input{font-family:var(--sans);border:1px solid var(--border);color:var(--text);text-align:center;background:#fff;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.auth-input:focus{border-color:var(--accent);outline:none}.auth-submit{font-family:var(--sans);background:var(--text);color:var(--bg);cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:opacity .2s}.auth-submit:hover:not(:disabled){opacity:.85}.auth-submit:disabled{opacity:.4;cursor:not-allowed}.auth-error{color:#b5564e;margin-top:.25rem;font-size:.8125rem}.query-interface{flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex}.query-header{text-align:center;margin-bottom:3rem;padding-top:12vh;transition:padding-top .4s}.query-header .logo{font-family:var(--serif);letter-spacing:-.02em;color:var(--text);margin-bottom:.25rem;font-size:3.5rem;font-weight:400}.tagline{color:var(--text-light);letter-spacing:.04em;font-size:.875rem}.query-form{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:center;width:100%;max-width:560px;padding:.25rem .25rem .25rem 1.25rem;transition:border-color .2s,box-shadow .2s;display:flex}.query-form:focus-within{border-color:var(--accent-light);box-shadow:0 0 0 3px #8b735514}.query-input{font-family:var(--sans);color:var(--text);background:0 0;border:none;flex:1;padding:.5rem 0;font-size:1rem;line-height:1.5}.query-input:focus{outline:none}.query-input::placeholder{color:var(--text-light);opacity:.6}.query-submit{background:var(--text);width:40px;height:40px;color:var(--bg);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.query-submit:hover:not(:disabled){opacity:.85}.query-submit:disabled{opacity:.3;cursor:not-allowed}.query-results{flex-direction:column;align-items:center;width:100%;max-width:640px;margin-top:2.5rem;display:flex}.line-drawing{width:120px;height:120px;color:var(--accent-light);margin:2rem auto}.line-drawing svg{width:100%;height:100%}.line-drawing path{stroke-dasharray:1000;stroke-dashoffset:1000px;transition:none}.line-drawing path.drawn{animation:3s ease-in-out forwards draw-line}.minna-wordmark{width:200px;height:100px;color:var(--text);margin:0 auto .5rem}.minna-wordmark svg{width:100%;height:100%}.minna-wordmark .wordmark-hidden{stroke-dasharray:1200;stroke-dashoffset:1200px}.minna-wordmark .wordmark-drawn{stroke-dasharray:1200;stroke-dashoffset:1200px;animation:3.5s ease-in-out forwards draw-wordmark}@keyframes draw-wordmark{to{stroke-dashoffset:0}}@keyframes draw-line{to{stroke-dashoffset:0}}.query-error{text-align:center;color:#b5564e;padding:1rem;font-size:.875rem}.query-response{width:100%;animation:.3s fade-in}.response-text{font-family:var(--serif);color:var(--text);white-space:pre-wrap;font-size:1.0625rem;line-height:1.75}.response-sources{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.response-sources h3{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:1rem;font-size:.75rem;font-weight:500}.source-quote{border-left:2px solid var(--accent-light);margin:0 0 1.25rem;padding-left:1.25rem}.source-quote p{font-family:var(--serif);color:var(--text);margin-bottom:.375rem;font-size:.9375rem;font-style:italic;line-height:1.7}.source-quote cite{font-family:var(--sans);color:var(--text-light);font-size:.75rem;font-style:normal}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.query-header{margin-bottom:2rem;padding-top:8vh}.query-header .logo{font-size:2.5rem}.query-form{border-radius:10px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fafaf8;--bg-warm:#f5f4f0;--text:#1a1a18;--text-light:#6b6b65;--accent:#8b7355;--accent-light:#b8a88a;--border:#e5e4e0;--serif:"Lora", Georgia, "Times New Roman", serif;--sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--sans);background-color:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}#root{min-height:100vh}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
