.custom-select{position:relative;width:100%}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;height:40px;padding:8px 12px;background-color:#0a0a0a;border:1px solid #262626;border-radius:8px;color:#fafafa;font-size:14px;cursor:pointer;transition:all .2s ease;gap:8px}.custom-select-trigger:hover{border-color:#2a2a2a;background-color:#121212}.custom-select-trigger:focus{outline:none;border-color:#e63946}.custom-select-value{flex:1;text-align:left;color:#fafafa}.custom-select-icon{width:16px;height:16px;color:#a6a6a6;flex-shrink:0;transition:transform .2s ease}.custom-select-trigger[aria-expanded=true] .custom-select-icon{transform:rotate(180deg)}.custom-select-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9998;background-color:transparent;cursor:default}.custom-select-content{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:9999;background:#0a0a0a;background-color:#0a0a0a;border:1px solid #262626;border-radius:8px;box-shadow:0 4px 12px #000c;max-height:300px;overflow-y:auto;padding:4px;pointer-events:auto;opacity:1;margin-top:0}.custom-select-content::-webkit-scrollbar{width:6px}.custom-select-content::-webkit-scrollbar-track{background:#0a0a0a}.custom-select-content::-webkit-scrollbar-thumb{background:#262626;border-radius:3px}.custom-select-content::-webkit-scrollbar-thumb:hover{background:#2a2a2a}.custom-select-item{display:flex;align-items:center;gap:8px;border-radius:4px;cursor:pointer;transition:all .2s ease;color:#fafafa;font-size:14px;position:relative;padding:8px 12px}.custom-select-item:hover{background-color:#121212}.custom-select-item-selected{background-color:#e639461a;color:#e63946}.custom-select-item-check{position:absolute;left:12px;width:14px;height:14px;color:#e63946;flex-shrink:0}@media (max-width: 1024px){.custom-select-trigger{font-size:13.5px;padding:8px 12px}.custom-select-item{font-size:13.5px;padding:7px 11px}.custom-select-item-check{left:11px;width:13px;height:13px}}@media (max-width: 768px){.custom-select-trigger{font-size:13px;padding:8px 11px;height:38px}.custom-select-item{font-size:13px;padding:7px 10px}.custom-select-item-check{left:10px;width:13px;height:13px}}@media (max-width: 640px){.custom-select-trigger{font-size:12px;padding:8px 10px;height:36px}.custom-select-item{padding:6px 10px;font-size:13px}.custom-select-item-check{left:10px;width:12px;height:12px}}@media (max-width: 480px){.custom-select-trigger{font-size:11.5px;padding:7px 9px;height:34px}.custom-select-item{padding:6px 9px;font-size:12px}.custom-select-item-check{left:9px;width:11px;height:11px}}@media (max-width: 360px){.custom-select-trigger{font-size:11px;padding:6px 8px;height:32px}.custom-select-item{padding:5px 8px;font-size:11px}.custom-select-item-check{left:8px;width:10px;height:10px}}.filter{position:relative;top:0;width:100%;background-color:#191919f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #262626;border-bottom:1.5px solid #262626;padding-top:23px;padding-bottom:21px;box-shadow:0 1px 2px #0000000d;z-index:1;margin-top:0}.filter-container{max-width:100%;width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.filter-wrapper{display:flex;align-items:flex-start;gap:15px;justify-content:center;flex-wrap:wrap;overflow-x:visible}.filter-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:15px;justify-content:center;flex:1;min-width:0}.filter-item{flex:1;min-width:200px}.filter-item-control{display:flex;align-items:center;gap:12px;width:100%;padding:8px 16px;border:1px solid #262626;border-radius:10px;background-color:#070707;transition:border-color .2s ease,background-color .2s ease}.filter-item-control:focus-within{border-color:#e63946;background-color:#0a0a0a}.filter-item-select{flex:1 1 auto;min-width:0;display:flex;align-items:center;justify-content:center;gap:12px;border-left:1px solid #2E2E2E;padding-left:16px;min-height:26px}.filter-label{font-size:13px;font-weight:500;color:#a6a6a6;margin-bottom:0;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;min-width:auto;white-space:nowrap}.filter-label-text{display:block}.filter-icon{width:14px;height:14px;color:#a6a6a6;flex-shrink:0}.filter-item .custom-select .custom-select-trigger.filter-trigger{width:100%;text-align:center;position:relative;justify-content:center;border:none;transition:color .2s ease;cursor:pointer;background-color:transparent;border-radius:0;padding:0 28px 0 0;font-size:14px;height:auto;display:flex;align-items:center;box-shadow:none;outline:none;min-height:26px}.filter-trigger-content{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-width:0}.filter-trigger-icon{width:16px;height:16px;color:#a6a6a6;flex-shrink:0;display:none}.filter-item .custom-select .custom-select-trigger.filter-trigger[aria-expanded=true]{color:#fff}.filter-item .custom-select .custom-select-trigger.filter-trigger:not([aria-expanded=true]):hover{color:#fff}.filter-item .custom-select .custom-select-trigger.filter-trigger:not([aria-expanded=true]):focus,.filter-item .custom-select .custom-select-trigger.filter-trigger:not([aria-expanded=true]):focus-visible{outline:none;box-shadow:none}.filter-item .custom-select .custom-select-trigger.filter-trigger .custom-select-value{margin:0;color:#e63946;text-align:center;line-height:1.5;flex:1}.filter-item .custom-select .custom-select-trigger.filter-trigger .custom-select-icon{position:absolute;right:0;color:#a6a6a6;transition:transform .2s ease;opacity:1;width:16px;height:16px}.filter-item .custom-select .custom-select-trigger.filter-trigger[aria-expanded=true] .custom-select-icon{transform:rotate(180deg)}.filter-item .custom-select .custom-select-backdrop{z-index:9998}.filter-item .custom-select .custom-select-content.filter-dropdown{max-height:300px;z-index:10000;background:#0a0a0a;background-color:#0a0a0a;border:1px solid #E63946;box-shadow:0 4px 12px #000c;opacity:1}@media (max-width: 640px){.filter-item .custom-select .custom-select-content.filter-dropdown{z-index:10001;position:fixed!important}.filter-item .custom-select .custom-select-backdrop{z-index:10000}}.filter-item .custom-select .custom-select-content.filter-dropdown::-webkit-scrollbar-track{background:#0a0a0a}.filter-item .custom-select .custom-select-content .custom-select-item.filter-option{color:#a6a6a6;text-align:center;cursor:pointer;background-color:transparent;transition:color .2s ease,background-color .2s ease}.filter-item .custom-select .custom-select-content .custom-select-item.filter-option:hover,.filter-item .custom-select .custom-select-content .custom-select-item.filter-option.custom-select-item-selected{color:#fff;background-color:#e63946}.filter-reset-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:auto;min-width:auto;max-width:none;align-self:stretch}.filter-reset-wrapper:before{content:none}.filter-reset-button{min-width:54px;height:100%;display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid #262626;border-radius:10px;background-color:#070707;color:#a6a6a6;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;box-sizing:border-box;flex-shrink:0}.filter-reset-button:hover{border-color:#e63946;background-color:#26262680;color:#e63946}.filter-reset-button:focus{outline:none;border-color:#262626;background-color:#070707}.filter-reset-button:focus-visible{outline:2px solid #E63946;outline-offset:2px}.filter-reset-icon{width:16px;height:16px;flex-shrink:0;transition:transform .2s ease}.filter-reset-button:hover .filter-reset-icon{transform:rotate(-180deg)}@media (min-width: 2560px){.filter-container{padding:0 64px}}@media (min-width: 1920px){.filter-container{padding:0 48px}}@media (min-width: 1440px){.filter-container{padding:0 30px}}@media (max-width: 1024px){.filter-container{padding:0 24px}.filter-wrapper,.filter-content{gap:16px}.filter-item{min-width:170px}.filter-item-control{padding:8px 12px}.filter-reset-wrapper{min-width:auto;max-width:none}.filter-reset-button{width:50px;height:38px}}@media (max-width: 768px){.filter-container{padding:0 20px}.filter-wrapper,.filter-content{gap:12px}.filter-item{min-width:160px}.filter-item-control{padding:7px 12px}.filter-item .custom-select .custom-select-trigger.filter-trigger{padding:8px 30px 8px 12px;font-size:13px}.filter-reset-button{width:48px;height:38px}}@media (max-width: 640px){.filter{top:0;padding-top:15px;padding-bottom:15px}.filter-container{padding:0 16px;width:100%;box-sizing:border-box;overflow:hidden}.filter-wrapper{gap:8px;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0;margin:0;width:100%;max-width:100%;box-sizing:border-box;direction:ltr;scroll-behavior:auto;scroll-snap-type:none;scroll-padding:0;scroll-margin:0;justify-content:flex-start;align-items:flex-start}.filter-wrapper::-webkit-scrollbar{display:none}.filter-content{gap:8px;width:-moz-max-content;width:max-content;display:flex;flex-direction:row;flex-wrap:nowrap;flex:0 0 auto;padding:0;margin:0;box-sizing:border-box;align-items:flex-start}.filter-content>*:first-child{margin-left:0;padding-left:0;flex-shrink:0}.filter-item{flex:0 0 auto;min-width:150px;width:150px;margin:0;padding:0;box-sizing:border-box}.filter-item-control{padding:0;border:none;background:transparent;gap:0}.filter-item-select{border-left:none;padding-left:0}.filter-item:first-child{margin-left:0}.filter-label{display:none}.filter-item .custom-select .custom-select-trigger.filter-trigger{padding:8px 28px 8px 10px;font-size:12px;width:100%;min-width:140px;white-space:nowrap;justify-content:flex-start;border:1px solid #262626;border-radius:10px;background-color:#070707}.filter-trigger-content{justify-content:flex-start}.filter-trigger-icon{display:block}.filter-item .custom-select .custom-select-trigger.filter-trigger .custom-select-value{margin:0;text-align:center;flex:1 1 auto;overflow:visible;text-overflow:clip;white-space:nowrap}.filter-item .custom-select .custom-select-trigger.filter-trigger .custom-select-icon{right:8px;width:14px;height:14px}.filter-reset-wrapper{flex:0 0 auto;min-width:44px;max-width:44px;display:flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:0}.filter-reset-wrapper:before{display:none}.filter-reset-button{width:44px;height:36px;min-width:44px;min-height:36px}}@media (max-width: 480px){.filter{top:0;padding-top:14px;padding-bottom:14px}.filter-container{padding:0 14px}.filter-wrapper{gap:7px;padding:0;width:100%;box-sizing:border-box}.filter-content{gap:7px;padding-right:0}.filter-item{flex:0 0 auto;min-width:140px;width:140px}.filter-item-control{padding:0}.filter-item .custom-select .custom-select-trigger.filter-trigger{padding:7px 26px 7px 9px;font-size:11.5px;min-width:135px;border:1px solid #262626;border-radius:10px;background-color:#070707}.filter-item .custom-select .custom-select-trigger.filter-trigger .custom-select-icon{right:7px;width:13px;height:13px}.filter-reset-wrapper{min-width:42px;max-width:42px}.filter-reset-button{width:42px;height:34px;min-width:42px;min-height:34px}}@media (max-width: 360px){.filter{top:0;padding-top:13px;padding-bottom:13px}.filter-container{padding:0 12px}.filter-wrapper{gap:6px;padding:0;width:100%;box-sizing:border-box}.filter-content{gap:6px;padding-right:0}.filter-item{flex:0 0 auto;min-width:130px;width:130px}.filter-item-control{padding:0}.filter-item .custom-select .custom-select-trigger.filter-trigger{padding:6px 24px 6px 8px;font-size:11px;width:100%;min-width:130px;justify-content:flex-start;border:1px solid #262626;border-radius:10px;background-color:#070707}.filter-trigger-content{justify-content:flex-start}.filter-trigger-icon{width:14px;height:14px}.filter-item .custom-select .custom-select-trigger.filter-trigger .custom-select-icon{right:6px;width:12px;height:12px}.filter-reset-wrapper{min-width:40px;max-width:40px;align-items:center;justify-content:center}.filter-reset-button{width:40px;height:32px;min-width:40px;min-height:32px}.filter-reset-icon{width:14px;height:14px}}.portal-dancers-community-notifications-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0d0f14d1;z-index:2000;display:flex;justify-content:flex-end;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.portal-dancers-community-notifications-overlay--open{opacity:1;visibility:visible;pointer-events:auto}.portal-dancers-community-notifications-drawer{width:100%;max-width:480px;height:100vh;height:100dvh;background:#121212;border-left:1px solid #262626;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;position:relative;z-index:2001;color:#fafafa}.portal-dancers-community-notifications-overlay--open .portal-dancers-community-notifications-drawer{transform:translate(0)}.portal-dancers-community-notifications-header{display:flex;align-items:center;justify-content:space-between;height:70px;min-height:70px;padding:0 16px;box-sizing:border-box;border-bottom:1px solid #ffffff0f;background:#0b0b0b;flex-shrink:0}.portal-dancers-community-notifications-title{font-size:16px;font-weight:700;color:#fafafa;display:flex;align-items:center;gap:8px}.portal-dancers-community-notifications-title svg{color:#e63946;flex-shrink:0}.portal-dancers-community-notifications-actions{display:flex;align-items:center;gap:12px}.portal-dancers-community-notifications-read-all{font-size:12px;color:#e63946;background:transparent;border:none;cursor:pointer}.portal-dancers-community-notifications-read-all:hover{color:#fafafa;text-decoration:underline}.portal-dancers-community-notifications-close{background:#ffffff0a;border:1px solid #ffffff14;color:#a6a6a6;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}.portal-dancers-community-notifications-close:hover{background:#ffffff14;color:#fafafa}.portal-dancers-community-notifications-tabs{display:flex;align-items:center;padding:10px 16px;gap:8px;border-bottom:1px solid #ffffff0f;background:#121212;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.portal-dancers-community-notifications-tabs::-webkit-scrollbar{width:0;height:0}.portal-dancers-community-notifications-tab{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;font-size:12px;font-weight:500;color:#a6a6a6;background:transparent;border:none;min-height:34px;padding:6px 12px;border-radius:9999px;cursor:pointer;white-space:nowrap}.portal-dancers-community-notifications-tab:hover{color:#fafafa;background:#ffffff0a}.portal-dancers-community-notifications-tab--active{background:#e639462e;color:#e63946;font-weight:600}.portal-dancers-community-notifications-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 5px;border-radius:9999px;background:#e63946;color:#fff;font-size:10px;font-weight:800}.portal-dancers-community-notifications-list{flex:1;overflow-y:auto;padding:20px 24px 14px;display:flex;flex-direction:column;gap:10px;scrollbar-width:none;background:#121212}.portal-dancers-community-notifications-list::-webkit-scrollbar{width:0;height:0}.portal-dancers-community-notifications-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:8px;background:#00000047;border:1px solid #ffffff0f;cursor:pointer}.portal-dancers-community-notifications-item--unread{background:#e639461a;border-color:#e6394647}.portal-dancers-community-notifications-item:hover{background:#0006;border-color:#e6394666}.portal-dancers-community-notifications-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;background:#334155}.portal-dancers-community-notifications-icon--events{background:#9d4edd}.portal-dancers-community-notifications-icon--classes{background:#e63946}.portal-dancers-community-notifications-icon--parties{background:#7c3aed}.portal-dancers-community-notifications-icon--schools{background:#334155}.portal-dancers-community-notifications-icon--account{background:#475569}.portal-dancers-community-notifications-icon--activity{background:#9d174d}.portal-dancers-community-notifications-icon--support{background:#1e3a5f}.portal-dancers-community-notifications-content{flex:1;font-size:12.5px;line-height:1.4;color:#a6a6a6}.portal-dancers-community-notifications-tag{display:inline-flex;align-items:center;margin-bottom:4px;font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#e63946}.portal-dancers-community-notifications-item-title{font-weight:600;color:#fafafa;margin-bottom:2px}.portal-dancers-community-notifications-time{font-size:10.5px;color:#7a7a7a;margin-top:4px}.portal-dancers-community-notifications-footer{padding:14px 24px;border-top:1px solid #ffffff0f;text-align:center;font-size:12px;color:#7a7a7a;background:#0b0b0b;flex-shrink:0}.portal-dancers-community-notifications-empty{text-align:center;padding:40px 20px;color:#7a7a7a;font-size:13px}.portal-dancers-community-notifications-unread-dot{width:6px;height:6px;border-radius:50%;background:#e63946;flex-shrink:0;margin-top:6px}.portal-dancers-community-notifications-footer-row{display:flex;align-items:center;justify-content:center;gap:6px}.portal-dancers-community-notifications-footer-row svg{color:#34d399;flex-shrink:0}@media (max-width: 480px){.portal-dancers-community-notifications-drawer{max-width:100%}.portal-dancers-community-notifications-tabs{padding:8px 12px}.portal-dancers-community-notifications-tab{min-height:36px;font-size:12px}}@media (max-width: 360px){.portal-dancers-community-notifications-tab{min-height:34px;padding:6px 10px;font-size:11px}}.portal-dancers-community-header{position:fixed;top:0;left:0;right:0;z-index:1030;background-color:var(--community-header-bg, #1c1f26)}.portal-dancers-community-header-locks-bar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;width:100%;min-height:var(--header-locks-height, 58px);padding:12px 16px;box-sizing:border-box;background-color:#0d0f14;border-bottom:1px solid rgba(255,255,255,.08)}.portal-dancers-community-header-locks-tagline{margin:0;justify-self:center;font-size:14px;font-weight:500;letter-spacing:.08em;line-height:1.2;color:#e63946;text-align:center;white-space:nowrap}.portal-dancers-community-header-locks-socials{display:flex;align-items:center;justify-self:start;gap:6px;min-width:0}.portal-dancers-community-header-locks-social{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid #ffffff1a;background:#ffffff0a;color:#a6a6a6;text-decoration:none;flex-shrink:0}.portal-dancers-community-header-locks-social:hover{background:#ffffff14;border-color:#ffffff29}.portal-dancers-community-header-inner{width:100%;max-width:100%;margin:0 auto;padding:0 16px;height:var(--header-nav-height, 70px);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;box-sizing:border-box;background-color:var(--community-header-bg, #1c1f26)}.portal-dancers-community-header-left{display:flex;align-items:center;justify-self:start;flex-shrink:0;z-index:1}.portal-dancers-community-header-locks{display:flex;align-items:center;justify-self:end;gap:8px;min-width:0;flex-shrink:0}.portal-dancers-community-header-locks .custom-select{width:118px}.portal-dancers-community-header-locks .custom-select:last-child{width:84px}.portal-dancers-community-header-lock-trigger{height:34px;padding:4px 8px;background-color:#121212;border:1px solid #ffffff22;border-radius:8px;font-size:12px}.portal-dancers-community-header-lock-trigger:hover,.portal-dancers-community-header-lock-trigger:focus{border-color:#e6394666;background-color:#1a1a1a}.portal-dancers-community-header-lock-trigger-content{display:flex;align-items:center;gap:6px;min-width:0}.portal-dancers-community-header-lock-icon{color:#e63946;flex-shrink:0}.portal-dancers-community-header-lock-trigger-content .custom-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.portal-dancers-community-header-center{display:flex;align-items:center;justify-content:center;justify-self:center;min-width:0}.portal-dancers-community-header-logo-link{display:flex;align-items:center;gap:4px;text-decoration:none;flex-shrink:0}.portal-dancers-community-header-logo-link:hover{opacity:.9}.portal-dancers-community-header-logo-image{display:block;height:35px;width:35px;flex-shrink:0;background-color:#e63946;-webkit-mask-image:var(--dancers-community-logo-mask);mask-image:var(--dancers-community-logo-mask);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-mode:luminance;mask-mode:luminance;-webkit-mask-source-type:luminance}.portal-dancers-community-header-logo-text-block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;line-height:1;width:-moz-max-content;width:max-content}.portal-dancers-community-header-logo-name{font-size:16px;font-weight:600;letter-spacing:1.5px;color:#e6edf3;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased}.portal-dancers-community-header-logo-sub{font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;line-height:1;white-space:nowrap;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#e63946;-webkit-font-smoothing:antialiased}.portal-dancers-community-header-nav{display:flex;align-items:flex-end;justify-content:center;gap:0;min-width:0}.portal-dancers-community-header-nav-link{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 14px;text-decoration:none;color:#a6a6a6}.portal-dancers-community-header-nav-link:hover,.portal-dancers-community-header-nav-link--active{color:#e63946}.portal-dancers-community-header-nav-icon{width:16px;height:16px;flex-shrink:0}.portal-dancers-community-header-nav-label{font-size:12px;font-weight:500;white-space:nowrap;line-height:1.2}.portal-dancers-community-header-nav-count{font-size:10px;font-weight:600;line-height:1;margin-top:2px}.portal-dancers-community-header-right{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:10px;flex-shrink:0;z-index:1}.portal-dancers-community-header-login{font-size:13px;font-weight:600;color:#fff;padding:8px 16px;border-radius:8px;border:1px solid transparent;background:linear-gradient(135deg,#e63946,#9d4edd);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;height:38px;box-sizing:border-box}.portal-dancers-community-header-login:hover,.portal-dancers-community-header-login--active{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd)}.portal-dancers-community-header-auth-tabs{display:inline-flex;align-items:stretch;height:38px;box-sizing:border-box;padding:3px;border-radius:8px;border:1px solid #e6394659;background:#e639461a;gap:0;flex-shrink:0}.portal-dancers-community-header-auth-tab{font-size:13px;font-weight:600;color:#f2a4aa;padding:5px 14px;border-radius:6px;border:1px solid transparent;background:transparent;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.portal-dancers-community-header-auth-tab+.portal-dancers-community-header-auth-tab{border-left:1px solid #e6394638;border-top-left-radius:0;border-bottom-left-radius:0}.portal-dancers-community-header-auth-tab:hover{color:#fafafa;background:#e6394629}.portal-dancers-community-header-auth-tab--join,.portal-dancers-community-header-auth-tab--join:hover{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd)}.portal-dancers-community-header-auth-tab--login:hover,.portal-dancers-community-header-auth-tab--login.portal-dancers-community-header-auth-tab--active{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd);border-color:transparent}.portal-dancers-community-header-auth-tabs:has(.portal-dancers-community-header-auth-tab--login:hover) .portal-dancers-community-header-auth-tab--join,.portal-dancers-community-header-auth-tabs:has(.portal-dancers-community-header-auth-tab--login.portal-dancers-community-header-auth-tab--active) .portal-dancers-community-header-auth-tab--join{color:#f2a4aa;background:transparent}.portal-dancers-community-header-auth-tabs:has(.portal-dancers-community-header-auth-tab--login.portal-dancers-community-header-auth-tab--active) .portal-dancers-community-header-auth-tab--join:hover{color:#fafafa;background:#e6394629}.portal-dancers-community-header-auth-tab--join.portal-dancers-community-header-auth-tab--active{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd);border-color:transparent}.portal-dancers-community-header-bell-button{position:relative;background:transparent;border:1px solid #ffffff33;color:#a6a6a6;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.portal-dancers-community-header-bell-button:hover{background:#e639461f;border-color:#e6394666;color:#fafafa}.portal-dancers-community-header-bell-dot{position:absolute;top:-2px;right:-2px;background:#e63946;color:#fff;font-size:10px;font-weight:500;min-width:17px;height:17px;padding:0 4px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #0b0b0b;box-sizing:border-box}.portal-dancers-community-header-slider{display:none}.portal-dancers-community-header-menu-button{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:none;background:transparent;color:#fafafa;cursor:pointer;flex-shrink:0}.portal-dancers-community-header-menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;z-index:1029}.portal-dancers-community-header-menu{position:fixed;top:0;left:auto;right:-100%;width:320px;max-width:90vw;height:100vh;height:100dvh;background-color:#121212;border-left:1px solid #262626;z-index:1031;transition:right .3s ease-out;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column}.portal-dancers-community-header-menu--open{right:0}.portal-dancers-community-header-menu-top{display:flex;align-items:center;justify-content:flex-end;height:70px;min-height:70px;padding:0 16px;border-bottom:1px solid #ffffff0f;background:#0b0b0b;flex-shrink:0;box-sizing:border-box}.portal-dancers-community-header-menu-close{background:#ffffff0a;border:1px solid #ffffff14;color:#a6a6a6;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer}.portal-dancers-community-header-menu-close:hover{background:#ffffff14;color:#fafafa}.portal-dancers-community-header-menu-nav{width:100%;flex:1;padding-top:8px;display:flex;flex-direction:column;box-sizing:border-box}.portal-dancers-community-header-menu-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-bottom:1px solid #ffffff0f;text-decoration:none;box-sizing:border-box;color:#a6a6a6;font-size:15px;font-weight:500}.portal-dancers-community-header-menu-link:hover,.portal-dancers-community-header-menu-link--active{color:#e63946;background-color:#e639461a}.portal-dancers-community-header-menu-link--active{font-weight:600}.portal-dancers-community-header-menu-link-main{display:flex;align-items:center;gap:12px;min-width:0}.portal-dancers-community-header-menu-link-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:inherit}.portal-dancers-community-header-menu-link-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-dancers-community-header-menu-link-count{font-size:14px;font-weight:700;color:#e63946;margin-left:auto;white-space:nowrap;flex-shrink:0;letter-spacing:-.2px}.portal-dancers-community-header-menu-actions{display:flex;flex-direction:column;gap:12px;padding:28px 20px 24px;margin-top:auto;border-top:1px solid #ffffff14;flex-shrink:0}.portal-dancers-community-header-menu-socials{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0}.portal-dancers-community-header-menu-social{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1px solid #ffffff1a;background:#ffffff0a;color:#a6a6a6;text-decoration:none;flex-shrink:0}.portal-dancers-community-header-menu-social:hover{background:#ffffff14;border-color:#ffffff29}.portal-dancers-community-header-social--instagram{color:#e1306c}.portal-dancers-community-header-social--facebook{color:#60a5fa}.portal-dancers-community-header-social--linkedin{color:#70b5f9}.portal-dancers-community-header-social--youtube{color:#f87171}.portal-dancers-community-header-social--tiktok{color:#f8fafc}.portal-dancers-community-header-menu-login{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd);border:1px solid transparent}.portal-dancers-community-header-menu-login:hover,.portal-dancers-community-header-menu-login--active{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd)}.portal-dancers-community-header-menu-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:3px;border-radius:10px;border:1px solid #e6394647;background:#e6394614;box-sizing:border-box}.portal-dancers-community-header-menu-auth-tab{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;color:#f2a4aa;background:transparent;border:1px solid transparent}.portal-dancers-community-header-menu-auth-tab+.portal-dancers-community-header-menu-auth-tab{border-left:1px solid #e6394633;border-top-left-radius:0;border-bottom-left-radius:0}.portal-dancers-community-header-menu-auth-tab:hover{color:#f87171;background:#e639461f}.portal-dancers-community-header-menu-auth-tab--join,.portal-dancers-community-header-menu-auth-tab--join:hover{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd)}.portal-dancers-community-header-menu-auth-tab--login:hover,.portal-dancers-community-header-menu-auth-tab--login.portal-dancers-community-header-menu-auth-tab--active{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd);border-color:transparent}.portal-dancers-community-header-menu-auth-tabs:has(.portal-dancers-community-header-menu-auth-tab--login:hover) .portal-dancers-community-header-menu-auth-tab--join,.portal-dancers-community-header-menu-auth-tabs:has(.portal-dancers-community-header-menu-auth-tab--login.portal-dancers-community-header-menu-auth-tab--active) .portal-dancers-community-header-menu-auth-tab--join{color:#f2a4aa;background:transparent}.portal-dancers-community-header-menu-auth-tabs:has(.portal-dancers-community-header-menu-auth-tab--login.portal-dancers-community-header-menu-auth-tab--active) .portal-dancers-community-header-menu-auth-tab--join:hover{color:#f87171;background:#e639461f}.portal-dancers-community-header-menu-auth-tab--join.portal-dancers-community-header-menu-auth-tab--active{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd);border-color:transparent}@media (max-width: 1023px){.portal-dancers-community-header-locks-bar{display:flex;justify-content:stretch;align-items:center;gap:8px;padding:8px 12px}.portal-dancers-community-header-locks-socials,.portal-dancers-community-header-locks-tagline{display:none}.portal-dancers-community-header-locks{flex:1;width:100%;justify-self:stretch}.portal-dancers-community-header-locks .custom-select{flex:1;width:auto;min-width:0}.portal-dancers-community-header-locks .custom-select:last-child{flex:.72;width:auto}.portal-dancers-community-header-lock-trigger{height:32px;padding:3px 6px}.portal-dancers-community-header-inner{display:flex;justify-content:space-between;align-items:center;padding:0 12px;height:var(--header-nav-height, 56px)}.portal-dancers-community-header-center,.portal-dancers-community-header-nav{display:none}.portal-dancers-community-header-auth-tabs{display:inline-flex;height:32px;padding:2px;border:1px solid #ffffff22;background:#ffffff0a}.portal-dancers-community-header-auth-tab{font-size:12px;padding:4px 10px;color:#c4c4c4}.portal-dancers-community-header-auth-tab+.portal-dancers-community-header-auth-tab{border-left-color:#ffffff1a}.portal-dancers-community-header-auth-tab--join,.portal-dancers-community-header-auth-tab--join:hover{color:#c4c4c4;background:transparent}.portal-dancers-community-header-auth-tab:hover{color:#fafafa;background:#ffffff14}.portal-dancers-community-header-auth-tabs:has(.portal-dancers-community-header-auth-tab--login:hover) .portal-dancers-community-header-auth-tab--join,.portal-dancers-community-header-auth-tabs:has(.portal-dancers-community-header-auth-tab--login.portal-dancers-community-header-auth-tab--active) .portal-dancers-community-header-auth-tab--join{color:#c4c4c4;background:transparent}.portal-dancers-community-header-auth-tab--join.portal-dancers-community-header-auth-tab--active,.portal-dancers-community-header-auth-tab--login.portal-dancers-community-header-auth-tab--active{color:#fff;background:linear-gradient(135deg,#e63946,#9d4edd)}.portal-dancers-community-header-login{display:none}.portal-dancers-community-header-bell-button{width:32px;height:32px;background:transparent;border:none;border-radius:0;color:#a6a6a6}.portal-dancers-community-header-bell-button:hover{background:transparent;border:none;color:#fafafa}.portal-dancers-community-header-logo-image{width:28px;height:28px}.portal-dancers-community-header-logo-name{font-size:14px}.portal-dancers-community-header-logo-sub{font-size:12px}.portal-dancers-community-header-slider{display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:var(--header-slider-height, 56px);padding:0 8px;box-sizing:border-box;background-color:var(--community-header-bg, #1c1f26);border-top:1px solid rgba(255,255,255,.08)}.portal-dancers-community-header-slider::-webkit-scrollbar{display:none}.portal-dancers-community-header-slider-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:0 0 auto;min-width:64px;padding:6px 10px;text-decoration:none;color:#a6a6a6;box-sizing:border-box}.portal-dancers-community-header-slider-link:hover,.portal-dancers-community-header-slider-link--active{color:#e63946}.portal-dancers-community-header-slider-icon{width:15px;height:15px;flex-shrink:0}.portal-dancers-community-header-slider-label{font-size:11px;font-weight:500;white-space:nowrap;line-height:1.2}.portal-dancers-community-header-slider-count{font-size:9px;font-weight:600;line-height:1}}@media (max-width: 640px){.portal-dancers-community-header-inner{padding:0 12px}.portal-dancers-community-header-locks-bar{padding:8px 10px}.portal-dancers-community-header-logo-name{font-size:13px}.portal-dancers-community-header-logo-sub{display:block;font-size:11px}.portal-dancers-community-header-auth-tab{font-size:11px;padding:4px 8px}.portal-dancers-community-header-slider-link{min-width:60px;padding:6px 8px}}@media (max-width: 360px){.portal-dancers-community-header-inner{padding:0 10px}.portal-dancers-community-header-locks .custom-select:last-child{flex:.64}.portal-dancers-community-header-logo-image{width:26px;height:26px}.portal-dancers-community-header-logo-name{font-size:13px}.portal-dancers-community-header-bell-button{width:30px;height:30px}.portal-dancers-community-header-slider-link{min-width:56px;padding:4px 6px}.portal-dancers-community-header-slider-label{font-size:10px}}.footer-block1{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}.footer-block1-brand{display:flex;flex-direction:column;gap:16px;width:100%;flex-shrink:0}.footer-block1-brand-link{text-decoration:none;transition:opacity .2s ease}.footer-block1-brand-link:hover{opacity:.8}.footer-block1-brand-title{font-size:18px;font-weight:700;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;line-height:1.2;white-space:nowrap;margin:0}.footer-block1-brand-description{color:#a6a6a6;font-size:15px;line-height:1.75;word-break:break-word;text-align:justify;margin:0}.footer-block1-social{display:flex;gap:8px;flex-wrap:wrap}.footer-block1-social-link{width:36px;height:36px;border-radius:50%;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;transition:all .2s ease;text-decoration:none}.footer-block1-social-link:hover{background:linear-gradient(135deg,#e63946,#9d4edd);box-shadow:0 0 40px #e639464d}.footer-block1-social-icon{width:16px;height:16px;color:#fafafa;transition:color .2s ease}.footer-block1-social-link:hover .footer-block1-social-icon{color:#fff}.footer-block1-section{flex-shrink:0}.footer-block1-section-title{font-size:18px;font-weight:600;color:#d0d0d0;margin-bottom:16px;margin-top:0}.footer-block1-section-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:15px}.footer-block1-section-link{color:#a6a6a6;text-decoration:none;transition:color .2s ease;display:block}.footer-block1-section-link:hover{color:#e63946}.footer-block1-contact{width:100%;flex-shrink:0}.footer-block1-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-block1-contact-item{display:flex;align-items:flex-start;gap:8px;color:#a6a6a6}.footer-block1-contact-icon{width:20px;height:20px;color:#e63946;margin-top:2px;flex-shrink:0}.footer-block1-contact-text{word-break:break-word;transition:color .2s ease;font-size:15px}.footer-block1-contact-item:hover .footer-block1-contact-text{color:#e63946}@media (min-width: 1025px){.footer-block1{flex-direction:row;justify-content:space-between;gap:24px;align-items:flex-start}.footer-block1-brand{width:280px}.footer-block1-section{flex:0 0 auto}.footer-block1-contact{width:280px}}@media (max-width: 1024px){.footer-block1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.footer-block1-brand{width:100%;grid-column:1 / -1}.footer-block1-section{width:100%}.footer-block1-contact{width:100%;grid-column:2 / 3}}@media (max-width: 640px){.footer-block1{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.footer-block1-section,.footer-block1-contact{width:100%}}@media (max-width: 640px){.footer-block1{gap:20px;margin-bottom:24px}.footer-block1-brand-title{font-size:16px}.footer-block1-brand-description{font-size:14px}.footer-block1-section-title{font-size:16px}.footer-block1-section-list,.footer-block1-contact-text{font-size:14px}}@media (max-width: 360px){.footer-block1-brand-title{font-size:15px}.footer-block1-brand-description{font-size:13px}.footer-block1-section-title{font-size:15px}.footer-block1-section-list,.footer-block1-contact-text{font-size:13px}}.footer-block2{padding-top:32px;border-top:1px solid #262626;margin-bottom:32px}.footer-block2-title{font-size:18px;font-weight:600;color:#fafafa;margin-bottom:16px;margin-top:0}.footer-block2-countries{display:flex;flex-wrap:wrap;gap:16px}.footer-block2-country-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;border:1px solid #262626;background:transparent;cursor:pointer;transition:all .2s ease}.footer-block2-country-button:hover{border-color:#e63946;background-color:#1a1a1a80}.footer-block2-country-flag{width:24px;height:24px;border-radius:8px;border:1px solid #262626;overflow:hidden;transition:border-color .2s ease}.footer-block2-country-button:hover .footer-block2-country-flag{border-color:#e63946}.footer-block2-country-flag-icon{width:24px;height:24px;border-radius:8px}.footer-block2-country-name{font-size:14px;color:#a6a6a6;transition:color .2s ease}.footer-block2-country-button:hover .footer-block2-country-name{color:#e63946}@media (max-width: 640px){.footer-block2{padding-top:24px;margin-bottom:24px}.footer-block2-title{font-size:16px;margin-bottom:12px}.footer-block2-countries{gap:12px}}@media (max-width: 360px){.footer-block2-title{font-size:15px;margin-bottom:10px}.footer-block2-country-name{font-size:13px}.footer-block2-countries{gap:10px}}.footer-block3{padding-top:32px;border-top:1px solid #262626;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px}.footer-block3-copyright{color:#a6a6a6;font-size:14px;margin:0}.footer-block3-policies{display:flex;gap:24px;font-size:14px}.footer-block3-policy-link{color:#a6a6a6;text-decoration:none;transition:color .2s ease}.footer-block3-policy-link:hover{color:#e63946}@media (min-width: 1440px){.footer-block3{flex-direction:row}}@media (max-width: 1024px){.footer-block3{flex-direction:row}}@media (max-width: 640px){.footer-block3{flex-direction:column;padding-top:24px;gap:12px}.footer-block3-copyright{font-size:12px;text-align:center}.footer-block3-policies{flex-wrap:wrap;justify-content:center;gap:16px;font-size:12px}}.footer-footer{background-color:#0a0a0a;border-top:1px solid #262626;margin-top:80px}.footer-container{width:100%;max-width:100%;margin:0 auto;padding:50px 30px;box-sizing:border-box}@media (min-width: 2560px){.footer-container{padding:50px 64px}}@media (min-width: 1920px){.footer-container{padding:50px 48px}}@media (min-width: 1440px){.footer-container{padding:50px 35px}}@media (max-width: 1024px){.footer-container{padding:50px 24px}}@media (max-width: 640px){.footer-footer{margin-top:60px}.footer-container{padding:32px 16px}}@media (max-width: 360px){.footer-container{padding:24px 12px}}:root{--filter-bar-height: 0px;--header-locks-height: 58px;--header-nav-height: 70px;--header-slider-height: 0px;--header-height: calc(var(--header-locks-height) + var(--header-nav-height) + var(--header-slider-height));--community-surface-sidebar: #1c1f26;--community-header-bg: var(--community-surface-sidebar)}.layout-container{min-height:100vh;background-color:#121212;display:flex;flex-direction:column}.layout-filter-bar{position:fixed;top:var(--header-height, 80px);left:0;right:0;z-index:1040}.layout-main{flex:1;padding-top:calc(var(--filter-bar-height, 0px) + var(--header-height, 80px) + 20px)}.layout-container-feed{height:100dvh;max-height:100dvh;overflow:hidden;background-color:#0d0f14}.layout-main-feed{flex:1;min-height:0;padding-top:calc(var(--header-height, 80px) + 24px);padding-left:32px;padding-right:32px;padding-bottom:20px;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}@media (max-width: 1023px){:root{--header-locks-height: 48px;--header-nav-height: 56px;--header-slider-height: 56px}.layout-main-feed{padding-top:calc(var(--header-height, 80px) + 18px);padding-left:12px;padding-right:12px;padding-bottom:12px}}.modal-open{overflow:hidden}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;background-color:#1a1a1a;border:1px solid #2A2A2A;color:#fff;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn .2s ease-out;display:flex;flex-direction:column}@keyframes slideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close-button{position:absolute;top:16px;right:16px;z-index:1110;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#1a1a1a;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:all .3s ease;background-image:linear-gradient(#1a1a1a,#1a1a1a),linear-gradient(135deg,#e63946,#4a4a4a);background-origin:border-box;background-clip:padding-box,border-box}.modal-close-button:hover{background-image:linear-gradient(#1a1a1a,#1a1a1a),linear-gradient(135deg,#e63946,#9d4edd)}.modal-close-icon{width:18px;height:18px;color:#fff}@media (max-width: 1024px){.modal-content{max-width:95vw;max-height:95vh}.modal-close-button{top:12px;right:12px;width:28px;height:28px}.modal-close-icon{width:16px;height:16px}}.home-summary-filter-tags-container{width:100%;margin-bottom:20px}.home-summary-filter-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.home-summary-filter-tag{display:flex;align-items:center;gap:8px;padding:6px 12px;background-color:#0a0a0a;border:1px solid #E63946;border-radius:6px;font-size:13px;transition:all .2s ease}.home-summary-filter-tag-label{color:#a6a6a6;font-weight:500}.home-summary-filter-tag-value{color:#e63946;font-weight:600}.home-summary-filter-tag-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;background-color:transparent;border:none;cursor:pointer;transition:all .2s ease;color:#a6a6a6;margin-left:2px}.home-summary-filter-tag-remove:hover{color:#e63946}.home-summary-filter-tag-remove-icon{width:14px;height:14px}@media (max-width: 1024px){.home-summary-filter-tags-container{margin-bottom:16px}.home-summary-filter-tag{padding:5px 10px;font-size:12px}}@media (max-width: 640px){.home-summary-filter-tags-container{margin-bottom:12px}.home-summary-filter-tag{padding:4px 8px;font-size:11px;gap:6px}.home-summary-filter-tag-remove{width:14px;height:14px}.home-summary-filter-tag-remove-icon{width:12px;height:12px}}.modal-content.home-summary-cards-popup-content{width:800px;height:600px;max-width:90vw;max-height:90vh;padding:0;background-color:#1a1a1a;border:1px solid #2A2A2A;border-radius:10px;color:#fff;overflow:hidden;display:flex;flex-direction:column}.home-summary-cards-popup-header{flex-shrink:0;padding:24px 32px;border-bottom:1px solid #2A2A2A;background-color:#1a1a1a}.home-summary-cards-popup-header-left{display:flex;align-items:center;gap:16px}.home-summary-cards-popup-icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#0a0a0a;border:1px solid #262626;border-radius:8px;flex-shrink:0}.home-summary-cards-popup-icon{width:24px;height:24px;color:#e63946}.home-summary-cards-popup-title-section{display:flex;flex-direction:column;gap:4px}.home-summary-cards-popup-title{font-size:24px;font-weight:700;color:#fff;margin:0;line-height:1.3;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-summary-cards-popup-value{font-size:16px;font-weight:600;color:#a6a6a6;margin:0;line-height:1.2}.home-summary-cards-popup-body{flex:1;min-height:0;overflow-y:auto;padding:24px 32px;box-sizing:border-box}.home-summary-cards-popup-body::-webkit-scrollbar{width:6px}.home-summary-cards-popup-body::-webkit-scrollbar-track{background:#1a1a1a}.home-summary-cards-popup-body::-webkit-scrollbar-thumb{background:#e63946;border-radius:3px}.home-summary-cards-popup-body::-webkit-scrollbar-thumb:hover{background:#d12e35}.home-summary-cards-popup-body .home-summary-filter-tags-container{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #262626}.home-summary-cards-popup-section{margin-bottom:24px}.home-summary-cards-popup-section:last-child{margin-bottom:0}.home-summary-cards-popup-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.home-summary-cards-popup-section-title{font-size:18px;font-weight:700;color:#e63946;margin:0}.home-summary-cards-popup-section-count{font-size:18px;font-weight:600;color:#e63946}.home-summary-cards-popup-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.home-summary-cards-popup-list-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background-color:#0a0a0a;border:1px solid #262626;border-radius:6px;transition:all .2s ease,background-color .2s ease,border-color .2s ease}.home-summary-cards-popup-list-item-clickable{cursor:pointer}.home-summary-cards-popup-list-item-clickable:hover{background-color:#e639461a;border-color:#e63946}.home-summary-cards-popup-list-item-selected{background-color:#e6394626;border-left:3px solid #E63946}.home-summary-cards-popup-list-item-selected.home-summary-cards-popup-list-item-clickable:hover{background-color:#e6394633}.home-summary-cards-popup-list-item:not(.home-summary-cards-popup-list-item-clickable):hover{border-color:#e63946;background-color:#1a1a1a}.home-summary-cards-popup-dot{width:8px;height:8px;border-radius:50%;background-color:#404040;transition:background-color .2s ease;flex-shrink:0;margin-top:6px}.home-summary-cards-popup-list-item:hover .home-summary-cards-popup-dot{background-color:#e63946}.home-summary-cards-popup-text{font-size:15px;color:#a6a6a6;line-height:1.5;flex:1;transition:color .2s ease}.home-summary-cards-popup-list-item:hover .home-summary-cards-popup-text{color:#fff}.home-summary-cards-popup-list-item-teacher.home-summary-cards-popup-list-item-clickable:hover{background-color:#e639461a}.home-summary-cards-popup-list-item-teacher.home-summary-cards-popup-list-item-selected{background-color:#e6394626;border-left:3px solid #E63946}.home-summary-cards-popup-list-item-teacher{align-items:center;gap:16px;padding:16px}.home-summary-cards-popup-teacher-image{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;background-color:#262626;display:flex;align-items:center;justify-content:center}.home-summary-cards-popup-teacher-image-element{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-summary-cards-popup-teacher-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#e63946;background-color:#262626}.home-summary-cards-popup-teacher-image-placeholder-hidden{display:none}.home-summary-cards-popup-teacher-content{flex:1;display:flex;flex-direction:column;gap:8px}.home-summary-cards-popup-teacher-name{font-size:16px;font-weight:600;color:#fff;line-height:1.3}.home-summary-cards-popup-teacher-details{display:flex;flex-direction:column;gap:6px}.home-summary-cards-popup-teacher-detail{display:flex;align-items:center;gap:8px;font-size:13px;color:#a6a6a6}.home-summary-cards-popup-teacher-detail-icon{width:14px;height:14px;color:#e63946;flex-shrink:0}@media (max-width: 1024px){.modal-content.home-summary-cards-popup-content{max-width:95vw;width:95%;height:auto}.home-summary-cards-popup-header{padding:20px 24px}.home-summary-cards-popup-icon-wrapper{width:40px;height:40px}.home-summary-cards-popup-icon{width:20px;height:20px}.home-summary-cards-popup-title{font-size:20px}.home-summary-cards-popup-value{font-size:14px}.home-summary-cards-popup-body{padding:20px 24px}.home-summary-cards-popup-section-title{font-size:16px}.home-summary-cards-popup-text{font-size:14px}}@media (max-width: 640px){.home-summary-cards-popup-header{padding:16px 20px}.home-summary-cards-popup-header-left{gap:12px}.home-summary-cards-popup-icon-wrapper{width:36px;height:36px}.home-summary-cards-popup-icon{width:18px;height:18px}.home-summary-cards-popup-title{font-size:18px}.home-summary-cards-popup-value{font-size:13px}.home-summary-cards-popup-body{padding:16px 20px}.home-summary-cards-popup-list{gap:8px}.home-summary-cards-popup-list-item{padding:10px}.home-summary-cards-popup-text{font-size:13px}}.home-summary-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.home-summary-cards-card{background-color:#070707;border:1px solid #262626;border-radius:10px;transition:all .3s ease;cursor:pointer;height:100%;min-height:120px}.home-summary-cards-card:hover{border-color:#e63946;box-shadow:0 0 40px #e639464d}.home-summary-cards-card-body{padding:0;height:100%;display:flex;flex-direction:column}.home-summary-cards-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:5px 8px;border-bottom:1px solid #1F1F1F;background-color:#0d0d0d;border-radius:10px 10px 0 0;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;text-align:left;border:none;width:100%;color:inherit;font:inherit}.home-summary-cards-card-header-icon{display:flex;align-items:center;justify-content:center}.home-summary-cards-card-header:hover{background-color:#e6394626;border-bottom-color:#e6394680}.home-summary-cards-card-header-left{display:flex;align-items:center;gap:10px}.home-summary-cards-card-icon-wrapper{width:30px;height:30px;border-radius:8px;background-color:#e6394614;display:flex;align-items:center;justify-content:center;margin:0}.home-summary-cards-card-icon{width:16px;height:16px;transition:color .2s ease}.home-summary-cards-icon{color:#e63946;transition:color .2s ease}.home-summary-cards-card:hover .home-summary-cards-icon{color:#e63946}.home-summary-cards-card-value{font-size:14px;font-weight:600;color:#e63946;line-height:1;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;width:auto;min-width:52px;flex-shrink:0}.home-summary-cards-card-label{font-size:16px;color:#e63946;line-height:1.1;white-space:nowrap;margin:0;overflow:hidden;text-overflow:ellipsis;text-align:center;flex:1;width:auto}.home-summary-cards-card-content{display:flex;flex-direction:column;justify-content:flex-start;padding:10px 12px;overflow:hidden;height:100%;flex:1}.home-summary-cards-card-list{list-style:none;padding:0 2px 0 0;margin:0;display:flex;flex-direction:column;gap:6.5px;width:100%;height:100px;max-height:100px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;position:relative}.home-summary-cards-card-list::-webkit-scrollbar{width:0;display:none;visibility:hidden}.home-summary-cards-card:hover .home-summary-cards-card-list{scrollbar-width:thin;scrollbar-color:#404040 #0A0A0A;-ms-overflow-style:auto}.home-summary-cards-card:hover .home-summary-cards-card-list::-webkit-scrollbar{width:4px;display:block;visibility:visible;-webkit-appearance:none}.home-summary-cards-card:hover .home-summary-cards-card-list::-webkit-scrollbar-track{background:#0a0a0a;border-radius:2px;-webkit-appearance:none}.home-summary-cards-card:hover .home-summary-cards-card-list::-webkit-scrollbar-thumb{background:#404040;border-radius:2px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;-webkit-appearance:none}.home-summary-cards-card:hover .home-summary-cards-card-list::-webkit-scrollbar-thumb:hover{background:#505050}.home-summary-cards-card-list-item{font-size:10px;color:#8c8c8c;transition:color .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px}.home-summary-cards-card-list-item:hover,.home-summary-cards-card-list-item-selected{color:#e63946}.home-summary-cards-card-text{flex:1;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;text-align:left}.home-summary-cards-card-list-item-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.home-summary-cards-card-count{font-size:12px;font-weight:500;color:#8c8c8c;transition:color .2s ease}.home-summary-cards-card-list-item:hover .home-summary-cards-card-count,.home-summary-cards-card-list-item-selected .home-summary-cards-card-count{color:#e63946}.home-summary-cards-card-list-item-reset{display:flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0;background-color:transparent;border:none;cursor:pointer;transition:all .2s ease;color:#a6a6a6;flex-shrink:0}.home-summary-cards-card-list-item-reset:hover{color:#e63946}.home-summary-cards-card-list-item-reset-icon{width:13px;height:13px}@media (min-width: 1025px){.home-summary-cards-grid{grid-template-columns:repeat(4,1fr);gap:22px}.home-summary-cards-card{min-height:135px}.home-summary-cards-card-header{padding:6px 9px}.home-summary-cards-card-icon{width:18px;height:18px}.home-summary-cards-card-value{font-size:15px;font-weight:500;color:#e63946}.home-summary-cards-card-content{padding:12px 14px}.home-summary-cards-card-list{gap:6.5px;height:115px;max-height:115px}.home-summary-cards-card-list-item{font-size:12px}}@media (max-width: 1023px){.home-summary-cards-grid{grid-template-columns:repeat(2,1fr);gap:14px}.home-summary-cards-card{min-height:115px}.home-summary-cards-card-header{padding:5px 8px}.home-summary-cards-card-content{padding:9px 11px}.home-summary-cards-card-list{gap:4px;height:95px;max-height:95px}}@media (max-width: 768px){.home-summary-cards-grid{gap:10px}.home-summary-cards-card{min-height:125px}}@media (max-width: 640px){.home-summary-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px}.home-summary-cards-card{min-height:112px}.home-summary-cards-card-header{padding:4px 6px}.home-summary-cards-card-content{padding:8px 10px}.home-summary-cards-card-icon{width:16px;height:16px}.home-summary-cards-card-value{font-size:12px;line-height:1.1;color:#e63946}.home-summary-cards-card-label{font-size:11px;color:#e63946;white-space:normal;word-wrap:break-word;line-height:1.2}.home-summary-cards-card-list{gap:3px;height:85px;max-height:85px}.home-summary-cards-card-list-item{padding:4px 6px;gap:6px;font-size:10px}.home-summary-cards-card-count{font-size:11px}}@media (max-width: 360px){.home-summary-cards-grid{gap:8px}.home-summary-cards-card{min-height:105px}.home-summary-cards-card-header{padding:3px 5px}.home-summary-cards-card-content{padding:5px 7px}.home-summary-cards-card-icon{width:14px;height:14px}.home-summary-cards-card-icon-wrapper{margin-top:2px}.home-summary-cards-card-value{font-size:11px;line-height:1.1;color:#e63946}.home-summary-cards-card-label{font-size:10px;color:#e63946;white-space:normal;word-wrap:break-word;line-height:1.2}.home-summary-cards-card-list{gap:2px;height:70px;max-height:70px}.home-summary-cards-card-list-item{padding:3px 5px;gap:5px;font-size:9px}.home-summary-cards-card-count{font-size:10px}}.home-summary-cards-section{width:100%;padding-top:40px;padding-bottom:60px;background-color:#191919f2;border-bottom:1px solid #262626}.home-summary-cards-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}@media (min-width: 2560px){.home-summary-cards-container{padding:0 64px}}@media (min-width: 1920px){.home-summary-cards-container{padding:0 48px}}@media (min-width: 1440px){.home-summary-cards-container{padding:0 30px}}@media (min-width: 1025px){.home-summary-cards-section{padding-top:40px;padding-bottom:60px}}@media (max-width: 1023px){.home-summary-cards-container{padding:0 24px}}@media (max-width: 768px){.home-summary-cards-container{padding:0 20px}}@media (max-width: 640px){.home-summary-cards-container{padding:0 16px}.home-summary-cards-section{padding-top:40px;padding-bottom:60px}}@media (max-width: 360px){.home-summary-cards-container{padding:0 12px}}.home-announcements-section{width:100%;padding:0;background-color:#191919f2;border-bottom:1px solid #1f1f1f;overflow:hidden}.home-announcements-marquee-wrapper{width:100%;background-color:#0f0f0f;border-top:1px solid #262626;border-bottom:1px solid #262626;overflow:hidden}.home-announcements-marquee-container{width:100%;overflow:hidden;position:relative}.home-announcements-marquee{width:100%;padding:10px}.home-announcements-marquee-content{display:inline-flex;align-items:center;gap:25px;white-space:nowrap;animation:home-announcements-marquee-scroll 60s linear infinite;will-change:transform;height:150px;padding:0 20px}.home-announcements-marquee-content.home-announcements-marquee-paused{animation-play-state:paused}.home-announcements-message-bubble{display:inline-flex;align-items:stretch;gap:0;background-color:#1a1a1a;border:1px solid #262626;border-radius:16px;padding:0;min-width:260px;max-width:320px;height:100px;flex-shrink:0;box-shadow:0 2px 8px #0000004d;overflow:hidden;transition:all .3s ease;cursor:pointer}.home-announcements-message-bubble:hover{border-color:#e63946;box-shadow:0 0 40px #e639464d}.home-announcements-message-left{width:80px;min-width:80px;flex-shrink:0;display:flex;align-items:stretch;justify-content:center;padding:0;background-color:#0f0f0f;border-right:1px solid #262626;box-sizing:border-box}.home-announcements-message-left-inner{width:100%;display:flex;align-items:center;justify-content:center;padding:0}.home-announcements-message-icon{width:60px;height:60px;min-width:60px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e63946,#9d4edd);border-radius:8px;color:#fff;flex-shrink:0;overflow:hidden}.home-announcements-message-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-announcements-message-right{flex:1;display:flex;flex-direction:column;gap:0;padding:6px 20px 10px;min-width:0;box-sizing:border-box;align-self:stretch;overflow:hidden;background-color:#1a1a1a}.home-announcements-message-right-top{padding:0;border-bottom:1px solid #262626;flex-shrink:0;min-height:-moz-fit-content;min-height:fit-content;display:flex;align-items:center;height:30px}.home-announcements-message-right-bottom{flex:1;padding:5px 0 20px;overflow:hidden;display:flex;align-items:flex-start;min-height:0}.home-announcements-message-subject{display:flex;align-items:center;gap:8px}.home-announcements-message-announcement-icon{color:#e63946;flex-shrink:0}.home-announcements-message-author{font-size:14px;font-weight:600;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.home-announcements-message-text{font-size:13.5px;font-weight:400;color:#a6a6a6;line-height:1.5;margin:0;word-wrap:break-word;white-space:normal;overflow-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:40.5px}.home-announcement-color-1{color:#4ecdc4}.home-announcement-color-2{color:#ff6b9d}.home-announcement-color-3{color:#9d4edd}.home-announcement-color-4{color:orange}.home-announcement-color-5{color:#9b59b6}.home-announcements-message-text.home-announcement-color-1,.home-announcements-message-text.home-announcement-color-2,.home-announcements-message-text.home-announcement-color-3,.home-announcements-message-text.home-announcement-color-4,.home-announcements-message-text.home-announcement-color-5{color:#a6a6a6}@keyframes home-announcements-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.home-announcements-marquee{padding:10px}.home-announcements-marquee-content{gap:20px;padding:0 18px;height:140px}.home-announcements-message-bubble{min-width:250px;max-width:310px;height:98px}.home-announcements-message-left{width:75px;min-width:75px}.home-announcements-message-icon{width:55px;height:55px;min-width:55px;border-radius:7px}.home-announcements-message-right{padding:5px 14px 7px}.home-announcements-message-right-top{height:29px;padding-bottom:5px}.home-announcements-message-right-bottom{padding:7px 0 10px}.home-announcements-message-author{font-size:13px}.home-announcements-message-text{font-size:13px;line-height:1.4}}@media (min-width: 1025px){.home-announcements-marquee{padding:10px}.home-announcements-message-bubble{min-width:360px;max-width:450px;height:100px}.home-announcements-message-left{width:90px;min-width:90px}.home-announcements-message-icon{width:70px;height:70px;min-width:70px;border-radius:10px}.home-announcements-message-right{padding:10px 20px}.home-announcements-message-text{font-size:13.5px}.home-announcements-message-announcement-icon{width:24px;height:24px}.home-announcements-message-author{font-size:15px}}@media (max-width: 640px){.home-announcements-marquee{padding:10px}.home-announcements-marquee-content{gap:16px;padding:0 16px;height:130px}.home-announcements-message-bubble{min-width:240px;max-width:300px;height:95px}.home-announcements-message-right-top{height:28px}.home-announcements-message-author{font-size:12px}.home-announcements-message-left{width:65px;min-width:65px}.home-announcements-message-icon{width:45px;height:45px;min-width:45px;border-radius:6px}.home-announcements-message-right{padding:4px 12px 6px;gap:0}.home-announcements-message-right-top{padding-bottom:4px}.home-announcements-message-right-bottom{padding:6px 0 8px}.home-announcements-message-text{font-size:12px;line-height:1.4;max-height:calc(12px * 1.4 * 2)}.home-announcements-message-author{font-size:13px}.home-announcements-message-announcement-icon{width:20px;height:20px}}@media (max-width: 360px){.home-announcements-marquee{padding:10px}.home-announcements-marquee-content{gap:12px;padding:0 12px;height:120px}.home-announcements-message-bubble{min-width:220px;max-width:260px;height:90px}.home-announcements-message-right-top{height:26px}.home-announcements-message-author{font-size:11px}.home-announcements-message-left{width:55px;min-width:55px}.home-announcements-message-icon{width:40px;height:40px;min-width:40px;border-radius:5px}.home-announcements-message-right{padding:3px 10px 5px;gap:0}.home-announcements-message-right-top{padding-bottom:3px}.home-announcements-message-right-bottom{padding:5px 0 6px}.home-announcements-message-text{font-size:11px;line-height:1.4;max-height:calc(11px * 1.4 * 2)}.home-announcements-message-author{font-size:12px}.home-announcements-message-announcement-icon{width:18px;height:18px}}.home-style-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#0b0b0b;border-bottom:1px solid #1f1f1f}.home-style-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.home-style-header{text-align:center;margin-bottom:36px}.home-style-title{font-size:50px;font-weight:700;color:#9d4edd;margin:0 0 15px;line-height:1.2}.home-style-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.home-style-slider{display:flex;gap:25px;overflow-x:auto;overflow-y:hidden;padding:10px 0 20px;margin-top:32px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-style-slider::-webkit-scrollbar{display:none}.home-style-card{flex:0 0 auto;min-width:320px;width:320px;height:400px;border-radius:12px;padding:24px;border:1px solid #1f1f1f;background:#111;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:all .25s ease}.home-style-card:hover{transform:translateY(-4px);border-color:#9d4edd;box-shadow:0 12px 30px #9d4edd59}.home-style-card-header{display:flex;flex-direction:column;gap:10px}.home-style-card-header h3{margin:0;font-size:24px;color:#fff}.home-style-card-subtitle{margin:12px 0 0;color:#c5c5c5;font-size:14px;line-height:1.6}.home-style-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;border:1px solid #262626;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#e63946}.home-style-card-info-board{margin-top:18px;padding:14px;border-radius:14px;background-color:#00000059;border:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-style-card-info{display:flex;flex-direction:column;gap:4px}.home-style-card-info label{font-size:11px;color:#a0a0a0;text-transform:uppercase;letter-spacing:.15em}.home-style-card-info span{font-size:13px;color:#f5f5f5}.home-style-card--salsa{background:linear-gradient(135deg,#e6394626,#0009)}.home-style-card--bachata{background:linear-gradient(135deg,#fbbf2426,#0009)}.home-style-card--kizomba{background:linear-gradient(135deg,#3b82f626,#0009)}.home-style-card--tango{background:linear-gradient(135deg,#ffffff14,#000000b3)}.home-style-card--hiphop{background:linear-gradient(135deg,#6366f133,#0009)}.home-style-card--afro{background:linear-gradient(135deg,#10b98133,#0009)}@media (max-width: 1023px){.home-style-container{padding:0 24px}.home-style-title{font-size:42px}.home-style-card{min-width:280px;width:280px;height:360px}.home-style-card-info-board{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.home-style-container{padding:0 16px}.home-style-section{padding-top:40px;padding-bottom:40px}.home-style-title{font-size:34px}.home-style-card{min-width:240px;width:240px;height:320px}.home-style-slider{gap:16px}.home-style-card-info-board{grid-template-columns:1fr}}@media (max-width: 360px){.home-style-title{font-size:28px}.home-style-subtitle{font-size:13px}}.home-style-view-all{display:flex;justify-content:center;margin-top:30px}.home-style-view-all-button{display:inline-block;padding:12px 32px;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;background:transparent;color:#9d4edd;transition:all .3s ease}.home-style-view-all-button:hover{background:#9d4edd;background-clip:border-box;-webkit-background-clip:border-box;-webkit-text-fill-color:#FFFFFF;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #9d4edd59}.home-parties-banner-popup-content{max-width:1000px;width:75vw;max-height:85vh;padding:0;background-color:#1a1a1a;border:1px solid #2A2A2A;border-radius:10px;color:#fff;overflow:hidden;display:flex;flex-direction:column}.home-parties-banner-popup-container{display:flex;width:100%;height:100%;min-height:500px}.home-parties-banner-popup-image{width:400px;max-width:45%;flex-shrink:0;background-color:#1a1a1a;overflow:hidden;border-right:1px solid #2A2A2A;display:flex;align-items:stretch;justify-content:stretch;padding:0;margin:0}.home-parties-banner-popup-image-element{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;margin:0;padding:0}.home-parties-banner-popup-image-error{display:none}.home-parties-banner-popup-info{width:55%;max-width:600px;flex-shrink:0;padding:0;display:flex;flex-direction:column;box-sizing:border-box;background-color:#1a1a1a;overflow:hidden}.home-parties-banner-popup-title{flex-shrink:0;padding:24px 32px 20px;border-bottom:1px solid #2A2A2A;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:28px;font-weight:700;margin:0;line-height:1.3}.home-parties-banner-popup-body{flex:1;min-height:0;overflow-y:auto;padding:24px 32px;box-sizing:border-box}.home-parties-banner-popup-body::-webkit-scrollbar{width:6px}.home-parties-banner-popup-body::-webkit-scrollbar-track{background:#1a1a1a}.home-parties-banner-popup-body::-webkit-scrollbar-thumb{background:#9d4edd;border-radius:3px}.home-parties-banner-popup-body::-webkit-scrollbar-thumb:hover{background:#8b3ecc}.home-parties-banner-popup-tags{flex-shrink:0;padding:20px 32px 24px;border-top:1px solid #2A2A2A}.home-parties-banner-popup-description{color:#a6a6a6;font-size:16px;line-height:1.6;margin:0 0 24px}.home-parties-banner-popup-details{display:flex;flex-direction:column;gap:16px;margin-top:8px}.home-parties-banner-popup-detail-item{display:flex;align-items:center;gap:12px;color:#e0e0e0;font-size:15px}.home-parties-banner-popup-icon{width:18px;height:18px;color:#e63946;flex-shrink:0}.home-parties-banner-popup-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#e63946,#9d4edd);color:#fff;font-size:14px;font-weight:600;border-radius:20px}@media (max-width: 1024px){.home-parties-banner-popup-content{max-width:95vw;width:95%}.home-parties-banner-popup-container{flex-direction:column;min-height:auto}.home-parties-banner-popup-image{width:100%;height:300px;border-right:none;border-bottom:1px solid #2A2A2A}.home-parties-banner-popup-info{width:100%}.home-parties-banner-popup-title{padding:20px 24px;font-size:22px}.home-parties-banner-popup-body{padding:20px 24px}.home-parties-banner-popup-description{font-size:14px}.home-parties-banner-popup-tags{padding:20px 24px}}.home-parties-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#0b0b0b}.home-parties-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.home-parties-header{text-align:center;margin-bottom:45px}.home-parties-title{font-size:50px;font-weight:700;color:#9d4edd;margin:0 0 15px;line-height:1.2}.home-parties-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.home-parties-slider{display:flex;gap:25px;overflow-x:auto;overflow-y:hidden;scroll-behavior:auto;padding-top:15px;padding-bottom:15px;margin-top:40px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-parties-slider::-webkit-scrollbar{display:none}.home-parties-banner-block{flex:0 0 auto;min-width:320px;width:320px;height:400px;border-radius:12px;overflow:hidden;background-color:#1a1a1a;border:1px solid #262626;position:relative;cursor:pointer;transition:all .3s ease}.home-parties-banner-block:hover{transform:translateY(-4px);border-color:#9d4edd;box-shadow:0 12px 30px #9d4edd59}.home-parties-banner-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-parties-banner-image-error{display:none}.home-parties-view-all{display:flex;justify-content:center;margin-top:32px}.home-parties-view-all-button{display:inline-block;padding:12px 32px;background:transparent;color:#9d4edd;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease}.home-parties-view-all-button:hover{background:#9d4edd;background-clip:border-box;-webkit-background-clip:border-box;-webkit-text-fill-color:#FFFFFF;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #9d4edd59}@media (min-width: 2560px){.home-parties-container{padding:0 64px}}@media (min-width: 1920px){.home-parties-container{padding:0 48px}}@media (min-width: 1440px){.home-parties-container{padding:0 30px}}@media (max-width: 1023px){.home-parties-container{padding:0 24px}.home-parties-section{padding-top:60px;padding-bottom:60px}.home-parties-title{font-size:36px}.home-parties-subtitle{font-size:16px}.home-parties-banner-block{min-width:280px;width:280px;height:360px}.home-parties-slider{gap:25px}}@media (max-width: 768px){.home-parties-container{padding:0 20px}.home-parties-banner-block{min-width:260px;width:260px;height:340px}.home-parties-slider{gap:20px}}@media (max-width: 640px){.home-parties-container{padding:0 16px}.home-parties-section{padding-top:40px;padding-bottom:40px}.home-parties-header{margin-bottom:32px}.home-parties-title{font-size:32px}.home-parties-subtitle{font-size:14px}.home-parties-banner-block{min-width:240px;width:240px;height:320px}.home-parties-slider{gap:16px}.home-parties-view-all-button{padding:10px 24px;font-size:14px}}@media (max-width: 360px){.home-parties-container{padding:0 12px}.home-parties-section{padding-top:32px;padding-bottom:32px}.home-parties-title{font-size:28px}.home-parties-subtitle{font-size:13px}}.home-classes-banner-popup-content{max-width:1200px;width:85vw;max-height:85vh;padding:0;background-color:#1a1a1a;border:1px solid #2A2A2A;border-radius:10px;color:#fff;overflow:hidden;display:flex;flex-direction:column}.home-classes-banner-popup-title{flex-shrink:0;padding:24px 32px 20px;border-bottom:1px solid #2A2A2A;color:#e63946;font-size:28px;font-weight:700;margin:0;line-height:1.3;display:flex;align-items:center;justify-content:center;position:relative}.home-classes-banner-popup-title span{color:#e63946}.home-classes-banner-popup-title-icon{width:28px;height:28px;color:#e63946;flex-shrink:0;position:absolute;left:32px}.home-classes-banner-popup-body{flex:1;min-height:0;overflow-y:auto;padding:24px 32px;box-sizing:border-box}.home-classes-banner-popup-body::-webkit-scrollbar{width:6px}.home-classes-banner-popup-body::-webkit-scrollbar-track{background:#1a1a1a}.home-classes-banner-popup-body::-webkit-scrollbar-thumb{background:#9d4edd;border-radius:3px}.home-classes-banner-popup-body::-webkit-scrollbar-thumb:hover{background:#8b3ecc}.home-classes-banner-popup-table{width:100%;border-collapse:collapse;margin:0}.home-classes-banner-popup-table thead{background-color:#262626;position:sticky;top:0;z-index:10}.home-classes-banner-popup-table th{padding:16px 20px;text-align:left;font-size:14px;font-weight:700;color:#e63946;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #2A2A2A}.home-classes-banner-popup-table tbody tr{border-bottom:1px solid #2A2A2A;transition:background-color .2s ease}.home-classes-banner-popup-table tbody tr:hover{background-color:#262626}.home-classes-banner-popup-table tbody tr:last-child{border-bottom:none}.home-classes-banner-popup-table td{padding:16px 20px;font-size:15px;font-weight:500;color:#a6a6a6;vertical-align:top}.home-classes-banner-popup-table-logo{width:60px;padding:8px 20px;text-align:center}.home-classes-banner-popup-table-logo-image{width:40px;height:40px;border-radius:8px;-o-object-fit:cover;object-fit:cover;display:block;margin:0 auto}.home-classes-banner-popup-table-logo-placeholder{width:40px;height:40px;border-radius:8px;background-color:#262626;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#e63946;line-height:1}.home-classes-banner-popup-table-organizer{color:#a6a6a6}.home-classes-banner-popup-table-title{font-weight:500;color:#a6a6a6}.home-classes-banner-popup-table-date,.home-classes-banner-popup-table-time{color:#a6a6a6;font-weight:500}.home-classes-banner-popup-table-location{color:#a6a6a6}.home-classes-banner-popup-table-details{text-align:center;padding:8px 20px}.home-classes-banner-popup-details-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background-color:transparent;border:1px solid #2A2A2A;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#a6a6a6}.home-classes-banner-popup-details-button:hover{border-color:#e63946;background-color:#262626;color:#e63946}.home-classes-banner-popup-details-icon{width:18px;height:18px}@media (max-width: 1024px){.home-classes-banner-popup-content{max-width:95vw;width:95%}.home-classes-banner-popup-title{padding:20px 24px;font-size:22px}.home-classes-banner-popup-title-icon{width:22px;height:22px;left:24px}.home-classes-banner-popup-body{padding:20px 24px}.home-classes-banner-popup-table{font-size:13px}.home-classes-banner-popup-table th,.home-classes-banner-popup-table td{padding:12px 16px;font-size:13px}.home-classes-banner-popup-table th{font-size:12px}}@media (max-width: 640px){.home-classes-banner-popup-body{overflow-x:auto;-webkit-overflow-scrolling:touch}.home-classes-banner-popup-table{min-width:600px}.home-classes-banner-popup-table th,.home-classes-banner-popup-table td{padding:12px 14px;font-size:13px}.home-classes-banner-popup-table th{font-size:11px}.home-classes-banner-popup-table-logo{padding:8px 14px}.home-classes-banner-popup-table-logo-image{width:32px;height:32px}.home-classes-banner-popup-table-logo-placeholder{width:32px;height:32px;font-size:16px}.home-classes-banner-popup-details-button{width:32px;height:32px}.home-classes-banner-popup-details-icon{width:16px;height:16px}}.home-classes-event-details-content{max-width:1200px;width:92vw;max-height:90vh;padding:0;background-color:#1a1a1a;border:1px solid #2A2A2A;border-radius:10px;color:#fff;overflow:hidden;display:flex;flex-direction:column}.home-classes-event-details-title{flex-shrink:0;padding:24px 32px 20px;border-bottom:1px solid #2A2A2A;color:#e63946;font-size:24px;font-weight:700;margin:0;line-height:1.3;display:flex;align-items:center;justify-content:center;position:relative}.home-classes-event-details-title-icon{width:24px;height:24px;color:#e63946;flex-shrink:0;position:absolute;left:32px}.home-classes-event-details-title span{color:#e63946}.home-classes-event-details-body{flex:1;min-height:0;overflow-y:auto;padding:32px 40px;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#E63946 #1A1A1A}.home-classes-event-details-body::-webkit-scrollbar{width:6px}.home-classes-event-details-body::-webkit-scrollbar-track{background:#1a1a1a}.home-classes-event-details-body::-webkit-scrollbar-thumb{background:#e63946;border-radius:3px}.home-classes-event-details-body::-webkit-scrollbar-thumb:hover{background:#d62839}.home-classes-event-details-blocks-container{display:grid;grid-template-columns:.4fr .6fr;gap:32px;height:100%;align-items:start}.home-classes-event-details-block{display:flex;flex-direction:column;height:100%;min-height:0}.home-classes-event-details-block-title{font-size:18px;font-weight:700;color:#e63946;margin:0 0 20px}.home-classes-event-details-grid{display:grid;grid-template-columns:1fr;gap:12px}.home-classes-event-details-info-block{padding:28px;background-color:#0a0a0a;border:1px solid #262626;border-radius:6px;display:grid;grid-template-columns:auto 1fr;gap:20px 32px;align-items:start;flex:1;min-height:0}.home-classes-event-details-label{font-size:14px;font-weight:600;color:#e63946;flex-shrink:0}.home-classes-event-details-value{font-size:14px;font-weight:500;color:#a6a6a6}.home-classes-event-details-notes-textarea{width:100%;flex:1;min-height:200px;padding:20px;background-color:#0a0a0a;border:1px solid #262626;border-radius:6px;color:#fff;font-size:14px;font-weight:400;font-family:inherit;line-height:1.6;resize:none;box-sizing:border-box;transition:border-color .2s ease;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#E63946 #0A0A0A}.home-classes-event-details-notes-textarea:focus{outline:none;border-color:#e63946}.home-classes-event-details-notes-textarea::-moz-placeholder{color:#404040}.home-classes-event-details-notes-textarea::placeholder{color:#404040}.home-classes-event-details-notes-textarea::-webkit-scrollbar{width:6px}.home-classes-event-details-notes-textarea::-webkit-scrollbar-track{background:#0a0a0a}.home-classes-event-details-notes-textarea::-webkit-scrollbar-thumb{background:#e63946;border-radius:3px}.home-classes-event-details-notes-textarea::-webkit-scrollbar-thumb:hover{background:#d62839}@media (max-width: 1024px){.home-classes-event-details-content{max-width:95vw;width:95%}.home-classes-event-details-title{padding:20px 24px;font-size:20px}.home-classes-event-details-title-icon{width:20px;height:20px;left:24px}.home-classes-event-details-body{padding:20px 24px}.home-classes-event-details-blocks-container{grid-template-columns:1fr;gap:20px}.home-classes-event-details-block-title{font-size:16px}.home-classes-event-details-info-block{padding:16px;gap:12px 16px}.home-classes-event-details-label,.home-classes-event-details-value{font-size:13px}.home-classes-event-details-notes-textarea{min-height:150px;padding:12px;font-size:13px}}.home-classes-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#191919f2}.home-classes-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.home-classes-header{text-align:center;margin-bottom:45px}.home-classes-title{font-size:50px;font-weight:700;color:#e63946;margin:0 0 15px;line-height:1.2}.home-classes-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.home-classes-slider{display:flex;gap:25px;overflow-x:auto;overflow-y:hidden;scroll-behavior:auto;padding-top:15px;padding-bottom:15px;margin-top:40px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.home-classes-slider::-webkit-scrollbar{display:none}.home-classes-info-block{flex:0 0 auto;min-width:640px;width:640px;height:400px;border-radius:12px;background-color:#121212f2;border:1px solid #262626;position:relative;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;padding:24px;box-sizing:border-box}.home-classes-info-block:hover{transform:translateY(-4px);border-color:#e63946;box-shadow:0 0 40px #e639464d}.home-classes-info-block-header{display:flex;justify-content:space-between;align-items:center;width:100%}.home-classes-info-block-title{font-size:24px;font-weight:700;color:#e63946;margin:0;line-height:1.2}.home-classes-info-block-count{font-size:32px;font-weight:700;color:#e63946;line-height:1}.home-classes-info-block-events{margin-top:24px;display:flex;flex-direction:column;gap:20px;flex:1;overflow-y:auto}.home-classes-info-block-events::-webkit-scrollbar{width:4px}.home-classes-info-block-events::-webkit-scrollbar-track{background:transparent}.home-classes-info-block-events::-webkit-scrollbar-thumb{background:#e63946;border-radius:2px}.home-classes-info-block-event{padding-bottom:20px;border-bottom:1px solid #262626}.home-classes-info-block-event:last-child{border-bottom:none;padding-bottom:0}.home-classes-info-block-event-content{display:flex;gap:16px;align-items:flex-start}.home-classes-info-block-event-logo{flex-shrink:0;width:50px;height:50px;border-radius:8px;overflow:hidden;background-color:#262626;display:flex;align-items:center;justify-content:center}.home-classes-info-block-event-logo-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.home-classes-info-block-event-logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#e63946;background-color:#262626}.home-classes-info-block-event-info{flex:1;min-width:0}.home-classes-info-block-event-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px;line-height:1.3}.home-classes-info-block-event-details{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:14px;color:#a6a6a6}.home-classes-info-block-event-separator{color:#4a4a4a}.home-classes-info-block-event-location{font-size:14px;color:#a6a6a6}.home-classes-info-block-more{margin-top:8px;font-size:14px;font-weight:600;color:#e63946;text-align:center;padding-top:12px}.home-classes-view-all{display:flex;justify-content:center;margin-top:32px}.home-classes-view-all-button{display:inline-block;padding:12px 32px;background:transparent;color:#e63946;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease}.home-classes-view-all-button:hover{background:#e63946;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #e6394666}@media (min-width: 2560px){.home-classes-container{padding:0 64px}}@media (min-width: 1920px){.home-classes-container{padding:0 48px}}@media (min-width: 1440px){.home-classes-container{padding:0 30px}}@media (max-width: 1023px){.home-classes-container{padding:0 24px}.home-classes-section{padding-top:60px;padding-bottom:60px}.home-classes-title{font-size:36px}.home-classes-subtitle{font-size:16px}.home-classes-info-block{min-width:500px;width:500px;height:360px;padding:20px}.home-classes-info-block-title{font-size:22px}.home-classes-info-block-count{font-size:28px}.home-classes-slider{gap:20px}}@media (max-width: 768px){.home-classes-container{padding:0 20px}.home-classes-info-block{min-width:400px;width:400px;height:340px;padding:18px}.home-classes-info-block-title{font-size:20px}.home-classes-info-block-count{font-size:26px}.home-classes-slider{gap:16px}}@media (max-width: 640px){.home-classes-container{padding:0 16px}.home-classes-section{padding-top:40px;padding-bottom:40px}.home-classes-header{margin-bottom:32px}.home-classes-title{font-size:32px}.home-classes-subtitle{font-size:14px}.home-classes-info-block{min-width:320px;width:320px;height:320px;padding:16px}.home-classes-info-block-title{font-size:20px}.home-classes-info-block-count{font-size:24px}.home-classes-info-block-event-logo{width:40px;height:40px}.home-classes-info-block-event-logo-placeholder{font-size:18px}.home-classes-info-block-event-title{font-size:16px}.home-classes-slider{gap:16px}.home-classes-view-all-button{padding:10px 24px;font-size:14px}}@media (max-width: 360px){.home-classes-container{padding:0 12px}.home-classes-title{font-size:28px}.home-classes-subtitle{font-size:13px}.home-classes-section{padding-top:32px;padding-bottom:32px}}.home-events-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#121212}.home-events-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.home-events-header{text-align:center;margin-bottom:45px}.home-events-title{font-size:50px;font-weight:700;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;line-height:1.2}.home-events-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.home-events-content{width:100%;margin-top:40px}.home-events-calendar-wrapper{width:100%;max-width:100%;background-color:#191919f2;border:1px solid #262626;border-radius:12px;padding:24px;box-sizing:border-box;overflow:hidden}.home-events-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #262626}.home-events-calendar-nav-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:transparent;border:1px solid #262626;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#a6a6a6;padding:0}.home-events-calendar-nav-button:hover{border-color:#e63946;background-color:#1a1a1a;color:#e63946}.home-events-calendar-nav-icon{width:20px;height:20px}.home-events-calendar-month-title{font-size:24px;font-weight:700;color:#9d4edd;margin:0;line-height:1.2}.home-events-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;width:100%;max-width:100%;box-sizing:border-box}.home-events-calendar-day-header{text-align:center;font-size:14px;font-weight:600;color:#9d4edd;padding:12px 8px;text-transform:uppercase;letter-spacing:.5px}.home-events-calendar-day-empty{aspect-ratio:1;min-height:100px}.home-events-calendar-day{aspect-ratio:1;min-height:100px;background-color:#121212;border:1px solid #262626;border-radius:8px;padding:8px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;box-sizing:border-box}.home-events-calendar-day:hover{border-color:#9d4edd;background-color:#1a1a1a;transform:translateY(-2px)}.home-events-calendar-day-today{background-color:#9d4edd1a;border-color:#9d4edd}.home-events-calendar-day-today .home-events-calendar-day-number{color:#9d4edd;font-weight:700}.home-events-calendar-day-has-events{border-color:#2a2a2a}.home-events-calendar-day-number{font-size:14px;font-weight:500;color:#a6a6a6;margin-bottom:6px;line-height:1}.home-events-calendar-day-events{display:flex;flex-direction:column;gap:4px;flex:1;overflow:hidden}.home-events-calendar-day-event{font-size:10px;padding:3px 6px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.home-events-calendar-day-event-time{color:#fff;font-weight:500}.home-events-calendar-day-event-ballet,.home-events-calendar-day-event-hiphop{background-color:#e6394633;border-left:2px solid #E63946}.home-events-calendar-day-event-contemporary{background-color:#3b82f633;border-left:2px solid #3B82F6}.home-events-calendar-day-event-salsa{background-color:#22c55e33;border-left:2px solid #22C55E}.home-events-calendar-day-event-jazz{background-color:#fbbf2433;border-left:2px solid #FBBF24}.home-events-calendar-day-event-modern{background-color:#a855f733;border-left:2px solid #A855F7}.home-events-calendar-day-event-more{font-size:10px;color:#e63946;font-weight:600;text-align:center;padding:2px 0}.home-events-calendar-legend{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px}.home-events-calendar-legend-top{margin-bottom:20px;justify-content:flex-start}.home-events-calendar-legend-item{position:relative;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid #262626;border-radius:9999px;background-color:#0f0f0f;cursor:pointer;transition:border-color .2s ease,color .2s ease;font:inherit;color:#a6a6a6;text-decoration:none}.home-events-calendar-legend-item--active{border-color:#e63946;background-color:#e639461f;color:#fff}.home-events-calendar-legend-item:hover{border-color:#e63946;color:#fff;background-color:#1a1a1a}.home-events-calendar-legend-color{width:16px;height:16px;border-radius:4px}.home-events-calendar-legend-ballet,.home-events-calendar-legend-hiphop{background-color:#e63946}.home-events-calendar-legend-contemporary{background-color:#3b82f6}.home-events-calendar-legend-salsa{background-color:#22c55e}.home-events-calendar-legend-text{font-size:14px;font-weight:500;color:inherit}.home-events-calendar-legend-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:20px;padding:0 6px;border-radius:999px;background-color:#1f1f1f;font-size:12px;font-weight:600;color:#e63946}.home-events-calendar-legend-reset{padding:6px 16px;border-radius:9999px;border:1px solid #262626;background-color:transparent;color:#a6a6a6;cursor:pointer;font-size:13px;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.home-events-calendar-legend-reset:hover:not(:disabled){border-color:#e63946;color:#fff;background-color:#1a1a1a}.home-events-calendar-legend-reset:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1023px){.home-events-container{padding:0 24px}.home-events-title{font-size:36px}.home-events-subtitle{font-size:15px}.home-events-calendar-wrapper{padding:20px}.home-events-calendar-header{margin-bottom:20px;padding-bottom:16px}.home-events-calendar-month-title{font-size:20px}.home-events-calendar-nav-button{width:36px;height:36px}.home-events-calendar-nav-icon{width:18px;height:18px}.home-events-calendar-day{min-height:80px;padding:6px}.home-events-calendar-day-number{font-size:13px}.home-events-calendar-day-event{font-size:9px;padding:2px 4px}.home-events-calendar-legend{gap:16px;margin-top:20px;padding-top:16px;flex-direction:row;flex-wrap:wrap}}@media (max-width: 768px){.home-events-container{padding:0 20px}.home-events-calendar-wrapper{padding:14px;overflow-x:hidden}.home-events-calendar-grid{gap:5px;width:100%;max-width:100%}.home-events-calendar-day{min-height:70px;padding:5px;min-width:0}.home-events-calendar-day-empty{min-height:70px;min-width:0}.home-events-calendar-day-header{min-width:0;padding:8px 3px}}@media (max-width: 640px){.home-events-section{padding-top:40px;padding-bottom:40px}.home-events-container{padding:0 16px}.home-events-header{margin-bottom:30px}.home-events-title{font-size:28px}.home-events-subtitle{font-size:14px}.home-events-content{margin-top:30px}.home-events-calendar-wrapper{padding:12px;overflow-x:hidden}.home-events-calendar-header{margin-bottom:12px;padding-bottom:10px}.home-events-calendar-month-title{font-size:18px}.home-events-calendar-nav-button{width:32px;height:32px}.home-events-calendar-nav-icon{width:16px;height:16px}.home-events-calendar-grid{gap:4px;width:100%;max-width:100%}.home-events-calendar-day-header{font-size:11px;padding:6px 2px;min-width:0}.home-events-calendar-day{min-height:55px;padding:3px;min-width:0}.home-events-calendar-day-empty{min-height:55px;min-width:0}.home-events-calendar-day-number{font-size:10px;margin-bottom:3px}.home-events-calendar-day-events{gap:2px}.home-events-calendar-day-event{font-size:8px;padding:2px 3px}.home-events-calendar-day-event-more{font-size:8px}.home-events-calendar-legend{gap:12px;margin-top:16px;padding-top:12px;flex-direction:row;flex-wrap:wrap;justify-content:center}.home-events-calendar-legend-color{width:12px;height:12px}.home-events-calendar-legend-text{font-size:12px}}@media (max-width: 360px){.home-events-section{padding-top:32px;padding-bottom:32px}.home-events-container{padding:0 12px}.home-events-header{margin-bottom:24px}.home-events-title{font-size:24px}.home-events-subtitle{font-size:13px}.home-events-calendar-wrapper{padding:10px;overflow-x:hidden}.home-events-calendar-header{margin-bottom:10px;padding-bottom:8px}.home-events-calendar-month-title{font-size:16px}.home-events-calendar-nav-button{width:28px;height:28px}.home-events-calendar-nav-icon{width:14px;height:14px}.home-events-calendar-grid{gap:3px;width:100%;max-width:100%}.home-events-calendar-day-header{font-size:9px;padding:5px 1px;min-width:0}.home-events-calendar-day{min-height:45px;padding:2px;min-width:0}.home-events-calendar-day-empty{min-height:45px;min-width:0}.home-events-calendar-day-number{font-size:9px;margin-bottom:2px}.home-events-calendar-day-events{gap:1px}.home-events-calendar-day-event{font-size:7px;padding:1px 2px}.home-events-calendar-day-event-more{font-size:7px}.home-events-calendar-legend{gap:8px;margin-top:12px;padding-top:10px;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.home-events-calendar-legend-color{width:10px;height:10px}.home-events-calendar-legend-text{font-size:11px}}.events-slider-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#191919f2}.events-slider-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.events-slider-header{text-align:center;margin-bottom:36px}.events-slider-header h2{font-size:50px;font-weight:700;color:#e63946;margin:0 0 15px}.events-slider-header p{color:#a6a6a6;font-size:17px;margin:0}.events-slider{display:flex;gap:25px;overflow-x:auto;padding:10px 0 20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.events-slider::-webkit-scrollbar{display:none}.events-slider-card{flex:0 0 auto;min-width:320px;width:320px;height:400px;border-radius:12px;border:1px solid #262626;background-color:#0f0f0f;overflow:hidden;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.events-slider-card:hover{transform:translateY(-4px);border-color:#e63946;box-shadow:0 10px 30px #e6394659}.events-slider-card-image{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block}.events-slider-card-body{padding:18px;display:flex;flex-direction:column;gap:10px}.events-slider-tagline{font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:#e63946;margin:0}.events-slider-card-body h3{margin:0;font-size:22px;color:#fff}.events-slider-meta{margin:0;color:#c5c5c5;font-size:14px;line-height:1.5}.events-slider-details{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#a6a6a6}.events-slider-view-all{display:flex;justify-content:center;margin-top:30px}.events-slider-view-all-button{display:inline-block;padding:12px 32px;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;background:transparent;color:#e63946;transition:all .3s ease}.events-slider-view-all-button:hover{background:#e63946;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #e6394659}@media (max-width: 1023px){.events-slider-container{padding:0 24px}.events-slider-card{min-width:280px;width:280px;height:360px}}@media (max-width: 768px){.events-slider-container{padding:0 20px}.events-slider-header h2{font-size:36px}.events-slider-header p{font-size:16px}}@media (max-width: 640px){.events-slider-section{padding-top:40px;padding-bottom:40px}.events-slider-container{padding:0 16px}.events-slider-header h2{font-size:32px}.events-slider-header p{font-size:14px}.events-slider-card{min-width:240px;width:240px;height:320px}.events-slider{gap:16px}}@media (max-width: 360px){.events-slider-header h2{font-size:28px}.events-slider-header p{font-size:13px}}.home-dancers-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#0b0b0b}.home-dancers-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.home-dancers-header{text-align:center;margin-bottom:45px}.home-dancers-title{font-size:50px;font-weight:700;color:#9d4edd;margin:0 0 15px;line-height:1.2}.home-dancers-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.home-dancers-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:15px}.home-dancer-card-tile{border-radius:10px;background-color:#0a0a0a;border:1px solid #2E2E2E;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.home-dancer-card-tile:hover{border-color:#9d4edd;transform:translateY(-4px);box-shadow:0 12px 30px #9d4edd59}.home-dancer-card-active{border-color:#2e2e2e}.home-dancer-card-placeholder{border-style:dashed;opacity:.75}.home-dancer-photo{position:relative;width:100%;padding-top:110%;background:#111}.home-dancer-photo-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-dancer-photo-image-hidden{display:none}.home-dancer-photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#e63946;font-weight:800;font-size:32px}.home-dancer-photo-fallback--hidden{display:none}.home-dancer-photo-fallback--visible{display:flex}.home-dancer-photo-overlay{position:absolute;left:0;right:0;bottom:0;height:40%;background:linear-gradient(180deg,#0000,#0009)}.home-dancer-badge{position:absolute;top:10px;left:10px;background:#0f0f0f;border:1px solid #262626;color:#d0d0d0;padding:4px 10px;border-radius:9999px;font-size:12px}.home-dancer-badge-on{background:#e639461a;color:#e63946;border-color:#e6394680}.home-dancer-hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;padding:12px;background:linear-gradient(180deg,#00000040,#000000c0);opacity:0;transition:opacity .2s ease}.home-dancer-card-tile:hover .home-dancer-hover{opacity:1}.home-dancer-hover-name{color:#fff;font-weight:700}.home-dancer-hover-meta{color:#d0d0d0;font-size:12px;text-align:center}.home-dancer-hover-actions{display:flex;gap:8px}.home-dancer-action{border:1px solid #2E2E2E;background:#0f0f0f;color:#d0d0d0;padding:6px 10px;border-radius:8px;font-size:12px;cursor:pointer;transition:border-color .2s ease,color .2s ease}.home-dancer-action:hover{border-color:#9d4edd;color:#9d4edd}.home-dancer-card-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px}.home-dancer-info-row{display:flex;align-items:center;gap:6px}.home-dancer-icon{color:#a6a6a6;flex-shrink:0}.home-dancer-name{color:#a6a6a6;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-dancer-status{font-size:12px;display:flex;align-items:center;gap:6px}.home-dancer-status-tonight{color:#22c55e}.home-dancer-status-tomorrow{color:#facc15}.home-dancer-status-weekend{color:#3b82f6}.home-dancer-status .home-dancer-icon{color:#a6a6a6}.home-dancers-view-all{display:flex;justify-content:center;margin-top:24px}.home-dancers-view-all-button{border:1px solid #2E2E2E;color:#d0d0d0;text-decoration:none;padding:10px 16px;border-radius:8px;transition:border-color .2s ease,color .2s ease}.home-dancers-view-all-button:hover{border-color:#9d4edd;color:#9d4edd}.home-dancer-card-view-more{display:flex;align-items:center;justify-content:center;text-decoration:none;border:1px dashed #2E2E2E;background:#0a0a0a}.home-dancer-card-view-more:hover{border-color:#9d4edd}.home-dancer-view-more-body{text-align:center;padding:16px}.home-dancer-view-more-title{color:#fafafa;font-weight:700}.home-dancer-view-more-sub{color:#a6a6a6;font-size:12px}@media (min-width: 2560px){.home-dancers-container{padding:0 64px}}@media (min-width: 1920px){.home-dancers-container{padding:0 48px}}@media (min-width: 1440px){.home-dancers-container{padding:0 30px}.home-dancers-grid{grid-template-columns:repeat(7,1fr)}}@media (max-width: 1023px){.home-dancers-container{padding:0 24px}.home-dancers-title{font-size:36px}.home-dancers-subtitle{font-size:15px}.home-dancers-grid{grid-template-columns:repeat(4,1fr);gap:13px}}@media (max-width: 768px){.home-dancers-container{padding:0 20px}.home-dancers-title{font-size:32px}.home-dancers-subtitle{font-size:14px}.home-dancers-grid{grid-template-columns:repeat(4,1fr);gap:10px}.home-dancer-photo{padding-top:105%}.home-dancer-card-body{padding:7px 9px 9px;gap:3px}.home-dancer-name{font-size:13px}.home-dancer-status{font-size:11px}}@media (max-width: 640px){.home-dancers-container{padding:0 16px}.home-dancers-section{padding-top:30px;padding-bottom:30px}.home-dancers-header{margin-bottom:30px}.home-dancers-title{font-size:28px}.home-dancers-subtitle{font-size:14px}.home-dancers-grid{grid-template-columns:repeat(4,1fr);gap:8px}.home-dancer-photo{padding-top:100%}.home-dancer-card-body{padding:6px 8px 8px;gap:3px}.home-dancer-name{font-size:13px}.home-dancer-status{font-size:11px}.home-dancer-icon{width:12px;height:12px}.home-dancer-photo-fallback{font-size:24px}.home-dancer-card-view-more{grid-column:1 / -1}}@media (max-width: 480px){.home-dancers-container{padding:0 12px}.home-dancers-section{padding-top:30px;padding-bottom:30px}.home-dancers-header{margin-bottom:30px}.home-dancers-title{font-size:26px}.home-dancers-subtitle{font-size:13px}.home-dancers-grid{grid-template-columns:repeat(4,1fr);gap:8px}.home-dancer-photo{padding-top:100%}.home-dancer-card-body{padding:6px 8px 8px;gap:3px}.home-dancer-name{font-size:12px}.home-dancer-status{font-size:10px}.home-dancer-icon{width:11px;height:11px}.home-dancer-photo-fallback{font-size:22px}.home-dancer-card-view-more{grid-column:1 / -1}}@media (max-width: 360px){.home-dancers-container{padding:0 10px}.home-dancers-section{padding-top:25px;padding-bottom:25px}.home-dancers-header{margin-bottom:25px}.home-dancers-title{font-size:24px}.home-dancers-subtitle{font-size:12px}.home-dancers-grid{grid-template-columns:repeat(4,1fr);gap:6px}.home-dancer-photo{padding-top:95%}.home-dancer-card-body{padding:5px 6px 6px;gap:2px}.home-dancer-name{font-size:11px}.home-dancer-status{font-size:9px}.home-dancer-icon{width:10px;height:10px}.home-dancer-photo-fallback{font-size:20px}.home-dancer-card-view-more{grid-column:1 / -1}}.home-teachers-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#191919f2}.home-teachers-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.home-teachers-header{text-align:center;margin-bottom:45px}.home-teachers-title{font-size:50px;font-weight:700;color:#e63946;margin:0 0 15px;line-height:1.2}.home-teachers-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.home-teachers-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.home-teacher-card-tile{border-radius:10px;background-color:#0a0a0a;border:1px solid #2E2E2E;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.home-teacher-card-tile:hover{border-color:#e63946;transform:translateY(-4px);box-shadow:0 0 40px #e639464d}.home-teacher-card-view-more{border:1px dashed #2E2E2E;display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit}.home-teacher-card-view-more:hover{border-color:#e63946}.home-teacher-photo{position:relative;width:100%;padding-top:110%;background:#111}.home-teacher-photo-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-teacher-photo-image-hidden{display:none}.home-teacher-photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#e63946;font-weight:800;font-size:36px}.home-teacher-photo-fallback--hidden{display:none}.home-teacher-photo-fallback--visible{display:flex}.home-teacher-photo-overlay{position:absolute;left:0;right:0;bottom:0;height:40%;background:linear-gradient(180deg,#0000,#0009)}.home-teacher-badge{position:absolute;top:10px;left:10px;background:#0f0f0f;border:1px solid #262626;color:#d0d0d0;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:600}.home-teacher-hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;padding:12px;background:linear-gradient(180deg,#00000040,#000000c0);opacity:0;transition:opacity .2s ease}.home-teacher-card-tile:hover .home-teacher-hover{opacity:1}.home-teacher-hover-name{color:#fff;font-weight:700;font-size:16px}.home-teacher-hover-meta{color:#d0d0d0;font-size:12px;text-align:center}.home-teacher-card-body{padding:12px;display:flex;flex-direction:column;gap:8px}.home-teacher-info-row{display:flex;align-items:center;gap:6px}.home-teacher-icon{color:#a6a6a6;flex-shrink:0}.home-teacher-name{color:#a6a6a6;font-weight:500;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-teacher-school,.home-teacher-dance-styles{color:#a6a6a6;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-teacher-status{font-size:12px;font-weight:500;margin-top:2px;display:flex;align-items:center;gap:6px}.home-teacher-status-today{color:#22c55e}.home-teacher-status-tomorrow{color:#facc15}.home-teacher-status-weekend{color:#3b82f6}.home-teacher-status-month{color:#a855f7}.home-teacher-status .home-teacher-icon{color:#a6a6a6}.home-teacher-view-more-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:16px;text-align:center}.home-teacher-view-more-title{color:#fafafa;font-weight:700;font-size:16px}.home-teacher-view-more-sub{color:#a6a6a6;font-size:12px}@media (min-width: 2560px){.home-teachers-container{padding:0 64px}}@media (min-width: 1920px){.home-teachers-container{padding:0 48px}}@media (min-width: 1440px){.home-teachers-container{padding:0 30px}}@media (max-width: 1023px){.home-teachers-container{padding:0 24px}.home-teachers-title{font-size:36px}.home-teachers-subtitle{font-size:15px}.home-teachers-grid{grid-template-columns:repeat(4,1fr);gap:14px}}@media (max-width: 768px){.home-teachers-container{padding:0 20px}.home-teachers-title{font-size:32px}.home-teachers-subtitle{font-size:14px}.home-teachers-grid{grid-template-columns:repeat(3,1fr);gap:10px}.home-teacher-photo{padding-top:100%}.home-teacher-card-body{padding:10px;gap:6px}.home-teacher-name{font-size:14px}.home-teacher-school,.home-teacher-dance-styles{font-size:12px}.home-teacher-status{font-size:11px}}@media (max-width: 640px){.home-teachers-container{padding:0 16px}.home-teachers-section{padding-top:30px;padding-bottom:30px}.home-teachers-header{margin-bottom:30px}.home-teachers-title{font-size:28px}.home-teachers-subtitle{font-size:14px}.home-teachers-grid{grid-template-columns:repeat(3,1fr);gap:8px}.home-teacher-card-view-more{grid-column:1 / -1}.home-teacher-view-more-body{padding:16px;gap:4px}.home-teacher-view-more-title{font-size:14px}.home-teacher-view-more-sub{font-size:12px}.home-teacher-photo{padding-top:95%}.home-teacher-card-body{padding:8px;gap:6px}.home-teacher-name{font-size:13px}.home-teacher-school,.home-teacher-dance-styles{font-size:11px}.home-teacher-status{font-size:10px}.home-teacher-icon{width:12px;height:12px}.home-teacher-photo-fallback{font-size:28px}}@media (max-width: 480px){.home-teachers-container{padding:0 12px}.home-teachers-section{padding-top:30px;padding-bottom:30px}.home-teachers-header{margin-bottom:30px}.home-teachers-title{font-size:26px}.home-teachers-subtitle{font-size:13px}.home-teachers-grid{grid-template-columns:repeat(3,1fr);gap:8px}.home-teacher-card-view-more{grid-column:1 / -1}.home-teacher-view-more-body{padding:16px;gap:4px}.home-teacher-view-more-title{font-size:14px}.home-teacher-view-more-sub{font-size:12px}.home-teacher-photo{padding-top:90%}.home-teacher-card-body{padding:8px;gap:5px}.home-teacher-name{font-size:12px}.home-teacher-school,.home-teacher-dance-styles{font-size:10px}.home-teacher-status{font-size:9px}.home-teacher-icon{width:11px;height:11px}.home-teacher-photo-fallback{font-size:26px}}@media (max-width: 360px){.home-teachers-container{padding:0 10px}.home-teachers-section{padding-top:25px;padding-bottom:25px}.home-teachers-header{margin-bottom:25px}.home-teachers-title{font-size:24px}.home-teachers-subtitle{font-size:12px}.home-teachers-grid{grid-template-columns:repeat(3,1fr);gap:6px}.home-teacher-card-view-more{grid-column:1 / -1}.home-teacher-view-more-body{padding:16px;gap:4px}.home-teacher-view-more-title{font-size:14px}.home-teacher-view-more-sub{font-size:12px}.home-teacher-photo{padding-top:85%}.home-teacher-card-body{padding:8px;gap:4px}.home-teacher-name{font-size:11px}.home-teacher-school,.home-teacher-dance-styles{font-size:9px}.home-teacher-status{font-size:8px}.home-teacher-icon{width:10px;height:10px}.home-teacher-photo-fallback{font-size:24px}}.home-schools-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#191919f2}.home-schools-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.home-schools-header{text-align:center;margin-bottom:45px}.home-schools-title{font-size:50px;font-weight:700;color:#e63946;margin:0 0 15px;line-height:1.2}.home-schools-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.home-schools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-school-card-tile{border-radius:10px;background-color:#0a0a0a;border:1px solid #2E2E2E;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;height:100%;min-height:400px}.home-school-card-tile:hover{border-color:#e63946;transform:translateY(-4px);box-shadow:0 12px 30px #e6394659}.home-school-card-view-more{border:1px dashed #2E2E2E;display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit}.home-school-card-view-more:hover{border-color:#e63946}.home-school-photo{position:relative;width:100%;height:38%;min-height:38%;background:#111}.home-school-photo-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-school-photo-image-hidden{display:none}.home-school-photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#e63946;font-weight:800;font-size:36px}.home-school-photo-fallback--hidden{display:none}.home-school-photo-fallback--visible{display:flex}.home-school-card-body{padding:14px;display:flex;flex-direction:column;gap:12px;flex:1;box-sizing:border-box;overflow-y:auto}.home-school-card-header{display:flex;flex-direction:column;gap:8px}.home-school-name-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-school-status-chip{align-self:flex-end;padding:4px 12px;border-radius:9999px;font-size:11px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;border:1px solid #262626}.home-school-status-chip--tonight{background:#22c55e1a;color:#22c55e;border-color:#22c55e80}.home-school-status-chip--tomorrow{background:#facc151a;color:#facc15;border-color:#facc1580}.home-school-status-chip--weekend{background:#3b82f61a;color:#60a5fa;border-color:#3b82f680}.home-school-status-chip--month{background:#9d4edd1a;color:#c084fc;border-color:#9d4edd80}.home-school-status-chip--upcoming{background:#1f29371a;color:#9ca3af;border-color:#1f293780}.home-school-name{color:#e63946;font-weight:600;font-size:18px;margin:0;line-height:1.2;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-school-location{display:inline-flex;align-items:center;gap:6px;color:#a6a6a6;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-school-location svg{color:#e63946}.home-school-metrics{display:flex;flex-direction:column;gap:4px;width:100%;flex:1}.home-school-metric{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:4px 6px;border-radius:6px;background:#191919f2;border:1px solid #1F1F1F}.home-school-metric-icon{display:flex;align-items:center;justify-content:center;color:#e63946;flex-shrink:0}.home-school-metric-label{font-size:10px;font-weight:600;color:#ccc;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.home-school-metric-detail{font-size:9px;color:#a6a6a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:right}.home-school-view-more-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;text-align:center}.home-school-view-more-title{color:#d0d0d0;font-weight:600;font-size:16px}.home-school-view-more-sub{color:#a6a6a6;font-size:13px}@media (min-width: 2560px){.home-schools-container{padding:0 64px}}@media (min-width: 1920px){.home-schools-container{padding:0 48px}}@media (min-width: 1440px){.home-schools-container{padding:0 30px}}@media (max-width: 1023px){.home-schools-container{padding:0 24px}.home-schools-title{font-size:36px}.home-schools-subtitle{font-size:15px}.home-schools-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width: 768px){.home-schools-container{padding:0 20px}.home-schools-title{font-size:32px}.home-schools-subtitle{font-size:14px}.home-schools-grid{grid-template-columns:repeat(2,1fr);gap:12px}.home-school-card-body{padding:12px;gap:8px}.home-school-name{font-size:16px}.home-school-status-chip{font-size:10px}}@media (max-width: 640px){.home-schools-container{padding:0 16px}.home-schools-section{padding-top:30px;padding-bottom:30px}.home-schools-header{margin-bottom:30px}.home-schools-title{font-size:28px}.home-schools-subtitle{font-size:14px}.home-schools-grid{grid-template-columns:repeat(2,1fr);gap:10px}.home-school-card-tile{min-height:320px}.home-school-photo{height:35%;min-height:35%}.home-school-card-body{padding:8px;gap:5px}.home-school-name{font-size:14px}.home-school-status-chip{font-size:10px;padding:4px 10px}.home-school-metrics{gap:3px}.home-school-metric{padding:3px 5px;gap:6px}.home-school-metric-icon svg{width:11px;height:11px}.home-school-metric-label{font-size:9px}.home-school-metric-detail{font-size:8px}.home-school-photo-fallback{font-size:28px}}@media (max-width: 480px){.home-schools-container{padding:0 12px}.home-schools-section{padding-top:30px;padding-bottom:30px}.home-schools-header{margin-bottom:30px}.home-schools-title{font-size:26px}.home-schools-subtitle{font-size:13px}.home-schools-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-school-card-tile{min-height:300px}.home-school-photo{height:32%;min-height:32%}.home-school-card-body{padding:8px;gap:5px}.home-school-name{font-size:12px}.home-school-status-chip{font-size:9px}.home-school-photo-fallback{font-size:26px}}@media (max-width: 360px){.home-schools-container{padding:0 10px}.home-schools-section{padding-top:25px;padding-bottom:25px}.home-schools-header{margin-bottom:25px}.home-schools-title{font-size:24px}.home-schools-subtitle{font-size:12px}.home-schools-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-school-card-tile{min-height:280px}.home-school-photo{height:30%;min-height:30%}.home-school-card-body{padding:8px;gap:5px}.home-school-name{font-size:12px}.home-school-status-chip{font-size:8px}.home-school-metrics{gap:3px}.home-school-metric{padding:3px 4px;gap:5px}.home-school-metric-icon svg{width:10px;height:10px}.home-school-metric-label{font-size:8px}.home-school-metric-detail{font-size:7px}.home-school-photo-fallback{font-size:24px}}.home-djs-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#0b0b0b}.home-djs-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.home-djs-header{text-align:center;margin-bottom:45px}.home-djs-title{font-size:50px;font-weight:700;color:#9d4edd;margin:0 0 15px;line-height:1.2}.home-djs-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.home-djs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-dj-card-tile{border-radius:10px;background-color:#191919f2;border:1px solid #2E2E2E;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;height:100%;min-height:400px}.home-dj-card-tile:hover{border-color:#9d4edd;transform:translateY(-4px);box-shadow:0 12px 30px #9d4edd59}.home-dj-card-view-more{border:1px dashed #2E2E2E;display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit}.home-dj-card-view-more:hover{border-color:#9d4edd}.home-dj-card-top{display:grid;grid-template-columns:1fr 1fr;gap:0;flex:1;min-height:200px}.home-dj-photo{position:relative;width:100%;height:100%;background:#111;display:flex;align-items:center;justify-content:center}.home-dj-photo-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-dj-photo-image-hidden{display:none}.home-dj-photo-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#9d4edd;font-weight:800;font-size:36px}.home-dj-photo-fallback--hidden{display:none}.home-dj-photo-fallback--visible{display:flex}.home-dj-card-info{padding:14px;position:relative;display:flex;flex-direction:column;background-color:#191919f2;height:100%;box-sizing:border-box}.home-dj-status-chip{position:absolute;top:14px;right:14px;padding:4px 10px;border-radius:9999px;font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;border:1px solid #262626;white-space:nowrap;z-index:1}.home-dj-info-content{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:center;height:100%;text-align:left}.home-dj-name{color:#9d4edd;font-weight:600;font-size:16px;margin:0;line-height:1.2;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left}.home-dj-status-chip--tonight{background:#22c55e1a;color:#22c55e;border-color:#22c55e80}.home-dj-status-chip--tomorrow{background:#facc151a;color:#facc15;border-color:#facc1580}.home-dj-status-chip--weekend{background:#3b82f61a;color:#60a5fa;border-color:#3b82f680}.home-dj-status-chip--month{background:#9d4edd1a;color:#c084fc;border-color:#9d4edd80}.home-dj-status-chip--upcoming{background:#1f29371a;color:#9ca3af;border-color:#1f293780}.home-dj-location{display:inline-flex;align-items:center;gap:6px;color:#a6a6a6;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;justify-content:flex-start}.home-dj-location svg{color:#9d4edd;flex-shrink:0}.home-dj-genre{display:inline-flex;align-items:center;gap:6px;color:#a6a6a6;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;justify-content:flex-start}.home-dj-genre svg{color:#9d4edd;flex-shrink:0}.home-dj-rating{display:inline-flex;align-items:center;gap:6px;color:#a6a6a6;font-size:12px;justify-content:flex-start}.home-dj-rating svg{color:#9d4edd;flex-shrink:0}.home-dj-playlist{width:100%;padding:14px;background-color:#0e0e0e;border-top:1px solid #1F1F1F;box-sizing:border-box}.home-dj-playlist-header{margin-bottom:6px;text-align:center}.home-dj-playlist-title{font-size:10px;font-weight:600;color:#ccc;text-transform:uppercase;letter-spacing:.5px;text-align:center}.home-dj-playlist-list{display:flex;flex-direction:column;gap:4px}.home-dj-track{display:grid;grid-template-columns:20px 1fr auto auto;align-items:center;gap:8px;padding:4px 6px;border-radius:6px;background:#191919f2;border:1px solid #1F1F1F}.home-dj-track-index{font-size:10px;font-weight:600;color:#a6a6a6;text-align:center}.home-dj-track-info{display:flex;flex-direction:column;gap:2px;min-width:0}.home-dj-track-title{font-size:10px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.home-dj-track-artist{font-size:9px;color:#a6a6a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.home-dj-track-style{font-size:9px;color:#9d4edd;white-space:nowrap;line-height:1.2;text-align:center;justify-self:center}.home-dj-track-duration{font-size:9px;color:#a6a6a6;font-weight:500;white-space:nowrap}.home-dj-view-more-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;text-align:center}.home-dj-view-more-title{color:#d0d0d0;font-weight:600;font-size:16px}.home-dj-view-more-sub{color:#a6a6a6;font-size:13px}@media (min-width: 2560px){.home-djs-container{padding:0 64px}}@media (min-width: 1920px){.home-djs-container{padding:0 48px}}@media (min-width: 1440px){.home-djs-container{padding:0 30px}}@media (max-width: 1023px){.home-djs-container{padding:0 24px}.home-djs-title{font-size:36px}.home-djs-subtitle{font-size:15px}.home-djs-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width: 768px){.home-djs-container{padding:0 20px}.home-djs-title{font-size:32px}.home-djs-subtitle{font-size:14px}.home-djs-grid{grid-template-columns:repeat(2,1fr);gap:12px}.home-dj-card-info{padding:12px;gap:8px}.home-dj-name{font-size:15px}.home-dj-status-chip{font-size:9px;padding:3px 8px}.home-dj-location,.home-dj-genre,.home-dj-rating{font-size:11px}.home-dj-playlist{padding:8px}.home-dj-playlist-list{gap:3px}}@media (max-width: 640px){.home-djs-container{padding:0 16px}.home-djs-section{padding-top:30px;padding-bottom:30px}.home-djs-header{margin-bottom:30px}.home-djs-title{font-size:28px}.home-djs-subtitle{font-size:14px}.home-djs-grid{grid-template-columns:repeat(2,1fr);gap:10px}.home-dj-card-tile{min-height:350px}.home-dj-card-info{padding:10px;gap:6px}.home-dj-name{font-size:14px}.home-dj-status-chip{font-size:9px;padding:3px 8px}.home-dj-location,.home-dj-genre,.home-dj-rating{font-size:11px}.home-dj-photo-fallback{font-size:28px}.home-dj-playlist{padding:8px}.home-dj-playlist-title{font-size:9px;margin-bottom:4px}.home-dj-playlist-list{gap:3px}.home-dj-track{padding:3px 5px;gap:5px}.home-dj-track-index,.home-dj-track-title{font-size:9px}.home-dj-track-artist,.home-dj-track-style,.home-dj-track-duration{font-size:8px}}@media (max-width: 480px){.home-djs-container{padding:0 12px}.home-djs-section{padding-top:30px;padding-bottom:30px}.home-djs-header{margin-bottom:30px}.home-djs-title{font-size:26px}.home-djs-subtitle{font-size:13px}.home-djs-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-dj-card-tile{min-height:320px}.home-dj-card-info{padding:8px;gap:5px}.home-dj-name{font-size:13px}.home-dj-status-chip{font-size:8px;padding:3px 6px}.home-dj-location,.home-dj-genre,.home-dj-rating{font-size:10px}.home-dj-photo-fallback{font-size:26px}.home-dj-playlist{padding:8px}.home-dj-playlist-title{font-size:9px;margin-bottom:4px}.home-dj-playlist-list{gap:3px}.home-dj-track{padding:3px 4px;gap:4px}.home-dj-track-index,.home-dj-track-title{font-size:8px}.home-dj-track-artist,.home-dj-track-style,.home-dj-track-duration{font-size:7px}}@media (max-width: 360px){.home-djs-container{padding:0 10px}.home-djs-section{padding-top:25px;padding-bottom:25px}.home-djs-header{margin-bottom:25px}.home-djs-title{font-size:24px}.home-djs-subtitle{font-size:12px}.home-djs-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-dj-card-tile{min-height:300px}.home-dj-card-info{padding:7px;gap:5px}.home-dj-name{font-size:12px}.home-dj-status-chip{font-size:8px;padding:2px 6px}.home-dj-location,.home-dj-genre,.home-dj-rating{font-size:9px}.home-dj-photo-fallback{font-size:24px}.home-dj-playlist{padding:8px}.home-dj-playlist-title{font-size:8px;margin-bottom:3px}.home-dj-playlist-list{gap:2px}.home-dj-track{padding:2px 4px;gap:4px}.home-dj-track-index,.home-dj-track-title{font-size:7px}.home-dj-track-artist,.home-dj-track-style,.home-dj-track-duration{font-size:6px}}.custom-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;cursor:pointer;border:none;outline:none}.custom-button:focus-visible{outline:2px solid #E63946;outline-offset:2px}.custom-button:disabled{pointer-events:none;opacity:.5}.custom-button svg{width:16px;height:16px;pointer-events:none;flex-shrink:0}.custom-button-default{background:linear-gradient(135deg,#e63946,#9d4edd);color:#fff}.custom-button-default:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #e639464d}.custom-button-destructive{background-color:#ef4444;color:#fff}.custom-button-destructive:hover{background-color:#dc2626}.custom-button-outline{background-color:transparent;color:#fafafa;border:1px solid #262626}.custom-button-outline:hover{background-color:#121212;border-color:#2a2a2a}.custom-button-secondary{background-color:#9d4edd33;color:#9d4edd;border:1px solid #9D4EDD}.custom-button-secondary:hover{background-color:#9d4edd4d}.custom-button-ghost{background-color:transparent;color:#fafafa}.custom-button-ghost:hover{background-color:#ffffff1a}.custom-button-link{background-color:transparent;color:#e63946;text-decoration:underline;text-underline-offset:4px}.custom-button-link:hover{color:#d62839}.custom-button-default{height:40px;padding:8px 16px}.custom-button-sm{height:36px;padding:6px 12px;font-size:13px}.custom-button-lg{height:44px;padding:10px 20px;font-size:16px}.custom-button-icon{width:40px;height:40px;padding:0}.custom-button-icon svg{width:20px;height:20px}.hero-slider-container{position:relative;height:calc(100vh - 70px);width:100%;overflow:hidden}.hero-slider-slide{position:absolute;top:0;left:0;right:0;bottom:0;transition:opacity 1s ease}.hero-slider-slide-active{opacity:1}.hero-slider-slide-inactive{opacity:0}.hero-slider-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-slider-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#1212124d,#121212e6)}.hero-slider-content-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.hero-slider-content{text-align:center;display:flex;flex-direction:column;gap:24px;padding:0 16px;animation:fadeIn .6s ease-out}.hero-slider-title{font-size:48px;font-weight:700;color:#fafafa;line-height:1.2}.hero-slider-subtitle{font-size:20px;color:#a6a6a6;max-width:672px;margin:0 auto;line-height:1.5}.hero-slider-button{background:linear-gradient(135deg,#e63946,#9d4edd);box-shadow:0 0 40px #e639464d;font-size:18px;padding:24px 32px}.hero-slider-nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#1a1a1a33;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background-color .2s ease}.hero-slider-nav-button:hover{background-color:#1a1a1a66}.hero-slider-nav-button-prev{left:16px}.hero-slider-nav-button-next{right:16px}.hero-slider-nav-icon{width:32px;height:32px}.hero-slider-indicators{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;gap:12px}.hero-slider-indicator{width:12px;height:12px;border-radius:9999px;transition:all .3s ease;cursor:pointer;background-color:#a6a6a680;border:none;padding:0}.hero-slider-indicator-active{width:32px;background-color:#e63946;box-shadow:0 0 40px #e639464d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1023px){.hero-slider-title{font-size:42px}.hero-slider-subtitle{font-size:20px}.hero-slider-button{font-size:16px;padding:20px 28px}}@media (max-width: 768px){.hero-slider-title{font-size:36px}.hero-slider-subtitle{font-size:18px}.hero-slider-button{font-size:15px;padding:18px 24px}.hero-slider-nav-button{width:40px;height:40px}.hero-slider-nav-icon{width:28px;height:28px}}@media (max-width: 640px){.hero-slider-container{height:calc(100vh - 90px)}.hero-slider-title{font-size:32px}.hero-slider-subtitle{font-size:16px;max-width:90%}.hero-slider-button{font-size:14px;padding:16px 20px}.hero-slider-nav-button{width:36px;height:36px}.hero-slider-nav-button-prev{left:12px}.hero-slider-nav-button-next{right:12px}.hero-slider-nav-icon{width:24px;height:24px}.hero-slider-indicators{bottom:24px;gap:10px}.hero-slider-indicator{width:10px;height:10px}.hero-slider-indicator-active{width:28px}}@media (max-width: 360px){.hero-slider-title{font-size:28px}.hero-slider-subtitle{font-size:14px}.hero-slider-button{font-size:13px;padding:14px 18px}.hero-slider-nav-button{width:32px;height:32px}.hero-slider-nav-icon{width:20px;height:20px}}.portal-dancers-community-sidebar-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0d0f14d1;z-index:2000;display:flex;justify-content:flex-end;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.portal-dancers-community-sidebar-drawer-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.portal-dancers-community-sidebar-drawer{width:75vw;max-width:75vw;height:100vh;height:100dvh;background:#1e222b;border-left:1px solid rgba(255,255,255,.06);box-shadow:-12px 0 40px #00000073;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);position:relative;z-index:2001;color:#e6edf3}.portal-dancers-community-sidebar-drawer.is-features{background:#152033;border-left-color:#f8717124}.portal-dancers-community-sidebar-drawer-overlay.open .portal-dancers-community-sidebar-drawer{transform:translate(0)}.portal-dancers-community-sidebar-drawer-header{height:70px;min-height:70px;max-height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.06);background:#1c1f26;box-sizing:border-box;flex-shrink:0}.portal-dancers-community-sidebar-drawer-header.is-features{background:#16324d;border-bottom-color:#f8717124}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail){height:auto;min-height:70px;max-height:none;padding-top:12px;padding-bottom:12px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-header-row{min-height:0;align-items:flex-start}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-title-main{align-items:flex-start;gap:10px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-title-main svg{width:20px;height:20px;margin-top:1px}.portal-dancers-community-sidebar-drawer-title-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.portal-dancers-community-sidebar-drawer-title-copy span{display:block;line-height:1.25}.portal-dancers-community-sidebar-drawer-header-subtitle{margin:0;font-size:13px;font-weight:500;line-height:1.35;color:#c5d4e3}.portal-dancers-community-sidebar-drawer-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:38px}.portal-dancers-community-sidebar-drawer-header.is-detail .portal-dancers-community-sidebar-drawer-header-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.portal-dancers-community-sidebar-drawer-header-start{display:flex;align-items:center;min-width:0;flex:1}.portal-dancers-community-sidebar-drawer-header.is-detail .portal-dancers-community-sidebar-drawer-header-start{justify-self:start}.portal-dancers-community-sidebar-drawer-title-main{display:flex;align-items:center;gap:8px;min-width:0;flex:1;font-size:16px;font-weight:700;color:#f8fafc}.portal-dancers-community-sidebar-drawer-title-main svg{color:#f87171;flex-shrink:0}.portal-dancers-community-sidebar-drawer-header-title{margin:0;justify-self:center;max-width:52vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:1.2;color:#f8fafc;text-align:center}.portal-dancers-community-sidebar-drawer-header-title-spacer{display:none}.portal-dancers-community-sidebar-drawer-back{display:inline-flex;align-items:center;gap:6px;margin:0;padding:6px 10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#0f172a59;color:#e2e8f0;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.portal-dancers-community-sidebar-drawer-back:hover{background:#0f172a8c;color:#fff}.portal-dancers-community-sidebar-drawer-close{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#94a3b8;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;justify-self:end}.portal-dancers-community-sidebar-drawer-close:hover{background:#ffffff14;color:#f8fafc}.portal-dancers-community-sidebar-drawer-body{flex:1;overflow-y:auto;padding:20px 24px;background:#1e222b;scrollbar-width:none}.portal-dancers-community-sidebar-drawer.is-features .portal-dancers-community-sidebar-drawer-body{background:#e8eef5}.portal-dancers-community-sidebar-drawer-feature-card{display:flex;align-items:center;gap:16px;width:100%;min-height:132px;margin:0;padding:14px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;color:inherit;font:inherit;text-align:left;cursor:pointer;box-shadow:0 1px 2px #0f172a0f}.portal-dancers-community-sidebar-drawer-feature-card:hover{background:#fff;border-color:#94a3b8;box-shadow:0 4px 12px #0f172a14}.portal-dancers-community-sidebar-drawer-feature-card-image{width:120px;height:120px;flex-shrink:0;-o-object-fit:contain;object-fit:contain;border-radius:14px;background:#f1f5f9}.portal-dancers-community-sidebar-drawer-feature-card-title{font-size:15px;font-weight:700;line-height:1.3;color:#0f172a}.portal-dancers-community-sidebar-drawer-feature-card-note{font-size:13px;font-weight:500;line-height:1.4;color:#475569}.portal-dancers-community-sidebar-drawer-feature-card-chevron{display:inline-flex;flex-shrink:0;color:#94a3b8}.portal-dancers-community-sidebar-drawer-feature-detail-hero{display:flex;align-items:center;justify-content:center;padding:12px;border-radius:14px;background:#fff;border:1px solid #dbe3ee}.portal-dancers-community-sidebar-drawer-feature-detail-media{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:120px;padding:20px 16px;border:1px dashed #94a3b8;border-radius:14px;background:#fff;text-align:center}.portal-dancers-community-sidebar-drawer-feature-detail-media-title{font-size:14px;font-weight:700;color:#0f172a}.portal-dancers-community-sidebar-drawer-feature-detail-media-note{max-width:420px;font-size:13px;font-weight:500;line-height:1.45;color:#64748b}.portal-dancers-community-sidebar-drawer-feature-detail-text{margin:0;font-size:14px;font-weight:500;line-height:1.6;color:#1e293b}.portal-dancers-community-sidebar-drawer-feature-detail-point{padding:10px 12px;border-radius:8px;background:#fff;border:1px solid #dbe3ee;font-size:13px;font-weight:600;line-height:1.4;color:#0f172a}.portal-dancers-community-sidebar-drawer-body::-webkit-scrollbar{width:0;height:0}.portal-dancers-community-sidebar-drawer-sample{font-size:14px;line-height:1.55;color:#f1f5f9;background:#252830;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:16px 18px}.portal-dancers-community-sidebar-drawer-features{display:flex;flex-direction:column;gap:14px}.portal-dancers-community-sidebar-drawer-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.portal-dancers-community-sidebar-drawer-feature-card-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.portal-dancers-community-sidebar-drawer-feature-detail{display:flex;flex-direction:column;gap:16px}.portal-dancers-community-sidebar-drawer-feature-detail-image{width:200px;height:200px;-o-object-fit:contain;object-fit:contain;border-radius:16px}.portal-dancers-community-sidebar-drawer-feature-detail-copy{display:flex;flex-direction:column;gap:12px}.portal-dancers-community-sidebar-drawer-feature-detail-points{display:flex;flex-direction:column;gap:8px}@media (max-width: 768px){.portal-dancers-community-sidebar-drawer{width:100%;max-width:100%;padding-bottom:env(safe-area-inset-bottom)}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail){padding-top:10px;padding-bottom:10px;min-height:0}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-header-row{gap:8px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-title-main{gap:8px;font-size:15px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-title-main svg{width:18px;height:18px}.portal-dancers-community-sidebar-drawer-features-grid{grid-template-columns:1fr}.portal-dancers-community-sidebar-drawer.is-features .portal-dancers-community-sidebar-drawer-body{padding:16px}.portal-dancers-community-sidebar-drawer-header-title{max-width:46vw}.portal-dancers-community-sidebar-drawer-header-subtitle{font-size:12px}.portal-dancers-community-sidebar-drawer-close{width:36px;height:36px}}@media (max-width: 480px){.portal-dancers-community-sidebar-drawer-header{padding-left:16px;padding-right:16px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail){padding-top:10px;padding-bottom:10px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-title-main{gap:8px;font-size:14px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-title-main svg{width:16px;height:16px}.portal-dancers-community-sidebar-drawer-header-subtitle{font-size:12px;line-height:1.3}.portal-dancers-community-sidebar-drawer.is-features .portal-dancers-community-sidebar-drawer-body{padding:12px}.portal-dancers-community-sidebar-drawer-feature-card{min-height:112px;gap:12px;padding:12px}.portal-dancers-community-sidebar-drawer-feature-card-image{width:88px;height:88px}.portal-dancers-community-sidebar-drawer-feature-detail-image{width:160px;height:160px}}@media (max-width: 360px){.portal-dancers-community-sidebar-drawer-header{padding-left:12px;padding-right:12px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail){padding-top:8px;padding-bottom:8px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-title-main{gap:6px;font-size:13px}.portal-dancers-community-sidebar-drawer-header.is-features:not(.is-detail) .portal-dancers-community-sidebar-drawer-title-main svg{width:16px;height:16px}.portal-dancers-community-sidebar-drawer-title-copy{gap:1px}.portal-dancers-community-sidebar-drawer-header-subtitle{font-size:11px}.portal-dancers-community-sidebar-drawer-body{padding:14px 12px}.portal-dancers-community-sidebar-drawer.is-features .portal-dancers-community-sidebar-drawer-body{padding:10px}.portal-dancers-community-sidebar-drawer-header-title{font-size:14px;max-width:42vw}.portal-dancers-community-sidebar-drawer-back{padding:6px 8px;font-size:12px}.portal-dancers-community-sidebar-drawer-close{width:32px;height:32px}.portal-dancers-community-sidebar-drawer-feature-card{min-height:96px;gap:10px;padding:10px}.portal-dancers-community-sidebar-drawer-feature-card-image{width:72px;height:72px;border-radius:12px}.portal-dancers-community-sidebar-drawer-feature-card-title{font-size:14px}.portal-dancers-community-sidebar-drawer-feature-card-note{font-size:12px}.portal-dancers-community-sidebar-drawer-feature-detail-text{font-size:13px}.portal-dancers-community-sidebar-drawer-feature-detail-point{font-size:12px}}.portal-dancers-community-announcement-list::-webkit-scrollbar{width:0;height:0;background:transparent}.portal-dancers-community-announcement-list::-webkit-scrollbar-track{background:transparent}.portal-dancers-community-announcement-list::-webkit-scrollbar-thumb{background:transparent;border-radius:var(--community-radius-full)}.portal-dancers-community-announcement-list{scrollbar-width:none;scrollbar-color:transparent transparent}.portal-dancers-community-announcement-list.is-scrolling{scrollbar-width:thin;scrollbar-color:#1a1e26 transparent}.portal-dancers-community-announcement-list.is-scrolling::-webkit-scrollbar{width:4px;height:4px}.portal-dancers-community-announcement-list.is-scrolling::-webkit-scrollbar-thumb{background:#1a1e26}.portal-dancers-community-announcement-list.is-scrolling::-webkit-scrollbar-thumb:hover{background:#252a33}.portal-dancers-community-sidebar-card{background:var(--community-surface-sidebar);border:1px solid var(--community-border-sidebar);border-radius:var(--community-radius-md);padding:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-shrink:0;margin-bottom:0;box-shadow:var(--community-shadow-sm);color:var(--community-text-sidebar)}.portal-dancers-community-topics-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#f87171;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--community-border-sidebar);flex-shrink:0}.portal-dancers-community-topics-header svg{color:inherit;flex-shrink:0}.portal-dancers-community-filter-list{display:flex;flex-direction:column;gap:0}.portal-dancers-community-filter-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0;border-radius:6px;color:#94a3b8;font-size:13px;font-weight:500;transition:color .2s ease,background .2s ease,border-color .2s ease;width:100%;border:1px solid rgba(255,255,255,.07);background:#00000040;overflow:hidden;box-sizing:border-box;height:38px}.portal-dancers-community-filter-btn:hover{background-color:#ffffff0f;color:#e2e8f0}.portal-dancers-community-filter-btn.active{background:#e639461f;color:#f87171;border-color:#f8717140;font-weight:600}.portal-dancers-community-filter-btn-label{display:flex;align-items:center;gap:8px;min-width:0;flex:1;padding:0 12px;height:100%;box-sizing:border-box}.portal-dancers-community-filter-btn-label svg{color:inherit;flex-shrink:0}.portal-dancers-community-filter-btn-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-dancers-community-filter-btn-count{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:28px;align-self:stretch;padding:0 12px;border-left:1px solid rgba(255,255,255,.04);font-size:11px;font-weight:500;color:#64748b;background:#ffffff03;height:100%;box-sizing:border-box}.portal-dancers-community-filter-btn:hover .portal-dancers-community-filter-btn-count,.portal-dancers-community-filter-btn.active .portal-dancers-community-filter-btn-count{border-left-color:#f8717140;background:#e639461a;color:#f87171}.portal-dancers-community-announcement-card{background:var(--community-surface-sidebar);border:1px solid var(--community-border-sidebar);border-radius:var(--community-radius-md);padding:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex:1;min-height:0;display:flex;flex-direction:column;box-shadow:var(--community-shadow-sm);overflow:hidden;margin-bottom:0;color:var(--community-text-sidebar)}.portal-dancers-community-announcement-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#f87171;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--community-border-sidebar);flex-shrink:0}.portal-dancers-community-announcement-header svg{color:inherit;flex-shrink:0}.portal-dancers-community-announcement-list{display:flex;flex-direction:column;gap:14px;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:2px}.portal-dancers-community-announcement-item{display:flex;align-items:flex-start;gap:10px;font-size:12.5px;color:var(--community-text-sidebar-secondary);line-height:1.38}.portal-dancers-community-announcement-icon{font-size:16px;flex-shrink:0}.portal-dancers-community-announcement-text-bold{color:#f87171;font-weight:600}.portal-dancers-community-announcement-time{font-size:10.5px;color:var(--community-text-sidebar-muted);margin-top:3px}.portal-dancers-community-feed-card{background:var(--community-surface-sidebar);border:1px solid var(--community-border-sidebar);border-radius:var(--community-radius-md);padding:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:0;width:100%;max-width:100%;min-width:0;box-sizing:border-box;box-shadow:var(--community-shadow-sm);display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.portal-dancers-community-feed-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:0;padding:14px 16px 12px;min-width:0}.portal-dancers-community-feed-author-info{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.portal-dancers-community-feed-avatar-wrap{position:relative;flex-shrink:0}.portal-dancers-community-feed-avatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1.5px solid var(--community-border)}.portal-dancers-community-feed-ai-badge{position:absolute;bottom:-2px;right:-2px;background:var(--community-brand-gradient);color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--community-surface-card)}.portal-dancers-community-feed-author-text{min-width:0;flex:1}.portal-dancers-community-feed-author-name{font-size:15px;font-weight:700;color:var(--community-text-primary);display:flex;align-items:center;gap:6px;min-width:0}.portal-dancers-community-feed-author-name span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-dancers-community-feed-author-role{font-size:12px;color:var(--community-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-dancers-community-feed-tag{display:inline-flex;align-self:flex-end;font-size:11px;font-weight:600;background:#e639461f;color:var(--community-cyan-on-dark);border:1px solid rgba(248,113,113,.22);padding:2px 10px;border-radius:var(--community-radius-full);flex-shrink:1;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.portal-dancers-community-feed-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;align-self:flex-start;margin-top:2px;flex-shrink:0;min-width:0;max-width:min(42%,160px)}.portal-dancers-community-feed-meta-row{display:flex;align-items:center;gap:4px}.portal-dancers-community-feed-time{font-size:11.5px;color:var(--community-text-muted)}.portal-dancers-community-feed-menu-wrap{position:relative}.portal-dancers-community-feed-menu-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;color:var(--community-text-muted);background:transparent;border:none;transition:all .2s ease}.portal-dancers-community-feed-menu-btn:hover{color:var(--community-text-primary);background:#ffffff0f}.portal-dancers-community-feed-menu-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;background:var(--community-surface-sidebar);border:1px solid var(--community-border-sidebar);border-radius:var(--community-radius-sm);box-shadow:0 12px 28px #00000073;padding:6px;z-index:20;display:flex;flex-direction:column;gap:2px}.portal-dancers-community-feed-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border-radius:6px;font-size:12.5px;color:var(--community-text-sidebar-secondary);background:transparent;border:none;text-align:left;transition:all .15s ease}.portal-dancers-community-feed-menu-item:hover{background:var(--community-surface-sidebar-hover);color:var(--community-text-sidebar)}.portal-dancers-community-feed-menu-item-danger{color:var(--community-rose)}.portal-dancers-community-feed-menu-item-danger:hover{background:#f43f5e29;color:#fb7185}.portal-dancers-community-feed-verified-ai{color:#c1121f}.portal-dancers-community-feed-verified-user{color:#34d399}.portal-dancers-community-feed-card-body{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:4px 16px 16px;min-width:0}.portal-dancers-community-feed-content{font-size:14px;line-height:1.55;color:var(--community-text-primary);margin-bottom:0;white-space:pre-line;overflow-wrap:anywhere;word-break:break-word;width:100%;max-width:100%;min-width:0}.portal-dancers-community-feed-code-block{background:#0f1218;border:1px solid rgba(255,255,255,.08);border-radius:var(--community-radius-sm);padding:14px;font-family:Fira Code,monospace;font-size:13px;color:#f87171;overflow-x:auto;width:100%;max-width:100%;margin-bottom:0;-webkit-overflow-scrolling:touch}.portal-dancers-community-feed-image{width:100%;max-width:100%;max-height:380px;-o-object-fit:cover;object-fit:cover;border-radius:var(--community-radius-sm);margin-bottom:0;display:block}.portal-dancers-community-feed-ai-summary{background:var(--community-ai-bg);border:1px solid var(--community-ai-border);border-radius:var(--community-radius-sm);padding:12px 16px;display:flex;gap:12px;margin-bottom:0;min-width:0;max-width:100%}.portal-dancers-community-feed-ai-summary-icon{margin-top:2px;flex-shrink:0;color:#e63946}.portal-dancers-community-feed-ai-summary-text{font-size:13px;color:var(--community-text-secondary);line-height:1.45;min-width:0;overflow-wrap:anywhere;word-break:break-word}.portal-dancers-community-feed-card-footer{display:flex;flex-direction:column;gap:10px;padding:10px 16px 12px;background:transparent;border-top:1px solid var(--community-border);min-width:0}.portal-dancers-community-feed-actions{display:flex;align-items:center;justify-content:stretch;gap:12px;padding:0;border-top:none;min-width:0;width:100%;flex-wrap:wrap}.portal-dancers-community-feed-actions-left{display:flex;align-items:center;justify-content:space-between;width:100%;gap:0;min-width:0;flex-wrap:nowrap;padding:0 10px 0 2px;box-sizing:border-box}.portal-dancers-community-feed-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:2px 0;font-size:13px;font-weight:500;color:var(--community-text-secondary);background:transparent;border:none;transition:color .2s ease,background .2s ease;cursor:pointer}.portal-dancers-community-feed-action-btn:hover{color:var(--community-cyan-on-dark)}.portal-dancers-community-feed-action-btn.active{color:var(--community-cyan-on-dark);font-weight:600}.portal-dancers-community-feed-action-count{font-size:13px;font-weight:700;line-height:1;color:var(--community-text-secondary);min-width:1.25ch;transition:color .2s ease}.portal-dancers-community-feed-action-btn:hover .portal-dancers-community-feed-action-count{color:var(--community-text-primary)}.portal-dancers-community-feed-action-btn.active .portal-dancers-community-feed-action-count{color:var(--community-cyan-on-dark)}.portal-dancers-community-feed-action-follow.following{color:var(--community-text-secondary)}.portal-dancers-community-feed-action-follow-check{color:var(--community-green);flex-shrink:0}.portal-dancers-community-feed-comments-section{margin-top:0;padding-top:10px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:12px;width:100%;min-width:0;box-sizing:border-box}.portal-dancers-community-feed-comment-input-wrap{display:flex;align-items:stretch;gap:0;width:100%;min-width:0;height:42px;background:#00000047;border:1px solid rgba(255,255,255,.08);border-radius:var(--community-radius-full);padding:0;overflow:hidden;box-sizing:border-box}.portal-dancers-community-feed-comment-input-wrap:focus-within{border-color:#f8717166}.portal-dancers-community-feed-comment-input{flex:1;min-width:0;height:100%;background:transparent;border:none;border-radius:0;padding:0 0 0 14px;color:var(--community-text-primary);font-size:13px;line-height:1;outline:none;color-scheme:dark;box-sizing:border-box}.portal-dancers-community-feed-comment-input:focus{border-color:transparent}.portal-dancers-community-feed-comment-send{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;height:100%;min-height:0;align-self:stretch;margin:0;padding:0 14px;background:transparent;color:#94a3b8;font-size:12px;font-weight:600;line-height:1;border:none;border-left:1px solid rgba(255,255,255,.1);border-radius:0;cursor:pointer;box-sizing:border-box;transition:background .15s ease,color .15s ease}.portal-dancers-community-feed-comment-send:hover{background:#ffffff0a;color:#e2e8f0}.portal-dancers-community-feed-comment-item{display:flex;gap:10px;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.portal-dancers-community-feed-comment-bubble{flex:1;width:100%;background:#00000047;border:1px solid rgba(255,255,255,.08);border-radius:var(--community-radius-md);padding:10px 14px;font-size:13px;color:var(--community-text-secondary);min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word;box-sizing:border-box}.portal-dancers-community-feed-comment-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.portal-dancers-community-feed-comment-author{font-weight:600;color:var(--community-text-primary);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-dancers-community-feed-comment-delete{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border:none;border-radius:6px;background:transparent;color:var(--community-text-muted);cursor:pointer;transition:color .15s ease,background .15s ease}.portal-dancers-community-feed-comment-delete:hover{color:#fb7185;background:#f43f5e1f}.portal-dancers-community-feed-comment-text{color:var(--community-text-secondary)}@media (max-width: 768px){.portal-dancers-community-feed-card{padding:0;border-radius:10px;background:var(--community-surface-sidebar);border-color:var(--community-border-sidebar);box-shadow:none}.portal-dancers-community-feed-card-header{gap:6px;margin-bottom:0;padding:12px 12px 10px}.portal-dancers-community-feed-card-body{gap:10px;padding:2px 12px 14px}.portal-dancers-community-feed-card-footer{gap:8px;padding:8px 12px 10px;background:transparent;border-top:1px solid var(--community-border)}.portal-dancers-community-feed-author-info{gap:8px}.portal-dancers-community-feed-avatar{width:36px;height:36px}.portal-dancers-community-feed-author-name{font-size:13.5px;gap:4px}.portal-dancers-community-feed-author-role,.portal-dancers-community-feed-time{font-size:11px}.portal-dancers-community-feed-menu-btn{width:32px;height:32px}.portal-dancers-community-feed-content{font-size:13px;line-height:1.5;margin-bottom:0}.portal-dancers-community-feed-code-block{padding:10px;font-size:12px;margin-bottom:0;background:#0c0e13}.portal-dancers-community-feed-image{max-height:240px;margin-bottom:0}.portal-dancers-community-feed-ai-summary{padding:8px 10px;gap:8px;margin-bottom:0;background:#ffffff08;border-color:#ffffff0f}.portal-dancers-community-feed-ai-summary-text{font-size:12px}.portal-dancers-community-feed-actions{flex-direction:row;align-items:center;gap:8px;padding:0}.portal-dancers-community-feed-actions-left{display:flex;align-items:center;justify-content:space-between;width:100%;gap:0;flex-wrap:nowrap;flex-shrink:1;padding:0 8px 0 2px;box-sizing:border-box}.portal-dancers-community-feed-action-btn{justify-content:center;min-height:34px;padding:2px;font-size:12px;gap:5px;color:var(--community-text-muted);border-radius:6px;background:transparent}.portal-dancers-community-feed-action-btn:hover,.portal-dancers-community-feed-action-btn.active{background:transparent;color:var(--community-text-secondary)}.portal-dancers-community-feed-action-count{font-size:12px;color:var(--community-text-muted)}.portal-dancers-community-feed-action-btn:hover .portal-dancers-community-feed-action-count,.portal-dancers-community-feed-action-btn.active .portal-dancers-community-feed-action-count{color:var(--community-text-secondary)}.portal-dancers-community-feed-action-btn.active{color:var(--community-text-secondary);font-weight:600}.portal-dancers-community-feed-tag{font-size:10px;padding:2px 8px;max-width:100%}.portal-dancers-community-feed-comments-section{margin-top:0;padding-top:8px;gap:8px}.portal-dancers-community-feed-comment-input-wrap{gap:0;height:42px;padding:0;background:#00000059}.portal-dancers-community-feed-comment-input{min-width:0;height:100%;font-size:13px;padding:0 0 0 12px;background:transparent}.portal-dancers-community-feed-comment-send{flex-shrink:0;height:100%;align-self:stretch;padding:0 12px;font-size:12px;background:transparent}.portal-dancers-community-feed-comment-bubble{padding:8px 10px;font-size:12px;width:100%;box-sizing:border-box;background:#00000059}.portal-dancers-community-feed-menu-dropdown{min-width:min(200px,calc(100vw - 48px))}}@media (max-width: 480px){.portal-dancers-community-feed-card{padding:0}.portal-dancers-community-feed-card-header{padding:10px 10px 8px}.portal-dancers-community-feed-card-body{padding:2px 10px 12px}.portal-dancers-community-feed-card-footer{padding:8px 10px 10px}.portal-dancers-community-feed-avatar{width:34px;height:34px}.portal-dancers-community-feed-author-name{font-size:13px}.portal-dancers-community-feed-author-role{font-size:10.5px}.portal-dancers-community-feed-content{font-size:12.5px;margin-bottom:0}.portal-dancers-community-feed-image{max-height:200px}.portal-dancers-community-feed-action-btn{min-height:32px;font-size:11.5px}.portal-dancers-community-feed-meta{max-width:min(44%,140px)}.portal-dancers-community-feed-tag{font-size:9.5px;padding:2px 7px}.portal-dancers-community-feed-comment-send span{display:none}.portal-dancers-community-feed-comment-send{width:36px;height:auto;padding:0;justify-content:center}}@media (max-width: 360px){.portal-dancers-community-feed-card{padding:0}.portal-dancers-community-feed-card-header{margin-bottom:0;padding:10px 10px 8px}.portal-dancers-community-feed-card-body{padding:2px 10px 12px}.portal-dancers-community-feed-card-footer{padding:8px 10px 10px}.portal-dancers-community-feed-action-btn{min-height:30px;padding:2px}}.portal-dancers-community-create-shell-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0d0f14d1;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;opacity:0;pointer-events:none;transition:opacity .25s ease}.portal-dancers-community-create-file-input{display:none}.portal-dancers-community-create-shell-overlay.open{opacity:1;pointer-events:auto}.portal-dancers-community-create-shell{width:100%;max-width:580px;max-height:min(88dvh,820px);display:flex;flex-direction:column;background:var(--community-surface-card);border:1px solid rgba(248,113,113,.18);border-radius:14px;box-shadow:0 20px 48px #0000008c,0 0 0 1px #ffffff0a;overflow:hidden;color:var(--community-text-primary)}.portal-dancers-community-create-shell.wide{max-width:680px}.portal-dancers-community-create-shell-header{height:70px;min-height:70px;max-height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-sizing:border-box;background:var(--community-surface-sidebar-hover);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.portal-dancers-community-create-shell-title{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:700;color:var(--community-text-sidebar)}.portal-dancers-community-create-shell-title-icon{display:inline-flex;align-items:center;justify-content:center;color:#f87171;flex-shrink:0}.portal-dancers-community-create-shell-close{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--community-text-sidebar-secondary);cursor:pointer;transition:all .2s ease}.portal-dancers-community-create-shell-close:hover{background:#f871711f;border-color:#f8717147;color:var(--community-cyan-on-dark)}.portal-dancers-community-create-shell-body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:20px 24px;background:var(--community-surface-card);scrollbar-width:none}.portal-dancers-community-create-shell-body::-webkit-scrollbar{width:0;height:0}.portal-dancers-community-create-shell-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 24px;background:var(--community-surface-sidebar-hover);border-top:1px solid rgba(255,255,255,.1);flex-shrink:0}.portal-dancers-community-create-btn-secondary,.portal-dancers-community-create-btn-primary{min-height:38px;padding:0 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.portal-dancers-community-create-btn-secondary{color:var(--community-text-sidebar-secondary);background:#ffffff0a;border-color:#ffffff24}.portal-dancers-community-create-btn-secondary:hover{color:var(--community-text-sidebar);background:#ffffff14;border-color:#fff3}.portal-dancers-community-create-btn-primary{color:#fff;background:var(--community-brand-gradient);box-shadow:0 2px 10px #e639464d}.portal-dancers-community-create-btn-primary:hover{filter:brightness(1.06)}.portal-dancers-community-create-btn-primary:disabled{opacity:.45;cursor:not-allowed;filter:none;box-shadow:none}@media (max-width: 640px){.portal-dancers-community-create-shell-overlay{padding:0;align-items:stretch}.portal-dancers-community-create-shell,.portal-dancers-community-create-shell.wide{max-width:100%;max-height:100dvh;height:100dvh;border-radius:0;border-left:none;border-right:none}.portal-dancers-community-create-shell-header{padding:0 16px;padding-top:env(safe-area-inset-top,0px);height:calc(64px + env(safe-area-inset-top,0px));min-height:calc(64px + env(safe-area-inset-top,0px));max-height:calc(64px + env(safe-area-inset-top,0px))}.portal-dancers-community-create-shell-title{font-size:15px;gap:8px}.portal-dancers-community-create-shell-body{padding:16px}.portal-dancers-community-create-shell-footer{flex-wrap:wrap;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.portal-dancers-community-create-btn-secondary,.portal-dancers-community-create-btn-primary{min-height:44px;flex:1 1 auto}}@media (max-width: 480px){.portal-dancers-community-create-shell-header{padding:0 14px;padding-top:env(safe-area-inset-top,0px)}.portal-dancers-community-create-shell-title{font-size:14px}.portal-dancers-community-create-shell-body{padding:14px}.portal-dancers-community-create-shell-footer{padding:12px 14px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));gap:8px}}@media (max-width: 360px){.portal-dancers-community-create-shell-header{padding:0 12px;padding-top:env(safe-area-inset-top,0px)}.portal-dancers-community-create-shell-title{font-size:13px;gap:6px}.portal-dancers-community-create-shell-body{padding:12px}.portal-dancers-community-create-shell-footer{padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))}.portal-dancers-community-create-btn-secondary,.portal-dancers-community-create-btn-primary{min-height:42px;padding:0 12px;font-size:12px}}.portal-dancers-community-create-write-post{display:flex;flex-direction:column;gap:16px}.portal-dancers-community-create-write-post-author{display:flex;align-items:center;gap:12px}.portal-dancers-community-create-write-post-avatar{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1.5px solid var(--community-border);flex-shrink:0}.portal-dancers-community-create-write-post-author-text{display:flex;flex-direction:column;gap:2px;min-width:0}.portal-dancers-community-create-write-post-author-name{font-size:14px;font-weight:700;color:var(--community-text-primary)}.portal-dancers-community-create-write-post-author-meta{font-size:12px;color:var(--community-text-secondary)}.portal-dancers-community-create-write-post-textarea{width:100%;min-height:140px;resize:vertical;border:none;outline:none;background:transparent;color:var(--community-text-primary);font-family:inherit;font-size:15px;line-height:1.55;padding:0;box-sizing:border-box}.portal-dancers-community-create-write-post-textarea::-moz-placeholder{color:var(--community-text-muted)}.portal-dancers-community-create-write-post-textarea::placeholder{color:var(--community-text-muted)}.portal-dancers-community-create-write-post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.portal-dancers-community-create-write-post-thumb{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#00000040}.portal-dancers-community-create-write-post-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.portal-dancers-community-create-write-post-thumb-remove{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#000000b3;border:1px solid rgba(255,255,255,.12);color:#f8fafc;cursor:pointer}.portal-dancers-community-create-write-post-hint{font-size:12px;color:var(--community-text-muted)}.portal-dancers-community-create-write-post-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.portal-dancers-community-create-write-post-attach{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#f9a8b4;font-size:13px;font-weight:600;cursor:pointer}.portal-dancers-community-create-write-post-attach:hover{background:#e639461a}.portal-dancers-community-create-write-post-actions{display:flex;align-items:center;gap:10px;margin-left:auto}@media (max-width: 640px){.portal-dancers-community-create-write-post{gap:14px}.portal-dancers-community-create-write-post-textarea{min-height:160px;font-size:16px}.portal-dancers-community-create-write-post-grid{grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:8px}.portal-dancers-community-create-write-post-footer{flex-wrap:wrap;width:100%}.portal-dancers-community-create-write-post-attach{min-height:44px}.portal-dancers-community-create-write-post-actions{margin-left:0;flex:1 1 100%;justify-content:flex-end}.portal-dancers-community-create-write-post-actions .portal-dancers-community-create-btn-secondary,.portal-dancers-community-create-write-post-actions .portal-dancers-community-create-btn-primary{flex:1 1 auto}}@media (max-width: 360px){.portal-dancers-community-create-write-post{gap:12px}.portal-dancers-community-create-write-post-avatar{width:36px;height:36px}.portal-dancers-community-create-write-post-author-name{font-size:13px}.portal-dancers-community-create-write-post-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}.portal-dancers-community-create-write-post-attach{padding:0 10px;font-size:12px}}.portal-dancers-community-create-ask-query{display:flex;flex-direction:column;gap:16px}.portal-dancers-community-create-ask-query-author{display:flex;align-items:center;gap:12px}.portal-dancers-community-create-ask-query-avatar{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1.5px solid var(--community-border);flex-shrink:0}.portal-dancers-community-create-ask-query-author-text{display:flex;flex-direction:column;gap:2px}.portal-dancers-community-create-ask-query-author-name{font-size:14px;font-weight:700;color:var(--community-text-primary)}.portal-dancers-community-create-ask-query-author-meta{font-size:12px;color:var(--community-text-secondary)}.portal-dancers-community-create-ask-query-label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;color:var(--community-text-secondary)}.portal-dancers-community-create-ask-query-input,.portal-dancers-community-create-ask-query-textarea{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#00000047;color:var(--community-text-primary);font-family:inherit;font-size:14px;padding:12px 14px;outline:none}.portal-dancers-community-create-ask-query-input:focus,.portal-dancers-community-create-ask-query-textarea:focus{border-color:#f8717166}.portal-dancers-community-create-ask-query-textarea{min-height:120px;resize:vertical;line-height:1.5}.portal-dancers-community-create-ask-query-tags{display:flex;flex-direction:column;gap:10px}.portal-dancers-community-create-ask-query-tags-label{font-size:12px;font-weight:600;color:var(--community-text-secondary)}.portal-dancers-community-create-ask-query-tags-list{display:flex;flex-wrap:wrap;gap:8px}.portal-dancers-community-create-ask-query-tag{min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--community-text-secondary);font-size:12px;font-weight:600;cursor:pointer}.portal-dancers-community-create-ask-query-tag.active{color:#f9a8b4;background:#e6394629;border-color:#f8717159}.portal-dancers-community-create-ask-query-actions{display:flex;align-items:center;gap:10px}@media (max-width: 640px){.portal-dancers-community-create-ask-query{gap:14px}.portal-dancers-community-create-ask-query-input,.portal-dancers-community-create-ask-query-textarea{font-size:16px}.portal-dancers-community-create-ask-query-textarea{min-height:140px}.portal-dancers-community-create-ask-query-actions{width:100%}.portal-dancers-community-create-ask-query-actions .portal-dancers-community-create-btn-secondary,.portal-dancers-community-create-ask-query-actions .portal-dancers-community-create-btn-primary{flex:1 1 auto}}@media (max-width: 360px){.portal-dancers-community-create-ask-query{gap:12px}.portal-dancers-community-create-ask-query-avatar{width:36px;height:36px}.portal-dancers-community-create-ask-query-tag{min-height:30px;padding:0 10px;font-size:11px}}.portal-dancers-community-create-upload-image{display:flex;flex-direction:column;gap:16px}.portal-dancers-community-create-upload-image-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:160px;padding:24px;border-radius:12px;border:1.5px dashed rgba(248,113,113,.35);background:#e639460f;color:#f9a8b4;cursor:pointer;text-align:center;transition:border-color .2s ease,background .2s ease}.portal-dancers-community-create-upload-image-dropzone:hover,.portal-dancers-community-create-upload-image-dropzone.dragging{border-color:#f87171b3;background:#e639461f}.portal-dancers-community-create-upload-image-drop-title{font-size:14px;font-weight:700;color:var(--community-text-primary)}.portal-dancers-community-create-upload-image-drop-sub{font-size:12px;color:var(--community-text-secondary)}.portal-dancers-community-create-upload-image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.portal-dancers-community-create-upload-image-card{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0000004d}.portal-dancers-community-create-upload-image-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.portal-dancers-community-create-upload-image-index{position:absolute;left:8px;bottom:8px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#000000b3;color:#f8fafc;font-size:11px;font-weight:700}.portal-dancers-community-create-upload-image-remove{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#000000b3;border:1px solid rgba(255,255,255,.12);color:#f8fafc;cursor:pointer}.portal-dancers-community-create-upload-image-label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;color:var(--community-text-secondary)}.portal-dancers-community-create-upload-image-caption{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#00000047;color:var(--community-text-primary);font-family:inherit;font-size:14px;line-height:1.5;padding:12px 14px;resize:vertical;outline:none}.portal-dancers-community-create-upload-image-caption:focus{border-color:#f8717166}.portal-dancers-community-create-upload-image-count{font-size:12px;color:var(--community-text-muted)}.portal-dancers-community-create-upload-image-actions{display:flex;align-items:center;gap:10px}@media (max-width: 640px){.portal-dancers-community-create-upload-image{gap:14px}.portal-dancers-community-create-upload-image-dropzone{min-height:140px;padding:20px 16px}.portal-dancers-community-create-upload-image-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.portal-dancers-community-create-upload-image-caption{font-size:16px}.portal-dancers-community-create-upload-image-actions{width:100%}.portal-dancers-community-create-upload-image-actions .portal-dancers-community-create-btn-secondary,.portal-dancers-community-create-upload-image-actions .portal-dancers-community-create-btn-primary{flex:1 1 auto}}@media (max-width: 360px){.portal-dancers-community-create-upload-image{gap:12px}.portal-dancers-community-create-upload-image-dropzone{min-height:120px;padding:16px 12px}.portal-dancers-community-create-upload-image-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.portal-dancers-community-create-upload-image-drop-title{font-size:13px}}.portal-dancers-community-create-upload-video{display:flex;flex-direction:column;gap:16px}.portal-dancers-community-create-upload-video-picker{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:150px;padding:24px;border-radius:12px;border:1.5px dashed rgba(248,113,113,.35);background:#e639460f;color:#f9a8b4;cursor:pointer;text-align:center}.portal-dancers-community-create-upload-video-picker:hover{border-color:#f87171b3;background:#e639461f}.portal-dancers-community-create-upload-video-picker-title{font-size:14px;font-weight:700;color:var(--community-text-primary)}.portal-dancers-community-create-upload-video-picker-sub{font-size:12px;color:var(--community-text-secondary)}.portal-dancers-community-create-upload-video-list{display:flex;flex-direction:column;gap:12px}.portal-dancers-community-create-upload-video-item{position:relative;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#00000047}.portal-dancers-community-create-upload-video-preview{width:100%;max-height:240px;border-radius:8px;background:#000;-o-object-fit:contain;object-fit:contain}.portal-dancers-community-create-upload-video-meta{display:flex;flex-direction:column;gap:2px;padding-right:36px;min-width:0}.portal-dancers-community-create-upload-video-name{font-size:13px;font-weight:600;color:var(--community-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-dancers-community-create-upload-video-size{font-size:12px;color:var(--community-text-muted)}.portal-dancers-community-create-upload-video-remove{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#000000b3;border:1px solid rgba(255,255,255,.12);color:#f8fafc;cursor:pointer}.portal-dancers-community-create-upload-video-label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;color:var(--community-text-secondary)}.portal-dancers-community-create-upload-video-caption{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#00000047;color:var(--community-text-primary);font-family:inherit;font-size:14px;line-height:1.5;padding:12px 14px;resize:vertical;outline:none}.portal-dancers-community-create-upload-video-caption:focus{border-color:#f8717166}.portal-dancers-community-create-upload-video-actions{display:flex;align-items:center;gap:10px}@media (max-width: 640px){.portal-dancers-community-create-upload-video{gap:14px}.portal-dancers-community-create-upload-video-picker{min-height:130px;padding:20px 16px}.portal-dancers-community-create-upload-video-preview{max-height:200px}.portal-dancers-community-create-upload-video-caption{font-size:16px}.portal-dancers-community-create-upload-video-actions{width:100%}.portal-dancers-community-create-upload-video-actions .portal-dancers-community-create-btn-secondary,.portal-dancers-community-create-upload-video-actions .portal-dancers-community-create-btn-primary{flex:1 1 auto}}@media (max-width: 360px){.portal-dancers-community-create-upload-video{gap:12px}.portal-dancers-community-create-upload-video-picker{min-height:110px;padding:16px 12px}.portal-dancers-community-create-upload-video-preview{max-height:160px}.portal-dancers-community-create-upload-video-picker-title{font-size:13px}}.portal-dancers-community-create-poll{display:flex;flex-direction:column;gap:18px}.portal-dancers-community-create-poll-label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;color:var(--community-text-secondary)}.portal-dancers-community-create-poll-input{width:100%;box-sizing:border-box;min-height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#00000047;color:var(--community-text-primary);font-family:inherit;font-size:14px;padding:10px 14px;outline:none}.portal-dancers-community-create-poll-input:focus{border-color:#f8717166}.portal-dancers-community-create-poll-options,.portal-dancers-community-create-poll-duration{display:flex;flex-direction:column;gap:10px}.portal-dancers-community-create-poll-options-title{font-size:12px;font-weight:600;color:var(--community-text-secondary)}.portal-dancers-community-create-poll-option-row{display:flex;align-items:center;gap:8px}.portal-dancers-community-create-poll-remove{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(255,255,255,.08);background:transparent;color:var(--community-text-muted);cursor:pointer}.portal-dancers-community-create-poll-remove:hover{color:#fb7185;border-color:#f43f5e59;background:#f43f5e1a}.portal-dancers-community-create-poll-add{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;min-height:36px;padding:0 12px;border-radius:8px;border:1px dashed rgba(248,113,113,.35);background:transparent;color:#f9a8b4;font-size:13px;font-weight:600;cursor:pointer}.portal-dancers-community-create-poll-add:hover{background:#e639461a}.portal-dancers-community-create-poll-duration-list{display:flex;flex-wrap:wrap;gap:8px}.portal-dancers-community-create-poll-duration-btn{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--community-text-secondary);font-size:12px;font-weight:600;cursor:pointer}.portal-dancers-community-create-poll-duration-btn.active{color:#f9a8b4;background:#e6394629;border-color:#f8717159}.portal-dancers-community-create-poll-actions{display:flex;align-items:center;gap:10px}@media (max-width: 640px){.portal-dancers-community-create-poll{gap:14px}.portal-dancers-community-create-poll-input{font-size:16px;min-height:44px}.portal-dancers-community-create-poll-remove{width:44px;height:44px}.portal-dancers-community-create-poll-add{min-height:44px}.portal-dancers-community-create-poll-duration-btn{min-height:40px}.portal-dancers-community-create-poll-actions{width:100%}.portal-dancers-community-create-poll-actions .portal-dancers-community-create-btn-secondary,.portal-dancers-community-create-poll-actions .portal-dancers-community-create-btn-primary{flex:1 1 auto}}@media (max-width: 360px){.portal-dancers-community-create-poll{gap:12px}.portal-dancers-community-create-poll-duration-btn{min-height:36px;padding:0 12px;font-size:11px}.portal-dancers-community-create-poll-add{font-size:12px}}.portal-dancers-community-feed-pane-root{display:contents}.portal-dancers-community-feed-stream::-webkit-scrollbar{width:0;height:0}.portal-dancers-community-feed-stream.is-scrolling::-webkit-scrollbar-thumb{background:#334155;border-radius:var(--community-radius-full)}.portal-dancers-community-top-control-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--community-bg);border:1px solid var(--community-border-sidebar);border-radius:var(--community-radius-md);padding:6px 12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-shrink:0;box-shadow:var(--community-shadow-sm);color:var(--community-text-sidebar)}.portal-dancers-community-search-box{display:flex;align-items:center;background:var(--community-bg);border:1px solid var(--community-border-sidebar);border-radius:var(--community-radius-sm);padding:0 4px 0 12px;width:190px;height:34px;box-sizing:border-box}.portal-dancers-community-search-input{background:transparent;border:none;color:var(--community-text-sidebar);font-size:12.5px;outline:none;width:100%;min-width:0;height:100%}.portal-dancers-community-search-btn{background:transparent;border:none;border-left:1px solid rgba(255,255,255,.1);color:var(--community-text-sidebar-muted);border-radius:0 4px 4px 0;width:30px;height:28px;margin-left:4px;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:color .2s ease}.portal-dancers-community-search-btn:hover{color:var(--community-text-sidebar);background:transparent}.portal-dancers-community-quick-tools{display:flex;align-items:center;gap:4px}.portal-dancers-community-quick-tool-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:500;color:#a8b3c1;background:transparent;border:1px solid transparent;padding:6px 10px;border-radius:var(--community-radius-sm);transition:all .2s ease;cursor:pointer;white-space:nowrap}.portal-dancers-community-quick-tool-btn:hover{color:#e6edf3;background:#ffffff0f}.portal-dancers-community-quick-tool-icon{color:#a8b3c1;flex-shrink:0}.portal-dancers-community-quick-tool-btn:hover .portal-dancers-community-quick-tool-icon{color:#e6edf3}.portal-dancers-community-feed-filter-tabs{display:flex;align-items:stretch;background:var(--community-bg);border:.5px solid rgba(255,255,255,.1);border-radius:10px;padding:0;gap:0;flex-shrink:0;box-shadow:none;overflow-x:auto;overflow-y:hidden;box-sizing:border-box;height:40px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.portal-dancers-community-feed-filter-tabs::-webkit-scrollbar{display:none}.portal-dancers-community-feed-filter-tab{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;text-align:center;height:100%;padding:0 16px;font-size:12.5px;font-weight:600;color:var(--community-text-sidebar-secondary);background:transparent;border:none;border-right:.5px solid rgba(255,255,255,.07);border-radius:0;transition:color .2s ease,background .2s ease,outline-color .2s ease;cursor:pointer;white-space:nowrap;box-sizing:border-box;outline:.5px solid transparent;outline-offset:-.5px}.portal-dancers-community-feed-filter-tab:first-child{border-radius:9px 0 0 9px}.portal-dancers-community-feed-filter-tab:last-child{border-right:none;border-radius:0 9px 9px 0}.portal-dancers-community-feed-filter-tab:hover{color:var(--community-text-sidebar);background:#ffffff0a}.portal-dancers-community-feed-filter-tab.active{color:#f9a8b4;background:var(--community-surface-sidebar);outline-color:#94a3b847;font-weight:600}.portal-dancers-community-quick-tools-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0d0f14d1;display:flex;align-items:center;justify-content:center;z-index:200;animation:portalFadeIn .2s ease-out}.portal-dancers-community-quick-tools-modal{width:90%;max-width:380px;background-color:#0f1218;border:1px solid rgba(255,255,255,.14);border-radius:16px;box-shadow:var(--community-shadow-md);padding:20px;box-sizing:border-box;animation:portalSlideUp .25s cubic-bezier(.16,1,.3,1);color:var(--community-text-sidebar)}.portal-dancers-community-quick-tools-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.portal-dancers-community-quick-tools-modal-title{font-size:1.1rem;font-weight:700;color:#f8fafc}.portal-dancers-community-quick-tools-modal-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:50%;transition:all .2s ease}.portal-dancers-community-quick-tools-modal-close:hover{background-color:#ffffff0f;color:#f43f5e}.portal-dancers-community-quick-tools-modal-body{display:flex;flex-direction:column;gap:10px}.portal-dancers-community-quick-tools-modal-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background-color:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;color:var(--community-text-sidebar);font-size:.95rem;font-weight:500;text-align:left;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.portal-dancers-community-quick-tools-modal-item:hover{background-color:#e639461f;border-color:#e6394666;color:var(--community-cyan-on-dark);transform:translate(4px)}.portal-dancers-community-quick-tools-modal-icon{color:var(--community-cyan-on-dark);flex-shrink:0}@keyframes portalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes portalSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.portal-dancers-community-feed-end-message{display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:8px;padding:8px 12px;margin:8px auto 4px;background-color:#0f172a05;border:1px dashed rgba(15,23,42,.08);border-radius:20px;box-sizing:border-box;width:-moz-max-content;width:max-content;align-self:center;flex-shrink:0}.portal-dancers-community-feed-end-icon{background-color:#10b9811a;color:#10b981;width:20px;height:20px;padding:4px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.portal-dancers-community-feed-end-title{font-size:.8rem;font-weight:600;color:var(--community-text-secondary);line-height:1}.portal-dancers-community-feed-stream.pull-refresh-enabled{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.portal-dancers-community-feed-pull-refresh{display:flex;align-items:flex-end;justify-content:center;height:var(--pull-height, 0px);overflow:hidden;flex-shrink:0;transition:none}.portal-dancers-community-feed-pull-refresh-inner{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding-bottom:8px;color:var(--community-text-sidebar-muted)}.portal-dancers-community-feed-pull-refresh.ready .portal-dancers-community-feed-pull-refresh-inner{color:var(--community-cyan-on-dark)}.portal-dancers-community-feed-pull-refresh-label{font-size:12px;font-weight:600}.portal-dancers-community-feed-pull-refresh-arrow{transition:transform .18s ease}.portal-dancers-community-feed-pull-refresh-arrow.flipped{transform:rotate(180deg)}.portal-dancers-community-feed-pull-refresh-spinner{animation:portalFeedPullSpin .8s linear infinite}@keyframes portalFeedPullSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.portal-dancers-community-sidebar-footer{margin-top:0;padding:14px 16px;background:var(--community-surface-sidebar);border:1px solid var(--community-border-sidebar);border-radius:var(--community-radius-md);box-shadow:var(--community-shadow-sm);font-family:var(--font-family);position:relative;flex-shrink:0;width:100%;box-sizing:border-box;min-width:0}.portal-dancers-community-sidebar-footer-links-grid{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;margin-bottom:12px}.portal-dancers-community-sidebar-footer-link{font-size:.75rem;line-height:1.25;color:var(--community-text-sidebar-secondary);text-decoration:none;font-weight:400;transition:color .15s ease}.portal-dancers-community-sidebar-footer-link:hover{color:var(--community-cyan-on-dark);text-decoration:underline}.portal-dancers-community-sidebar-footer-brand-row{display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--community-border-sidebar);gap:10px;min-width:0}.portal-dancers-community-sidebar-footer-brand-lockup{display:flex;align-items:center;gap:6px;min-width:0;flex-shrink:0}.portal-dancers-community-sidebar-footer-logo{width:28px;height:28px;-o-object-fit:contain;object-fit:contain;border-radius:6px;flex-shrink:0}.portal-dancers-community-sidebar-footer-brand-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1px;line-height:1.05;min-width:0}.portal-dancers-community-sidebar-footer-brand-name{font-size:.72rem;font-weight:700;color:var(--community-text-sidebar);letter-spacing:.02em}.portal-dancers-community-sidebar-footer-brand-sub{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--community-cyan-on-dark)}.portal-dancers-community-sidebar-footer-copyright{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0;text-align:right;color:var(--community-text-sidebar-muted);line-height:1.2}.portal-dancers-community-sidebar-footer-copyright-year{font-size:.7rem;font-weight:600;white-space:nowrap}.portal-dancers-community-sidebar-footer-copyright-rights{font-size:.6rem;font-weight:400;white-space:nowrap}@media (max-width: 991px){.portal-dancers-community-sidebar-footer{margin-top:0}}@media (max-width: 768px){.portal-dancers-community-sidebar-footer{margin-top:0;padding:12px 14px}}@media (max-width: 480px){.portal-dancers-community-sidebar-footer{margin-top:0;padding:12px}.portal-dancers-community-sidebar-footer-links-grid{gap:6px 10px;margin-bottom:10px}.portal-dancers-community-sidebar-footer-link{font-size:.7rem}.portal-dancers-community-sidebar-footer-logo{width:26px;height:26px}.portal-dancers-community-sidebar-footer-brand-name{font-size:.68rem}.portal-dancers-community-sidebar-footer-brand-sub{font-size:.64rem}.portal-dancers-community-sidebar-footer-copyright-year{font-size:.65rem}.portal-dancers-community-sidebar-footer-copyright-rights{font-size:.55rem}}@media (max-width: 360px){.portal-dancers-community-sidebar-footer{margin-top:0;padding:10px}.portal-dancers-community-sidebar-footer-links-grid{gap:5px 8px}.portal-dancers-community-sidebar-footer-link{font-size:.65rem}.portal-dancers-community-sidebar-footer-brand-row{gap:8px}.portal-dancers-community-sidebar-footer-logo{width:24px;height:24px}.portal-dancers-community-sidebar-footer-brand-name{font-size:.64rem}.portal-dancers-community-sidebar-footer-brand-sub{font-size:.6rem}.portal-dancers-community-sidebar-footer-copyright-year{font-size:.62rem}.portal-dancers-community-sidebar-footer-copyright-rights{font-size:.52rem}}.portal-dancers-community-solutions-card{background:var(--community-surface-sidebar);border:1px solid var(--community-border-sidebar);border-radius:var(--community-radius-md);padding:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex:none;min-height:0;display:flex;flex-direction:column;box-shadow:var(--community-shadow-sm);overflow:visible;margin-bottom:0;color:var(--community-text-sidebar)}.portal-dancers-community-solutions-header{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#f87171;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--community-border-sidebar);flex-shrink:0}.portal-dancers-community-solutions-header svg{color:inherit;flex-shrink:0}.portal-dancers-community-solutions-list{display:flex;flex-direction:column;gap:12px;flex:none;min-height:0;overflow:visible;padding-right:2px}.portal-dancers-community-partner-ad{display:flex;align-items:center;justify-content:center;min-height:140px;background:color-mix(in srgb,var(--community-surface-sidebar) 80%,#000 20%);border:1px solid rgba(255,255,255,.12);border-radius:var(--community-radius-md);color:var(--community-text-sidebar);flex-shrink:0;overflow:hidden;transition:border-color .2s ease;box-shadow:var(--community-shadow-sm)}.portal-dancers-community-partner-ad:hover{border-color:#ffffff29}.portal-dancers-community-partner-ad-book{font-size:12.5px;font-weight:500;letter-spacing:.04em;color:#64748b}:root{--community-header-bg: var(--community-surface-sidebar);--community-bg: #0d0f14;--community-bg-gradient: radial-gradient(circle at 50% 0%, #13151b 0%, #0d0f14 72%);--community-surface: #161920;--community-surface-hover: #1e222b;--community-surface-card: #161920;--community-border: rgba(255, 255, 255, .08);--community-border-glow: rgba(230, 57, 70, .2);--community-surface-sidebar: #1c1f26;--community-surface-sidebar-hover: #242831;--community-border-sidebar: rgba(255, 255, 255, .06);--community-text-sidebar: #f8fafc;--community-text-sidebar-secondary: #94a3b8;--community-text-sidebar-muted: #64748b;--community-text-primary: #e6edf3;--community-text-secondary: #94a3b8;--community-text-muted: #64748b;--community-text-on-dark: #e6edf3;--community-brand: #E63946;--community-brand-hover: #c1121f;--community-brand-gradient: linear-gradient(135deg, #E63946 0%, #9D4EDD 100%);--community-cyan: #c1121f;--community-cyan-on-dark: #f87171;--community-green: #10b981;--community-amber: #f59e0b;--community-rose: #f43f5e;--community-ai-glow: #E63946;--community-ai-bg: rgba(230, 57, 70, .1);--community-ai-border: rgba(230, 57, 70, .22);--community-radius-sm: 8px;--community-radius-md: 12px;--community-radius-lg: 16px;--community-radius-full: 9999px;--community-shadow-sm: 0 2px 10px rgba(1, 4, 9, .35);--community-shadow-md: 0 10px 28px rgba(1, 4, 9, .45);--community-shadow-glow: 0 0 20px rgba(230, 57, 70, .22);--community-mobile-gutter: 12px;--font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.portal-dancers-community-feed-board-wrapper{flex:1;min-height:0;height:100%;width:100%;max-width:1400px;margin-inline:auto;display:flex;flex-direction:column;overflow:hidden}.portal-dancers-community-feed-grid{flex:1;min-height:0;height:100%;display:grid;grid-template-columns:300px minmax(0,1fr) 300px;gap:48px;align-items:stretch;overflow:hidden}.portal-dancers-community-left-col,.portal-dancers-community-center-col,.portal-dancers-community-right-col{min-height:0;min-width:0;height:100%;max-height:100%;max-width:100%}.portal-dancers-community-left-col{display:flex;flex-direction:column;gap:16px;overflow:hidden;padding-right:0}.portal-dancers-community-center-col{display:flex;flex-direction:column;gap:14px;overflow:hidden;padding-right:0}.portal-dancers-community-feed-stream{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:0;display:flex;flex-direction:column;align-items:stretch;gap:12px}.portal-dancers-community-feed-stream>*{flex-shrink:0}.portal-dancers-community-right-col{display:flex;flex-direction:column;gap:16px;overflow-x:hidden;overflow-y:auto;padding-right:0;scrollbar-width:none}.portal-dancers-community-right-col::-webkit-scrollbar{width:0;height:0;background:transparent}.portal-dancers-community-right-col.is-scrolling{scrollbar-width:thin;scrollbar-color:#334155 transparent}.portal-dancers-community-right-col.is-scrolling::-webkit-scrollbar{width:5px;height:5px}.portal-dancers-community-right-col.is-scrolling::-webkit-scrollbar-thumb{background:#334155;border-radius:var(--community-radius-full)}.portal-dancers-community-feed-stream{scrollbar-width:none}.portal-dancers-community-feed-stream::-webkit-scrollbar{width:0;height:0;background:transparent}.portal-dancers-community-feed-stream::-webkit-scrollbar-track{background:transparent}.portal-dancers-community-feed-stream::-webkit-scrollbar-thumb{background:transparent;border-radius:var(--community-radius-full)}.portal-dancers-community-feed-stream.is-scrolling{scrollbar-width:thin;scrollbar-color:#334155 transparent}.portal-dancers-community-feed-stream.is-scrolling::-webkit-scrollbar{width:5px;height:5px}.portal-dancers-community-feed-stream.is-scrolling::-webkit-scrollbar-thumb{background:#334155}.portal-dancers-community-feed-stream.is-scrolling::-webkit-scrollbar-thumb:hover{background:#e6394666}.portal-dancers-community-mobile-pane-tabs{display:none}@media (max-width: 1280px){.portal-dancers-community-feed-grid{grid-template-columns:280px minmax(0,1fr) 280px;gap:24px}}@media (max-width: 1080px){.portal-dancers-community-feed-board-wrapper{overflow-x:hidden;overflow-y:auto}.portal-dancers-community-feed-grid{grid-template-columns:260px minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;height:auto;min-height:100%;gap:24px;overflow:visible}.portal-dancers-community-left-col{grid-column:1;grid-row:1;height:auto;max-height:none;overflow:visible}.portal-dancers-community-center-col{grid-column:2;grid-row:1;height:auto;max-height:none;overflow:visible}.portal-dancers-community-feed-stream{height:auto;max-height:none;overflow:visible}.portal-dancers-community-right-col{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:14px;grid-column:1 / -1;grid-row:2;height:auto;max-height:none;overflow:visible;padding-bottom:2px}.portal-dancers-community-right-col .portal-dancers-community-solutions-card{flex:none;min-height:0;max-height:none;overflow:visible}.portal-dancers-community-right-col .portal-dancers-community-solutions-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:14px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.portal-dancers-community-right-col .portal-dancers-community-solutions-list::-webkit-scrollbar{display:none}.portal-dancers-community-right-col .portal-dancers-community-partner-ad{flex:0 0 min(280px,78vw);min-width:min(280px,78vw)}.portal-dancers-community-right-col .portal-dancers-community-sidebar-footer{flex:none;width:100%;margin-top:0}}@media (max-width: 768px){.portal-dancers-community-feed-board-wrapper{display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;min-width:0;overflow:hidden;gap:16px}.portal-dancers-community-mobile-pane-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0;border-radius:8px;border:.5px solid rgba(255,255,255,.1);background:var(--community-bg);box-shadow:none;flex-shrink:0;position:sticky;top:0;z-index:20;overflow:hidden}.portal-dancers-community-mobile-pane-tab{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:38px;padding:8px 6px;border:none;border-right:.5px solid rgba(255,255,255,.07);border-radius:0;background:transparent;color:var(--community-text-sidebar-secondary);font-size:12px;font-weight:600;cursor:pointer;transition:color .2s ease,background .2s ease,outline-color .2s ease;box-sizing:border-box;outline:.5px solid transparent;outline-offset:-.5px}.portal-dancers-community-mobile-pane-tab:first-child{border-radius:7px 0 0 7px}.portal-dancers-community-mobile-pane-tab:last-child{border-right:none;border-radius:0 7px 7px 0}.portal-dancers-community-mobile-pane-tab:hover{color:var(--community-text-sidebar);background:#ffffff0a}.portal-dancers-community-mobile-pane-tab.active{color:#f9a8b4;background:var(--community-surface-sidebar);outline-color:#94a3b847;font-weight:600}.portal-dancers-community-mobile-pane-tab.active:first-child{border-radius:7px 0 0 7px}.portal-dancers-community-mobile-pane-tab.active:last-child{border-radius:0 7px 7px 0}.portal-dancers-community-feed-grid{display:block;flex:1;min-height:0;height:100%;width:100%;max-width:100%;overflow:hidden;gap:0}.portal-dancers-community-left-col,.portal-dancers-community-right-col,.portal-dancers-community-center-col{display:none;position:static;height:100%;max-height:100%;width:100%;max-width:100%;min-width:0;overflow:hidden;grid-column:auto;grid-row:auto}.portal-dancers-community-left-col.mobile-pane-active{display:flex;flex-direction:column;gap:12px;overflow:hidden;padding-bottom:12px}.portal-dancers-community-left-col.mobile-section-topics .portal-dancers-community-announcement-card,.portal-dancers-community-left-col.mobile-section-todays .portal-dancers-community-sidebar-card{display:none}.portal-dancers-community-left-col.mobile-section-topics{overflow-y:auto;-webkit-overflow-scrolling:touch}.portal-dancers-community-left-col.mobile-section-todays{overflow:hidden}.portal-dancers-community-left-col.mobile-section-todays .portal-dancers-community-announcement-card{flex:1 1 auto;min-height:0}.portal-dancers-community-right-col.mobile-pane-active{display:flex;flex-direction:column;gap:12px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:12px}.portal-dancers-community-right-col.mobile-pane-active .portal-dancers-community-solutions-card{flex:none;min-height:0;overflow:visible}.portal-dancers-community-right-col.mobile-pane-active .portal-dancers-community-solutions-list{flex-direction:column;overflow:visible;padding-bottom:0}.portal-dancers-community-right-col .portal-dancers-community-partner-ad{flex:none;min-width:0;width:100%}.portal-dancers-community-right-col .portal-dancers-community-sidebar-footer{flex:none;min-width:0;width:100%;margin-top:0}.portal-dancers-community-center-col.mobile-pane-active{display:flex;flex-direction:column;gap:var(--community-mobile-gutter);overflow:hidden}.portal-dancers-community-feed-stream{flex:1;min-height:0;height:100%;width:100%;overflow-x:hidden;overflow-y:auto;gap:12px;padding-bottom:12px}.portal-dancers-community-feed-stream>*{flex-shrink:0}.portal-dancers-community-filter-list{display:grid;grid-template-columns:1fr;gap:0;overflow:visible;padding-bottom:0}.portal-dancers-community-filter-btn{flex:none;width:100%;min-width:0;padding:0;border-radius:8px;background:#ffffff08;border:1px solid var(--community-border-sidebar);box-sizing:border-box}.portal-dancers-community-filter-btn-label{padding:10px 12px;gap:8px}.portal-dancers-community-filter-btn-text{overflow:visible;text-overflow:unset;white-space:nowrap}.portal-dancers-community-filter-btn-count{min-width:32px;padding:0 10px;font-size:11.5px}.portal-dancers-community-left-col.mobile-pane-active .portal-dancers-community-announcement-card{flex:1 1 auto;min-height:0;overflow:hidden}.portal-dancers-community-left-col.mobile-pane-active .portal-dancers-community-announcement-list{flex:1 1 auto;min-height:0;max-height:none;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:12px}.portal-dancers-community-top-control-bar,.portal-dancers-community-search-box{display:none}.portal-dancers-community-quick-tools{display:flex;flex-wrap:nowrap;align-items:stretch;gap:4px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:0}.portal-dancers-community-quick-tools::-webkit-scrollbar{display:none}.portal-dancers-community-quick-tool-btn{flex:0 0 auto;flex-direction:row;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px 12px;font-size:11px;font-weight:500;white-space:nowrap;border:1px solid transparent;border-radius:8px;background:transparent}.portal-dancers-community-quick-tool-btn:hover{color:#e6edf3;background:#ffffff0f}.portal-dancers-community-quick-tool-btn span{text-align:center;line-height:1.2}.portal-dancers-community-feed-filter-tabs{width:100%;max-width:100%}.portal-dancers-community-feed-filter-tab{flex-shrink:0;white-space:nowrap;padding:0 14px}}@media (max-width: 480px){.portal-dancers-community-feed-board-wrapper{gap:14px}.portal-dancers-community-mobile-pane-tab{gap:3px;padding:8px 4px;font-size:11.5px}.portal-dancers-community-quick-tool-btn{min-height:38px;padding:8px 10px;font-size:11px;gap:6px}.portal-dancers-community-feed-filter-tab{font-size:12px;padding:0 12px}.portal-dancers-community-left-col.mobile-pane-active,.portal-dancers-community-right-col.mobile-pane-active,.portal-dancers-community-feed-stream{padding-bottom:12px}.portal-dancers-community-feed-end-message{margin:8px auto 4px}}@media (max-width: 360px){.portal-dancers-community-mobile-pane-tab{gap:2px;padding:8px 2px;font-size:11px}.portal-dancers-community-mobile-pane-tab span{letter-spacing:-.01em}.portal-dancers-community-quick-tool-btn{min-height:36px;padding:8px 10px;font-size:11px}.portal-dancers-community-left-col.mobile-pane-active,.portal-dancers-community-right-col.mobile-pane-active,.portal-dancers-community-feed-stream{padding-bottom:12px}}.calendar-section{width:100%;padding-top:60px;padding-bottom:60px;background-color:#121212}.calendar-container{width:100%;max-width:100%;margin:0 auto;padding:0 30px;box-sizing:border-box}.calendar-header{text-align:center;margin-bottom:45px}.calendar-title{font-size:50px;font-weight:700;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 15px;line-height:1.2}.calendar-subtitle{color:#a6a6a6;font-size:17px;line-height:1.5;margin:0}.calendar-quick-filters{display:flex;align-items:stretch;justify-content:center;gap:15px;flex-wrap:wrap;margin-top:24px}.calendar-quick-filter{display:flex;align-items:center;gap:12px;min-width:220px;max-width:320px;flex:1;padding:8px 16px;border:1px solid #262626;border-radius:10px;background-color:#070707;box-sizing:border-box}.calendar-quick-filter-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#a6a6a6;white-space:nowrap}.calendar-quick-filter-icon{width:14px;height:14px;flex-shrink:0;color:#a6a6a6}.calendar-quick-filter-trigger{flex:1;min-width:0}.calendar-quick-filter .custom-select{flex:1 1 auto;min-width:0;border-left:1px solid #2e2e2e;padding-left:16px}.calendar-quick-filter .custom-select-trigger{height:26px;padding:0;background-color:transparent;border:none;border-radius:0}.calendar-quick-filter .custom-select-trigger:hover,.calendar-quick-filter .custom-select-trigger:focus{background-color:transparent;border:none}.calendar-content{width:100%;margin-top:40px}.calendar-wrapper{width:100%;max-width:100%;background-color:#191919f2;border:1px solid #262626;border-radius:12px;padding:24px;box-sizing:border-box;overflow:hidden}.calendar-nav-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #262626}.calendar-nav-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:transparent;border:1px solid #262626;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#a6a6a6;padding:0}.calendar-nav-button:hover{border-color:#e63946;background-color:#1a1a1a;color:#e63946}.calendar-nav-icon{width:20px;height:20px}.calendar-month-title{font-size:24px;font-weight:700;color:#9d4edd;margin:0;line-height:1.2}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;width:100%;max-width:100%;box-sizing:border-box}.calendar-day-header{text-align:center;font-size:14px;font-weight:600;color:#9d4edd;padding:12px 8px;text-transform:uppercase;letter-spacing:.5px}.calendar-day-empty{aspect-ratio:1;min-height:100px}.calendar-day{aspect-ratio:1;min-height:100px;background-color:#121212;border:1px solid #262626;border-radius:8px;padding:8px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;box-sizing:border-box}.calendar-day:hover{border-color:#9d4edd;background-color:#1a1a1a;transform:translateY(-2px)}.calendar-day-today{background-color:#9d4edd1a;border-color:#9d4edd}.calendar-day-today .calendar-day-number{color:#9d4edd;font-weight:700}.calendar-day-selected{border-color:#e63946}.calendar-day-has-events{border-color:#2a2a2a}.calendar-day-number{font-size:14px;font-weight:500;color:#a6a6a6;margin-bottom:6px;line-height:1}.calendar-day-events{display:flex;flex-direction:column;gap:4px;flex:1;overflow:hidden}.calendar-day-event{font-size:10px;padding:3px 6px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.calendar-day-event-time{color:#fff;font-weight:500}.calendar-day-event-ballet,.calendar-day-event-hiphop{background-color:#e6394633;border-left:2px solid #E63946}.calendar-day-event-contemporary{background-color:#3b82f633;border-left:2px solid #3B82F6}.calendar-day-event-salsa{background-color:#22c55e33;border-left:2px solid #22C55E}.calendar-day-event-jazz{background-color:#fbbf2433;border-left:2px solid #FBBF24}.calendar-day-event-modern{background-color:#a855f733;border-left:2px solid #A855F7}.calendar-day-event-more{font-size:10px;color:#e63946;font-weight:600;text-align:center;padding:2px 0}@media (max-width: 1023px){.calendar-container{padding:0 24px}.calendar-title{font-size:36px}.calendar-subtitle{font-size:15px}.calendar-wrapper{padding:20px}.calendar-nav-header{margin-bottom:20px;padding-bottom:16px}.calendar-month-title{font-size:20px}.calendar-nav-button{width:36px;height:36px}.calendar-nav-icon{width:18px;height:18px}.calendar-day{min-height:80px;padding:6px}.calendar-day-number{font-size:13px}.calendar-day-event{font-size:9px;padding:2px 4px}}@media (max-width: 768px){.calendar-container{padding:0 20px}.calendar-wrapper{padding:14px;overflow-x:hidden}.calendar-grid{gap:5px;width:100%;max-width:100%}.calendar-day{min-height:70px;padding:5px;min-width:0}.calendar-day-empty{min-height:70px;min-width:0}.calendar-day-header{min-width:0;padding:8px 3px}}@media (max-width: 640px){.calendar-section{padding-top:40px;padding-bottom:40px}.calendar-container{padding:0 16px}.calendar-header{margin-bottom:30px}.calendar-title{font-size:28px}.calendar-subtitle{font-size:14px}.calendar-quick-filters{gap:10px;margin-top:18px}.calendar-quick-filter{min-width:0;max-width:none;flex:1 1 100%;padding:8px 12px}.calendar-content{margin-top:30px}.calendar-wrapper{padding:12px;overflow-x:hidden}.calendar-nav-header{margin-bottom:12px;padding-bottom:10px}.calendar-month-title{font-size:18px}.calendar-nav-button{width:32px;height:32px}.calendar-nav-icon{width:16px;height:16px}.calendar-grid{gap:4px;width:100%;max-width:100%}.calendar-day-header{font-size:11px;padding:6px 2px;min-width:0}.calendar-day{min-height:55px;padding:3px;min-width:0}.calendar-day-empty{min-height:55px;min-width:0}.calendar-day-number{font-size:10px;margin-bottom:3px}.calendar-day-events{gap:2px}.calendar-day-event{font-size:8px;padding:2px 3px}.calendar-day-event-more{font-size:8px}}@media (max-width: 360px){.calendar-section{padding-top:32px;padding-bottom:32px}.calendar-container{padding:0 12px}.calendar-header{margin-bottom:24px}.calendar-title{font-size:24px}.calendar-subtitle{font-size:13px}.calendar-wrapper{padding:10px;overflow-x:hidden}.calendar-nav-header{margin-bottom:10px;padding-bottom:8px}.calendar-month-title{font-size:16px}.calendar-nav-button{width:28px;height:28px}.calendar-nav-icon{width:14px;height:14px}.calendar-grid{gap:3px;width:100%;max-width:100%}.calendar-day-header{font-size:9px;padding:5px 1px;min-width:0}.calendar-day{min-height:45px;padding:2px;min-width:0}.calendar-day-empty{min-height:45px;min-width:0}.calendar-day-number{font-size:9px;margin-bottom:2px}.calendar-day-events{gap:1px}.calendar-day-event{font-size:7px;padding:1px 2px}.calendar-day-event-more{font-size:7px}}.custom-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:600;line-height:1;transition:all .2s ease}.custom-badge-default{background-color:#e63946;color:#fff;border:1px solid transparent}.custom-badge-secondary{background-color:#9d4edd33;color:#9d4edd;border:1px solid #9D4EDD}.custom-badge-destructive{background-color:#ef444433;color:#ef4444;border:1px solid #EF4444}.custom-badge-outline{background-color:transparent;color:#fafafa;border:1px solid #262626}.custom-badge-outline:hover{border-color:#e63946;color:#e63946}.category-tags-container{width:100%;background-color:#1a1a1af2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid #333333;padding:21px 0;margin-top:70px;box-shadow:0 1px 2px #0000000d}.category-tags-wrapper{max-width:1200px;width:100%;margin:0 auto;padding:0 8px;box-sizing:border-box}.category-tags-content{margin-bottom:16px}.category-tags-label{font-size:13px;font-weight:500;color:#e63946;margin-bottom:12px;display:block;text-align:center}.category-tags-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.category-tags-clear-button{margin-top:12px;font-size:12px;color:#a6a6a6;transition:color .2s ease;margin-left:auto;margin-right:auto;display:block;background:none;border:none;cursor:pointer;padding:0}.category-tags-clear-button:hover{color:#e63946}.category-tags-badge{cursor:pointer;padding:8px 16px;font-size:14px;transition:all .2s ease}.category-tags-badge-icon{margin-left:8px;width:12px;height:12px}.faqs-container{max-width:1200px;width:100%;margin:0 auto;padding:48px 35px;box-sizing:border-box}.faqs-title{font-size:40px;font-weight:700;margin-bottom:24px;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faqs-description{color:#a6a6a6;font-size:18px;line-height:1.5}.faqs-filtered-message{font-size:14px;color:#a6a6a6;margin-top:16px}.join-now-container{width:100%;max-width:100%;margin:70px auto 0;padding:48px 30px;box-sizing:border-box}.join-now-title{font-size:40px;font-weight:700;margin-bottom:24px;background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.join-now-description{color:#a6a6a6;font-size:18px;line-height:1.75}@media (min-width: 2560px){.join-now-container{padding:48px 64px}}@media (min-width: 1920px){.join-now-container{padding:48px}}@media (min-width: 1440px){.join-now-container{padding:48px 40px}}@media (max-width: 1024px){.join-now-container{padding:48px 24px}.join-now-title{font-size:36px}.join-now-description{font-size:16px}}@media (max-width: 640px){.join-now-container{padding:32px 16px;margin-top:75px}.join-now-title{font-size:32px;margin-bottom:16px}.join-now-description{font-size:14px}}@media (max-width: 360px){.join-now-container{padding:24px 12px}.join-now-title{font-size:28px}.join-now-description{font-size:13px}}.coming-soon-container{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px;background-color:#0b0b0b}.coming-soon-content{text-align:center;max-width:600px}.coming-soon-title{font-size:48px;font-weight:700;color:#e63946;margin:0 0 20px;line-height:1.2}.coming-soon-message{font-size:18px;color:#a6a6a6;line-height:1.6;margin:0}@media (max-width: 640px){.coming-soon-title{font-size:36px}.coming-soon-message{font-size:16px}}.not-found-container{display:flex;min-height:calc(100vh - 70px);align-items:center;justify-content:center;margin-top:70px}.not-found-content{text-align:center}.not-found-title{margin-bottom:16px;font-size:48px;font-weight:700;color:#fafafa}.not-found-message{margin-bottom:16px;font-size:20px;color:#a6a6a6}.not-found-link{color:#e63946;text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.not-found-link:hover{color:#e63946;opacity:.9}:root{--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--spacing-4xl: 96px;--font-size-xs: 12px;--font-size-sm: 13px;--font-size-base: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--font-size-4xl: 40px;--font-size-5xl: 48px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--height-header: 70px;--height-filter-bar: 84px;--width-container: 1200px;--width-sidebar: 280px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--border-radius-2xl: 24px;--icon-size-xs: 12px;--icon-size-sm: 16px;--icon-size-md: 20px;--icon-size-lg: 24px;--icon-size-xl: 32px;--z-index-base: 0;--z-index-dropdown: 1000;--z-index-sticky: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--transition-fast: .15s;--transition-base: .2s;--transition-slow: .3s;--transition-slower: .5s;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1);--opacity-disabled: .5;--opacity-hover: .8;--opacity-active: .9}:root{--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: #121212;--foreground: #FAFAFA;--card: #1A1A1A;--card-foreground: #FAFAFA;--popover: #1A1A1A;--popover-foreground: #FAFAFA;--primary: #E63946;--primary-foreground: #FFFFFF;--secondary: #9D4EDD;--secondary-foreground: #FFFFFF;--muted: #262626;--muted-foreground: #A6A6A6;--accent: #9D4EDD;--accent-foreground: #FFFFFF;--destructive: #EF4444;--destructive-foreground: #FFFFFF;--border: #333333;--input: #333333;--ring: #E63946;--radius: 12px;--gradient-primary: linear-gradient(135deg, #E63946, #9D4EDD);--gradient-overlay: linear-gradient(180deg, #1212124D, #121212E6);--shadow-glow: 0 0 40px #E639464D;--shadow-glow-purple: 0 0 40px #9D4EDD4D}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground)}.\!container{width:100%!important;margin-right:auto!important;margin-left:auto!important;padding-right:32px!important;padding-left:32px!important}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:32px;padding-left:32px}@media (min-width: 1400px){.\!container{max-width:1400px!important}.container{max-width:1400px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.hidden{display:none}.grow{flex-grow:1}.resize{resize:both}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@keyframes slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-slide-in{animation:slide-in .5s ease-in-out}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.animate-marquee{animation:marquee 60s linear infinite;display:inline-block}.icon-gradient{background:linear-gradient(135deg,#e63946,#9d4edd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gradient-icon-wrapper{position:relative;display:inline-block}.gradient-icon-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#e63946,#9d4edd);mask-image:var(--icon-svg);-webkit-mask-image:var(--icon-svg);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}
