:root{color-scheme:light;font-family:Pretendard,Noto Sans KR,sans-serif;background:linear-gradient(170deg,#fff8ef,#f3fbff);color:#1e293b}*{box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:hidden}.page{max-width:980px;margin:0 auto;padding:28px 16px 48px;display:grid;gap:16px;position:relative}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;z-index:1000;color:#fff;font-weight:600}.spinner{width:46px;height:46px;border:5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.progress-wrap{width:min(360px,80vw)}.progress-track{height:10px;background:#ffffff59;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:#22d3ee;width:0%;transition:width .2s ease}.progress-text{margin-top:8px;text-align:right}@keyframes spin{to{transform:rotate(360deg)}}.panel{background:#ffffffd9;border:1px solid #d6e6f3;border-radius:14px;padding:18px;box-shadow:0 8px 25px #0c4a6e14}h1,h2,h3{margin:0 0 10px}.desc,.meta,.message{margin:10px 0}.upload-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.toolbar-actions{display:flex;gap:8px;flex-wrap:wrap}input[type=file]{padding:8px;border:1px solid #a9c4d8;border-radius:8px;background:#fff}button{border:0;border-radius:9px;padding:10px 14px;background:#0f766e;color:#fff;cursor:pointer;font-weight:600}button:disabled{opacity:.6;cursor:not-allowed}.server-status-page{min-height:100vh;display:grid;place-items:center;padding:24px 16px}.server-status-panel{width:min(560px,100%);padding:24px;border:1px solid #d6e6f3;border-radius:14px;background:#ffffffeb;box-shadow:0 8px 25px #0c4a6e14}.server-status-panel-error{border-color:#fecaca}.server-status-kicker{margin:0 0 8px;color:#0f766e;font-size:14px;font-weight:700}.server-status-panel-error .server-status-kicker{color:#b91c1c}.server-status-desc{margin:0 0 16px;line-height:1.6}.server-status-meta{display:grid;gap:6px;margin-bottom:14px;color:#475569;font-size:14px}.server-status-meta code,.server-status-desc code{padding:2px 5px;border-radius:5px;background:#eef6fb;color:#0f172a;word-break:break-all}.server-status-error{margin:0 0 14px;color:#b91c1c;font-weight:600}.pair-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}.pair-grid article{background:#f8fbff;border:1px solid #d7e5f0;border-radius:10px;padding:12px}table{width:100%;border-collapse:collapse;margin-top:8px}.results-table-scroll{display:block;width:100%;max-width:100%;overflow-x:scroll;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch}.results-table{width:1600px!important;min-width:1600px;table-layout:fixed}.results-table .col-embedding-score{min-width:110px;width:110px}th,td{border-bottom:1px solid #d9e4ef;padding:10px;text-align:left;vertical-align:top;word-break:break-word}.results-page{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px}.results-page .panel{width:min(1200px,100%);text-align:center}.results-page .toolbar{justify-content:space-between}.results-page .toolbar-actions{justify-content:flex-end;margin-left:auto}.results-page .results-title{margin:0;min-height:40px;display:flex;align-items:center}.metric-label{vertical-align:middle}.metric-help{position:relative;display:inline-block;margin-left:6px;vertical-align:middle}.metric-help-trigger{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid #94a3b8;border-radius:50%;line-height:1;font-size:11px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#334155;background:#f8fafc}.metric-help-trigger:hover{background:#eef2f7}.metric-help-box{position:absolute;top:24px;right:0;z-index:20;width:320px;max-width:70vw;padding:10px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;box-shadow:0 8px 20px #0f172a29;text-align:left;line-height:1.5;font-size:13px;font-weight:400;white-space:pre-line;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .15s ease}.metric-help:hover .metric-help-box,.metric-help:focus-within .metric-help-box{visibility:visible;opacity:1}.metric-help-box-right{left:24px;right:auto}.results-page .results-table th,.results-page .results-table td{text-align:center;vertical-align:middle}.results-page .results-table th.col-left,.results-page .results-table td.col-left{text-align:left}.th-label{vertical-align:middle}.th-help{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:4px;border:1px solid #94a3b8;border-radius:50%;background:#f8fafc;color:#334155;font-size:11px;line-height:1;cursor:pointer;vertical-align:middle}.th-tooltip{position:absolute;top:24px;right:0;z-index:30;width:360px;max-width:70vw;padding:10px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;box-shadow:0 8px 20px #0f172a29;text-align:left;line-height:1.45;font-size:12px;font-weight:400;white-space:pre-line;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .15s ease}.th-tooltip-right{left:24px;right:auto}.th-help:hover .th-tooltip,.th-help:focus .th-tooltip,.th-help:focus-within .th-tooltip{visibility:visible;opacity:1}@media(max-width:760px){.pair-grid{grid-template-columns:1fr}}
