:root{--accent: #6366f1;--accent-light: #e0e7ff;--bg-primary: #f8f9fa;--bg-card: #ffffff;--text-primary: #1a1a1a;--text-secondary: #6b7280;--border: #e5e7eb}@media (prefers-color-scheme: dark){:root{--bg-primary: #0f0f0f;--bg-card: #1a1a1a;--text-primary: #f8f9fa;--text-secondary: #9ca3af;--border: #374151;--accent-light: #312e81}}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);line-height:1.5;touch-action:manipulation;-ms-touch-action:manipulation}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2}p{margin:0 0 1rem}.text-center{text-align:center}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}*:focus{outline:2px solid var(--accent);outline-offset:2px}button:focus{outline-offset:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}@media (max-width: 768px){html{font-size:14px}}@media (min-width: 769px){body{max-width:600px;margin:0 auto;box-shadow:0 0 30px #0000001a}}
