:root{--tom-primary:#0091b6;--tom-primary-dark:#007ba7;--tom-secondary:#ff6b35;--tom-tertiary:#8bbc21;--tom-tertiary-dark:#6c9415;--tom-dark:#1a1a1a;--tom-light:#f5f5f5;--text-primary:#1a1a1a;--text-secondary:#595959;--text-inverse:#fff;--bg-primary:#fff;--bg-secondary:#f5f5f5;--focus-color:#4a90e2;--error-color:#d32f2f;--success-color:#388e3c}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:100%}body{color:var(--text-primary);background:var(--bg-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6}.skip-link{background:var(--tom-dark);color:var(--text-inverse);z-index:100;padding:8px 16px;font-weight:600;text-decoration:none;position:absolute;top:-40px;left:0}.skip-link:focus{outline:3px solid var(--focus-color);top:0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin-bottom:1rem;font-weight:700;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:var(--tom-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--tom-primary-dark);text-decoration:underline}a:focus{outline:3px solid var(--focus-color);outline-offset:2px}.btn{cursor:pointer;text-align:center;border:2px solid transparent;border-radius:4px;min-height:44px;padding:12px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--tom-primary);color:var(--text-inverse);border-color:var(--tom-primary);border-radius:8px}.btn-primary:hover{background:var(--tom-tertiary);color:var(--text-inverse);text-decoration:underline}.btn-secondary{color:var(--tom-primary);border-color:var(--tom-primary);background:0 0}.btn-secondary:hover{background:var(--tom-primary);color:var(--text-inverse);text-decoration:none}.btn-large{padding:16px 32px;font-size:1.125rem}.btn:disabled{opacity:.5;cursor:not-allowed}header{z-index:100;background:#fff;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.logo{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo-image{object-fit:contain;width:auto;height:40px}.logo:hover{text-decoration:none}.desktop-menu{gap:2rem;list-style:none;display:flex}.desktop-menu a{color:var(--text-primary);padding:.5rem 0;font-weight:600}.desktop-menu a:hover{color:var(--tom-primary)}.hero{background:linear-gradient(135deg,var(--tom-primary)0%,var(--tom-primary-dark)100%);color:var(--text-inverse);text-align:center;padding:4rem 2rem}.hero h1{color:var(--text-inverse);margin-bottom:1rem;font-size:3rem}.hero-tagline{margin-bottom:1rem;font-size:1.5rem}.hero-description{max-width:800px;margin:0 auto 2rem;font-size:1.125rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}section{padding:3rem 0}.section-padding{padding:4rem 2rem}.section-white{background:var(--bg-primary)}.section-alternate{background:var(--bg-secondary)}.section-dark{background:var(--tom-dark);color:var(--text-inverse)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--text-inverse)}.mission{text-align:center;padding:4rem 2rem}.mission-text{max-width:800px;margin:0 auto;font-size:1.25rem}.page-intro{text-align:center;max-width:800px;color:var(--text-secondary);margin:0 auto 2rem;font-size:1.125rem}.projects-showcase,.campus-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0;display:grid}.campus-card{background:#fff;border:1px solid #ddd;border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden}.campus-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.campus-image-placeholder{background:var(--bg-secondary);width:100%;height:200px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.campus-card h3{margin:1rem 1rem .5rem}.campus-card p{margin:0 1rem 1rem}.campus-link{margin:0 1rem 1rem;font-weight:600;display:inline-block}.links-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0;display:grid}.link-card{background:var(--bg-secondary);border:2px solid transparent;border-radius:8px;padding:2rem;transition:all .2s;display:block}.link-card:hover{border-color:var(--tom-primary);background:#fff;text-decoration:none;transform:translateY(-2px)}.link-card h3{color:var(--tom-primary);margin-bottom:.5rem}.events-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0;display:grid}.event-card{background:#fff;border:1px solid #ddd;border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden}.event-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.event-image{object-fit:cover;width:100%;height:200px}.event-content{padding:1.5rem}.event-meta{color:var(--text-secondary);margin:1rem 0}.event-meta dd{margin-bottom:.5rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0;display:grid}.project-card{background:#fff;border:1px solid #ddd;border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.project-card img{object-fit:cover;width:100%;height:200px}.project-content{padding:1.5rem}.project-meta{color:var(--text-secondary);gap:2rem;margin:1rem 0;font-size:.9rem;display:flex}.project-meta div{gap:.5rem;display:flex}.project-meta dt{font-weight:600}.cta-section{text-align:center;background:var(--bg-secondary);border-radius:8px;margin-top:4rem;padding:3rem 2rem}.campus-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.involvement-section{margin-bottom:3rem}.involvement-list{margin:1rem 0 2rem 1.5rem;line-height:1.8}.involvement-list li{margin-bottom:.5rem}h4{color:var(--text-primary);margin:1.5rem 0 .75rem;font-size:1.125rem}h5{color:var(--tom-primary);margin-bottom:.5rem;font-size:1rem}.events-subsection{margin-bottom:2rem}.events-subsection h3{margin-bottom:1.5rem}.contact-cta-box{background:linear-gradient(135deg,var(--tom-primary)0%,var(--tom-primary-dark)100%);color:#fff;border-radius:12px;margin-top:2rem;padding:2rem}.contact-cta-box h4{color:#fff;margin-top:0}.contact-cta-box p{color:#fff;opacity:.95}.contact-emails{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.contact-emails .btn-primary{color:var(--tom-primary);background:#fff;border-color:#fff}.contact-emails .btn-primary:hover{background:var(--bg-secondary);color:var(--tom-primary-dark)}.contact-options{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0;display:grid}.contact-card{background:var(--bg-secondary);border-radius:8px;padding:2rem}.contact-card h4{color:var(--tom-primary);margin-bottom:1rem}.contact-form{max-width:600px;margin:2rem 0}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:2px solid #ddd;border-radius:4px;width:100%;min-height:44px;padding:12px;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--tom-primary);outline:none;box-shadow:0 0 0 3px rgba(0,163,224,.2)}.required{color:var(--error-color)}.optional{color:var(--text-secondary);font-weight:400}.form-help{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem}.form-footer{color:var(--text-secondary);margin-top:1rem;font-size:.9rem}.alert{border-radius:4px;margin-bottom:1rem;padding:1rem}.alert-success{color:#2e7d32;background:#e8f5e9;border:2px solid #4caf50}.alert-error{color:#c62828;background:#ffebee;border:2px solid #f44336}footer{background:var(--tom-dark);color:var(--text-inverse);margin-top:4rem;padding:3rem 0 1rem}.footer-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem 2rem;display:grid}.footer-section h3{color:var(--tom-primary);margin-bottom:1rem;font-size:1.125rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:var(--text-inverse)}.footer-section a:hover{color:var(--tom-primary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.footer-bottom-content{justify-content:center;align-items:center;gap:1rem;display:flex}.footer-logo{object-fit:contain;width:auto;height:30px}@media (max-width:640px){.footer-bottom-content{flex-direction:column;gap:.5rem}.footer-logo{height:25px}}body.invert-colors,body.invert-colors img,body.invert-colors video{filter:invert()hue-rotate(180deg)}body.gray-hues{filter:grayscale()}body.underline-links a{text-decoration:underline!important;text-decoration-thickness:2px!important}@media (max-width:768px){.hero h1{font-size:2rem}.hero-tagline{font-size:1.25rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}.desktop-menu{display:none}.campus-grid,.projects-grid,.events-grid,.links-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){:root{--tom-primary:#0091b6;--text-primary:#000;--text-secondary:#333}.btn,input,textarea{border-width:3px}}@media print{.accessibility-toggle,.accessibility-toolbar,header,footer{display:none}}.project-showcase-card{background:#fff;border-radius:12px;grid-template-columns:45% 55%;gap:2rem;max-width:1400px;min-height:500px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.project-image-container img{object-fit:cover;width:100%;height:100%}.slideshow-btn:hover{background:var(--tom-primary-dark);transform:translateY(-50%)scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.3)}.slideshow-dot:hover{background:rgba(0,163,224,.3);transform:scale(1.2)}@media (max-width:968px){.project-showcase-card{grid-template-columns:1fr;gap:0}.project-image-container{min-height:300px}.project-showcase-content{padding:2rem}.slideshow-wrapper{padding:0 60px}.slideshow-btn{width:50px;height:50px;font-size:2rem}}@media (max-width:640px){.slideshow-wrapper{padding:0 50px}.slideshow-btn{width:40px;height:40px;font-size:1.5rem}.project-showcase-content{padding:1.5rem}.project-header h2{font-size:1.5rem}.project-section h3{font-size:1.1rem}}@media (min-width:768px){.about__top{flex-direction:row;align-items:stretch}.about__copy{flex-direction:column;width:50%;display:flex}.about__media{width:50%;display:flex}}.about__media{min-height:100%;display:flex}.campusCard:focus-visible{box-shadow:var(--card-shadow-hover);border-color:rgba(31,111,235,.45);outline:none;transform:translateY(-2px)}.campusCard:focus-visible .campusCard__chevron{opacity:.7;transform:translate(2px,-2px)}@media (max-width:768px){.event-type-row{text-align:center;flex-direction:column}.event-type-image{width:100%;max-width:200px;height:200px}}@media (min-width:820px){.involveCards{grid-template-columns:repeat(3,1fr)}}@media (min-width:820px){.involveCards{grid-template-columns:repeat(3,1fr)}}.intakeForm__submit{padding:16px 32px;font-size:1.15rem}@media (min-width:680px){.formRow{grid-template-columns:1fr 1fr}}.btn.btn-primary{border:1px solid var(--tom-primary);background:var(--tom-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:600;transition:filter .15s,transform 50ms;display:inline-flex}.btn.btn-primary:hover{background:var(--tom-tertiary);border-color:var(--tom-tertiary);filter:brightness(1.05)}.slideshow-track{width:100%;position:relative}.project-showcase-card{transition:none!important}.project-image-container img{display:block;transition:none!important;animation:none!important}@media (prefers-reduced-motion:reduce){.slideshow-container *,.slideshow-wrapper *,.project-showcase-card *,.project-image-container *{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}.slideshow-btn:disabled{pointer-events:none;opacity:.5}.slideshow-container{width:100%;margin:2rem 0;position:relative}.slideshow-wrapper{justify-content:center;align-items:center;padding:0 80px;display:flex;position:relative}.slideshow-track{width:100%;min-height:500px;position:relative}.project-showcase-card{background:#fff;border-radius:12px;grid-template-columns:45% 55%;gap:2rem;max-width:1400px;min-height:500px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:none!important;animation:none!important}.project-image-container{background:var(--bg-secondary);justify-content:center;align-items:center;width:100%;height:100%;min-height:500px;display:flex;overflow:hidden}.project-image-container img{object-fit:cover;width:100%;height:100%;display:block;transition:none!important;animation:none!important}.project-showcase-content{flex-direction:column;justify-content:space-between;gap:1.5rem;padding:2.5rem 4rem 2.5rem 0;display:flex;overflow-y:auto}.project-header h2{color:var(--tom-primary);margin-bottom:0;font-size:2rem}.project-section h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.project-section p{color:var(--text-secondary);margin-bottom:0;line-height:1.7}.project-impact{background:linear-gradient(135deg,var(--tom-tertiary),var(--tom-tertiary-dark));color:#fff;border-radius:8px;margin-top:auto;padding:1rem;font-size:1rem}.project-impact strong{margin-bottom:.5rem;font-size:1.1rem;display:block}.slideshow-btn{background:var(--tom-primary);color:#fff;cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:0;font-size:2.5rem;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px rgba(0,0,0,.2)}.slideshow-btn:hover:not(:disabled){background:var(--tom-primary-dark);transform:translateY(-50%)scale(1.1)}.slideshow-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.slideshow-btn:focus{outline:3px solid var(--focus-color);outline-offset:4px}.slideshow-btn-prev{left:0}.slideshow-btn-next{right:0}.slideshow-dots{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.slideshow-dot{border:2px solid var(--tom-primary);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;padding:0;transition:all .2s}.slideshow-dot:hover:not(:disabled){background:rgba(0,163,224,.3);transform:scale(1.2)}.slideshow-dot:disabled{cursor:not-allowed;pointer-events:none}.slideshow-dot.active{background:var(--tom-primary);transform:scale(1.3)}.slideshow-counter{text-align:center;color:var(--text-secondary);margin-top:1rem;font-size:1rem;font-weight:600}@media (max-width:968px){.project-showcase-card{grid-template-columns:1fr;gap:0}.project-image-container{min-height:300px}.project-showcase-content{padding:2rem}.slideshow-wrapper{padding:0 60px}.slideshow-btn{width:50px;height:50px;font-size:2rem}}@media (max-width:640px){.slideshow-wrapper{padding:0 50px}.slideshow-btn{width:40px;height:40px;font-size:1.5rem}.project-showcase-content{padding:1.5rem}.project-header h2{font-size:1.5rem}.project-section h3{font-size:1.1rem}}.about{--about-max:1100px;--gap-lg:2rem;--gap-md:1.25rem;--gap-sm:.75rem;--card-bg:#fff;--card-border:#e7e7e7;--card-radius:16px;--card-shadow:0 6px 16px rgba(0,0,0,.06);--card-shadow-hover:0 10px 24px rgba(0,0,0,.1);--text-muted:#5f6b7a;--brand:#1f6feb}.about__container{max-width:var(--about-max);gap:var(--gap-lg);flex-direction:column;margin:0 auto;padding:3.5rem 1rem;display:flex}.about__top{gap:var(--gap-lg);flex-direction:column;display:flex}@media (min-width:768px){.about__top{flex-direction:row;align-items:stretch}.about__copy,.about__media{width:50%}}.about__title{margin:0 0 var(--gap-sm);font-size:max(1.75rem,min(2.5vw,2.25rem));line-height:1.2}.about__text{color:var(--text-muted);margin:0;font-size:1.05rem;line-height:1.7}.about__media{display:flex}.about__mediaPlaceholder{border:1px dashed var(--card-border);border-radius:var(--card-radius);color:#94a3b8;text-transform:uppercase;letter-spacing:.15em;background:#f8fafc;flex:1;place-items:center;min-height:220px;display:grid}.campusGrid{gap:var(--gap-md);grid-template-columns:repeat(auto-fit,minmax(230px,1fr));display:grid}.campusCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--card-radius);color:inherit;box-shadow:var(--card-shadow);padding:1rem 1.1rem 1.1rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:block}.campusCard:hover{box-shadow:var(--card-shadow-hover);border-color:rgba(31,111,235,.45);outline:none;transform:translateY(-2px)}.campusCard:focus-visible{box-shadow:var(--card-shadow-hover);border-color:rgba(31,111,235,.45);outline:none;transform:translateY(-2px)}.campusCard__header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.campusCard__title{margin:0;font-size:1.1rem;font-weight:700}.campusCard__chevron{opacity:.35;font-size:1rem;transition:transform .18s,opacity .18s}.campusCard:hover .campusCard__chevron{opacity:.7;transform:translate(2px,-2px)}.campusCard:focus-visible .campusCard__chevron{opacity:.7;transform:translate(2px,-2px)}.campusCard__blurb{color:var(--text-muted);margin:.5rem 0 0;font-size:.95rem;line-height:1.55}.campusCard__cta{color:var(--brand);margin-top:.8rem;font-size:.9rem;font-weight:600;display:inline-block}.campusCard__header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.campusCard__logo{object-fit:contain;flex-shrink:0;width:40px;height:40px}.event-types{flex-direction:column;gap:2rem;max-width:900px;margin:0 auto;display:flex}.event-type-row{background:#fff;border-radius:8px;align-items:center;gap:2rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.1)}.event-type-row:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.event-type-image{border-radius:8px;flex-shrink:0;width:150px;height:150px;overflow:hidden}.event-type-image img{object-fit:cover;width:100%;height:100%}.event-type-content{flex:1}.event-type-content h3{color:#333;margin:0 0 .5rem}.event-type-content p{color:#666;margin:0;line-height:1.6}@media (max-width:768px){.event-type-row{text-align:center;flex-direction:column}.event-type-image{width:100%;max-width:200px;height:200px}}@media (min-width:820px){.involveCards{grid-template-columns:repeat(3,1fr)}}.getInvolved__container{flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;padding:3rem 1rem;display:flex}.getInvolved__title{text-align:center;margin:0;font-size:max(1.75rem,min(2.5vw,2.25rem))}.involveCards{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:820px){.involveCards{grid-template-columns:repeat(3,1fr)}}.involveCard{text-align:left;background:#fff;border:1px solid #e7e7e7;border-radius:16px;padding:1.5rem 1.25rem;transition:transform .15s,box-shadow .15s;box-shadow:0 6px 16px rgba(0,0,0,.06)}.involveCard:hover{transform:translateY(-3px);box-shadow:0 10px 22px rgba(0,0,0,.1)}.involveCard__title{margin:0 0 .5rem;font-size:1.25rem}.involveCard__text{color:#5f6b7a;margin:0;line-height:1.6}.involveNote{text-align:center;color:#334155;margin-top:1rem;font-size:1.05rem}.intake{background:#f8fafc;border:1px solid #e7e7e7;border-radius:16px;padding:1.25rem}.intake__title{margin:0 0 .25rem;font-size:1.25rem}.intake__hint{color:#64748b;margin:0 0 1rem}.intakeForm{flex-direction:column;gap:2rem;display:flex}.formRow{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:680px){.formRow{grid-template-columns:1fr 1fr}}.formControl{flex-direction:column;gap:.4rem;display:flex}.formControl label{font-size:.95rem;font-weight:600}.formControl input,.formControl select,.formControl textarea{background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:.7rem .8rem;font-size:1rem}.formControl input:focus,.formControl select:focus,.formControl textarea:focus{border-color:#1f6feb;outline:none;box-shadow:0 0 0 3px rgba(31,111,235,.12)}.formHint{color:#64748b;font-size:.85rem}.btn.btn-primary{color:#fff;background:#1f6feb;border:1px solid #1f6feb;border-radius:10px;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:600;transition:filter .15s,transform 50ms;display:inline-flex}.btn.btn-primary:hover{filter:brightness(1.05)}.btn.btn-primary:active{transform:translateY(1px)}.formStatus{margin-top:.25rem}.formStatus--ok{color:#0f766e}.formStatus--err{color:#b91c1c}.hero{color:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-slide{opacity:0;z-index:0;background-position:50%;background-size:cover;transition:opacity 1s ease-in-out;position:absolute;top:0;bottom:0;left:0;right:0}.hero-slide.active{opacity:1}.hero-overlay{z-index:1;background:rgba(10,25,47,.6);position:absolute;top:0;bottom:0;left:0;right:0}.hero-content{z-index:2;text-align:center;text-shadow:0 3px 8px rgba(0,0,0,.8);position:relative}.hero-content h1,.hero-content .hero-tagline,.hero-content .hero-description{text-shadow:0 2px 6px rgba(0,0,0,.6)}.about__video{object-fit:cover;border-radius:8px;flex:1;width:100%;height:100%}
.accessibility-toggle{top:calc(var(--nav-height,70px) + 20px);background:var(--tom-primary);color:#fff;cursor:pointer;z-index:1000;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,background-color .2s;display:flex;position:fixed;right:20px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.accessibility-toggle:hover,.accessibility-toggle:focus{background:var(--tom-primary-dark);outline:3px solid var(--focus-color);outline-offset:2px;transform:scale(1.1)}.accessibility-toolbar{z-index:999;background:#fff;width:350px;height:100vh;animation:.3s ease-out slideIn;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-2px 0 12px rgba(0,0,0,.2)}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.toolbar-header{background:var(--tom-primary);color:#fff;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.toolbar-header h2{margin:0;font-size:1.25rem}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;display:flex}.close-btn:hover,.close-btn:focus{background:rgba(255,255,255,.2);outline:2px solid #fff}.toolbar-content{padding:1.5rem}.toolbar-section{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.toolbar-section:last-child{border-bottom:none}.toolbar-section h3{color:var(--text-primary);margin:0 0 1rem;font-size:1rem}.button-group{gap:.5rem;margin-bottom:.5rem;display:flex}.button-group button{background:var(--tom-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;flex:1;padding:.75rem;font-size:1rem;font-weight:600;transition:background-color .2s}.button-group button:hover:not(:disabled){background:var(--tom-primary-dark)}.button-group button:focus{outline:3px solid var(--focus-color);outline-offset:2px}.button-group button:disabled{opacity:.5;cursor:not-allowed}.current-value{text-align:center;color:var(--tom-primary);margin:.5rem 0 0;font-weight:600}.toggle-option{background:var(--bg-secondary);cursor:pointer;border-radius:4px;align-items:center;margin-bottom:.75rem;padding:1rem;transition:background-color .2s;display:flex}.toggle-option:hover{background:#e8e8e8}.toggle-option input[type=checkbox]{cursor:pointer;width:20px;height:20px;margin-right:1rem}.toggle-option span{flex:1;font-size:.95rem}.feature-hint{color:var(--text-secondary);margin-top:.25rem;font-size:.85rem;display:block}.reset-all-btn{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:4px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background-color .2s}.reset-all-btn:hover{background:#b71c1c}.reset-all-btn:focus{outline:3px solid var(--focus-color);outline-offset:2px}body.invert-colors,body.invert-colors img,body.invert-colors video{filter:invert()hue-rotate(180deg)}body.gray-hues{filter:grayscale()}body.underline-links a{text-decoration:underline!important;text-decoration-thickness:2px!important}@media (max-width:768px){.accessibility-toolbar{width:100%}.accessibility-toggle{width:48px;height:48px}}
