.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 .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid rgba(26,35,126,.1)}.site-header.scrolled{background:#fffffffa;box-shadow:0 8px 32px #00000026}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:flex-start;align-items:center;height:100%;width:100%;gap:1.5rem}.header-logo{display:flex;align-items:center;gap:1rem;cursor:pointer;text-decoration:none;transition:transform .3s ease}.header-logo:hover{transform:scale(1.05)}.logo-img{height:50px;width:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.logo-text{font-size:1.8rem;font-weight:800;color:var(--color-primary);letter-spacing:.5px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.header-nav{display:flex;align-items:center;gap:2rem;flex-wrap:nowrap;flex:1;min-width:0}.nav-link{position:relative;color:var(--color-primary);text-decoration:none;font-weight:600;font-size:1rem;padding:.5rem 0;transition:all .3s ease;background:none;border:none;cursor:pointer;overflow:hidden}.nav-text{position:relative;z-index:2;transition:all .3s ease;white-space:nowrap}.nav-link:hover .nav-text{color:var(--color-secondary);transform:translateY(-2px)}.nav-underline{position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--color-secondary);transition:width .4s cubic-bezier(.4,0,.2,1);border-radius:2px}.nav-link:hover .nav-underline,.nav-link.active .nav-underline{width:100%}.nav-link.active .nav-text{color:var(--color-secondary);font-weight:700}.theme-toggle-btn{background:#f0f0f0;border:none;width:45px;height:45px;border-radius:50%;color:#1a237e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;position:relative;overflow:hidden}.theme-toggle-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:50%;opacity:0;transition:opacity .3s ease}.theme-toggle-btn:hover:before{opacity:.1}.theme-toggle-btn:hover{transform:rotate(15deg) scale(1.1);box-shadow:0 6px 20px #00000026}.header-actions{display:flex;align-items:center;gap:1.5rem;margin-left:auto;flex-wrap:nowrap;flex-shrink:0}.header-auth{display:flex;align-items:center;gap:1rem}.header-auth-link{padding:.55rem 1.3rem;border-radius:25px;font-weight:600;font-size:.95rem;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden}.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;transform:translateY(-2px);box-shadow:0 5px 15px #1a237e4d}.header-register-btn{background:var(--color-primary);color:#fff;border:2px solid var(--color-primary)}.header-register-btn:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 5px 15px #0d15384d}.user-section{display:flex;align-items:center;gap:1rem}.profile-btn{display:inline-flex;align-items:center;padding:.55rem 1.3rem;border-radius:25px;font-weight:600;font-size:.95rem;text-decoration:none;color:var(--color-primary);border:2px solid var(--color-primary);background:transparent;transition:all .3s ease}.profile-btn:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #1a237e4d}.logout-btn{background:#ff5252;color:#fff;border:none;padding:.55rem 1.3rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.logout-btn:hover{background:#d32f2f;transform:translateY(-2px);box-shadow:0 5px 15px #d32f2f4d}.logout-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.logout-btn:hover:before{left:100%}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1001;margin-left:.5rem}.mobile-menu-toggle .menu-line{width:100%;height:3px;background:#1a237e;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:left center}.mobile-menu-toggle.open .menu-line:nth-child(1){transform:rotate(45deg) translateY(-2px)}.mobile-menu-toggle.open .menu-line:nth-child(2){opacity:0;transform:translate(-20px)}.mobile-menu-toggle.open .menu-line:nth-child(3){transform:rotate(-45deg) translateY(2px)}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a!important}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.1)}.hover-glow:hover{box-shadow:0 0 15px #1976d280}[data-theme=dark] .site-header{background:#121212f5;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:#e0e0e0;border-color:#e0e0e0}[data-theme=dark] .nav-underline{background:var(--color-secondary)}[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:#1e1e1e;color:#e0e0e0;box-shadow:0 4px 15px #00000059}[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:#e0e0e0;color:#121212}@media(max-width:1200px){.header-nav{gap:1.2rem}.nav-link{font-size:.9rem}.header-actions{gap:1rem}.header-auth-link,.profile-btn,.logout-btn{padding:.5rem 1.1rem}}@media(max-width:1100px){.header-nav{gap:1.5rem}.nav-link{font-size:.95rem}}@media(max-width:992px){.mobile-menu-toggle{display:flex}.header-nav{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:flex-start;padding:100px 2rem 2rem;gap:1.5rem;transition:right .4s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 30px #00000026;overflow-y:auto}.header-nav.open{right:0}.nav-link{width:100%;padding:1rem 0;border-bottom:1px solid rgba(26,35,126,.1)}.header-actions{flex-direction:row;align-items:center;margin-left:auto;margin-top:0;gap:.75rem}.header-auth,.user-section{flex-direction:row;align-items:center}}@media(max-width:576px){.header-container{padding:.8rem 1rem}.logo-text{font-size:1.5rem}.logo-img{height:40px}.header-nav{width:100%}}.site-footer{background:linear-gradient(135deg,#1a237e,#0d1538);color:#fff;padding:4rem 0 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:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem;animation:fadeIn 1s ease}.footer-info{max-width:400px}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo .logo-img{height:50px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.footer-logo-text{font-size:1.8rem;font-weight:800;letter-spacing:.5px}.footer-tagline{font-size:1.1rem;line-height:1.6;opacity:.9;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.contact-info{display:flex;flex-direction:column;gap:.8rem}.contact-item{font-size:1rem;opacity:.8;margin:0;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.contact-item:hover{opacity:1;transform:translate(5px)}.contact-item:before{content:"•";color:#64b5f6;font-weight:700}.footer-navigation{display:flex;flex-direction:column}.footer-title{font-size:1.4rem;font-weight:700;color:#00bfff;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.footer-nav-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1rem}.footer-nav-link{color:#fff;text-decoration:none;opacity:.8;font-size:1.1rem;font-weight:500;transition:all .3s ease;display:inline-block;padding:.3rem 0;position:relative}.footer-nav-link:hover{opacity:1;color:#64b5f6}.hover-slide:hover{padding-left:10px}.footer-actions{display:flex;flex-direction:column;gap:1rem}.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:.8rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;text-decoration:none}.footer-action-link:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.copyright{font-size:.9rem;opacity:.7;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}@media(max-width:992px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-info{max-width:100%}}@media(max-width:768px){.site-footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-logo .logo-img{height:40px}.footer-logo-text{font-size:1.5rem}.footer-title{font-size:1.2rem}.footer-nav-link{font-size:1rem}.footer-action-link{padding:.7rem 1.2rem;font-size:.95rem}}@media(max-width:480px){.footer-content{gap:2rem}.footer-logo{flex-direction:column;align-items:flex-start;gap:.8rem}.footer-tagline{font-size:1rem}.contact-item{font-size:.9rem}.footer-actions{flex-direction:row;flex-wrap:wrap}.footer-action-link{flex:1;min-width:150px;text-align:center}}:root{--header-height: 80px;--color-primary: #1a237e;--color-primary-light: #283593;--color-secondary: #1976d2;--color-secondary-light: #64b5f6;--color-white: #ffffff;--color-light: #f5f5f5;--color-gray: #9e9e9e;--color-dark: #212121;--color-black: #000000;--shadow: 0 4px 12px rgba(0, 0, 0, .1);--border-radius: 12px}[data-theme=dark]{--color-primary: #283593;--color-primary-light: #3949ab;--color-secondary: #2196f3;--color-secondary-light: #64b5f6;--color-white: #121212;--color-light: #1e1e1e;--color-gray: #b0b0b0;--color-dark: #e0e0e0;--color-black: #ffffff;--shadow: 0 4px 12px rgba(0, 0, 0, .3)}@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}.hero-content{max-width:1200px;width:100%;padding:2rem;text-align:center;color:#fff;z-index:3}.hero-text-wrapper{margin-bottom:3rem}.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}.hero-subtitle-wrapper{max-width:800px;margin:0 auto}.hero-subtitle{font-size:1.4rem;line-height:1.8;margin-bottom:3rem;opacity:.9}.subtitle-text{display:block;margin-bottom:.8rem}.hero-buttons{display:flex;gap:2rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.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}.hero-btn.btn-primary{background:var(--color-secondary);color:#fff;border:2px solid var(--color-secondary)}.hero-btn.btn-primary:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 10px 20px #fff}.hero-btn.btn-secondary{background:transparent;color:#fff;border:2px solid white}.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}.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)}}.section{padding:80px 0;opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.section.visible{opacity:1;transform:translateY(0)}.stats-section{padding-top:40px;padding-bottom:40px}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:800;color:var(--color-primary);margin-bottom:1.5rem}.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}.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}.stat-card.interactive:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026;border-color:var(--color-secondary)}.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}.stat-card.interactive:hover:before{transform:scaleX(1)}.stat-icon{font-size:3.5rem;margin-bottom:1.5rem;opacity:.8}.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}.stat-card.interactive:hover .stat-hint{opacity:1}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.benefit-card{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)}.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}.benefit-title{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem}.benefit-description{color:var(--color-gray);line-height:1.6;margin-bottom:2.5rem;font-size:1.1rem}.benefit-link{display:inline-flex;align-items:center;gap:.8rem;color:var(--color-secondary);font-weight:600;font-size:1.1rem;text-decoration:none;background:none;border:none;cursor:pointer;padding:.8rem 1.5rem;border-radius:8px;transition:all .3s ease}.benefit-link:hover{background:#1976d21a;gap:1.2rem}.link-arrow{transition:transform .3s ease}.benefit-link:hover .link-arrow{transform:translate(5px)}.steps-section{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:#fff;padding:100px 0}.steps-section .section-title,.steps-section .section-subtitle{color:#fff}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.step-card{background:#ffffff1a;-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,.2);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:#ffffff26;margin-bottom:-1.5rem}.step-icon{font-size:3.5rem;margin-bottom:1.5rem}.step-title{color:#1976d2;font-size:1.8rem;font-weight:700;margin-bottom:1.2rem}.step-description{color:#ffffffe6;line-height:1.6;margin-bottom:2.5rem;font-size:1.1rem}.step-action{display:inline-flex;align-items:center;gap:.8rem;color:var(--color-secondary-light);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}.program-card{height:650px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 15px 40px #0003;transition:transform .3s ease}.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}.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}.program-name{font-size:3.5rem;font-weight:800;margin-bottom:.6rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.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:2px solid rgba(255,255,255,.3);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:1rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a}.dance-item:hover{background:#ffffff40;transform:translate(10px);border-color:#ffffff80;box-shadow:0 6px 16px #0003}.dance-name{font-weight:600}.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-info{padding:1rem}.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}.community-section{padding-bottom:60px}.community-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:4rem}.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)}.stat-number{font-size:3.5rem;font-weight:800;color:var(--color-primary);margin-bottom:.5rem}.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}.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)}.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}.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}.hero-title{font-size:3.5rem}}@media(max-width:992px){.section-title{font-size:2.5rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.stats-container,.benefits-grid,.steps-grid,.literature-grid,.community-stats{grid-template-columns:repeat(2,1fr)}.program-card{height:650px}}@media(max-width:768px){.section{padding:60px 0}.section-title{font-size:2.2rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:300px;justify-content:center}.stats-container,.benefits-grid,.steps-grid,.literature-grid,.community-stats{grid-template-columns:1fr}.program-card{height:500px}.program-name{font-size:2.8rem}}@media(max-width:576px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1.1rem}.program-content{padding:2rem}.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)}.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)}.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}.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}.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}.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}.literature-section .container{position:relative;z-index:1}.literature-section .section-header{position:relative}.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}.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}.literature-section .book-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #0000001a,0 8px 16px #4285f41a;border-color:#4285f44d}.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}.literature-section .section-title{color:var(--color-primary);text-shadow:0 2px 4px rgba(0,0,0,.05)}.literature-section .section-subtitle{color:var(--color-dark);opacity:.8}.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}.literature-section .book-author{color:var(--color-gray);font-weight:500}.literature-section .book-description{color:var(--color-dark);opacity:.9}.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}.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)}.literature-section .cta-text{color:var(--color-primary);font-weight:700;position:relative;z-index:1}.literature-section .btn-download,.literature-section .btn-preview{background:#fff;color:var(--color-secondary);border:2px solid var(--color-secondary);box-shadow:0 2px 8px #4285f426}.literature-section .btn-download:hover,.literature-section .btn-preview:hover{background:var(--color-secondary);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #4285f44d}.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)}.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}.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}.community-section .container{position:relative;z-index:1}[data-theme=dark] .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] .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] .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] .literature-section .book-card:before{background:linear-gradient(135deg,transparent 0%,rgba(111,193,255,.08) 100%)}[data-theme=dark] .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] .literature-section .book-author{color:var(--color-gray-dark)}[data-theme=dark] .literature-section .book-description{color:var(--color-dark);opacity:.9}[data-theme=dark] .literature-section .literature-cta{background:linear-gradient(135deg,#6fc1ff29,#6fc1ff14);border:1px solid rgba(111,193,255,.28)}[data-theme=dark] .literature-section .btn-download,[data-theme=dark] .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] .literature-section .btn-download:hover,[data-theme=dark] .literature-section .btn-preview:hover{background:var(--color-secondary-light);color:#0f1117;box-shadow:0 8px 22px #6fc1ff73}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] .stat-card,html[data-theme=dark] .benefit-card,html[data-theme=dark] .program-card{background:var(--color-white);border-color:#ffffff1a}html[data-theme=dark] .stat-number,html[data-theme=dark] .benefit-title,html[data-theme=dark] .program-name{color:var(--color-dark)}html[data-theme=dark] .benefit-description,html[data-theme=dark] .stat-label,html[data-theme=dark] .program-subtitle{color:var(--color-gray-dark)}html[data-theme=dark] .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] .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] .community-section .section-title,html[data-theme=dark] .community-section .section-subtitle,html[data-theme=dark] .community-section .feature-text,html[data-theme=dark] .community-section .community-description{color:var(--color-dark)}html[data-theme=dark] .community-stat,html[data-theme=dark] .community-content{background:var(--color-white);border-color:#ffffff14}html[data-theme=dark] .community-description,html[data-theme=dark] .stat-label{color:var(--color-gray-dark)}[data-theme=dark] .community-stat,[data-theme=dark] .community-content{background:var(--color-white);border-color:#ffffff14}[data-theme=dark] .community-description,[data-theme=dark] .stat-label{color:var(--color-gray-dark)}:root .community-section .section-title,:root .community-section .section-subtitle,:root .community-section .community-description,:root .community-section .stat-label,:root .community-section .feature-text{color:#fff}:root .community-section .community-stat{background:#ffffff26;border-color:#fff3;color:#fff}:root .community-section .community-content{background:#ffffff1a;border-color:#fff3;color:#fff}:root .community-section .feature{background:#ffffff26}:root .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)}.literature-section:after{width:150px;height:150px;right:5%}}.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 1rem;border:2px solid rgba(0,0,0,.1);border-radius:8px;font-size:1rem;color:var(--color-dark);background:var(--color-white);transition:all .3s ease;cursor:pointer}.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}.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}.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:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026;border-color:var(--color-secondary)}.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:space-between;align-items:center;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}.figure-card-link{display:flex;align-items:center;gap:.5rem;color:var(--color-secondary);font-weight:600;text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.figure-card-link:hover{background:#1976d21a;gap:.8rem}[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-footer{flex-direction:column;gap:1rem;align-items:stretch}.figure-card-link{justify-content:center;padding:.8rem}}@media(max-width:480px){.figure-card-header{flex-direction:column;gap:.5rem}.difficulty-badge{margin-left:0;align-self:flex-start}}.rhythm-badge{display:flex;align-items:center;gap:6px;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)}.meta-item.has-video{color:#4caf50}.meta-item.no-video{color:#9e9e9e}[data-theme=dark] .rhythm-badge{background:#64b5f633;border-color:#64b5f64d}@media(max-width:480px){.figure-card-header{flex-direction:row}.rhythm-badge{margin-left:.5rem}}.figures-page{min-height:100vh;background:var(--color-light)}.figures-hero{min-height:450px;padding:6rem 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}.figures-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%);z-index:1}.figures-hero .container{position:relative;z-index:2;width:100%}.figures-hero .hero-content{max-width:800px;margin:0 auto;padding:2rem;text-align:center}.figures-hero .hero-title{font-size:3.2rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3);color:#fff}.figures-hero .hero-subtitle{font-size:1.4rem;line-height:1.6;margin-bottom:3rem;opacity:.95;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto}.figures-hero .search-form{max-width:700px;margin:0 auto}.figures-hero .search-input-group{display:flex;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.25);border-radius:50px;padding:.5rem;transition:all .3s ease;box-shadow:0 8px 32px #0003}.figures-hero .search-input-group:focus-within{background:#fff3;border-color:#fff6;box-shadow:0 12px 40px #0000004d;transform:translateY(-2px)}.figures-hero .search-icon{color:#fff;margin:1.3rem 1rem 0 2rem;opacity:.9;font-size:1.4rem;display:flex;align-items:center}.figures-hero .search-input{flex:1;background:transparent;border:none;color:#fff;font-size:1.2rem;padding:.8rem 0;outline:none;font-weight:400}.figures-hero .search-input::placeholder{color:#ffffffb3;font-weight:300}.figures-hero .search-btn{padding:1rem 2.5rem;border-radius:40px;font-weight:600;font-size:1.1rem;white-space:nowrap;background:#ffffffe6;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 10px 25px #0000004d}.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}.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-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}.figure-detail-page{min-height:100vh;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}.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-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)}.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}.features-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.1)}.features-header h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin:0;display:flex;align-items:center;gap:.8rem}.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-value{font-size:1.3rem;font-weight:700;color:var(--color-primary);background:#1976d21a;padding:.8rem 1.2rem;border-radius:8px;border:2px solid rgba(25,118,210,.2)}.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{background:#1976d20d;border:1px solid rgba(25,118,210,.1);border-radius:12px;padding:1.5rem;margin-top:1rem}.rhythm-help h4{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:.8rem}.rhythm-help ul{margin:0;padding-left:1.2rem}.rhythm-help li{color:var(--color-dark);line-height:1.5;margin-bottom:.5rem;font-size:.95rem}.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%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0003;margin-bottom:1.5rem}.video-container video{width:100%;height:auto;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:2rem;height:fit-content}.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}.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}.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)}.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}.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}.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:column;align-items:stretch;gap:1rem}.features-toggle-btn{align-self:flex-start}.comments-header,.rhythm-display{flex-direction:column;gap:1rem;align-items:flex-start}.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%}}[data-theme=dark] .figure-detail-page{background:linear-gradient(135deg,#0f121a,#1a2233,#0f121a)}[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{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{background:#6fc1ff33;border-color:#6fc1ff59;color:var(--color-secondary-light)}[data-theme=dark] .rhythm-help{background:#6fc1ff1f;border-color:#6fc1ff40}[data-theme=dark] .help-section{background:#ffffff0a;border-color:#ffffff14}.books-page{min-height:100vh;background:var(--color-light)}.books-hero{min-height:320px;padding:6rem 0 4rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-white);position:relative;overflow:hidden;display:flex;align-items:center}.books-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 50%);z-index:1}.books-hero .container{position:relative;z-index:2}.books-hero-content{max-width:820px;margin:0 auto;text-align:center;padding:1rem}.books-hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.25)}.books-hero-subtitle{font-size:1.25rem;line-height:1.6;opacity:.95}.books-section{padding:3rem 0 5rem}.books-content{background:var(--color-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-lg)}.books-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.08)}.books-header h2{font-size:1.8rem;font-weight:700;color:var(--color-primary);margin:0}.books-count{color:var(--color-gray);font-weight:600}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.book-card{background:var(--color-white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md);border:1px solid rgba(26,35,126,.08);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;gap:.75rem}.book-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.book-title{font-size:1.2rem;font-weight:700;color:var(--color-primary);margin:0}.book-title a{color:inherit;text-decoration:none}.book-title a:hover{color:var(--color-secondary)}.book-meta{display:flex;align-items:center;gap:.5rem;color:var(--color-gray-dark);font-size:.95rem}.book-divider{width:32px;height:2px;background:var(--color-secondary);border-radius:999px}.book-action{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;color:var(--color-secondary);font-weight:600;text-decoration:none}.book-action:hover{color:var(--color-primary)}.books-empty,.books-loading{text-align:center;padding:3rem 1rem;color:var(--color-gray-dark)}@media(max-width:768px){.books-hero{padding:5rem 0 3rem}.books-hero-title{font-size:2.3rem}.books-content{padding:1.5rem}.books-header{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.books-hero-title{font-size:2rem}.books-grid{grid-template-columns:1fr}}[data-theme=dark] .books-page{background:var(--color-light);color:var(--color-dark)}[data-theme=dark] .books-hero{background:linear-gradient(135deg,#0d1538,#1a237e)}[data-theme=dark] .books-hero-title,[data-theme=dark] .books-hero-subtitle{color:var(--color-dark)}[data-theme=dark] .books-content{background:var(--color-white);border-color:#ffffff14}[data-theme=dark] .books-header{border-bottom-color:#ffffff14}[data-theme=dark] .book-card{background:var(--color-white);border-color:#ffffff1a}[data-theme=dark] .book-meta{color:var(--color-gray-dark)}[data-theme=dark] .book-action{color:var(--color-secondary-light)}[data-theme=dark] .book-action:hover{color:var(--color-secondary)}html[data-theme=dark] .books-page{background:var(--color-light);color:var(--color-dark)}html[data-theme=dark] .books-hero{background:linear-gradient(135deg,#0d1538,#1a237e)}html[data-theme=dark] .books-hero-title,html[data-theme=dark] .books-hero-subtitle{color:var(--color-dark)}html[data-theme=dark] .books-content,html[data-theme=dark] .book-card{background:var(--color-white);border-color:#ffffff1a}.book-detail-page{min-height:100vh;background:var(--color-light)}.book-detail-hero{min-height:260px;padding:5.5rem 0 4rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-white);position:relative;overflow:hidden;display:flex;align-items:center}.book-detail-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 30%,rgba(255,255,255,.12) 0%,transparent 50%),radial-gradient(circle at 75% 70%,rgba(255,255,255,.08) 0%,transparent 55%);z-index:1}.book-detail-hero .container{position:relative;z-index:2}.book-detail-hero-content{max-width:860px;margin:0 auto;text-align:center}.book-detail-title{font-size:2.6rem;font-weight:800;margin-bottom:.8rem;text-shadow:0 2px 10px rgba(0,0,0,.25)}.book-detail-author{font-size:1.1rem;opacity:.95}.book-detail-section{padding:3rem 0 5rem}.book-detail-layout{display:grid;grid-template-columns:1fr;gap:2rem}.book-detail-card{background:var(--color-white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid rgba(26,35,126,.08)}.book-detail-card h2{font-size:1.5rem;color:var(--color-primary);margin-bottom:1rem}.book-detail-content{background:#1a237e08;border-radius:var(--radius-md);padding:1.25rem;border:1px solid rgba(26,35,126,.08);font-size:1rem;color:var(--color-dark);line-height:1.7;white-space:pre-wrap}.book-detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.book-meta-item{background:var(--color-light);border-radius:var(--radius-md);padding:1rem;border:1px solid rgba(26,35,126,.08)}.book-meta-item span{display:block;color:var(--color-gray);font-size:.85rem;margin-bottom:.25rem}.book-meta-item strong{color:var(--color-primary)}.book-detail-empty,.book-detail-loading{text-align:center;padding:3rem 1rem;color:var(--color-gray-dark)}@media(max-width:768px){.book-detail-hero{padding:4.5rem 0 3rem}.book-detail-title{font-size:2rem}.book-detail-card{padding:1.5rem}}[data-theme=dark] .book-detail-page{background:var(--color-light);color:var(--color-dark)}[data-theme=dark] .book-detail-hero{background:linear-gradient(135deg,#0d1538,#1a237e)}[data-theme=dark] .book-detail-title,[data-theme=dark] .book-detail-author{color:var(--color-dark)}[data-theme=dark] .book-detail-card{background:var(--color-white);border-color:#ffffff14}[data-theme=dark] .book-detail-content{background:#232a3b;border-color:#ffffff14;color:var(--color-dark)}[data-theme=dark] .book-meta-item{background:#232a3b;border-color:#ffffff14}[data-theme=dark] .book-meta-item span{color:var(--color-gray)}[data-theme=dark] .book-meta-item strong{color:var(--color-dark)}html[data-theme=dark] .book-detail-page{background:var(--color-light);color:var(--color-dark)}html[data-theme=dark] .book-detail-hero{background:linear-gradient(135deg,#0d1538,#1a237e)}html[data-theme=dark] .book-detail-card{background:var(--color-white);border-color:#ffffff14}.auth-page{min-height:calc(100vh - var(--header-height));background:var(--color-light);color:var(--color-dark)}.auth-hero{min-height:340px;padding:4.5rem 1.5rem 6.5rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-white);position:relative;overflow:hidden;display:flex;align-items:center}.auth-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 25%,rgba(255,255,255,.18) 0%,transparent 48%),radial-gradient(circle at 80% 15%,rgba(255,255,255,.12) 0%,transparent 55%);z-index:1}.auth-hero-content{position:relative;z-index:2;width:min(100%,900px);margin:0 auto;text-align:center}.auth-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--color-white);text-shadow:0 2px 12px rgba(0,0,0,.25)}.auth-hero-subtitle{font-size:1.2rem;line-height:1.6;max-width:640px;margin:0 auto;opacity:.95}.auth-section{margin-top:-3.5rem;padding:0 1.5rem 5rem;position:relative;z-index:2}.auth-card{width:min(100%,720px);margin:0 auto;background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:2.75rem;border:1px solid rgba(26,35,126,.1);display:grid;gap:1.5rem;position:relative}.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:var(--radius-lg) var(--radius-lg) 0 0}.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-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:.75rem .9rem;border-radius:12px;border:2px solid var(--color-gray-light);background:var(--color-white);font-size:1rem;transition:border-color .25s ease,box-shadow .25s ease}.auth-form input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #1976d226}.auth-form button{grid-column:1 / -1;padding:.95rem 1.25rem;border-radius:12px;border:2px solid transparent;background:var(--color-secondary);color:var(--color-white);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:var(--color-primary-light);transform:translateY(-1px);box-shadow:var(--shadow-md)}.auth-form button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow: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{padding:4rem 1.5rem 6rem}.auth-title{font-size:2.4rem}.auth-hero-subtitle{font-size:1.1rem}}@media(max-width:640px){.auth-section{margin-top:-2.5rem;padding:0 1rem 4rem}.auth-card{padding:2rem 1.5rem}.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:linear-gradient(135deg,#0d1538,#1a237e)}[data-theme=dark] .auth-title,[data-theme=dark] .auth-hero-subtitle{color:var(--color-dark)}[data-theme=dark] .auth-card{background:var(--color-white);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}[data-theme=dark] .auth-footer{border-top-color:#ffffff14;color:var(--color-gray-dark)}html[data-theme=dark] .auth-page{background:var(--color-light);color:var(--color-dark)}html[data-theme=dark] .auth-card{background:var(--color-white);border-color:#ffffff14}.auth-card{width:min(100%,820px)}.auth-form{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media(max-width:768px){.auth-card{width:min(100%,720px)}}.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:2.5rem 1.5rem 5rem;display:grid;gap:2rem;color:var(--color-dark)}.profile-page>*{width:min(100%,1100px);margin:0 auto}.profile-header{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-white);padding:2.5rem 2.75rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:space-between;gap:2rem}.profile-header h1{margin:0;font-size:2.4rem;color:var(--color-white)}.profile-actions,.edit-actions{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.profile-actions .btn{border-radius:999px}.theme-toggle-btn{width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:#ffffff1f;color:var(--color-white);cursor:pointer;transition:all .25s ease}.theme-toggle-btn:hover{background:#ffffff40;transform:translateY(-1px)}.error-message{background:#d32f2f14;border:1px solid rgba(211,47,47,.35);color:#b00020;padding:.9rem 1.1rem;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-lg);padding:2rem;border:1px solid rgba(26,35,126,.08)}.profile-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem 1.5rem}.profile-form .form-group{margin:0;display:flex;flex-direction:column;gap:.4rem}.profile-form label{font-weight:600;color:var(--color-primary)}.profile-form input,.profile-form select,.profile-form textarea{width:100%;padding:.75rem .9rem;border-radius:12px;border:2px solid var(--color-gray-light);background:var(--color-white);font-size:1rem;transition:border-color .25s ease,box-shadow .25s ease}.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 #1976d226}.profile-form input[readonly]{background:#1a237e0d;color:var(--color-gray-dark)}.profile-form .form-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.profile-form .form-row .form-group{margin:0}.profile-form .checkbox-group{grid-column:1 / -1;display:flex;align-items:center;gap:.6rem}.profile-form .checkbox-group input{width:18px;height:18px}.profile-info{display:grid;gap:1rem}.info-row{background:linear-gradient(135deg,#fff,#f3f6ff);border:1px solid rgba(26,35,126,.08);border-radius:var(--radius-md);padding:1rem 1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem 1.5rem;box-shadow:var(--shadow-sm)}.info-item strong{color:var(--color-primary)}.profile-loading{text-align:center;padding:3rem;color:var(--color-gray-dark)}@media(max-width:900px){.profile-header{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.profile-page{padding:2rem 1rem 4rem}.profile-header{padding:2rem 1.5rem}.profile-header h1{font-size:2rem}.profile-form,.profile-info{padding:1.5rem}.profile-form .form-row{grid-template-columns:1fr}}[data-theme=dark] .profile-page{background:linear-gradient(180deg,rgba(13,21,56,.6) 0%,rgba(13,21,56,.2) 35%,var(--color-light) 70%);color:var(--color-dark)}[data-theme=dark] .profile-header{background:linear-gradient(135deg,#0d1538,#1a237e)}[data-theme=dark] .profile-form,[data-theme=dark] .profile-info{background:var(--color-white);border-color:#ffffff14}[data-theme=dark] .profile-form label{color:var(--color-dark)}[data-theme=dark] .profile-form input,[data-theme=dark] .profile-form select,[data-theme=dark] .profile-form textarea{background:#232a3b;color:var(--color-dark);border-color:#344058}[data-theme=dark] .profile-form input[readonly]{background:#ffffff0f;color:var(--color-gray-dark)}[data-theme=dark] .info-row{background:#232a3b;border-color:#ffffff14}[data-theme=dark] .info-item strong{color:var(--color-secondary-light)}html[data-theme=dark] .profile-page{background:linear-gradient(180deg,rgba(13,21,56,.6) 0%,rgba(13,21,56,.2) 35%,var(--color-light) 70%);color:var(--color-dark)}html[data-theme=dark] .profile-header{background:linear-gradient(135deg,#0d1538,#1a237e)}html[data-theme=dark] .profile-form,html[data-theme=dark] .profile-info{background:var(--color-white);border-color:#ffffff14}html[data-theme=dark] .info-row{background:#1b2233;border-color:#ffffff14;color:var(--color-dark)}html[data-theme=dark] .info-item{color:var(--color-dark)}.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:var(--color-white);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:var(--color-white);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:var(--color-white);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:100vh;background:var(--color-light)}.community-hero{min-height:360px;padding:5rem 0 4rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-white);position:relative;overflow:hidden;display:flex;align-items:center}.community-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}.community-hero .container{position:relative;z-index:2;width:100%}.community-hero-content{max-width:780px;margin:0 auto;padding:1.5rem;text-align:center}.community-hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--color-white);text-shadow:0 2px 12px rgba(0,0,0,.3)}.community-hero-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.community-search{max-width:520px;margin:0 auto}.community-search-input{width:100%;padding:.9rem 1.4rem;border-radius:999px;border:2px solid rgba(255,255,255,.25);background:#ffffff26;color:var(--color-white);font-size:1rem;outline:none;transition:all .3s ease}.community-search-input::placeholder{color:#ffffffb3}.community-search-input:focus{background:#fff3;border-color:#ffffff73;box-shadow:0 10px 30px #00000040}.community-section{padding:3rem 0 4rem}.community-loading{text-align:center;padding:3rem 2rem;color:var(--color-gray-dark)}.community-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem}.community-stat-card{background:var(--color-white);border-radius:var(--border-radius);padding:1.6rem;text-align:center;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}.community-stat-number{font-size:2.2rem;font-weight:800;color:var(--color-primary);margin-bottom:.5rem}.community-stat-label{color:var(--color-gray-dark);font-weight:500}.community-topics{background:var(--color-white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow);margin-bottom:2.5rem}.community-topics-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)}.community-topics-header h2{font-size:1.8rem;margin:0;color:var(--color-primary)}.community-topics-count{background:var(--color-secondary);color:var(--color-white);padding:.4rem .9rem;border-radius:20px;font-weight:600;font-size:.9rem}.community-topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.community-topic-card{background:var(--color-light);border-radius:16px;padding:1.4rem;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column;gap:.8rem;min-height:180px}.community-topic-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#1976d240}.topic-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.topic-card-header h3{font-size:1.2rem;margin:0;color:var(--color-primary)}.topic-posts-count{background:#1976d21f;color:var(--color-secondary);font-weight:600;padding:.3rem .7rem;border-radius:16px;white-space:nowrap;font-size:.85rem}.topic-card-description{color:var(--color-gray-dark);margin:0;flex:1}.topic-card-footer{font-size:.9rem;color:var(--color-gray);border-top:1px solid rgba(0,0,0,.06);padding-top:.8rem}.community-empty{text-align:center;padding:2.5rem 1.5rem;color:var(--color-gray-dark)}.community-features{background:var(--color-white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow)}.community-features h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--color-primary)}.community-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.community-feature-card{background:var(--color-light);border-radius:16px;padding:1.5rem;border:1px solid rgba(0,0,0,.08)}.community-feature-card h3{font-size:1.2rem;margin-bottom:.6rem;color:var(--color-primary)}.community-feature-card p{color:var(--color-gray-dark);margin:0}@media(max-width:992px){.community-hero-title{font-size:2.6rem}.community-topics-header{flex-direction:column;align-items:flex-start;gap:.8rem}}@media(max-width:768px){.community-hero{padding:4rem 0 3rem;min-height:320px}.community-hero-title{font-size:2.2rem}.community-hero-subtitle{font-size:1.05rem}.community-topics,.community-features{padding:1.5rem}}.topic-page{min-height:100vh;background:var(--color-light)}.topic-hero{min-height:320px;padding:5rem 0 4rem;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);color:var(--color-white);position:relative;overflow:hidden;display:flex;align-items:center}.topic-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}.topic-hero .container{position:relative;z-index:2;width:100%}.topic-page-header{max-width:760px;margin:0 auto;text-align:center;padding:1.5rem}.topic-page-header h1{font-size:2.8rem;font-weight:800;margin-bottom:1rem;color:var(--color-white);text-shadow:0 2px 12px rgba(0,0,0,.3)}.topic-page-header p{font-size:1.2rem;opacity:.95}.topic-page-back-link{display:inline-flex;align-items:center;gap:.4rem;color:#ffffffe6;border:1px solid rgba(255,255,255,.4);background:#ffffff1f;padding:.4rem .9rem;border-radius:999px;font-size:.95rem;margin-bottom:1.2rem}.topic-page-back-link:hover{color:var(--color-white);background:#fff3}.topic-section{padding:3rem 0 4rem}.topic-page-layout{display:grid;grid-template-columns:320px 1fr;gap:2.5rem}.topic-page-sidebar{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem;align-self:start}.topic-page-card{background:var(--color-white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow)}.topic-page-card-header{font-size:1.1rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.topic-page-subtopic-form{display:grid;gap:.8rem}.topic-page-subtopic-form label{font-size:.9rem;font-weight:600;color:var(--color-gray-dark)}.topic-page-subtopic-form input,.topic-page-subtopic-form textarea{width:100%;padding:.7rem .9rem;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:var(--color-light);color:var(--color-dark);font-size:.95rem}.topic-page-subtopic-form input:focus,.topic-page-subtopic-form textarea:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #1976d226;background:var(--color-white)}.topic-page-subtopic-form button{padding:.75rem 1rem;border-radius:12px;border:none;background:var(--color-secondary);color:var(--color-white);font-weight:600;cursor:pointer;transition:all .3s ease}.topic-page-subtopic-form button:hover{background:var(--color-primary-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.topic-page-subtopics{display:grid;gap:.8rem}.topic-page-subtopic-item{width:100%;text-align:left;border:1px solid rgba(0,0,0,.08);background:var(--color-light);border-radius:14px;padding:1rem;display:flex;justify-content:space-between;gap:1rem;cursor:pointer;transition:all .3s ease}.topic-page-subtopic-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:#1976d240}.topic-page-subtopic-item h4{margin:0 0 .4rem;font-size:1rem;color:var(--color-primary)}.topic-page-subtopic-item p{margin:0;font-size:.9rem;color:var(--color-gray-dark)}.topic-page-subtopic-count{background:#1976d21f;color:var(--color-secondary);font-weight:600;padding:.3rem .7rem;border-radius:12px;font-size:.8rem;height:fit-content}.topic-page-subtopic-item.is-active{border-color:#1976d280;background:#1976d21a}.topic-page-chat{background:var(--color-white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.5rem}.topic-page-chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,0,0,.08)}.topic-page-chat-header h2{margin:0 0 .4rem;font-size:1.6rem;color:var(--color-primary)}.topic-page-chat-header p{margin:0;color:var(--color-gray-dark)}.topic-page-posts-count{background:var(--color-secondary);color:var(--color-white);padding:.4rem .9rem;border-radius:20px;font-weight:600;font-size:.9rem;height:fit-content}.topic-page-loading,.topic-page-empty{text-align:center;padding:2.5rem 1.5rem;color:var(--color-gray-dark)}.topic-page-posts-list{display:grid;gap:1.5rem}.topic-page-post-card{background:var(--color-light);border-radius:16px;padding:1.5rem;border:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:1rem}.topic-page-post-header{display:flex;flex-direction:column;gap:1rem}.topic-page-author{display:flex;align-items:center;gap:.8rem}.topic-page-avatar{width:40px;height:40px;border-radius:50%;background:#1976d21f;color:var(--color-secondary);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.topic-page-author strong{display:block;color:var(--color-primary)}.topic-page-timestamp{display:block;font-size:.85rem;color:var(--color-gray)}.topic-page-actions{display:flex;flex-wrap:wrap;gap:.6rem}.topic-page-reaction-btn{border:1px solid rgba(0,0,0,.12);background:var(--color-white);color:var(--color-dark);padding:.35rem .7rem;border-radius:12px;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s ease}.topic-page-reaction-btn:hover{border-color:#1976d24d;color:var(--color-secondary)}.topic-page-reaction-active{background:#1976d21f;border-color:#1976d266;color:var(--color-secondary)}.topic-page-reaction-count{font-weight:600}.topic-page-post-content p{margin:0;color:var(--color-gray-dark)}.topic-page-create{padding-top:1.5rem;border-top:2px solid rgba(0,0,0,.06)}.topic-page-create h3{font-size:1.2rem;margin-bottom:1rem;color:var(--color-primary)}.topic-page-form{display:grid;gap:1rem}.topic-page-error{background:#e91e631a;color:#e91e63;border:1px solid rgba(233,30,99,.3);padding:.7rem .9rem;border-radius:10px;font-size:.9rem}.topic-page-input{width:100%;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:var(--color-light);color:var(--color-dark);font-size:.95rem;resize:vertical}.topic-page-input:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #1976d226;background:var(--color-white)}.topic-page-form-actions{display:flex;justify-content:flex-end}.topic-page-submit{padding:.75rem 1.6rem;border-radius:12px;border:none;background:var(--color-secondary);color:var(--color-white);font-weight:600;cursor:pointer;transition:all .3s ease}.topic-page-submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.topic-page-submit:hover{background:var(--color-primary-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.topic-page-login{padding:1.5rem;border-radius:16px;background:var(--color-light);border:1px solid rgba(0,0,0,.08);text-align:center}.topic-page-login p{color:var(--color-gray-dark);margin-bottom:1rem}.topic-page-login-link{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.4rem;border-radius:999px;background:var(--color-secondary);color:var(--color-white);font-weight:600;text-decoration:none;transition:all .3s ease}.topic-page-login-link:hover{background:var(--color-primary-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}@media(min-width:992px){.topic-page-post-header{flex-direction:row;justify-content:space-between;align-items:center}}@media(max-width:992px){.topic-page-layout{grid-template-columns:1fr}.topic-page-sidebar{position:static}}@media(max-width:768px){.topic-hero{padding:4rem 0 3rem;min-height:280px}.topic-page-header h1{font-size:2.2rem}.topic-page-chat{padding:1.5rem}.topic-page-chat-header{flex-direction:column;align-items:flex-start}}:root{--header-height: 80px}body{font-family:Inter,Segoe UI,Roboto,sans-serif;color:#333;line-height:1.6}.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:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.main-content{margin-top:100px}.content-wrapper{margin-top:120px}.section{padding:3rem 0}.container{padding:0 1rem}}@media(max-width:480px){.content-wrapper{margin-top:140px}}*{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:#212121;background-color:#fff;line-height:1.6;overflow-x:hidden}.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: #f5f5f5;--color-gray-light: #e0e0e0;--color-gray: #9e9e9e;--color-gray-dark: #616161;--color-dark: #212121;--color-black: #000000;--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: 1200px;--max-width-2xl: 1400px}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}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:var(--color-white)}.btn-primary:hover{background-color:var(--color-primary-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:transparent;color:var(--color-white);border-color:var(--color-white)}.btn-secondary:hover{background-color:var(--color-white);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:var(--color-white);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:var(--color-white);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}.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:var(--color-white);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:var(--color-white)!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:var(--color-white)!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)}}@media(prefers-color-scheme:dark){:root{--color-white: #121212;--color-light: #1e1e1e;--color-dark: #e0e0e0;--color-gray-light: #2d2d2d;--color-gray: #666666;--color-gray-dark: #999999;--color-black: #ffffff}body{background-color:#121212;color:#e0e0e0}.card{background-color:#1e1e1e}.form-control{background-color:#2d2d2d;color:#e0e0e0;border-color:#3d3d3d}}:root[data-theme=dark]{--color-primary: #9fb2ff;--color-primary-light: #c1ceff;--color-primary-dark: #6e86e6;--color-secondary: #6fc1ff;--color-secondary-light: #9ad7ff;--color-secondary-dark: #3c8ddb;--color-white: #1b2233;--color-light: #0f121a;--color-dark: #f3f6ff;--color-gray-light: #2a3144;--color-gray: #8b95ad;--color-gray-dark: #c9d0df;--color-black: #ffffff}: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:#232a3b;color:var(--color-dark);border-color:#344058}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-light)}::-webkit-scrollbar-thumb{background:var(--color-gray);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-gray-dark)}::selection{background-color:var(--color-secondary);color:var(--color-white)}::-moz-selection{background-color:var(--color-secondary);color:var(--color-white)}
