:root{--surface-1:#ffffff;--surface-2:#f5f6f8;--text-1:#1a1d21;--text-2:#4b5563;--text-3:#8a94a6;--border:#e5e7eb;--primary-color:#0f766e}:root[data-theme=dark]{--surface-1:#1c1f24;--surface-2:#141414;--text-1:#e8eaed;--text-2:#b6bcc6;--text-3:#7f8794;--border:#2e3340;--primary-color:#2dd4bf}body,html{margin:0;padding:0;background:var(--surface-2);color:var(--text-1);min-height:100%}*{box-sizing:border-box}a{color:var(--primary-color)}.page{max-width:1040px;margin:0 auto;padding:24px 16px 64px}@media (max-width:768px){.m-stack{grid-template-columns:1fr!important}}