html,body,#root{min-height:100%;margin:0}:root{color:#1f2937;background:#f3f5f8;font-family:Segoe UI,system-ui,sans-serif;line-height:1.45}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.app{min-height:100vh}.topbar{background:#fff;border-bottom:1px solid #d8dee8;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.topbar h1{margin:0;font-size:1.35rem}.local-badge{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7;border-radius:999px;flex-shrink:0;padding:.35rem .65rem;font-size:.78rem;font-weight:600}.muted{color:#667085;font-size:.9rem}.layout{grid-template-columns:minmax(280px,340px) 1fr;align-items:start;gap:1rem;padding:1rem;display:grid}.workspace{grid-template-columns:1fr minmax(260px,30%);align-items:start;gap:1rem;min-width:0;display:grid}.answer-panel{background:#fff;border:1px solid #d8dee8;border-radius:10px;flex-direction:column;min-width:0;max-height:calc(100vh - 5.5rem);padding:1rem;display:flex;position:sticky;top:1rem;box-shadow:0 2px 8px #0f172a0f}.answer-panel-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.answer-panel-header h2{margin:0}.answer-clear{padding:.25rem .55rem;font-size:.82rem}.answer-panel-empty{text-align:center;background:#f8fafc;border:1px dashed #d8dee8;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:1.5rem .75rem;display:flex}.answer-panel-body{flex-direction:column;flex:1;gap:.5rem;min-height:0;display:flex;overflow-y:auto}.answer-warn{margin:0;font-size:.82rem}.answer-table-wrap{flex:1;min-height:120px;max-height:none}.answer-panel .summary{margin-bottom:.5rem;font-size:.95rem}.answer-panel .result-title{font-size:.9rem}.answer-panel .export-row{border-top:1px solid #eef1f6;flex-shrink:0;margin-top:.5rem;padding-top:.5rem}.answer-panel .export-row .btn{width:100%}.panel,.card{background:#fff;border:1px solid #d8dee8;border-radius:10px;padding:1rem}.panel section+section{border-top:1px solid #eef1f6;margin-top:1.25rem;padding-top:1rem}.main{flex-direction:column;gap:1rem;min-width:0;display:flex}h2{margin:0 0 .6rem;font-size:1.05rem}.btn{cursor:pointer;background:#fff;border:1px solid #c5cedb;border-radius:8px;padding:.45rem .85rem}.btn.primary{background:#dbeafe;border-color:#93c5fd;font-weight:600}.btn:disabled{opacity:.6;cursor:not-allowed}.banner{border-radius:8px;margin:.75rem 1.25rem 0;padding:.65rem .85rem}.banner.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.banner.info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.banner.warn{color:#92400e;background:#fffbeb;border:1px solid #fde68a;margin:.75rem 0}.banner.warn p{margin:.25rem 0}.file-name{word-break:break-all;font-weight:600}.sheet-list{border:1px solid #e5eaf1;border-radius:8px;max-height:160px;margin:0 0 .75rem;padding:0;list-style:none;overflow:auto}.sheet-list li{border-bottom:1px solid #eef1f6;padding:.35rem .55rem}.label{flex-direction:column;gap:.25rem;margin:.5rem 0;font-size:.9rem;font-weight:600;display:flex}.label select,.map-row select,.extras select,.search,.free-text input{background:#fff;border:1px solid #cfd7e3;border-radius:8px;width:100%;padding:.4rem .5rem}.check{align-items:center;gap:.4rem;margin:.4rem 0 .75rem;display:flex}.mapped-strip,.confirm-strip{background:#eef4ff;border:1px solid #b2ccff;border-radius:8px;margin:.5rem 0;padding:.65rem .75rem;font-size:.9rem}.confirm-strip{background:#fff7ed;border-color:#fdba74}.map-row{grid-template-columns:1fr 1.1fr;align-items:center;gap:.5rem;margin:.35rem 0;font-size:.88rem;font-weight:500;display:grid}.join-box{border-top:1px dashed #dde3ec;margin-top:.75rem;padding-top:.5rem}.table-wrap{border:1px solid #e5eaf1;border-radius:8px;max-height:280px;overflow:auto}table{border-collapse:collapse;width:100%;font-size:.85rem}th,td{text-align:left;white-space:nowrap;border-bottom:1px solid #eef1f6;padding:.35rem .5rem}th{background:#f8fafc;position:sticky;top:0}.question-bank-title-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.question-bank-title-row h2{margin:0}.question-bank-title-row .btn{white-space:nowrap;flex-shrink:0}.question-bank-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:.75rem;margin-top:.5rem;display:grid}.question-bank-category{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:0;padding:.55rem .65rem}.question-bank-category summary{color:#1e293b;cursor:pointer;font-size:.86rem;font-weight:600}.question-bank-category[open] summary{border-bottom:1px solid #e2e8f0;margin-bottom:.45rem;padding-bottom:.4rem}.q-list{background:#fff;border:1px solid #e5eaf1;border-radius:8px;max-height:240px;margin:0;padding:0;list-style:none;overflow:auto}.q-item{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #eef1f6;width:100%;padding:.55rem .7rem;font-size:.82rem;line-height:1.35}.q-item:last-child{border-bottom:0}.q-item:hover,.q-item.active{background:#eff6ff}@media (width<=1100px){.workspace{grid-template-columns:1fr minmax(220px,32%)}.question-bank-grid,.suggested-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=960px){.layout,.workspace{grid-template-columns:1fr}.answer-panel{max-height:none;position:static}.answer-table-wrap{max-height:320px}}.extras{gap:.55rem;margin-top:.75rem;display:grid}.extras label{flex-direction:column;gap:.25rem;font-size:.9rem;font-weight:600;display:flex}.radio-row{gap:1rem;display:flex}.free-text{gap:.5rem;display:flex}.suggested-queries{margin-top:.85rem}.suggested-queries .search{margin-bottom:.75rem}.suggested-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:.75rem;display:grid}.suggested-category{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:0;padding:.55rem .65rem}.suggested-category summary{color:#1e293b;cursor:pointer;font-size:.86rem;font-weight:600;list-style-position:outside}.suggested-category[open] summary{border-bottom:1px solid #e2e8f0;margin-bottom:.45rem;padding-bottom:.4rem}.suggested-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.suggested-chip{color:#0f172a;cursor:pointer;text-align:left;background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.35rem .55rem;font-size:.78rem;line-height:1.35}.suggested-chip:hover{background:#e2e8f0;border-color:#94a3b8}@media (width<=640px){.question-bank-grid,.suggested-categories-grid{grid-template-columns:1fr}}.result-title{margin:0 0 .35rem;font-weight:600}.summary{color:#14532d;margin:0 0 .75rem;font-size:1.05rem;font-weight:700}.result-table .winner{background:#e8f5e9;font-weight:700}.export-row{justify-content:flex-end;margin-top:.85rem;display:flex}details{margin-top:.5rem}details summary{cursor:pointer;color:#334155;margin-bottom:.4rem}
