*{box-sizing:border-box;margin:0;padding:0}html{font-family:Pretendard,Malgun Gothic,-apple-system,sans-serif;color:#1e293b;background:#f8fafc}body{min-height:100vh}.proposal-layout{display:flex;max-width:1080px;margin:0 auto;padding:16px;gap:20px;align-items:flex-start}.proposal-toc{position:sticky;top:16px;width:220px;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 4px;max-height:calc(100vh - 100px);overflow-y:auto}.toc-item{display:flex;justify-content:space-between;gap:8px;width:100%;padding:6px 8px;border:none;background:transparent;font-size:13px;color:#334155;cursor:pointer;text-align:left;border-radius:4px}.toc-item:hover{background:#f1f5f9}.proposal-main{flex:1;min-width:0}.proposal-footer{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 8px #0f172a0f}.log-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:50}.log-panel{background:#fff;border-radius:10px;padding:18px;width:min(480px,calc(100vw - 32px));max-height:70vh;overflow-y:auto}@media(max-width:768px){.proposal-toc{display:none}.proposal-layout{padding:12px}}
