@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}:root{--color-bg:#fff;--color-text:#0f172a;--color-muted:#5b6472;--color-surface:#fff;--color-surface-alt:#f6f7f9;--color-border:#d9dee4;--color-accent:#0f766e;--color-accent-strong:#0b4b3a;--color-accent-soft:#e8f4f0;--color-contrast:#f97316;--color-danger:#dc2626;--shadow-soft:0 10px 30px rgba(15,23,42,.08)}@media (prefers-color-scheme:dark){:root{--color-bg:#0b1210;--color-text:#e5e7eb;--color-muted:#9aa4b2;--color-surface:#0f1714;--color-surface-alt:#131a17;--color-border:#1f2a26;--color-accent:#34d399;--color-accent-strong:#10b981;--color-accent-soft:#0f2a22;--color-contrast:#f59e0b;--color-danger:#f87171;--shadow-soft:none}}body,html{max-width:100vw;overflow-x:hidden;font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text)}body{min-height:100vh}.w-md-editor-preview table,.wmde-markdown table{border-collapse:collapse;width:100%;margin:16px 0;display:table!important}.w-md-editor-preview table td,.w-md-editor-preview table th,.wmde-markdown table td,.wmde-markdown table th{border:1px solid var(--color-border);padding:8px 12px;text-align:left}.w-md-editor-preview table th,.wmde-markdown table th{background-color:var(--color-surface-alt);font-weight:600}.w-md-editor-preview table tr:nth-child(2n),.wmde-markdown table tr:nth-child(2n){background-color:var(--color-surface)}.w-md-editor-preview table tr:hover,.wmde-markdown table tr:hover{background-color:var(--color-accent-soft)}