:root{--color-bg-light: #f9f9fb;--color-bg-dark: #0d1117;--color-text-light: #1f2937;--color-text-dark: #e5e7eb;--color-accent: #6366f1;--color-header-bg: #ffffff;--color-footer-bg: #f3f4f6}body,html,#root{margin:0;padding:0;height:100%;width:100%}[data-theme=light]{--bg-color-raw: #f5f5f5;--text-color: #1f2937;--accent-color: #0a84ff;--header-footer-bg: #ffffff}[data-theme=dark]{--bg-color-raw: #333;--text-color: #f5f5f5;--accent-color: #0a84ff;--header-footer-bg: #1e1e1e}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background-color:var(--bg-color-raw);color:var(--text-color);transition:background-color .3s,color .3s}header{background-color:var(--header-footer-bg);padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000000d}footer{background-color:var(--header-footer-bg);padding:1.25rem 2rem;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 8px #0000000d}.logo{width:100px;height:100px;max-width:100%}h1{margin:0;font-size:1.8rem}.theme-buttons button{background:var(--bg-color-raw);border:1px solid transparent var(--accent-color);padding:.6rem 1.2rem;font-size:1.5em;font-weight:500;font-family:inherit;margin-left:.5rem;border-radius:6px;cursor:pointer;color:var(--accent-color);transition:background-color .2s}.theme-buttons button:hover{background-color:var(--accent-color);color:#fff}footer p{margin:0;font-size:.9rem;color:var(--text-color)}.login-container{width:100%;max-width:400px;margin:50px auto;padding:20px;background:var(--header-footer-bg);border-radius:10px;box-shadow:0 0 10px #0000001a;text-align:center}.login-container p{text-align:justify}.login-container button{border:none}.login-container button:hover{background-color:var(--accent-color)}.login-container div{background:var(--header-footer-bg)}.login-container div h1,.login-container div p,.login-container div label{color:var(--text-color)}.cl-internal-tk30ch{display:none}.pitch{font-size:.8rem}@media (max-width: 768px){header,footer{flex-direction:column;align-items:flex-start;padding:1rem}.logo{width:35px;height:35px}h1{font-size:.75rem}.theme-buttons{position:fixed;right:1rem;top:1%;display:flex;flex-direction:row;gap:.5rem;z-index:auto}.theme-buttons button{flex:1 1 auto;padding:.5rem;font-size:.9rem}.login-container{margin:20px auto;padding:15px;width:90%;box-sizing:border-box}.login-container div{width:100%}footer p{font-size:.8rem;margin-top:.5rem}}
