#root{width:100%;min-height:100vh}.auth-page{background:#0f172a;min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:Inter,Arial,Helvetica,sans-serif;padding:24px}.auth-container{background:#fff;width:900px;max-width:100%;min-height:520px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000040}.form-container{position:absolute;top:0;height:100%;width:50%;transition:all .6s ease-in-out}.sign-in-container{left:0;transform:translate(0);opacity:1;z-index:2}.sign-up-container{left:3.5%;transform:translate(100%);opacity:0;z-index:1}.auth-container.right-panel-active .sign-in-container{transform:translate(-100%);opacity:0;z-index:0}.auth-container.right-panel-active .sign-up-container{transform:translate(100%);opacity:1;z-index:2}.overlay-container{position:absolute;top:0;left:50%;width:50%;height:100%;overflow:hidden;transition:transform .6s ease;z-index:100}.auth-container.right-panel-active .overlay-container{transform:translate(-100%)}.overlay{background:linear-gradient(135deg,#020617,#0f172a);color:#e5e7eb;position:relative;left:-100%;height:100%;width:200%;transform:translate(0);transition:transform .6s ease}.auth-container.right-panel-active .overlay{transform:translate(50%)}.overlay-panel{position:absolute;top:0;height:100%;width:75%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:80px}.overlay-panel h1{font-size:28px;font-weight:600;margin-bottom:16px}.overlay-panel p{font-size:14px;opacity:.85;line-height:1.6}.overlay-left{transform:translate(-20%)}.overlay-right{right:-13%}.auth-container button{background:#020617;color:#fff;font-size:13px;letter-spacing:.5px;padding:14px 48px;border:none;cursor:pointer;transition:background .2s ease}.auth-container button:hover{background:#0f172a}.auth-container button.ghost{background:transparent;border:1px solid #e5e7eb;color:#e5e7eb}.auth-container button.ghost:hover{background:#ffffff0d}.auth-form{background:#fff;display:flex;flex-direction:column;padding:0 70px;height:100%;justify-content:center;text-align:left}.auth-form h2{font-size:26px;font-weight:600;margin-bottom:24px;color:#020617}.auth-form input{background:transparent;border:none;border-bottom:1px solid #cbd5f5;padding:12px 4px;margin-bottom:20px;font-size:14px}.auth-form input:focus{outline:none;border-bottom:2px solid #020617}.auth-form a{font-size:12px;color:#334155;margin-bottom:24px;text-decoration:none}.auth-form a:hover{text-decoration:underline}@media(max-width:1024px){.auth-page{padding:0}.auth-container{width:100%;min-height:100vh;border-radius:0}.overlay-container{display:none}.form-container{position:relative;width:100%;transform:none!important;opacity:1!important}.sign-in-container,.sign-up-container{left:0;transform:none!important;opacity:1;z-index:1}}@media(max-width:640px){.auth-form{padding:20px}.auth-form h2{font-size:22px}}.register-form{background:#fff;display:flex;flex-direction:column;padding:28px 70px 20px 40px;height:100%;justify-content:flex-start;text-align:left}.register-form h2{text-align:center;margin-bottom:14px}.guide-message{font-size:12px;color:#334155;text-align:center;margin:0 0 16px}.step-panel{display:flex;flex-direction:column;animation:stepFade .26s ease;margin-bottom:6px}.register-form input{background:transparent;border:none;border-bottom:1px solid #cbd5f5;width:100%;padding:14px 4px;margin-bottom:24px;font-size:14px}.register-form input:focus{outline:none;border-bottom:2px solid #020617}.register-form button{height:46px;background:#0f172a;color:#fff;border:none;font-weight:600;cursor:pointer}.register-form button:disabled{opacity:.6;cursor:not-allowed}.field-error{color:#dc2626;font-size:12px;margin-top:-18px;margin-bottom:14px}.step-actions{display:flex;justify-content:space-between;align-items:center;min-height:18px;margin-bottom:18px}.step-link{font-size:11px;color:#334155;text-decoration:none;cursor:pointer;transition:color .16s ease}.step-link:hover{text-decoration:underline;color:#0f172a}.step-link:focus-visible{text-decoration:underline;outline:none}.error{color:#dc2626;font-size:14px;text-align:center}@media(max-width:640px){.register-form{padding:20px}.register-form h2{font-size:22px}.register-form input{font-size:16px}.register-form button{width:100%}.step-link{font-size:12px}}@keyframes stepFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.home-page{min-height:100vh;background:#fff;color:#212529}.home-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.home-hero{padding:24px 0 56px;background:linear-gradient(180deg,#e6f3f7b3,#fff0),#fff}.home-nav{width:min(1180px,calc(100% - 48px));margin:0 auto 40px;padding:14px 18px;border:1px solid #dee2e6;border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fffffff0;box-shadow:0 10px 25px #00000014;position:sticky;top:20px;z-index:10}.home-brand{display:inline-flex;align-items:center;gap:14px}.home-brand__mark{width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#006188;border:1px solid #006188;overflow:hidden;box-shadow:0 4px 15px #0061881f}.home-brand__mark img{width:78%;height:78%;object-fit:contain}.home-brand__mark--footer{width:64px;height:64px}.home-brand__text{display:flex;flex-direction:column;gap:2px}.home-brand__text strong{font-size:.98rem;color:#212529}.home-brand__text small{color:#6c757d}.home-nav__links{display:inline-flex;align-items:center;gap:28px;color:#495057;font-size:.95rem}.home-nav__links a{transition:color .2s ease}.home-nav__links a:hover{color:#006188}.home-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:14px;border:1px solid transparent;background:#006188;color:#fff;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 6px 20px #00618840}.home-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00618852;background:#004d6b}.home-button--ghost,.home-button--secondary{background:#fff;color:#006188;border-color:#b3d9e8;box-shadow:none}.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:28px;align-items:stretch}.home-hero__content,.home-panel,.home-visual-card,.home-feature-card,.home-video-card,.home-band-card,.home-social__card,.home-footer__grid{border:1px solid #e9ecef;background:#fff;border-radius:28px;box-shadow:0 10px 25px #00000012}.home-hero__content{padding:40px}.home-kicker,.home-section__kicker,.home-panel__eyebrow,.home-highlight-card__tag,.home-feature-card__tag{display:inline-flex;align-items:center;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#e6f3f7;color:#006188;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.home-hero__content h1{margin:18px 0;font-size:clamp(2.35rem,5vw,4.2rem);line-height:1.02;max-width:11ch;color:#212529}.home-lead,.home-section__intro p,.home-section__heading p,.home-video-copy p,.home-band-card p,.home-footer p,.home-panel p,.home-highlight-card p,.home-feature-card p{color:#495057}.home-lead{max-width:62ch;font-size:1.02rem}.home-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0 34px}.home-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.home-highlight-card{padding:24px;border-radius:22px;background:#f8f9fa;border:1px solid #e9ecef}.home-highlight-card h2{margin:16px 0 10px;font-size:1.15rem;color:#212529}.home-hero__panel{display:flex}.home-panel{width:100%;overflow:hidden}.home-panel--image{position:relative;min-height:100%}.home-panel__image{width:100%;height:100%;min-height:620px;object-fit:cover;display:block}.home-panel__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:20px;padding:34px;background:linear-gradient(180deg,#21252914,#212529b8);color:#fff}.home-panel__overlay h2,.home-section__intro h2,.home-section__heading h2,.home-purpose h2,.home-band-card h2,.home-video-copy h3,.home-feature-card h3{color:#212529}.home-panel__overlay h2,.home-panel__overlay p,.home-panel__overlay .home-panel__footer,.home-panel__overlay .home-schedule-list li{color:#fff}.home-schedule-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.home-schedule-list li{padding:14px 16px;border-radius:16px;background:#ffffff24;border:1px solid rgba(255,255,255,.16)}.home-panel__footer{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.95rem}.home-panel__footer a{color:#fff;font-weight:700}.home-main{padding-bottom:56px}.home-anchor{display:block;position:relative;top:-96px;visibility:hidden}.home-section{padding:36px 0}.home-section--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:28px;align-items:center}.home-section__intro,.home-section__heading{display:grid;gap:14px}.home-section__intro h2,.home-section__heading h2,.home-purpose h2,.home-band-card h2{font-size:clamp(1.8rem,3.4vw,2.7rem);line-height:1.1}.home-metric-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-metric-card{padding:20px;border-radius:20px;background:#f8f9fa;border:1px solid #e9ecef}.home-metric-card strong{display:block;margin-bottom:8px;font-size:1.65rem;color:#006188}.home-visual-card{padding:18px;display:grid;gap:18px}.home-visual-card__image{width:100%;min-height:320px;border-radius:22px;object-fit:cover;display:block}.home-visual-card__layer--secondary{display:flex;flex-direction:column;gap:8px;padding:6px 8px 0;color:#495057}.home-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px}.home-feature-card{padding:24px;display:grid;gap:16px}.home-feature-card__image{width:100%;aspect-ratio:4 / 3;object-fit:contain;background:#f8f9fa;border-radius:18px;padding:12px;border:1px solid #e9ecef}.home-feature-card h3{font-size:1.3rem}.home-feature-card a{color:#006188;font-weight:700}.home-purpose{display:grid;gap:18px;text-align:center}.home-purpose__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-purpose__item{padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8f9fa);border:1px solid #dee2e6;font-size:1.05rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#006188}.home-video-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:20px;margin-top:22px}.home-video-list{display:grid;gap:20px}.home-video-card{overflow:hidden}.home-video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#212529}.home-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.home-video-copy{padding:18px 20px 22px;display:grid;gap:10px}.home-band-card{padding:18px;display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:22px;align-items:center}.home-band-card__image{width:100%;min-height:300px;border-radius:22px;object-fit:cover;display:block}.home-band-card__content{display:grid;gap:18px}.home-social__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px}.home-social__card{padding:20px;display:flex;align-items:center;gap:14px}.home-social__icon{width:52px;height:52px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#e6f3f7;color:#006188;font-weight:800;letter-spacing:.08em}.home-social__card strong,.home-footer h3{color:#212529}.home-social__card span:last-child{display:block;color:#6c757d;margin-top:4px}.home-footer{padding:0 0 36px}.home-footer__grid{padding:30px;display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:22px;background:#f8f9fa}.home-footer__brand{display:grid;gap:16px}.home-footer__grid p,.home-footer__grid a{color:#495057}.home-footer__grid a{display:inline-flex;margin-top:10px;font-weight:700;color:#006188}@media(max-width:1080px){.home-nav,.home-shell{width:min(100% - 32px,1180px)}.home-hero__grid,.home-section--split,.home-video-layout,.home-footer__grid,.home-band-card{grid-template-columns:1fr}.home-feature-grid,.home-social__grid,.home-purpose__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-panel__image{min-height:520px}}@media(max-width:780px){.home-hero{padding-top:16px}.home-nav{position:static;flex-direction:column;align-items:flex-start}.home-nav__links{flex-wrap:wrap;gap:16px}.home-hero__content,.home-panel__overlay,.home-visual-card,.home-footer__grid{padding:24px}.home-highlight-grid,.home-metric-grid,.home-feature-grid,.home-purpose__grid,.home-social__grid{grid-template-columns:1fr}.home-hero__content h1{max-width:none}.home-panel__image{min-height:440px}}@media(max-width:520px){.home-shell,.home-nav{width:min(100% - 24px,1180px)}.home-button{width:100%}.home-actions,.home-panel__footer{flex-direction:column}}.section-page{min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#fff);color:#212529;padding:24px 0 40px}.section-page__shell{width:min(1120px,calc(100% - 48px));margin:0 auto}.section-page__nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;background:#fff;border:1px solid #e9ecef;border-radius:22px;box-shadow:0 10px 25px #0000000f}.section-page__brand{display:inline-flex;align-items:center;gap:12px}.section-page__brand-logo{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:14px;background:#006188;border:1px solid #006188;overflow:hidden;box-shadow:0 4px 15px #0061881f}.section-page__brand-logo img{width:78%;height:78%;object-fit:contain}.section-page__brand strong{color:#212529}.section-page__actions,.section-page__cta-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.section-page__link{color:#006188;font-weight:600}.section-page__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:14px;background:#006188;color:#fff;font-weight:700;box-shadow:0 6px 20px #0061883d}.section-page__hero{margin-top:28px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:24px;align-items:center}.section-page__content,.section-page__visual,.section-page__card,.section-page__gallery-item,.section-page__cta{background:#fff;border:1px solid #e9ecef;border-radius:28px;box-shadow:0 10px 25px #0000000f}.section-page__content{padding:36px}.section-page__kicker{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e6f3f7;color:#006188;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.section-page__content h1{margin:18px 0 14px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.05}.section-page__content p,.section-page__card p,.section-page__cta p{color:#495057}.section-page__list{margin:24px 0 0;padding-left:20px;color:#495057;display:grid;gap:10px}.section-page__visual,.section-page__gallery-item{overflow:hidden}.section-page__visual img,.section-page__gallery-item img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.section-page__details{margin-top:28px;display:grid;gap:24px}.section-page__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.section-page__card{padding:24px}.section-page__card h2,.section-page__cta h2{margin:0 0 10px;font-size:1.25rem;color:#212529}.section-page__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.section-page__gallery-item img{min-height:280px;object-fit:contain;background:#f8f9fa}.section-page__cta{padding:28px}@media(max-width:920px){.section-page__hero,.section-page__cards,.section-page__gallery{grid-template-columns:1fr}}@media(max-width:640px){.section-page__shell{width:min(100% - 24px,1120px)}.section-page__nav,.section-page__actions{flex-direction:column;align-items:flex-start}.section-page__button{width:100%}.section-page__content,.section-page__card,.section-page__cta{padding:24px}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;background-color:#020617;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}body{margin:0;min-width:320px;min-height:100vh;background:#fff;color:#212529}button{font-family:inherit}button,input,textarea,select{font:inherit}h1,h2,h3,h4,p{margin:0}
