:root{--bg: #f6f8fa;--surface: #ffffff;--text: #1c2430;--muted: #64748b;--border: #d8dee7;--accent: #2563eb;--accent-hover: #1d4ed8;--danger: #b91c1c;--ok: #15803d;--warn: #b45309;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.app-shell{max-width:880px;margin:0 auto;padding:1.5rem 1rem 3rem}.app-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.app-header h1{margin:0;font-size:1.6rem;letter-spacing:-.02em}.tagline{margin:.1rem 0 0;color:var(--muted)}.user-box{display:flex;gap:.75rem;align-items:baseline}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.card h2{margin:0 0 1rem;font-size:1.15rem}.section-head{display:flex;justify-content:space-between;align-items:baseline}.login-card{max-width:380px;margin:3rem auto}form label,.form-row label{display:block;font-size:.9rem;margin-bottom:.75rem}input[type=text],input[type=email],input[type=password]{display:block;width:100%;margin-top:.3rem;padding:.55rem .7rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;background:var(--surface);color:var(--text)}input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}button{font:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.primary{background:var(--accent);border:none;color:#fff;padding:.6rem 1.4rem;border-radius:8px;font-weight:600}.primary:not(:disabled):hover{background:var(--accent-hover)}.link{background:none;border:none;color:var(--accent);padding:0;font-size:.9rem}.muted{color:var(--muted)}.error{color:var(--danger);font-size:.92rem}.notice{border:1px solid var(--warn);border-left-width:4px;border-radius:6px;padding:.75rem 1rem;margin:0 0 1rem;color:var(--text);background:#fffbeb;font-size:.92rem;line-height:1.45}.dropzones{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:620px){.dropzones{grid-template-columns:1fr}}.dropzone{border:2px dashed var(--border);border-radius:12px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;text-align:center;transition:border-color .15s,background .15s}.dropzone:hover,.dropzone.drag-over{border-color:var(--accent);background:#eff6ff}.dropzone.has-file{border-style:solid}.dz-stack{display:flex;align-items:center;gap:.4rem}.dz-stack img{width:64px;height:64px;border-radius:8px;object-fit:cover;border:1px solid var(--border)}.dz-more{font-size:.9rem;font-weight:600;color:var(--muted)}.dz-eye{font-weight:700;font-size:1.05rem}.dz-hint{font-size:.82rem}.file-name{font-size:.85rem;color:var(--muted);word-break:break-all}.dz-footer{min-height:1.4rem;margin-top:.35rem;text-align:center;display:flex;flex-direction:column;gap:.15rem}.photo-viewer{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start;margin-top:1rem}.photo-viewer.no-result{grid-template-columns:minmax(0,26rem);justify-content:center}.photo-focus{margin:0;border:1px solid var(--border);border-radius:10px;padding:.6rem;background:var(--bg)}.photo-focus img{display:block;width:100%;max-height:320px;object-fit:contain;border-radius:8px}.photo-focus figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-top:.5rem}.carousel{display:flex;gap:.5rem;overflow-x:auto;padding:.75rem .15rem .5rem}.carousel-thumb{position:relative;flex:0 0 auto;width:76px;height:76px;border:2px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;background:var(--bg)}.carousel-thumb img{width:100%;height:100%;object-fit:cover}.carousel-thumb.is-focused{border-color:var(--accent)}.carousel-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.eye-badge{position:absolute;top:3px;left:3px;font-size:.7rem;font-weight:700;line-height:1;padding:.15rem .3rem;border-radius:4px;background:#0009;color:#fff}.status-dot{position:absolute;right:4px;bottom:4px;width:10px;height:10px;border-radius:50%;border:1px solid var(--surface);background:var(--muted)}.dot-processing{background:var(--accent);animation:pulse 1.2s ease-in-out infinite}.dot-complete{background:var(--ok)}.dot-failed{background:var(--danger)}@keyframes pulse{50%{opacity:.35}}@media(max-width:620px){.photo-viewer{grid-template-columns:1fr}}.form-row{display:flex;align-items:flex-end;gap:1rem;margin-top:1rem}.form-row label{flex:1;margin-bottom:0}.results{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:620px){.results{grid-template-columns:1fr}}.result-card,.eye-summary-card{border:1px solid var(--border);border-left:4px solid var(--border);border-radius:10px;padding:.9rem}.eye-summary-card{background:var(--bg)}.status-complete{border-left-color:var(--ok)}.status-failed{border-left-color:var(--danger)}.status-partial{border-left-color:var(--warn)}.status-processing{border-left-color:var(--accent)}.result-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.6rem}.result-title{display:flex;flex-direction:column;min-width:0}.badge{font-size:.75rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;background:#e2e8f0;color:var(--muted)}.badge-complete{background:#dcfce7;color:var(--ok)}.badge-failed{background:#fee2e2;color:var(--danger)}.badge-partial{background:#fef3c7;color:var(--warn)}.badge-processing{background:#dbeafe;color:var(--accent)}.result-body{margin:0;display:grid;gap:.45rem}.result-body div{display:flex;justify-content:space-between;gap:1rem}.result-body dt{color:var(--muted);font-size:.85rem}.result-body dd{margin:0;font-size:.9rem;text-align:right}.risk-high{color:var(--danger);font-weight:700}.risk-low{color:var(--ok);font-weight:700}.score+.score{margin-left:.6rem}.outcome{margin:0 0 .6rem;padding:.5rem .65rem;border-radius:6px;font-size:.85rem;background:var(--border)}.outcome-input_validation_failed,.outcome-inference_failed{color:var(--danger)}.reasons,.considerations{margin:.35rem 0 0;padding-left:1.1rem;text-align:left;font-weight:400;font-size:.85rem}.considerations{color:var(--muted)}.spinner{width:22px;height:22px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite;margin:.5rem auto}@keyframes spin{to{transform:rotate(360deg)}}.history{list-style:none;margin:0;padding:0}.history li{border-bottom:1px solid var(--border)}.history li:last-child{border-bottom:none}.history-row{width:100%;display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:.75rem;align-items:center;background:none;border:none;padding:.65rem .25rem;text-align:left;font-size:.92rem;color:var(--text)}.history-row:hover{background:var(--bg)}.history-results{padding:.75rem .25rem 1rem;display:grid;gap:.75rem}.history-subhead{margin:0;font-size:.85rem;font-weight:600;color:var(--muted)}.app-footer{text-align:center;font-size:.85rem;margin-top:2rem}
