:root{--bg:#0e0e0c;--gold:#b8860b;--gold-dim:#8a6408;--text:#e8e6df;--muted:#555;--red:#c0392b;--border:#222220;--surface:#141412;--surface2:#1a1a17}@theme inline{--color-bg: var(--bg); --color-gold: var(--gold); --color-gold-dim: var(--gold-dim); --color-text: var(--text); --color-muted: var(--muted); --color-red: var(--red); --color-border: var(--border); --color-surface: var(--surface); --color-surface2: var(--surface2); --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}input,textarea,select{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:4px;outline:none;padding:6px 10px;font-family:inherit;font-size:13px}input:focus,textarea:focus,select:focus{border-color:var(--gold)}input::placeholder,textarea::placeholder{color:var(--muted)}select option{background:var(--surface);color:var(--text)}button{cursor:pointer;font-family:inherit}.mc-shell{height:100%;min-height:100vh;margin:0;display:flex}.mc-main{background:var(--bg);flex-direction:column;flex:1;min-width:0;height:100%;display:flex;overflow-y:auto}.mc-topbar{background:var(--bg);border-bottom:1px solid #ffffff0a;justify-content:flex-end;align-items:center;gap:8px;min-height:56px;padding:10px 20px;display:flex}.mc-content{padding-bottom:env(safe-area-inset-bottom);flex:1;overflow-y:auto}@media (max-width:768px){body,input,textarea,select{font-size:16px}.mc-topbar{z-index:40;justify-content:flex-end;padding:10px 16px 10px 60px;position:sticky;top:0}.mc-content>div{max-width:100%!important}.mc-content [style*="padding: 28px 32px"],.mc-content [style*="padding:28px 32px"]{padding:16px 14px 32px!important}.mc-content h1{word-break:break-word;font-size:26px!important;line-height:1.15!important}.mc-content table{-webkit-overflow-scrolling:touch;max-width:100%;display:block;overflow-x:auto}.mc-content img{max-width:100%;height:auto}.mc-content button,.mc-content a[role=button]{min-height:44px}}.mc-sidebar-toggle{display:none}@media (max-width:768px){.mc-sidebar-toggle{border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--text);z-index:60;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;display:inline-flex;position:fixed;top:10px;left:12px}.mc-sidebar{z-index:55;max-width:80vw;transition:transform .2s;top:0;left:0;transform:translate(-100%);box-shadow:0 0 32px #0009;width:260px!important;min-width:260px!important;height:100vh!important;position:fixed!important}.mc-sidebar.mc-sidebar-open{transform:translate(0)}.mc-sidebar-backdrop{z-index:50;background:#0000008c;display:block;position:fixed;inset:0}}
