:root{--background:#ffffff;--foreground:#171717;--mobile-header-bg:rgba(255,255,255,0.95);--mobile-border:rgba(0,0,0,0.1);--toggle-bg:#f3f4f6;--toggle-border:rgba(0,0,0,0.08);--toggle-text:#6b7280;--toggle-active-bg:#ffffff;--toggle-active-text:#1f2937}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--mobile-header-bg:rgba(31,41,55,0.95);--mobile-border:rgba(255,255,255,0.1);--toggle-bg:#374151;--toggle-border:rgba(255,255,255,0.08);--toggle-text:#9ca3af;--toggle-active-bg:#1f2937;--toggle-active-text:#f3f4f6}}body,html{max-width:100vw;overflow-x:hidden;height:100vh;height:-webkit-fill-available;margin:0;padding:0}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:fixed;width:100%;overflow:hidden;top:0;left:0;right:0;bottom:0}@media (max-width:768px){body{padding-bottom:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}html{overflow:hidden;height:100vh;height:-webkit-fill-available}button,input,select,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text}input,select,textarea{font-size:16px}}*{box-sizing:border-box;padding:0;margin:0}#__next,div,main{max-width:100vw}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}