@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f5f5f5;--surface: #ffffff;--surface-alt: #f8f9fa;--card-border: transparent;--text: #333333;--text-muted: #666666;--text-faint: #888888;--border: #eeeeee;--accent-text: #1a3a52;--shadow: rgba(0, 0, 0, .1);--shadow-soft: rgba(0, 0, 0, .05)}:root[data-theme=dark]{--bg: #0d0d0f;--surface: #16181c;--surface-alt: #121316;--card-border: #26292f;--text: #e8e8ea;--text-muted: #a6abb3;--text-faint: #8a8f98;--border: #2a2d33;--accent-text: #9fc6dc;--shadow: rgba(0, 0, 0, .5);--shadow-soft: rgba(0, 0, 0, .4)}html{scroll-behavior:smooth}body{font-family:Source Code Pro,ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;background-color:var(--bg);color:var(--text);transition:background-color .3s ease,color .3s ease;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}button{font-family:inherit}@media (max-width: 768px){button,a{min-height:44px;min-width:44px}input,textarea,select,body{font-size:16px}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}}button,a{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button:focus,a:focus{outline:2px solid #6366f1;outline-offset:2px}
