:root{--bg: #f7f7f5;--surface: #ffffff;--border: #e2e2df;--text: #232321;--muted: #6b6b66;--accent: #2f5d50;--accent-hover: #24483e;--danger: #b3261e;--secure: #2f7d4f;--partial: #b8860b;--misconception: #b3261e;--unknown: #6b6b66}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.page{max-width:960px;margin:0 auto;padding:32px 20px 80px}.centered-page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:24px}h1{font-size:1.6rem;margin:0 0 4px}h2{font-size:1.25rem;margin:0 0 12px}h3{font-size:1rem;margin:0 0 6px}h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 6px}p{margin:0 0 8px}.muted{color:var(--muted);font-size:.92rem}.error{color:var(--danger);font-size:.92rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;max-width:560px;width:100%}.field{display:flex;flex-direction:column;gap:6px;font-size:.9rem;margin-bottom:16px}input,textarea{font-family:inherit;font-size:1rem;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);width:100%}textarea{resize:vertical;margin-bottom:16px}input:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:1px}button,.button{font-family:inherit;font-size:.95rem;font-weight:600;padding:10px 18px;border-radius:8px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}button:hover,.button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary,.button.secondary{background:transparent;color:var(--accent)}button.secondary:hover,.button.secondary:hover{background:#2f5d5014}.link-button{background:none;border:none;color:var(--accent);padding:0;font-weight:500;font-size:.85rem}.link-button:hover{text-decoration:underline;background:none}.button-row{display:flex;gap:10px;flex-wrap:wrap}.progress{margin-bottom:16px;font-size:.85rem;color:var(--muted)}.progress-bar{height:6px;background:var(--border);border-radius:999px;margin-top:6px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--accent);transition:width .2s ease}.question-prompt{white-space:pre-line;font-size:1.05rem;margin-bottom:16px}.session-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.session-list a{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px;text-decoration:none;color:var(--text)}.session-list a:hover{border-color:var(--accent)}.session-name{font-weight:600}.session-date{margin-left:auto;color:var(--muted);font-size:.85rem}.badge{font-size:.75rem;padding:3px 9px;border-radius:999px;background:var(--border);color:var(--text)}.badge-evaluated{background:#2f7d4f26;color:var(--secure)}.badge-in_progress{background:#b8860b26;color:var(--partial)}.review-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.review-question{display:flex;justify-content:space-between;align-items:center;gap:8px}.review-answer{white-space:pre-line;color:var(--muted);margin:4px 0 0}.report-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 24px;margin-bottom:20px}.concept-group{margin-bottom:14px}.concept-group h4{color:var(--muted)}.concept-group-secure h4{color:var(--secure)}.concept-group-partial h4{color:var(--partial)}.concept-group-misconception h4{color:var(--misconception)}.domain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.domain-card{border:1px solid var(--border);border-radius:10px;padding:14px}.ranked-list{padding-left:20px;display:flex;flex-direction:column;gap:14px}.probe-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:14px}.probe-question{font-weight:600;margin:6px 0 2px}.sublist{margin-bottom:16px}.table-scroll{overflow-x:auto}.per-question-table{border-collapse:collapse;width:100%;font-size:.88rem}.per-question-table th,.per-question-table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border);vertical-align:top}.tag{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;font-weight:700;color:#fff;font-size:.8rem}.tag-S{background:var(--secure)}.tag-P{background:var(--partial)}.tag-M{background:var(--misconception)}.tag-U{background:var(--unknown)}
