:root{color:#e7edf6;font-synthesis:none;text-rendering:optimizelegibility;--bg:#0b1020;--panel:#121a2d;--panel-2:#17223a;--panel-3:#1d2a45;--line:#2a3959;--text:#e7edf6;--muted:#9aa8bf;--accent:#7c9cff;--accent-2:#5b7cf0;--success:#3ddc97;--warning:#ffc857;--danger:#ff6b7a;--shadow:0 14px 40px #0000003d;background:#0b1020;font-family:Inter,Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at top, #17213d 0, var(--bg) 38%, #070b15 100%);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,select,textarea{font:inherit}button{color:#fff;cursor:pointer;background:linear-gradient(#7794ff,#5c78e8);border:1px solid #40568a;border-radius:10px;padding:10px 14px;font-weight:700;transition:all .16s}button:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}button:disabled{opacity:.45;cursor:not-allowed}button.secondary{color:#dbe5f7;background:#202d49;border-color:#40516f}button.danger{color:#ffdce1;background:#512532;border-color:#8a3d4d}button.small{border-radius:8px;padding:6px 10px;font-size:.86rem}input,select,textarea{width:100%;color:var(--text);background:#0e1628;border:1px solid #344562;border-radius:9px;outline:none;padding:10px 11px}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c9cff24}textarea{resize:vertical}label{color:#bec9da;flex-direction:column;gap:6px;font-size:.9rem;display:flex}h1,h2,h3,h4,p{margin-top:0}.app-shell{min-height:100vh}.top-header{justify-content:space-between;align-items:center;gap:24px;max-width:1680px;margin:0 auto;padding:28px clamp(18px,4vw,56px) 20px;display:flex}.top-header h1{margin-bottom:8px;font-size:clamp(1.8rem,3vw,2.5rem)}.top-header p{color:var(--muted);margin-bottom:0}.privacy-pill{color:#9ee9cf;background:#142c2b;border:1px solid #2d4d47;border-radius:999px;max-width:520px;padding:9px 14px;font-size:.85rem}.data-toolbar{z-index:20;border-top:1px solid #ffffff0a;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0b1020e0;justify-content:space-between;align-items:center;gap:12px;padding:12px clamp(18px,4vw,56px);display:flex;position:sticky;top:0}.toolbar-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.toolbar-right{justify-content:flex-end}.file-state{color:#aebbd0;padding:0 6px;font-size:.86rem}.file-state.dirty{color:var(--warning)}.language-select{flex-direction:row;align-items:center;gap:8px}.language-select select{width:auto;padding:8px 9px}.toast{z-index:100;max-width:min(700px,90vw);box-shadow:var(--shadow);background:#1a2742;border:1px solid #435474;border-radius:10px;padding:12px 16px;position:fixed;top:82px;left:50%;transform:translate(-50%)}.toast.success{background:#17362f;border-color:#34735f}.toast.error{background:#4b2028;border-color:#8b3b4b}.tabbar{gap:8px;max-width:1680px;margin:0 auto;padding:14px clamp(18px,4vw,56px) 0;display:flex;overflow-x:auto}.tabbar button{color:#aab6c9;background:#121a2d;border-color:#263654;flex:none}.tabbar button.active{color:#fff;background:#27385f;border-color:#6684e6}.count-badge{background:#344b80;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:4px;padding:0 6px;font-size:.75rem;display:inline-flex}.main-content{max-width:1680px;margin:0 auto;padding:18px clamp(18px,4vw,56px) 100px}.page-section{flex-direction:column;gap:16px;display:flex}.section-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.section-heading h2,.section-heading h3{margin-bottom:5px}.section-heading p{color:var(--muted);margin-bottom:0}.card{border:1px solid var(--line);background:linear-gradient(#18233af5,#10192cf5);border-radius:16px;padding:18px;box-shadow:0 8px 28px #00000024}.empty-card{color:var(--muted);text-align:center;background:#101828;border:1px dashed #43536d;border-radius:14px;padding:34px}.status-card{background:#18243a;border:1px solid #35465f;border-radius:9px;margin:12px 0;padding:10px 12px}.status-card.success{color:#b9f5df;background:#18342e;border-color:#2f6658}.filters-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filters-row>input{flex:300px;min-width:220px}.filters-row>select{width:auto;min-width:190px}.check-label{white-space:nowrap;flex-direction:row;align-items:center}.check-label input,.checkbox-grid input{width:auto}.button-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.table-wrap{border:1px solid var(--line);background:#0d1424;border-radius:13px;overflow:auto}.gem-list-table-wrap{height:400px;max-height:400px;overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:1200px;font-size:.84rem}.data-table th{z-index:1;color:#cdd7e8;text-align:left;white-space:nowrap;background:#1b2945;border-bottom:1px solid #354664;padding:10px;position:sticky;top:0}.data-table td{vertical-align:top;border-bottom:1px solid #1e2b43;padding:9px 10px}.data-table tr:hover td{background:#111d32}.data-table input[type=checkbox]{width:auto}.uncertain-row td{background:#ffc8570e}.compact-cell{white-space:normal;min-width:220px;max-width:330px}.mono{color:#a9b6cc;font-family:SFMono-Regular,Consolas,monospace;font-size:.8rem}.pagination{justify-content:center;align-items:center;gap:16px;padding:8px 0;display:flex}.review-grid{grid-template-columns:minmax(300px,.85fr) minmax(480px,1.15fr);align-items:start;gap:16px;display:grid}.image-card{position:sticky;top:84px}.gem-image{object-fit:contain;background:#080d16;border-radius:12px;width:100%;max-height:440px}.image-placeholder{color:#62718c;background:#0a1120;border:1px dashed #33435e;border-radius:12px;place-items:center;min-height:260px;font-size:3rem;display:grid}.form-grid{gap:12px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.form-card h4{margin:18px 0 10px}.inline-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.inline-heading h4{margin:0}.substat-editor{flex-direction:column;gap:8px;display:flex}.substat-row,.subfilter-row{grid-template-columns:minmax(160px,1fr) minmax(120px,.65fr) auto;align-items:center;gap:8px;display:grid}.subfilter-row{grid-template-columns:minmax(180px,1fr) 120px 110px auto;margin-top:8px}.sticky-actions{border-top:1px solid var(--line);margin-top:18px;padding-top:14px}.slot-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.slot-card{background:#10192b;border:1px solid #2e3e5b;border-radius:12px;flex-direction:column;gap:9px;padding:14px;display:flex}.checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0;display:grid}.checkbox-grid label{background:#10192b;border:1px solid #2e3e5b;border-radius:9px;flex-direction:row;align-items:center;padding:11px}.primary-wide{width:100%;padding:13px 18px}.monster-summary{background:#10192b;border:1px solid #2b3d5c;border-radius:12px;align-items:center;gap:12px;margin:14px 0;padding:12px;display:flex}.monster-avatar{background:#223358;border-radius:12px;place-items:center;width:46px;height:46px;font-size:1.5rem;display:grid}.results-block{flex-direction:column;gap:14px;display:flex}.search-meta{border:1px solid;border-radius:11px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.search-meta.success{color:#b8f0dd;background:#16352d;border-color:#2f6c59}.search-meta.warning{color:#ffe3a4;background:#3a311d;border-color:#77612f}.result-card{flex-direction:column;gap:12px;display:flex}.result-gems{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.gem-card{background:#0f182a;border:1px solid #2c3d5b;border-radius:12px;flex-direction:column;gap:7px;min-width:0;padding:12px;display:flex}.gem-card .gem-image,.gem-card .image-placeholder{object-fit:contain;height:210px;min-height:150px}.gem-card strong,.gem-card small{overflow-wrap:anywhere}.gem-result-stats{flex-direction:column;gap:5px;display:flex}.result-display-stats{min-height:180px}.result-summary-title{margin-bottom:10px;font-weight:800}.stat-total-wrap{flex-direction:column;gap:10px;display:flex}.set-bonus-breakdown{color:#b9f5df;background:#18342e;border:1px solid #2f6658;border-radius:9px;flex-wrap:wrap;align-items:center;gap:8px 14px;padding:10px 12px;display:flex}.set-bonus-breakdown span{color:#d6fff0}.empty-slot{min-height:280px;color:var(--muted);place-items:center;display:grid}.stats-grid{grid-template-columns:repeat(8,minmax(90px,1fr));gap:8px;display:grid}.stat-box{background:#0f1829;border:1px solid #2c3d5a;border-radius:10px;flex-direction:column;gap:4px;padding:10px;display:flex}.stat-box span{color:#8fa0ba;font-size:.74rem;font-weight:800}.stat-box b{font-size:1rem}.stat-box small{color:#98a8bf}.equipped-layout{grid-template-columns:360px 1fr;align-items:start;gap:16px;display:grid}.equipped-list{max-height:calc(100vh - 220px);position:sticky;top:84px;overflow:auto}.monster-list-button{text-align:left;width:100%;color:var(--text);background:0 0;border-color:#0000;grid-template-columns:34px 1fr;margin-bottom:4px;display:grid}.monster-list-button:hover,.monster-list-button.active{background:#223252;border-color:#40547d}.monster-list-button small{color:var(--muted);margin-top:3px;font-weight:400;display:block}.equipped-detail{flex-direction:column;gap:14px;min-width:0;display:flex}.final-stats{margin-top:14px}.muted{color:var(--muted)}.progress-footer{z-index:15;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0f1cf0;grid-template-columns:auto minmax(180px,1fr) auto;align-items:center;gap:14px;padding:10px clamp(18px,4vw,56px);display:grid;position:fixed;bottom:0;left:0;right:0}.progress-footer>div{align-items:baseline;gap:8px;display:flex}.progress-footer progress{accent-color:#6f8df4;width:100%;height:10px}.welcome{max-width:1080px;margin:8vh auto;padding:0 20px}.welcome-card{text-align:center;box-shadow:var(--shadow);background:#121a2deb;border:1px solid #2f4062;border-radius:22px;padding:clamp(28px,5vw,56px)}.welcome-icon{margin-bottom:12px;font-size:4rem}.welcome-card p{color:var(--muted)}.welcome-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:28px 0;display:grid}.welcome-grid>div{text-align:left;background:#0f1829;border:1px solid #2b3b57;border-radius:13px;flex-direction:column;gap:10px;min-height:120px;padding:16px;display:flex}.welcome-grid b{background:#2d4271;border-radius:999px;place-items:center;width:30px;height:30px;display:grid}@media (max-width:1100px){.top-header,.data-toolbar{flex-direction:column;align-items:flex-start}.toolbar-right{justify-content:flex-start}.review-grid,.equipped-layout{grid-template-columns:1fr}.image-card,.equipped-list{max-height:none;position:static}.stats-grid{grid-template-columns:repeat(4,minmax(90px,1fr))}.welcome-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.form-grid.two,.form-grid.three,.form-grid.four,.slot-grid,.result-gems,.checkbox-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(90px,1fr))}.substat-row,.subfilter-row,.welcome-grid,.progress-footer{grid-template-columns:1fr}.progress-footer>.muted{display:none}.main-content{padding-bottom:130px}.section-heading{flex-direction:column}}.legacy-stat-summary-wrap{border-top:1px solid var(--line);flex-direction:column;gap:12px;padding-top:4px;display:flex}.legacy-no-set{padding:4px 2px}.legacy-stat-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:4px 0 12px;display:grid}.legacy-stat-column{flex-direction:column;gap:8px;min-width:0;display:flex}.legacy-stat-column h4{color:var(--text);margin:0 0 6px;font-size:.9rem}.legacy-stat-row{flex-wrap:wrap;align-items:baseline;gap:7px;font-size:.91rem;line-height:1.45;display:flex}.legacy-stat-row span{color:var(--text)}.legacy-stat-row b{color:#b9f5df;font-weight:800}.legacy-gem-card{border-color:var(--line);background:0 0;gap:0;padding:0;overflow:hidden}.legacy-slot-banner{color:#bdf7df;background:#183d31;border-bottom:1px solid #2f6658;padding:11px 13px;font-weight:800}.legacy-gem-text{flex-direction:column;gap:8px;padding:13px;font-size:.9rem;line-height:1.45;display:flex}.legacy-substats{flex-direction:column;gap:3px;display:flex}.legacy-gem-card .gem-image,.legacy-gem-card .image-placeholder{object-fit:contain;background:#080d16;border-radius:8px;width:calc(100% - 24px);height:230px;min-height:160px;margin:0 12px 12px}.legacy-gem-card.result-display-images .legacy-slot-banner{margin-bottom:12px}.legacy-equipped-title{margin:24px 0 16px}@media (max-width:1100px){.legacy-stat-summary{grid-template-columns:1fr;gap:16px}}
