:root{--header-height: 80px}.site-header{position:fixed;top:0;left:0;right:0;box-sizing:border-box;height:var(--header-height);display:flex;align-items:center;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000001a;z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(26,35,126,.1)}.site-header.scrolled{box-shadow:0 8px 28px #00000026}.header-container{max-width:var(--max-width-2xl);margin:0 auto;padding:0 1.45rem;display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;gap:1.15rem}.header-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;text-decoration:none;transition:transform .25s ease}.header-logo:hover{transform:scale(1.03)}.logo-img{height:50px;width:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.logo-text{font-size:1.56rem;font-weight:800;color:var(--color-primary);letter-spacing:.45px;line-height:1}.header-nav{display:flex;align-items:center;gap:1.55rem;flex:1;min-width:0}.nav-link{position:relative;color:var(--color-primary);text-decoration:none;font-weight:600;font-size:1.01rem;padding:.5rem 0;transition:all .25s ease;background:none;border:none;cursor:pointer;overflow:hidden}.nav-text{position:relative;z-index:2;white-space:nowrap}.nav-link:hover .nav-text,.nav-link.active .nav-text{color:var(--color-secondary)}.nav-underline{position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--color-secondary);transition:width .3s ease;border-radius:2px}.nav-link:hover .nav-underline,.nav-link.active .nav-underline{width:100%}.header-actions{display:flex;align-items:center;gap:.72rem;margin-left:auto;flex-shrink:0}.header-auth{display:flex;align-items:center;gap:.62rem}.header-auth-link{min-height:42px;padding:.52rem 1.05rem;border-radius:22px;font-weight:600;font-size:.9rem;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.header-auth-link:first-child{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.header-auth-link:first-child:hover{background:var(--color-primary);color:#fff}.header-register-btn{background:var(--color-primary);color:#fff;border:2px solid var(--color-primary)}.header-register-btn:hover{background:var(--color-primary-light);border-color:var(--color-primary-light);color:#fff;transform:translateY(-1px);box-shadow:0 8px 14px #1a237e33}.user-section{display:flex;align-items:center;gap:.7rem}.profile-btn,.logout-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.52rem 1.05rem;border-radius:22px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .2s ease}.profile-btn--avatar{gap:.56rem;padding:.42rem 1rem}.user-section .profile-btn--avatar,.user-section .logout-btn--header{min-width:128px}.profile-avatar-chip{width:32px;height:32px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;border:1px solid rgba(255,255,255,.6);box-shadow:0 6px 12px #0000002e}.profile-btn-text{display:inline-flex;align-items:center}.profile-btn{color:var(--color-primary);border:2px solid var(--color-primary);background:transparent}.profile-btn:hover{background:var(--color-primary-light);border-color:var(--color-primary-light);color:#fff}.logout-btn{background:#e53935;color:#fff;border:none;cursor:pointer}.logout-btn--header{padding:.52rem .98rem;font-size:.88rem}.logout-btn:hover{background:#c62828}.theme-toggle-btn{background:#f0f0f0;border:none;width:48px;height:48px;border-radius:14px;color:#1a237e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.desktop-theme-toggle{display:inline-flex}.theme-toggle-btn:hover{background:#e0e7ff}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;z-index:1003;color:var(--color-primary)}.mobile-header-controls{display:none}.mobile-header-user{display:flex;align-items:center;gap:.45rem}.mobile-profile-chip,.mobile-logout-icon{display:inline-flex;align-items:center;justify-content:center;border:none;text-decoration:none;cursor:pointer}.mobile-profile-chip{width:40px;height:40px;border-radius:12px;background:#1976d214;border:1px solid rgba(25,118,210,.2);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.mobile-profile-chip .profile-avatar-chip{width:30px;height:30px;border-radius:9px;font-size:.92rem}.mobile-logout-icon{width:40px;height:40px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#f6504b,#d8342f);box-shadow:0 8px 16px #d8342f47;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}.mobile-logout-icon:hover{transform:translateY(-1px);box-shadow:0 11px 20px #d8342f57;filter:brightness(1.04)}.mobile-sidebar-intro{display:none}.mobile-auth-cta{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 .9rem;border-radius:12px;border:1px solid rgba(25,118,210,.3);background:#1976d214;color:var(--color-primary);font-weight:700;font-size:.82rem;text-decoration:none;white-space:nowrap;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}.mobile-profile-chip:hover,.mobile-auth-cta:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0e306333}.mobile-profile-chip:active,.mobile-logout-icon:active,.mobile-auth-cta:active{transform:scale(.97)}@keyframes mobileHeaderBtnRise{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.mobile-sidebar-actions{display:none}body.mobile-menu-open{overflow:hidden}@media(max-width:992px){.mobile-header-controls{display:flex;align-items:center;gap:.48rem;margin-left:auto}.mobile-menu-toggle{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:#1976d214;border:1px solid rgba(25,118,210,.2)}.mobile-menu-toggle svg{width:22px;height:22px}.mobile-profile-chip,.mobile-logout-icon,.mobile-auth-cta{animation:mobileHeaderBtnRise .26s ease both}.header-actions{display:none}.header-nav{position:fixed;top:var(--header-height);right:-100%;width:min(84vw,292px);height:calc(100dvh - var(--header-height));background:#fffffffa;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:.82rem;gap:.62rem;transition:right .3s ease;box-shadow:-10px 0 30px #0003;overflow-y:auto;z-index:1002}.header-nav.open{right:0}.mobile-sidebar-intro{display:block;border-radius:16px;padding:.9rem .95rem;margin-bottom:.2rem;background:radial-gradient(circle at 85% 16%,#64b5f647,#64b5f600 52%),linear-gradient(135deg,#1a237e14,#1976d224);border:1px solid rgba(25,118,210,.2)}.mobile-sidebar-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary);background:#ffffffb3;border:1px solid rgba(25,118,210,.2)}.mobile-sidebar-title{margin:.45rem 0 .3rem;font-size:1rem;font-weight:800;color:var(--color-primary);line-height:1.25}.mobile-sidebar-subtitle{margin:0;font-size:.84rem;line-height:1.45;color:#1a237ecc}.nav-link{width:100%;text-align:left;padding:.74rem .62rem;border-radius:12px;border-bottom:1px solid rgba(26,35,126,.06)}.nav-link:hover{background:#1976d214}.mobile-sidebar-actions{display:flex;flex-direction:column;gap:.7rem;margin-top:.4rem;padding-top:.8rem;border-top:1px solid rgba(26,35,126,.12)}.mobile-only-theme{width:fit-content;max-width:100%;height:auto;border-radius:12px;justify-content:flex-start;padding:.75rem .9rem;gap:.6rem;align-self:flex-start}.mobile-only-theme .text-span{font-size:.92rem;font-weight:600;white-space:nowrap}.mobile-auth-cta{height:42px;font-size:.86rem;padding:0 .9rem}.header-logo{flex-direction:row;align-items:center;gap:.48rem}.logo-img{height:34px}.logo-text{font-size:1.08rem;line-height:1;letter-spacing:.28px}.mobile-profile-chip,.mobile-logout-icon{width:42px;height:42px;border-radius:12px}.mobile-profile-chip .profile-avatar-chip{width:32px;height:32px;border-radius:10px;font-size:.96rem}}@media(max-width:576px){.header-container{padding:0 .82rem}.header-nav{width:min(90vw,280px)}.nav-text{font-size:.9rem}.header-auth-link{font-size:.82rem}.logo-img{height:30px}.logo-text{font-size:1rem}.mobile-profile-chip,.mobile-logout-icon,.mobile-menu-toggle{width:38px;height:38px;border-radius:11px}.mobile-auth-cta{height:38px;font-size:.8rem;padding:0 .8rem;border-radius:10px}.mobile-profile-chip .profile-avatar-chip{width:29px;height:29px;font-size:.88rem}}[data-theme=dark] .site-header{background:#0d1526f5;border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .logo-text,[data-theme=dark] .nav-link,[data-theme=dark] .profile-btn,[data-theme=dark] .header-auth-link:first-child{color:var(--color-dark);border-color:var(--color-dark)}[data-theme=dark] .nav-link:hover .nav-text,[data-theme=dark] .nav-link.active .nav-text{color:var(--color-secondary-light)}[data-theme=dark] .theme-toggle-btn{background:var(--color-white);color:var(--color-dark)}[data-theme=dark] .header-register-btn{background:var(--color-secondary);border-color:var(--color-secondary);color:#0f1117}[data-theme=dark] .header-register-btn:hover{background:var(--color-secondary-light);border-color:var(--color-secondary-light);color:#0f1117}[data-theme=dark] .header-auth-link:first-child:hover,[data-theme=dark] .profile-btn:hover{background:var(--color-dark);color:#121212}[data-theme=dark] .mobile-profile-chip,[data-theme=dark] .mobile-menu-toggle{background:#6fc1ff24;border-color:#9fd6ff5c;color:var(--color-dark)}[data-theme=dark] .mobile-auth-cta{background:#6fc1ff29;border-color:#9fd6ff6b;color:var(--color-dark)}[data-theme=dark] .mobile-sidebar-intro{background:radial-gradient(circle at 86% 12%,#6fc1ff57,#6fc1ff00 54%),linear-gradient(135deg,#8ea8ff2b,#6fc1ff33);border-color:#9fd6ff57}[data-theme=dark] .mobile-sidebar-badge{color:#0f1117;background:#ffffffd9;border-color:#9fd6ff75}[data-theme=dark] .mobile-sidebar-subtitle{color:#eaf0ffd6}@media(max-width:992px){[data-theme=dark] .header-nav{background:#121212fa}[data-theme=dark] .mobile-sidebar-actions{border-top-color:#ffffff1f}[data-theme=dark] .mobile-only-theme{background:var(--color-white);color:var(--color-dark)}}.site-footer{background:linear-gradient(135deg,#1a237e,#0d1538);color:#fff;padding:2.8rem 0 1.2rem;position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.footer-container{max-width:var(--max-width-2xl);margin:0 auto;padding:0 1.4rem;position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem;margin-bottom:1.6rem;animation:fadeIn 1s ease}.footer-info{max-width:360px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo .logo-img{height:40px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.footer-logo-text{font-size:1.45rem;font-weight:800;letter-spacing:.2px}.footer-tagline{font-size:.98rem;line-height:1.45;opacity:.9;margin-bottom:1.2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.contact-info{display:flex;flex-direction:column;gap:.45rem}.contact-item{font-size:.92rem;opacity:.8;margin:0;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.contact-item--copyable{width:fit-content;max-width:100%;border:none;background:transparent;padding:0;color:inherit;cursor:pointer;text-align:left;font-family:inherit}.contact-item:hover{opacity:1;transform:translate(2px)}.footer-navigation{display:flex;flex-direction:column}.footer-title{font-size:1.15rem;font-weight:700;color:#00bfff;margin-bottom:.85rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.footer-nav-list{list-style:none;padding:0;margin:0 0 1.2rem;display:flex;flex-direction:column;gap:.65rem}.footer-nav-link{color:#fff;text-decoration:none;opacity:.8;font-size:.96rem;font-weight:500;transition:all .3s ease;display:inline-block;padding:.2rem 0;position:relative}.footer-nav-link:hover{opacity:1;color:#64b5f6}.hover-slide:hover{padding-left:10px}.footer-actions{display:flex;gap:.45rem;margin-top:.85rem;flex-wrap:wrap}.footer-share-notice{margin-top:.6rem;margin-bottom:0;font-size:.8rem;color:#c7e7ff}.footer-action-link{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;padding:.38rem .72rem;border-radius:7px;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;line-height:1}.footer-action-link:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.footer-bottom{padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.copyright{font-size:.82rem;opacity:.7;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media(max-width:992px){.footer-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem}.footer-info{max-width:100%}}@media(max-width:768px){.site-footer{padding:1.6rem 0 .7rem}.footer-container{padding:0 .75rem}.footer-content{gap:.9rem;margin-bottom:.95rem}.footer-logo .logo-img{height:28px}.footer-logo-text{font-size:1.05rem}.footer-logo{gap:.55rem;margin-bottom:.65rem}.footer-tagline{font-size:.84rem;line-height:1.35;margin-bottom:.7rem}.contact-info{gap:.3rem}.contact-item{font-size:.78rem}.footer-title{font-size:.92rem;margin-bottom:.5rem}.footer-nav-list{margin-bottom:.8rem;gap:.45rem}.footer-nav-link{width:auto;font-size:.8rem;padding:.2rem 0;border-radius:0;border:none;background:transparent;display:inline-block}.footer-action-link{padding:.35rem .58rem;font-size:.72rem}.footer-bottom{padding-top:.8rem}.copyright{font-size:.72rem}}.scroll-top-fab{position:fixed;right:20px;bottom:24px;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-secondary);background:#ffffff0a;color:var(--color-secondary);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #08153447;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;z-index:1200}.scroll-top-fab.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top-fab:hover{background:#1976d21f}.footer-share-overlay{position:fixed;inset:0;background:#050a1cb8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1400;padding:1rem}.footer-share-overlay--transparent{background:#050a1cd1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.footer-share-modal{position:relative;width:min(92vw,440px);border-radius:18px;background:var(--color-white);border:1px solid rgba(25,118,210,.25);box-shadow:0 20px 60px #00000059;padding:2.2rem 1rem 1rem}.footer-share-modal--chooser{max-width:380px}.footer-share-modal--qr{width:auto;max-width:min(96vw,600px);padding:0;border:none;background:transparent;box-shadow:none}.footer-share-title{margin:0 0 1rem;color:var(--color-primary);text-align:center;font-size:1.1rem}.footer-share-options{display:grid;gap:.65rem}.footer-share-option-btn{width:100%;border:1px solid rgba(25,118,210,.25);border-radius:12px;background:#fff;color:var(--color-primary);padding:.8rem .9rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.footer-share-option-btn:hover{transform:translateY(-1px);border-color:#1976d273;box-shadow:0 10px 20px #0618432e}.footer-share-close{position:absolute;top:.65rem;left:.65rem;width:34px;height:34px;border-radius:50%;border:1px solid rgba(0,0,0,.1);background:#0f1630e6;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease}.footer-share-close:hover{transform:scale(1.06);background:#0a1026}.footer-share-close--corner{position:fixed;top:.8rem;left:.8rem;z-index:1501}.footer-share-image-wrap{background:transparent;padding:0}.footer-share-image{display:block;width:min(95vw,580px);height:auto;border-radius:12px}.footer-copy-toast{position:fixed;left:50%;bottom:16px;transform:translate(-50%);background:#0a183aeb;color:#fff;border:1px solid rgba(120,185,255,.42);border-radius:999px;padding:.52rem .92rem;font-size:.82rem;font-weight:600;box-shadow:0 10px 24px #00000057;z-index:1550}@media(max-width:480px){.footer-content{gap:.75rem}.footer-logo{flex-direction:row;align-items:center;gap:.45rem}.footer-tagline{font-size:.78rem;line-height:1.3;margin-bottom:.55rem}.contact-item{font-size:.72rem}.footer-actions{flex-direction:row;flex-wrap:wrap;gap:.35rem;margin-top:.6rem}.footer-action-link{flex:1;min-width:120px;text-align:center;padding:.34rem .5rem;font-size:.72rem}.footer-share-modal{width:min(94vw,360px);padding:2rem .75rem .75rem}.footer-share-modal--qr{width:auto;padding:0}.footer-share-image{width:min(94vw,430px)}.footer-copy-toast{width:calc(100% - 1.5rem);text-align:center;border-radius:12px;padding:.62rem .72rem;bottom:10px}}.site-footer{padding:1.9rem 0 .9rem}.footer-container{padding:0 1.05rem}.footer-content{gap:1.35rem;margin-bottom:1rem}.footer-info{max-width:320px}.footer-logo{gap:.56rem;margin-bottom:.68rem}.footer-logo .logo-img{height:32px}.footer-logo-text{font-size:1.2rem}.footer-tagline{font-size:.86rem;line-height:1.34;margin-bottom:.78rem}.contact-info{gap:.28rem}.contact-item{font-size:.82rem;gap:.34rem}.footer-title{font-size:.98rem;margin-bottom:.58rem}.footer-nav-list{margin-bottom:.82rem;gap:.44rem}.footer-nav-link{font-size:.84rem;padding:.12rem 0}.footer-actions{gap:.32rem;margin-top:.54rem}.footer-action-link{padding:.3rem .56rem;font-size:.74rem;border-radius:6px}.footer-share-notice{margin-top:.42rem;font-size:.72rem}.footer-bottom{padding-top:.8rem}.copyright{font-size:.74rem}@media(max-width:768px){.site-footer{padding:1.16rem 0 .52rem}.footer-container{padding:0 .66rem}.footer-content{gap:.64rem;margin-bottom:.62rem}.footer-logo .logo-img{height:22px}.footer-logo-text{font-size:.92rem}.footer-tagline{font-size:.72rem;margin-bottom:.46rem}.contact-item{font-size:.68rem}.footer-title{font-size:.8rem;margin-bottom:.34rem}.footer-nav-link{font-size:.7rem}.footer-action-link{padding:.26rem .46rem;font-size:.64rem}.footer-bottom{padding-top:.52rem}.copyright{font-size:.62rem}}@media(max-width:480px){.footer-content{gap:.52rem}.footer-actions{gap:.22rem;margin-top:.4rem}.footer-action-link{min-width:96px;padding:.24rem .4rem;font-size:.62rem}}:root{--header-height: 66px;--shadow: var(--shadow-md);--border-radius: 12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 1s ease forwards}.hero-banner{position:relative;height:85vh;min-height:700px;overflow:hidden;margin-bottom:0}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000c,#0009,#000c);z-index:2;display:flex;align-items:center;justify-content:center}.home-page .hero-content{max-width:1200px;width:100%;padding:2rem;text-align:center;color:#fff;z-index:3}.hero-text-wrapper{margin-bottom:3rem}.home-page .hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 8px rgba(62,171,254,.5)}.title-line{color:#5594d3;display:block}.home-page .hero-subtitle-wrapper{max-width:800px;margin:0 auto}.home-page .hero-subtitle{font-size:1.4rem;line-height:1.8;margin-bottom:3rem;opacity:.9}.subtitle-text{display:block;margin-bottom:.8rem}.home-page .hero-buttons{display:flex;gap:2rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.home-page .hero-btn{padding:1.2rem 2.5rem;font-size:1.1rem;border-radius:50px;display:flex;align-items:center;gap:1rem;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer;font-weight:600}.btn-lit,.btn-com{color:#fff}.home-page .hero-btn.btn-primary{background:var(--color-secondary);color:#fff;border:2px solid var(--color-secondary)}.home-page .hero-btn.btn-primary:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 10px 20px #fff}.home-page .hero-btn.btn-secondary{background:transparent;color:#fff;border:2px solid white}.home-page .hero-btn.btn-secondary:hover{background:#fff;color:var(--color-primary);transform:translateY(-3px);box-shadow:0 10px 20px #0003}.btn-icon{font-size:1.3rem}.btn-text{font-weight:600}.btn-arrow{font-size:1.2rem;transition:transform .3s ease}.home-page .hero-btn:hover .btn-arrow{transform:translate(5px)}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;cursor:pointer;opacity:.8;transition:opacity .3s ease}.hero-scroll-indicator:hover{opacity:1}.scroll-text{font-size:1rem;margin-bottom:.8rem}.scroll-arrow svg{animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.home-page .section{padding:80px 0;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.home-page .section.visible{opacity:1;transform:translateY(0)}.home-page .stats-section{padding-top:40px;padding-bottom:40px}.home-page .container{max-width:var(--max-width-2xl);margin:0 auto;padding:0 2rem}.home-page .section-header{text-align:center;margin-bottom:4rem}.home-page .section-title{font-size:3rem;font-weight:800;color:var(--color-primary);margin-bottom:1.5rem}.home-page .section-subtitle{font-size:1.3rem;color:var(--color-gray);max-width:700px;margin:0 auto;line-height:1.6}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.home-page .stat-card{background:var(--color-white);padding:3rem 2rem;border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid rgba(0,0,0,.05);cursor:pointer;position:relative;overflow:hidden}.home-page .stat-card.interactive:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026;border-color:var(--color-secondary)}.home-page .stat-card.interactive:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--color-secondary);transform:scaleX(0);transition:transform .3s ease}.home-page .stat-card.interactive:hover:before{transform:scaleX(1)}.stat-icon{font-size:3.5rem;margin-bottom:1.5rem;opacity:.8}.home-page .stat-label{font-size:1.2rem;color:var(--color-gray);margin-bottom:.5rem;font-weight:500}.stat-hint{font-size:.9rem;color:var(--color-secondary);opacity:0;transition:opacity .3s ease;margin-top:1rem}.home-page .stat-card.interactive:hover .stat-hint{opacity:1}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.home-page .benefit-card{display:flex;flex-direction:column;background:var(--color-white);padding:3rem 2.5rem;border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid rgba(0,0,0,.05);text-decoration:none;color:inherit;cursor:pointer}.home-page .benefit-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026;border-color:var(--color-secondary)}.benefit-icon{font-size:4rem;margin-bottom:2rem;opacity:.8}.home-page .benefit-title{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem}.home-page .benefit-description{color:var(--color-gray);line-height:1.6;margin-bottom:2.5rem;font-size:1.1rem}.benefit-link{display:inline-block;margin-top:auto;color:var(--color-secondary);font-weight:600;font-size:1.1rem;line-height:1.35;text-decoration:none;padding:0;transition:color .25s ease,transform .25s ease,letter-spacing .25s ease;transform:translate(0);pointer-events:none}.home-page .benefit-card:hover .benefit-link{color:var(--color-primary-light);transform:translate(6px);letter-spacing:.01em}.home-page .steps-section{background:linear-gradient(135deg,#233f9f,#365dc7);color:#fff;padding:100px 0}.home-page .steps-section .section-title,.home-page .steps-section .section-subtitle{color:#fff}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.step-card{background:#ffffff24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 2.5rem;border-radius:var(--border-radius);text-align:center;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.28);position:relative;overflow:hidden}.step-card:hover{background:#ffffff26;transform:translateY(-10px);box-shadow:0 15px 30px #0003}.step-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--color-secondary-light)}.step-number{font-size:4.5rem;font-weight:800;color:#c6ddff57;margin-bottom:-1.5rem;text-shadow:0 6px 18px rgba(9,27,82,.18)}.step-icon{font-size:3.5rem;margin-bottom:1.5rem}.step-title{color:#f5f9ff;font-size:1.8rem;font-weight:700;margin-bottom:1.2rem}.step-description{color:#f5f9ffeb;line-height:1.6;margin-bottom:2.5rem;font-size:1.1rem}.step-action{display:inline-flex;align-items:center;gap:.8rem;color:#d6ebff;font-weight:600;font-size:1.1rem}.action-arrow{transition:transform .3s ease}.step-card:hover .action-arrow{transform:translate(5px)}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem}.home-page .program-card{height:650px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 15px 40px #0003;transition:transform .3s ease}.home-page .program-card:hover{transform:scale(1.02)}.program-video-bg{position:absolute;top:0;left:0;width:100%;height:100%}.program-video-bg video{width:100%;height:100%;object-fit:cover;pointer-events:none}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000000b3,#00000080,#000c)}.program-content{position:relative;z-index:2;padding:3rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;color:#fff}.program-badge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.8rem 1.8rem;border-radius:25px;font-weight:600;margin-bottom:1.1rem;align-self:flex-start;font-size:1.1rem}.home-page .program-name{font-size:3.5rem;font-weight:800;color:#f2f7ff;margin-bottom:.6rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.home-page .program-subtitle{font-size:1.4rem;opacity:.9;margin-bottom:1.7rem}.dance-list{display:flex;flex-direction:column;gap:1rem}.dance-item{background:#ffffff26;border:none;color:#fff;padding:1.2rem 1.8rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;margin-bottom:.1rem;font-size:1.2rem;font-weight:500;appearance:none;outline:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none}.dance-item:hover{background:#ffffff40;transform:translate(10px);box-shadow:none}.dance-item:focus,.dance-item:focus-visible{outline:none;box-shadow:none}.dance-name{display:inline;padding:0;margin:0;background:transparent!important;border:none!important;border-radius:0;box-shadow:none!important;font-size:1.25rem;line-height:1.25;font-weight:600}.dance-name:before,.dance-name:after{content:none!important}.dance-arrow{opacity:0;transform:translate(-10px);transition:all .3s ease}.dance-item:hover .dance-arrow{opacity:1;transform:translate(0)}.literature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-bottom:4rem}.book-card{background:var(--color-white);border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.book-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.book-cover{position:relative;height:250px;overflow:hidden;background:var(--color-light)}.book-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.book-card:hover .book-cover img{transform:scale(1.05)}.book-rating{position:absolute;top:1.2rem;right:1.2rem;background:#000c;color:#fff;padding:.6rem 1rem;border-radius:20px;display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.rating-star{font-size:1.2rem}.rating-value{font-weight:600}.book-title{font-size:1.6rem;font-weight:700;color:var(--color-primary);margin-bottom:.8rem}.book-author{color:var(--color-gray);margin-bottom:1.5rem;font-size:1.1rem}.book-description{color:var(--color-gray);line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.book-actions{display:flex;gap:1rem}.btn-download,.btn-preview{flex:1;padding:.7rem;border-radius:10px;border:2px solid var(--color-secondary);background:transparent;color:var(--color-secondary);font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:all .3s ease;font-size:1rem;min-height:48px;white-space:nowrap;min-width:120px}.btn-download:hover,.btn-preview:hover{background:var(--color-secondary);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #1976d24d}.download-icon,.preview-icon{font-size:1.2rem}.literature-cta{text-align:center;padding:3rem;background:#1976d20d;border-radius:var(--border-radius);margin-top:2rem}.cta-text{font-size:1.4rem;color:var(--color-primary);margin-bottom:2rem;font-weight:600}.home-page .community-section{padding-bottom:60px}.home-page .community-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:4rem}.home-page .community-stat{background:var(--color-white);padding:2.5rem 2rem;border-radius:var(--border-radius);text-align:center;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}.home-page .stat-number{font-size:3.5rem;font-weight:800;color:var(--color-primary);margin-bottom:.5rem}.home-page .stat-label{font-size:1.2rem;color:var(--color-gray);margin-bottom:1rem;font-weight:500}.stat-trend{color:#4caf50;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem}.trend-icon{font-size:1.3rem}.home-page .community-content{background:var(--color-white);padding:3rem;border-radius:var(--border-radius);box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}.home-page .community-description{font-size:1.3rem;color:var(--color-gray);line-height:1.6;text-align:center;margin-bottom:3rem}.community-actions{display:flex;flex-direction:column;align-items:center;gap:3rem}.home-page .community-actions .btn.btn-primary,.home-page .community-actions .btn.btn-primary:hover,.home-page .community-actions .btn.btn-primary:focus-visible{color:#fff}.home-page .community-actions .btn.btn-primary .fimessagesq{color:#fff;flex-shrink:0}.home-page .literature-section .literature-cta .btn.btn-primary svg,.home-page .literature-section .literature-cta .btn.btn-primary:hover svg,.home-page .literature-section .literature-cta .btn.btn-primary:focus-visible svg{color:#fff!important}.community-features{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.feature{display:flex;align-items:center;gap:1rem;background:#1976d21a;padding:1.2rem 1.8rem;border-radius:12px;transition:all .3s ease}.feature:hover{background:#1976d226;transform:translateY(-3px)}.feature-icon{font-size:1.8rem}.feature-text{font-weight:500;color:var(--color-primary);font-size:1.1rem}@media(max-width:1200px){.programs-grid{grid-template-columns:1fr}.home-page .hero-title{font-size:3.5rem}}@media(max-width:992px){.home-page .section-title{font-size:2.5rem}.home-page .hero-title{font-size:3rem}.home-page .hero-subtitle{font-size:1.2rem}.stats-container,.benefits-grid,.steps-grid,.literature-grid,.home-page .community-stats{grid-template-columns:repeat(2,1fr)}.home-page .program-card{height:650px}}@media(max-width:768px){.home-page .section{padding:60px 0}.home-page .section-title{font-size:2.2rem}.home-page .hero-title{font-size:2.5rem}.home-page .hero-buttons{flex-direction:column;align-items:center}.home-page .hero-btn{width:100%;max-width:300px;justify-content:center}.stats-container,.benefits-grid,.steps-grid,.literature-grid,.home-page .community-stats{grid-template-columns:1fr}.home-page .program-card{height:500px}.home-page .program-name{font-size:2.8rem}}@media(max-width:576px){.home-page .hero-title{font-size:2.2rem}.home-page .hero-subtitle{font-size:1.1rem}.home-page .section-title{font-size:1.8rem}.home-page .section-subtitle{font-size:1.1rem}.program-content{padding:2rem}.home-page .program-name{font-size:2.2rem}.dance-item{font-size:1.1rem;padding:1rem 1.5rem}.book-actions{display:flex;gap:1rem;min-width:100%}.community-features{flex-direction:column;align-items:center}}[data-theme=dark] .btn-download,[data-theme=dark] .btn-preview{border-color:var(--color-secondary-light);color:var(--color-secondary-light)}.home-page{position:relative;min-height:100vh;overflow-x:hidden;background:linear-gradient(135deg,#f0f2f5,#e3e8f0,#d6deeb,#e3e8f0,#f0f2f5)}.home-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;background:radial-gradient(circle at 10% 20%,rgba(66,133,244,.15) 0%,transparent 50%),radial-gradient(circle at 90% 40%,rgba(66,133,244,.1) 0%,transparent 50%),radial-gradient(circle at 50% 80%,rgba(66,133,244,.08) 0%,transparent 50%);filter:blur(40px)}.home-page .programs-section{position:relative;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.8);border-bottom:1px solid rgba(255,255,255,.8)}.home-page .programs-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:2px;background:linear-gradient(90deg,transparent,var(--color-secondary),transparent);border-radius:1px}.home-page .literature-section{position:relative;background:linear-gradient(135deg,#fff,#f8fafc,#fff);border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);overflow:hidden}.home-page .literature-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(66,133,244,.03) 0%,transparent 40%),radial-gradient(circle at 80% 60%,rgba(66,133,244,.02) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(66,133,244,.03) 0%,transparent 40%);z-index:0}.home-page .literature-section:after{content:"";position:absolute;top:50%;right:5%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(66,133,244,.08) 0%,transparent 70%);filter:blur(20px);z-index:0;opacity:.6}.home-page .literature-section .container{position:relative;z-index:1}.home-page .literature-section .section-header{position:relative}.home-page .literature-section .section-header:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:100px;height:2px;background:linear-gradient(90deg,transparent,var(--color-secondary),transparent);border-radius:1px}.home-page .literature-section .book-card{background:#fff;box-shadow:0 4px 12px #0000000d,0 1px 3px #0000001a;transition:all .3s ease;border:1px solid rgba(66,133,244,.1);position:relative;z-index:1}.home-page .literature-section .book-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0000001a,0 8px 16px #4285f41a;border-color:#4285f44d}.home-page .literature-section .book-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,rgba(66,133,244,.02) 100%);border-radius:var(--border-radius);z-index:-1}.home-page .literature-section .section-title{color:var(--color-primary);text-shadow:0 2px 4px rgba(0,0,0,.05)}.home-page .literature-section .section-subtitle{color:var(--color-dark);opacity:.8}.home-page .literature-section .book-title{color:var(--color-primary);background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-page .literature-section .book-author{color:var(--color-gray);font-weight:500}.home-page .literature-section .book-description{color:var(--color-dark);opacity:.9}.home-page .literature-section .literature-cta{background:linear-gradient(135deg,#4285f414,#4285f40a);border:1px solid rgba(66,133,244,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.home-page .literature-section .literature-cta:before{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(66,133,244,.1) 0%,transparent 70%);border-radius:50%;filter:blur(20px)}.home-page .literature-section .cta-text{color:var(--color-primary);font-weight:700;position:relative;z-index:1}.home-page .literature-section .btn-download,.home-page .literature-section .btn-preview{background:#fff;color:var(--color-secondary);border:2px solid var(--color-secondary);box-shadow:0 2px 8px #4285f426}.home-page .literature-section .btn-download:hover,.home-page .literature-section .btn-preview:hover{background:var(--color-secondary);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #4285f44d}.home-page .community-section{position:relative;background:linear-gradient(135deg,var(--color-primary) 0%,#4285f4 50%,var(--color-secondary) 100%);border-top:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}.home-page .community-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);border-radius:1px}.home-page .community-section:after{content:"";position:absolute;bottom:10%;left:10%;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);filter:blur(15px);z-index:0}.home-page .community-section .container{position:relative;z-index:1}[data-theme=dark] .home-page .literature-section{background:linear-gradient(135deg,#0f121a,#1a2233,#0f121a);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}[data-theme=dark] .home-page .literature-section:before{background:radial-gradient(circle at 20% 30%,rgba(111,193,255,.08) 0%,transparent 40%),radial-gradient(circle at 80% 60%,rgba(111,193,255,.06) 0%,transparent 40%)}[data-theme=dark] .home-page .literature-section .book-card{background:#1b2233;border:1px solid rgba(111,193,255,.25);box-shadow:0 4px 12px #00000059,0 1px 3px #0006}[data-theme=dark] .home-page .literature-section .book-card:before{background:linear-gradient(135deg,transparent 0%,rgba(111,193,255,.08) 100%)}[data-theme=dark] .home-page .literature-section .book-title{color:var(--color-dark);background:linear-gradient(135deg,var(--color-dark) 0%,var(--color-secondary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .home-page .literature-section .book-author{color:var(--color-gray-dark)}[data-theme=dark] .home-page .literature-section .book-description{color:var(--color-dark);opacity:.9}[data-theme=dark] .home-page .literature-section .literature-cta{background:linear-gradient(135deg,#6fc1ff29,#6fc1ff14);border:1px solid rgba(111,193,255,.28)}[data-theme=dark] .home-page .literature-section .btn-download,[data-theme=dark] .home-page .literature-section .btn-preview{background:#1b2233;color:var(--color-secondary-light);border:2px solid var(--color-secondary-light);box-shadow:0 2px 10px #00000059}[data-theme=dark] .home-page .literature-section .btn-download:hover,[data-theme=dark] .home-page .literature-section .btn-preview:hover{background:var(--color-secondary-light);color:#0f1117;box-shadow:0 8px 22px #6fc1ff73}[data-theme=dark] .home-page .steps-section{background:linear-gradient(135deg,#17264a,#244179)}[data-theme=dark] .home-page .step-card{background:#ffffff14;border-color:#9ad7ff4d}[data-theme=dark] .home-page .step-title{color:#f2f7ff}[data-theme=dark] .home-page .step-number{color:#9ad7ff4d}[data-theme=dark] .home-page .step-description{color:#e8f1ffe6}[data-theme=dark] .home-page .step-action{color:#9ad7ff}[data-theme=dark] .home-page .literature-section .literature-cta .btn.btn-primary svg,[data-theme=dark] .home-page .literature-section .literature-cta .btn.btn-primary:hover svg,[data-theme=dark] .home-page .literature-section .literature-cta .btn.btn-primary:focus-visible svg{color:#fff!important}html[data-theme=dark] .home-page{background:linear-gradient(135deg,#0f121a,#161d2e 45%,#0f121a)}html[data-theme=dark] .home-page:before{background:radial-gradient(circle at 10% 20%,rgba(111,193,255,.18) 0%,transparent 55%),radial-gradient(circle at 90% 40%,rgba(111,193,255,.12) 0%,transparent 55%),radial-gradient(circle at 50% 80%,rgba(111,193,255,.1) 0%,transparent 60%);filter:blur(50px)}html[data-theme=dark] .home-page .stat-card,html[data-theme=dark] .home-page .benefit-card,html[data-theme=dark] .home-page .program-card{background:var(--color-white);border-color:#ffffff1a}html[data-theme=dark] .home-page .stat-number,html[data-theme=dark] .home-page .benefit-title{color:var(--color-dark)}html[data-theme=dark] .home-page .program-name{color:#f2f7ff}html[data-theme=dark] .home-page .benefit-description,html[data-theme=dark] .home-page .stat-label,html[data-theme=dark] .home-page .program-subtitle{color:var(--color-gray-dark)}html[data-theme=dark] .home-page .programs-section{background:#1b2233d9;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}html[data-theme=dark] .home-page .community-section{background:linear-gradient(135deg,#141a2f,#1f2b4d,#17233f);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}html[data-theme=dark] .home-page .community-section .section-title,html[data-theme=dark] .home-page .community-section .section-subtitle,html[data-theme=dark] .home-page .community-section .feature-text,html[data-theme=dark] .home-page .community-section .community-description{color:var(--color-dark)}html[data-theme=dark] .home-page .community-stat,html[data-theme=dark] .home-page .community-content{background:var(--color-white);border-color:#ffffff14}html[data-theme=dark] .home-page .community-description,html[data-theme=dark] .home-page .stat-label{color:var(--color-gray-dark)}[data-theme=dark] .home-page .community-stat,[data-theme=dark] .home-page .community-content{background:var(--color-white);border-color:#ffffff14}[data-theme=dark] .home-page .community-description,[data-theme=dark] .home-page .stat-label{color:var(--color-gray-dark)}:root .home-page .community-section .section-title,:root .home-page .community-section .section-subtitle,:root .home-page .community-section .community-description,:root .home-page .community-section .stat-label,:root .home-page .community-section .feature-text{color:#fff}:root .home-page .community-section .community-stat{background:#ffffff26;border-color:#fff3;color:#fff}:root .home-page .community-section .community-content{background:#ffffff1a;border-color:#fff3;color:#fff}:root .home-page .community-section .feature{background:#ffffff26}:root .home-page .community-section .feature:hover{background:#ffffff40}@media(max-width:768px){.home-page:before{background:radial-gradient(circle at 5% 10%,rgba(66,133,244,.15) 0%,transparent 60%),radial-gradient(circle at 95% 30%,rgba(66,133,244,.1) 0%,transparent 60%);filter:blur(30px)}.home-page .literature-section:after{width:150px;height:150px;right:5%}}.home-page{min-height:auto}.home-page .container{max-width:var(--max-width-2xl)}.home-page:before{position:absolute;inset:0;pointer-events:none}.hero-banner{min-height:calc(100vh - var(--header-height));height:auto}.home-main-content{margin-top:0}.stats-container,.benefits-grid{display:grid;overflow:visible;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.stats-track,.benefits-track{display:contents}.stats-container,.benefits-grid,.steps-grid,.home-page .community-stats{gap:1.5rem}.home-page .stat-card,.home-page .benefit-card,.step-card,.home-page .community-stat{padding:2.6rem 2.1rem}.home-page .stat-number{font-size:3.2rem}.home-page .stat-label{font-size:1.25rem}.step-title{color:#e8f1ff}.step-number{font-size:3.6rem}.home-page .program-card{height:680px}.home-page .program-name{font-size:3.3rem}.home-page .program-subtitle{font-size:1.3rem}.program-content{padding:2.8rem}@media(min-width:1200px){.observed-card{position:relative;overflow:hidden;transition:opacity .6s ease,transform .6s ease,filter .6s ease}.observed-card.is-out{opacity:0;transform:translateY(20px) scale(.98);filter:blur(3px)}.observed-card.is-out:after{content:"";position:absolute;inset:-30%;background-image:radial-gradient(circle,rgba(255,255,255,.9) 0,transparent 38%),radial-gradient(circle,rgba(255,255,255,.6) 0,transparent 45%),radial-gradient(circle,rgba(255,255,255,.45) 0,transparent 50%);background-size:14px 14px,22px 22px,10px 10px;background-position:0 0,24px 14px,12px 30px;opacity:.7;pointer-events:none;animation:particleFade .7s ease forwards}}@keyframes particleFade{0%{opacity:.7;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-18px) scale(1.2)}}.book-info{padding:1rem}.book-title{font-size:1.2rem}.book-author,.book-description,.book-year{font-size:.95rem}.book-year{color:var(--color-secondary);font-weight:600;margin-bottom:1rem}.home-page .community-section .community-description,.home-page .community-section .feature-text,.home-page .community-section .stat-label,.home-page .community-section .section-subtitle{color:#fffffff2}.home-page .community-section .community-content,.home-page .community-section .community-stat{background:#ffffff2b;border:1px solid rgba(255,255,255,.28)}.home-page .community-section .stat-number{color:#fff}@media(max-width:992px){.stats-container,.benefits-grid,.steps-grid,.home-page .community-stats,.stats-track,.benefits-track,.programs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .program-card{height:520px}.home-page .program-name{font-size:2.2rem}}@media(max-width:768px){.hero-banner{min-height:calc(100vh - var(--header-height))}.home-page .hero-content{padding:1.2rem}.home-page .hero-buttons{gap:.75rem}.home-page .hero-btn{max-width:280px;padding:.85rem 1.1rem;font-size:.95rem}.stats-container,.benefits-grid,.steps-grid,.home-page .community-stats,.literature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .stat-card,.home-page .benefit-card,.step-card,.home-page .community-stat,.book-card{padding:1.1rem .8rem}.book-actions{flex-direction:column}.btn-download,.btn-preview{min-width:100%;min-height:40px;font-size:.88rem}.programs-grid{grid-template-columns:1fr;gap:1rem}.home-page .program-card{height:460px}.home-page .program-name{font-size:1.85rem}.program-badge{font-size:.82rem;padding:.45rem .8rem}.dance-item{padding:.65rem .8rem;font-size:.8rem}.step-title,.home-page .benefit-title{font-size:1.15rem}.step-description,.home-page .benefit-description{font-size:.88rem}}@media(max-width:480px){.hero-scroll-indicator{display:none}.home-page .hero-title{font-size:1.9rem}.home-page .hero-subtitle{font-size:.98rem;line-height:1.5}.stats-container,.benefits-grid,.steps-grid,.home-page .community-stats,.literature-grid,.programs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .program-card{height:380px}.program-content{padding:.75rem}.dance-list{gap:.5rem}.dance-item{padding:.58rem .72rem}.home-page .stat-number{font-size:1.5rem}}@media(min-width:1200px){.home-page .section-title{font-size:3.4rem}.home-page .section-subtitle{font-size:1.5rem}.home-page .hero-title{font-size:4.5rem}.home-page .hero-subtitle{font-size:1.55rem}.home-page .hero-btn{padding:1.3rem 2.8rem;font-size:1.15rem}.home-page .stat-card,.home-page .benefit-card,.step-card,.home-page .community-stat{padding:3rem 2.4rem}.home-page .stat-number{font-size:3.6rem}.home-page .stat-label{font-size:1.35rem}.home-page .benefit-title,.step-title{font-size:2rem}.home-page .benefit-description,.step-description{font-size:1.15rem}.home-page .program-card{height:720px}.home-page .program-name{font-size:3.6rem}}.home-page .steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}@media(max-width:992px){.home-page .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(min-width:1200px){.observed-card{min-width:380px}}@media(max-width:1100px){.home-page .programs-grid{grid-template-columns:1fr!important;gap:1.25rem}.home-page .program-card{height:auto!important;min-height:560px}}@media(max-width:768px){.home-page .programs-grid{grid-template-columns:1fr!important}.home-page .program-card{height:auto!important;min-height:520px}.home-page .program-content{padding:1.25rem}.home-page .program-name{font-size:2.1rem}.home-page .program-subtitle{font-size:1.2rem;margin-bottom:1.1rem}.home-page .dance-list{gap:.65rem}.home-page .dance-item{padding:.75rem 1rem;font-size:.95rem}}@media(max-width:480px){.home-page .programs-grid{grid-template-columns:1fr!important}.home-page .program-card{min-height:480px}.home-page .program-content{padding:1rem}.home-page .program-name{font-size:1.8rem}.home-page .program-subtitle{font-size:1.05rem}.home-page .dance-item{padding:.65rem .85rem;font-size:.9rem}}.home-page .community-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}@media(max-width:992px){.home-page .community-stats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible;gap:1rem;padding-bottom:0}.home-page .community-stat{min-width:0}}@media(max-width:640px){.home-page .community-stats{grid-template-columns:1fr!important}}.home-page .hero-buttons{gap:1.15rem;margin-bottom:3.5rem}.home-page .hero-buttons .hero-btn{position:relative;min-width:238px;padding:1rem 1.9rem;border-radius:999px;border:1px solid rgba(255,255,255,.38);font-weight:700;letter-spacing:.01em;box-shadow:0 14px 30px #0208146b,inset 0 1px #ffffff24;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .28s ease,box-shadow .28s ease,background-color .28s ease,color .28s ease,border-color .28s ease,filter .28s ease}.home-page .hero-buttons .hero-btn svg{flex-shrink:0;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.home-page .hero-buttons .hero-btn.btn-primary{background:linear-gradient(135deg,var(--color-secondary-light) 0%,var(--color-secondary) 47%,var(--color-primary) 100%);color:#fff;border-color:#ffffff73;box-shadow:0 16px 34px #10295f8c,0 9px 18px #1976d261}.home-page .hero-buttons .hero-btn.btn-primary:hover{transform:translateY(-4px);filter:brightness(1.06);box-shadow:0 20px 38px #10295f9e,0 12px 24px #1976d270}.home-page .hero-buttons .hero-btn.btn-secondary{background:linear-gradient(135deg,#0a193a8f,#091630bf);color:#fff;border-color:#ffffffb8}.home-page .hero-buttons .hero-btn.btn-secondary:hover{transform:translateY(-4px);background:#fffffff2;color:var(--color-primary);border-color:#fff;box-shadow:0 16px 30px #050f225c}.home-page .hero-buttons .hero-btn:active{transform:translateY(-1px)}.home-page .hero-buttons .hero-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffffe6,0 0 0 6px #64b5f69e,0 12px 22px #06132c66}@media(max-width:768px){.home-page .hero-buttons{gap:.85rem;margin-bottom:2.75rem}.home-page .hero-buttons .hero-btn{width:100%;max-width:320px;min-width:0;padding:.9rem 1.2rem;border-radius:18px}}@media(max-width:480px){.home-page .hero-buttons .hero-btn{max-width:300px;font-size:.92rem;padding:.82rem 1rem}}@media(max-width:768px){.home-page .benefits-grid,.home-page .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.7rem}.home-page .benefit-card,.home-page .step-card{padding:1.3rem 1rem}.home-page .benefit-title,.home-page .step-title{font-size:1.18rem;line-height:1.32;margin-bottom:.75rem}.home-page .benefit-description,.home-page .step-description{font-size:.92rem;line-height:1.5;margin-bottom:1rem;overflow-wrap:anywhere}.home-page .benefit-link,.home-page .step-action{font-size:.95rem;line-height:1.4;overflow-wrap:anywhere}.home-page .step-number{font-size:2.4rem;margin-bottom:-.35rem}.home-page .benefit-icon,.home-page .step-icon{margin-bottom:.8rem}.home-page .benefit-icon svg,.home-page .step-icon svg{width:38px;height:38px}}@media(max-width:480px){.home-page .benefits-grid,.home-page .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem}.home-page .benefit-card,.home-page .step-card{padding:1.1rem .85rem}.home-page .benefit-title,.home-page .step-title{font-size:1.08rem}.home-page .benefit-description,.home-page .step-description{font-size:.88rem}.home-page .benefit-link,.home-page .step-action{font-size:.9rem}}.home-page{isolation:isolate;overflow-x:clip}.home-page .home-main-content{overflow:visible}.home-page .stats-section{padding-top:52px;padding-bottom:58px}.home-page .section-header.section-header--compact{margin-bottom:1.8rem}.home-page .section-header.section-header--compact .section-title{margin-bottom:.9rem}.home-page .section-header.section-header--compact .section-subtitle{max-width:900px;font-size:1.08rem}.home-page .stats-benefits-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.home-page .summary-column{background:linear-gradient(165deg,#fffffff2,#f5f9ffe6);border:1px solid rgba(25,118,210,.14);border-radius:18px;box-shadow:0 10px 20px #14255414;padding:1rem}.home-page .summary-column-head{margin-bottom:.8rem}.home-page .summary-column-title{margin:0;font-size:1.08rem;font-weight:700;color:var(--color-primary)}.home-page .summary-column-caption{margin:.2rem 0 0;font-size:.83rem;color:var(--color-gray-dark)}.home-page .mini-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{min-height:138px;border-radius:13px;border:1px solid rgba(26,35,126,.08);box-shadow:0 7px 16px #14255414;padding:.86rem .82rem;text-align:left;cursor:default;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.home-page .stats-benefits-layout .stat-card:hover,.home-page .stats-benefits-layout .benefit-card:hover{transform:translateY(-4px);box-shadow:0 14px 26px #14255424;border-color:#1976d247}.home-page .stats-benefits-layout .stat-icon,.home-page .stats-benefits-layout .benefit-icon{margin-bottom:.55rem;color:var(--color-secondary);opacity:1}.home-page .stats-benefits-layout .stat-number{font-size:1.9rem;line-height:1.05;margin-bottom:.28rem}.home-page .stats-benefits-layout .stat-label{margin-bottom:0;font-size:.92rem;line-height:1.28}.home-page .stats-benefits-layout .benefit-title{font-size:1rem;margin:0 0 .28rem;line-height:1.25}.home-page .stats-benefits-layout .benefit-description{margin:0;font-size:.83rem;line-height:1.4}.home-page .stats-benefits-layout .benefit-link{display:none}@media(min-width:1200px){.home-page .stats-benefits-layout .observed-card{min-width:0}}@media(max-width:640px){.home-page .mini-cards-grid{gap:.6rem}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{min-height:128px;padding:.78rem .72rem}.home-page .stats-benefits-layout .stat-number{font-size:1.65rem}}@media(max-width:480px){.home-page .mini-cards-grid{grid-template-columns:1fr}}.home-page .hero-content{padding:2.4rem 2rem 3.15rem}.home-page .hero-text-wrapper{margin-bottom:2.3rem}.home-page .hero-title{margin-bottom:1.1rem}.home-page .title-line--welcome{color:#467db5;text-shadow:inherit}.home-page .hero-subtitle-wrapper{max-width:780px}.home-page .hero-subtitle{margin-bottom:2.5rem;display:grid;gap:.36rem}.home-page .hero-subtitle .subtitle-text{margin:0 auto;padding:0;border-radius:0;background:transparent;border:none}.home-page .hero-subtitle .subtitle-text:nth-child(1){width:min(100%,645px)}.home-page .hero-subtitle .subtitle-text:nth-child(2){width:min(100%,560px)}.home-page .hero-subtitle .subtitle-text:nth-child(3){width:min(100%,470px)}.home-page .hero-scroll-indicator{position:relative;left:auto;bottom:auto;transform:none;margin:1.45rem auto 0;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:.48rem;border:1px solid rgba(255,255,255,.36);border-radius:15px;background:#09163070;color:#fff;box-shadow:0 12px 24px #040b1a6b,inset 0 1px #ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.58rem .95rem;opacity:1;transition:transform .24s ease,box-shadow .24s ease,background .24s ease}.home-page .hero-scroll-indicator:hover{transform:translateY(-2px);background:#0e1f4299;box-shadow:0 14px 28px #040b1a80,inset 0 1px #fff3}.home-page .hero-scroll-indicator:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffffc7,0 0 0 6px #64b5f67a}.home-page .scroll-text{font-size:.9rem;line-height:1.2;margin-bottom:0;white-space:nowrap}.home-page .scroll-arrow{display:inline-flex;align-items:center;justify-content:center}.home-page .scroll-arrow svg{animation:heroArrowDown 1.9s ease-in-out infinite}@keyframes heroArrowDown{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.home-page .summary-column-head{text-align:center}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.95rem .9rem}.home-page .stats-benefits-layout .benefit-description{max-width:24ch}.home-page .steps-section{padding-top:88px;padding-bottom:92px}.home-page .steps-grid{gap:1.1rem}.home-page .step-card{background:linear-gradient(170deg,#ffffff2e,#ffffff1a);border-radius:18px;border:1px solid rgba(255,255,255,.32);box-shadow:0 12px 26px #08163a47;padding:2.15rem 1.4rem;min-height:370px;display:flex;flex-direction:column;align-items:center;text-align:center}.home-page .step-card:before{height:3px;background:linear-gradient(90deg,#c6ddff33,#c6ddffd9,#c6ddff33)}.home-page .step-card:hover{transform:translateY(-7px);box-shadow:0 18px 34px #0714375c}.home-page .step-number{font-size:3.1rem;margin-bottom:-.45rem}.home-page .step-icon{width:58px;height:58px;margin:0 auto .92rem;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#ffffff2e;border:1px solid rgba(255,255,255,.34)}.home-page .step-card:nth-child(1) .step-icon{color:#42a5f5;background:#42a5f533;border-color:#42a5f580}.home-page .step-card:nth-child(2) .step-icon{color:#ffd54f;background:#ffd54f33;border-color:#ffd54f85}.home-page .step-card:nth-child(3) .step-icon{color:#26a69a;background:#26a69a33;border-color:#26a69a80}.home-page .step-card:nth-child(4) .step-icon{color:#ffa726;background:#ffa72633;border-color:#ffa72680}.home-page .step-title{width:min(100%,260px);min-height:2.8em;margin:0 auto .7rem;display:flex;align-items:center;justify-content:center;text-align:center}.home-page .step-description{width:min(100%,260px);min-height:4.8em;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;text-align:center}.home-page .step-action{width:min(100%,260px);min-height:44px;padding:.4rem .75rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.24);margin:auto auto 0;display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.home-page .step-action .action-text{white-space:nowrap}@media(max-width:768px){.home-page .hero-content{padding:1.55rem 1.1rem 2.35rem}.home-page .hero-subtitle .subtitle-text,.home-page .hero-subtitle .subtitle-text:nth-child(1),.home-page .hero-subtitle .subtitle-text:nth-child(2),.home-page .hero-subtitle .subtitle-text:nth-child(3){width:min(100%,96%)}.home-page .hero-scroll-indicator{margin-top:1.1rem;padding:.52rem .75rem}.home-page .scroll-text{font-size:.82rem}.home-page .steps-grid{gap:.72rem}.home-page .step-card{padding:1.45rem 1rem;min-height:330px}.home-page .step-number{font-size:2.55rem}.home-page .step-icon{width:46px;height:46px;border-radius:11px;margin-bottom:.72rem}.home-page .step-title,.home-page .step-description,.home-page .step-action{width:min(100%,240px)}}.home-page .stats-benefits-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;align-items:stretch}.home-page .summary-column{width:100%;min-width:0;background:var(--color-white);border:1px solid rgba(0,0,0,.05);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:1.2rem}.home-page .summary-column-head{margin-bottom:.9rem}.home-page .mini-cards-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:.85rem}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{width:100%;min-height:184px;padding:1.15rem 1rem;background:var(--color-white);border:1px solid rgba(0,0,0,.05);border-radius:14px;box-shadow:var(--shadow-sm);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.home-page .stats-benefits-layout .stat-card:hover,.home-page .stats-benefits-layout .benefit-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px #0c1e4624;border-color:#1976d240}.home-page .stats-benefits-layout .stat-icon,.home-page .stats-benefits-layout .benefit-icon{width:46px;height:46px;border-radius:12px;margin:0 auto .6rem;display:inline-flex;align-items:center;justify-content:center}.home-page .stats-benefits-layout .stat-number{font-size:2.05rem;line-height:1.08;margin:.15rem 0 .3rem}.home-page .stats-benefits-layout .stat-label{margin:0;font-size:.95rem;line-height:1.33}.home-page .stats-benefits-layout .benefit-title{margin:0 0 .3rem;font-size:1.02rem}.home-page .stats-benefits-layout .benefit-description{margin:0;font-size:.86rem;line-height:1.45;max-width:24ch}.home-page .stats-summary .stat-card:nth-child(1) .stat-icon,.home-page .benefits-summary .benefit-card:nth-child(1) .benefit-icon{color:#42a5f5;background:#42a5f529;border:1px solid rgba(66,165,245,.35)}.home-page .stats-summary .stat-card:nth-child(2) .stat-icon,.home-page .benefits-summary .benefit-card:nth-child(2) .benefit-icon{color:#26a69a;background:#26a69a29;border:1px solid rgba(38,166,154,.35)}.home-page .stats-summary .stat-card:nth-child(3) .stat-icon,.home-page .benefits-summary .benefit-card:nth-child(3) .benefit-icon{color:#ffa726;background:#ffa7262e;border:1px solid rgba(255,167,38,.38)}.home-page .stats-summary .stat-card:nth-child(4) .stat-icon,.home-page .benefits-summary .benefit-card:nth-child(4) .benefit-icon{color:#7e57c2;background:#7e57c22e;border:1px solid rgba(126,87,194,.38)}@media(max-width:992px){.home-page .stats-benefits-layout{grid-template-columns:1fr}}@media(max-width:640px){.home-page .summary-column{padding:.95rem}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{min-height:154px;padding:.92rem .78rem}.home-page .stats-benefits-layout .stat-number{font-size:1.76rem}}[data-theme=dark] .home-page .summary-column{background:#16213a;border-color:#9ad7ff33}[data-theme=dark] .home-page .stats-benefits-layout .stat-card,[data-theme=dark] .home-page .stats-benefits-layout .benefit-card{background:#1b2744;border-color:#9ad7ff33;box-shadow:0 10px 22px #050b1a57}.home-page .container{max-width:1140px}.home-page .section{padding:84px 0}.home-page .section-header{margin-bottom:2.6rem}.home-page .section-title{font-size:clamp(1.95rem,2.8vw,2.45rem)}.home-page .section-subtitle{font-size:1.02rem;max-width:620px}.home-page .hero-banner{height:78vh;min-height:620px}.home-page .hero-content{max-width:1080px;padding:1.7rem 1.35rem}.home-page .hero-title{font-size:clamp(2.7rem,5vw,3.75rem);margin-bottom:1.15rem}.home-page .hero-subtitle-wrapper{max-width:720px}.home-page .hero-subtitle{font-size:1.22rem;line-height:1.62;margin-bottom:2.45rem}.home-page .hero-buttons{gap:1.15rem;margin-bottom:2.8rem}.home-page .hero-scroll-indicator{margin-top:.9rem}.home-page .stats-benefits-layout{gap:1rem}.home-page .summary-column{padding:1.05rem}.home-page .mini-cards-grid{gap:.74rem}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card,.home-page .steps-grid .step-card{background:var(--color-white);border:1px solid rgba(0,0,0,.05);border-radius:var(--border-radius);box-shadow:var(--shadow)}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{min-height:176px;padding:1.02rem .9rem}.home-page .stats-benefits-layout .stat-card:hover,.home-page .stats-benefits-layout .benefit-card:hover,.home-page .steps-grid .step-card:hover{transform:translateY(-4px);box-shadow:0 13px 26px #0c1e4624}.home-page .steps-section{padding-top:80px;padding-bottom:84px}.home-page .steps-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.95rem}.home-page .steps-grid .step-card{min-height:346px;padding:1.95rem 1.2rem;color:var(--color-primary)}.home-page .steps-grid .step-card:before{background:linear-gradient(90deg,#1976d21f,#1976d252,#1976d21f)}.home-page .steps-grid .step-number{font-size:2.95rem;margin-bottom:-.3rem;color:#1976d238;text-shadow:none}.home-page .stats-benefits-layout .stat-icon,.home-page .stats-benefits-layout .benefit-icon,.home-page .steps-grid .step-card .step-icon{width:52px;height:52px;border-radius:13px;margin:0 auto .7rem;color:#4f5c73;background:#0f21460f;border:1px solid rgba(15,33,70,.14)}.home-page .stats-benefits-layout .stat-icon svg,.home-page .stats-benefits-layout .benefit-icon svg,.home-page .steps-grid .step-card .step-icon svg{width:27px;height:27px}.home-page .stats-summary .stat-card:nth-child(1) .stat-icon,.home-page .stats-summary .stat-card:nth-child(2) .stat-icon,.home-page .stats-summary .stat-card:nth-child(3) .stat-icon,.home-page .stats-summary .stat-card:nth-child(4) .stat-icon,.home-page .benefits-summary .benefit-card:nth-child(1) .benefit-icon,.home-page .benefits-summary .benefit-card:nth-child(2) .benefit-icon,.home-page .benefits-summary .benefit-card:nth-child(3) .benefit-icon,.home-page .benefits-summary .benefit-card:nth-child(4) .benefit-icon,.home-page .steps-grid .step-card:nth-child(1) .step-icon,.home-page .steps-grid .step-card:nth-child(2) .step-icon,.home-page .steps-grid .step-card:nth-child(3) .step-icon,.home-page .steps-grid .step-card:nth-child(4) .step-icon{color:#4f5c73;background:#0f21460f;border-color:#0f214624}.home-page .stats-benefits-layout .stat-number{font-size:2.15rem}.home-page .stats-benefits-layout .stat-label,.home-page .stats-benefits-layout .benefit-title,.home-page .steps-grid .step-title{font-size:1.06rem}.home-page .stats-benefits-layout .benefit-description,.home-page .steps-grid .step-description{font-size:.95rem;line-height:1.48}.home-page .steps-grid .step-title,.home-page .steps-grid .step-description,.home-page .steps-grid .step-action{width:min(100%,256px)}.home-page .steps-grid .step-title{min-height:2.9em;color:var(--color-primary)}.home-page .steps-grid .step-description{min-height:4.8em;color:var(--color-gray);margin-bottom:1.05rem}.home-page .steps-grid .step-action{min-height:42px;padding:.42rem .78rem;background:#1976d214;border-color:#1976d233;color:var(--color-primary);font-size:.96rem}.home-page .steps-grid .step-action svg{width:18px;height:18px}@media(max-width:992px){.home-page .section{padding:76px 0}.home-page .hero-banner{min-height:560px}}@media(max-width:640px){.home-page .section{padding:64px 0}.home-page .hero-banner{min-height:500px}.home-page .hero-content{padding:1.4rem 1rem 2rem}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{min-height:160px;padding:.92rem .8rem}.home-page .steps-grid .step-card{min-height:318px;padding:1.55rem 1rem}.home-page .stats-benefits-layout .stat-icon,.home-page .stats-benefits-layout .benefit-icon,.home-page .steps-grid .step-card .step-icon{width:46px;height:46px}.home-page .stats-benefits-layout .stat-icon svg,.home-page .stats-benefits-layout .benefit-icon svg,.home-page .steps-grid .step-card .step-icon svg{width:24px;height:24px}}[data-theme=dark] .home-page .stats-benefits-layout .stat-card,[data-theme=dark] .home-page .stats-benefits-layout .benefit-card,[data-theme=dark] .home-page .steps-grid .step-card{background:#1b2744;border-color:#9ad7ff33;box-shadow:0 10px 22px #050b1a57}[data-theme=dark] .home-page .stats-benefits-layout .stat-icon,[data-theme=dark] .home-page .stats-benefits-layout .benefit-icon,[data-theme=dark] .home-page .steps-grid .step-card .step-icon,[data-theme=dark] .home-page .stats-summary .stat-card:nth-child(1) .stat-icon,[data-theme=dark] .home-page .stats-summary .stat-card:nth-child(2) .stat-icon,[data-theme=dark] .home-page .stats-summary .stat-card:nth-child(3) .stat-icon,[data-theme=dark] .home-page .stats-summary .stat-card:nth-child(4) .stat-icon,[data-theme=dark] .home-page .benefits-summary .benefit-card:nth-child(1) .benefit-icon,[data-theme=dark] .home-page .benefits-summary .benefit-card:nth-child(2) .benefit-icon,[data-theme=dark] .home-page .benefits-summary .benefit-card:nth-child(3) .benefit-icon,[data-theme=dark] .home-page .benefits-summary .benefit-card:nth-child(4) .benefit-icon,[data-theme=dark] .home-page .steps-grid .step-card:nth-child(1) .step-icon,[data-theme=dark] .home-page .steps-grid .step-card:nth-child(2) .step-icon,[data-theme=dark] .home-page .steps-grid .step-card:nth-child(3) .step-icon,[data-theme=dark] .home-page .steps-grid .step-card:nth-child(4) .step-icon{color:#d8e8ff;background:#d8e8ff1f;border-color:#d8e8ff40}[data-theme=dark] .home-page .steps-grid .step-description{color:#e6f0ffe6}.home-page .hero-banner{height:calc(100vh - var(--header-height));min-height:calc(100svh - var(--header-height))}@supports (height: 100dvh){.home-page .hero-banner{height:calc(100dvh - var(--header-height));min-height:calc(100dvh - var(--header-height))}}.home-page .stats-benefits-layout{gap:1.08rem}.home-page .summary-column{padding:1.12rem}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{min-height:188px;padding:1.08rem .95rem}.home-page .stats-benefits-layout .stat-icon,.home-page .stats-benefits-layout .benefit-icon{width:54px;height:54px}.home-page .stats-benefits-layout .stat-icon svg,.home-page .stats-benefits-layout .benefit-icon svg{width:28px;height:28px}.home-page .stats-benefits-layout .stat-number{font-size:2.22rem}.home-page .stats-benefits-layout .stat-label,.home-page .stats-benefits-layout .benefit-title{font-size:1.08rem}.home-page .steps-section{background:linear-gradient(140deg,#1b2f7a,#2d2f8f 52%,#3a2a81)}.home-page .steps-grid .step-card{background:linear-gradient(165deg,#12215cc7,#34237cb8);border:1px solid rgba(206,221,255,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 14px 30px #0a122d57;color:#e7efff}.home-page .steps-grid .step-card:hover{box-shadow:0 18px 34px #080e2866;border-color:#e0ebff6b}.home-page .steps-grid .step-card:before{background:linear-gradient(90deg,#e0ebff29,#e0ebff85,#e0ebff29)}.home-page .steps-grid .step-number{color:#e7efff3d}.home-page .steps-grid .step-card .step-icon{width:56px;height:56px;color:#dfe9ff;background:#e8f0ff1f;border:1px solid rgba(232,240,255,.3)}.home-page .steps-grid .step-card .step-icon svg{width:29px;height:29px}.home-page .steps-grid .step-card:nth-child(1) .step-icon,.home-page .steps-grid .step-card:nth-child(2) .step-icon,.home-page .steps-grid .step-card:nth-child(3) .step-icon,.home-page .steps-grid .step-card:nth-child(4) .step-icon{color:#dfe9ff;background:#e8f0ff1f;border-color:#e8f0ff4d}.home-page .steps-grid .step-title{color:#edf3ff}.home-page .steps-grid .step-description{color:#edf3ffe6}.home-page .steps-grid .step-action{background:#e8f0ff21;border-color:#e8f0ff47;color:#edf3ff}.home-page .programs-grid{grid-template-columns:repeat(auto-fit,minmax(390px,1fr));justify-items:center;gap:1.45rem}.home-page .program-card{width:min(100%,520px);height:760px}.home-page .program-content{padding:2.55rem}@media(max-width:1100px){.home-page .program-card{width:min(100%,500px);min-height:630px!important;height:auto!important}}@media(max-width:768px){.home-page .hero-banner{height:calc(100svh - var(--header-height));min-height:calc(100svh - var(--header-height))}@supports (height: 100dvh){.home-page .hero-banner{height:calc(100dvh - var(--header-height));min-height:calc(100dvh - var(--header-height))}}.home-page .program-card{width:min(100%,470px);min-height:590px!important}}@media(max-width:480px){.home-page .program-card{width:min(100%,430px);min-height:550px!important}.home-page .steps-grid .step-card{min-height:328px}.home-page .steps-grid .step-card .step-icon{width:50px;height:50px}}.home-page .stats-benefits-layout .summary-column{background:transparent;border:none;box-shadow:none;padding:.15rem}.home-page .stats-benefits-layout .mini-cards-grid{gap:.95rem}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{position:relative;min-height:194px;padding:1.05rem 1rem .95rem;border-radius:20px;border:1px solid #c7d5ea;background:linear-gradient(180deg,#e3e8f1,#d7dee9);box-shadow:0 8px 18px #1e36681a;text-align:left;align-items:flex-start;justify-content:flex-start;overflow:hidden}.home-page .stats-benefits-layout .stat-card:before,.home-page .stats-benefits-layout .benefit-card:before{content:"";position:absolute;top:-24px;right:-18px;width:118px;height:118px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.78) 0%,rgba(255,255,255,.36) 58%,transparent 70%);pointer-events:none}.home-page .stats-benefits-layout .stat-card:after,.home-page .stats-benefits-layout .benefit-card:after{position:absolute;top:12px;right:12px;z-index:1;padding:.33rem .72rem;border-radius:999px;border:1px solid rgba(103,126,167,.28);background:#e9f0fab8;color:#2c4282;font-size:.78rem;font-weight:700;letter-spacing:.01em}.home-page .stats-summary .stat-card:nth-child(1):after{content:"Пользователи"}.home-page .stats-summary .stat-card:nth-child(2):after{content:"Контент"}.home-page .stats-summary .stat-card:nth-child(3):after{content:"Разделы"}.home-page .stats-summary .stat-card:nth-child(4):after{content:"Помощь"}.home-page .benefits-summary .benefit-card:nth-child(1):after{content:"Разделы"}.home-page .benefits-summary .benefit-card:nth-child(2):after{content:"Контент"}.home-page .benefits-summary .benefit-card:nth-child(3):after{content:"Общение"}.home-page .benefits-summary .benefit-card:nth-child(4):after{content:"Пользователи"}.home-page .stats-benefits-layout .stat-icon,.home-page .stats-benefits-layout .benefit-icon{width:44px;height:44px;border-radius:13px;margin:0 0 .62rem;color:#415377;background:#ffffffc2;border:1px solid rgba(120,140,175,.28);box-shadow:0 8px 14px #2d4a821a}.home-page .stats-benefits-layout .stat-icon svg,.home-page .stats-benefits-layout .benefit-icon svg{width:22px;height:22px}.home-page .stats-summary .stat-card:nth-child(1) .stat-icon,.home-page .stats-summary .stat-card:nth-child(2) .stat-icon,.home-page .stats-summary .stat-card:nth-child(3) .stat-icon,.home-page .stats-summary .stat-card:nth-child(4) .stat-icon,.home-page .benefits-summary .benefit-card:nth-child(1) .benefit-icon,.home-page .benefits-summary .benefit-card:nth-child(2) .benefit-icon,.home-page .benefits-summary .benefit-card:nth-child(3) .benefit-icon,.home-page .benefits-summary .benefit-card:nth-child(4) .benefit-icon{color:#415377;background:#ffffffc2;border-color:#788caf47}.home-page .stats-benefits-layout .stat-number{margin:.1rem 0 .18rem;font-size:2.28rem;line-height:1.08;color:#1f2f82}.home-page .stats-benefits-layout .stat-label{margin:0;font-size:1.06rem;font-weight:700;line-height:1.3;color:#1f2f82}.home-page .stats-benefits-layout .benefit-title{margin:.1rem 0 .26rem;font-size:1.05rem;font-weight:700;color:#1f2f82}.home-page .stats-benefits-layout .benefit-description{margin:0;max-width:30ch;font-size:.95rem;line-height:1.45;color:#4f6489}@media(max-width:768px){.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card{min-height:176px;padding:.92rem .84rem .84rem}.home-page .stats-benefits-layout .stat-card:after,.home-page .stats-benefits-layout .benefit-card:after{top:9px;right:9px;padding:.28rem .62rem;font-size:.72rem}.home-page .stats-benefits-layout .stat-number{font-size:2rem}.home-page .stats-benefits-layout .stat-label,.home-page .stats-benefits-layout .benefit-title{font-size:.98rem}.home-page .stats-benefits-layout .benefit-description{font-size:.88rem}}.home-page .stats-section .container,.home-page .steps-section .container{max-width:1280px;padding-left:1.1rem;padding-right:1.1rem}.home-page .stats-section .stats-benefits-layout{gap:1.12rem}.home-page .stats-section .stats-benefits-layout .mini-cards-grid{gap:1rem}.home-page .steps-section .steps-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.05rem}@media(max-width:992px){.home-page .stats-section .container,.home-page .steps-section .container{max-width:100%;padding-left:.95rem;padding-right:.95rem}}@media(max-width:768px){.home-page .stats-section .container,.home-page .steps-section .container{padding-left:.75rem;padding-right:.75rem}.home-page .steps-section .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.82rem}}@media(max-width:576px){.home-page .steps-section .steps-grid{grid-template-columns:1fr}}.home-page .programs-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;align-items:stretch}.home-page .program-card{width:min(100%,430px);height:595px}.home-page .program-content{padding:1.55rem}.home-page .program-badge{padding:.5rem 1rem;margin-bottom:.75rem;font-size:.9rem}.home-page .program-name{font-size:clamp(2rem,3.2vw,2.55rem)}.home-page .program-subtitle{font-size:1.03rem;margin-bottom:1rem}.home-page .dance-list{gap:.62rem}.home-page .dance-item{padding:.78rem 1rem;font-size:.96rem}.home-page .dance-name{font-size:1rem}@media(max-width:768px){.home-page .program-card{width:100%;max-width:460px;height:535px;min-height:535px!important}.home-page .program-content{padding:1.2rem}}@media(max-width:480px){.home-page .program-card{height:495px;min-height:495px!important}.home-page .program-content{padding:1rem}.home-page .dance-item{padding:.66rem .82rem}}.home-page .community-section{background:linear-gradient(140deg,#0f4fbf,#1e67d8 52%,#5ab5ff);border-top:1px solid rgba(191,223,255,.38);border-bottom:1px solid rgba(191,223,255,.38)}.home-page .community-section:before,.home-page .community-section:after{display:none}.home-page .community-section .container{max-width:1280px;padding-left:1.1rem;padding-right:1.1rem}.home-page .community-section .section-title{color:#eef7ff;text-shadow:0 8px 22px rgba(8,22,64,.34)}.home-page .community-section .section-subtitle{color:#eef7ffeb}.home-page .community-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.05rem}.home-page .community-stat{position:relative;overflow:hidden;min-height:194px;padding:1.05rem 1rem .95rem;border-radius:20px;border:1px solid rgba(191,223,255,.44);background:linear-gradient(165deg,#2d75dbe6,#4594f7db);box-shadow:0 10px 20px #0b27663d;display:flex;flex-direction:column;gap:.18rem;text-align:left;align-items:flex-start;justify-content:flex-start}.home-page .community-stat:before{content:"";position:absolute;top:-24px;right:-18px;width:118px;height:118px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.78) 0%,rgba(255,255,255,.36) 58%,transparent 70%);pointer-events:none}.home-page .community-stat:after{position:absolute;top:12px;right:12px;z-index:1;padding:.33rem .72rem;border-radius:999px;border:1px solid rgba(74,119,190,.42);background:#f8fdffe6;color:#0d4698;font-size:.78rem;font-weight:700;letter-spacing:.01em;text-shadow:none}.home-page .community-stats .community-stat:nth-child(1):after{content:"Разделы"}.home-page .community-stats .community-stat:nth-child(2):after{content:"Пользователи"}.home-page .community-stats .community-stat:nth-child(3):after{content:"Общение"}.home-page .community-section .community-stat .stat-number{margin:.1rem 0 .18rem;font-size:2.28rem;line-height:1.08;color:#fff;text-shadow:0 8px 20px rgba(8,22,64,.24)}.home-page .community-section .community-stat .stat-label{margin:0;font-size:1.06rem;font-weight:700;line-height:1.3;color:#f4fafffa}.home-page .community-section .community-stat .stat-icon{width:44px;height:44px;border-radius:13px;margin:0 0 .62rem;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#ffffff2e;border:1px solid rgba(255,255,255,.34);box-shadow:0 8px 14px #0c245a38}.home-page .community-section .community-stat .stat-icon svg{width:22px;height:22px}.home-page .community-content{border-radius:22px;padding:1.12rem;border:1px solid rgba(191,223,255,.4);background:linear-gradient(180deg,#e1effff5,#cbe1fce6);box-shadow:0 12px 24px #081d4d33}.home-page .community-description{color:#143d94;margin-bottom:.95rem;font-weight:500}.home-page .community-actions{display:grid;grid-template-columns:1fr;gap:.92rem;align-items:stretch}.home-page .community-actions .btn.btn-primary{min-height:54px;width:min(100%,420px);justify-self:center;justify-content:center;gap:.55rem;background:linear-gradient(135deg,#1f73d6,#2288f1);border:1px solid rgba(214,234,255,.65);border-radius:14px;color:#fff;box-shadow:0 12px 22px #0e398b42;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.home-page .community-actions .btn.btn-primary:hover{background:linear-gradient(135deg,#1e7fe8,#35a0ff);transform:translateY(-2px);box-shadow:0 14px 25px #0a2d734d}.home-page .community-features-title{margin:.02rem 0 .14rem;text-align:center;font-size:1rem;font-weight:700;letter-spacing:.01em;color:#fff}.home-page .community-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.1rem}.home-page .community-features .feature{min-height:96px;padding:.74rem .82rem;border-radius:14px;border:1px solid rgba(113,154,214,.46);background:linear-gradient(180deg,#f0f8fff5,#e0eefff0);color:#153d88;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.42rem;box-shadow:0 8px 16px #0e3a8b1f}.home-page .community-features .feature svg{width:18px;height:18px;padding:.32rem;box-sizing:content-box;border-radius:10px;background:linear-gradient(135deg,#1c73d8,#2b90ff);color:#fff;box-shadow:0 6px 12px #10429542}.home-page .community-features .feature-text{color:#1b468f;font-size:.92rem;line-height:1.32;font-weight:600}@media(max-width:992px){.home-page .community-section .container{max-width:100%;padding-left:.95rem;padding-right:.95rem}.home-page .community-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .community-actions{grid-template-columns:1fr}.home-page .community-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.home-page .community-section .container{padding-left:.75rem;padding-right:.75rem}.home-page .community-stat{min-height:176px;padding:.92rem .84rem .84rem}.home-page .community-stat:after{top:9px;right:9px;padding:.28rem .62rem;font-size:.72rem}.home-page .community-section .community-stat .stat-number{font-size:2rem}.home-page .community-section .community-stat .stat-label{font-size:.98rem}}@media(max-width:576px){.home-page .community-stats,.home-page .community-features{grid-template-columns:1fr}}[data-theme=dark] .home-page .community-section{background:linear-gradient(140deg,#0c2f73,#11418f 54%,#1959b5);border-top-color:#9ad7ff33;border-bottom-color:#9ad7ff33}[data-theme=dark] .home-page .community-section .section-title{color:#dbe9ff}[data-theme=dark] .home-page .community-features-title{color:#eef5ff}[data-theme=dark] .home-page .community-section .section-subtitle,[data-theme=dark] .home-page .community-description,[data-theme=dark] .home-page .community-features .feature-text{color:#e0ebffe6}[data-theme=dark] .home-page .community-stat,[data-theme=dark] .home-page .community-content{border-color:#9ad7ff3d;background:linear-gradient(165deg,#173569e0,#122b59e0);box-shadow:0 12px 24px #050b1a57}[data-theme=dark] .home-page .community-section .community-stat .stat-number,[data-theme=dark] .home-page .community-section .community-stat .stat-label{color:#dbe9ff}[data-theme=dark] .home-page .community-section .community-stat .stat-icon{color:#dbe9ff;background:#dbe9ff24;border-color:#dbe9ff57}[data-theme=dark] .home-page .community-stat:after{border-color:#9ad7ff5c;background:#123876b8;color:#eff6ff}[data-theme=dark] .home-page .community-features .feature{border-color:#9ad7ff33;background:#dfecff24}[data-theme=dark] .home-page .community-features .feature svg{color:#fff}.home-page .literature-section{background:linear-gradient(145deg,#eef5ff,#e1ecfc,#f4f8ff);border-top:1px solid rgba(31,54,115,.1);border-bottom:1px solid rgba(31,54,115,.1)}.home-page .literature-section .container{max-width:1280px;padding-left:1.1rem;padding-right:1.1rem}.home-page .literature-section .section-title{color:#1f2f82}.home-page .literature-section .section-subtitle{color:#4f6489}.home-page .literature-showcase{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1.15rem}.home-page .literature-book{min-height:516px;border-radius:18px;border:1px solid rgba(136,165,212,.44);background:linear-gradient(180deg,#fafdff,#f0f6ff);box-shadow:0 10px 22px #122a5f24;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.home-page .literature-book:hover{transform:translateY(-4px);box-shadow:0 16px 30px #0c225433}.home-page .literature-book-cover-link{text-decoration:none;color:inherit}.home-page .literature-book-cover{position:relative;aspect-ratio:3 / 4;border-bottom:1px solid rgba(136,165,212,.34);background:linear-gradient(160deg,#d9e8ff,#c8dcfb);overflow:hidden}.home-page .literature-book-image{width:100%;height:100%;object-fit:cover}.home-page .literature-book-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#2f5ca8;background:linear-gradient(160deg,#dfeeff,#c7ddff)}.home-page .literature-book-spine{position:absolute;top:0;left:0;width:12px;height:100%;background:linear-gradient(180deg,#23489459,#2348949e);box-shadow:inset -1px 0 #ffffff4d}.home-page .literature-book-badge{position:absolute;top:10px;right:10px;padding:.3rem .62rem;border-radius:999px;background:#f4f9ffe6;color:#234a94;font-size:.72rem;font-weight:700;border:1px solid rgba(35,74,148,.18)}.home-page .literature-book-info{padding:.86rem .86rem .9rem;display:grid;gap:.42rem;flex:1}.home-page .literature-book-title{margin:0;color:#1e2f7a;font-size:1rem;line-height:1.3}.home-page .literature-book-author{margin:0;color:#3e5f95;font-size:.88rem;font-weight:600}.home-page .literature-book-summary{margin:0;color:#4f6489;font-size:.84rem;line-height:1.42;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-page .literature-book-ribbon{display:flex;flex-wrap:wrap;gap:.35rem}.home-page .literature-book-ribbon span{font-size:.72rem;color:#1f4a8f;background:#dfebfcc2;border:1px solid rgba(123,150,194,.24);border-radius:999px;padding:.18rem .48rem;font-weight:700}.home-page .literature-book-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:auto}.home-page .literature-book-meta span{font-size:.75rem;color:#2e4d86;background:#dfebfce6;border:1px solid rgba(123,150,194,.28);border-radius:999px;padding:.22rem .52rem}.home-page .literature-book-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.home-page .literature-book-btn{min-height:36px;padding:.4rem .52rem;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:.34rem;text-decoration:none;font-size:.8rem;font-weight:700;text-align:center;line-height:1.2}.home-page .literature-book-btn .text-span{display:block;min-width:0;text-align:center;white-space:normal}.home-page .literature-book-btn.is-primary{color:#fff;background:linear-gradient(135deg,#1d77df,#2a96ff);border:1px solid rgba(216,236,255,.56)}.home-page .literature-book-btn.is-secondary{color:#1d4f9a;background:#e9f2ffeb;border:1px solid rgba(136,165,212,.42)}.home-page .literature-book--placeholder{border-style:dashed;border-color:#88a5d494}.home-page .literature-section .literature-cta{margin-top:.4rem;text-align:center;border:none;box-shadow:none;background:transparent;padding:.2rem 0}.home-page .literature-section .literature-cta .cta-text{color:#3f5e93;margin-bottom:.7rem}.home-page .literature-section .literature-cta .btn.btn-primary{min-height:48px;padding:.75rem 1.2rem}@media(max-width:992px){.home-page .literature-section .container{max-width:100%;padding-left:.95rem;padding-right:.95rem}.home-page .literature-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.home-page .literature-section .container{padding-left:.75rem;padding-right:.75rem}.home-page .literature-showcase{grid-template-columns:1fr}.home-page .literature-book{min-height:470px}}[data-theme=dark] .home-page .literature-section{background:linear-gradient(145deg,#13213d,#182746 52%,#1d2d4c);border-top-color:#9ad7ff33;border-bottom-color:#9ad7ff33}[data-theme=dark] .home-page .literature-section .section-title{color:#dbe9ff}[data-theme=dark] .home-page .literature-section .section-subtitle,[data-theme=dark] .home-page .literature-section .literature-cta .cta-text{color:#e0ebffe6}[data-theme=dark] .home-page .literature-book{border-color:#9ad7ff3d;background:linear-gradient(165deg,#1c2b4ee6,#172444e6);box-shadow:0 12px 24px #050b1a5c}[data-theme=dark] .home-page .literature-book-cover{border-bottom-color:#9ad7ff3d}[data-theme=dark] .home-page .literature-book-fallback{color:#dbe9ff;background:linear-gradient(160deg,#314e82,#294573)}[data-theme=dark] .home-page .literature-book-title{color:#dbe9ff}[data-theme=dark] .home-page .literature-book-author{color:#b7ceef}[data-theme=dark] .home-page .literature-book-summary{color:#e0ebffdb}[data-theme=dark] .home-page .literature-book-ribbon span{color:#dbe9ff;background:#dbe9ff1a;border-color:#9ad7ff38}[data-theme=dark] .home-page .literature-book-meta span{color:#dbe9ff;background:#dbe9ff1f;border-color:#9ad7ff3d}[data-theme=dark] .home-page .literature-book-btn.is-secondary{color:#dbe9ff;background:#dbe9ff1f;border-color:#9ad7ff42}.home-page .stats-section .summary-column-head{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.16rem}.home-page .stats-section .summary-column-title{margin:0;font-size:clamp(1.28rem,1.35vw,1.56rem);font-weight:800;line-height:1.14;letter-spacing:.01em}.home-page .stats-section .summary-column-caption{margin:.1rem 0 0;font-size:.95rem;line-height:1.44}.home-page .stats-section .benefits-summary .benefit-title{font-size:1.12rem}.home-page .stats-section .benefits-summary .benefit-description{font-size:1.01rem;line-height:1.52;color:#425a82}@media(max-width:768px){.home-page .stats-section .summary-column-title{font-size:1.18rem}.home-page .stats-section .summary-column-caption{font-size:.9rem}.home-page .stats-section .benefits-summary .benefit-title{font-size:1.02rem}.home-page .stats-section .benefits-summary .benefit-description{font-size:.92rem}}[data-theme=dark] .home-page .stats-section .summary-column-caption{color:#dae6ffe0}[data-theme=dark] .home-page .stats-section .benefits-summary .benefit-description{color:#e1ecffe6}@media(max-width:992px){.home-page .community-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.68rem}.home-page .community-stat{min-height:152px;padding:.74rem .66rem .62rem;border-radius:16px}.home-page .community-stat:after{top:7px;right:7px;padding:.2rem .46rem;font-size:.64rem}.home-page .community-section .community-stat .stat-icon{width:34px;height:34px;border-radius:10px;margin-bottom:.42rem}.home-page .community-section .community-stat .stat-icon svg{width:17px;height:17px}.home-page .community-section .community-stat .stat-number{font-size:1.56rem;line-height:1.1;margin:.02rem 0 .12rem}.home-page .community-section .community-stat .stat-label{font-size:.84rem;line-height:1.26}}@media(max-width:576px){.home-page .community-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.home-page .community-stat{min-height:128px;padding:.56rem .5rem .48rem;border-radius:13px}.home-page .community-stat:after{top:5px;right:5px;padding:.17rem .38rem;font-size:.56rem}.home-page .community-section .community-stat .stat-icon{width:28px;height:28px;margin-bottom:.34rem}.home-page .community-section .community-stat .stat-icon svg{width:14px;height:14px}.home-page .community-section .community-stat .stat-number{font-size:1.3rem}.home-page .community-section .community-stat .stat-label{font-size:.72rem;line-height:1.22}}.home-page .literature-book-cover{aspect-ratio:4 / 3}.home-page .literature-book{min-height:454px}@media(max-width:992px){.home-page .literature-book{min-height:420px}}@media(max-width:640px){.home-page .literature-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.home-page .literature-book{min-height:372px}.home-page .literature-book-cover{aspect-ratio:5 / 4}}.home-page .hero-title,.home-page .title-line{color:#72acdf}.home-page .title-line--welcome{color:#86bdf0}.home-page .highlight-text{color:#9ccfff}.home-page .hero-subtitle-wrapper{max-width:1080px}.home-page .hero-subtitle{display:block;text-wrap:balance}.home-page .hero-subtitle .subtitle-text,.home-page .hero-subtitle .subtitle-text:nth-child(1),.home-page .hero-subtitle .subtitle-text:nth-child(2),.home-page .hero-subtitle .subtitle-text:nth-child(3){display:inline;width:auto;margin:0}.home-page .hero-subtitle .subtitle-text:after{content:" "}.home-page .hero-subtitle .subtitle-text:last-child:after{content:none}.home-page .stats-benefits-layout .stat-card,.home-page .stats-benefits-layout .benefit-card,.home-page .community-stat{cursor:default;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.home-page .stats-benefits-layout .stat-card:hover,.home-page .stats-benefits-layout .benefit-card:hover,.home-page .community-stat:hover{transform:none;box-shadow:var(--shadow)}.home-page .stats-benefits-layout .stat-card:active,.home-page .stats-benefits-layout .benefit-card:active,.home-page .community-stat:active{transform:none}@media(min-width:1200px){.home-page .stats-benefits-layout .observed-card,.home-page .stats-benefits-layout .observed-card.is-out{opacity:1;transform:none;filter:none;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.home-page .stats-benefits-layout .observed-card:after,.home-page .stats-benefits-layout .observed-card.is-out:after{content:none}}@media(max-width:992px){.home-page .hero-subtitle-wrapper{max-width:840px}}@media(max-width:768px){.home-page .hero-title,.home-page .title-line{color:#7db6e7}.home-page .hero-subtitle-wrapper{max-width:720px}}.home-page .programs-section{position:relative;overflow:hidden;background:#fff;border-top:1px solid rgba(25,118,210,.08);border-bottom:1px solid rgba(25,118,210,.08);box-shadow:inset 0 1px #fffffff2,inset 0 -1px #1976d20f}.home-page .programs-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(25,118,210,.08) 0%,transparent 24%),radial-gradient(circle at 86% 18%,rgba(100,181,246,.08) 0%,transparent 20%),radial-gradient(circle at 74% 82%,rgba(25,118,210,.05) 0%,transparent 18%);pointer-events:none}.home-page .programs-section:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(25,118,210,.025) 0,rgba(25,118,210,.025) 1px,transparent 1px,transparent 118px),repeating-linear-gradient(180deg,rgba(25,118,210,.018) 0,rgba(25,118,210,.018) 1px,transparent 1px,transparent 104px);opacity:.45;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 92%);pointer-events:none}.home-page .programs-section .container{position:relative;z-index:1;padding-top:2rem;padding-bottom:2.2rem}.home-page .programs-section .container:before{content:"";position:absolute;inset:0;border-radius:34px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(25,118,210,.12);box-shadow:0 22px 46px #0c225214,inset 0 1px #fffffffa}.home-page .programs-section .container:after{content:"";position:absolute;inset:0;border-radius:34px;background:radial-gradient(circle at 8% 16%,rgba(25,118,210,.09) 0%,transparent 18%),radial-gradient(circle at 92% 18%,rgba(100,181,246,.1) 0%,transparent 16%),radial-gradient(circle at 76% 84%,rgba(25,118,210,.06) 0%,transparent 16%);pointer-events:none}.home-page .programs-section .container>*{position:relative;z-index:1}html[data-theme=dark] .home-page .programs-section{background:#fff;border-top:1px solid rgba(25,118,210,.08);border-bottom:1px solid rgba(25,118,210,.08);box-shadow:inset 0 1px #fffffff2,inset 0 -1px #1976d20f}html[data-theme=dark] .home-page .programs-section .container:before{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(25,118,210,.12);box-shadow:0 22px 46px #050b1a29,inset 0 1px #fffffffa}.home-page .programs-cta{margin-top:1.35rem;display:flex;justify-content:center}.home-page .programs-open-btn{min-height:50px;padding:.92rem 1.35rem;border-radius:999px;gap:.5rem;background:linear-gradient(135deg,#1976d2,#2c8df0);border:1px solid rgba(25,118,210,.16);box-shadow:0 14px 26px #1042952e;color:#fff}.home-page .programs-open-btn:hover{background:linear-gradient(135deg,#1d7fe1,#3a99fb);color:#fff;transform:translateY(-2px);box-shadow:0 18px 30px #10429538}.home-page .programs-open-btn svg{color:#fff;flex-shrink:0}@media(max-width:768px){.home-page .programs-section:after{opacity:.28}.home-page .programs-section .container{padding-top:1.2rem;padding-bottom:1.35rem}.home-page .programs-section .container:before,.home-page .programs-section .container:after{border-radius:24px}.home-page .programs-cta{margin-top:1rem}.home-page .programs-open-btn{width:min(100%,320px);min-height:46px;padding:.82rem 1rem}}[data-theme=dark] .home-page .stats-benefits-layout .stat-card:before,[data-theme=dark] .home-page .stats-benefits-layout .benefit-card:before{background:radial-gradient(circle at 30% 30%,rgba(154,215,255,.34) 0%,rgba(111,193,255,.18) 44%,rgba(111,193,255,.06) 62%,transparent 76%)}[data-theme=dark] .home-page .stats-benefits-layout .stat-card:after,[data-theme=dark] .home-page .stats-benefits-layout .benefit-card:after{border-color:#9ad7ff3d;background:#122549d1;color:#dcecff;box-shadow:0 8px 16px #060e1e3d}.filter-panel{background:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1.5rem}.filter-container{display:flex;flex-direction:column;gap:1.2rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-weight:600;color:var(--color-primary);font-size:.95rem;display:flex;align-items:center;gap:.5rem}.filter-select{padding:.8rem 2.6rem .8rem 1rem;border:1px solid rgba(17,37,108,.18);border-radius:12px;font-size:1rem;color:var(--color-dark);background:linear-gradient(180deg,#fff,#f5f9ff);transition:all .3s ease;cursor:pointer;box-shadow:0 6px 16px #0f172a0d}.filter-select:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #1976d21a}.filter-select:disabled{opacity:.5;cursor:not-allowed;background:#0000000d}.filter-apply-btn{background:var(--color-secondary);color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.filter-apply-btn:hover{background:var(--color-primary);transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.filter-apply-btn:active{transform:translateY(0)}.active-filters{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid rgba(0,0,0,.1)}.active-filters h4{font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:.8rem}.active-filters-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.active-filter{background:#1976d21a;color:var(--color-secondary);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.remove-filter{cursor:pointer;font-size:1.2rem;line-height:1;opacity:.7;transition:opacity .3s ease}.remove-filter:hover{opacity:1}[data-theme=dark] .filter-panel{background:var(--color-light);border-color:#ffffff0d}[data-theme=dark] .filter-select{background:var(--color-white);border-color:#ffffff1a;color:var(--color-dark)}[data-theme=dark] .filter-select:disabled{background:#ffffff0d}[data-theme=dark] .active-filters{border-top-color:#ffffff1a}[data-theme=dark] .active-filter{background:#64b5f633;color:var(--color-secondary-light)}@media(max-width:768px){.filter-panel{padding:1.2rem}.filter-container{gap:1rem}.filter-select{padding:.7rem .9rem}.filter-apply-btn{padding:.9rem}}@media(max-width:480px){.filter-panel{padding:1rem}.active-filters-list{flex-direction:column;align-items:flex-start}.active-filter{width:100%;justify-content:space-between}}.active-filters-inline{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid rgba(0,0,0,.1)}.active-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.active-filters-header h4{font-size:1rem;font-weight:600;color:var(--color-primary);margin:0}.clear-all-filters{background:none;border:none;color:var(--color-secondary);font-weight:600;font-size:.9rem;cursor:pointer;padding:.4rem .8rem;border-radius:4px;transition:all .3s ease}.clear-all-filters:hover{background:#1976d21a}.active-filters-tags{display:flex;flex-wrap:wrap;gap:.5rem}.active-filter-tag{background:#1976d21a;color:var(--color-secondary);padding:.5rem 1rem .5rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(25,118,210,.2)}.remove-filter-tag{background:none;border:none;color:var(--color-secondary);cursor:pointer;padding:.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:.7}.remove-filter-tag:hover{opacity:1;background:#1976d233}.filter-apply-btn.has-changes{background:var(--color-primary);color:#fff;position:relative}.filter-apply-btn.has-changes:after{content:"";position:absolute;top:-3px;right:-3px;width:10px;height:10px;background:#4caf50;border-radius:50%;border:2px solid white}[data-theme=dark] .active-filters-inline{border-top-color:#ffffff1a}[data-theme=dark] .active-filter-tag{background:#64b5f633;color:var(--color-secondary-light);border-color:#64b5f64d}[data-theme=dark] .remove-filter-tag,[data-theme=dark] .clear-all-filters{color:var(--color-secondary-light)}[data-theme=dark] .clear-all-filters:hover{background:#64b5f61a}.filter-panel{padding:.9rem;margin-bottom:0}.filter-container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;align-items:end}.filter-group{gap:.35rem}.filter-label{font-size:.82rem}.filter-select{padding:.55rem .7rem;font-size:.86rem}.filter-apply-btn{padding:.58rem .7rem;font-size:.84rem;margin-top:0;white-space:nowrap}.active-filters-inline{margin-top:.8rem;padding-top:.8rem}.active-filter-tag{font-size:.8rem;padding:.35rem .7rem .35rem .55rem}@media(max-width:992px){.filter-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.filter-container{grid-template-columns:1fr}}@media(min-width:993px){.filter-panel{padding:1.3rem}.filter-container{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.filter-label{font-size:.95rem}.filter-select{padding:.75rem .9rem;font-size:1rem}.filter-apply-btn{padding:.75rem .9rem;font-size:.95rem}}@media(max-width:768px){.filter-panel .filter-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:.55rem;overflow:visible;padding-bottom:0}.filter-panel .filter-group,.filter-panel .filter-apply-btn{min-width:0}.filter-panel .filter-group{width:100%}.filter-panel .filter-select{min-height:36px;padding:.56rem .62rem;width:100%}.filter-panel .filter-apply-btn{grid-column:1 / -1;width:100%;min-height:36px;padding:.56rem .62rem;margin-top:0}}@media(max-width:480px){.filter-panel .filter-container{grid-template-columns:1fr}.filter-panel .filter-apply-btn{grid-column:auto}}.filter-panel .filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;font-family:inherit;line-height:1.25;text-shadow:none;-webkit-text-fill-color:currentColor;background-color:#fff;background-image:linear-gradient(180deg,#1a237e08,#1a237e03),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%231a237e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:0 0,right .78rem center;background-size:auto,10px 6px;padding-right:2.25rem}.filter-panel .filter-select option{background-color:#fff;color:#11256c}[data-theme=dark] .filter-panel .filter-select{color:#e6eeff;border-color:#8bb8ff57;background-color:#13223ff5;background-image:linear-gradient(180deg,#8ea8ff1a,#6fc1ff0a),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23cfe0ff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");box-shadow:inset 0 1px #ffffff0a,0 8px 18px #040a1a47}[data-theme=dark] .filter-panel .filter-select:hover:not(:disabled){border-color:#6fc1ff94;background-color:#182a4efa}[data-theme=dark] .filter-panel .filter-select:focus{border-color:#6fc1ffb8;box-shadow:0 0 0 3px #6fc1ff33}[data-theme=dark] .filter-panel .filter-select option{background-color:#1a2a46;color:#e6eeff}.quick-filters{background:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow);margin-top:2.5rem;border:1px solid rgba(0,0,0,.05)}.quick-filters-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.quick-filters-header h3{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin:0}.quick-filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.quick-filter-card{background:#fff;border:2px solid transparent;border-radius:12px;padding:1.2rem;text-align:left;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:.8rem}.quick-filter-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:var(--filter-color)}.quick-filter-card:active{transform:translateY(-2px)}.quick-filter-icon{font-size:2rem;color:var(--filter-color);margin-bottom:.5rem}.quick-filter-content{flex:1}.quick-filter-title{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:.3rem}.quick-filter-description{font-size:.85rem;color:var(--color-gray);line-height:1.4;margin-bottom:.8rem}.quick-filter-count{font-size:1.8rem;font-weight:800;color:var(--filter-color)}.quick-tips{background:#1976d20d;border-radius:8px;padding:1.2rem;margin-top:1.5rem}.quick-tips h4{font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.quick-tips ul{margin:0;padding-left:1.2rem}.quick-tips li{color:var(--color-gray);font-size:.9rem;line-height:1.5;margin-bottom:.4rem}[data-theme=dark] .quick-filters{background:var(--color-light);border-color:#ffffff0d}[data-theme=dark] .quick-filter-card{background:var(--color-white)}[data-theme=dark] .quick-tips{background:#64b5f61a}@media(max-width:768px){.quick-filters-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.quick-filters-grid{grid-template-columns:1fr}.quick-filters{padding:1rem}}.quick-filters-loading{text-align:center;padding:2rem;color:var(--color-gray);font-size:.9rem}.quick-filters-header .loading-spinner{margin-left:auto;animation:spin 1s linear infinite}.quick-filter-card:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.quick-filter-card:disabled:hover{transform:none;box-shadow:0 4px 12px #0000000d;border-color:transparent}.quick-filters{margin-top:0;padding:.9rem}.quick-filters-header{margin-bottom:.8rem;padding-bottom:.55rem}.quick-filters-header h3{font-size:1rem}.quick-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-bottom:0}.quick-filter-card{padding:.65rem;gap:.4rem}.quick-filter-icon{font-size:1.1rem;margin-bottom:0}.quick-filter-title{font-size:.82rem;margin-bottom:.15rem}.quick-filter-description{display:none}.quick-filter-count{font-size:1rem}.quick-tips{display:none}@media(max-width:992px){.quick-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.quick-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-filter-card{padding:.6rem .45rem}.quick-filter-title{font-size:.75rem}.quick-filter-count{font-size:.9rem}}@media(min-width:993px){.quick-filters{padding:1.2rem}.quick-filters-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.quick-filter-card{padding:.9rem}.quick-filter-title{font-size:.95rem}.quick-filter-count{font-size:1.2rem}}.quick-filters-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}@media(max-width:768px){.quick-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:768px){.quick-filters .quick-filters-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.45rem;overflow:visible;padding-bottom:0}.quick-filters .quick-filter-card{width:100%;min-width:0;min-height:88px;padding:.5rem .45rem;gap:.24rem}.quick-filters .quick-filter-title{margin-bottom:0;line-height:1.16}.quick-filters .quick-filter-count{line-height:1;margin-top:.04rem}}@media(max-width:480px){.quick-filters .quick-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.quick-filters .quick-filter-card{width:100%;min-height:84px;padding:.46rem .4rem}}.quick-filters-grid--loading .quick-filter-card--skeleton{position:relative;overflow:hidden;pointer-events:none;border-color:#1976d224}.quick-filters-grid--loading .quick-filter-card--skeleton:before{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(110deg,#fff0,#ffffff8c 45%,#fff0);animation:quickFilterShimmer 1.35s ease-in-out infinite}.quick-filters-grid--loading .skeleton-circle,.quick-filters-grid--loading .skeleton-line{display:block;background:linear-gradient(180deg,#1976d229,#1976d214);animation:quickFilterPulse 1.2s ease-in-out infinite alternate}.quick-filters-grid--loading .skeleton-circle{width:28px;height:28px;border-radius:9px}.quick-filters-grid--loading .quick-filter-content{display:grid;gap:.35rem}.quick-filters-grid--loading .skeleton-line{border-radius:8px}.quick-filters-grid--loading .skeleton-line--title{width:68%;height:11px}.quick-filters-grid--loading .skeleton-line--description{width:92%;height:9px}.quick-filters-grid--loading .skeleton-line--count{width:42%;height:16px;margin-top:.15rem}.quick-filters-loading-note{margin-top:.72rem;text-align:center;color:var(--color-gray-dark);font-size:.82rem}@keyframes quickFilterShimmer{to{transform:translate(100%)}}@keyframes quickFilterPulse{0%{opacity:.55}to{opacity:1}}[data-theme=dark] .quick-filters-grid--loading .quick-filter-card--skeleton{border-color:#9ad7ff3d}[data-theme=dark] .quick-filters-grid--loading .quick-filter-card--skeleton:before{background:linear-gradient(110deg,#6fc1ff00,#6fc1ff42 45%,#6fc1ff00)}[data-theme=dark] .quick-filters-grid--loading .skeleton-circle,[data-theme=dark] .quick-filters-grid--loading .skeleton-line{background:linear-gradient(180deg,#9ad7ff42,#9ad7ff24)}[data-theme=dark] .quick-filters-loading-note{color:#d8e7ff}@media(prefers-reduced-motion:reduce){.quick-filters-grid--loading .quick-filter-card--skeleton:before,.quick-filters-grid--loading .skeleton-circle,.quick-filters-grid--loading .skeleton-line{animation:none}}.quick-filters-grid,.quick-filters-grid--loading{align-items:stretch}.quick-filter-card,.quick-filters-grid--loading .quick-filter-card--skeleton{width:100%;min-height:112px;height:100%;display:flex;flex-direction:column}.quick-filter-content,.quick-filters-grid--loading .quick-filter-content{display:flex;flex-direction:column;flex:1;gap:.26rem}.quick-filter-description{margin-bottom:.24rem}.quick-filter-count{margin-top:auto}.quick-filters-grid--loading .skeleton-line--description{margin-bottom:.08rem}@media(max-width:768px){.quick-filter-card,.quick-filters-grid--loading .quick-filter-card--skeleton{min-height:98px}}.figure-card{background:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow);transition:all .3s ease;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;height:100%}.figure-card-clickable{text-decoration:none;color:inherit;cursor:pointer}.figure-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026;border-color:var(--color-secondary)}.figure-card:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}.figure-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.figure-card-title{font-size:1.3rem;font-weight:700;color:var(--color-primary);margin:0;flex:1;line-height:1.4}.difficulty-badge{color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;margin-left:.8rem}.figure-card-description{color:var(--color-gray);line-height:1.6;margin-bottom:1.5rem;flex:1;font-size:.95rem}.figure-card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.figure-tag{background:#1976d21a;color:var(--color-secondary);padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.figure-tag.more{background:#0000000d;color:var(--color-gray)}.figure-card-footer{display:flex;justify-content:flex-start;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.figure-card-meta{display:flex;gap:1rem;flex-wrap:wrap}.meta-item{color:var(--color-gray);font-size:.85rem;display:flex;align-items:center;gap:.3rem}.meta-item.rating{color:#ff9800;font-weight:600}[data-theme=dark] .figure-card{background:var(--color-light);border-color:#ffffff0d}[data-theme=dark] .figure-card:hover{border-color:var(--color-secondary-light)}[data-theme=dark] .figure-tag{background:#64b5f633;color:var(--color-secondary-light)}[data-theme=dark] .figure-tag.more{background:#ffffff0d}[data-theme=dark] .figure-card-footer{border-top-color:#ffffff1a}@media(max-width:768px){.figure-card{padding:1.2rem}.figure-card-title{font-size:1.2rem}.figure-card-description{margin-bottom:1rem}.figure-card-footer{flex-direction:column;align-items:flex-start;margin-top:.2rem;padding-top:.95rem}}@media(max-width:480px){.figure-card-header{flex-direction:column;gap:.5rem}.difficulty-badge{margin-left:0;align-self:flex-start}}.views-badge{display:flex;align-items:center;gap:5px;color:var(--color-secondary);padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;margin-left:.8rem;background:#1976d21a;border:1px solid rgba(25,118,210,.2)}.views-badge-label,.views-badge-value{display:inline-flex;align-items:center}.views-badge-label{display:none}.meta-item.has-video{color:#4caf50}.meta-item.no-video{color:#9e9e9e}[data-theme=dark] .views-badge{background:#64b5f633;border-color:#64b5f64d}@media(max-width:480px){.figure-card-header{flex-direction:row}.views-badge{margin-left:.5rem}}.figure-card{padding:.95rem}.figure-card-title{font-size:1.02rem}.figure-card-description{font-size:.82rem;margin-bottom:.8rem;line-height:1.45}.figure-tag{font-size:.72rem;padding:.22rem .55rem}.figure-card-meta{gap:.5rem}.meta-item{font-size:.74rem}.views-badge{font-size:.66rem;padding:.24rem .5rem}@media(min-width:993px){.figure-card{padding:1.4rem}.figure-card-title{font-size:1.25rem}.figure-card-description{font-size:.95rem}.figure-tag{font-size:.78rem;padding:.28rem .7rem}.meta-item{font-size:.82rem}.views-badge{font-size:.72rem}}.figure-card{padding:.86rem}.figure-card-header{margin-bottom:.56rem}.figure-card-description{margin-bottom:.44rem;flex:0 0 auto;line-height:1.4}.figure-card-tags{gap:.34rem;margin-bottom:.44rem}.figure-card-footer{margin-top:0;padding-top:.6rem;gap:.56rem}.figure-card-meta{gap:.44rem}@media(max-width:768px){.figure-card{padding:.76rem}.figure-card-header{margin-bottom:.46rem}.figure-card-description,.figure-card-tags{margin-bottom:.34rem}.figure-card-footer{margin-top:0;padding-top:.52rem}}.figure-card{display:grid;grid-template-rows:auto minmax(3.95rem,3.95rem) auto}.figure-card-description{min-height:3.95rem;max-height:3.95rem;margin-bottom:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.figure-card-footer{margin-top:.45rem}.figure-card-meta{min-height:3.6rem;align-content:flex-start}.meta-item{max-width:100%;min-height:1.05rem}@media(max-width:768px){.figure-card{grid-template-rows:auto minmax(3.6rem,3.6rem) auto}.figure-card-description{min-height:3.6rem;max-height:3.6rem}.figure-card-meta{min-height:3.35rem}}:root{--header-height: 66px}@media(min-width:1200px){:root{--header-height: 78px}}.figures-page .container{max-width:var(--max-width-2xl);margin:0 auto;padding:0 2rem}.figures-page{min-height:100vh;background:var(--color-light)}.figures-page .container{max-width:var(--max-width-2xl)}.figures-hero{min-height:430px;padding:5.4rem 0 3.8rem;background:radial-gradient(circle at 16% 24%,rgba(255,255,255,.2) 0%,transparent 34%),radial-gradient(circle at 84% 18%,rgba(100,181,246,.22) 0%,transparent 30%),linear-gradient(135deg,#0d1b5e,#1a237e 42%,#205fb7);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center}.figures-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f331f,#080f3357),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 52px);z-index:1}.figures-hero:after{content:"";position:absolute;width:380px;height:380px;right:-110px;bottom:-170px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16) 0%,transparent 68%);z-index:1}.figures-hero .container{position:relative;z-index:2;width:100%}.figures-hero .hero-content{max-width:880px;margin:0 auto;padding:2.2rem 2rem;border-radius:30px;background:linear-gradient(135deg,#ffffff1f,#ffffff0d);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 60px #060e2c47;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center}.figures-hero .hero-title{font-size:clamp(2.4rem,4.2vw,3.55rem);font-weight:800;margin-bottom:1rem;line-height:1.1;text-shadow:0 10px 28px rgba(0,0,0,.24);color:#fff}.figures-hero .hero-subtitle{font-size:clamp(1rem,1.6vw,1.22rem);line-height:1.6;margin-bottom:2rem;opacity:.94;font-weight:400;max-width:690px;margin-left:auto;margin-right:auto}.figures-hero .search-form{max-width:760px;margin:0 auto}.figures-hero .search-input-group{display:flex;align-items:center;background:#ffffff21;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.24);border-radius:50px;padding:.48rem;transition:all .3s ease;box-shadow:0 18px 40px #0000002e}.figures-hero .search-input-group:focus-within{background:#ffffff30;border-color:#ffffff6b;box-shadow:0 20px 44px #0000003d;transform:translateY(-2px)}.figures-hero .search-icon{color:#fff;margin:0 .95rem 0 1.5rem;opacity:.9;font-size:1.2rem;display:flex;align-items:center}.figures-hero .search-input{flex:1;background:transparent;border:none;color:#fff;font-size:1rem;padding:1rem 0;outline:none;font-weight:400}.figures-hero .search-input::placeholder{color:#ffffffb3;font-weight:300}.figures-hero .search-btn{min-height:52px;padding:.95rem 2rem;border-radius:40px;font-weight:600;font-size:1rem;white-space:nowrap;background:#fffffff0;color:var(--color-primary);border:2px solid transparent;transition:all .3s ease}.figures-hero .search-btn:hover{background:#fff;color:var(--color-primary);transform:translateY(-2px);box-shadow:0 14px 32px #0000003d}@media(max-width:768px){.figures-hero{min-height:auto;padding:4.2rem 0 3rem}.figures-hero .hero-content{padding:1.4rem 1rem;border-radius:22px}.figures-hero .search-input-group{flex-wrap:wrap;border-radius:26px;padding:.55rem}.figures-hero .search-icon{margin-left:1rem}.figures-hero .search-input{min-width:0;width:calc(100% - 3rem);padding:.85rem 0}.figures-hero .search-btn{width:100%}}@media(max-width:480px){.figures-hero .hero-title{font-size:2rem}.figures-hero .hero-subtitle{margin-bottom:1.4rem}}.pagination{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin:2.5rem 0 1rem;padding:1rem 0}.pagination-btn{padding:.8rem 1.6rem;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:var(--color-white);color:var(--color-primary);font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow)}.pagination-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #00000026}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.page-info{font-weight:600;color:var(--color-dark)}.figures-page .content-wrapper{display:grid;grid-template-columns:300px 1fr;gap:2.5rem;padding:3rem 0}.filters-sidebar{position:sticky;top:2rem;height:fit-content}.filters-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.filters-header h3{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin:0}.clear-filters-btn{margin-left:auto;background:none;border:none;color:var(--color-secondary);font-weight:600;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.clear-filters-btn:hover{background:#1976d21a}.dance-programs-sidebar{margin-top:2.5rem;padding:1.5rem;background:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--shadow)}.dance-programs-sidebar h4{font-size:1.2rem;font-weight:700;color:var(--color-primary);margin-bottom:1.2rem}.program-cards{display:flex;flex-direction:column;gap:1rem}.program-card{display:flex;justify-content:space-between;align-items:center;padding:1.2rem;border-radius:12px;text-decoration:none;color:inherit;transition:all .3s ease;border:2px solid transparent}.program-card.latin{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff}.program-card.standard{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.program-card:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003;border-color:#ffffff4d}.program-content{flex:1}.program-card .program-badge{background:#fff3;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:.5rem}.program-card h5{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.program-card p{font-size:.9rem;opacity:.9;margin-bottom:.8rem}.dance-list{display:flex;flex-wrap:wrap;gap:.5rem}.dance-list span{font-size:.8rem;background:#fff3;padding:.2rem .5rem;border-radius:4px}.program-arrow{font-size:1.2rem;opacity:.8}.figures-content{background:var(--color-white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow)}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.results-header h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin:0}.active-filters-badge{background:var(--color-secondary);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.figures-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.loading-spinner{text-align:center;padding:4rem}.spinner{width:50px;height:50px;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:var(--color-secondary);animation:spin 1s linear infinite;margin:0 auto 1.5rem}.figures-loading-shell{display:grid;gap:.9rem}.figures-loading-caption{margin:0;color:var(--color-gray-dark);font-size:.9rem;font-weight:700}.figures-loading-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.figures-loading-card{border-radius:14px;border:1px solid rgba(17,37,108,.12);background:#fff;padding:.9rem .85rem;display:grid;gap:.52rem;position:relative;overflow:hidden}.figures-loading-card:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#c1d7ff61 52%,#fff0);animation:figures-skeleton-shimmer 1.35s ease-in-out infinite}.figures-loading-line{display:block;border-radius:999px;background:#11256c14}.figures-loading-line--title{width:74%;height:.94rem}.figures-loading-line--meta{width:44%;height:.72rem}.figures-loading-line--text{width:100%;height:.62rem}.figures-loading-line--text.short{width:86%}.figures-loading-line--footer{width:38%;height:.7rem;margin-top:.3rem}@keyframes figures-skeleton-shimmer{to{transform:translate(100%)}}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1.5rem}.empty-state h3{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.empty-state p{color:var(--color-gray);margin-bottom:2rem;font-size:1.1rem}@media(max-width:992px){.content-wrapper{grid-template-columns:1fr}.filters-sidebar{position:static}.figures-hero .hero-title{font-size:2.8rem}}@media(max-width:768px){.figures-hero{min-height:400px;padding:4rem 0 3rem}.figures-hero .hero-content{padding:1rem}.figures-hero .hero-title{font-size:2.5rem;margin-bottom:1.2rem}.figures-hero .hero-subtitle{font-size:1.2rem;margin-bottom:2.5rem}.figures-hero .search-input-group{flex-direction:column;border-radius:20px;padding:0;overflow:hidden}.figures-hero .search-icon{display:none}.figures-hero .search-input{padding:1.2rem 1.5rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.2);font-size:1.1rem}.figures-hero .search-btn{border-radius:0;padding:1.2rem;width:100%}.figures-grid{grid-template-columns:1fr}.results-header{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.figures-hero{min-height:350px;padding:3rem 0 2.5rem}.figures-hero .hero-title{font-size:2rem}.figures-hero .hero-subtitle{font-size:1.1rem}}@media(max-width:480px){.figures-content{padding:1.5rem}.dance-programs-sidebar{padding:1rem}}.results-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.1);flex-wrap:wrap;gap:1rem}.results-summary{display:grid;gap:.25rem}.results-header h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin:0 0 .5rem}.results-count{color:var(--color-gray);font-size:1rem;margin:0}.results-count .filters-count{color:var(--color-secondary);font-weight:600;margin-left:.5rem}.results-header .btn{white-space:nowrap}.loading-spinner{text-align:center;padding:4rem;background:#00000005;border-radius:12px;border:2px dashed rgba(0,0,0,.1)}@media(max-width:768px){.results-header{flex-direction:column;align-items:stretch}.results-header .btn{align-self:flex-start}}.results-count .search-query{color:var(--color-secondary);font-weight:600;margin-left:.5rem}.search-input::placeholder{font-size:.95rem}.figures-page .content-wrapper{grid-template-columns:1fr;gap:1rem}.filters-sidebar{position:static;display:grid;grid-template-columns:minmax(320px,1.5fr) minmax(360px,2fr);gap:1rem}.filters-header{grid-column:1 / -1;margin-bottom:0;padding-bottom:.7rem}.figures-content{padding:2rem}.figures-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.results-header .btn{padding:.6rem 1.1rem;font-size:.95rem}@media(max-width:992px){.filters-sidebar{grid-template-columns:1fr}.figures-grid,.figures-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.figures-content{padding:.9rem}.figures-grid,.figures-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.results-header h2{font-size:1.25rem}.results-count{font-size:.86rem}}@media(min-width:993px){.figures-hero .hero-title{font-size:3.6rem}.figures-hero .hero-subtitle{font-size:1.45rem}.figures-hero .search-input{font-size:1.2rem}}@media(min-width:1200px){.figures-hero .hero-title{font-size:3.9rem}.figures-hero .hero-subtitle{font-size:1.6rem}.figures-content{padding:2.6rem}.results-header h2{font-size:2.2rem}.results-count{font-size:1.1rem}}@media(max-width:768px){.figures-page .container{padding-left:.75rem;padding-right:.75rem}.figures-page .content-wrapper{gap:.75rem;padding-top:1rem;padding-bottom:1rem}.figures-page .filters-sidebar{display:grid;grid-template-columns:1fr;gap:.75rem;overflow:visible}.figures-page .filters-sidebar>.filter-panel,.figures-page .filters-sidebar>.quick-filters{width:100%;min-width:0;margin:0}.figures-page .filters-header{padding-bottom:.55rem;margin-bottom:0}.figures-page .dance-programs-sidebar{margin-top:0}}@media(max-width:480px){.figures-page .container{padding-left:.6rem;padding-right:.6rem}.figures-page .content-wrapper{gap:.65rem}}.figures-page .figures-grid,.figures-page .figures-loading-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}@media(max-width:768px){.figures-page .figures-grid,.figures-page .figures-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}}.figures-page .figures-grid-end-note{min-height:240px;border-radius:14px;border:1px dashed rgba(18,45,121,.3);background:linear-gradient(150deg,#e5ecfbc2,#d6e2f79e);color:var(--color-primary);font-weight:700;font-size:.98rem;letter-spacing:.01em;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}[data-theme=dark] .figures-page .figures-grid-end-note{border-color:#9ad7ff52;background:linear-gradient(155deg,#1e2d53c7,#1a2646cc);color:#dbe9ff}@media(max-width:768px){.figures-page .figures-grid-end-note{min-height:194px;font-size:.86rem;padding:.75rem}}.figures-page .figures-hero{min-height:360px;padding:4.8rem 0 3rem}.figures-page .figures-hero .hero-content{max-width:980px;padding:2rem 2.1rem;border-radius:30px}.figures-page .figures-hero .hero-title{font-size:clamp(2.2rem,3.8vw,3.35rem);line-height:1.08;margin-bottom:.85rem}.figures-page .figures-hero .hero-subtitle{font-size:1.04rem;line-height:1.65;max-width:700px;margin-bottom:1.8rem}@media(max-width:768px){.figures-page .figures-hero{min-height:auto;padding:4.2rem 0 2.8rem}.figures-page .figures-hero .hero-content{padding:1.45rem 1.05rem;border-radius:22px}.figures-page .figures-hero .hero-title{font-size:2.1rem;margin-bottom:.72rem}.figures-page .figures-hero .hero-subtitle{font-size:.98rem;line-height:1.52;margin-bottom:1.35rem}.figures-page .figures-hero .search-input{font-size:.95rem;padding:1rem 1.1rem}.figures-page .figures-hero .search-btn{font-size:.94rem;padding:.95rem 1rem;min-height:46px}}@media(max-width:480px){.figures-page .figures-hero{padding:3.6rem 0 2.4rem}.figures-page .figures-hero .hero-title{font-size:1.85rem}.figures-page .figures-hero .hero-subtitle{font-size:.92rem}}.figure-detail-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(135deg,#f0f2f5,#e3e8f0,#d6deeb,#e3e8f0,#f0f2f5);position:relative;overflow-x:hidden}.figure-detail-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-2;background:radial-gradient(circle at 10% 20%,rgba(66,133,244,.15) 0%,transparent 50%),radial-gradient(circle at 90% 40%,rgba(66,133,244,.1) 0%,transparent 50%),radial-gradient(circle at 50% 80%,rgba(66,133,244,.08) 0%,transparent 50%);filter:blur(40px)}.figure-hero{padding:6rem 0 4rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:#fff;position:relative;overflow:hidden}.figure-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.05) 0%,transparent 50%)}.figure-hero .container{position:relative;z-index:1}.hero-all-figures-link{position:absolute;top:1rem;left:0;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .25s ease}.hero-all-figures-link:hover{transform:translateY(-2px);background:#ffffff3d;border-color:#ffffffb3}.figure-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3);color:#fff;text-align:center}.figure-subtitle{font-size:1.4rem;opacity:.9;text-align:center;max-width:800px;margin:0 auto 2rem;line-height:1.6}.figure-hero-meta-block{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.78rem}.figure-hero-meta-item{display:grid;gap:.52rem;padding:.82rem .86rem;border-radius:14px;border:1px solid rgba(255,255,255,.28);background:linear-gradient(160deg,#ffffff2e,#ffffff14);box-shadow:0 14px 28px #08123433;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);min-height:112px}.figure-hero-meta-head{display:inline-flex;align-items:center;gap:.4rem;color:#fffffffa}.figure-hero-meta-label{font-size:.86rem;font-weight:800;letter-spacing:.02em}.figure-hero-meta-chips{display:flex;align-items:center;flex-wrap:wrap;gap:.32rem}.figure-hero-meta-chip{border-radius:999px;border:1px solid rgba(255,255,255,.36);background:#0c1a5461;color:#fff;font-size:.74rem;font-weight:700;line-height:1.2;padding:.24rem .54rem}.figure-hero-meta-chip.is-more{background:#fff3}.figure-hero-meta-empty{font-size:.8rem;color:#fffc;font-weight:600}.figure-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.figure-tag{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.25);color:#fff;padding:.8rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.figure-tag:hover{background:#ffffff40;transform:translateY(-2px)}@media(max-width:980px){.figure-hero-meta-block{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.figure-hero-meta-block{grid-template-columns:1fr;gap:.56rem}.figure-hero-meta-item{min-height:auto;padding:.72rem .76rem}.figure-hero-meta-label{font-size:.8rem}.figure-hero-meta-chip{font-size:.7rem;padding:.22rem .48rem}}.figure-content{padding:4rem 0}.content-container{display:grid;grid-template-columns:1fr 400px;gap:3rem}.figure-description-card{background:var(--color-white);border-radius:var(--border-radius);padding:2.5rem;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);margin-bottom:2rem}.description-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.description-icon{font-size:2rem;color:var(--color-secondary)}.description-header h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin:0}.description-text{font-size:1.1rem;line-height:1.8;color:var(--color-dark);margin-bottom:2rem}.features-section{background:var(--color-white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);margin-bottom:2rem;position:relative;z-index:4;overflow:visible}.features-header{display:flex;justify-content:flex-start;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.features-header>svg{font-size:1.6rem;color:var(--color-secondary);flex:0 0 auto}.features-header h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin:0;display:block}.features-toggle-btn{background:var(--color-secondary);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.features-toggle-btn:hover{background:var(--color-primary);transform:translateY(-2px)}.features-content{animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1.5rem}.feature-card{background:#1976d20d;border:1px solid rgba(25,118,210,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.feature-card:hover{background:#1976d214;transform:translateY(-3px);box-shadow:0 8px 16px #0000001a}.feature-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.feature-icon{font-size:1.8rem;color:var(--color-secondary)}.feature-title{font-size:1.3rem;font-weight:700;color:var(--color-primary);margin:0}.feature-content{color:var(--color-dark);line-height:1.6;font-size:1rem}.related-figures-list{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.related-figure{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;text-decoration:none;color:var(--color-primary);transition:all .3s ease}.related-figure:hover{background:#1976d21a;border-color:var(--color-secondary);transform:translate(5px)}.related-figure-icon{color:var(--color-secondary)}.related-figure-name{font-weight:600;flex:1}.rhythm-display{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.rhythm-help-wrapper{position:relative;z-index:12}.rhythm-value{font-size:1rem;font-weight:400;color:var(--color-dark);padding:0;border:0;background:transparent;border-radius:0;line-height:1.6}.feature-static-value{display:inline-flex;align-items:center;max-width:100%;min-height:44px;padding:.72rem .95rem;border-radius:10px;border:1px solid rgba(25,118,210,.24);background:linear-gradient(180deg,#fff,#f4f8ff);box-shadow:0 6px 14px #0f172a14,inset 0 1px #ffffff9e;font-size:.98rem;font-weight:600;line-height:1.45;color:var(--color-primary);cursor:default;text-wrap:balance;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;animation:featureValuePulse 3.2s ease-in-out infinite}.feature-static-value:hover{transform:translateY(-2px);border-color:#1976d261;box-shadow:0 10px 22px #0c204c24,inset 0 1px #ffffffad}.starting-position-display{display:flex}.starting-position-value{white-space:normal}@keyframes featureValuePulse{0%,to{box-shadow:0 6px 14px #0f172a14,inset 0 1px #ffffff9e}50%{box-shadow:0 10px 20px #0c204c1f,inset 0 1px #ffffffb8}}.rhythm-help-btn{background:transparent;color:var(--color-secondary);border:2px solid var(--color-secondary);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .3s ease}.rhythm-help-btn:hover{background:#1976d21a;transform:translateY(-2px)}.rhythm-help-popover{position:absolute;top:calc(100% + .65rem);right:0;width:min(420px,78vw);background:#fff;border:1px solid rgba(25,118,210,.2);border-radius:12px;box-shadow:0 14px 32px #08183433;padding:1rem 1rem .9rem;z-index:40}.rhythm-help-popover:before{content:"";position:absolute;top:-8px;right:22px;width:14px;height:14px;background:#fff;border-top:1px solid rgba(25,118,210,.2);border-left:1px solid rgba(25,118,210,.2);transform:rotate(45deg)}.rhythm-help-popover-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.65rem}.rhythm-help-popover-header h4{margin:0;color:var(--color-primary);font-size:1rem;font-weight:700}.rhythm-help-close-btn{border:1px solid rgba(25,118,210,.2);background:#1976d214;color:var(--color-secondary);width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.rhythm-help-close-btn:hover{background:#1976d229;transform:translateY(-1px)}.rhythm-help-popover ul{margin:0;padding-left:1.15rem}.rhythm-help-popover li{color:var(--color-dark);line-height:1.45;margin-bottom:.4rem;font-size:.92rem}.rhythm-help-popover li:last-child{margin-bottom:0}.literature-value{white-space:pre-line}.video-section{background:var(--color-white);border-radius:var(--border-radius);padding:2.5rem;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);margin-bottom:2rem}.video-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.video-icon{font-size:2rem;color:var(--color-secondary)}.video-header h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin:0}.video-container{position:relative;width:100%;aspect-ratio:16 / 9;min-height:260px;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 10px 30px #0003;margin-bottom:1.5rem}.video-container video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000;display:block}.video-placeholder{width:100%;height:400px;background:linear-gradient(135deg,var(--color-light) 0%,#e0e0e0 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;color:var(--color-gray);font-size:1.2rem}.video-placeholder-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.video-source{text-align:center;color:var(--color-gray);font-style:italic;font-size:.9rem;padding:1rem;background:#00000005;border-radius:8px;border:1px solid rgba(0,0,0,.05)}.figure-sidebar{position:sticky;top:calc(var(--header-height) + 16px);height:fit-content;display:grid;gap:.95rem;align-content:start}.figure-info-panel{display:grid;gap:1rem}.figure-info-panel .meta-card,.figure-info-panel .help-card,.figure-info-panel .report-card{margin-bottom:0}.meta-card{background:var(--color-white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);margin-bottom:1.5rem}.meta-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.meta-icon{font-size:1.5rem;color:var(--color-secondary)}.meta-header h3{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin:0}.meta-list{display:flex;flex-direction:column;gap:1rem}.meta-item{display:flex;align-items:center;gap:.8rem;padding:.8rem;background:#00000005;border-radius:8px;border:1px solid rgba(0,0,0,.05)}.meta-item-icon{color:var(--color-secondary);font-size:1.2rem}.meta-item-content{flex:1}.meta-item-title{font-weight:600;color:var(--color-primary);font-size:.95rem;margin-bottom:.2rem}.meta-item-value{color:var(--color-dark);font-size:1rem}.help-card{background:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);margin-bottom:1.5rem}.help-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.help-icon{font-size:1.5rem;color:var(--color-secondary)}.help-header h3{font-size:1.4rem;font-weight:700;color:var(--color-primary);margin:0}.help-content{display:flex;flex-direction:column;gap:1.2rem}.help-section{background:#00000005;border-radius:8px;padding:1rem;border:1px solid rgba(0,0,0,.05)}.help-section h4{font-size:1rem;font-weight:700;color:var(--color-primary);margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem}.help-section ul{margin:0;padding-left:1rem}.help-section li{color:var(--color-dark);font-size:.9rem;line-height:1.4;margin-bottom:.3rem}.report-card{background:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);margin-bottom:1.5rem}.report-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}.report-icon{font-size:1.35rem;color:var(--color-secondary)}.report-header h3{margin:0;color:var(--color-primary);font-size:1.2rem}.report-text{margin:0 0 1rem;color:var(--color-dark);font-size:.96rem;line-height:1.45}.report-success,.report-error{border-radius:8px;padding:.65rem .8rem;font-size:.9rem;line-height:1.4;margin-bottom:.8rem}.report-success{background:#20a0581f;border:1px solid rgba(32,160,88,.3);color:#1f7d47}.report-error{background:#d32f2f1a;border:1px solid rgba(211,47,47,.25);color:#b71c1c}.report-toggle-btn,.report-submit-btn,.report-cancel-btn{border-radius:8px;font-weight:600;font-size:.92rem;cursor:pointer;transition:all .25s ease}.report-toggle-btn{width:100%;border:1px solid var(--color-secondary);background:var(--color-secondary);color:#fff;padding:.65rem .8rem}.report-toggle-btn:hover{background:var(--color-primary);border-color:var(--color-primary)}.report-form{display:flex;flex-direction:column;gap:.55rem}.report-label{color:var(--color-primary);font-size:.85rem;font-weight:600}.report-input,.report-textarea{width:100%;border:1px solid rgba(0,0,0,.16);border-radius:8px;padding:.65rem .75rem;font-size:.92rem;color:var(--color-dark);background:#fff}.report-input:focus,.report-textarea:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 2px #1976d226}.report-textarea{resize:vertical;min-height:100px}.report-actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.2rem}.report-cancel-btn{border:1px solid rgba(0,0,0,.2);background:transparent;color:var(--color-dark);padding:.6rem .7rem}.report-cancel-btn:hover{background:#0000000d}.report-submit-btn{border:1px solid var(--color-secondary);background:var(--color-secondary);color:#fff;padding:.6rem .7rem}.report-submit-btn:hover:not(:disabled){background:var(--color-primary);border-color:var(--color-primary)}.report-submit-btn:disabled{opacity:.6;cursor:not-allowed}.action-buttons{display:flex;flex-direction:column;gap:1rem}.sidebar-btn{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none}.sidebar-btn.primary{background:var(--color-secondary);color:#fff}.sidebar-btn.primary:hover{background:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.sidebar-btn.secondary{background:transparent;color:var(--color-secondary);border-color:var(--color-secondary)}.sidebar-btn.secondary:hover{background:#1976d21a;transform:translateY(-2px)}.action-feedback{border-radius:8px;padding:.65rem .8rem;font-size:.9rem;line-height:1.35}.action-feedback.success{background:#20a0581f;border:1px solid rgba(32,160,88,.3);color:#1f7d47}.action-feedback.error{background:#d32f2f1a;border:1px solid rgba(211,47,47,.25);color:#b71c1c}.comments-section{background:var(--color-white);border-radius:var(--border-radius);padding:2.5rem;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}.comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.1)}.comments-title{display:flex;align-items:center;gap:1rem}.comments-icon{font-size:2rem;color:var(--color-secondary)}.comments-title h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin:0}.comments-count{background:var(--color-secondary);color:#fff;padding:.4rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}.add-comment-btn{background:var(--color-secondary);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.add-comment-btn:hover{background:var(--color-primary);transform:translateY(-2px)}.comment-form{background:#1976d20d;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(25,118,210,.1)}.comment-input{width:100%;padding:1rem;border:2px solid rgba(0,0,0,.1);border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:120px;margin-bottom:1rem;transition:border-color .3s ease}.comment-input:focus{outline:none;border-color:var(--color-secondary)}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.submit-comment-btn{background:var(--color-secondary);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-comment-btn:hover{background:var(--color-primary);transform:translateY(-2px)}.cancel-comment-btn{background:transparent;color:var(--color-gray);border:2px solid var(--color-gray);padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-comment-btn:hover{background:#0000000d}.no-comments{text-align:center;padding:3rem;color:var(--color-gray);font-size:1.1rem;background:#00000005;border-radius:12px;border:2px dashed rgba(0,0,0,.1)}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment{background:var(--color-white);border-radius:12px;padding:1.5rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.comment:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:1px solid rgba(0,0,0,.1)}.comment-author{display:flex;align-items:center;gap:.8rem}.author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-primary) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;overflow:hidden}.author-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;color:var(--color-primary)}.author-email{font-size:.9rem;color:var(--color-gray)}.comment-date{color:var(--color-gray);font-size:.9rem;white-space:nowrap}.comment-text{color:var(--color-dark);line-height:1.6;margin-bottom:1rem;font-size:1rem}@media(max-width:992px){.content-container{grid-template-columns:1fr}.figure-sidebar{position:static}.figure-title{font-size:2.8rem}.feature-grid{grid-template-columns:1fr}}@media(max-width:768px){.figure-hero{padding:4rem 0 2.5rem}.hero-all-figures-link{top:.4rem;left:.25rem;width:40px;height:40px}.figure-title{font-size:2.2rem}.figure-subtitle{font-size:1.1rem}.figure-tag{padding:.6rem 1rem;font-size:.9rem}.figure-description-card,.features-section,.video-section,.comments-section{padding:1.5rem}.features-header{flex-direction:row;align-items:center;gap:.75rem}.features-toggle-btn{align-self:flex-start}.comments-header,.rhythm-display{flex-direction:column;gap:1rem;align-items:flex-start}.feature-static-value{width:100%;min-height:40px;padding:.62rem .78rem;font-size:.92rem}.rhythm-help-popover{right:auto;left:0;width:min(420px,calc(100vw - 72px))}.rhythm-help-popover:before{right:auto;left:22px}.help-card{padding:1.2rem}}@media(max-width:480px){.figure-title{font-size:1.8rem}.figure-tags{flex-direction:column;align-items:stretch}.figure-tag{text-align:center;justify-content:center}.form-actions{flex-direction:column}.submit-comment-btn,.cancel-comment-btn{width:100%}.report-actions{grid-template-columns:1fr}}[data-theme=dark] .figure-detail-page{background:linear-gradient(135deg,#0f121a,#1a2233,#0f121a)}[data-theme=dark] .hero-all-figures-link{background:#0c132373;border-color:#bce0ff8c}[data-theme=dark] .hero-all-figures-link:hover{background:#15223db3;border-color:#c9e7ffcc}[data-theme=dark] .figure-description-card,[data-theme=dark] .features-section,[data-theme=dark] .video-section,[data-theme=dark] .meta-card,[data-theme=dark] .comments-section,[data-theme=dark] .comment,[data-theme=dark] .help-card,[data-theme=dark] .report-card{background:var(--color-white);border-color:#ffffff14}[data-theme=dark] .feature-card{background:#6fc1ff1f;border-color:#6fc1ff40}[data-theme=dark] .comment-input{background:#232a3b;border-color:#344058;color:var(--color-dark)}[data-theme=dark] .video-placeholder{background:#232a3b;color:var(--color-gray-dark)}[data-theme=dark] .no-comments{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .rhythm-value{color:var(--color-dark)}[data-theme=dark] .feature-static-value{color:#e6f1ff;background:linear-gradient(180deg,#24334f,#1d2b45);border-color:#9ad7ff52;box-shadow:0 8px 18px #040a1a5c,inset 0 1px #ffffff14}[data-theme=dark] .feature-static-value:hover{border-color:#9ad7ff85;box-shadow:0 12px 24px #040a1a6b,inset 0 1px #ffffff1f}[data-theme=dark] .rhythm-help{background:#6fc1ff1f;border-color:#6fc1ff40}[data-theme=dark] .rhythm-help-popover{background:#1f2a3f;border-color:#6fc1ff4d;box-shadow:0 16px 34px #0000005c}[data-theme=dark] .rhythm-help-popover:before{background:#1f2a3f;border-top-color:#6fc1ff4d;border-left-color:#6fc1ff4d}[data-theme=dark] .rhythm-help-popover-header h4{color:#e6f1ff}[data-theme=dark] .rhythm-help-popover li{color:#dbe8ff}[data-theme=dark] .rhythm-help-close-btn{background:#6fc1ff29;border-color:#6fc1ff4d;color:var(--color-secondary-light)}[data-theme=dark] .related-figure{background:#ffffff0d;border-color:#ffffff24;color:var(--color-secondary-light)}[data-theme=dark] .related-figure:hover{background:#6fc1ff29;border-color:#6fc1ff59}[data-theme=dark] .related-figure-name{color:#e6f1ff}[data-theme=dark] .related-figure-icon{color:var(--color-secondary-light)}[data-theme=dark] .help-section{background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .report-input,[data-theme=dark] .report-textarea{background:#232a3b;border-color:#344058;color:var(--color-dark)}[data-theme=dark] .report-cancel-btn{border-color:#ffffff2e;color:var(--color-dark)}.books-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(180deg,rgba(26,35,126,.08) 0%,rgba(26,35,126,.03) 28%,var(--color-light) 68%)}.books-page .container{max-width:var(--max-width-2xl)}.books-hero{background:radial-gradient(circle at 14% 20%,rgba(255,255,255,.18) 0%,transparent 32%),radial-gradient(circle at 84% 16%,rgba(100,181,246,.22) 0%,transparent 28%),linear-gradient(135deg,#0e1c63,#1a237e 45%,#286ac8);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center}.books-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f331a,#080f3352),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 50px)}.books-hero:after{content:"";position:absolute;width:420px;height:420px;right:-120px;bottom:-180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16) 0%,transparent 68%)}.books-hero-content{position:relative;z-index:1;max-width:980px;margin:0 auto;padding:2rem 2.1rem;border-radius:30px;background:linear-gradient(135deg,#ffffff21,#ffffff0d);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 60px #060e2c42;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center}.books-hero-title{margin:0;color:#fff;font-size:clamp(2.2rem,3.8vw,3.35rem);line-height:1.08;text-shadow:0 10px 28px rgba(0,0,0,.22)}.books-hero-subtitle{margin:.85rem auto 0;max-width:52ch;color:#ffffffeb;font-size:1.06rem;line-height:1.65}.books-hero-search{margin:1.15rem auto 0;width:100%;max-width:780px}.books-hero-search-wrap{width:100%;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffff24;color:#fff;min-height:52px;padding:0 1rem;display:inline-flex;align-items:center;gap:.48rem;box-shadow:0 18px 40px #00000024}.books-hero-search-wrap:focus-within{border-color:#ffffffb8;background:#fff3}.books-hero-search-input{border:none;outline:none;width:100%;background:transparent;color:#fff;font-size:.96rem}.books-hero-search-input::placeholder{color:#fffc}.books-hero-stats{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;width:100%;max-width:none}.books-stat-card{position:relative;overflow:hidden;display:grid;gap:.22rem;background:linear-gradient(155deg,#fffffffa,#f2f8ffeb);border-radius:14px;border:1px solid rgba(25,118,210,.18);box-shadow:0 14px 30px #0b1f4d1a;padding:.76rem .68rem .7rem;text-align:left;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.books-stat-card:after{content:"";position:absolute;right:-26px;top:-26px;width:72px;height:72px;border-radius:50%;background:radial-gradient(circle,#1976d233,#1976d200);pointer-events:none}.books-stat-top{display:flex;align-items:center;justify-content:space-between;gap:.56rem}.books-stat-icon{width:30px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#415377;background:#ffffffc7;border:1px solid rgba(120,140,175,.28);box-shadow:0 8px 14px #10224c1f;transition:transform .24s ease,box-shadow .24s ease}.books-stat-chip{border-radius:999px;border:1px solid rgba(17,37,108,.14);background:#11256c14;color:var(--color-primary);padding:.15rem .44rem;font-size:.62rem;font-weight:700;letter-spacing:.01em}.books-stat-card--themes .books-stat-icon,.books-stat-card--posts .books-stat-icon,.books-stat-card--questions .books-stat-icon,.books-stat-card--authors .books-stat-icon{background:#ffffffc7}.books-stat-number{font-size:1.48rem;line-height:1.1;font-weight:800;color:var(--color-primary)}.books-stat-label{margin-top:0;font-size:.78rem;color:var(--color-primary);font-weight:700}.books-stat-hint{font-size:.68rem;line-height:1.35;color:var(--color-gray-dark)}.books-section{padding:1rem 0 2.8rem}.books-stats-section{margin-top:-.95rem;margin-bottom:.95rem;width:100%}.books-filters-card{border-radius:var(--radius-lg);background:var(--color-white);border:1px solid rgba(26,35,126,.12);box-shadow:var(--shadow-sm);padding:.95rem;margin-bottom:.95rem}.books-filters-head{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-bottom:.7rem}.books-filters-title{margin:0;color:var(--color-primary);font-size:1rem;display:inline-flex;align-items:center;gap:.42rem}.books-filters-actions{display:inline-flex;align-items:center;gap:.42rem;flex-wrap:wrap}.books-filters-badge{border-radius:999px;background:#1976d21a;color:var(--color-secondary);border:1px solid rgba(25,118,210,.25);padding:.24rem .5rem;font-size:.72rem;font-weight:700}.books-refresh-btn,.books-reset-btn{min-height:32px;border-radius:9px;border:1px solid rgba(26,35,126,.16);background:var(--color-white);color:var(--color-primary);padding:0 .66rem;font-size:.75rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.28rem}.books-refresh-btn:hover,.books-reset-btn:hover{background:#1976d21a;border-color:#1976d24d}.books-refresh-btn .is-rotating{animation:books-rotate 1.1s linear infinite}@keyframes books-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:900px){.books-hero-content{padding:1.6rem 1.2rem;border-radius:24px}.books-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.books-hero-title{font-size:2rem}.books-hero-subtitle{font-size:.96rem}.books-hero-stats{gap:.65rem}.books-stats-section{margin-top:-.72rem;margin-bottom:.76rem}}.books-filters-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem;align-items:center}.books-filters-grid input,.books-filters-grid select{width:100%;min-height:38px;border-radius:10px;border:1px solid rgba(26,35,126,.2);background:var(--color-white);color:var(--color-dark);font-size:.84rem;padding:0 .6rem}.books-filters-grid input:focus,.books-filters-grid select:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 2px #1976d224}.books-search-wrap{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(26,35,126,.2);border-radius:10px;background:var(--color-white);min-height:38px;padding:0 .58rem}.books-search-wrap:focus-within{border-color:var(--color-secondary);box-shadow:0 0 0 2px #1976d224}.books-search-input{border:none;outline:none;width:100%;background:transparent;color:var(--color-dark);font-size:.86rem}.books-featured-toggle{min-height:38px;border:1px solid rgba(26,35,126,.2);border-radius:12px;display:inline-flex;align-items:center;gap:.5rem;padding:0 .75rem;font-size:.8rem;font-weight:600;color:var(--color-gray-dark);background:linear-gradient(180deg,#fff,#f4f8ff);box-shadow:0 6px 14px #0f172a0d}.books-featured-toggle input{min-height:auto;flex:0 0 auto}.books-state{text-align:center;color:var(--color-gray-dark);border:1px dashed rgba(26,35,126,.24);border-radius:12px;background:#1a237e0a;padding:1.5rem 1rem}.books-state--error{color:#b00020;border:1px solid rgba(211,47,47,.28);background:#d32f2f14}.books-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.book-card{border-radius:13px;border:1px solid rgba(26,35,126,.12);background:var(--color-white);box-shadow:var(--shadow-sm);padding:.75rem;display:grid;gap:.55rem}.book-card-head{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.book-style-chip,.book-featured-chip{border-radius:999px;border:1px solid rgba(25,118,210,.24);background:#1976d214;color:var(--color-secondary);font-size:.72rem;font-weight:700;padding:.18rem .46rem}.book-featured-chip{border-color:#1a237e33;background:#1a237e14;color:var(--color-primary)}.book-structured-chip{border-radius:999px;border:1px solid rgba(26,35,126,.16);background:#1a237e0f;color:var(--color-primary);font-size:.72rem;font-weight:700;padding:.18rem .46rem}.book-title{margin:0;color:var(--color-primary);font-size:1rem;line-height:1.35}.book-author{margin:0;color:var(--color-gray-dark);font-size:.86rem}.book-summary{margin:0;color:var(--color-gray-dark);font-size:.83rem;line-height:1.42}.book-card-ribbon{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.book-card-ribbon span{border-radius:999px;border:1px solid rgba(25,118,210,.16);background:#1976d20f;color:var(--color-secondary);padding:.18rem .46rem;font-size:.7rem;font-weight:700}.book-meta-row{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.book-meta-row span{border-radius:999px;border:1px solid rgba(26,35,126,.15);background:#1a237e0a;color:var(--color-gray-dark);padding:.16rem .46rem;font-size:.7rem;font-weight:600}.book-open-btn{margin-top:auto;border-radius:9px;border:1px solid rgba(25,118,210,.22);background:#1976d21a;color:var(--color-primary);min-height:34px;padding:0 .65rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.38rem}@media(max-width:1200px){.books-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.books-filters-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.books-search-wrap{grid-column:1 / -1}}@media(max-width:860px){.books-hero-stats,.books-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.books-filters-head{flex-direction:column;align-items:flex-start}.books-filters-actions{width:100%}}@media(max-width:600px){.books-page .container{padding-left:.75rem;padding-right:.75rem}.books-hero-subtitle{font-size:.92rem}.books-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.books-hero-stat{padding:.58rem .62rem}.books-hero-stat-value{font-size:1.12rem}.books-filters-grid{grid-template-columns:1fr}.books-filters-badge{font-size:.7rem}.books-grid{grid-template-columns:1fr}}[data-theme=dark] .books-page{background:linear-gradient(180deg,rgba(13,21,56,.8) 0%,rgba(13,21,56,.52) 35%,var(--color-light) 75%)}[data-theme=dark] .books-filters-card,[data-theme=dark] .book-card{background:#16213a;border-color:#9ad7ff38}[data-theme=dark] .books-filters-title,[data-theme=dark] .book-title{color:#9ad7ff}[data-theme=dark] .books-search-wrap,[data-theme=dark] .books-filters-grid input,[data-theme=dark] .books-filters-grid select,[data-theme=dark] .books-featured-toggle{background:#1f2d4a;border-color:#9ad7ff3d;color:#f0f6ff}[data-theme=dark] .books-search-input,[data-theme=dark] .book-author,[data-theme=dark] .book-summary,[data-theme=dark] .book-meta-row span{color:#d7e5ff}[data-theme=dark] .books-filters-badge,[data-theme=dark] .book-open-btn,[data-theme=dark] .book-style-chip,[data-theme=dark] .book-structured-chip,[data-theme=dark] .book-card-ribbon span{background:#9ad7ff24;border-color:#9ad7ff4d;color:#d8ecff}[data-theme=dark] .book-featured-chip{background:#9ad7ff1a;border-color:#9ad7ff3d;color:#cfe8ff}[data-theme=dark] .books-refresh-btn,[data-theme=dark] .books-reset-btn{background:#1f2d4a;border-color:#9ad7ff4d;color:#e5f1ff}[data-theme=dark] .books-state{background:#9ad7ff1a;border-color:#9ad7ff3d;color:#dbeeff}.book-detail-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(180deg,rgba(26,35,126,.08) 0%,rgba(26,35,126,.03) 30%,var(--color-light) 70%)}.book-detail-page .container{max-width:var(--max-width-2xl)}.book-detail-hero{background:radial-gradient(circle at 14% 20%,rgba(255,255,255,.18) 0%,transparent 32%),radial-gradient(circle at 84% 16%,rgba(100,181,246,.22) 0%,transparent 28%),linear-gradient(135deg,#0e1c63,#1a237e 45%,#286ac8);color:#fff;position:relative;overflow:hidden}.book-detail-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f331a,#080f3352),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 50px)}.book-detail-hero-content{position:relative;z-index:1}.book-back-link{display:inline-flex;align-items:center;gap:.36rem;color:#fff;border:1px solid rgba(255,255,255,.42);border-radius:999px;padding:.3rem .72rem;font-size:.8rem;font-weight:600;text-decoration:none}.book-back-link:hover{background:#ffffff29}.book-detail-title{margin:.75rem 0 0;color:#fff;font-size:clamp(1.8rem,3.2vw,2.8rem)}.book-detail-author{margin:.4rem 0 0;color:#ffffffe6;font-size:1rem}.book-detail-chips{margin-top:.7rem;display:flex;align-items:center;gap:.38rem;flex-wrap:wrap}.book-detail-chip{border-radius:999px;border:1px solid rgba(255,255,255,.34);background:#ffffff1f;color:#fff;font-size:.72rem;font-weight:700;padding:.2rem .45rem}.book-detail-summary{margin:.75rem 0 0;max-width:840px;color:#fffffff0}.book-detail-stats{margin-top:.68rem;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.book-detail-stats span{border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.72rem;font-weight:700;padding:.18rem .48rem}.book-detail-section{padding:1.35rem 0 2.7rem}.book-detail-layout{display:grid;grid-template-columns:300px 1fr;gap:.92rem}.book-nav-card,.book-detail-card{border-radius:var(--radius-lg);border:1px solid rgba(26,35,126,.12);background:var(--color-white);box-shadow:var(--shadow-sm);padding:.9rem}.book-nav-card h2,.book-detail-card h2{margin:0;color:var(--color-primary);font-size:1.06rem}.book-nav-help{margin:.5rem 0 0;color:var(--color-gray-dark);font-size:.84rem}.book-nav-list{margin-top:.72rem;display:grid;gap:.45rem}.book-nav-item-link{border:1px solid rgba(26,35,126,.14);border-radius:11px;background:#1976d20f;color:var(--color-dark);text-decoration:none;padding:.5rem .58rem;display:grid;grid-template-columns:auto 1fr;gap:.45rem}.book-nav-item-link.is-child{border-style:dashed;background:#1976d20a}.book-nav-order{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#1a237e1a;color:var(--color-primary);font-size:.74rem;font-weight:700}.book-nav-content{display:grid;gap:.18rem}.book-nav-content strong{color:var(--color-primary);font-size:.84rem}.book-nav-content small{color:var(--color-gray-dark);font-size:.75rem}.book-detail-main{display:grid;gap:.86rem}.book-panel-tabs{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.book-panel-tab{min-height:32px;border-radius:999px;border:1px solid rgba(26,35,126,.16);background:var(--color-white);color:var(--color-primary);font-size:.76rem;font-weight:700;padding:0 .58rem;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem}.book-panel-tab.is-active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.book-panel-content{margin-top:.72rem}.book-panel-title{margin:0 0 .5rem;color:var(--color-primary);font-size:.98rem}.book-main-content{border-radius:11px;border:1px solid rgba(26,35,126,.12);background:#1a237e0a;color:var(--color-dark);white-space:pre-wrap;line-height:1.52;font-size:.88rem;padding:.72rem}.book-note-main{margin-top:.65rem;border-radius:11px;border:1px solid rgba(25,118,210,.2);background:#1976d214;padding:.62rem .72rem}.book-note-main h4{margin:0;color:var(--color-primary);font-size:.86rem}.book-note-main p{margin:.35rem 0 0;color:var(--color-gray-dark);font-size:.84rem}.book-structure-grid{margin-top:.7rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.52rem}.book-structure-item{border-radius:11px;border:1px solid rgba(26,35,126,.12);background:#1a237e0d;padding:.62rem .68rem}.book-structure-item-head{display:inline-flex;align-items:center;gap:.34rem;color:var(--color-primary);font-size:.78rem;font-weight:700}.book-structure-item p{margin:.36rem 0 0;color:var(--color-gray-dark);font-size:.82rem}.book-notes-list{display:grid;gap:.46rem}.book-note-item{border-radius:10px;border:1px solid rgba(26,35,126,.12);background:#1a237e0d;padding:.6rem .66rem}.book-note-item h4{margin:0;color:var(--color-primary);font-size:.84rem}.book-note-item p{margin:.32rem 0 0;color:var(--color-gray-dark);font-size:.83rem}.book-note-item--warning{border-color:#f57c0059;background:#f57c001a}.book-note-item--tip{border-color:#2e7d324d;background:#2e7d321a}.book-abbr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.book-abbr-item{border-radius:10px;border:1px solid rgba(26,35,126,.12);background:#1a237e0a;padding:.56rem;display:grid;gap:.18rem}.book-abbr-item strong{color:var(--color-primary);font-size:.8rem}.book-abbr-item span{color:var(--color-gray-dark);font-size:.8rem}.book-comment-form{display:grid;gap:.5rem}.book-comment-form textarea{width:100%;border-radius:10px;border:1px solid rgba(26,35,126,.2);background:var(--color-white);color:var(--color-dark);padding:.62rem .66rem;font-size:.86rem;resize:vertical;min-height:94px}.book-comment-form textarea:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 2px #1976d226}.book-comment-form button{min-height:34px;width:fit-content;border-radius:9px;border:none;background:var(--color-secondary);color:#fff;padding:0 .8rem;font-size:.8rem;font-weight:700;cursor:pointer}.book-comment-form button:hover{background:var(--color-primary)}.book-comment-form button:disabled{opacity:.7;cursor:not-allowed}.book-comment-error{margin:0;color:#b00020;font-size:.78rem}.book-comments-list{margin-top:.7rem;display:grid;gap:.45rem}.book-comment-item{border-radius:10px;border:1px solid rgba(26,35,126,.1);background:#1a237e0a;padding:.58rem}.book-comment-head{display:flex;align-items:center;justify-content:space-between;gap:.42rem}.book-comment-head strong{color:var(--color-primary);font-size:.82rem}.book-comment-head span{color:var(--color-gray);font-size:.74rem}.book-comment-item p{margin:.35rem 0 0;color:var(--color-gray-dark);font-size:.83rem}.book-chapter-cards{margin-top:.65rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.52rem}.book-chapter-card{border-radius:11px;border:1px solid rgba(26,35,126,.12);background:#1a237e0d;text-decoration:none;color:inherit;padding:.58rem .62rem;display:grid;gap:.3rem}.book-chapter-card-head{display:flex;justify-content:space-between;align-items:center;color:var(--color-secondary);font-size:.72rem;font-weight:700}.book-chapter-card h3{margin:0;color:var(--color-primary);font-size:.86rem}.book-chapter-card p{margin:0;color:var(--color-gray-dark);font-size:.78rem}.book-section-card-meta{color:var(--color-secondary);font-size:.72rem;font-weight:700}.book-detail-empty,.book-detail-loading,.book-detail-empty-text{color:var(--color-gray-dark);text-align:center}.book-detail-loading,.book-detail-empty{padding:2.8rem 1rem}@media(max-width:1040px){.book-detail-layout{grid-template-columns:1fr}}@media(max-width:760px){.book-detail-page .container{padding-left:.75rem;padding-right:.75rem}.book-detail-summary{font-size:.9rem}.book-abbr-grid,.book-structure-grid,.book-chapter-cards{grid-template-columns:1fr}.book-nav-card,.book-detail-card{padding:.75rem}.book-panel-tabs{gap:.3rem}.book-panel-tab{font-size:.72rem}}[data-theme=dark] .book-detail-page{background:linear-gradient(180deg,rgba(13,21,56,.8) 0%,rgba(13,21,56,.52) 35%,var(--color-light) 75%)}[data-theme=dark] .book-nav-card,[data-theme=dark] .book-detail-card{background:#16213a;border-color:#9ad7ff38}[data-theme=dark] .book-nav-card h2,[data-theme=dark] .book-detail-card h2,[data-theme=dark] .book-panel-title,[data-theme=dark] .book-title,[data-theme=dark] .book-comment-head strong,[data-theme=dark] .book-nav-content strong,[data-theme=dark] .book-note-item h4,[data-theme=dark] .book-abbr-item strong,[data-theme=dark] .book-chapter-card h3{color:#9ad7ff}[data-theme=dark] .book-nav-item-link,[data-theme=dark] .book-panel-tab,[data-theme=dark] .book-main-content,[data-theme=dark] .book-structure-item,[data-theme=dark] .book-note-item,[data-theme=dark] .book-abbr-item,[data-theme=dark] .book-comment-item,[data-theme=dark] .book-chapter-card,[data-theme=dark] .book-comment-form textarea{background:#1f2d4a;border-color:#9ad7ff3d;color:#eaf2ff}[data-theme=dark] .book-nav-help,[data-theme=dark] .book-nav-content small,[data-theme=dark] .book-main-content,[data-theme=dark] .book-structure-item p,[data-theme=dark] .book-note-item p,[data-theme=dark] .book-abbr-item span,[data-theme=dark] .book-comment-item p,[data-theme=dark] .book-chapter-card p,[data-theme=dark] .book-detail-empty,[data-theme=dark] .book-detail-loading,[data-theme=dark] .book-detail-empty-text{color:#d7e5ff}[data-theme=dark] .book-panel-tab.is-active{background:#59b6ff;border-color:#59b6ff;color:#0f1117}[data-theme=dark] .book-structure-item-head,[data-theme=dark] .book-section-card-meta{color:#9ad7ff}.book-chapter-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(180deg,rgba(26,35,126,.08) 0%,rgba(26,35,126,.03) 36%,var(--color-light) 72%)}.book-chapter-page .container{max-width:var(--max-width-2xl)}.book-chapter-hero{background:radial-gradient(circle at 14% 20%,rgba(255,255,255,.18) 0%,transparent 32%),radial-gradient(circle at 84% 16%,rgba(100,181,246,.22) 0%,transparent 28%),linear-gradient(135deg,#0e1c63,#1a237e 45%,#286ac8);color:#fff;position:relative;overflow:hidden}.book-chapter-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f331a,#080f3352),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 50px)}.book-chapter-back,.book-chapter-title,.book-chapter-subtitle,.book-chapter-hero-tags{position:relative;z-index:1}.book-chapter-back{display:inline-flex;align-items:center;gap:.35rem;color:#fff;border:1px solid rgba(255,255,255,.42);border-radius:999px;text-decoration:none;font-size:.8rem;font-weight:600;padding:.3rem .74rem}.book-chapter-back:hover{background:#ffffff29}.book-chapter-title{margin:.75rem 0 0;color:#fff;font-size:clamp(1.55rem,3vw,2.5rem)}.book-chapter-subtitle{margin:.62rem 0 0;max-width:860px;color:#ffffffeb}.book-chapter-hero-tags{margin-top:.68rem;display:flex;flex-wrap:wrap;gap:.36rem}.book-chapter-hero-tags span{border-radius:999px;border:1px solid rgba(255,255,255,.32);background:#ffffff1f;color:#fff;padding:.2rem .48rem;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;gap:.24rem}.book-chapter-section{padding:1.3rem 0 2.6rem}.book-chapter-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.book-chapter-card{border-radius:12px;border:1px solid rgba(26,35,126,.12);background:var(--color-white);box-shadow:var(--shadow-sm);padding:.75rem}.book-chapter-card h2{margin:0;color:var(--color-primary);font-size:1rem}.book-chapter-layout--structured{grid-template-columns:repeat(2,minmax(0,1fr))}.book-chapter-text{margin:.52rem 0 0;color:var(--color-gray-dark);line-height:1.5;font-size:.85rem}.book-chapter-richtext{margin-top:.62rem;border-radius:10px;border:1px solid rgba(26,35,126,.12);background:#1a237e0a;color:var(--color-dark);white-space:pre-wrap;line-height:1.58;font-size:.84rem;padding:.7rem}.book-section-meta-list{margin-top:.54rem;display:grid;gap:.44rem}.book-section-meta-item{border-radius:10px;border:1px solid rgba(26,35,126,.1);background:#1a237e0a;padding:.52rem .58rem;display:grid;gap:.16rem}.book-section-meta-item strong{color:var(--color-primary);font-size:.75rem}.book-section-meta-item span{color:var(--color-gray-dark);font-size:.82rem}.book-section-links{margin-top:.55rem;display:grid;gap:.42rem}.book-section-link{border-radius:10px;border:1px solid rgba(26,35,126,.12);background:#1976d20f;color:var(--color-primary);text-decoration:none;padding:.54rem .6rem;display:grid;gap:.18rem}.book-section-link span{font-size:.7rem;font-weight:700;color:var(--color-secondary)}.book-section-link strong{font-size:.84rem}.book-section-abbr-grid{margin-top:.55rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.book-section-abbr-item{border-radius:10px;border:1px solid rgba(26,35,126,.12);background:#1a237e0a;padding:.54rem .58rem;display:grid;gap:.18rem}.book-section-abbr-item strong{color:var(--color-primary);font-size:.8rem}.book-section-abbr-item span{color:var(--color-gray-dark);font-size:.8rem}.book-chapter-list{margin:.5rem 0 0;padding-left:1rem;display:grid;gap:.28rem}.book-chapter-list li{color:var(--color-gray-dark);font-size:.84rem}.book-chapter-card--full{margin-top:.68rem}.book-entry-grid{margin-top:.6rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.56rem}.book-entry-card{border-radius:12px;border:1px solid rgba(26,35,126,.12);background:linear-gradient(180deg,#fffffffa,#f4f8ffeb);padding:.68rem;display:grid;gap:.48rem}.book-entry-card.is-highlighted{border-color:#1976d257;box-shadow:0 14px 28px #0b1f4d17}.book-entry-head{display:grid;gap:.42rem}.book-entry-head h3{margin:0;color:var(--color-primary);font-size:.92rem}.book-entry-head p{margin:.18rem 0 0;color:var(--color-gray-dark);font-size:.77rem}.book-entry-badges{display:flex;flex-wrap:wrap;gap:.3rem}.book-entry-badges span{border-radius:999px;border:1px solid rgba(26,35,126,.12);background:#1976d214;color:var(--color-primary);padding:.16rem .46rem;font-size:.68rem;font-weight:700}.book-entry-meta{display:grid;gap:.38rem}.book-entry-meta-item{border-radius:9px;background:#1a237e0a;padding:.44rem .5rem;display:grid;gap:.12rem}.book-entry-meta-item strong{color:var(--color-primary);font-size:.72rem}.book-entry-meta-item span{color:var(--color-gray-dark);font-size:.8rem}.book-entry-text{margin:0;color:var(--color-gray-dark);font-size:.82rem;line-height:1.54}.book-entry-link{width:fit-content;border-radius:9px;border:1px solid rgba(25,118,210,.24);background:#1976d214;color:var(--color-primary);text-decoration:none;padding:.38rem .62rem;font-size:.76rem;font-weight:700}.book-chapter-table-wrap{margin-top:.55rem;overflow-x:auto}.book-chapter-table{width:100%;min-width:760px;border-collapse:collapse}.book-chapter-table th,.book-chapter-table td{border:1px solid rgba(26,35,126,.12);padding:.44rem .52rem;text-align:left;vertical-align:top;font-size:.8rem}.book-chapter-table th{background:#1976d21f;color:var(--color-primary);font-weight:700}.book-chapter-table td a{color:var(--color-secondary);font-weight:600}.book-chapter-nav{margin-top:.7rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.book-chapter-nav-link{border-radius:10px;border:1px solid rgba(26,35,126,.14);background:#1a237e0d;text-decoration:none;color:var(--color-primary);display:flex;align-items:center;justify-content:space-between;gap:.44rem;padding:.52rem .6rem}.book-chapter-nav-link span{display:grid;gap:.12rem}.book-chapter-nav-link small{font-size:.68rem;color:var(--color-gray-dark)}.book-chapter-nav-link strong{font-size:.8rem;color:var(--color-primary)}.book-chapter-nav-empty{border-radius:10px;border:1px dashed rgba(26,35,126,.2);background:#1a237e0a;color:var(--color-gray-dark);padding:.52rem .6rem;font-size:.8rem;display:inline-flex;align-items:center}.book-chapter-loading,.book-chapter-empty{text-align:center;color:var(--color-gray-dark);padding:2.8rem 1rem}@media(max-width:860px){.book-chapter-layout,.book-chapter-layout--structured,.book-chapter-nav,.book-entry-grid,.book-section-abbr-grid{grid-template-columns:1fr}}@media(max-width:600px){.book-chapter-page .container{padding-left:.75rem;padding-right:.75rem}.book-chapter-subtitle{font-size:.9rem}}[data-theme=dark] .book-chapter-page{background:linear-gradient(180deg,rgba(13,21,56,.8) 0%,rgba(13,21,56,.5) 36%,var(--color-light) 74%)}[data-theme=dark] .book-chapter-card,[data-theme=dark] .book-chapter-richtext,[data-theme=dark] .book-section-meta-item,[data-theme=dark] .book-section-link,[data-theme=dark] .book-section-abbr-item,[data-theme=dark] .book-entry-card,[data-theme=dark] .book-entry-meta-item,[data-theme=dark] .book-chapter-nav-link,[data-theme=dark] .book-chapter-nav-empty{background:#16213a;border-color:#9ad7ff3d}[data-theme=dark] .book-chapter-card h2,[data-theme=dark] .book-section-meta-item strong,[data-theme=dark] .book-section-link strong,[data-theme=dark] .book-section-abbr-item strong,[data-theme=dark] .book-entry-head h3,[data-theme=dark] .book-entry-meta-item strong,[data-theme=dark] .book-chapter-table th,[data-theme=dark] .book-chapter-nav-link strong{color:#9ad7ff}[data-theme=dark] .book-chapter-text,[data-theme=dark] .book-chapter-richtext,[data-theme=dark] .book-chapter-list li,[data-theme=dark] .book-section-meta-item span,[data-theme=dark] .book-section-link span,[data-theme=dark] .book-section-abbr-item span,[data-theme=dark] .book-entry-head p,[data-theme=dark] .book-entry-meta-item span,[data-theme=dark] .book-entry-text,[data-theme=dark] .book-chapter-nav-empty,[data-theme=dark] .book-chapter-nav-link small,[data-theme=dark] .book-chapter-loading,[data-theme=dark] .book-chapter-empty{color:#d7e5ff}[data-theme=dark] .book-entry-badges span,[data-theme=dark] .book-entry-link{background:#59b6ff1f;border-color:#9ad7ff4d;color:#9ad7ff}[data-theme=dark] .book-chapter-table th,[data-theme=dark] .book-chapter-table td{border-color:#9ad7ff3d}[data-theme=dark] .book-chapter-table td{background:#1f2d4a}.auth-page{min-height:calc(100vh - var(--header-height));background:radial-gradient(circle at top,rgba(25,118,210,.08) 0%,transparent 30%),linear-gradient(180deg,#f5f8ff 0%,#eef3ff 34%,var(--color-light) 72%);color:var(--color-dark)}.auth-hero{min-height:360px;padding:4.8rem 1.5rem 6.8rem;background:radial-gradient(circle at 14% 22%,rgba(255,255,255,.2) 0%,transparent 32%),radial-gradient(circle at 82% 14%,rgba(100,181,246,.22) 0%,transparent 28%),linear-gradient(135deg,#0d1b5f,#1a237e 46%,#2a70cf);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center}.auth-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f331a,#080f3357),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 52px);z-index:1}.auth-hero:after{content:"";position:absolute;width:430px;height:430px;right:-140px;bottom:-210px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14) 0%,transparent 68%);z-index:1}.auth-hero-content{position:relative;z-index:2;width:min(100%,1020px);margin:0 auto;padding:2.1rem 2.25rem;border-radius:30px;background:linear-gradient(135deg,#ffffff21,#ffffff0d);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 60px #060e2c42;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center}.auth-title{font-size:clamp(2.35rem,4vw,3.55rem);font-weight:800;margin-bottom:.9rem;color:#fff;line-height:1.08;text-shadow:0 10px 28px rgba(0,0,0,.22)}.auth-hero-subtitle{font-size:1.08rem;line-height:1.68;max-width:700px;margin:0 auto;opacity:.95}.auth-section{margin-top:-3.9rem;padding:0 1.5rem 5rem;position:relative;z-index:2}.auth-card{width:min(100%,1100px);margin:0 auto;background:linear-gradient(180deg,#fffffffa,#f8fbfffa);border-radius:28px;box-shadow:0 24px 60px #0f172a1f;padding:2.9rem;border:1px solid rgba(26,35,126,.1);display:grid;gap:1.5rem;position:relative;overflow:hidden}.auth-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-secondary) 100%);border-radius:28px 28px 0 0}.auth-card:after{content:"";position:absolute;width:220px;height:220px;right:-80px;top:-100px;border-radius:50%;background:radial-gradient(circle,rgba(25,118,210,.08) 0%,transparent 68%);pointer-events:none}.auth-error{background:#d32f2f14;border:1px solid rgba(211,47,47,.35);color:#b00020;padding:.9rem 1rem;border-radius:var(--radius-md);font-weight:600;text-align:center}.auth-success{background:#2e7d321a;border:1px solid rgba(46,125,50,.34);color:#1b5e20;padding:.9rem 1rem;border-radius:var(--radius-md);font-weight:600;text-align:center}.auth-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.25rem}.auth-form label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:var(--color-primary)}.auth-form input{width:100%;padding:.82rem .95rem;border-radius:14px;border:1px solid rgba(17,37,108,.16);background:#fffffff5;font-size:1rem;box-shadow:0 6px 16px #0f172a0d;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.auth-form input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #1976d224,0 10px 24px #1976d214}.auth-password-field{position:relative}.auth-password-field input{padding-right:2.8rem}.auth-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--color-gray-dark);width:34px;height:34px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.auth-password-toggle:hover{background:#1976d21f;color:var(--color-primary)}.auth-remember{grid-column:1 / -1;display:inline-flex;align-items:center;gap:.55rem;color:var(--color-gray-dark);font-size:.92rem;font-weight:600;width:fit-content;padding:.55rem .8rem;border-radius:14px;background:#1a237e0a;border:1px solid rgba(26,35,126,.08)}.auth-remember input{flex:0 0 auto}.auth-form>button{grid-column:1 / -1;padding:1rem 1.3rem;border-radius:14px;border:2px solid transparent;background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-primary) 100%);color:#fff;font-size:1.05rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.auth-form>button:hover{background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary) 100%);transform:translateY(-1px);box-shadow:0 14px 30px #1a237e33}.auth-form>button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.auth-secondary-btn{grid-column:1 / -1;padding:.82rem 1rem;border-radius:14px;border:1px solid rgba(25,118,210,.25);background:#1976d214;color:var(--color-primary);font-size:.96rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.auth-secondary-btn:hover{background:#1976d224;transform:translateY(-1px)}.auth-secondary-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.auth-footer{text-align:center;font-size:.95rem;color:var(--color-gray-dark);padding-top:.5rem;border-top:1px solid rgba(26,35,126,.1)}.auth-footer a{color:var(--color-secondary);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media(max-width:768px){.auth-hero{min-height:auto;padding:4.2rem 1rem 6rem}.auth-hero-content{padding:1.5rem 1rem;border-radius:22px}.auth-title{font-size:2.2rem}.auth-hero-subtitle{font-size:1rem}}@media(max-width:640px){.auth-section{margin-top:-2.5rem;padding:0 1rem 4rem}.auth-card{padding:2rem 1.2rem;border-radius:22px}.auth-title{font-size:2rem}.auth-form{grid-template-columns:1fr}}[data-theme=dark] .auth-page{background:var(--color-light);color:var(--color-dark)}[data-theme=dark] .auth-hero{background:radial-gradient(circle at 14% 22%,rgba(154,215,255,.12) 0%,transparent 32%),radial-gradient(circle at 84% 16%,rgba(154,215,255,.1) 0%,transparent 28%),linear-gradient(135deg,#0b1436,#17285d 46%,#22418a)}[data-theme=dark] .auth-title,[data-theme=dark] .auth-hero-subtitle{color:#f3f7ff}[data-theme=dark] .auth-card{background:linear-gradient(180deg,#182238fa,#121b2efa);border-color:#ffffff14;color:var(--color-dark)}[data-theme=dark] .auth-form label{color:var(--color-dark)}[data-theme=dark] .auth-form input{background:#232a3b;color:var(--color-dark);border-color:#344058;box-shadow:0 6px 16px #0000002e}[data-theme=dark] .auth-password-toggle{color:#b9c7e6}[data-theme=dark] .auth-password-toggle:hover{background:#9ad7ff2e;color:#f1f6ff}[data-theme=dark] .auth-secondary-btn{background:#9ad7ff1f;border-color:#9ad7ff47;color:#e8f3ff}[data-theme=dark] .auth-secondary-btn:hover{background:#9ad7ff33}[data-theme=dark] .auth-remember{background:#ffffff0a;border-color:#9ad7ff1f}[data-theme=dark] .auth-footer{border-top-color:#ffffff14;color:var(--color-gray-dark)}[data-theme=dark] .auth-success{background:#6fc1ff29;border-color:#9ad7ff57;color:#e8f3ff}html[data-theme=dark] .auth-page{background:var(--color-light);color:var(--color-dark)}html[data-theme=dark] .auth-card{background:linear-gradient(180deg,#182238fa,#121b2efa);border-color:#ffffff14}@media(min-width:1200px){.auth-title{font-size:3.4rem}.auth-hero-subtitle{font-size:1.35rem}.auth-card{padding:3.2rem}}.auth-card{width:min(100%,980px)}.auth-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(260px,320px);gap:1.5rem}.auth-form{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.auth-hint{display:block;font-size:.85rem;color:var(--color-gray);margin-top:.35rem}.auth-side{display:grid;gap:1rem;align-content:start}.auth-side-card{background:linear-gradient(180deg,#1976d214,#1a237e0a);border-radius:18px;padding:1.15rem 1.05rem;border:1px solid rgba(25,118,210,.18);color:var(--color-dark);box-shadow:0 14px 28px #0f172a0f}.auth-side-card h3{margin:0 0 .7rem;font-size:1rem;color:var(--color-primary)}.auth-side-card ul{margin:0;padding-left:1.1rem;color:var(--color-gray-dark);display:grid;gap:.45rem;font-size:.9rem}.auth-side-card p{margin:0 0 .5rem;font-size:.9rem;color:var(--color-gray-dark);line-height:1.55}[data-theme=dark] .auth-side-card{background:linear-gradient(180deg,#9ad7ff1a,#9ad7ff0a);border-color:#9ad7ff29;box-shadow:0 16px 30px #0000002e}@media(max-width:900px){.auth-card{width:min(100%,820px)}.auth-grid{grid-template-columns:1fr}}.email-verify-card{width:min(100%,720px);gap:1rem;text-align:center}.email-verify-state{border-radius:18px;padding:1.05rem 1.1rem;border:1px solid transparent;font-weight:600;text-align:center;box-shadow:0 14px 28px #0f172a0f}.email-verify-state--loading{background:#1976d214;border-color:#1976d247;color:var(--color-primary)}.email-verify-state--success{background:#2e7d321a;border-color:#2e7d3257;color:#1b5e20}.email-verify-state--error{background:#d32f2f14;border-color:#d32f2f59;color:#b00020}.email-verify-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.email-verify-action-btn{min-height:46px;border-radius:14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.email-verify-action-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.email-verify-action-btn--primary{background:linear-gradient(135deg,var(--color-secondary) 0%,var(--color-primary) 100%);color:#fff}.email-verify-action-btn--primary:hover{background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary) 100%)}.email-verify-action-btn--secondary{background:#1a237e0f;color:var(--color-primary);border-color:#1a237e33}.email-verify-action-btn--secondary:hover{background:#1a237e1f}.email-verify-hint{margin:0;color:var(--color-gray-dark);font-size:.9rem;text-align:center;line-height:1.6;padding:.2rem .4rem 0}[data-theme=dark] .email-verify-state{box-shadow:0 16px 30px #0003}@media(max-width:640px){.email-verify-actions{grid-template-columns:1fr}}.profile-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(180deg,rgba(26,35,126,.12) 0%,rgba(26,35,126,.04) 35%,var(--color-light) 65%);padding:2rem 1.4rem 3.8rem;display:grid;gap:1.4rem;color:var(--color-dark)}.profile-page--reduced-motion *,.profile-page--reduced-motion *:before,.profile-page--reduced-motion *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.profile-page>*{width:min(100%,1320px);margin:0 auto}.profile-header{background:radial-gradient(circle at 14% 24%,rgba(255,255,255,.2) 0%,transparent 34%),radial-gradient(circle at 82% 18%,rgba(100,181,246,.2) 0%,transparent 28%),linear-gradient(135deg,#0d1b5f,#1a237e 44%,#2f72d1);color:#fff;padding:1.5rem 1.55rem;height:182px;min-height:182px;border-radius:24px;box-shadow:0 22px 48px #0f172a2e;display:flex;align-items:center;justify-content:space-between;gap:1.4rem;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.16)}.profile-identity{display:flex;align-items:center;gap:1.2rem;position:relative;z-index:1}.profile-avatar{width:72px;height:72px;border-radius:22px;display:flex;align-items:center;justify-content:center;font-size:1.7rem;box-shadow:0 16px 34px #0000003d;border:2px solid rgba(255,255,255,.6);background:var(--color-primary);color:#fff}.profile-avatar span{transform:translateY(2px)}.profile-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.profile-header:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f3314,#080f3347),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 52px);opacity:.8;pointer-events:none}.profile-header:after{content:"";position:absolute;right:-78px;top:-92px;width:250px;height:250px;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 72%);border-radius:50%;pointer-events:none}.profile-heading{position:relative;z-index:1;display:grid;gap:.4rem}.profile-heading:before{content:"Аккаунт";display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.2rem .7rem;border-radius:999px;background:#ffffff29;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.profile-heading h1{margin:0;font-size:clamp(1.8rem,3vw,2.35rem);color:#fff;line-height:1.08}.profile-heading p{margin:.35rem 0 0;opacity:.94;font-size:.96rem;max-width:540px;line-height:1.6}.profile-actions,.edit-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;position:relative;z-index:1}.profile-action-btn{border:1px solid transparent;border-radius:14px;padding:.52rem .95rem;min-height:40px;max-width:240px;font-size:.83rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;line-height:1;text-decoration:none;white-space:nowrap;text-align:center}.profile-action-btn:disabled{opacity:.65;cursor:not-allowed}.profile-action-btn--primary,.profile-action-btn--success{background:linear-gradient(135deg,var(--color-secondary) 0%,rgba(255,255,255,.2) 140%);color:#fff;box-shadow:0 14px 28px #0a1d4b33}.profile-action-btn--primary:hover,.profile-action-btn--success:hover{background:linear-gradient(135deg,#3491f0,#6ab9ff 120%)}.profile-action-btn--ghost{background:#ffffff24;border-color:#ffffff3d;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-action-btn--ghost:hover{background:#fff3}.profile-action-btn--outline{background:#ffffff1a;border-color:#ffffff4d;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-action-btn--outline:hover{background:#ffffff2e}.profile-action-btn--settings{background:#ffffff1f;border-color:#ffffff47;color:#fff;gap:.35rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-action-btn--settings:hover,.profile-action-btn--settings.is-active{background:#ffffff3d;border-color:#ffffff85}.profile-action-btn--manage{background:#ffffff1f;border-color:#b3dbff6b;color:#fff;gap:.35rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-action-btn--manage:hover,.profile-action-btn--manage.is-active{background:#a6d7ff38;border-color:#dcefff9e}.profile-tabs{background:#fffffffa;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid rgba(26,35,126,.12);display:flex;flex-wrap:nowrap;align-items:center;gap:.4rem;padding:.5rem .65rem;min-height:48px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.profile-page--editing .profile-tabs{height:52px;min-height:52px;align-items:center}.profile-page--editing .profile-form,.profile-page--editing .profile-info{align-self:start}.profile-tab-btn{border:1px solid transparent;border-radius:999px;background:transparent;color:var(--color-gray-dark);font-weight:600;font-size:.76rem;padding:.3rem .7rem;min-height:30px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex:0 0 auto}.profile-tab-btn:hover{background:#1976d214;color:var(--color-secondary);border-color:#1976d233}.profile-tab-btn.is-active{background:var(--color-primary);color:#fff;border-color:transparent}.profile-tab-btn:disabled{opacity:.55;cursor:not-allowed}.error-message{grid-column:1 / -1;background:#d32f2f14;border:1px solid rgba(211,47,47,.35);color:#b00020;padding:.7rem .9rem;border-radius:var(--radius-md);font-weight:600}.profile-form,.profile-info{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:1.05rem;border:1px solid rgba(26,35,126,.08)}.profile-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.profile-form .form-group{margin:0;display:flex;flex-direction:column;gap:.32rem}.profile-form .avatar-group{grid-column:1 / -1}.profile-form label{font-weight:600;color:var(--color-primary);font-size:.82rem}.profile-form input,.profile-form select,.profile-form textarea{width:100%;padding:.56rem .72rem;border-radius:9px;border:1px solid var(--color-gray-light);background:var(--color-white);font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease;min-height:38px}.profile-form input:focus,.profile-form select:focus,.profile-form textarea:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #1976d21f}.profile-form input[readonly]{background:#1a237e0d;color:var(--color-gray-dark)}.profile-form .form-row{grid-column:1 / -1;display:grid;gap:.6rem}.profile-form .form-row.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form .checkbox-group{grid-column:1 / -1;display:flex;align-items:center}.profile-form .checkbox-group label{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .7rem;border-radius:12px;background:#1a237e0a;border:1px solid rgba(26,35,126,.08)}.profile-form .checkbox-group input{flex:0 0 auto}.profile-form .profile-club-row{align-items:start}.profile-club-side{display:grid;gap:.55rem;align-content:start}.profile-form .profile-club-side .checkbox-group{grid-column:auto;margin:0}.profile-form .profile-club-side .checkbox-group label{min-height:38px;width:fit-content}.profile-form .form-row.two-columns.profile-personal-row{grid-template-columns:minmax(170px,220px) minmax(0,1fr);align-items:start}.profile-form .profile-personal-birth-group .form-control{max-width:190px}.profile-info{display:grid;gap:.75rem}.avatar-picker{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:center;background:#1a237e0a;border-radius:14px;padding:.7rem;border:1px solid rgba(26,35,126,.12)}.avatar-preview{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.7rem;color:#fff;border:2px solid rgba(255,255,255,.8);box-shadow:0 10px 20px #0000002e}.avatar-options{display:grid;gap:.55rem}.avatar-emoji-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(36px,1fr));gap:.35rem}.avatar-emoji-btn{border:1px solid rgba(26,35,126,.15);background:var(--color-white);border-radius:10px;font-size:1.05rem;padding:.34rem;cursor:pointer;transition:all .2s ease}.avatar-emoji-btn.is-active{border-color:var(--color-secondary);box-shadow:0 0 0 2px #1976d226}.avatar-emoji-btn:hover{transform:translateY(-1px);background:#1976d214}.avatar-color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28px,1fr));gap:.35rem}.avatar-color-btn{width:100%;aspect-ratio:1 / 1;border-radius:10px;border:2px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.avatar-color-btn.is-active{border-color:#fff;box-shadow:0 0 0 2px #1a237e66}.avatar-color-btn:hover{transform:translateY(-1px)}.avatar-upload-row{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.avatar-upload-label{position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(25,118,210,.3);border-radius:9px;background:#1976d214;color:var(--color-primary);padding:.36rem .62rem;font-size:.78rem;font-weight:700;cursor:pointer;overflow:hidden}.avatar-upload-label input{position:absolute;inset:0;opacity:0;cursor:pointer}.avatar-reset-btn{border:1px solid rgba(198,40,40,.3);border-radius:9px;background:#c6282814;color:#c62828;padding:.36rem .62rem;font-size:.78rem;font-weight:700;cursor:pointer}.info-row{background:linear-gradient(135deg,#fff,#f3f6ff);border:1px solid rgba(26,35,126,.08);border-radius:var(--radius-md);padding:.8rem .9rem;display:grid;grid-template-columns:1fr;gap:.6rem}.info-row.info-row--dance{grid-template-columns:1fr}.info-item{font-size:.88rem;background:#fffc;border:1px solid rgba(26,35,126,.08);border-radius:10px;padding:.65rem .72rem;display:grid;gap:.18rem}.info-item strong{color:var(--color-primary);font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.profile-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.profile-widget{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid rgba(26,35,126,.1);padding:.85rem .95rem;box-shadow:var(--shadow-sm)}.profile-widget-title{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-primary);font-weight:700;font-size:.84rem;margin-bottom:.5rem}.profile-progress-track{width:100%;height:9px;border-radius:999px;background:#1a237e1f;overflow:hidden}.profile-progress-fill{height:100%;background:linear-gradient(90deg,#2f6df2,#63b3ff);border-radius:inherit;transition:width .25s ease}.profile-progress-text{margin-top:.42rem;color:var(--color-gray-dark);font-size:.78rem;font-weight:600}.profile-recommend-list{margin:0;padding-left:1.1rem;display:grid;gap:.3rem}.profile-recommend-item{font-size:.78rem;color:var(--color-gray-dark)}.profile-settings{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid rgba(26,35,126,.1);box-shadow:var(--shadow-sm);padding:.95rem;display:grid;gap:.75rem}.profile-settings-head{display:grid;gap:.3rem}.profile-settings-title{margin:0;display:inline-flex;align-items:center;gap:.42rem;color:var(--color-primary);font-size:1rem}.profile-settings-subtitle{margin:0;color:var(--color-gray-dark);font-size:.82rem;line-height:1.45}.profile-settings-tabs{display:flex;flex-wrap:wrap;gap:.45rem}.profile-settings-tab{border:1px solid rgba(26,35,126,.16);background:#1a237e0a;color:var(--color-primary);border-radius:999px;padding:.34rem .74rem;min-height:32px;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .2s ease}.profile-settings-tab:hover{background:#1976d21f;border-color:#1976d240;color:var(--color-secondary)}.profile-settings-tab.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.profile-settings-notice{border-radius:9px;padding:.58rem .7rem;background:#2e7d321a;border:1px solid rgba(46,125,50,.25);color:#1b5e20;font-size:.8rem;font-weight:600}.profile-settings-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid rgba(26,35,126,.1);box-shadow:var(--shadow-sm);padding:.9rem .95rem;display:grid;gap:.62rem}.profile-settings-card-title{margin:0;color:var(--color-primary);font-size:.98rem}.profile-settings-card-hint{margin:0;color:var(--color-gray-dark);font-size:.8rem;line-height:1.45}.profile-settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:.65rem;border:1px solid rgba(26,35,126,.1);border-radius:10px;padding:.54rem .65rem;background:#1a237e08}.profile-settings-toggle-label{color:var(--color-primary);font-size:.82rem;font-weight:600}.profile-settings-toggle-content{display:grid;gap:.12rem}.profile-settings-toggle-note{color:var(--color-gray-dark);font-size:.74rem;font-weight:500;line-height:1.35}.profile-settings-toggle input{width:18px;height:18px;cursor:pointer;accent-color:var(--color-secondary)}.profile-settings-save-btn{margin-top:.15rem;width:fit-content}.profile-security{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.profile-security-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid rgba(26,35,126,.1);box-shadow:var(--shadow-sm);padding:.9rem .95rem;display:grid;gap:.7rem}.profile-security-title{margin:0;display:inline-flex;align-items:center;gap:.42rem;color:var(--color-primary);font-size:.98rem}.profile-security-hint{margin:0;font-size:.8rem;color:var(--color-gray-dark);line-height:1.4}.profile-security-form{display:grid;gap:.38rem}.profile-security-form .text-label{font-size:.78rem;color:var(--color-primary);font-weight:600}.profile-security-form .form-control{min-height:38px;border-radius:9px;border:1px solid var(--color-gray-light);background:var(--color-white);color:var(--color-dark);padding:.54rem .65rem;font-size:.86rem}.profile-security-form .form-control:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #1976d21f}.profile-password-field{position:relative;display:flex;align-items:center}.profile-password-field .form-control{padding-right:2.35rem}.profile-password-toggle{position:absolute;right:.46rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.profile-password-toggle:hover{background:#1976d21a}.profile-password-toggle:focus-visible{outline:none;box-shadow:0 0 0 2px #1976d233}.profile-security-btn{border:none;border-radius:9px;min-height:36px;padding:.52rem .7rem;background:var(--color-secondary);color:#fff;font-weight:700;font-size:.82rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.profile-security-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);background:var(--color-primary)}.profile-security-btn:disabled{opacity:.68;cursor:not-allowed;transform:none;box-shadow:none}.profile-security-btn--warning{background:#ef6c00}.profile-security-btn--warning:hover{background:#d36200}.profile-security-btn--danger{background:#c62828}.profile-security-btn--danger:hover{background:#b71c1c}.profile-security-card--danger{border-color:#c6282838}.profile-security-error,.profile-security-success{border-radius:9px;padding:.56rem .68rem;font-size:.78rem;font-weight:600}.profile-security-error{background:#d32f2f14;border:1px solid rgba(211,47,47,.35);color:#b00020}.profile-security-success{background:#2e7d321f;border:1px solid rgba(46,125,50,.28);color:#1b5e20}.profile-dancers{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid rgba(26,35,126,.1);box-shadow:var(--shadow-sm);padding:.95rem;display:grid;gap:.75rem}.profile-dancers-head{display:flex;justify-content:space-between;align-items:center}.profile-dancers-title{margin:0;display:inline-flex;gap:.45rem;align-items:center;color:var(--color-primary);font-size:1rem}.profile-dancers-filters{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.55rem}.profile-search-input-wrap{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--color-gray-light);border-radius:9px;padding:0 .6rem;background:var(--color-white);min-height:38px}.profile-search-input-wrap:focus-within{border-color:var(--color-secondary);box-shadow:0 0 0 2px #1976d221}.profile-search-input{border:none;width:100%;outline:none;background:transparent;font-size:.88rem;color:var(--color-dark)}.profile-search-select{border:1px solid rgba(17,37,108,.18);border-radius:12px;min-height:38px;background:var(--color-white);color:var(--color-dark);padding:0 2.4rem 0 .75rem;font-size:.85rem;box-shadow:0 4px 12px #0f172a0d}.profile-directory-meta{font-size:.8rem;color:var(--color-gray-dark)}.profile-directory-summary{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.profile-directory-state{border-radius:10px;background:#1a237e0d;border:1px dashed rgba(26,35,126,.2);color:var(--color-gray-dark);padding:.7rem;font-size:.84rem}.profile-directory-state.is-error{background:#d32f2f14;border:1px solid rgba(211,47,47,.25);color:#b00020}.profile-dancers-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.profile-dancer-card{display:grid;grid-template-columns:38px 1fr;gap:.55rem;align-items:center;border:1px solid rgba(26,35,126,.12);border-radius:11px;background:linear-gradient(145deg,#fff,#f5f8ff);padding:.58rem}.profile-dancer-avatar{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem}.profile-dancer-content{min-width:0}.profile-dancer-name{font-size:.84rem;font-weight:700;color:var(--color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dancer-meta{font-size:.74rem;color:var(--color-gray-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dancer-view-btn{margin-top:.45rem;border:1px solid rgba(25,118,210,.25);background:#1976d214;color:var(--color-secondary);border-radius:8px;padding:.32rem .56rem;font-size:.74rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.profile-dancer-view-btn:hover{background:#1976d229}.profile-directory-pagination{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.34rem}.profile-directory-page-btn{border:1px solid rgba(17,37,108,.18);background:#fff;color:var(--color-primary);border-radius:8px;min-height:32px;padding:.32rem .62rem;font-size:.76rem;font-weight:700;cursor:pointer;transition:all .2s ease}.profile-directory-page-btn:hover:not(:disabled){border-color:#1976d270;background:#1976d21a}.profile-directory-page-btn.is-active{border-color:var(--color-secondary);background:var(--color-secondary);color:#fff}.profile-directory-page-btn:disabled{opacity:.48;cursor:not-allowed}.profile-dancer-details{margin-top:.55rem}.profile-dancer-details-grid{display:grid;gap:.38rem}.profile-dancer-detail-item{font-size:.74rem;color:var(--color-gray-dark);background:#1a237e0a;border:1px solid rgba(26,35,126,.12);border-radius:8px;padding:.34rem .44rem}.profile-dancer-detail-item strong{color:var(--color-primary)}.profile-loading{text-align:center;padding:3rem;color:var(--color-gray-dark)}@media(max-width:900px){.profile-header{height:auto;min-height:auto}.profile-page--editing .profile-tabs{height:auto;min-height:48px}.profile-header{flex-direction:column;align-items:stretch}.profile-identity{width:100%}.profile-actions,.edit-actions{width:100%;justify-content:center;column-gap:.45rem;row-gap:.45rem}.profile-action-btn{max-width:220px}.avatar-picker{grid-template-columns:1fr}.profile-tabs{justify-content:flex-start}.profile-form{grid-template-columns:repeat(2,minmax(0,1fr))}.info-row,.profile-tools{grid-template-columns:1fr}.profile-settings-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.profile-settings-tab{flex:0 0 auto}.profile-security,.profile-dancers-filters{grid-template-columns:1fr}.profile-dancers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-dancers{padding:.82rem}.profile-directory-summary,.profile-directory-pagination{justify-content:flex-start}.profile-dancer-card{grid-template-columns:34px 1fr;padding:.5rem;gap:.5rem}.profile-dancer-avatar{width:34px;height:34px;border-radius:9px;font-size:.92rem}.profile-dancer-view-btn{width:fit-content;min-width:110px;justify-content:center}.profile-dancer-meta{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.3}}@media(max-width:600px){.profile-page{padding:1rem .65rem 2rem;gap:.95rem}.profile-header{padding:1.15rem 1rem;border-radius:20px}.profile-heading h1{font-size:1.6rem}.profile-heading p{font-size:.84rem}.profile-actions,.edit-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;align-items:stretch;width:100%;gap:.42rem}.profile-action-btn{min-height:38px;width:100%;max-width:none;padding:.4rem .52rem;font-size:.75rem;line-height:1.2;white-space:normal;word-break:break-word}.profile-tab-btn{font-size:.8rem;padding:.4rem .7rem}.profile-form,.profile-info{padding:.8rem}.profile-form,.profile-form .form-row.two-columns,.info-row{grid-template-columns:1fr}.profile-dancers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.profile-dancer-card{grid-template-columns:30px 1fr;padding:.44rem;gap:.4rem}.profile-dancer-avatar{width:30px;height:30px;border-radius:8px;font-size:.8rem}.profile-dancer-name{font-size:.74rem;line-height:1.22}.profile-dancer-meta{font-size:.68rem;line-height:1.24}.profile-dancer-view-btn{width:100%;min-width:0;margin-top:.3rem;padding:.3rem .36rem;font-size:.68rem}.profile-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.profile-tab-btn{flex:0 0 auto}.profile-tools,.profile-security{gap:.55rem}.profile-widget,.profile-settings,.profile-dancers,.profile-security-card,.profile-settings-card{padding:.72rem}.profile-widget-title{font-size:.8rem}.profile-progress-text,.profile-recommend-item{font-size:.74rem}.profile-security-title,.profile-settings-title{font-size:.9rem}.profile-settings-subtitle,.profile-settings-card-hint,.profile-settings-toggle-label{font-size:.76rem}.profile-settings-toggle{align-items:flex-start}.profile-settings-toggle input{margin-top:.14rem}.profile-dancers-title{font-size:.9rem}.profile-search-input-wrap,.profile-search-select{min-height:36px}.profile-search-input{font-size:.84rem}.profile-directory-meta{font-size:.76rem}.profile-dancer-card{grid-template-columns:32px 1fr;padding:.46rem}.profile-dancer-avatar{width:32px;height:32px;font-size:.86rem}.profile-dancer-name{font-size:.8rem;line-height:1.25}.profile-dancer-meta{font-size:.72rem}.profile-dancer-view-btn{margin-top:.36rem;font-size:.72rem;padding:.32rem .44rem;width:fit-content}.profile-dancer-details{margin-top:.42rem}.profile-dancer-detail-item{font-size:.72rem;padding:.3rem .38rem;word-break:break-word}}@media(max-width:420px){.profile-actions,.edit-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.36rem}.profile-action-btn{min-height:36px;padding:.36rem .46rem;font-size:.71rem}.profile-dancers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.36rem}.profile-dancer-card{grid-template-columns:28px 1fr;padding:.38rem;gap:.34rem}.profile-dancer-avatar{width:28px;height:28px;font-size:.74rem}.profile-dancer-name{font-size:.7rem}.profile-dancer-meta{font-size:.64rem}.profile-dancer-view-btn{min-height:26px;font-size:.64rem;padding:.24rem .3rem}}.profile-dashboard,.profile-community-actions{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid rgba(26,35,126,.08);padding:1rem;display:grid;gap:.9rem}.profile-dashboard-head,.profile-community-actions-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.profile-dashboard-title,.profile-community-actions-title{margin:0;display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);font-size:1rem}.profile-dashboard-refresh{border:1px solid rgba(25,118,210,.3);background:#1976d214;color:var(--color-secondary);border-radius:10px;padding:.45rem .72rem;font-weight:700;font-size:.82rem;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.profile-dashboard-refresh:disabled{opacity:.6;cursor:not-allowed}.profile-dashboard-refresh:hover:not(:disabled){background:#1976d224}.profile-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.profile-dashboard-card{border:1px solid rgba(25,118,210,.16);border-radius:14px;background:linear-gradient(170deg,#1a237e0d,#1976d20d);padding:.9rem;display:grid;gap:.68rem}.profile-dashboard-card-title{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-primary);font-weight:700;font-size:.9rem}.profile-dashboard-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.profile-dashboard-metric-item{background:#ffffffe0;border:1px solid rgba(25,118,210,.15);border-radius:10px;padding:.5rem .56rem;display:grid;gap:.15rem}.profile-dashboard-metric-value{font-size:1.15rem;font-weight:800;color:var(--color-primary);line-height:1.1}.profile-dashboard-metric-label{font-size:.72rem;color:var(--color-gray-dark)}.profile-dashboard-last-update{color:var(--color-gray-dark);font-size:.78rem}.profile-dashboard-summary-list{display:grid;gap:.35rem}.profile-dashboard-summary-item{font-size:.82rem;color:var(--color-dark)}.profile-dashboard-empty{font-size:.82rem;color:var(--color-gray-dark)}.profile-dashboard-viewers{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.profile-dashboard-viewer-item{display:grid;grid-template-columns:32px 1fr;gap:.52rem;align-items:center;border:1px solid rgba(25,118,210,.16);background:#ffffffe0;border-radius:10px;padding:.42rem .48rem}.profile-dashboard-viewer-avatar{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem}.profile-dashboard-viewer-content{min-width:0}.profile-dashboard-viewer-name{font-size:.8rem;font-weight:700;color:var(--color-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dashboard-viewer-time{margin-top:.1rem;font-size:.72rem;color:var(--color-gray-dark)}.profile-community-actions-counts{font-size:.8rem;color:var(--color-gray-dark);font-weight:600}.profile-community-actions-filters{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.profile-community-filter-btn{border:1px solid rgba(26,35,126,.16);background:#1a237e0d;color:var(--color-primary);font-weight:700;border-radius:999px;font-size:.78rem;padding:.32rem .68rem;cursor:pointer}.profile-community-filter-btn.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.profile-community-actions-list{display:grid;gap:.58rem}.profile-community-action-item{border:1px solid rgba(26,35,126,.14);border-radius:12px;padding:.72rem;background:linear-gradient(180deg,#1a237e08,#1976d208);display:grid;gap:.4rem}.profile-community-action-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.profile-community-action-title-wrap{min-width:0;display:inline-flex;align-items:center;gap:.45rem}.profile-action-kind{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.18rem .52rem;font-size:.68rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.03em}.profile-action-kind--post{background:#1976d229;color:var(--color-secondary)}.profile-action-kind--question{background:#2e7d3229;color:#236728}.profile-action-kind--answer{background:#5d403729;color:#5d4037}.profile-community-action-title{margin:0;font-size:.86rem;color:var(--color-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-action-status{border-radius:999px;border:1px solid transparent;font-size:.68rem;line-height:1;font-weight:700;padding:.18rem .46rem;white-space:nowrap}.profile-action-status.is-approved{background:#43a04724;border-color:#43a04752;color:#2e7d32}.profile-action-status.is-pending{background:#ffa00024;border-color:#ffa00059;color:#ef6c00}.profile-action-status.is-rejected{background:#d32f2f24;border-color:#d32f2f5c;color:#b71c1c}.profile-action-status.is-accepted{background:#2e7d3224;border-color:#2e7d325c;color:#1b5e20}.profile-action-status.is-regular{background:#1976d224;border-color:#1976d257;color:#0d47a1}.profile-community-action-topic{font-size:.74rem;color:var(--color-gray-dark)}.profile-community-action-preview{margin:0;color:var(--color-dark);font-size:.8rem;line-height:1.45}.profile-community-action-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:var(--color-gray-dark);font-size:.74rem}.profile-community-action-buttons{display:flex;align-items:center;justify-content:flex-end;gap:.44rem}.profile-community-action-link,.profile-community-action-delete{border:1px solid rgba(26,35,126,.2);background:#1a237e0f;color:var(--color-primary);border-radius:9px;min-height:30px;padding:.3rem .58rem;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.32rem;text-decoration:none}.profile-community-action-link:hover,.profile-community-action-delete:hover{background:#1a237e21}.profile-community-action-delete{cursor:pointer}.profile-community-action-delete:disabled{opacity:.6;cursor:not-allowed}.profile-directory-state--success{background:#43a0471f;border:1px solid rgba(67,160,71,.35);color:#2e7d32}@media(max-width:1100px){.profile-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.profile-dashboard,.profile-community-actions{padding:.76rem;gap:.7rem}.profile-dashboard-grid{grid-template-columns:1fr;gap:.58rem}.profile-dashboard-card{padding:.72rem}.profile-dashboard-title,.profile-community-actions-title{font-size:.88rem}.profile-dashboard-refresh{min-height:32px;font-size:.74rem;padding:.34rem .58rem}.profile-community-action-item{padding:.62rem}.profile-community-action-meta{flex-direction:column;align-items:flex-start;gap:.16rem}}[data-theme=dark] .profile-page{background:linear-gradient(180deg,rgba(13,21,56,.78) 0%,rgba(13,21,56,.48) 35%,var(--color-light) 72%);color:var(--color-dark)}[data-theme=dark] .profile-header{background:radial-gradient(circle at 14% 22%,rgba(154,215,255,.12) 0%,transparent 34%),radial-gradient(circle at 84% 16%,rgba(154,215,255,.09) 0%,transparent 30%),linear-gradient(135deg,#0b1436,#17285d 46%,#22418a);border:1px solid rgba(154,215,255,.18);box-shadow:0 22px 44px #050b1a6b}[data-theme=dark] .profile-heading:before{background:#9ad7ff33;color:#e6f3ff}[data-theme=dark] .profile-tabs,[data-theme=dark] .profile-settings,[data-theme=dark] .profile-form,[data-theme=dark] .profile-info{background:#16213a;border-color:#9ad7ff33;box-shadow:0 10px 24px #050b1a66}[data-theme=dark] .profile-settings-card{background:#17233d;border-color:#9ad7ff33;box-shadow:0 10px 24px #050b1a66}[data-theme=dark] .profile-settings-title,[data-theme=dark] .profile-settings-card-title,[data-theme=dark] .profile-settings-toggle-label{color:#e6f2ff}[data-theme=dark] .profile-settings-subtitle,[data-theme=dark] .profile-settings-card-hint{color:#e0eaffdb}[data-theme=dark] .profile-settings-toggle-note{color:#e0eaffc7}[data-theme=dark] .profile-settings-tab{background:#6fc1ff1a;border-color:#9fd6ff4d;color:#e6f2ff}[data-theme=dark] .profile-settings-tab:hover{background:#6fc1ff33;border-color:#9fd6ff61}[data-theme=dark] .profile-settings-tab.is-active{background:#6fc1ff;border-color:#6fc1ff;color:#0f1117}[data-theme=dark] .profile-settings-toggle{background:#6fc1ff14;border-color:#9fd6ff3d}[data-theme=dark] .profile-settings-notice{background:#6fc1ff24;border-color:#9fd6ff4d;color:#e8f3ff}[data-theme=dark] .profile-tab-btn{color:#d8e4ff}[data-theme=dark] .profile-tab-btn:hover{background:#9ad7ff24;color:#f2f8ff;border-color:#9ad7ff4d}[data-theme=dark] .profile-tab-btn.is-active{background:#6fc1ff;color:#0f1117}[data-theme=dark] .profile-form label,[data-theme=dark] .info-item strong{color:#9ad7ff}[data-theme=dark] .profile-form input,[data-theme=dark] .profile-form select,[data-theme=dark] .profile-form textarea{background:#202d4a;color:var(--color-dark);border-color:#3a4b73}[data-theme=dark] .profile-form input:focus,[data-theme=dark] .profile-form select:focus,[data-theme=dark] .profile-form textarea:focus{border-color:#6fc1ff;box-shadow:0 0 0 3px #6fc1ff33}[data-theme=dark] .profile-form input[readonly]{background:#1b2741;color:#cbd8f4}[data-theme=dark] .profile-action-btn--primary,[data-theme=dark] .profile-action-btn--success{background:linear-gradient(135deg,#59b6ff,#7ed0ff 120%);color:#0f1117}[data-theme=dark] .profile-action-btn--primary:hover,[data-theme=dark] .profile-action-btn--success:hover{background:linear-gradient(135deg,#76c5ff,#9ad7ff 120%)}[data-theme=dark] .profile-action-btn--ghost{background:#9ad7ff1f;border-color:#9ad7ff52;color:#eef4ff}[data-theme=dark] .profile-action-btn--outline{background:#9ad7ff1a;border-color:#9ad7ff57;color:#eef4ff}[data-theme=dark] .profile-action-btn--outline:hover{background:#9ad7ff2e}[data-theme=dark] .profile-action-btn--settings{background:#9ad7ff1a;border-color:#9ad7ff57;color:#eef4ff}[data-theme=dark] .profile-action-btn--settings:hover,[data-theme=dark] .profile-action-btn--settings.is-active{background:#9ad7ff3d;border-color:#9ad7ff80}[data-theme=dark] .profile-action-btn--manage{background:#9ad7ff1f;border-color:#9ad7ff6b;color:#eef4ff}[data-theme=dark] .profile-action-btn--manage:hover,[data-theme=dark] .profile-action-btn--manage.is-active{background:#9ad7ff42;border-color:#9ad7ff94}[data-theme=dark] .profile-tools .profile-widget,[data-theme=dark] .profile-dancers,[data-theme=dark] .profile-dashboard,[data-theme=dark] .profile-community-actions{background:#16213a;border-color:#9ad7ff33}[data-theme=dark] .profile-dashboard-card,[data-theme=dark] .profile-community-action-item{background:linear-gradient(145deg,#1a2744,#1f2d4b);border-color:#9ad7ff38}[data-theme=dark] .profile-dashboard-title,[data-theme=dark] .profile-community-actions-title,[data-theme=dark] .profile-dashboard-card-title{color:#9ad7ff}[data-theme=dark] .profile-dashboard-refresh{background:#9ad7ff1f;border-color:#9ad7ff57;color:#d8ebff}[data-theme=dark] .profile-dashboard-refresh:hover:not(:disabled){background:#9ad7ff33}[data-theme=dark] .profile-dashboard-metric-item,[data-theme=dark] .profile-dashboard-viewer-item{background:#202d4a;border-color:#9ad7ff40}[data-theme=dark] .profile-dashboard-metric-value,[data-theme=dark] .profile-dashboard-viewer-name,[data-theme=dark] .profile-community-action-title,[data-theme=dark] .profile-community-action-preview,[data-theme=dark] .profile-dashboard-summary-item{color:#eef4ff}[data-theme=dark] .profile-dashboard-metric-label,[data-theme=dark] .profile-dashboard-last-update,[data-theme=dark] .profile-dashboard-viewer-time,[data-theme=dark] .profile-community-actions-counts,[data-theme=dark] .profile-community-action-topic,[data-theme=dark] .profile-community-action-meta,[data-theme=dark] .profile-dashboard-empty{color:#d4e2ff}[data-theme=dark] .profile-community-filter-btn,[data-theme=dark] .profile-community-action-link,[data-theme=dark] .profile-community-action-delete{background:#9ad7ff1a;border-color:#9ad7ff57;color:#d8ebff}[data-theme=dark] .profile-community-filter-btn.is-active{background:#6fc1ff;border-color:#6fc1ff;color:#0f1117}[data-theme=dark] .profile-security-card{background:#16213a;border-color:#9ad7ff33}[data-theme=dark] .profile-security-card--danger{border-color:#ff8a8059}[data-theme=dark] .profile-widget-title,[data-theme=dark] .profile-dancers-title,[data-theme=dark] .profile-security-title{color:#9ad7ff}[data-theme=dark] .profile-progress-track{background:#293a5d}[data-theme=dark] .profile-progress-text,[data-theme=dark] .profile-directory-meta,[data-theme=dark] .profile-dancer-meta{color:#d4e2ff}[data-theme=dark] .profile-directory-page-btn{background:#9ad7ff14;border-color:#9ad7ff47;color:#d8ebff}[data-theme=dark] .profile-directory-page-btn:hover:not(:disabled){background:#9ad7ff29;border-color:#9ad7ff6b}[data-theme=dark] .profile-directory-page-btn.is-active{background:#6fc1ff;border-color:#6fc1ff;color:#0f1117}[data-theme=dark] .profile-security-hint{color:#d4e2ff}[data-theme=dark] .profile-recommend-item{color:#d7e5ff}[data-theme=dark] .profile-search-input-wrap,[data-theme=dark] .profile-search-select{background:#202d4a;border-color:#3a4b73;color:#edf2ff}[data-theme=dark] .profile-form .checkbox-group label{background:#ffffff0a;border-color:#6fc1ff1f}[data-theme=dark] .profile-security-form .text-label{color:#9ad7ff}[data-theme=dark] .profile-security-form .form-control{background:#202d4a;color:#edf2ff;border-color:#3a4b73}[data-theme=dark] .profile-security-form .form-control:focus{border-color:#6fc1ff;box-shadow:0 0 0 3px #6fc1ff33}[data-theme=dark] .profile-security-btn{background:#59b6ff;color:#0f1117}[data-theme=dark] .profile-security-btn:hover{background:#76c5ff}[data-theme=dark] .profile-security-btn--warning{background:#ff9800;color:#0f1117}[data-theme=dark] .profile-security-btn--warning:hover{background:#ffad33}[data-theme=dark] .profile-security-btn--danger{background:#ef5350;color:#0f1117}[data-theme=dark] .profile-security-btn--danger:hover{background:#ff6e69}[data-theme=dark] .profile-search-input{color:#edf2ff}[data-theme=dark] .profile-directory-state{background:#9ad7ff14;border-color:#9ad7ff40;color:#e3eeff}[data-theme=dark] .profile-dancer-card{background:linear-gradient(145deg,#1a2744,#1f2d4b);border-color:#37507d}[data-theme=dark] .profile-dancer-name{color:#eef4ff}[data-theme=dark] .profile-dancer-view-btn{border-color:#9ad7ff66;background:#9ad7ff1f;color:#d8ebff}[data-theme=dark] .profile-dancer-view-btn:hover{background:#9ad7ff33}[data-theme=dark] .profile-dancer-detail-item{background:#9ad7ff14;border-color:#9ad7ff38;color:#e1eeff}[data-theme=dark] .profile-dancer-detail-item strong{color:#9ad7ff}[data-theme=dark] .avatar-picker{background:#9ad7ff14;border-color:#9ad7ff42}[data-theme=dark] .avatar-emoji-btn{background:#202d4a;border-color:#3a4b73;color:#eaf1ff}[data-theme=dark] .avatar-emoji-btn:hover{background:#9ad7ff33}[data-theme=dark] .avatar-emoji-btn.is-active{border-color:#6fc1ff;box-shadow:0 0 0 2px #6fc1ff40}[data-theme=dark] .info-row{background:linear-gradient(135deg,#182744,#1a2741);border-color:#9ad7ff33}[data-theme=dark] .info-item{background:#222f4a;border-color:#37507d;color:#edf2ff}[data-theme=dark] .error-message{background:#ef535024;border-color:#ef535073;color:#ffd4d3}@media(min-width:1200px){.profile-header{padding:2rem 2.2rem}.profile-avatar{width:74px;height:74px;font-size:2rem}.profile-heading h1{font-size:2.2rem}.profile-tabs{padding:.55rem .75rem}.profile-tab-btn{font-size:.8rem;padding:.35rem .82rem}.profile-form,.profile-info{padding:1.35rem}.profile-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.avatar-preview{width:74px;height:74px;font-size:2rem}.profile-form label{font-size:.84rem}.profile-form input,.profile-form select,.profile-form textarea{font-size:.92rem;padding:.62rem .78rem}.info-row{grid-template-columns:1fr;padding:.85rem .95rem}.info-item{font-size:.9rem;padding:.7rem .75rem}.profile-dancers-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.profile-view-page{min-height:calc(100vh - var(--header-height));background:radial-gradient(circle at top,rgba(25,118,210,.08) 0%,transparent 32%),linear-gradient(180deg,rgba(26,35,126,.12) 0%,rgba(26,35,126,.04) 36%,var(--color-light) 72%);padding:1.7rem 0 3rem}.profile-view-page .container{max-width:var(--max-width-2xl)}.profile-view-loading{text-align:center;padding:2.4rem 1rem;color:var(--color-gray-dark)}.profile-view-error-card{border-radius:24px;border:1px solid rgba(26,35,126,.12);background:linear-gradient(180deg,#fffffffa,#f7fafffa);box-shadow:0 18px 36px #0f172a14;padding:1.45rem}.profile-view-error-title{margin:0 0 .35rem;color:var(--color-primary);font-size:1.2rem}.profile-view-error-text{margin:0;color:var(--color-gray-dark)}.profile-view-error-actions{margin-top:.9rem}.profile-view-hero{border-radius:28px;background:radial-gradient(circle at 14% 24%,rgba(255,255,255,.2) 0%,transparent 34%),radial-gradient(circle at 82% 18%,rgba(100,181,246,.18) 0%,transparent 28%),linear-gradient(135deg,#0d1b5f,#1a237e 44%,#2f72d1);border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 52px #0f172a29;padding:1.2rem 1.25rem 1.35rem;margin-bottom:1.05rem;position:relative;overflow:hidden}.profile-view-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f331a,#080f3347),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 52px);pointer-events:none}.profile-view-hero:after{content:"";position:absolute;right:-90px;bottom:-130px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14) 0%,transparent 70%);pointer-events:none}.profile-view-top-line,.profile-view-main{position:relative;z-index:1}.profile-view-top-line{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.profile-view-back-link{display:inline-flex;align-items:center;gap:.38rem;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:.4rem .85rem;color:#fff;text-decoration:none;font-size:.82rem;font-weight:700;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-view-back-link:hover{background:#ffffff24}.profile-view-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:14px;border:1px solid transparent;min-height:40px;padding:.48rem .9rem;font-size:.82rem;font-weight:700;text-decoration:none}.profile-view-btn--primary{background:linear-gradient(135deg,var(--color-secondary) 0%,rgba(255,255,255,.18) 140%);color:#fff;box-shadow:0 12px 26px #0a1d4b33}.profile-view-btn--primary:hover{background:linear-gradient(135deg,#3491f0,#6ab9ff 120%)}.profile-view-main{margin-top:1rem;display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center}.profile-view-avatar{width:88px;height:88px;border-radius:24px;border:2px solid rgba(255,255,255,.7);box-shadow:0 16px 30px #00000038;color:#fff;font-size:2.1rem;display:flex;align-items:center;justify-content:center}.profile-view-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.profile-view-title{margin:0;color:#fff;font-size:clamp(1.6rem,2.8vw,2.4rem);line-height:1.08}.profile-view-subtitle{margin:.38rem 0 0;color:#ffffffe6;font-size:.94rem}.profile-view-tags{margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.48rem}.profile-view-tag{border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff24;color:#fff;display:inline-flex;align-items:center;gap:.26rem;padding:.34rem .72rem;font-size:.78rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-view-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem}.profile-view-card{border-radius:22px;border:1px solid rgba(26,35,126,.12);background:linear-gradient(180deg,#fffffffa,#f7fafffa);box-shadow:0 16px 36px #0f172a12;padding:1.05rem}.profile-view-card-title{margin:0 0 .9rem;color:var(--color-primary);font-size:1.02rem}.profile-view-items{display:grid;gap:.52rem}.profile-view-item{border:1px solid rgba(26,35,126,.1);background:linear-gradient(180deg,#1a237e0d,#1976d208);border-radius:14px;padding:.72rem .78rem;display:grid;gap:.24rem}.profile-view-item-label{font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--color-primary)}.profile-view-item-value{font-size:.94rem;color:var(--color-dark);word-break:break-word}@media(max-width:960px){.profile-view-grid{grid-template-columns:1fr}}@media(max-width:760px){.profile-view-page{padding:1.05rem 0 2rem}.profile-view-page .container{padding-left:.75rem;padding-right:.75rem}.profile-view-hero{padding:.95rem .88rem 1.02rem;border-radius:22px}.profile-view-top-line{flex-wrap:wrap}.profile-view-back-link,.profile-view-btn{min-height:36px;font-size:.78rem}.profile-view-main{grid-template-columns:1fr;justify-items:center;text-align:center;gap:.66rem}.profile-view-avatar{width:76px;height:76px;font-size:1.8rem;border-radius:20px}.profile-view-title{font-size:1.36rem}.profile-view-subtitle{font-size:.82rem}.profile-view-tags{justify-content:center}.profile-view-card{padding:.86rem}.profile-view-card-title{font-size:.92rem}.profile-view-item{padding:.5rem .56rem}.profile-view-item-value{font-size:.84rem}}@media(max-width:520px){.profile-view-top-line{align-items:stretch}.profile-view-back-link,.profile-view-btn{width:100%;justify-content:center}.profile-view-tag{font-size:.72rem}}[data-theme=dark] .profile-view-page{background:linear-gradient(180deg,rgba(13,21,56,.8) 0%,rgba(13,21,56,.5) 40%,var(--color-light) 74%)}[data-theme=dark] .profile-view-card,[data-theme=dark] .profile-view-error-card{background:linear-gradient(180deg,#16213afa,#10192dfa);border-color:#9ad7ff38}[data-theme=dark] .profile-view-card-title,[data-theme=dark] .profile-view-item-label,[data-theme=dark] .profile-view-error-title{color:#9ad7ff}[data-theme=dark] .profile-view-item{background:#9ad7ff17;border-color:#9ad7ff38}[data-theme=dark] .profile-view-item-value,[data-theme=dark] .profile-view-error-text,[data-theme=dark] .profile-view-loading{color:#e3eeff}[data-theme=dark] .profile-view-btn--primary{background:linear-gradient(135deg,#59b6ff,#7ed0ff 120%);color:#0f1117}[data-theme=dark] .profile-view-btn--primary:hover{background:#76c5ff}.dance-figures-page{min-height:100vh;background:var(--color-light)}.dance-figures-hero{min-height:360px;padding:5rem 0 4rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center}.dance-figures-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.12) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.08) 0%,transparent 55%);z-index:1}.dance-figures-hero .container{position:relative;z-index:2;width:100%}.dance-figures-hero .hero-content{max-width:760px;margin:0 auto;text-align:center;padding:1.5rem}.dance-figures-hero .hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.3)}.dance-figures-hero .hero-subtitle{font-size:1.2rem;opacity:.95}.dance-figures-section{padding:3rem 0 4rem}.dance-figures-layout{display:grid;grid-template-columns:300px 1fr;gap:2.5rem}.dance-figures-sidebar{position:sticky;top:2rem;align-self:start;display:flex;flex-direction:column;gap:1.5rem}.dance-figures-filters-card{background:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow)}.dance-figures-filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:2px solid rgba(0,0,0,.08)}.dance-figures-filters-header h3{font-size:1.2rem;margin:0;color:var(--color-primary)}.dance-switcher{background:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow)}.dance-switcher h4{font-size:1.1rem;margin-bottom:1rem;color:var(--color-primary)}.dance-switcher-grid{display:grid;gap:.8rem}.dance-switcher-card{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:var(--color-light);color:var(--color-primary);text-decoration:none;transition:all .3s ease}.dance-switcher-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:#1976d24d}.dance-action{background:#1976d226;color:var(--color-secondary);padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600}.dance-switcher-empty{color:var(--color-gray-dark);font-size:.95rem}.dance-figures-content{background:var(--color-white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow)}.dance-figures-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.08)}.dance-figures-results-header h2{font-size:1.6rem;margin:0;color:var(--color-primary)}.dance-figures-results-count{background:var(--color-secondary);color:#fff;padding:.4rem .9rem;border-radius:20px;font-weight:600;font-size:.9rem}.dance-figures-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.dance-figures-loading,.dance-figures-empty{text-align:center;padding:3rem 2rem;color:var(--color-gray-dark)}@media(max-width:992px){.dance-figures-layout{grid-template-columns:1fr}.dance-figures-sidebar{position:static}.dance-figures-hero .hero-title{font-size:2.6rem}}@media(max-width:768px){.dance-figures-hero{padding:4rem 0 3rem;min-height:320px}.dance-figures-hero .hero-title{font-size:2.2rem}.dance-figures-content{padding:1.5rem}}.community-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(180deg,#f4f8ff,#eef3ff 30%,#f8fbff)}.community-page .container{max-width:var(--max-width-2xl)}.community-hero{min-height:360px;padding:4.8rem 0 3rem;background:radial-gradient(circle at 14% 22%,rgba(255,255,255,.2),transparent 34%),radial-gradient(circle at 82% 18%,rgba(100,181,246,.22),transparent 28%),linear-gradient(135deg,#0d1b5f,#1a237e 45%,#2f72d1);color:#fff;position:relative;overflow:hidden}.community-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f331a,#080f3352),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 50px)}.community-hero:after{content:"";position:absolute;width:420px;height:420px;right:-130px;bottom:-190px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16) 0%,transparent 68%)}.community-hero-content{position:relative;z-index:1;max-width:980px;margin:0 auto;padding:2rem 2.1rem;border-radius:30px;background:linear-gradient(135deg,#ffffff21,#ffffff0d);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 60px #060e2c42;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;gap:1rem;text-align:center;justify-items:center}.community-hero-title{margin:0;color:#fff;font-size:clamp(2.2rem,3.8vw,3.35rem);line-height:1.08;text-shadow:0 10px 28px rgba(0,0,0,.22)}.community-hero-subtitle{margin:0;color:#ffffffeb;max-width:48ch;line-height:1.65;font-size:1.04rem;margin-inline:auto}.community-search{max-width:780px;width:100%;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem}.community-search-input{width:100%;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffff24;color:#fff;min-height:52px;padding:.75rem 1rem;font-size:.96rem;outline:none;box-shadow:0 18px 40px #00000024}.community-search-input::placeholder{color:#fffc}.community-search-input:focus{border-color:#ffffffb8;background:#fff3}.community-refresh-btn{min-height:52px;border-radius:999px;border:1px solid rgba(255,255,255,.34);background:#ffffff29;color:#fff;font-size:.88rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:.36rem;padding:0 1rem;cursor:pointer;box-shadow:0 18px 40px #00000024}.community-refresh-btn:hover:not(:disabled){background:#ffffff3d;transform:translateY(-1px)}.community-refresh-btn:disabled{opacity:.72;cursor:not-allowed}.community-refresh-btn .is-rotating{animation:community-rotate 1.2s linear infinite}@keyframes community-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.community-hero{min-height:auto;padding:4.2rem 0 2.8rem}.community-hero-content{padding:1.4rem 1rem;border-radius:22px}.community-search{grid-template-columns:1fr}.community-refresh-btn,.community-search-input{min-height:48px}}@media(max-width:480px){.community-hero-title{font-size:2rem}.community-hero-subtitle{font-size:.95rem}}.community-section{padding:1.2rem 0 2.6rem}.community-loading{text-align:center;padding:2.8rem 1rem;color:var(--color-gray-dark)}.community-skeleton-bar{display:block;border-radius:999px;background:#11256c1f}.community-skeleton-bar--number{width:56px;height:1.35rem;margin:.12rem 0 .04rem}.community-skeleton-bar--title{width:76%;height:.9rem}.community-skeleton-bar--text{width:100%;height:.62rem}.community-skeleton-bar--text.short{width:84%}.community-skeleton-bar--meta{width:46%;height:.58rem;margin-top:.2rem}.community-feed-item--skeleton{position:relative;overflow:hidden;pointer-events:none;background:#f6f9ff}.community-feed-item--skeleton-rich{position:relative;overflow:hidden;display:grid;gap:.4rem;padding:.72rem .74rem;border:1px solid rgba(25,118,210,.16);border-radius:12px;background:linear-gradient(145deg,#fafdfffa,#ecf4ffe6);box-shadow:0 8px 20px #0b1f4d0f;animation:community-skeleton-float 2.6s ease-in-out infinite}.community-feed-item--skeleton-rich:nth-child(2n){animation-delay:.16s}.community-skeleton-activity-card,.community-skeleton-post-card,.community-skeleton-question-card{border-left-width:3px}.community-skeleton-activity-card,.community-skeleton-post-card{border-left-color:#1976d257}.community-skeleton-question-card{border-left-color:#2e7d3257}.community-skeleton-head{display:flex;align-items:center;justify-content:space-between;gap:.42rem}.community-skeleton-head-left{display:inline-flex;align-items:center;gap:.46rem}.community-skeleton-icon{width:26px;height:26px;border-radius:8px;background:#11256c24;box-shadow:inset 0 1px #ffffff80}.community-skeleton-pill{width:86px;height:.62rem;border-radius:999px;background:#11256c21}.community-skeleton-status{width:92px;height:.56rem;border-radius:999px;background:#11256c1a}.community-skeleton-status--question{width:84px}.community-skeleton-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.32rem;margin-top:.12rem}.community-skeleton-meta-pill{width:86px;height:.52rem;border-radius:999px;background:#11256c1c}.community-skeleton-meta-pill.short{width:62px}.community-skeleton-meta-pill.long{width:136px}.community-skeleton-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;margin-top:.08rem}.community-skeleton-action-pill{width:62px;height:1.5rem;border-radius:999px;background:#1976d229}.community-skeleton-action-pill.short{width:52px}.community-skeleton-action-line{width:132px;height:1.45rem;border-radius:999px;background:#11256c1f;margin-top:.1rem}.community-feed-item--skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#c6dcff6b 52%,#fff0);animation:community-skeleton-shimmer 1.35s ease-in-out infinite}@keyframes community-skeleton-shimmer{to{transform:translate(100%)}}@keyframes community-skeleton-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.community-error,.community-notice{margin-bottom:.86rem;border-radius:10px;padding:.62rem .76rem;font-size:.83rem;font-weight:700;display:inline-flex;align-items:center;gap:.44rem}.community-error{background:#c628281a;border:1px solid rgba(198,40,40,.3);color:#b00020}.community-notice{background:#2e7d321f;border:1px solid rgba(46,125,50,.27);color:#1b5e20}.community-stats-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,192px);gap:.8rem;align-items:stretch;margin-bottom:.94rem}.community-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:0}.community-stat-card{position:relative;overflow:hidden;display:grid;gap:.22rem;background:linear-gradient(155deg,#fffffffa,#f2f8ffeb);border-radius:14px;border:1px solid rgba(25,118,210,.18);box-shadow:0 14px 30px #0b1f4d1a;padding:.76rem .68rem .7rem;text-align:left;transition:opacity .58s ease,transform .58s ease,filter .58s ease,box-shadow .24s ease,border-color .24s ease;transition-delay:var(--community-card-delay, 0ms)}.community-stat-card:after{content:"";position:absolute;right:-26px;top:-26px;width:72px;height:72px;border-radius:50%;background:radial-gradient(circle,#1976d233,#1976d200);pointer-events:none}.community-stat-top{display:flex;align-items:center;justify-content:space-between;gap:.56rem}.community-observed-card.is-out{opacity:0;transform:translateY(16px) scale(.985);filter:blur(2px)}.community-observed-card.is-in{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.community-stat-icon{width:30px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#415377;background:#ffffffc7;border:1px solid rgba(120,140,175,.28);box-shadow:0 8px 14px #10224c1f;transition:transform .24s ease,box-shadow .24s ease,background-color .24s ease}.community-stat-chip{border-radius:999px;border:1px solid rgba(17,37,108,.14);background:#11256c14;color:var(--color-primary);padding:.15rem .44rem;font-size:.62rem;font-weight:700;letter-spacing:.01em}.community-stat-card--themes .community-stat-icon,.community-stat-card--posts .community-stat-icon,.community-stat-card--questions .community-stat-icon,.community-stat-card--authors .community-stat-icon{background:#ffffffc7}.community-stat-card:hover{transform:translateY(-3px);box-shadow:0 18px 30px #0b1f4d26;border-color:#1976d24d}.community-stat-card:hover .community-stat-icon{transform:translateY(-1px) scale(1.04);box-shadow:0 10px 16px #10224c2e}.community-stat-number{font-size:1.48rem;line-height:1.1;font-weight:800;color:var(--color-primary)}.community-stat-label{margin-top:0;font-size:.78rem;color:var(--color-primary);font-weight:700}.community-stat-hint{font-size:.68rem;line-height:1.35;color:var(--color-gray-dark)}.community-rules-quick-card{width:100%;min-height:100%;border:1px solid rgba(25,118,210,.24);border-radius:14px;background:linear-gradient(140deg,#091e6324,#1976d214);box-shadow:0 14px 30px #0b1f4d1a;color:var(--color-primary);padding:.74rem .68rem;display:grid;align-content:center;justify-items:start;gap:.34rem;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;transition-delay:var(--community-card-delay, 0ms)}.community-rules-quick-card:hover{transform:translateY(-1px);box-shadow:0 16px 28px #0b1f4d24;border-color:#1976d252}.community-rules-quick-card.is-open{border-color:#1976d26b;background:linear-gradient(140deg,#091e6333,#1976d21f)}.community-rules-quick-icon{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffb8;border:1px solid rgba(120,140,175,.24);color:#2b4078}.community-rules-quick-title{font-size:.86rem;font-weight:700;line-height:1.28}.community-rules-quick-hint{font-size:.74rem;color:var(--color-gray-dark);line-height:1.35}.community-rules-card{background:linear-gradient(140deg,#091e6324,#1976d214);border:1px solid rgba(25,118,210,.24);border-radius:16px;padding:.96rem 1rem;margin-bottom:.8rem;box-shadow:0 14px 30px #0b1f4d1a;display:grid;gap:.76rem;animation:communityRulesReveal .28s ease both}@keyframes communityRulesReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.community-rules-head{display:grid;gap:.34rem}.community-rules-title{margin:0;color:var(--color-primary);display:inline-flex;align-items:center;gap:.44rem;font-size:1rem}.community-rules-note{margin:0;color:#081c59e0;line-height:1.5;font-size:.82rem}.community-rules-list{margin:0;padding:0;list-style:none;display:grid;gap:.44rem;color:var(--color-gray-dark);font-size:.8rem}.community-rules-list li{position:relative;border-radius:12px;background:#ffffffb8;border:1px solid rgba(25,118,210,.16);padding:.58rem .66rem .58rem 1.24rem;line-height:1.48}.community-rules-list li:before{content:"";position:absolute;left:.58rem;top:.92rem;width:7px;height:7px;border-radius:50%;background:var(--color-secondary);box-shadow:0 0 0 3px #1976d224}.community-rules-list strong{color:var(--color-primary);font-weight:800}.community-tabs{display:flex;gap:.45rem;margin-bottom:.86rem}.community-tab-btn{border:1px solid rgba(25,118,210,.28);background:#1976d217;color:var(--color-primary);border-radius:999px;min-height:36px;padding:.33rem .82rem;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;gap:.34rem;cursor:pointer;white-space:nowrap}.community-tab-btn.is-active{background:var(--color-secondary);border-color:var(--color-secondary);color:#fff}.community-layout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.76rem}.community-card{background:#fff;border-radius:14px;border:1px solid rgba(17,37,108,.1);box-shadow:0 10px 24px #0b1f4d14;padding:.86rem}.community-card-title{margin:0;color:var(--color-primary);font-size:.98rem;display:inline-flex;align-items:center;gap:.38rem}.community-card-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.68rem;margin-bottom:.66rem}.community-card-controls{display:grid;gap:.34rem;justify-items:end}.community-card-controls.compact{justify-items:end}.community-chip-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.3rem}.community-chip{border:1px solid rgba(17,37,108,.2);background:#11256c0f;color:var(--color-primary);border-radius:999px;min-height:28px;padding:.16rem .56rem;font-size:.72rem;font-weight:800;cursor:pointer}.community-chip.is-active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.community-chip--post{border-color:#1976d257;color:#0d47a1}.community-chip--question{border-color:#2e7d3257;color:#1b5e20}.community-chip--subtopic{border-color:#8e24aa57;color:#6a1b9a}.community-select-wrap{border-radius:999px;border:1px solid rgba(25,118,210,.22);background:linear-gradient(180deg,#fffffff2,#eff5ffeb);display:inline-flex;align-items:center;gap:.32rem;color:var(--color-primary);min-height:34px;font-size:.76rem;font-weight:800;padding:0 .28rem 0 .7rem;box-shadow:0 8px 18px #0f172a0f}.community-select-wrap select{border:none;background:transparent;color:inherit;font-size:.76rem;font-weight:800;min-height:32px;padding:0 1.45rem 0 .08rem;outline:none;background-position:right .1rem center;background-size:10px 6px}.community-toggle-check{display:inline-flex;align-items:center;gap:.46rem;font-size:.78rem;font-weight:700;color:var(--color-gray-dark);padding:.3rem .38rem;border-radius:10px}.community-feed-list,.community-posts-list{display:grid;gap:.56rem}.community-feed-item,.community-post-item,.community-question-item{border-radius:11px;border:1px solid rgba(17,37,108,.11);padding:.66rem .7rem;display:grid;gap:.28rem;text-decoration:none;background:#f9fbff}.feed-item--post{border-left:3px solid #1976d2;background:linear-gradient(135deg,#1976d21a,#1976d208)}.feed-item--question{border-left:3px solid #2e7d32;background:linear-gradient(135deg,#2e7d321f,#2e7d3208)}.feed-item--subtopic{border-left:3px solid #8e24aa;background:linear-gradient(135deg,#8e24aa1f,#8e24aa08)}.community-item-title{color:var(--color-primary);font-size:.88rem}.community-item-text{margin:0;color:var(--color-gray-dark);font-size:.82rem;line-height:1.4}.community-item-meta{color:var(--color-gray);font-size:.74rem}.post-item-head,.question-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.42rem}.post-meta-group{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.28rem;justify-content:flex-end}.post-rating{color:var(--color-secondary);font-size:.74rem;font-weight:800}.post-moderation{border-radius:999px;border:1px solid transparent;font-size:.7rem;font-weight:700;padding:.14rem .42rem}.post-moderation--approved{background:#2e7d3224;border-color:#2e7d3242;color:#1b5e20}.post-moderation--pending{background:#f57c0024;border-color:#f57c0042;color:#8d4a00}.post-moderation--rejected{background:#c6282824;border-color:#c6282842;color:#b00020}.post-actions{display:inline-flex;flex-wrap:wrap;gap:.3rem}.post-action-btn{border-radius:999px;border:1px solid rgba(25,118,210,.3);background:#1976d21a;color:var(--color-primary);min-height:30px;padding:0 .52rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.74rem;font-weight:800;cursor:pointer}.post-action-btn.is-active{background:#1976d23d;border-color:#1976d26b}.question-state-badge{border-radius:999px;border:1px solid transparent;font-size:.7rem;font-weight:800;padding:.14rem .42rem;white-space:nowrap}.question-state-badge.is-answered{background:#2e7d3224;border-color:#2e7d3242;color:#1b5e20}.question-state-badge.is-open{background:#f57c0024;border-color:#f57c0042;color:#8d4a00}.question-item-meta-row{display:inline-flex;gap:.26rem;flex-wrap:wrap;align-items:center}.question-meta-pill{border-radius:999px;background:#1976d21f;color:var(--color-primary);font-size:.7rem;font-weight:800;padding:.14rem .42rem}.question-expand-btn{border:1px solid rgba(25,118,210,.28);background:#fff;color:var(--color-primary);border-radius:999px;min-height:30px;width:fit-content;padding:0 .6rem;font-size:.74rem;font-weight:800;cursor:pointer}.question-answers-panel{border-radius:10px;border:1px solid rgba(17,37,108,.14);background:#fff;padding:.54rem;display:grid;gap:.42rem}.question-answer-empty,.question-answer-login-hint{margin:0;font-size:.8rem;color:var(--color-gray-dark)}.question-answers-list{display:grid;gap:.34rem}.question-answer-item{border-radius:9px;border:1px solid rgba(17,37,108,.12);background:#f9fbff;padding:.46rem;display:grid;gap:.24rem}.question-answer-item.is-accepted{border-color:#2e7d324d;background:#2e7d321a}.question-answer-head{display:flex;justify-content:space-between;align-items:center;gap:.4rem}.question-answer-head strong{font-size:.78rem;color:var(--color-primary)}.question-answer-head span{font-size:.7rem;color:var(--color-gray)}.question-answer-item p{margin:0;font-size:.82rem;color:var(--color-gray-dark)}.question-answer-accepted{width:fit-content;border-radius:999px;background:#2e7d3233;color:#1b5e20;font-size:.72rem;font-weight:800;padding:.14rem .48rem}.question-answer-accept-btn{width:fit-content;border-radius:999px;border:1px solid rgba(25,118,210,.3);background:#1976d21a;color:var(--color-primary);font-size:.72rem;font-weight:800;padding:.16rem .5rem;cursor:pointer}.question-answer-form{display:grid;gap:.36rem}.question-answer-form textarea{width:100%;border-radius:9px;border:1px solid rgba(17,37,108,.16);background:#f8fbff;color:var(--color-dark);padding:.46rem .52rem;font-size:.82rem;resize:vertical}.question-answer-form textarea:focus{outline:none;border-color:#1976d275;box-shadow:0 0 0 3px #1976d224}.question-answer-form button{width:fit-content;border:none;border-radius:999px;background:var(--color-secondary);color:#fff;min-height:30px;padding:0 .58rem;font-size:.74rem;font-weight:800;display:inline-flex;align-items:center;gap:.24rem;cursor:pointer}.community-form{display:grid;gap:.56rem}.community-form input:not([type=checkbox]),.community-form textarea,.community-form select{width:100%;border-radius:10px;border:1px solid rgba(17,37,108,.18);background:#fff;color:var(--color-dark);padding:.58rem .68rem;font-size:.86rem}.community-form textarea{min-height:110px;resize:vertical}.community-form input:not([type=checkbox]):focus,.community-form textarea:focus,.community-form select:focus{outline:none;border-color:#1976d275;box-shadow:0 0 0 3px #1976d224}.community-form .community-toggle-check{width:fit-content;cursor:pointer}.community-form .community-toggle-check input[type=checkbox]{flex:0 0 auto;cursor:pointer}.community-submit-btn{border-radius:10px;border:none;min-height:38px;background:var(--color-secondary);color:#fff;font-size:.84rem;font-weight:800;cursor:pointer}.community-themes-card{margin-top:.2rem}.community-themes-layout{display:grid;gap:.7rem}.community-theme-create-card{margin-top:.2rem}.community-create-theme-toggle{border-radius:10px;border:1px solid rgba(25,118,210,.28);background:#1976d214;color:var(--color-primary);min-height:34px;padding:0 .72rem;font-size:.78rem;font-weight:800;cursor:pointer}.community-create-theme-toggle.is-open{background:#1976d224}.community-theme-create-note{margin:0 0 .66rem;color:var(--color-gray-dark);font-size:.82rem;line-height:1.45}.community-theme-create-form{border-top:1px solid rgba(17,37,108,.1);padding-top:.68rem}.community-themes-page-switch{display:inline-flex;gap:.34rem}.community-themes-section-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.52rem}.community-themes-section-head h3{margin:0;color:var(--color-primary);font-size:.95rem}.community-themes-section-tools{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.38rem}.community-themes-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.56rem}.community-theme-link{text-decoration:none;background:#1976d214;border:1px solid rgba(25,118,210,.2);border-radius:10px;padding:.54rem;display:grid;gap:.2rem}.community-theme-link:hover{background:#1976d224;border-color:#1976d25c}.community-theme-link--custom{background:#11256c14;border-color:#11256c33}.community-theme-link--custom:hover{background:#11256c1f;border-color:#11256c4d}.community-theme-title{color:var(--color-primary);font-size:.84rem}.community-theme-meta{color:var(--color-gray-dark);font-size:.74rem}@media(max-width:1080px){.community-layout-grid{grid-template-columns:1fr}}@media(max-width:860px){.community-stats-layout{grid-template-columns:1fr}.community-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.community-rules-quick-card{min-height:auto;grid-template-columns:auto 1fr;align-items:center;column-gap:.56rem;row-gap:.16rem;padding:.66rem .62rem}.community-rules-quick-title,.community-rules-quick-hint{grid-column:2}.community-themes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.community-hero{min-height:250px;padding:3.4rem 0 1.9rem}.community-search{grid-template-columns:minmax(0,1fr) auto}.community-stat-card{padding:.66rem .62rem .62rem}.community-stat-number{font-size:1.36rem}.community-stat-label{font-size:.75rem}.community-stat-hint{font-size:.66rem}.community-section{padding-top:.82rem}.community-card-head-row{flex-direction:column;align-items:flex-start;gap:.48rem}.community-card-controls,.community-card-controls.compact{justify-items:flex-start;width:100%}.community-chip-row{justify-content:flex-start}.community-themes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.post-item-head,.question-item-head{flex-direction:column}.post-meta-group{justify-content:flex-start}}@media(max-width:520px){.community-page .container{padding-left:.72rem;padding-right:.72rem}.community-hero{min-height:226px;padding:3rem 0 1.4rem}.community-hero-title{font-size:1.56rem}.community-hero-subtitle{font-size:.88rem}.community-search{grid-template-columns:minmax(0,1fr) auto;gap:.38rem}.community-search-input,.community-refresh-btn{min-height:40px}.community-stats{gap:.5rem}.community-stats-layout{gap:.56rem}.community-rules-quick-card{padding:.66rem .6rem}.community-stat-card,.community-card{padding:.72rem}.community-tabs{gap:.34rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.2rem}.community-tabs::-webkit-scrollbar{height:4px}.community-tabs::-webkit-scrollbar-thumb{background:#1976d247;border-radius:999px}.community-tab-btn{flex:0 0 auto}.community-select-wrap{width:100%;justify-content:space-between}.community-select-wrap select{width:100%}.post-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.28rem}.post-action-btn{min-height:30px;justify-content:center;padding:0}.community-themes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.question-answer-form button{width:100%;justify-content:center}}@media(max-width:430px){.community-stats{grid-template-columns:1fr}.community-rules-quick-card{grid-template-columns:1fr;justify-items:start;row-gap:.28rem}.community-rules-quick-title,.community-rules-quick-hint{grid-column:auto}}@media(prefers-reduced-motion:reduce){.community-observed-card,.community-observed-card.is-in,.community-observed-card.is-out,.community-stat-card,.community-stat-icon,.community-rules-quick-card,.community-feed-item--skeleton-rich,.community-feed-item--skeleton:after{animation:none!important;transition:none!important;transform:none!important;filter:none!important;opacity:1!important}}.community-themes-grid{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:992px){.community-themes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.community-themes-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.topic-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(180deg,#f4f8ff,#eef3ff 48%,#f8faff)}.topic-page .container{max-width:var(--max-width-2xl)}.topic-hero{min-height:260px;padding:4.2rem 0 3rem;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.22),transparent 48%),radial-gradient(circle at 82% 72%,rgba(255,255,255,.18),transparent 52%),linear-gradient(135deg,#11256c,#1d4aa8);color:#fff;border-bottom:1px solid rgba(17,37,108,.15)}.topic-page-header{max-width:820px;margin:0 auto;display:grid;gap:.9rem}.topic-page-header h1{margin:0;color:#fff;font-size:clamp(1.9rem,3.3vw,2.9rem);line-height:1.15}.topic-page-header p{margin:0;max-width:720px;color:#ffffffeb;font-size:1.03rem}.topic-page-back-link{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;color:#fff;border:1px solid rgba(255,255,255,.34);background:#ffffff1a;padding:.38rem .78rem;border-radius:999px;font-size:.88rem;font-weight:600;transition:all .2s ease}.topic-page-back-link:hover{background:#fff3}.topic-section{padding:2.2rem 0 3rem}.topic-page-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:1.35rem;align-items:start}.topic-page-sidebar{position:sticky;top:calc(var(--header-height) + 14px)}.topic-page-card{background:#fff;border:1px solid rgba(17,37,108,.1);box-shadow:0 12px 28px #0b1f4d14;border-radius:18px;padding:1rem}.topic-page-card-header{font-weight:800;color:var(--color-primary);margin-bottom:.8rem}.topic-page-card-header--row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.topic-page-add-subtopic-btn{border:1px solid rgba(25,118,210,.3);background:#1976d21a;color:var(--color-primary);border-radius:999px;padding:.36rem .68rem;font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.topic-page-add-subtopic-btn.is-open{background:#11256c1a}.topic-page-subtopic-controls{display:grid;gap:.62rem;margin-bottom:.8rem}.topic-page-search-wrap,.topic-page-sort-wrap{display:flex;align-items:center;gap:.5rem;border-radius:12px;border:1px solid rgba(17,37,108,.14);background:#f7faff;padding:.5rem .68rem;color:var(--color-primary)}.topic-page-search-wrap input,.topic-page-sort-wrap select{width:100%;border:none;outline:none;background:transparent;color:var(--color-dark);font-size:.9rem}.topic-page-sort-wrap select{padding-right:1.45rem;background-position:right .05rem center}.topic-page-subtopic-form{display:grid;gap:.52rem;margin-bottom:.8rem;padding:.75rem;border-radius:14px;background:#f6f9ff;border:1px solid rgba(17,37,108,.1)}.topic-page-subtopic-form label{font-size:.78rem;font-weight:700;color:var(--color-gray-dark)}.topic-page-subtopic-form input,.topic-page-subtopic-form textarea{width:100%;border:1px solid rgba(17,37,108,.14);background:#fff;border-radius:10px;padding:.56rem .7rem;font-size:.86rem}.topic-page-subtopic-form button{border:none;border-radius:10px;background:var(--color-secondary);color:#fff;font-weight:700;font-size:.84rem;padding:.58rem .76rem;cursor:pointer}.topic-page-subtopics{display:grid;gap:.58rem}.topic-page-subtopic-item{width:100%;text-align:left;border-radius:13px;border:1px solid rgba(17,37,108,.12);background:#f8fbff;padding:.72rem;cursor:pointer;transition:all .2s ease}.topic-page-subtopic-item:hover{border-color:#1976d261;transform:translateY(-1px)}.topic-page-subtopic-item.is-active{border-color:#1976d275;background:#1976d21f}.topic-page-subtopic-content{display:grid;gap:.22rem}.topic-page-subtopic-content h4{margin:0;font-size:.92rem;color:var(--color-primary)}.topic-page-subtopic-content p{margin:0;color:var(--color-gray-dark);font-size:.8rem;line-height:1.32}.topic-page-subtopic-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.34rem}.topic-page-subtopic-meta span{border-radius:999px;font-size:.7rem;font-weight:700;color:var(--color-secondary);background:#1976d21f;padding:.16rem .48rem}.topic-page-mode-note{margin:0;color:var(--color-gray-dark);font-size:.84rem;line-height:1.45}.topic-page-mode-meta{margin-top:.74rem}.topic-page-show-more{width:100%;margin-top:.7rem;border:1px solid rgba(17,37,108,.2);border-radius:11px;background:#fff;color:var(--color-primary);font-size:.82rem;font-weight:700;padding:.5rem .65rem;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;cursor:pointer}.topic-page-chat{background:#fff;border:1px solid rgba(17,37,108,.1);border-radius:20px;box-shadow:0 14px 30px #0b1f4d1a;padding:1.25rem;display:grid;gap:.9rem}.topic-page-chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(17,37,108,.12);padding-bottom:.78rem}.topic-page-chat-summary{display:grid;gap:.2rem}.topic-page-chat-summary h2{margin:0;font-size:1.25rem;color:var(--color-primary)}.topic-page-chat-summary p{margin:0;font-size:.92rem;color:var(--color-gray-dark)}.topic-page-chat-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.topic-page-posts-count,.topic-page-participants-count,.topic-page-updated-at{border-radius:999px;font-size:.74rem;font-weight:700;display:inline-flex;align-items:center;gap:.3rem;padding:.24rem .58rem}.topic-page-posts-count{color:#fff;background:var(--color-secondary)}.topic-page-participants-count{color:var(--color-primary);background:#1976d224}.topic-page-updated-at{color:var(--color-gray-dark);background:#0f172a14}.topic-page-pinned-question{border-radius:14px;border:1px solid rgba(25,118,210,.24);background:linear-gradient(135deg,#1976d21f,#1976d20a);padding:.72rem .84rem;display:grid;gap:.24rem}.topic-page-pinned-title{font-size:.72rem;font-weight:800;color:var(--color-primary);letter-spacing:.02em;text-transform:uppercase}.topic-page-pinned-question p{margin:0;font-size:.86rem;color:var(--color-gray-dark)}.topic-page-loading,.topic-page-empty{padding:1.25rem .8rem;text-align:center;color:var(--color-gray-dark);font-size:.9rem}.topic-page-posts-list{display:flex;flex-direction:column;gap:.62rem}.topic-page-post-card{border:1px solid rgba(17,37,108,.1);border-radius:15px;padding:.72rem;display:grid;gap:.54rem;max-width:min(92%,680px)}.topic-page-post-card.is-own{align-self:flex-end;background:linear-gradient(135deg,#1976d221,#1976d20d);border-color:#1976d242}.topic-page-post-card.is-foreign{align-self:flex-start;background:#f8fbff}.topic-page-post-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.topic-page-author{display:flex;align-items:center;gap:.52rem}.topic-page-avatar{width:30px;height:30px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;color:#fff;border:1px solid rgba(255,255,255,.7);box-shadow:0 5px 10px #0f172a33}.topic-page-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.topic-page-author-meta{display:grid;gap:.08rem}.topic-page-author-meta strong{line-height:1.1;color:var(--color-primary);font-size:.88rem}.topic-page-timestamp{font-size:.72rem;color:var(--color-gray)}.topic-page-post-content p{margin:0;color:var(--color-gray-dark);font-size:.9rem;line-height:1.42}.topic-page-media-link{display:block;margin-top:.55rem}.topic-page-media-image{width:100%;max-height:260px;object-fit:cover;border-radius:12px;border:1px solid rgba(17,37,108,.16)}.topic-page-media-video{width:100%;margin-top:.55rem;border-radius:12px;border:1px solid rgba(17,37,108,.16);background:#000;max-height:300px}.topic-page-media-file{margin-top:.55rem;border:1px solid rgba(17,37,108,.16);border-radius:10px;background:#fff;color:var(--color-primary);display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.78rem;font-weight:700}.topic-page-actions{display:flex;align-items:center;gap:.3rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.2rem}.topic-page-actions::-webkit-scrollbar{height:4px}.topic-page-actions::-webkit-scrollbar-thumb{background:#1976d259;border-radius:999px}.topic-page-views-pill,.topic-page-reaction-btn{flex:0 0 auto;border-radius:999px;height:30px;display:inline-flex;align-items:center;justify-content:center;gap:.24rem;font-size:.78rem;font-weight:700;border:1px solid rgba(17,37,108,.14);background:#fff;color:var(--color-primary);padding:0 .62rem}.topic-page-reaction-btn{cursor:pointer}.topic-page-reaction-btn:hover{border-color:#1976d266}.topic-page-reaction-btn:disabled{opacity:.62;cursor:wait}.topic-page-reaction-active{color:var(--color-secondary);background:#1976d21f;border-color:#1976d26b}.topic-page-reaction-count{min-width:10px}.topic-page-refreshing-status{text-align:center;color:var(--color-gray);font-size:.78rem;margin-top:-.18rem}.topic-page-create{border-top:1px solid rgba(17,37,108,.1);padding-top:.74rem}.topic-page-create h3{margin:0 0 .45rem;font-size:1rem;color:var(--color-primary)}.topic-page-form{display:grid;gap:.6rem}.topic-page-attachment-row{display:flex;align-items:center;justify-content:space-between;gap:.55rem;flex-wrap:wrap}.topic-page-attachment-btn{position:relative;border:1px solid rgba(17,37,108,.2);border-radius:10px;background:#1976d214;color:var(--color-primary);padding:.45rem .65rem;font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;gap:.32rem;cursor:pointer;overflow:hidden}.topic-page-attachment-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.topic-page-attachment-preview{border:1px solid rgba(17,37,108,.16);border-radius:10px;background:#fff;color:var(--color-dark);font-size:.76rem;padding:.34rem .48rem;display:inline-flex;align-items:center;gap:.32rem;max-width:100%}.topic-page-attachment-preview span{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topic-page-attachment-remove{border:none;background:transparent;color:#b71c1c;font-size:1rem;line-height:1;cursor:pointer;padding:0 .1rem}.topic-page-input{width:100%;min-height:72px;border-radius:12px;border:1px solid rgba(17,37,108,.16);background:#f8fbff;padding:.7rem .76rem;font-size:.9rem;color:var(--color-dark);resize:vertical}.topic-page-input:focus{outline:none;border-color:#1976d275;box-shadow:0 0 0 3px #1976d224}.topic-page-form-actions{display:flex;justify-content:flex-end}.topic-page-submit{width:38px;height:38px;border:none;border-radius:50%;background:var(--color-secondary);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 18px #1976d245}.topic-page-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.topic-page-error{border-radius:10px;border:1px solid rgba(198,40,40,.28);background:#c628281a;color:#b71c1c;padding:.56rem .68rem;font-size:.82rem}.topic-page-login{padding:1rem;border-radius:14px;border:1px solid rgba(17,37,108,.12);background:#f8fbff;text-align:center}.topic-page-login p{margin:0 0 .66rem;color:var(--color-gray-dark)}.topic-page-login-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--color-secondary);color:#fff;padding:.4rem .9rem;font-size:.86rem;font-weight:700}@media(max-width:1100px){.topic-page-layout{grid-template-columns:1fr;gap:.9rem}.topic-page-sidebar{position:static}}@media(max-width:768px){.topic-hero{min-height:210px;padding:3.4rem 0 2.2rem}.topic-page-header{gap:.62rem}.topic-page-header p{font-size:.92rem}.topic-section{padding:1.1rem 0 1.8rem}.topic-page-card,.topic-page-chat{border-radius:14px;padding:.82rem}.topic-page-card-header--row{flex-direction:column;align-items:flex-start}.topic-page-add-subtopic-btn{width:100%;justify-content:center}.topic-page-chat-header{flex-direction:column;align-items:flex-start;gap:.56rem}.topic-page-chat-badges{width:100%;justify-content:flex-start}.topic-page-post-card{max-width:100%}.topic-page-actions{gap:.24rem}.topic-page-views-pill,.topic-page-reaction-btn{height:28px;padding:0 .5rem;font-size:.74rem}}.not-found-page{background:radial-gradient(circle at top,rgba(25,118,210,.12),transparent 36%),linear-gradient(180deg,#f7f9ff,#eef3fb)}.not-found-hero{padding:calc(var(--header-height) + 3rem) 0 5rem}.not-found-card{max-width:760px;margin:0 auto;padding:3rem;border-radius:28px;background:#ffffffeb;border:1px solid rgba(26,35,126,.12);box-shadow:0 24px 60px #0f172a1f;text-align:center}.not-found-code{display:inline-flex;align-items:center;justify-content:center;min-width:110px;padding:.65rem 1.2rem;margin-bottom:1.25rem;border-radius:999px;background:#1a237e14;color:var(--color-primary);font-size:1rem;font-weight:800;letter-spacing:.18em}.not-found-title{margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.5rem);color:var(--color-primary)}.not-found-text{max-width:540px;margin:0 auto 2rem;color:var(--color-gray-dark);font-size:1.08rem}.not-found-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.not-found-btn{gap:.55rem}.not-found-back-link{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;color:var(--color-secondary)}@media(max-width:768px){.not-found-hero{padding:calc(var(--header-height) + 2rem) 0 3.5rem}.not-found-card{padding:2rem 1.25rem;border-radius:22px}.not-found-actions{flex-direction:column}.not-found-actions .btn{width:100%}}:root{--header-height: 66px;--hero-shell-max: 1320px;--content-shell-max: 1680px;--page-hero-min-height: 430px;--page-hero-padding-top: 4.9rem;--page-hero-padding-bottom: 3rem}body{font-family:Inter,Segoe UI,Roboto,sans-serif;color:var(--color-dark);background:var(--color-light);line-height:1.6;transition:background-color .2s ease,color .2s ease}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:var(--header-height);min-height:calc(100vh - var(--header-height))}button,input,textarea{font-family:inherit}a{text-decoration:none;color:inherit}.section{padding:5rem 0}.container{max-width:var(--max-width-2xl);margin:0 auto;padding:0 2rem}@media(max-width:768px){.main-content{padding-top:var(--header-height)}.section{padding:3rem 0}.container{padding:0 1rem}}@media(min-width:1200px){:root{--header-height: 78px}.app{font-size:1.3rem}.section{padding:6.5rem 0}}@media(max-width:992px){:root{--header-height: 62px}}@media(max-width:576px){:root{--header-height: 58px}}.app :is(.books-hero,.community-hero,.dance-figures-hero,.dance-topics-hero,.topic-hero,.book-detail-hero,.book-chapter-hero,.figure-hero,.auth-hero,.not-found-hero){background:radial-gradient(circle at 14% 22%,rgba(255,255,255,.2),transparent 34%),radial-gradient(circle at 82% 18%,rgba(100,181,246,.22),transparent 28%),linear-gradient(135deg,#0d1b5f,#1a237e 45%,#2f72d1);color:#fff;position:relative;overflow:hidden;isolation:isolate}.app :is(.books-hero,.community-hero,.dance-figures-hero,.dance-topics-hero,.topic-hero,.book-detail-hero,.book-chapter-hero,.figure-hero,.auth-hero,.not-found-hero):before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#080f331a,#080f3352),repeating-linear-gradient(120deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 18px,transparent 18px,transparent 50px);pointer-events:none}.app :is(.books-hero,.community-hero,.dance-figures-hero,.dance-topics-hero,.topic-hero,.book-detail-hero,.book-chapter-hero,.figure-hero,.auth-hero,.not-found-hero):after{content:"";position:absolute;width:420px;height:420px;right:-130px;bottom:-190px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.16) 0%,transparent 68%);pointer-events:none}.app :is(.books-hero .container,.community-hero .container,.dance-figures-hero .container,.dance-topics-hero .container,.topic-hero .container,.book-detail-hero .container,.book-chapter-hero .container,.figure-hero .container,.not-found-hero .container){position:relative;z-index:1}.app :is(.books-hero-content,.community-hero-content,.dance-figures-hero .hero-content,.dance-topics-hero .hero-content,.topic-page-header,.book-detail-hero-content,.figure-hero .hero-content,.auth-hero-content,.book-chapter-hero .container,.not-found-card){position:relative;z-index:1;width:min(100%,var(--hero-shell-max));max-width:var(--hero-shell-max);margin:0 auto;padding:2rem 2.2rem;border-radius:30px;background:linear-gradient(135deg,#ffffff21,#ffffff0d);border:1px solid rgba(255,255,255,.2);box-shadow:0 24px 60px #060e2c42;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app :is(.figures-page,.community-page,.books-page,.topic-page,.book-detail-page,.book-chapter-page,.dance-figures-page,.dance-topics-page,.profile-view-page) .container{width:min(100%,var(--max-width-2xl))}.app .not-found-card{width:min(100%,980px);max-width:980px}.app :is(.books-hero-title,.community-hero-title,.dance-figures-hero .hero-title,.dance-topics-hero .hero-title,.topic-page-header h1,.book-detail-title,.book-chapter-title,.auth-title,.not-found-title,.figure-title){color:#fff;text-shadow:0 10px 28px rgba(0,0,0,.22)}.app :is(.books-hero-subtitle,.community-hero-subtitle,.dance-figures-hero .hero-subtitle,.dance-topics-hero .hero-subtitle,.topic-page-header p,.book-detail-author,.book-detail-summary,.book-chapter-subtitle,.auth-hero-subtitle,.not-found-text,.figure-subtitle){color:#ffffffeb}.app :is(.not-found-code,.not-found-back-link){color:#fff}.app .not-found-code{background:#ffffff29;border:1px solid rgba(255,255,255,.28)}.app .not-found-actions .btn{border-color:#ffffff47}@media(max-width:768px){.app :is(.books-hero-content,.community-hero-content,.dance-figures-hero .hero-content,.dance-topics-hero .hero-content,.topic-page-header,.book-detail-hero-content,.figure-hero .hero-content,.auth-hero-content,.book-chapter-hero .container,.not-found-card){width:100%;max-width:100%;padding:1.06rem .92rem;border-radius:18px}.app :is(.community-section,.books-section,.topic-section,.dance-figures-section,.dance-topics-section,.book-detail-section,.book-chapter-section){padding-top:.95rem;padding-bottom:1.9rem}.app :is(.community-card,.books-filters-card,.books-list-card,.topic-page-card,.figures-content,.dance-figures-content,.create-topic-card,.login-prompt-card,.book-detail-card,.book-nav-card,.book-chapter-card,.profile-view-card){border-radius:12px;padding:.78rem}}@media(min-width:1280px){.app :is(.books-hero-content,.community-hero-content,.dance-figures-hero .hero-content,.dance-topics-hero .hero-content,.topic-page-header,.book-detail-hero-content,.figure-hero .hero-content,.auth-hero-content,.book-chapter-hero .container){padding:2.25rem 2.45rem}}@media(min-width:1200px){.app :is(.figures-page,.community-page,.books-page,.topic-page,.book-detail-page,.book-chapter-page,.dance-figures-page,.dance-topics-page,.profile-view-page) .container{max-width:min(var(--max-width-2xl),var(--content-shell-max));padding-left:clamp(1.2rem,1.8vw,2rem);padding-right:clamp(1.2rem,1.8vw,2rem)}.app :is(.topic-page-layout,.dance-figures-layout,.dance-topics-layout){grid-template-columns:360px minmax(0,1fr);gap:1.1rem}.app .book-detail-layout{grid-template-columns:340px minmax(0,1fr);gap:1.1rem}.app .book-chapter-layout{gap:.85rem}.app .community-layout-grid{grid-template-columns:minmax(0,1.28fr) minmax(0,1fr);gap:.92rem}.app .community-themes-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.app .books-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.app .figures-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.app .dance-figures-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1500px){.app{--hero-shell-max: 1480px;--content-shell-max: 1760px}}@media(max-width:768px){.app :is(.figures-page,.community-page,.books-page,.topic-page,.book-detail-page,.book-chapter-page,.dance-figures-page,.dance-topics-page,.profile-view-page) .container{padding-left:.68rem;padding-right:.68rem}.app :is(.figures-page .content-wrapper,.community-layout-grid,.books-grid,.topic-page-layout,.book-detail-layout,.book-chapter-layout,.dance-figures-layout,.dance-topics-layout){gap:.66rem}}.app :is(.figures-hero,.figure-hero,.books-hero,.book-detail-hero,.book-chapter-hero,.community-hero,.topic-hero){min-height:var(--page-hero-min-height);padding:var(--page-hero-padding-top) 0 var(--page-hero-padding-bottom);display:flex;align-items:center}@media(max-width:992px){.app :is(.figures-hero,.figure-hero,.books-hero,.book-detail-hero,.book-chapter-hero,.community-hero,.topic-hero){min-height:400px}}@media(max-width:768px){.app :is(.figures-hero,.figure-hero,.books-hero,.book-detail-hero,.book-chapter-hero,.community-hero,.topic-hero){min-height:360px;padding:4.2rem 0 2.8rem}}@media(max-width:480px){.app :is(.figures-hero,.figure-hero,.books-hero,.book-detail-hero,.book-chapter-hero,.community-hero,.topic-hero){min-height:320px;padding:3.8rem 0 2.4rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-dark);background-color:var(--color-light);line-height:1.6;overflow-x:hidden;transition:background-color .2s ease,color .2s ease}.main-content{padding-top:var(--header-height);min-height:calc(100vh - var(--header-height))}:root{--color-primary: #1a237e;--color-primary-light: #283593;--color-primary-dark: #0d1538;--color-secondary: #1976d2;--color-secondary-light: #64b5f6;--color-secondary-dark: #0d47a1;--color-white: #ffffff;--color-light: #f5f7fc;--color-gray-light: #dbe3f0;--color-gray: #7f8dad;--color-gray-dark: #4f5f80;--color-dark: #1c2745;--color-black: #0f172a;--color-accent-red: #e91e63;--color-accent-green: #4caf50;--color-accent-yellow: #ffc107;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 25px rgba(0, 0, 0, .15);--shadow-xl: 0 12px 35px rgba(0, 0, 0, .2);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 50%;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--max-width-sm: 640px;--max-width-md: 768px;--max-width-lg: 1024px;--max-width-xl: 1880px;--max-width-2xl: 1880px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--color-primary)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem}.text-h1,.text-h2,.text-h3,.text-h4,.text-h5,.text-h6,.text-p,.text-span,.text-label,.text-strong,.text-small,.text-li,.text-a,.text-button{--text-style-hook: 1}a{color:var(--color-secondary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-primary)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;font-size:1rem;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:all .3s ease;white-space:nowrap}.btn-primary{background-color:var(--color-secondary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background-color:#fff;color:var(--color-primary);transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--color-secondary);border-color:var(--color-secondary)}.btn-outline:hover{background-color:var(--color-secondary);color:#fff;transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.btn-small{padding:.5rem 1rem;font-size:.9rem}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-dark)}.form-control{width:100%;padding:.75rem 1rem;border:1px solid var(--color-gray-light);border-radius:var(--radius-md);font-size:1rem;line-height:1.5;color:var(--color-dark);background-color:#fff;transition:border-color .3s ease,box-shadow .3s ease}.form-control:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #1976d21a}.form-control::placeholder{color:var(--color-gray)}.form-text{display:block;margin-top:.25rem;font-size:.875rem;color:var(--color-gray)}.form-check{display:flex;align-items:center;margin-bottom:.5rem}.form-check-input{margin-right:.5rem}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid rgba(17,37,108,.18);border-radius:12px;background-color:var(--color-white);background-image:linear-gradient(180deg,#1a237e08,#1a237e03),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%231a237e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:0 0,right .95rem center;background-size:auto,10px 6px;color:var(--color-dark);padding-right:2.5rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease,transform .2s ease}select:hover:not(:disabled){border-color:#1976d257;background-color:#fbfdff}select:focus{outline:none;border-color:#1976d27a;box-shadow:0 0 0 3px #1976d21f}select:disabled{opacity:.62;cursor:not-allowed;background-color:#1a237e0a}input[type=checkbox]{appearance:none;-webkit-appearance:none;inline-size:18px;block-size:18px;margin:0;border:1.5px solid rgba(17,37,108,.26);border-radius:6px;background:linear-gradient(180deg,#fff,#eef4ff);box-shadow:inset 0 1px #ffffffd9,0 1px 3px #0f172a14;display:inline-grid;place-content:center;vertical-align:middle;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}input[type=checkbox]:before{content:"";width:10px;height:10px;transform:scale(0);transition:transform .16s ease;clip-path:polygon(14% 44%,0 59%,40% 100%,100% 20%,84% 6%,37% 67%);background:#fff}input[type=checkbox]:hover:not(:disabled){border-color:#1976d275;box-shadow:inset 0 1px #ffffffd9,0 4px 10px #1976d21f}input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #1976d229,inset 0 1px #ffffffd9}input[type=checkbox]:checked{border-color:var(--color-secondary);background:linear-gradient(180deg,#2c7be5,#1a5fb8);box-shadow:inset 0 1px #fff3,0 6px 14px #1976d233}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:disabled{opacity:.58;cursor:not-allowed}.container{width:100%;max-width:var(--max-width-xl);margin:0 auto;padding:0 var(--spacing-lg)}.container-fluid{width:100%;padding:0 var(--spacing-lg)}.row{display:flex;flex-wrap:wrap;margin:0 -1rem}.col{flex:1;padding:0 1rem}.section{padding:var(--spacing-3xl) 0}.section-title{font-size:2.5rem;font-weight:700;color:var(--color-primary);text-align:center;margin-bottom:1.5rem}.section-subtitle{font-size:1.2rem;color:var(--color-gray);text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.card{background-color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-body{padding:var(--spacing-xl)}.card-title{font-size:1.5rem;font-weight:600;margin-bottom:var(--spacing-md);color:var(--color-primary)}.card-text{color:var(--color-gray-dark);line-height:1.6}.nav{display:flex;list-style:none}.nav-item{margin-right:var(--spacing-lg)}.nav-link{color:var(--color-dark);text-decoration:none;font-weight:500;padding:var(--spacing-sm) 0;position:relative;transition:color .3s ease}.nav-link:hover{color:var(--color-secondary)}.nav-link.active{color:var(--color-secondary);font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--color-secondary)}.mt-0{margin-top:0!important}.mt-1{margin-top:var(--spacing-xs)!important}.mt-2{margin-top:var(--spacing-sm)!important}.mt-3{margin-top:var(--spacing-md)!important}.mt-4{margin-top:var(--spacing-lg)!important}.mt-5{margin-top:var(--spacing-xl)!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:var(--spacing-xs)!important}.mb-2{margin-bottom:var(--spacing-sm)!important}.mb-3{margin-bottom:var(--spacing-md)!important}.mb-4{margin-bottom:var(--spacing-lg)!important}.mb-5{margin-bottom:var(--spacing-xl)!important}.pt-0{padding-top:0!important}.pt-1{padding-top:var(--spacing-xs)!important}.pt-2{padding-top:var(--spacing-sm)!important}.pt-3{padding-top:var(--spacing-md)!important}.pt-4{padding-top:var(--spacing-lg)!important}.pt-5{padding-top:var(--spacing-xl)!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:var(--spacing-xs)!important}.pb-2{padding-bottom:var(--spacing-sm)!important}.pb-3{padding-bottom:var(--spacing-md)!important}.pb-4{padding-bottom:var(--spacing-lg)!important}.pb-5{padding-bottom:var(--spacing-xl)!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.w-100{width:100%!important}.h-100{height:100%!important}.rounded{border-radius:var(--radius-md)}.rounded-circle{border-radius:var(--radius-full)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.text-primary{color:var(--color-primary)!important}.text-secondary{color:var(--color-secondary)!important}.text-white{color:#fff!important}.text-dark{color:var(--color-dark)!important}.text-muted{color:var(--color-gray)!important}.bg-primary{background-color:var(--color-primary)!important}.bg-secondary{background-color:var(--color-secondary)!important}.bg-light{background-color:var(--color-light)!important}.bg-white{background-color:#fff!important}.bg-dark{background-color:var(--color-dark)!important}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .5s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.slide-in-right{animation:slideInRight .5s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.loading{position:relative;pointer-events:none;opacity:.7}.loading:after{content:"";position:absolute;top:50%;left:50%;width:1.5rem;height:1.5rem;margin:-.75rem 0 0 -.75rem;border:2px solid var(--color-gray-light);border-top-color:var(--color-secondary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-md);margin-bottom:var(--spacing-md);border:1px solid transparent}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.list-unstyled{list-style:none;padding-left:0}.list-inline{display:flex;padding-left:0;list-style:none}.list-inline-item{margin-right:var(--spacing-md)}.list-inline-item:last-child{margin-right:0}img{max-width:100%;height:auto;display:block}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media(min-width:1400px){.container{max-width:var(--max-width-2xl)}}@media(max-width:1200px){.container{max-width:100%}h1{font-size:2.5rem}h2{font-size:2rem}}@media(max-width:992px){html{font-size:15px}.section{padding:var(--spacing-2xl) 0}.section-title{font-size:2rem}.container{padding:0 var(--spacing-md)}}@media(max-width:768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}.section{padding:var(--spacing-xl) 0}.btn-large{padding:.875rem 1.75rem}.row{flex-direction:column}.col{width:100%;margin-bottom:var(--spacing-lg)}}@media(max-width:576px){html{font-size:13px}h1{font-size:1.75rem}h2,.section-title{font-size:1.5rem}.container{padding:0 var(--spacing-sm)}.btn{width:100%;justify-content:center}.hero-buttons{flex-direction:column;gap:var(--spacing-sm)}}@media(max-width:375px){html{font-size:12px}}@media print{body{color:var(--color-black);background:none}.no-print{display:none!important}a{color:var(--color-black);text-decoration:underline}.btn{border:1px solid var(--color-black);color:var(--color-black)}}:root[data-theme=dark]{--color-primary: #8ea8ff;--color-primary-light: #b9cbff;--color-primary-dark: #728fe8;--color-secondary: #6fc1ff;--color-secondary-light: #9ad7ff;--color-secondary-dark: #4aa5ea;--color-white: #182238;--color-light: #0d1526;--color-dark: #edf2ff;--color-gray-light: #2c3854;--color-gray: #91a0bf;--color-gray-dark: #c2cde5;--color-black: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 25px rgba(0, 0, 0, .5);--shadow-xl: 0 12px 35px rgba(0, 0, 0, .55)}:root[data-theme=dark] body{background-color:var(--color-light);color:var(--color-dark)}:root[data-theme=dark] .card{background-color:var(--color-white)}:root[data-theme=dark] .form-control{background-color:#202b43;color:var(--color-dark);border-color:#324061}:root[data-theme=dark] select{background-color:#202b43;background-image:linear-gradient(180deg,#8ea8ff14,#6fc1ff08),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23cfe0ff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-color:#324061;color:var(--color-dark)}:root[data-theme=dark] select:hover:not(:disabled){background-color:#24314d;border-color:#45608f}:root[data-theme=dark] select:focus{border-color:#6fc1ff94;box-shadow:0 0 0 3px #6fc1ff29}:root[data-theme=dark] input[type=checkbox]{border-color:#4b6088;background:linear-gradient(180deg,#1f2a43,#182238);box-shadow:inset 0 1px #ffffff0a,0 1px 3px #00000040}:root[data-theme=dark] input[type=checkbox]:hover:not(:disabled){border-color:#6fc1ff9e}:root{--scrollbar-size: 11px;--scrollbar-track-color: #e7eefb;--scrollbar-track-gradient: linear-gradient(180deg, #eef3fd 0%, #dfe8f8 100%);--scrollbar-thumb-gradient: linear-gradient( 180deg, var(--color-secondary-light) 0%, var(--color-secondary) 55%, var(--color-primary) 100% );--scrollbar-thumb-hover-gradient: linear-gradient( 180deg, #7cc6ff 0%, var(--color-secondary) 52%, var(--color-primary-dark) 100% );--scrollbar-thumb-border: rgba(255, 255, 255, .9)}:root[data-theme=dark]{--scrollbar-track-color: #1a2640;--scrollbar-track-gradient: linear-gradient(180deg, #1e2b46 0%, #141f36 100%);--scrollbar-thumb-gradient: linear-gradient(180deg, #87b6ff 0%, #5da6ff 55%, #4f8de3 100%);--scrollbar-thumb-hover-gradient: linear-gradient( 180deg, #9ac2ff 0%, #70b1ff 55%, #5c99eb 100% );--scrollbar-thumb-border: rgba(16, 24, 40, .7)}html{scrollbar-width:thin;scrollbar-color:var(--color-secondary) var(--scrollbar-track-color)}html::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}html::-webkit-scrollbar-track{background:var(--scrollbar-track-gradient);border-radius:999px}html::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-gradient);border-radius:999px;border:2px solid var(--scrollbar-thumb-border);box-shadow:inset 0 1px 2px #ffffff59,0 1px 4px #0d183033}html::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover-gradient)}html::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,var(--color-secondary) 0%,var(--color-primary) 60%,var(--color-primary-dark) 100%)}@media(max-width:768px){:root{--scrollbar-size: 8px}}::selection{background-color:var(--color-secondary);color:#fff}::-moz-selection{background-color:var(--color-secondary);color:#fff}
