:root{--bg: #0b1220;--panel: #131c2e;--accent: #4f8cff;--text: #e8edf6;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}.app{display:flex;flex-direction:column;min-height:100%}.app__header{padding:1rem;background:var(--panel);position:sticky;top:0;display:flex;align-items:center;justify-content:space-between}.app__header h1{margin:0;font-size:1.25rem}.app__auth-btn{font-size:.85rem;padding:.5rem .75rem}.app__main{flex:1;padding:1rem;max-width:640px;width:100%;margin:0 auto}.capture__top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.capture__history-link{color:var(--accent);text-decoration:none;font-weight:500;white-space:nowrap}.capture__model-toggle{display:flex;gap:0;border-radius:6px;overflow:hidden;border:1px solid var(--accent)}.capture__model-btn{padding:.3rem .6rem;font-size:.8rem;border:none;background:transparent;color:var(--accent);cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.capture__model-btn--active{background:var(--accent);color:#fff}.capture__field,.capture__actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-bottom:0}button,select{background:var(--panel);color:var(--text);border:1px solid #2a3550;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem}button:not(:disabled){cursor:pointer}button:disabled{opacity:.5}a{color:var(--accent)}.capture__error{color:#ff6b6b}.capture__preview{margin:1rem 0;border-radius:.75rem;overflow:hidden;background:#000;position:relative}.capture__video,.capture__captured-img{width:100%;max-height:60vh;display:block;object-fit:cover}.capture__preview-controls{display:flex;gap:.75rem;justify-content:center;padding:.75rem;background:#0009}.capture__shutter{background:var(--accent)!important;border-color:var(--accent)!important;font-weight:700}.capture__streaming-label{text-align:center;margin:0;padding:.5rem;font-size:.85rem;background:#0009;color:#ff6b6b}.capture__processing{color:var(--accent);font-style:italic}.capture__result,.capture__narration{background:var(--panel);border-radius:.5rem;padding:1rem;margin:1rem 0}.capture__result h2{margin:0 0 .5rem;font-size:1.25rem}.capture__confidence{font-size:.85rem;opacity:.7}.capture__narration-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.capture__narration h3{margin:0;font-size:1rem}.capture__audio-btn{font-size:.85rem;padding:.4rem .75rem}.capture__captions{margin-top:.5rem;line-height:1.6}.capture__sources{margin-top:.75rem;font-size:.85rem;opacity:.8}.capture__sources ul{margin:.25rem 0 0;padding-left:1.25rem}.history__filter{margin-bottom:1rem}.history__filter-input{width:100%;padding:.6rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.15);background:var(--panel);color:var(--text);font-size:.95rem}.history__filter-input::placeholder{opacity:.5}.history__list{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.history__item{background:var(--panel);border-radius:.5rem;padding:1rem;display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.history__item:hover{border-color:#4f8cff4d}.history__item--selected{border-color:var(--accent)}.history__thumb{width:60px;height:60px;object-fit:cover;border-radius:.375rem;flex-shrink:0}.history__item-content{flex:1;min-width:0}.history__item h3{margin:0 0 .25rem;font-size:1rem}.history__description{font-size:.9rem;opacity:.85;margin:.25rem 0}.history__meta{font-size:.8rem;opacity:.6}.history__delete{background:none!important;border:none!important;padding:.25rem!important;font-size:1.2rem;cursor:pointer;flex-shrink:0}.history__detail{margin-top:1.5rem;padding:1.25rem;background:var(--panel);border-radius:.5rem;border:1px solid rgba(79,140,255,.2)}.history__detail h3{margin:0 0 .75rem;font-size:1.2rem}.history__detail-photo{width:100%;max-height:300px;object-fit:contain;border-radius:.5rem;margin-bottom:.75rem}.history__narrate-btn{margin-top:.75rem;padding:.5rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.9rem}.history__narrate-btn:disabled{opacity:.5;cursor:not-allowed}.history__audio{width:100%;margin-top:.75rem}.capture__gps-source{font-size:.8rem;opacity:.7;margin-left:.5rem}.capture__chat{background:var(--panel);border-radius:.5rem;padding:1rem;margin:1rem 0;border:1px solid rgba(79,140,255,.3)}.capture__chat h3{margin:0 0 .75rem;font-size:1rem}.capture__chat-input{display:flex;gap:.5rem}.capture__chat-input input{flex:1;padding:.6rem 1rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.15);background:var(--bg);color:var(--text);font-size:.95rem}.capture__chat-input input::placeholder{opacity:.5}.capture__chat-input button{background:var(--accent)!important;color:#fff!important;border:none!important;font-weight:700;padding:.6rem 1rem;font-size:1.1rem;border-radius:.5rem;min-width:3rem}.capture__chat-input button:disabled{opacity:.5}.capture__chat-answer{margin-top:.75rem;padding:.75rem;background:#4f8cff14;border-radius:.375rem;line-height:1.5}.capture__chat-answer .capture__audio-btn{margin-top:.5rem}.capture__chat-question-text{font-style:italic;opacity:.75;margin:0 0 .25rem;font-size:.9rem}.welcome h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--accent)}.welcome__tagline{font-size:1.1rem;opacity:.85;margin-bottom:1.5rem}.welcome__features{list-style:none;padding:0;margin:0 0 1.5rem}.welcome__features li{padding:.5rem 0;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.welcome__features li:last-child{border-bottom:none}.welcome__cta{font-size:1rem;opacity:.7;font-style:italic}
