:root{--bg:#f8fafc;--surface:#fff;--surface-2:#f4f6f8;--line:#e5e7eb;--line-2:#eef0f2;--ink:#30343b;--ink-2:#5d6470;--muted:#89919d;--faint:#a9b0bb;--accent:#3976b8;--accent-soft:#edf4fb;--ring:#3976b840;--green:#3a9467;--green-soft:#ecf8f1;--amber:#b98528;--amber-soft:#fdf4df;--pad:20px;--gap:16px;--mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--radius:14px;--shadow:0 1px 2px #282d370d,0 4px 16px #282d370d}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-feature-settings:"tnum";letter-spacing:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.45}#root{min-height:100%}.app{flex-direction:column;min-height:100vh;display:flex}em{font-style:normal}.mono,.metric-value,.hero-value,.numf input,.mt-num,.ws-v,.wn-temp,.hk-v,.kwp-readout b,.chip-wp,.modcard-row b{font-family:var(--mono)}.topbar{background:var(--surface);border-bottom:1px solid var(--line);z-index:20;justify-content:space-between;align-items:center;padding:14px 28px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:linear-gradient(150deg,var(--accent),#c98a35);width:38px;height:38px;box-shadow:0 3px 10px var(--ring);border-radius:11px;place-items:center;display:grid}.brand-text{flex-direction:column;line-height:1.2;display:flex}.brand-name{letter-spacing:0;font-size:16px;font-weight:700}.brand-tag{color:var(--muted);font-size:11.5px}.loc-chip{background:var(--accent-soft);color:var(--accent);border-radius:99px;align-items:center;gap:7px;padding:7px 13px;font-size:13px;font-weight:600;display:inline-flex}.loc-loading{color:var(--muted);margin-left:2px;font-size:11px;font-weight:500}.layout{flex:1;grid-template-columns:380px minmax(0,1fr);align-items:start;gap:24px;width:100%;max-width:1320px;margin:0 auto;padding:24px 28px;display:grid}.lay-stacked .layout{flex-direction:column;max-width:1120px;display:flex}.lay-stacked .panel{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;display:grid}.lay-stacked .pgroup{margin:0}.dens-compact{--radius:11px}.panel{flex-direction:column;gap:18px;display:flex;position:sticky;top:88px}.lay-stacked .panel{position:static}.pgroup{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:var(--pad);box-shadow:var(--shadow)}.pgroup-title{text-transform:uppercase;letter-spacing:.04em;color:var(--ink);border-bottom:1px solid var(--line-2);align-items:baseline;gap:8px;margin-bottom:14px;padding-bottom:11px;font-size:13px;font-weight:700;display:flex}.pgroup-title em{color:var(--faint);letter-spacing:0;font-size:11px;font-weight:500}.field{margin-bottom:var(--gap);min-width:0;display:block}.field:last-child{margin-bottom:0}.field-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:2px 8px;margin-bottom:6px;display:flex}.field-label{min-width:0;color:var(--ink-2);align-items:baseline;gap:6px;font-size:12.5px;font-weight:600;display:flex}.field-en{color:var(--faint);font-size:10.5px;font-weight:500}.field-hint{color:var(--muted);font-size:11px}.grid2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.numf{background:var(--surface);border:1px solid var(--line);border-radius:10px;align-items:center;gap:8px;height:42px;padding:0 8px 0 12px;transition:all .15s;display:flex}.numf:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.numf input{min-width:0;color:var(--ink);-moz-appearance:textfield;background:0 0;border:none;outline:none;flex:1;font-size:14px;font-weight:500}.numf input::-webkit-outer-spin-button{-webkit-appearance:none}.numf input::-webkit-inner-spin-button{-webkit-appearance:none}.numf-unit{color:var(--muted);white-space:nowrap;font-size:11.5px}.numf-steps{border-left:1px solid var(--line-2);flex-direction:column;margin-left:2px;display:flex}.numf-steps button{width:24px;height:20px;color:var(--muted);cursor:pointer;background:0 0;border:none;place-items:center;font-size:13px;line-height:1;transition:all .12s;display:grid}.numf-steps button:hover{color:var(--accent);background:var(--accent-soft)}.numf-steps button:first-child{border-bottom:1px solid var(--line-2)}.ss{position:relative}.ss-trigger{background:var(--surface);border:1px solid var(--line);cursor:pointer;width:100%;height:42px;color:var(--ink);text-align:left;border-radius:10px;align-items:center;gap:9px;padding:0 12px;font-size:14px;transition:all .15s;display:flex}.ss-trigger:hover{border-color:var(--faint)}.ss-trigger.open{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.ss-val{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.ss-val.ph{color:var(--faint);font-weight:400}.ss-pop{z-index:40;background:var(--surface);border:1px solid var(--line);border-radius:12px;animation:.14s pop;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 30px #282d3724}@keyframes pop{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.ss-searchbar{border-bottom:1px solid var(--line-2);align-items:center;gap:8px;padding:10px 12px;display:flex}.ss-searchbar input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:13.5px}.ss-list{max-height:288px;padding:6px;overflow-y:auto}.ss-empty{text-align:center;color:var(--muted);padding:18px;font-size:13px}.ss-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:9px 11px;display:flex}.ss-row.hi{background:var(--surface-2)}.ss-row.sel{background:var(--accent-soft)}.ss-rowtext{flex-direction:column;gap:2px;min-width:0;display:flex}.ss-rowlabel{color:var(--ink);font-size:13.5px;font-weight:600}.ss-rowsub{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.modrow{justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.modrow-text{flex-direction:column;gap:1px;min-width:0;display:flex}.modrow-brand{color:var(--muted);letter-spacing:.02em;font-size:11px;font-weight:600}.modrow-model{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:600;overflow:hidden}.modrow-spec{align-items:center;gap:8px;display:flex}.modrow-eff{color:var(--muted);font-size:11.5px}.chip-wp{background:var(--accent-soft);color:var(--accent);border-radius:6px;padding:3px 7px;font-size:11.5px;font-weight:600}.modcard{background:var(--surface-2);border:1px solid var(--line-2);border-radius:11px;flex-direction:column;gap:7px;margin-top:12px;padding:11px 13px;display:flex}.modcard-row{color:var(--muted);justify-content:space-between;font-size:12px;display:flex}.modcard-row b{color:var(--ink-2);font-size:12.5px;font-weight:600}.kwp-readout{background:var(--accent-soft);border-radius:11px;justify-content:space-between;align-items:center;margin-top:12px;padding:11px 14px;display:flex}.kwp-readout span{color:var(--accent);font-size:12.5px;font-weight:600}.kwp-readout span em{opacity:.7;margin-left:4px;font-size:10px}.kwp-readout b{color:var(--accent);font-size:17px;font-weight:700}.adv-toggle{cursor:pointer;width:100%;color:var(--ink);text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.adv-toggle em{color:var(--faint);letter-spacing:0;text-transform:none;font-size:11px;font-weight:500}.adv-body{border-top:1px solid var(--line-2);margin-top:14px;padding-top:14px}.results{gap:var(--gap);flex-direction:column;min-width:0;display:flex}.lay-stacked .results{width:100%}.result-hero{border-radius:var(--radius);color:#fff;background:linear-gradient(135deg,#374151,#29313d);justify-content:space-between;align-items:stretch;gap:20px;padding:24px 28px;display:flex;position:relative;overflow:hidden}.result-hero:after{content:"";background:radial-gradient(circle, var(--accent), transparent 70%);opacity:.4;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.hero-main{z-index:1;position:relative}.hero-label{opacity:.78;align-items:baseline;gap:8px;font-size:13px;font-weight:600;display:flex}.hero-label em{opacity:.7;font-size:11px}.hero-value{letter-spacing:0;margin:6px 0 10px;font-size:46px;font-weight:700;line-height:1.05}.hero-value span{opacity:.8;margin-left:8px;font-size:18px;font-weight:500}.hero-value i{opacity:.7;margin-left:1px;font-size:14px;font-style:normal}.hero-sub{opacity:.82;flex-wrap:wrap;align-items:center;gap:10px;font-size:12.5px;display:flex}.hero-sub b{font-weight:700}.hero-sub .dot{opacity:.4}.hero-kwp{z-index:1;text-align:right;border-left:1px solid #ffffff2e;flex-direction:column;justify-content:center;padding-left:20px;display:flex;position:relative}.hk-v{font-size:30px;font-weight:700;font-family:var(--mono);letter-spacing:0}.hk-l{opacity:.75;font-size:12px;font-weight:600}.hk-meta{opacity:.6;margin-top:4px;font-size:11px}.weather{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:var(--pad);box-shadow:var(--shadow);flex-direction:column;gap:16px;display:flex}.weather-now{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.wn-icon{background:var(--accent-soft);border-radius:16px;place-items:center;width:62px;height:62px;display:grid}.wn-main{flex-direction:column;display:flex}.wn-temp{font-size:34px;font-weight:700;font-family:var(--mono);letter-spacing:0;line-height:1}.wn-temp span{opacity:.6;margin-left:2px;font-size:16px}.wn-cond{color:var(--ink-2);margin-top:3px;font-size:13px;font-weight:600}.wn-cond em{color:var(--muted);margin-left:4px;font-weight:400}.wn-meta{flex-direction:column;gap:6px;margin-left:auto;display:flex}.wn-meta span{color:var(--ink-2);align-items:center;gap:7px;font-size:12.5px;display:flex}.weather-stats{border-top:1px solid var(--line-2);grid-template-columns:repeat(4,1fr);gap:10px;padding-top:16px;display:grid}.ws{flex-direction:column;gap:3px;display:flex}.ws-k{color:var(--muted);font-size:11.5px}.ws-v{color:var(--ink);font-size:18px;font-weight:700}.ws-v em{color:var(--faint);margin-left:3px;font-family:Pretendard;font-size:10.5px;font-weight:500}.weather-src{color:var(--faint);align-items:center;gap:6px;font-size:11px;display:flex}.wmini{border-top:1px solid var(--line-2);padding-top:14px}.wmini-head{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.wmini-head span{color:var(--ink-2);font-size:12px;font-weight:600}.wmini-head em{color:var(--faint);font-size:10.5px}.wmini-bars{align-items:flex-end;gap:6px;height:70px;display:flex}.wmini-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:5px;height:100%;display:flex}.wmini-bar{background:linear-gradient(to top,var(--accent),#65a6ca);border-radius:4px 4px 2px 2px;width:100%;max-width:22px;min-height:4px;transition:height .4s;position:relative}.wmini-bar:hover .wmini-tip{opacity:1;transform:translateY(0)}.wmini-tip{opacity:0;background:var(--ink);color:#fff;white-space:nowrap;pointer-events:none;font-size:10px;font-family:var(--mono);z-index:2;border-radius:5px;padding:3px 6px;transition:all .15s;position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%,4px)}.wmini-lbl{color:var(--faint);font-size:10px;font-family:var(--mono)}.metric-grid{gap:var(--gap);grid-template-columns:repeat(5,1fr);display:grid}.metric{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);align-items:flex-start;gap:13px;padding:16px 17px;display:flex}.metric-ic{border-radius:10px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.tone-accent .metric-ic{background:var(--accent-soft);color:var(--accent)}.tone-green .metric-ic{background:var(--green-soft);color:var(--green)}.tone-amber .metric-ic{background:var(--amber-soft);color:var(--amber)}.tone-neutral .metric-ic{background:var(--surface-2);color:var(--ink-2)}.metric-body{flex:1;min-width:0}.metric-label{color:var(--muted);flex-direction:column;gap:0;font-size:11.5px;font-weight:600;display:flex}.metric-label em{color:var(--faint);font-size:10px;font-weight:500}.metric-value{color:var(--ink);letter-spacing:0;margin-top:5px;font-size:24px;font-weight:700;line-height:1.1}.metric-unit{color:var(--muted);margin-left:3px;font-family:Pretendard;font-size:13px;font-weight:500}.metric-sub{color:var(--faint);margin-top:4px;font-size:11px}.result-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:var(--pad);box-shadow:var(--shadow)}.rc-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.rc-title{align-items:baseline;gap:8px;font-size:15px;font-weight:700;display:flex}.rc-title em{color:var(--faint);font-size:11.5px;font-weight:500}.seg{background:var(--surface-2);border:1px solid var(--line);border-radius:9px;gap:2px;padding:3px;display:inline-flex}.seg button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 13px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .13s;display:flex}.seg button.on{background:var(--surface);color:var(--accent);box-shadow:0 1px 3px #00000014}.chart{width:100%;height:auto;display:block}.chart-axis{fill:var(--faint);font-size:10px;font-family:var(--mono)}.chart-bar{fill:var(--accent);transition:all .2s}.chart-bar:hover{fill:#2f65a2}.lay-stacked .chart-bar{fill:var(--accent)}.chart-line{fill:none;stroke:var(--accent);stroke-width:2.4px}.chart-area{fill:var(--accent);opacity:.1}.chart-dot{fill:var(--surface);stroke:var(--accent);stroke-width:2px}.chart-foot{border-top:1px solid var(--line-2);color:var(--muted);flex-wrap:wrap;gap:22px;margin-top:14px;padding-top:14px;font-size:12px;display:flex}.chart-foot b{color:var(--ink);font-weight:600;font-family:var(--mono)}.tablewrap{margin:0 calc(var(--pad) * -1) calc(var(--pad) * -1);padding:0 var(--pad) 4px;overflow-x:auto}.mtable{border-collapse:collapse;width:100%;min-width:520px;font-size:13px}.mtable th{text-align:right;color:var(--muted);border-bottom:1.5px solid var(--line);white-space:nowrap;padding:9px 12px;font-size:11px;font-weight:600}.mtable th:first-child{text-align:left}.mtable th em{color:var(--faint);margin-top:1px;font-size:9.5px;font-weight:500;display:block}.mtable td{border-bottom:1px solid var(--line-2);color:var(--ink-2);padding:8px 12px}.mt-month{color:var(--ink);font-weight:600}.mt-num{text-align:right;font-family:var(--mono);font-size:12.5px}.mt-num.strong{color:var(--ink);font-weight:600}.mtable tbody tr:hover{background:var(--surface-2)}.mtable tfoot td{border-top:1.5px solid var(--line);color:var(--ink);background:var(--surface-2);border-bottom:none;padding-top:11px;font-weight:700}.mtable tfoot td:first-child{font-size:12px}.tc-add{color:var(--accent);background:var(--accent-soft);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .13s;display:inline-flex}.tc-add:hover{filter:brightness(.97)}.tc-add:disabled{opacity:.4;cursor:not-allowed}.tc-list{flex-direction:column;gap:8px;display:flex}.tc-row{border-radius:10px;align-items:center;gap:14px;padding:8px 10px;transition:all .13s;display:flex}.tc-row:hover{background:var(--surface-2)}.tc-row.best{background:#fff3ef}.tc-angle{background:var(--surface);border:1px solid var(--line);border-radius:9px;flex-shrink:0;align-items:center;gap:2px;width:78px;height:38px;padding:0 10px;display:flex}.tc-row.best .tc-angle{border-color:#d98671}.tc-angle input{width:38px;color:var(--ink);font-size:14px;font-weight:600;font-family:var(--mono);-moz-appearance:textfield;background:0 0;border:none;outline:none}.tc-angle input::-webkit-outer-spin-button{-webkit-appearance:none}.tc-angle input::-webkit-inner-spin-button{-webkit-appearance:none}.tc-angle span{color:var(--muted);font-size:12px}.tc-bar{background:var(--surface-2);border-radius:6px;flex:1;min-width:60px;height:10px;overflow:hidden}.tc-bar span{background:var(--accent);border-radius:6px;height:100%;transition:width .4s;display:block}.tc-row.best .tc-bar span{background:#c6533d}.tc-out{text-align:right;flex-direction:column;flex-shrink:0;gap:1px;width:122px;display:flex}.tc-val{font-family:var(--mono);color:var(--ink);font-size:15px;font-weight:600}.tc-val i{color:var(--muted);margin-left:3px;font-family:Pretendard;font-size:10.5px;font-style:normal}.tc-val.max{color:#b54736;font-weight:700}.tc-delta{color:var(--faint);font-size:11px;font-family:var(--mono)}.tc-row.best .tc-delta{color:#b54736;font-weight:600}.tc-del{width:24px;height:24px;color:var(--faint);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;font-size:18px;line-height:1;transition:all .12s}.tc-del:hover{color:#b54736;background:#fbeae5}.tc-foot{border-top:1px solid var(--line-2);color:var(--muted);align-items:center;gap:6px;margin-top:14px;padding-top:14px;font-size:11.5px;display:flex}.tc-best-key{color:#b54736;font-weight:700;font-family:var(--mono)}.loading-bar{background:var(--line-2);border-radius:2px;height:2px;margin-top:-8px;overflow:hidden}.loading-bar span{background:var(--accent);border-radius:2px;width:40%;height:100%;animation:1s ease-in-out infinite slide;display:block}@keyframes slide{0%{margin-left:-40%}to{margin-left:100%}}@media (max-width:1080px){.layout{grid-template-columns:1fr}.panel{position:static}.lay-stacked .panel{grid-template-columns:1fr}.metric-grid,.weather-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.topbar{padding:12px 16px}.topbar-right{gap:6px;width:100%;min-width:0}.topbar-actions{flex:1;gap:4px;min-width:0}.topbar-actions .exp-btn{flex:1;justify-content:center;min-width:0;padding:7px 6px;font-size:11.5px}.loc-chip{flex-shrink:0;padding:7px 9px;font-size:12px}.topbar-nav .tn-btn{white-space:nowrap;flex:1;justify-content:center;gap:4px;min-width:0;padding:7px 4px;font-size:11.5px}.layout{padding:16px}.result-hero{flex-direction:column}.hero-kwp{text-align:left;border-top:1px solid #ffffff2e;border-left:none;padding-top:14px;padding-left:0}.hero-value{font-size:38px}.metric-grid{grid-template-columns:1fr}}@media (max-width:360px){.loc-loading{display:none}.brand-tag{text-overflow:ellipsis;white-space:nowrap;max-width:235px;overflow:hidden}.topbar-nav .tn-btn svg{display:none}}.tw-fab{background:var(--accent);width:46px;height:46px;box-shadow:0 6px 20px var(--ring);cursor:pointer;z-index:60;border:none;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:22px;right:22px}.tw-panel{background:var(--surface);border:1px solid var(--line);z-index:60;border-radius:14px;flex-direction:column;gap:10px;width:248px;padding:14px;animation:.14s pop;display:flex;position:fixed;bottom:80px;right:22px;box-shadow:0 12px 40px #282d372e}.tw-sec{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-top:4px;font-size:11px;font-weight:700}.tw-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.tw-label{color:var(--ink-2);font-size:12.5px;font-weight:600}.tw-seg{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;gap:2px;padding:2px;display:inline-flex}.tw-seg button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;padding:5px 9px;font-family:inherit;font-size:11.5px;font-weight:600}.tw-seg button.on{background:var(--surface);color:var(--accent);box-shadow:0 1px 3px #00000014}.tw-colors{gap:6px;display:flex}.tw-color{cursor:pointer;border:2px solid #0000;border-radius:50%;width:22px;height:22px}.tw-color.on{border-color:var(--ink)}.chart-val{fill:var(--ink-2);font-size:9px;font-family:var(--mono);font-weight:600}.topbar-right{align-items:center;gap:12px;display:flex}.topbar-actions{gap:8px;display:flex}.exp-btn{color:var(--ink-2);background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:9px;align-items:center;gap:6px;padding:7px 12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .13s;display:inline-flex}.exp-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.exp-btn:disabled{opacity:.45;cursor:not-allowed}@media (min-width:1081px){.app.lay-sidebar{height:100vh;overflow:hidden}.lay-sidebar .layout{align-items:stretch;min-height:0;overflow:hidden}.lay-sidebar .panel{scrollbar-gutter:stable;height:100%;padding-right:8px;position:static;overflow:hidden auto}.lay-sidebar .results{scrollbar-gutter:stable;height:100%;padding-right:8px;overflow:hidden auto}.lay-sidebar .panel>*,.lay-sidebar .results>*{flex-shrink:0}.lay-sidebar .panel::-webkit-scrollbar{width:8px}.lay-sidebar .results::-webkit-scrollbar{width:8px}.lay-sidebar .panel::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}.lay-sidebar .results::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}}@media print{@page{margin:8mm}html,body{font-size:9.5px}*{-webkit-print-color-adjust:exact!important;-moz-print-color-adjust:exact!important;print-color-adjust:exact!important}.topbar{border:none;padding:0 0 6px;position:static}.topbar-nav,.topbar-actions,.tw-fab,.tw-panel,.loc-loading,.loading-bar,.tc-del{display:none!important}.app,.app.lay-sidebar{height:auto!important;overflow:visible!important}.layout{gap:0;max-width:none;padding:0;display:block!important}.lay-sidebar .panel,.lay-sidebar .results{padding:0;height:auto!important;overflow:visible!important}.panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:8px;display:grid;position:static!important}.results{margin-top:8px}.pgroup{margin:0;padding:10px 12px}.pgroup-title{margin-bottom:8px;padding-bottom:6px;font-size:11px}.pgroup-title em{font-size:9px}.field{margin-bottom:6px}.field-label{font-size:10px}.field-en{font-size:8.5px}.field-hint{font-size:9px}.numf{border-radius:6px;height:30px;padding:0 6px 0 9px}.numf input{font-size:11px}.numf-unit{font-size:9.5px}.numf-steps button{width:20px;height:16px;font-size:10px}.pgroup,.metric,.result-card,.weather,.result-hero,.revenue-hero,.revenue-params{break-inside:avoid}.proj-bar{display:none!important}.result-hero,.revenue-hero{padding:14px 18px}.hero-value{font-size:28px}.hero-value span{font-size:13px}.hero-label{font-size:10px}.hero-sub{gap:6px;font-size:10px}.hero-kwp{padding-left:14px}.hk-v{font-size:22px}.hk-l{font-size:10px}.hk-meta{font-size:9px}.weather{gap:8px;padding:10px 12px}.weather-now{gap:10px}.wn-icon{border-radius:10px;width:40px;height:40px}.wn-temp{font-size:22px}.wn-cond{font-size:10px}.wn-meta span{font-size:9.5px}.weather-stats{gap:6px;padding-top:8px}.ws-v{font-size:13px}.ws-k{font-size:9px}.rev-metrics,.yield-metrics{grid-template-columns:repeat(5,1fr)!important;gap:8px!important}.metric{gap:8px;padding:10px 11px}.metric-ic{border-radius:7px;width:28px;height:28px}.metric-ic svg{width:14px;height:14px}.metric-value{margin-top:2px;font-size:18px}.metric-unit{font-size:10px}.metric-label{font-size:9px}.metric-sub{font-size:8.5px}.result-card{padding:10px 12px}.rc-head{margin-bottom:10px}.rc-title{font-size:12px}.rc-title em{font-size:9.5px}.chart{max-height:200px}.chart-axis{font-size:8px}.chart-bar{width:3px}.chart-val{font-size:7px}.chart-foot{gap:12px;margin-top:8px;padding-top:8px;font-size:9.5px}.mtable{min-width:auto;font-size:10px}.mtable th,.mtable td{padding:4px 6px}.tc-list{gap:4px}.tc-row{gap:8px;padding:4px 6px}.tc-angle{border-radius:6px;width:60px;height:28px;padding:0 6px}.tc-angle input{width:28px;font-size:11px}.tc-bar{min-width:40px;height:7px}.tc-out{width:90px}.tc-val{font-size:12px}.tc-delta{font-size:9px}.revenue-params{gap:10px;padding:8px 12px}.rev-param-label{font-size:9.5px}.rev-param .numf{width:110px!important}.rev-chart{max-height:200px}.seg button{padding:4px 8px;font-size:10px}.kwp-readout{margin-top:8px;padding:8px 10px}.kwp-readout b{font-size:13px}.ss-trigger{border-radius:6px;height:30px;padding:0 8px;font-size:11px}.adv-toggle{font-size:11px}.adv-body{margin-top:8px;padding-top:8px}.grid2{gap:6px}.revenue{break-inside:avoid;page-break-inside:avoid}.revenue .revenue-hero{padding:8px 12px}.revenue .hero-value{font-size:22px}.revenue .hero-value span{font-size:11px}.revenue .hero-label{font-size:8.5px}.revenue .hero-sub{gap:4px;font-size:8.5px}.revenue .hero-kwp{padding-left:10px}.revenue .hk-v{font-size:18px}.revenue .hk-l{font-size:8.5px}.revenue .hk-meta{font-size:7.5px}.revenue .rev-metrics{gap:5px!important}.revenue .metric{gap:4px;padding:6px 8px}.revenue .metric-ic{border-radius:5px;width:22px;height:22px}.revenue .metric-ic svg{width:11px;height:11px}.revenue .metric-value{font-size:14px}.revenue .metric-unit{font-size:8.5px}.revenue .metric-label{font-size:7.5px}.revenue .metric-sub{font-size:7px}.revenue .revenue-params{gap:6px;padding:5px 10px}.revenue .rev-param-label{font-size:8px}.revenue .rev-param .numf{width:95px!important}.revenue .result-card{padding:6px 9px}.revenue .rc-head{margin-bottom:4px}.revenue .rc-title{font-size:10px}.revenue .rc-title em,.revenue .mtable{font-size:8px}.revenue .mtable th,.revenue .mtable td{padding:2px 4px}.revenue .chart{max-height:130px}.revenue .chart-foot{gap:8px;margin-top:4px;padding-top:4px;font-size:8px}.revenue .rev-chart{max-height:130px}}.proj-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.proj-new-btn{color:var(--muted);border:1.5px solid var(--line);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:5px 9px;font-family:inherit;font-size:12px;font-weight:600;transition:all .13s;display:inline-flex}.proj-new-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.proj-name-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.proj-name-inp{background:var(--bg);border:1.5px solid var(--line);min-width:0;height:36px;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;border-radius:9px;flex:1;align-items:center;padding:0 11px;font-family:inherit;font-size:13px;font-weight:600;transition:all .13s;display:flex;overflow:hidden}.proj-name-inp:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);background:#fff;outline:none}.proj-name-inp::placeholder{color:var(--faint)}.proj-save-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:9px;flex-shrink:0;align-items:center;gap:5px;height:36px;padding:0 13px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .13s;display:inline-flex}.proj-save-btn:hover:not(:disabled){opacity:.85}.proj-save-btn:disabled{opacity:.4;cursor:not-allowed}.proj-load-row,.proj-snap-row{align-items:center;gap:7px;margin-bottom:6px;display:flex}.proj-sel{background:var(--surface);border:1.5px solid var(--line);min-width:0;height:32px;color:var(--ink);cursor:pointer;border-radius:8px;flex:1;padding:0 8px;font-family:inherit;font-size:12.5px}.proj-sel:focus{border-color:var(--accent);outline:none}.proj-del-btn{border:1.5px solid var(--line);width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:7px;flex-shrink:0;place-items:center;transition:all .13s;display:grid}.proj-del-btn:hover{color:#c6533d;background:#fff3ef;border-color:#c6533d}.proj-snap-n{color:var(--muted);background:var(--surface-2);border:1px solid var(--line-2);white-space:nowrap;border-radius:6px;flex-shrink:0;padding:2px 7px;font-size:11px;font-weight:600}.topbar-nav{background:var(--surface-2);border:1.5px solid var(--line);border-radius:11px;gap:2px;padding:3px;display:flex}.tn-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:8px;align-items:center;gap:7px;padding:7px 18px;font-family:inherit;font-size:13.5px;font-weight:700;transition:all .15s;display:flex}.tn-btn:hover{color:var(--ink);background:var(--surface-2)}.tn-btn.on{background:var(--accent);color:#fff;box-shadow:0 2px 8px var(--ring)}.revenue{gap:var(--gap);flex-direction:column;min-width:0;display:flex}.revenue-hero{border-radius:var(--radius);color:#fff;background:linear-gradient(135deg,#315e65,#2c4148);justify-content:space-between;align-items:stretch;gap:20px;padding:24px 28px;display:flex;position:relative;overflow:hidden}.revenue-hero:after{content:"";opacity:.4;background:radial-gradient(circle,#3a9467,#0000 70%);width:200px;height:200px;position:absolute;top:-40px;right:-40px}.revenue-params{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap;gap:16px;padding:14px 18px;display:flex}.hl-params{border:2px solid var(--accent);border-radius:var(--radius);box-shadow:0 0 0 4px var(--ring), var(--shadow);background:linear-gradient(135deg,#f8fafc,#eaf6f64d);flex-wrap:wrap;gap:16px;padding:18px 20px;display:flex;position:relative}.hl-params:before{content:"⚙️ 수익 계산 기준";color:var(--accent);background:var(--surface);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:0 8px;font-size:11px;font-weight:700;position:absolute;top:-11px;left:16px}.hl-param{background:var(--surface);border:1px solid var(--line);border-radius:10px;flex:1;min-width:140px;padding:10px 14px;transition:all .15s}.hl-param:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.hl-param .rev-param-label{font-size:12.5px}.hl-param .rev-param-label em{font-size:10.5px}.hl-param .numf{border-color:var(--accent-soft);height:40px}.hl-param .numf input{font-size:15px;font-weight:700}.rev-param{flex-direction:column;gap:6px;display:flex}.rev-param-label{color:var(--ink-2);align-items:baseline;gap:5px;font-size:11.5px;font-weight:600;display:flex}.rev-param-label em{color:var(--faint);font-size:10px;font-weight:500}.rev-metrics .metric-grid{grid-template-columns:repeat(5,1fr)}.rev-chart .rev-area{fill:#3a946714}.rev-chart .rev-line{fill:none;stroke:#2f825b;stroke-width:2.4px}.rev-chart .rev-dot{fill:var(--surface);stroke:#2f825b}@media (max-width:1080px){.topbar-nav{order:10;justify-content:center;width:100%}.topbar{flex-wrap:wrap;gap:8px}}.hero-capacity{padding:var(--pad)}.hc-top{gap:14px;margin-bottom:16px;display:flex}.hc-block{flex-direction:column;flex:1;gap:6px;display:flex}.hc-label{color:var(--ink-2);align-items:baseline;gap:6px;font-size:13px;font-weight:700;display:flex}.hc-label em{color:var(--faint);font-size:11px;font-weight:500}.hc-block .numf{border-radius:12px;height:48px;padding:0 10px 0 14px}.hc-block .numf input{font-size:18px;font-weight:700}.hc-block .numf .numf-unit{font-size:13px}.hc-result{border-top:2px solid var(--accent-soft);flex-direction:column;align-items:center;gap:4px;padding:14px 0 6px;display:flex}.hc-result-label{color:var(--muted);align-items:baseline;gap:6px;font-size:12px;font-weight:600;display:flex}.hc-result-label em{color:var(--faint);font-size:10px;font-weight:500}.hc-result-value{color:var(--accent);letter-spacing:0;font-size:40px;font-weight:800;line-height:1.1;font-family:var(--mono)}.hc-result-unit{color:var(--accent);opacity:.7;margin-left:4px;font-family:Pretendard;font-size:18px;font-weight:600}.hc-result-meta{color:var(--muted);font-size:13px;font-weight:500}.rev-metrics{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.rev-metrics .metric{flex-direction:column;gap:8px;min-height:120px;padding:18px 16px}.rev-metrics .metric-ic{border-radius:9px;width:34px;height:34px}.rev-metrics .metric-body{flex-direction:column;gap:4px;display:flex}.rev-metrics .metric-value{margin-top:0;font-size:22px;line-height:1.2}.rev-metrics .metric-unit{font-size:12px}.rev-metrics .metric-label{font-size:11px;line-height:1.3}.rev-metrics .metric-sub{color:var(--muted);margin-top:2px;font-size:10.5px;line-height:1.3}.yield-metrics{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.yield-metrics .metric{flex-direction:column;gap:8px;min-height:120px;padding:18px 16px}.yield-metrics .metric-ic{border-radius:9px;width:34px;height:34px}.yield-metrics .metric-body{flex-direction:column;gap:4px;display:flex}.yield-metrics .metric-value{margin-top:0;font-size:22px;line-height:1.2}.yield-metrics .metric-unit{font-size:12px}.yield-metrics .metric-label{font-size:11px;line-height:1.3}.yield-metrics .metric-sub{color:var(--muted);margin-top:2px;font-size:10.5px;line-height:1.3}@media (max-width:1080px){.hc-top{flex-direction:column;gap:10px}.hero-capacity{padding:16px}.hc-result-value{font-size:32px}.rev-metrics,.yield-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.hc-result-value{font-size:28px}.rev-metrics,.yield-metrics{grid-template-columns:1fr}}.rev-pdf-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;margin-left:auto;padding:6px 12px;font-size:12px;font-weight:600;transition:opacity .15s;display:inline-flex}.rev-pdf-btn:hover{opacity:.85}.fc-metrics{grid-template-columns:repeat(4,1fr)}.fc-band{fill:var(--accent);opacity:.13}.fc-phys{fill:none;stroke:var(--muted);stroke-width:1.6px;stroke-dasharray:5 4}.fc-corr{fill:none;stroke:var(--accent);stroke-width:2.4px}.fc-legend{color:var(--muted);align-items:center;gap:14px;font-size:11.5px;display:flex}.fc-legend span{align-items:center;gap:5px;display:inline-flex}.fc-legend i{border-top:2.4px solid;width:16px;height:0;display:inline-block}.fc-lg-phys{border-color:var(--muted)!important;border-top-style:dashed!important}.fc-lg-corr{border-color:var(--accent)!important}.fc-lg-band{background:var(--accent);opacity:.2;border-radius:2px;border:none!important;width:16px!important;height:9px!important}.fc-status{color:var(--ink-2);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;font-size:12.5px;display:flex}.fc-status.on{background:var(--accent-soft);border-color:#0000}.fc-status .fc-src{color:var(--faint);margin-left:auto;font-size:11px}.acc-drop{text-align:center;border:1.6px dashed var(--accent);background:var(--accent-soft);color:var(--accent);cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:7px;padding:26px 16px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.acc-drop small{color:var(--muted);font-size:11.5px;font-weight:400}.acc-drop small code{font-family:var(--mono);font-size:11px}.acc-drop.drag{background:#e4eef9;transform:scale(1.005)}.acc-err{color:#a84434;margin-top:10px;font-size:12.5px}.acc-chip{border-radius:99px;padding:2px 9px;font-size:11px;font-weight:700}.acc-chip.ok{background:var(--green-soft);color:var(--green)}.acc-e-phys{color:var(--amber)}.acc-e-corr{color:var(--green);font-weight:600}
/*$vite$:1*/