.form-container{background:#e6f2ff;border-radius:12px;max-width:420px;margin:40px auto;padding:25px;box-shadow:0 4px 12px #0000001a}.form-title{text-align:center;color:#036;margin-bottom:20px;font-weight:600}.form{flex-direction:column;gap:15px;display:flex}.form-button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:5px;margin-top:10px;padding:8px 16px;transition:all .2s}.form-button:hover:not(:disabled){background:#005ec2}.form-button--disabled{color:#666;cursor:not-allowed;background:#ccc}.form-message{border-radius:6px;align-items:center;gap:10px;margin-top:10px;padding:10px;font-weight:600;display:flex}.form-message--error{color:#b00020;background:#ffe6e6}.form-message--success{color:#18a330;background:#e8f8ed}.error-text{color:red;font-size:12px}.choice-options{flex-direction:column;gap:10px;margin-top:8px;display:flex}.choice-option{cursor:pointer;background:#f7fbff;border:1px solid #ace;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:all .2s;display:flex}.choice-option:hover{background:#edf6ff;border-color:#59d}.choice-option input[type=radio]{accent-color:#007bff;width:16px;height:16px;margin:0}.choice-option span{color:#036;font-size:.95rem}.register-container{background:#e6f2ff;border-radius:12px;max-width:420px;margin:40px auto 40px 260px;padding:25px;box-shadow:0 4px 12px #0000001a}.register-title{text-align:center;color:#036;margin-bottom:20px;font-weight:600}.register-form{flex-direction:column;gap:15px;display:flex}.form-group label{color:#036;font-weight:500}.form-input{border:1px solid #ace;border-radius:6px;padding:10px;font-size:1rem}.form-input:focus{border-color:#59d;outline:none;box-shadow:0 0 4px #5599dd80}.submit-button{color:#fff;cursor:pointer;background:#59d;border:none;border-radius:6px;padding:12px;font-size:1rem;transition:background .2s}.submit-button:hover{background:#37b}.error-message{color:#c00;background:#ffe6e6;border:1px solid #fcc;border-radius:6px;padding:10px;font-size:0}.login-link span{color:#59d;cursor:pointer;font-weight:600}.login-link span:hover{text-decoration:underline}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.home-container{text-align:center;flex-direction:column;align-items:center;margin-top:60px;padding:0 20px;display:flex}.home-wrapper{font-family:var(--main-font);color:var(--primary-text)}.home-content{text-align:center;flex-direction:column;align-items:center;margin-top:60px;padding:0 20px;display:flex}.home-title{color:var(--primary-text);margin-bottom:20px;font-size:2.5rem;font-weight:700}.home-description{max-width:600px;color:var(--secondary-text);font-size:1.2rem;line-height:1.6}.home-wrapper{min-height:100vh;font-family:var(--sans);color:var(--text);flex-direction:column;align-items:center;display:flex;position:relative}.profile-button{cursor:pointer;background:0 0;border:none;padding:0;position:absolute;top:16px;right:16px}.profile-popup{z-index:10;background:#fff;border:1px solid #ccc;border-radius:8px;padding:12px 16px;position:absolute;top:64px;right:16px;box-shadow:0 10px 20px #00000014}.profile-popup__name{margin-top:4px}.profile-popup__logout{color:#fff;cursor:pointer;background:#d93025;border:none;border-radius:6px;width:100%;margin-top:12px;padding:8px 12px;font-weight:600}.info-block{text-align:center;width:60%;max-width:700px;box-shadow:var(--shadow);background-color:#d9ecff;border-radius:12px;margin-top:60px;padding:40px}.info-title{color:var(--text-h);margin-bottom:20px;font-size:2rem;font-weight:700}.info-text{color:var(--text);font-size:1.2rem;line-height:1.6}.layout-main{flex:1;justify-content:center;padding-left:38px;display:flex}
