*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--red: #d42027;--red-dark: #b01a20;--red-light: #f5e0e1;--black: #1a1a1a;--gray: #6b6b6b;--gray-light: #f7f7f7;--white: #ffffff;--radius: 6px;--max-width: 480px}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--black);background:var(--white);line-height:1.6;min-height:100dvh}#root{min-height:100dvh;display:flex;flex-direction:column}.page{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem}.page-content{width:100%;max-width:var(--max-width);text-align:center}.logo{width:120px;height:auto;margin-bottom:1.5rem;opacity:.9}.title{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:.25rem}.title span{color:var(--red)}.subtitle{font-size:1rem;color:var(--gray);margin-bottom:2.5rem;font-weight:400}.form{text-align:left;display:flex;flex-direction:column;gap:1.25rem}.field{display:flex;flex-direction:column;gap:.375rem}.field-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray)}.field-input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1.5px solid #ddd;border-radius:var(--radius);background:var(--white);color:var(--black);transition:border-color .15s}.field-input:focus{outline:none;border-color:var(--red)}.field-input::placeholder{color:#bbb}.toggle-group{display:flex;gap:0;border-radius:var(--radius);overflow:hidden;border:1.5px solid #ddd}.toggle-option{flex:1;padding:.75rem;text-align:center;font-size:.9375rem;font-weight:500;cursor:pointer;background:var(--white);color:var(--gray);border:none;transition:all .15s;font-family:inherit}.toggle-option:not(:last-child){border-right:1.5px solid #ddd}.toggle-option:hover{background:var(--gray-light)}.toggle-option.active{background:var(--red);color:var(--white)}.toggle-option.active-no{background:var(--black);color:var(--white)}.btn{width:100%;padding:.875rem;font-size:1rem;font-weight:600;font-family:inherit;color:var(--white);background:var(--red);border:none;border-radius:var(--radius);cursor:pointer;transition:background .15s;margin-top:.5rem}.btn:hover{background:var(--red-dark)}.btn:disabled{opacity:.6;cursor:not-allowed}.checkmark{width:64px;height:64px;border-radius:50%;background:var(--red);color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}.message{font-size:1.125rem;color:var(--gray);margin-bottom:2rem;line-height:1.6}.link{color:var(--red);text-decoration:none;font-weight:500;font-size:.875rem}.link:hover{text-decoration:underline}.event-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding:1.25rem;background:var(--gray-light);border-radius:var(--radius);text-align:center}.event-info-row{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9375rem;color:var(--black)}.event-info-icon{font-size:1.125rem;width:1.5rem;text-align:center;flex-shrink:0}
