*{box-sizing:border-box}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2937;background:#f5f7fa}:root[data-theme=dark]{color:#e5e7eb;background:#111827}html,body,#app{width:100%;height:100%;margin:0}body{overflow:hidden}#app{display:flex;flex-direction:column}.topbar{height:60px;flex:0 0 60px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;background:var(--bar-bg, #ffffff);border-bottom:1px solid var(--border, #e5e7eb)}:root[data-theme=dark] .topbar{--bar-bg: #1f2937;--border: #374151}.brand{display:flex;align-items:center;gap:10px;min-width:0}.logo{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#111827;color:#fff;font-weight:700;font-size:14px}.title{font-size:15px;font-weight:700}.subtitle{margin-top:1px;font-size:11px;opacity:.6}.actions{display:flex;align-items:center;gap:6px}button{border:1px solid var(--button-border, #d1d5db);background:var(--button-bg, #fff);color:inherit;border-radius:6px;padding:7px 10px;font-size:13px;cursor:pointer}button:hover{background:var(--button-hover, #f3f4f6)}:root[data-theme=dark] button{--button-bg: #111827;--button-border: #4b5563;--button-hover: #374151}#themeBtn{width:34px;padding:7px 0}main{flex:1;min-height:0;padding:8px}#editor{width:100%;height:100%;overflow:hidden;border:1px solid var(--border, #e5e7eb);border-radius:7px;background:#fff}:root[data-theme=dark] #editor{--border: #374151}footer{height:30px;flex:0 0 30px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:11px;color:#6b7280;background:var(--bar-bg, #fff);border-top:1px solid var(--border, #e5e7eb)}footer .error{color:#dc2626}@media(max-width:700px){.topbar{height:auto;min-height:60px;flex-wrap:wrap;padding:8px}.actions{width:100%;overflow-x:auto}footer{display:none}}
