*{box-sizing:border-box}body,html{height:100%;margin:0}body{font-family:Malgun Gothic,맑은 고딕,sans-serif;font-size:13px;background:#e9efe9;overflow:hidden;overscroll-behavior:none}#app{display:flex;flex-direction:column;height:100vh;height:100dvh;touch-action:pan-x pan-y}#menubar{display:flex;align-items:center;gap:6px;background:#1e7145;color:#fff;padding:6px 10px;flex-wrap:wrap;row-gap:6px}#menubar .logo{font-weight:700;margin-right:10px;letter-spacing:1px}#sel-lang{background:#ffffff22;color:#fff;border:1px solid #ffffff44;border-radius:4px;padding:4px 6px;font-size:12px;cursor:pointer}#sel-lang option{color:#222}#menubar button{background:#ffffff22;color:#fff;border:1px solid #ffffff44;border-radius:4px;padding:4px 12px;cursor:pointer;font-size:13px}#menubar button:hover:not(:disabled){background:#ffffff3b}#menubar button:disabled{opacity:.45;cursor:default}#menubar .filename{margin-left:12px;opacity:.9;font-size:12px}.spacer{flex:1 1}#fxbar{display:flex;align-items:center;gap:8px;background:#f5f8f5;border-bottom:1px solid #c6d4c6;padding:5px 10px}#cell-ref{min-width:56px;text-align:center;font-weight:700;color:#1e7145;border:1px solid #c6d4c6;border-radius:4px;background:#fff;padding:4px 6px;font-size:12px}#fxbar .fx{color:#667;font-style:italic;font-weight:700}#fx-input{flex:1 1;border:1px solid #c6d4c6;border-radius:4px;padding:5px 8px;font-size:13px;font-family:Consolas,monospace}#fx-input:disabled{background:#eee}#btn-undo{min-width:32px;height:30px;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;font-size:15px}#btn-undo:hover:not(:disabled){background:#e0eae0;border-color:#b7c9b7}#btn-undo:disabled{opacity:.4}#workspace{flex:1 1;overflow:hidden;position:relative;display:flex}#grid-host{flex:1 1;min-width:0;overflow:auto;background:#fff;overscroll-behavior:contain}#grid{border-collapse:collapse;table-layout:fixed}#grid td,#grid th{border:1px solid #d8e0d8;padding:1px 5px;font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:22px;background-clip:padding-box}#grid thead th{top:0;z-index:3;min-width:68px}#grid tbody th,#grid thead th{position:sticky;background:#eef3ee;color:#456;font-weight:600;text-align:center;border-color:#c6d4c6}#grid tbody th{left:0;z-index:2;min-width:44px;width:44px}#grid thead th:first-child{left:0;z-index:4}#grid td{background:#fff;cursor:cell}#grid td.sel{outline:2px solid #1e7145;outline-offset:-2px}#grid td.editing{padding:0;overflow:visible}#cell-editor{width:100%;height:100%;min-width:120px;border:2px solid #1e7145;outline:none;font:inherit;padding:0 3px;position:relative;z-index:5}#sheetbar{align-items:center;background:#f5f8f5;border-top:1px solid #c6d4c6;padding:3px 8px;overflow-x:auto;scrollbar-width:thin}#sheet-tabs,#sheetbar{display:flex;gap:2px}#sheet-tabs button{border:1px solid #c6d4c6;border-bottom:none;border-radius:5px 5px 0 0;background:#e6ede6;padding:4px 14px;cursor:pointer;font-size:12px;white-space:nowrap}#sheet-tabs button.active{background:#fff;font-weight:700;color:#1e7145}#statusbar{display:flex;align-items:center;gap:12px;background:#eef3ee;border-top:1px solid #c6d4c6;padding:3px 12px;font-size:12px;color:#345}#status-msg{color:#1e7145}@media print{#bottom-ad,#fxbar,#menubar,#sheetbar,#side-ad,#statusbar{display:none!important}#app{height:auto}#grid-host,#workspace,body{overflow:visible}body{background:#fff}}body.dragover #workspace{outline:3px dashed #1e7145;outline-offset:-8px}#side-ad{position:relative;width:324px;flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px;border-left:1px solid #d5ddd5}#side-ad[hidden]{display:none}#bottom-ad{position:relative;flex:none;display:flex;flex-direction:column;align-items:center;gap:3px;background:#f5f8f5;border-top:1px solid #c6d4c6;padding:6px 0 4px}#bottom-ad[hidden]{display:none}.ad-slot{display:flex;justify-content:center;max-width:100%;overflow:hidden}.ad-plea{font-size:11.5px;color:#556;padding:0 20px;line-height:1.5}.ad-caption,.ad-plea{margin:0;text-align:center}.ad-caption{font-size:10px;color:#8899aa;padding:0 28px}.ad-close{position:absolute;top:3px;right:4px;z-index:1;border:none;background:transparent;color:#8899aa;cursor:pointer;font-size:13px;padding:2px 6px}#ad-gate{position:fixed;inset:0;z-index:300;background:rgba(20,30,45,.55);display:flex;align-items:center;justify-content:center}#ad-gate[hidden]{display:none}.ad-gate-box{background:#fff;border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,.35);padding:18px;width:min(92vw,360px);text-align:center}.ad-gate-title{font-weight:700;font-size:15px;margin-bottom:12px}#ad-gate-banner{display:flex;justify-content:center;min-height:250px}#ad-gate-banner iframe{max-width:100%}.ad-gate-notice{font-size:11px;color:#667;margin:10px 0 12px}.ad-gate-btns{display:flex;gap:8px;justify-content:center}.ad-gate-btns button{padding:9px 18px;border-radius:6px;border:1px solid #c6d4c6;background:#f4f7f4;cursor:pointer;font-size:13px}#ad-gate-download{background:#1e7145;color:#fff;border-color:#1e7145;min-width:132px}#ad-gate-download:disabled{opacity:.55;cursor:default}@media (max-width:768px){#menubar button{min-height:38px;padding:6px 10px}#menubar .filename{max-width:30vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fx-input{min-height:38px}#grid td,#grid th{height:30px;font-size:13px}#sheet-tabs button{min-height:36px;padding:6px 16px}#statusbar{font-size:11px;gap:8px}}@media (max-height:480px){#bottom-ad{display:none!important}}