.custom-toaster-wrapper{z-index:9999;background-color:#0000009f;width:100%;max-width:100vw;position:fixed;top:0;left:0;right:0;overflow:hidden}.custom-toaster{justify-content:space-between;align-items:center;gap:1rem;min-height:60px;margin:0 auto;padding:.75rem 1.5rem;animation:.3s ease-out slideDown;display:flex;box-shadow:0 2px 8px #00000026}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.custom-toaster-content{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.custom-toaster-message{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.custom-toaster-text{color:#fff;word-wrap:break-word;overflow-wrap:break-word;font-size:clamp(.875rem,2.5vw,.95rem);font-weight:500;line-height:1.4}.custom-toaster-actions{flex-shrink:0;align-items:center;gap:1rem;display:flex}.custom-toaster-action-btn{color:#fff;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:.25rem .5rem;font-size:clamp(.875rem,2.5vw,.95rem);font-weight:500;text-decoration:underline;transition:opacity .2s}.custom-toaster-action-btn:hover:not(:disabled){opacity:.8}.custom-toaster-action-btn:active:not(:disabled){opacity:.6}.custom-toaster-action-btn:disabled{opacity:.5;cursor:not-allowed}.custom-toaster-action-btn:focus{outline-offset:2px;outline:2px solid #fff}.custom-toaster-close-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;transition:background-color .2s;display:flex}.custom-toaster-close-btn:focus{outline-offset:2px;outline:2px solid #fff}@media (max-width:1024px){.custom-toaster{gap:.875rem;padding:.75rem 1.25rem}}@media (max-width:768px){.custom-toaster{-webkit-backdrop-filter:blur(10px);background-color:#ffffff14;gap:.75rem;min-height:auto;padding:.875rem 1rem}.custom-toaster-content{gap:.75rem}.custom-toaster-message{gap:.625rem}.custom-toaster-text{font-size:.875rem}}@media (max-width:480px){.custom-toaster{background-color:#ffffff1a;gap:.625rem;padding:.75rem}.custom-toaster-content{gap:.5rem}.custom-toaster-text{font-size:.875rem}.custom-toaster-action-btn{padding:.5rem .75rem;font-size:.875rem}}@media (max-width:360px){.custom-toaster{padding:.625rem}.custom-toaster-text,.custom-toaster-action-btn{font-size:.8125rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.custom-toaster{box-shadow:0 2px 8px #0003}}@media (max-width:768px) and (orientation:landscape){.custom-toaster{min-height:50px;padding:.5rem 1rem}.custom-toaster-text{font-size:.875rem}}@media (prefers-reduced-motion:reduce){.custom-toaster{animation:none}}@media (prefers-color-scheme:dark){.custom-toaster{box-shadow:0 2px 8px #0000004d}}
.header{background-color:#0000}body:has(.home-page-wrapper) .header{background-color:#003df5}:is(body:has(.confirm-page-wrapper) .header,body:not(:has(.home-page-wrapper)) .header){background-color:#0000!important}.header-content{text-align:center;padding-bottom:1rem;display:none}.header-title{color:#fff;margin:0;padding:0;font-size:2.5rem}.header-subtitle{color:#fff;margin:.5rem 0 0;padding:0;font-size:1.25rem}body:has(.home-page-wrapper) .header-content{display:block}.navbar{background-color:#0000;justify-content:space-between;align-items:center;padding:1rem 2rem 1rem 1rem;display:flex}body:has(.home-page-wrapper) .navbar{background-color:#003df5}:is(body:has(.confirm-page-wrapper) .navbar,body:not(:has(.home-page-wrapper)) .navbar){background-color:#0000!important}@media (max-width:768px){.navbar{padding:0}}.nav-links{gap:1rem;text-decoration:none;display:flex}.nav-links a{color:#fff;border-radius:4px;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.navbar a:focus{outline-offset:2px;outline:2px solid #007acc}.nav-right{align-items:center;gap:1rem;display:flex}.deactivate-section{background-color:#4e4c4c;justify-content:center;align-items:center;padding:1rem 2rem;display:flex}@media (max-width:768px){.deactivate-section{margin:.25rem 0;padding:.75rem 1rem}}.profile-container{z-index:100;margin-right:-1.5rem;display:inline-block;position:relative;transform:scale(.9)}.profile-button{cursor:pointer;color:#000;background-color:#0000;border:none;border-radius:0;align-items:center;padding:0;display:flex}.profile-icon{color:#000;z-index:2;box-sizing:border-box;outline-offset:2px;background-color:#e0e6ec;border:2px solid #333;border-radius:50%;outline:2px solid #0000;justify-content:center;align-items:center;width:44px;height:44px;margin-right:0;font-weight:700;display:flex;position:relative}.profile-info-wrapper{z-index:1;background-color:#c0ccd8;border-radius:0 50px 50px 0;margin-left:-18px;padding:5px 15px 5px 30px;transition:background-color .2s;display:block;position:relative}.profile-button:hover .profile-info-wrapper{background-color:#95a5b8}.profile-info{color:#000;flex-direction:column;align-items:flex-start;padding-right:0;display:flex}.profile-name{font-weight:700}.profile-points{font-size:.8rem}.profile-dropdown{z-index:100;opacity:0;background-color:#fff;border-radius:12px;min-width:160px;transition:opacity .3s,transform .3s;display:none;position:absolute;right:-10px;transform:translateY(-10px);box-shadow:0 8px 16px #0003}.profile-dropdown-title{color:#000;padding:12px 16px 8px;font-size:.9rem}.profile-dropdown a{color:#000;outline:none;padding:8px 16px 20px;text-decoration:none;display:block}.profile-dropdown a:focus,.profile-dropdown a:focus-visible{outline:none}.profile-dropdown a:last-child{border-radius:0 0 12px 12px}.profile-dropdown a:hover{background-color:#f1f1f1}.profile-dropdown.show{opacity:1;display:block;transform:translateY(0)}@media (max-width:1024px){.profile-info-wrapper{display:none}.profile-icon{margin-right:0}.profile-dropdown{flex-direction:column;display:flex}.profile-dropdown.show{display:flex}.profile-dropdown-title{background-color:#f9f9f9;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;order:1}.profile-dropdown-header{background-color:#fff;border-bottom:1px solid #e0e0e0;order:2;padding:12px 16px;display:block}.profile-dropdown-name{color:#000;margin-bottom:4px;font-weight:700;display:block}.profile-dropdown-points{color:#666;font-size:.9rem;display:block}.profile-dropdown a{order:3}}@media (min-width:1025px){.profile-dropdown-header{display:none}}@media (max-width:480px){.navbar{padding:1rem}}
.footer-content{background-color:#000;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 2rem;font-size:85%;display:flex}.footer-content p{text-align:left;margin:0}.footer-content img{margin-left:auto}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column;gap:1rem}.footer-content p{text-align:center;width:100%}.footer-content img{margin:0 auto}}
.skip-link{color:#fff;z-index:1000;background:#000;border-radius:4px;padding:8px;font-size:14px;font-weight:500;text-decoration:none;position:absolute;top:-40px;left:6px}.skip-link:focus{outline-offset:2px;outline:2px solid #469bff;top:6px}
