:root{--bg: #f6f8f7;--surface: #ffffff;--surface-soft: #f9fbfa;--line: #e5ebe8;--text: #20282d;--muted: #7d8a91;--teal: #18b7aa;--teal-dark: #0e978d;--mint: #dff8f3;--coral: #ff746f;--yellow: #f5b526;--blue: #5a99f3;--primary: #14B8A6;--primary-dark: #0F766E;--primary-light: #CCFBF1;--accent-yellow: #FFB703;--accent-coral: #FF6B6B;--green: #36b77b;--cream: #fff8e8;--shadow: 0 16px 45px rgba(35, 48, 55, .08);--shadow-soft: 0 8px 24px rgba(35, 48, 55, .08)}*{box-sizing:border-box}html{background:var(--bg);overflow-x:hidden}body{margin:0;min-width:320px;max-width:100%;overflow-x:hidden;color:var(--text);font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Segoe UI,sans-serif;background:radial-gradient(circle at 10% 0%,rgba(24,183,170,.09),transparent 28rem),radial-gradient(circle at 90% 10%,rgba(255,116,111,.08),transparent 24rem),var(--bg)}button,input,select{font:inherit}button{cursor:pointer}.app{min-height:100vh;overflow-x:hidden}.site-header{position:sticky;top:0;z-index:20;background:#ffffffeb;border-bottom:1px solid rgba(226,232,228,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar{max-width:1480px;height:92px;margin:0 auto;padding:0 28px;display:flex;align-items:center;gap:30px}.brand{min-width:278px;display:inline-flex;align-items:center;color:inherit;text-decoration:none}.brand-button{min-height:86px;padding:0;border:0;text-align:left;background:transparent}.brand-logo{width:268px;height:72px;display:block;object-fit:contain;object-position:left center}.search-bar{position:relative;flex:1;max-width:560px}.search-bar input{width:100%;height:48px;padding:0 56px 0 24px;border:1px solid #dce4e1;border-radius:999px;color:var(--text);background:#fff;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.search-bar input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #18b7aa1f}.search-bar button{position:absolute;top:50%;right:8px;width:40px;height:40px;transform:translateY(-50%);border:0;border-radius:999px;color:#1d2429;font-size:24px;background:transparent}.utility-nav{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:8px;color:#313a40;font-size:14px;white-space:nowrap}.utility-nav button{position:relative;min-height:42px;padding:0 10px;border:0;border-radius:12px;color:inherit;background:transparent}.utility-nav b{margin-left:4px;color:var(--teal-dark);font-size:12px}.utility-nav button:hover{background:#f5f8f7}.user-session-badge{min-height:34px;max-width:132px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfe8e2;border-radius:999px;color:var(--teal-dark);font-size:13px;font-weight:850;background:#f4fffb}.user-session-full{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.user-session-compact{display:none}.notification-badge{position:absolute;top:3px;right:1px;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-size:11px;font-weight:800;background:#ff4e54}.layout{max-width:1480px;margin:0 auto;padding:22px 28px 56px;display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px}.sidebar,.sidebar-shell{min-width:0}.filter-panel{position:sticky;top:156px;overflow:visible;padding:20px;border:1px solid var(--line);border-radius:22px;background:#fffffff0;box-shadow:var(--shadow-soft)}.filter-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.filter-header h2{flex:0 0 auto;margin:0;font-size:17px;letter-spacing:-.03em}.filter-header p{flex:1 1 auto;min-width:0;margin:0;overflow:hidden;color:#52636a;font-size:13px;font-weight:750;white-space:nowrap;text-overflow:ellipsis}.filter-header button{flex:0 0 auto;border:0;color:var(--muted);font-size:13px;background:transparent}.filter-header button:disabled,.save-search-button:disabled{cursor:wait;color:#8a969b;background:#f4f8f7}.filter-list{display:grid;gap:1px}.active-filter-chips{grid-column:1 / -1;min-width:0;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.active-filter-chips>span{color:#68777e;font-size:12px;font-weight:900}.active-filter-chips button{min-height:28px;max-width:220px;padding:0 8px 0 10px;display:inline-flex;align-items:center;gap:5px;overflow:hidden;border:1px solid #dce8e4;border-radius:999px;color:#30554d;font-size:12px;font-weight:800;background:#f6fbf9;white-space:nowrap;text-overflow:ellipsis}.active-filter-chips b{color:#75848a;font-size:14px;line-height:1}.detail-filter-panel{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:8px;padding:8px;border:1px solid #e4ece9;border-radius:12px;background:#f8fcfa}.filter-toggle-button,.detail-filter-toggle{cursor:pointer}.selected-branch-panel{margin-bottom:14px;padding:13px;display:grid;gap:6px;border:1px solid #cfe7e2;border-radius:14px;background:#f2fbf8}.selected-branch-panel span{color:var(--teal-dark);font-size:12px;font-weight:850}.selected-branch-panel strong{color:#1d292e;font-size:15px}.selected-branch-panel small{color:var(--muted);font-size:12px;line-height:1.45}.selected-branch-panel button{width:fit-content;min-height:30px;padding:0 10px;border:1px solid #b7d8d1;border-radius:8px;color:var(--teal-dark);font-size:12px;font-weight:850;background:#fff}.filter-menu-wrap{position:relative}.filter-item{width:100%;padding:15px 0;display:grid;grid-template-columns:28px 1fr 14px;align-items:center;gap:9px;border:0;border-bottom:1px solid #edf1ef;color:inherit;text-align:left;background:transparent}.filter-item:hover,.filter-item.active{color:var(--teal-dark)}.filter-item:disabled{cursor:default;color:inherit;opacity:.72}.filter-menu{margin:-4px 0 8px 37px;padding:10px;overflow:visible;display:grid;gap:8px;border:1px solid #e1e9e6;border-radius:14px;background:#fff;box-shadow:0 8px 22px #1d292e12}.filter-check{min-height:34px;padding:0 8px;display:flex;align-items:center;gap:8px;border-radius:10px;color:#344046;font-size:13px;font-weight:800}.filter-check:hover{background:#f5f8f7}.filter-check input{width:16px;height:16px;accent-color:var(--teal)}.filter-icon{width:28px;height:28px;position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#6f7d84;background:#f5f8f7}.filter-icon span,.filter-icon:before,.filter-icon:after{content:"";position:absolute;box-sizing:border-box;display:block}.filter-icon span{inset:auto}.filter-icon-provider span{width:16px;height:13px;border:2px solid currentColor;border-radius:2px;bottom:5px}.filter-icon-provider:before{width:14px;height:14px;border-left:2px solid currentColor;border-top:2px solid currentColor;top:5px;transform:rotate(45deg)}.filter-icon-provider:after{width:2px;height:2px;background:currentColor;left:9px;bottom:13px;box-shadow:5px 0 0 currentColor,10px 0 0 currentColor,0 5px 0 currentColor,5px 5px 0 currentColor,10px 5px 0 currentColor}.filter-icon-branch span{width:14px;height:14px;border:2px solid currentColor;border-radius:50% 50% 50% 2px;transform:rotate(-45deg)}.filter-icon-branch:after{width:4px;height:4px;border-radius:50%;background:currentColor}.filter-icon-category span{width:5px;height:5px;border-radius:2px;background:currentColor;box-shadow:8px 0 0 currentColor,0 8px 0 currentColor,8px 8px 0 currentColor}.filter-icon-age span{width:8px;height:8px;border:2px solid currentColor;border-radius:50%;top:6px}.filter-icon-age:after{width:16px;height:8px;border:2px solid currentColor;border-radius:10px 10px 4px 4px;border-bottom:0;bottom:6px}.filter-icon-day span{width:16px;height:15px;border:2px solid currentColor;border-radius:4px}.filter-icon-day:before{width:16px;height:2px;background:currentColor;top:10px}.filter-icon-day:after{width:2px;height:4px;background:currentColor;top:5px;left:10px;box-shadow:8px 0 0 currentColor}.filter-icon-date span{width:16px;height:15px;border:2px solid currentColor;border-radius:4px}.filter-icon-date:before{width:16px;height:2px;background:currentColor;top:10px}.filter-icon-date:after{width:3px;height:3px;border-radius:50%;background:currentColor;left:10px;bottom:8px;box-shadow:5px 0 0 currentColor}.filter-icon-time span{width:17px;height:17px;border:2px solid currentColor;border-radius:50%}.filter-icon-time:before{width:2px;height:6px;background:currentColor;top:8px}.filter-icon-time:after{width:6px;height:2px;background:currentColor;left:14px;top:14px}.filter-icon-fee:before{content:"₩";position:static;width:auto;height:auto;background:transparent;color:currentColor;font-size:16px;font-weight:950;line-height:1}.filter-icon-fee span,.filter-icon-fee:after{display:none}.filter-icon-status span{width:17px;height:17px;border:2px solid currentColor;border-radius:50%}.filter-icon-status:after{width:7px;height:4px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.filter-item.active .filter-icon,.filter-item:hover .filter-icon{color:var(--teal-dark);background:#18b7aa1c}.age-month-input,.date-filter-input{min-height:44px;padding:8px 12px 8px 37px;display:grid;gap:6px;color:#344046;font-size:12px;font-weight:850}.date-filter-item{cursor:default;grid-template-columns:28px 1fr 36px}.date-filter-item input{width:36px;height:36px;padding:0;justify-self:end;border:1px solid var(--line);border-radius:10px;color:transparent;background:#fff}.date-filter-item input::-webkit-calendar-picker-indicator{width:18px;height:18px;margin:0 8px;cursor:pointer;opacity:.72}.date-filter-item:focus-within .filter-icon,.date-filter-item:hover .filter-icon{color:var(--teal-dark);background:#18b7aa1c}.age-month-input input,.date-filter-input input{width:100%;height:36px;padding:0 12px;border:1px solid var(--line);border-radius:10px;color:#263238;font-size:14px;font-weight:800;background:#fff}.age-month-input input:focus,.date-filter-input input:focus{outline:2px solid rgba(24,183,170,.18);border-color:#18b7aa8c}.age-month-input.in-filter-menu{margin-top:8px;padding:10px 8px 2px;border-top:1px solid rgba(226,232,228,.9)}.filter-copy{display:grid;gap:4px}.filter-copy strong{font-size:14px}.filter-copy small{color:var(--muted);font-size:12px}.filter-chevron{color:#a0a9ad;font-size:24px}.map-search-toggle{position:relative;margin:20px 0 16px;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:800}.map-search-toggle input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.switch{position:relative;width:44px;height:26px;border-radius:999px;background:#d6dfdc;transition:background .16s ease}.switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000002e;transition:transform .16s ease}.map-search-toggle input:checked+.switch{background:var(--teal)}.map-search-toggle input:checked+.switch:after{transform:translate(18px)}.save-search-button{width:100%;height:50px;border:1px solid var(--line);border-radius:14px;color:#2d383d;font-weight:850;background:#fff}.save-search-button:hover{border-color:#18b7aa73;color:var(--teal-dark);background:#f5fcfa}.save-search-button.secondary{margin-top:8px;color:var(--teal-dark);background:#f2fbf8}.map-tabs{margin-bottom:8px;display:inline-flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft)}.map-tabs button{min-height:34px;padding:0 14px;border:0;border-radius:9px;color:#536168;font-weight:850;background:transparent;cursor:pointer}.map-tabs button.active{color:#fff;background:var(--teal-dark)}.map-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.google-map-card{position:relative;height:420px}.google-map-card>div:first-child{min-height:420px}.google-map-fallback{min-height:360px;padding:28px;display:grid;place-content:center;justify-items:center;gap:12px;text-align:center;color:#4d5a60;background:#eef4ef}.google-map-fallback strong{color:#1d292e;font-size:18px}.google-map-fallback span{max-width:520px;line-height:1.5}.google-map-fallback button{height:42px;padding:0 16px;border:0;border-radius:999px;color:#fff;font-weight:850;background:var(--teal)}.google-map-fallback em,.google-map-fallback.error strong{color:#b64a4a;font-style:normal}.google-map-location-button,.google-map-status{position:absolute}.map-inline-error{position:absolute;right:14px;bottom:14px;z-index:5;max-width:min(360px,calc(100% - 28px));padding:9px 11px;border:1px solid #ffd0d0;border-radius:12px;color:#a23d3d;font-size:12px;font-weight:800;background:#fff6f6f0;box-shadow:var(--shadow-soft)}.map-info-window{min-width:210px;max-width:260px;display:grid;gap:8px;color:#344046;font-size:12px;line-height:1.4}.map-info-window strong{color:#1d292e;font-size:15px;line-height:1.25}.map-info-provider{color:#0f766e;font-weight:800}.map-info-window dl{margin:0;display:grid;gap:5px}.map-info-window dl div{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:start;gap:8px}.map-info-window dt{color:#728188;font-weight:800}.map-info-window dd{margin:0;color:#263238;font-weight:900}.map-info-window button{min-height:34px;padding:0 12px;border:0;border-radius:999px;color:#fff;background:var(--teal-dark);font-weight:900;cursor:pointer}.map-category-chips{margin-top:4px;display:flex;flex-wrap:wrap;gap:4px}.map-category-chip{padding:2px 6px;border:1px solid #dce7e3;border-radius:999px;color:#263238;font-size:11px;font-weight:800;background:#fff}.map-category-legend{position:absolute;left:14px;top:14px;z-index:5;max-width:min(520px,calc(100% - 28px));display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid rgba(218,228,225,.92);border-radius:12px;background:#fffffff0;box-shadow:var(--shadow-soft)}.map-category-legend span{display:inline-flex;align-items:center;gap:5px;color:#263238;font-size:11px;font-weight:850;white-space:nowrap}.map-category-legend i{width:9px;height:9px;border-radius:999px;box-shadow:0 0 0 2px #ffffffe6}.map-marker-legend{position:absolute;left:12px;bottom:12px;z-index:5;max-width:calc(100% - 28px);padding:7px 10px;display:flex;flex-wrap:wrap;align-items:center;gap:7px 11px;border:1px solid rgba(20,184,166,.24);border-radius:999px;background:#ffffffe0;box-shadow:0 4px 12px #0f766e1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.map-marker-legend span{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:12px;font-weight:900;white-space:nowrap}.map-marker-legend i{display:inline-flex;align-items:center;justify-content:center;font-style:normal}.legend-count{width:22px;height:22px;border:2px solid #14b8a6;border-radius:999px;color:#0f766e;background:#fff;font-size:9px;font-weight:950;line-height:1}.legend-heart{width:18px;height:18px;border-radius:999px;color:#fff;background:#ff6b6b;font-size:12px;line-height:1}.legend-urgent{width:10px;height:10px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 2px #fff}.map-canvas{position:relative;min-height:315px;overflow:hidden;isolation:isolate;background:linear-gradient(90deg,rgba(80,146,255,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(80,146,255,.08) 1px,transparent 1px),radial-gradient(circle at 64% 22%,rgba(90,211,168,.22),transparent 12rem),radial-gradient(circle at 21% 68%,rgba(255,204,118,.24),transparent 13rem),#eef4ef;background-size:42px 42px,42px 42px,auto,auto,auto}.river{position:absolute;right:-8%;bottom:0;left:-8%;top:-42%;height:140px;transform:rotate(-5deg);border-bottom:8px solid rgba(103,188,213,.35);background:linear-gradient(180deg,#89d4e67a,#89d4e629);z-index:-1}.road{position:absolute;border-radius:999px;background:#ffffffeb;box-shadow:0 0 0 2px #f0c56459}.road-main{height:14px;background:#fffaf0;box-shadow:0 0 0 3px #f5b52652}.road-sub{height:8px;background:#fffffff2;box-shadow:0 0 0 1px #c4ccc78c}.road-1{width:72%;left:-6%;top:57%;transform:rotate(-12deg)}.road-2{width:65%;right:-8%;top:38%;transform:rotate(18deg)}.road-3{width:52%;left:9%;top:26%;transform:rotate(6deg)}.road-4{width:48%;right:13%;top:72%;transform:rotate(-9deg)}.road-5{width:38%;left:43%;top:50%;transform:rotate(86deg)}.map-label{position:absolute;padding:3px 7px;border-radius:999px;color:#4b5c62b8;font-size:12px;font-weight:700;background:#ffffff8f;transform:translate(-50%,-50%)}.map-empty{position:absolute;left:50%;top:50%;padding:10px 14px;transform:translate(-50%,-50%);border:1px solid rgba(226,232,228,.9);border-radius:999px;color:#59656a;font-size:13px;font-weight:800;background:#ffffffe6;box-shadow:var(--shadow-soft)}.user-location-marker{position:absolute;width:18px;height:18px;transform:translate(-50%,-50%);border:3px solid #fff;border-radius:999px;background:#1c7df2;box-shadow:0 0 0 7px #1c7df226,0 8px 18px #12325a47;z-index:4}.user-location-marker span{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border:2px solid rgba(28,125,242,.26);border-radius:999px}.map-pin{position:absolute;width:34px;height:34px;transform:translate(-50%,-88%);border:3px solid #fff;border-radius:999px 999px 999px 6px;color:#fff;font-size:13px;font-weight:900;box-shadow:0 8px 18px #26373c38;rotate:-45deg;z-index:3}.map-pin{display:inline-flex;align-items:center;justify-content:center}.map-pin>span{position:relative;z-index:1;rotate:45deg}.map-pin:before{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:999px;border:2px solid rgba(255,255,255,.78)}.map-pin:after{content:attr(aria-label);position:absolute;top:36px;left:50%;width:max-content;max-width:130px;padding:5px 8px;transform:translate(-50%) rotate(45deg);border:1px solid rgba(226,232,228,.8);border-radius:999px;color:#415057;font-size:11px;font-weight:750;background:#ffffffeb;opacity:0;pointer-events:none;transition:opacity .14s ease,translate .14s ease}.map-pin:hover:after{opacity:1;translate:0 2px}.pin-mint{background:var(--teal)}.pin-coral{background:var(--coral)}.pin-yellow{background:var(--yellow)}.pin-blue{background:var(--blue)}.pin-green{background:var(--green)}.search-area-button,.view-toggle,.zoom-control{position:absolute;z-index:5}.search-area-button{top:18px;left:18px;height:44px;padding:0 18px;border:1px solid #dce6e3;border-radius:14px;color:#253137;font-size:14px;font-weight:850;background:#ffffffeb;box-shadow:var(--shadow-soft)}.search-area-button:disabled{cursor:wait;color:#7d8a91;background:#f4f8f7f0}.google-map-approx-button{top:70px;left:18px}.map-status-panel{position:absolute;left:18px;bottom:18px;z-index:5;max-width:min(340px,calc(100% - 120px));padding:12px 14px;display:grid;gap:4px;border:1px solid #dce6e3;border-radius:14px;color:#48565d;font-size:12px;font-weight:700;background:#fffffff0;box-shadow:var(--shadow-soft)}.map-status-panel strong{color:#1d292e;font-size:14px}.map-status-panel em{color:#b64a4a;font-style:normal}.view-toggle{top:18px;right:18px;padding:4px;display:flex;gap:3px;border:1px solid #dde7e4;border-radius:999px;background:#fffffff0;box-shadow:var(--shadow-soft)}.view-toggle button{min-width:74px;height:38px;border:0;border-radius:999px;color:#68757b;font-weight:850;background:transparent}.view-toggle button.active{color:var(--teal-dark);background:#eafbf8;box-shadow:inset 0 0 0 1px #18b7aa42}.zoom-control{right:24px;bottom:24px;overflow:hidden;display:grid;border:1px solid #dce6e3;border-radius:14px;background:#fff;box-shadow:var(--shadow-soft)}.zoom-control button{width:44px;height:42px;border:0;color:#222f34;font-size:24px;background:#fff}.zoom-control button+button{border-top:1px solid #edf1ef}.section{margin-top:22px}.section-header{margin-bottom:14px;display:flex;align-items:end;justify-content:space-between;gap:20px}.eyebrow,.section-subtitle{margin:0;color:var(--muted);font-size:13px}.section-header h2{margin:2px 0 0;color:#1d292e;font-size:21px;letter-spacing:-.04em}.section-header h2 strong{color:var(--teal-dark)}.sort-select{min-width:114px;height:42px;padding:0 14px;border:1px solid var(--line);border-radius:12px;color:#344046;background:#fff}.class-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.branch-course-groups{display:grid;gap:14px}.branch-course-group{padding:10px 12px 14px;display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:stretch;border:1px solid #e4ece9;border-radius:14px;background:#ffffffd6}.branch-course-group-header{grid-column:1 / -1;margin-bottom:0;min-width:0;width:100%;min-height:36px;padding:0 0 8px;border:0;border-bottom:1px solid #e4ece9;display:flex;align-items:center;color:inherit;font:inherit;text-align:left;background:transparent;cursor:pointer}.branch-course-group-header:hover h3,.branch-course-group-header:focus-visible h3{color:var(--teal-dark)}.branch-course-group-header:focus-visible{outline:2px solid rgba(18,152,134,.36);outline-offset:3px}.branch-course-group-title{min-width:0;display:flex;width:100%;align-items:center;gap:8px}.branch-course-group-header h3{flex:1 1 auto;margin:0;min-width:0;overflow:hidden;color:#1d292e;font-size:15px;line-height:1.3;letter-spacing:0;white-space:nowrap;text-overflow:ellipsis}.branch-course-group-title .provider-badge{flex:0 0 auto}.branch-course-group-title strong{flex:0 0 auto;margin-left:auto;width:fit-content;min-height:26px;padding:5px 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--teal-dark);font-size:13px;font-weight:900;background:#eefaf7}.branch-course-group.is-expanded .branch-course-group-header{padding-bottom:8px}.branch-course-group.is-expanded .branch-class-grid{max-height:172px}.branch-course-group.is-expanded .branch-class-grid .class-card{width:100%}.class-grid.branch-class-grid{min-width:0;max-height:172px;display:grid;grid-template-columns:minmax(0,1fr);grid-auto-rows:158px;gap:12px;overflow-x:hidden;overflow-y:auto;padding:2px 10px 12px 2px;align-items:stretch;scrollbar-gutter:stable;scroll-snap-type:y proximity;overscroll-behavior:contain}.branch-course-group:not(.is-expanded) .branch-class-grid{grid-template-columns:minmax(0,1fr);max-height:172px}.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr))}.branch-class-grid .class-card{width:100%;height:158px;min-height:0;display:grid;grid-template-columns:96px minmax(0,1fr);border-radius:14px;scroll-snap-align:start}.branch-class-grid .class-thumb{height:100%;min-height:0}.branch-class-grid .thumb-emoji{font-size:38px}.branch-class-grid .favorite-button{top:7px;right:7px;width:30px;height:30px;font-size:16px}.branch-class-grid .status-badge{left:7px;bottom:7px;padding:4px 7px;font-size:10px}.branch-class-grid .class-body{min-width:0;padding:10px 12px}.branch-class-grid .class-title-row h3{min-height:0;overflow:hidden;display:-webkit-box;color:#19252b;font-size:14.5px;line-height:1.25;letter-spacing:0;-webkit-line-clamp:2;-webkit-box-orient:vertical}.branch-class-grid .age-text{margin:5px 0 6px;padding:4px 7px;gap:5px;font-size:11.5px}.branch-class-grid .age-text span{font-size:10px}.branch-class-grid .class-meta{gap:4px;font-size:11.5px}.branch-class-grid .class-meta .meta-row-priority{grid-template-columns:34px 1fr;padding:5px 7px}.branch-class-grid .class-meta .meta-row-priority dd{font-size:12px}.branch-class-grid .class-footer{margin-top:8px;gap:8px}.branch-class-grid .class-footer strong{font-size:14px;letter-spacing:0}.branch-class-grid .class-footer button{min-height:29px;padding:0 9px;font-size:11.5px}.branch-class-grid::-webkit-scrollbar{width:10px}.branch-class-grid::-webkit-scrollbar-track{border-radius:999px;background:#eef3f1}.branch-class-grid::-webkit-scrollbar-thumb{border:2px solid #eef3f1;border-radius:999px;background:#b8cbc4}.branch-course-groups{gap:8px}.branch-course-group{padding:0;gap:0;overflow:hidden;border-radius:8px;background:#fff}.branch-course-group-header{min-height:60px;padding:10px 12px;border-bottom:0;display:grid;grid-template-columns:minmax(180px,1.35fr) minmax(260px,2fr) auto;gap:10px;align-items:center}.branch-course-group-header:hover{background:#f7fcfa}.branch-course-group-title{gap:7px}.branch-course-group-header h3{font-size:14px}.branch-course-group-title strong{min-height:23px;padding:4px 8px;font-size:12px}.branch-course-group-summary{min-width:0;display:flex;flex-wrap:wrap;gap:5px;align-items:center;color:#55656c;font-size:12px;font-weight:750;line-height:1.25}.branch-course-group-summary span{max-width:180px;min-height:22px;padding:3px 7px;overflow:hidden;border-radius:999px;background:#f1f6f4;white-space:nowrap;text-overflow:ellipsis}.branch-course-group-toggle{min-width:52px;min-height:28px;padding:5px 9px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dce8e4;border-radius:999px;color:#315047;font-size:12px;font-weight:900;background:#fff}.branch-course-group.is-expanded .branch-course-group-header{border-bottom:1px solid #e4ece9}.branch-course-preview{padding:0 8px 8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.branch-course-preview-item{min-width:0;min-height:54px;padding:8px 9px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:3px 7px;align-items:center;border:1px solid #e6eeeb;border-radius:8px;color:#2a373d;text-align:left;background:#fbfdfc}.branch-course-preview-item:hover{border-color:#18b7aa52;background:#f5fbf9}.branch-course-preview-item.is-closed strong{color:#9aa3a8}.preview-status{grid-row:1 / span 2;min-height:22px;padding:3px 6px;border-radius:999px;color:#08796e;font-size:10.5px;font-weight:900;background:#dffff8}.branch-course-preview-item strong{min-width:0;overflow:hidden;color:#19252b;font-size:13px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.branch-course-preview-item span:not(.preview-status){min-width:0;overflow:hidden;color:#617078;font-size:11.5px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.branch-course-preview-item em{grid-column:3;grid-row:1 / span 2;color:#1d292e;font-size:12px;font-style:normal;font-weight:900;white-space:nowrap}.branch-course-group.is-expanded .branch-class-grid,.class-grid.branch-class-grid{max-height:520px;grid-template-columns:minmax(0,1fr);grid-auto-rows:auto;gap:7px;padding:8px;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y proximity}.branch-class-grid .class-card{min-height:0;height:auto;display:grid;grid-template-columns:minmax(0,1fr);border-radius:8px;box-shadow:none;scroll-snap-align:start}.branch-class-grid .class-card:hover{transform:none}.branch-class-grid .class-thumb{display:none}.branch-class-grid .class-body{padding:9px 11px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(210px,1fr) auto;gap:8px 12px;align-items:center}.branch-class-grid .class-title-row{min-width:0}.branch-class-grid .class-title-row h3{min-height:0;font-size:14px;line-height:1.25;-webkit-line-clamp:2}.branch-class-grid .age-text{grid-column:1;margin:0;padding:0;gap:5px;border-radius:0;background:transparent;font-size:12px}.branch-class-grid .age-text span{font-size:11px}.branch-class-grid .class-meta{grid-column:2;grid-row:1 / span 2;gap:4px;font-size:12px}.branch-class-grid .class-meta>div:not(.meta-row-schedule){display:none}.branch-class-grid .class-meta .meta-row-priority{padding:0;grid-template-columns:34px minmax(0,1fr);border:0;background:transparent}.branch-class-grid .class-meta .meta-row-priority dd{min-width:0;font-size:12px}.branch-class-grid .schedule-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.branch-class-grid .class-footer{grid-column:3;grid-row:1 / span 2;margin-top:0;min-width:96px;flex-direction:column;align-items:flex-end;justify-content:center;gap:5px}.branch-class-grid .class-footer strong{font-size:13px}.branch-class-grid .class-footer button{min-height:28px;padding:0 9px;font-size:11px}.class-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 4px 18px #1d292e0d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.class-card-clickable{cursor:pointer}.class-card-clickable:focus-visible{outline:3px solid rgba(24,183,170,.35);outline-offset:3px}.class-card:hover{transform:translateY(-3px);border-color:#18b7aa3d;box-shadow:var(--shadow-soft)}.class-thumb,.popular-thumb{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;isolation:isolate}.class-thumb{height:154px}.class-thumb:before,.popular-thumb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.7),transparent 24%),radial-gradient(circle at 80% 15%,rgba(255,255,255,.42),transparent 22%),radial-gradient(circle at 50% 100%,rgba(0,0,0,.08),transparent 35%);z-index:-1}.thumb-art{background:linear-gradient(135deg,#ffe8da,#d9fff6 55%,#fff7c7)}.thumb-cooking{background:linear-gradient(135deg,#fff2d7,#ffd1bc 55%,#c7f1dc)}.thumb-yoga{background:linear-gradient(135deg,#e0f2fe,#ccfbf1 55%,#f0fdfa)}.thumb-pottery{background:linear-gradient(135deg,#e4d0bd,#f3e7db 55%,#c8b39d)}.thumb-music{background:linear-gradient(135deg,#fff4f6,#e1f6ff 55%,#ffe5ad)}.thumb-ballet{background:linear-gradient(135deg,#fff0f8,#f6d6ff 55%,#fdf4ff)}.thumb-swim{background:linear-gradient(135deg,#d8f6ff,#b7e6ff 55%,#eefcff)}.thumb-coffee{background:linear-gradient(135deg,#f8e5cd,#c89b6d 55%,#fff8ef)}.thumb-emoji{font-size:64px;filter:drop-shadow(0 10px 14px rgba(31,46,54,.16))}.course-image{width:100%;height:100%;display:block;object-fit:cover}.class-thumb:has(.course-image):before,.popular-thumb:has(.course-image):before{display:none}.favorite-button{position:absolute;top:12px;right:12px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(214,224,220,.8);border-radius:50%;color:#657278;font-size:20px;background:#ffffffe0;box-shadow:0 7px 14px #25313714}.favorite-button.active{color:#fff;border-color:#ff746f66;background:#ff746f}.status-badge{position:absolute;left:12px;bottom:12px;padding:6px 9px;border-radius:999px;color:#08796e;font-size:12px;font-weight:900;background:#dffff8}.class-body{padding:15px 15px 16px}.class-title-row{display:flex;align-items:start;justify-content:space-between;gap:10px}.class-title-row h3,.popular-copy h3{margin:0;color:#19252b;letter-spacing:-.04em}.class-title-row h3{min-height:44px;font-size:17px;line-height:1.3}.class-card.is-closed .class-title-row h3,.popular-card.is-closed .popular-copy h3,.closed-title{color:#9aa3a8}.source-chip{min-width:26px;height:26px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;border-radius:8px;font-size:13px;font-weight:900}.provider-badge{min-height:21px;padding:3px 7px;display:inline-flex;align-items:center;border-radius:7px;font-size:11px;font-style:normal;font-weight:900;line-height:1;white-space:nowrap}.source-h{color:#168164;background:#e0f6ed;box-shadow:inset 0 0 0 1px #b8e9d5}.source-l{color:#db5b73;background:#ffebef;box-shadow:inset 0 0 0 1px #ffd0d9}.source-e,.source-hd{color:var(--primary-dark);background:var(--primary-light);box-shadow:inset 0 0 0 1px #14b8a661}.source-g,.source-er{color:#fff;background:#111827;box-shadow:inset 0 0 0 1px #111827}.source-s{color:#fff;background:#dc2626;box-shadow:inset 0 0 0 1px #b91c1c}.source-a{color:var(--primary-dark);background:var(--primary-light);box-shadow:inset 0 0 0 1px #14b8a661}.source-m{color:#4a3510;background:#fff3bf;box-shadow:inset 0 0 0 1px #fde68a}.pin-black{background:#111827}.age-text{width:fit-content;max-width:100%;margin:4px 0 11px;padding:7px 10px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;border-radius:8px;color:#6a3f13;font-size:13px;background:#fff7e6;box-shadow:inset 0 0 0 1px #efd9a8}.age-text span{font-size:11px;font-weight:850;color:#8a672d}.age-text strong,.popular-age-text strong,.detail-age-badge{color:#4f320d;font-weight:900}.popular-age-text,.popular-category-text,.popular-branch-text{color:#6a3f13}.popular-category-text,.popular-branch-text{color:#6a767c}.popular-branch-text{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.detail-age-badge{min-height:26px;padding:5px 9px;display:inline-flex;align-items:center;border-radius:8px;background:#fff7e6;box-shadow:inset 0 0 0 1px #efd9a8}.class-tags{margin:8px 0 7px;display:flex;flex-wrap:wrap;gap:6px}.class-tags span{min-height:24px;display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;color:#31545c;font-size:12px;font-weight:850;background:#edf7f4;box-shadow:inset 0 0 0 1px #d2e9e1}.class-tags.compact{margin:6px 0 5px}.class-tags.compact span{min-height:21px;padding:3px 7px;font-size:11px}.class-meta{margin:0;display:grid;gap:7px;color:#4d5a60;font-size:12.5px;line-height:1.35}.class-meta div{display:grid;grid-template-columns:34px 1fr;gap:6px}.class-meta dt{color:#8a969b;font-weight:750}.class-meta dd{margin:0}.class-meta .meta-row-priority{grid-template-columns:38px 1fr;padding:7px 8px;border-radius:8px;background:#f7fbfa;box-shadow:inset 0 0 0 1px #dcebe6}.class-meta .meta-row-priority dt{color:#31545c;font-weight:900}.class-meta .meta-row-priority dd{color:#1d292e;font-size:13px;font-weight:850}.class-meta .meta-row-schedule{background:#eefbf8;box-shadow:inset 0 0 0 1px #cbeee6}.schedule-line{display:block;line-height:1.35}.schedule-date{color:#1d292e;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.schedule-time{margin-top:2px;color:#4f6269;font-weight:800}.schedule-combined{color:#2e3d43;font-weight:850}.class-meta .meta-row-branch{background:#fffaf0;box-shadow:inset 0 0 0 1px #f0dfb8}.class-meta .meta-row-instructor{margin-top:1px;color:#758287}.branch-with-provider{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.class-footer{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.class-footer strong{color:#1d292e;font-size:18px;letter-spacing:-.03em}.class-footer button{min-height:34px;padding:0 12px;border:0;border-radius:999px;color:#fff;font-size:12px;font-weight:900;background:var(--teal)}.class-footer button:hover{background:var(--teal-dark)}.class-footer button:disabled{cursor:not-allowed;color:#7d8a91;background:#e8eeeb}.class-actions{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.class-actions .compare-action{color:#2e3d43;background:#edf5f2;box-shadow:inset 0 0 0 1px #d4e5df}.class-actions .compare-action:hover{background:#deece7}.class-actions .compare-action.active{color:#fff;background:#475569;box-shadow:none}.class-actions .apply-action.active{color:#8a4b00;background:#fff4d7;box-shadow:inset 0 0 0 1px #ebd391}.class-actions .apply-action.active:hover{background:#ffe8ad}.state-panel{margin-bottom:16px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;color:#59656a;font-weight:800;background:#fff}.state-panel.error{border-color:#ffd0d0;color:#a23d3d;background:#fff6f6}.course-compare-panel{margin-bottom:16px;padding:14px;border:1px solid #d7e4de;border-radius:8px;background:#fbfefd;box-shadow:0 8px 22px #1f303614}.course-compare-header{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.course-compare-header h3{margin:2px 0 0;color:#17242a;font-size:18px;line-height:1.25}.course-compare-header h3 strong{color:var(--teal-dark)}.course-compare-header button,.compare-remove-button{min-height:30px;padding:0 10px;border:1px solid #d4e1dc;border-radius:999px;color:#435158;font-size:12px;font-weight:900;background:#fff;cursor:pointer}.course-compare-table-wrap{overflow-x:auto;border:1px solid #e3ece8;border-radius:8px;background:#fff}.course-compare-table-wrap-mobile{display:none}.course-compare-table{width:100%;min-width:720px;table-layout:fixed;border-collapse:collapse;color:#2e3d43;font-size:12.5px}.course-compare-table th,.course-compare-table td{width:190px;padding:9px 10px;border-bottom:1px solid #edf3f0;border-right:1px solid #edf3f0;overflow:hidden;vertical-align:top;text-align:left;overflow-wrap:anywhere}.course-compare-table th:first-child,.course-compare-table td:first-child{width:86px;color:#6c7a80;font-weight:950;background:#f8fbfa;position:sticky;left:0;z-index:1}.course-compare-table thead th{background:#f3f8f6}.course-compare-table tbody tr:last-child th,.course-compare-table tbody tr:last-child td{border-bottom:0}.compare-title-button{width:100%;min-width:0;padding:0;border:0;display:grid;gap:4px;color:#17242a;text-align:left;background:transparent;cursor:pointer}.compare-title-button span{display:-webkit-box;overflow:hidden;max-width:100%;font-size:13px;font-weight:950;line-height:1.28;-webkit-line-clamp:2;-webkit-box-orient:vertical}.compare-title-button small{overflow:hidden;max-width:100%;color:#6c7a80;font-size:11.5px;font-weight:850;white-space:nowrap;text-overflow:ellipsis}.compare-remove-button{margin-top:8px;min-height:26px;padding:0 8px;color:#8b4a4a;border-color:#f1d8d8;background:#fff8f8}@media (max-width: 640px){.course-compare-panel{padding:10px}.course-compare-header{align-items:flex-start}.course-compare-header h3{font-size:16px}.course-compare-table-wrap-desktop{display:none}.course-compare-table-wrap-mobile{display:block}.course-compare-table-transposed{min-width:980px;table-layout:fixed}.course-compare-table-transposed th,.course-compare-table-transposed td{width:104px;padding:8px;font-size:12px}.course-compare-table-transposed th:first-child,.course-compare-table-transposed td:first-child{width:170px}.course-compare-table-transposed th:last-child,.course-compare-table-transposed td:last-child{width:68px}.course-compare-table-transposed thead th:first-child,.course-compare-table-transposed tbody th:first-child{position:sticky;left:0;z-index:2;background:#f8fbfa}.course-compare-table-transposed .compare-title-button span{font-size:12.5px;-webkit-line-clamp:3}.course-compare-table-transposed .compare-remove-button{margin-top:0;min-height:28px;padding:0 7px;font-size:11.5px}}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb,.class-thumb{position:relative}.branch-class-grid .status-badge,.branch-course-group .branch-class-grid .status-badge,.branch-course-group.is-expanded .branch-class-grid .status-badge,.status-badge{position:absolute;z-index:6;display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:0;min-height:30px;max-width:calc(100% - 20px);padding:0 12px;border:0;border-radius:999px;font-size:13px;line-height:1;font-weight:950;white-space:nowrap;box-shadow:0 8px 18px #0f172a24;pointer-events:none}.branch-class-grid .status-badge.status-open,.branch-course-group .branch-class-grid .status-badge.status-open,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-open,.status-badge.status-open{top:auto;right:auto;bottom:10px;left:10px;color:#0f766e;background:#fffffff5;box-shadow:0 8px 18px #0f766e2e}.branch-class-grid .status-badge.status-new,.branch-course-group .branch-class-grid .status-badge.status-new,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-new,.status-badge.status-new,.branch-class-grid .status-badge.status-deadline,.branch-course-group .branch-class-grid .status-badge.status-deadline,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-deadline,.status-badge.status-deadline,.branch-class-grid .status-badge.status-closed,.branch-course-group .branch-class-grid .status-badge.status-closed,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-closed,.status-badge.status-closed{top:10px;right:auto;bottom:auto;left:10px;color:#fff}.branch-class-grid .status-badge.status-new,.branch-course-group .branch-class-grid .status-badge.status-new,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-new,.status-badge.status-new{background:#14b8a6}.branch-class-grid .status-badge.status-deadline,.branch-course-group .branch-class-grid .status-badge.status-deadline,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-deadline,.status-badge.status-deadline{background:#ef4444}.branch-class-grid .status-badge.status-closed,.branch-course-group .branch-class-grid .status-badge.status-closed,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-closed,.status-badge.status-closed{background:#64748b}@media (max-width: 640px){.branch-class-grid .status-badge,.branch-course-group .branch-class-grid .status-badge,.branch-course-group.is-expanded .branch-class-grid .status-badge,.status-badge{min-height:25px;padding:0 9px;font-size:11px}.branch-class-grid .status-badge.status-open,.branch-course-group .branch-class-grid .status-badge.status-open,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-open,.status-badge.status-open{bottom:7px;left:7px}.branch-class-grid .status-badge.status-new,.branch-course-group .branch-class-grid .status-badge.status-new,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-new,.status-badge.status-new,.branch-class-grid .status-badge.status-deadline,.branch-course-group .branch-class-grid .status-badge.status-deadline,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-deadline,.status-badge.status-deadline,.branch-class-grid .status-badge.status-closed,.branch-course-group .branch-class-grid .status-badge.status-closed,.branch-course-group.is-expanded .branch-class-grid .status-badge.status-closed,.status-badge.status-closed{top:7px;left:7px}}@media (min-width: 1024px){.site-header,.site-header .topbar,.site-header .topbar.header-inner,.header-inner{min-height:64px}.site-header .brand-logo,.header-inner .brand-logo,.site-header .search-bar,.header-inner .search-bar{height:42px}.layout{min-height:calc(100vh - 64px);gap:14px;grid-template-columns:280px minmax(0,1fr)}.filter-panel{max-height:calc(100vh - 86px)}.main-content{gap:12px;padding-top:12px}.nearby-map-section{margin:0}.nearby-map-layout{min-height:clamp(360px,50vh,500px);grid-template-columns:minmax(280px,.95fr) minmax(0,1.65fr);gap:12px}.nearby-center-list,.nearby-map-canvas{min-height:0;max-height:clamp(360px,50vh,500px)}.nearby-center-list{padding:14px 14px 10px}.nearby-list-heading{padding-bottom:12px}.nearby-list-heading h2,.nearby-map-toolbar h2{font-size:19px}.nearby-center-list button{min-height:48px;padding-block:6px}.nearby-provider-icon,.nearby-provider-icon svg{width:32px;height:32px}.nearby-center-meta strong{font-size:14px}.nearby-center-meta small{margin-top:2px;font-size:11px}.nearby-center-list em{font-size:14px}.nearby-map-toolbar{min-height:50px;padding:10px 14px 6px}.nearby-radius-control button{min-width:56px;min-height:30px;font-size:12px}.google-map-card{margin:0 10px 10px}.google-map-card,.google-map-card>div:first-child{height:calc(clamp(360px,50vh,500px) - 70px);min-height:290px}.section.results-section{min-height:clamp(300px,40vh,440px);padding:12px 16px 16px}.section.results-section .section-header{margin-bottom:10px}.section.results-section .section-header h2{font-size:19px}}@media (min-width: 1024px) and (max-height: 820px){.nearby-map-layout{min-height:clamp(320px,48vh,420px)}.nearby-center-list,.nearby-map-canvas{max-height:clamp(320px,48vh,420px)}.google-map-card,.google-map-card>div:first-child{height:calc(clamp(320px,48vh,420px) - 64px);min-height:250px}.section.results-section{min-height:clamp(280px,40vh,380px)}}.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card{height:224px;min-height:224px;display:grid;grid-template-columns:1fr;grid-template-rows:96px minmax(0,1fr);overflow:hidden;border:1px solid #e5edf0;border-radius:10px;background:#fff;box-shadow:0 6px 18px #0f172a0f}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{position:relative;width:auto;height:96px;min-height:96px;margin:0;overflow:hidden;border-radius:10px 10px 0 0}.branch-class-grid .status-badge,.branch-course-group .branch-class-grid .status-badge,.branch-course-group.is-expanded .branch-class-grid .status-badge{top:8px;left:8px;right:auto;min-height:24px;padding:0 8px;border-radius:8px;color:#fff;font-size:11px;font-weight:950}.branch-class-grid .favorite-button,.branch-course-group .branch-class-grid .favorite-button,.branch-course-group.is-expanded .branch-class-grid .favorite-button{position:absolute;top:8px;right:8px;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:999px;color:#1e2f4f;background:#fffffff0;box-shadow:0 4px 10px #0f172a1f;font-size:22px;line-height:1}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{position:relative;min-width:0;padding:10px 12px 12px;display:grid;grid-template-rows:auto auto auto auto 1fr;gap:5px}.branch-class-grid .class-title-row{min-width:0;padding-right:0}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{min-height:34px;margin:0;color:#111827;font-size:14px;font-weight:950;line-height:1.25;letter-spacing:0;-webkit-line-clamp:2}.branch-class-grid .class-compact-meta{display:grid;gap:2px;padding:0;border-bottom:0}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-width:0;display:flex;align-items:center;gap:5px;overflow:hidden;color:#111827;font-size:11.5px;font-weight:820;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.branch-class-grid .class-compact-meta li>span{width:14px;height:14px;display:inline-grid;place-items:center;flex:0 0 14px;color:#64748b;font-size:9px}.branch-class-grid .class-compact-meta .meta-age{width:fit-content;max-width:100%;padding:3px 7px 3px 5px;border-radius:999px;color:#0f766e;background:#eef8f5}.branch-class-grid .class-compact-meta li em{margin:0 3px;color:#94a3b8;font-style:normal;font-weight:700}.branch-class-grid .class-compact-meta li strong{flex:0 0 auto;font-weight:820}.branch-class-grid .class-price-block,.branch-course-group .branch-class-grid .class-price-block,.branch-course-group.is-expanded .branch-class-grid .class-price-block{min-width:0;margin:2px 0 0;display:flex;align-items:baseline;justify-content:flex-start;gap:5px;text-align:left}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{color:#0f9f8f;font-size:15px;font-weight:950;line-height:1}.branch-class-grid .class-price-block span{min-width:0;overflow:hidden;color:#64748b;font-size:10.5px;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.branch-class-grid .class-center-line,.branch-course-group .branch-class-grid .class-center-line,.branch-course-group.is-expanded .branch-class-grid .class-center-line{margin:0;overflow:hidden;color:#64748b;font-size:11px;font-weight:850;white-space:nowrap;text-overflow:ellipsis}.branch-class-grid .class-actions,.branch-course-group .branch-class-grid .class-actions,.branch-course-group.is-expanded .branch-class-grid .class-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center}.branch-class-grid .compare-action,.branch-class-grid .apply-action,.branch-course-group .branch-class-grid .compare-action,.branch-course-group .branch-class-grid .apply-action,.branch-course-group.is-expanded .branch-class-grid .compare-action,.branch-course-group.is-expanded .branch-class-grid .apply-action{min-width:0;min-height:32px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:950}@media (max-width: 1280px){.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+4){display:none}}@media (max-width: 980px){.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+3){display:none}}@media (max-width: 640px){.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:1fr}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+2){display:none}.branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card{height:224px;min-height:224px;grid-template-columns:1fr}}.result-progress{margin:6px 0 0;color:var(--muted);font-size:13px;font-weight:800}.popular-section{padding:20px;border:1px solid #f5e8c8;border-radius:24px;background:linear-gradient(135deg,#fffaedf5,#ffffffd1),var(--cream);box-shadow:var(--shadow-soft)}.text-button{border:0;color:#38454b;font-weight:850;background:transparent}.popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.popular-card{position:relative;min-height:120px;padding:13px 12px 13px 92px;display:flex;align-items:center;border:1px solid rgba(231,225,214,.98);border-radius:20px;background:#fffffff0;box-shadow:0 10px 22px #3f31180f}.popular-card-button{width:100%;color:inherit;text-align:left;cursor:pointer}.popular-card-button:hover{border-color:#18b7aa47;box-shadow:var(--shadow-soft)}.toast{position:fixed;top:148px;right:28px;z-index:40;max-width:min(360px,calc(100vw - 40px));padding:12px 15px;border:1px solid rgba(24,183,170,.24);border-radius:14px;color:#1d292e;font-size:13px;font-weight:800;background:#fffffff5;box-shadow:var(--shadow-soft)}.notification-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#151f243d}.notification-panel{position:absolute;top:86px;right:28px;width:min(420px,calc(100vw - 32px));max-height:min(620px,calc(100vh - 110px));display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.notification-panel-header{padding:18px;display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.notification-panel-header h2{margin:0;font-size:19px}.notification-panel-header p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.4}.notification-panel-actions{display:flex;align-items:start;gap:6px}.notification-panel-actions button{min-height:32px;padding:0 9px;border:1px solid var(--line);border-radius:8px;color:#263238;font-size:12px;font-weight:800;background:#fff}.notification-list{margin:0;padding:8px;overflow-y:auto;list-style:none}.notification-list li+li{margin-top:6px}.notification-list button{width:100%;padding:12px;display:grid;grid-template-columns:auto 1fr;gap:5px 9px;border:1px solid transparent;border-radius:12px;color:#1d292e;text-align:left;background:#f8fbfa}.notification-list button:hover{border-color:#18b7aa47;background:#f3fbf8}.notification-type{grid-row:span 3;min-width:46px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-size:11px;font-weight:900;background:var(--teal)}.notification-type.type-deadline{background:#e64c4c}.notification-type.type-course_start{background:#5768d8}.notification-type.type-start{background:#c58319}.notification-list strong{font-size:14px}.notification-list span:not(.notification-type){color:#4d5a60;font-size:13px;line-height:1.4}.notification-list time{color:var(--teal-dark);font-size:12px;font-weight:850}.notification-empty{padding:34px 20px;color:var(--muted);font-size:14px;font-weight:800;text-align:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:24px;background:#151f246b}.login-modal{width:min(420px,100%);padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.course-detail-backdrop{z-index:80;overflow-y:auto;align-items:start}.course-detail-modal{position:relative;width:min(760px,100%);max-height:calc(100vh - 48px);overflow:hidden auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.modal-close-button{position:absolute;top:14px;right:14px;z-index:2;width:38px;height:38px;border:0;border-radius:999px;color:#253137;font-size:26px;line-height:1;background:#ffffffe6;box-shadow:0 8px 18px #1d292e1f}.course-detail-hero{position:relative;min-height:260px;max-height:320px;padding:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f2f8f6f5,#ffffffd1),#eef4f2}.course-detail-image{width:100%;height:100%;max-height:292px;object-fit:contain;display:block;border-radius:14px}.course-detail-emoji{font-size:84px}.detail-status{bottom:16px;left:16px}.course-detail-content{padding:22px}.course-detail-title-row{display:flex;justify-content:space-between;gap:18px}.course-detail-title-row h2{margin:4px 0 0;color:#19252b;font-size:25px;line-height:1.28;letter-spacing:-.03em}.detail-favorite{position:static;flex:0 0 auto}.course-detail-list{margin:20px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.course-detail-list div{min-width:0;padding:11px 12px;border:1px solid #edf2ef;border-radius:12px;background:#fbfdfc}.course-detail-list dt{margin-bottom:4px;color:#7d8a91;font-size:12px;font-weight:850}.course-detail-list dd{margin:0;color:#263238;font-size:14px;line-height:1.4;word-break:keep-all}.course-detail-list .schedule-lines-detail{display:block}.course-detail-description{margin-top:18px;padding:16px;border-radius:14px;background:#f7faf9}.course-detail-description h3{margin:0 0 8px;color:#243137;font-size:16px}.course-detail-description p{margin:0;color:#4d5a60;font-size:14px;line-height:1.65;white-space:pre-wrap}.course-detail-ai{margin-top:12px;padding:14px 16px;display:grid;gap:12px;border-radius:14px;background:#fffaf0;box-shadow:inset 0 0 0 1px #f0dfb8}.course-detail-ai h3{margin:0 0 7px;color:#4f320d;font-size:14px;font-weight:900}.course-detail-ai p{margin:0;color:#4d4638;font-size:14px;line-height:1.6;white-space:pre-wrap}.course-detail-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.course-detail-ai .course-detail-tags{margin-top:0}.course-detail-tags span{min-height:28px;padding:5px 10px;display:inline-flex;align-items:center;border-radius:999px;color:#31545c;font-size:12px;font-weight:850;background:#edf7f4;box-shadow:inset 0 0 0 1px #d2e9e1}.course-detail-tags.ai-tags span{color:#6a3f13;background:#fff4d7;box-shadow:inset 0 0 0 1px #ebd391}.course-detail-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:10px}.course-detail-actions button{min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;font-size:14px;font-weight:900;text-decoration:none}.course-detail-actions .detail-close-action{color:#344046;background:#eef4f2}.course-detail-actions .detail-source-action{color:#2c4b52;background:#e6f3ef}.course-detail-actions button:not(.detail-close-action):not(.detail-source-action){color:#fff;background:var(--teal)}.course-detail-actions .detail-my-course-action.active{color:#8a4b00;background:#fff4d7;box-shadow:inset 0 0 0 1px #ebd391}.course-detail-actions .detail-my-course-action.active:hover{background:#ffe8ad}.course-detail-actions button:disabled{cursor:default;opacity:.72}@media (max-width: 720px){.course-detail-modal{max-height:calc(100vh - 24px);border-radius:18px}.course-detail-hero{min-height:210px;max-height:260px;padding:10px}.course-detail-image{max-height:240px}.course-detail-list{grid-template-columns:1fr}.course-detail-actions{flex-direction:column}}.login-modal-header{display:flex;justify-content:space-between;gap:16px}.login-modal-header h2{margin:0;color:#1d292e;font-size:22px}.login-modal-header p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.login-modal-header button{width:34px;height:34px;border:0;border-radius:999px;color:#59656a;font-size:24px;line-height:1;background:#f5f8f7}.login-actions{margin-top:20px;display:grid;gap:10px}.social-login{height:48px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:12px;color:#20282d;font-weight:850;background:#fff}.social-login span{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-size:13px;font-weight:900}.social-login.google span{background:#4285f4}.social-login.naver{color:#0b5f34;background:#f4fff8}.social-login.naver span{background:#03c75a}.login-warning{margin:14px 0 0;padding:10px 12px;border:1px solid #ffd0d0;border-radius:12px;color:#a23d3d;font-size:12px;line-height:1.45;background:#fff6f6}.signup-modal{width:min(460px,100%)}.signup-form{margin-top:18px;display:grid;gap:10px}.signup-form label{display:grid;gap:6px;color:#344046;font-size:13px;font-weight:800}.signup-form input:not([type=checkbox]){height:42px;padding:0 12px;border:1px solid #dce4e1;border-radius:10px;color:var(--text);background:#fff;outline:none}.signup-form input:not([type=checkbox]):focus{border-color:var(--teal);box-shadow:0 0 0 3px #18b7aa1f}.signup-agree{grid-template-columns:18px 1fr;align-items:center;gap:8px;color:#59656a;font-size:12px}.signup-agree input{width:16px;height:16px;accent-color:var(--teal)}.signup-submit{height:46px;border:0;border-radius:12px;color:#fff;font-weight:900;background:var(--teal)}.signup-submit:hover{background:var(--teal-dark)}.signup-social{margin-top:14px}.auth-switch-button{width:100%;margin-top:14px;height:38px;border:0;color:var(--teal-dark);font-weight:850;background:transparent}.rank-badge{position:absolute;top:12px;left:12px;z-index:2;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:3px solid #fff;border-radius:50%;color:#fff;font-weight:900;background:#f7b51d;box-shadow:0 6px 14px #b0770b38}.popular-thumb{position:absolute;top:14px;left:22px;width:64px;height:92px;border-radius:16px}.popular-thumb span{font-size:34px}.popular-copy{min-width:0;padding-right:32px}.popular-copy h3{overflow:hidden;font-size:15px;white-space:nowrap;text-overflow:ellipsis}.popular-copy p{margin:5px 0 0;overflow:hidden;color:#69757b;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.popular-copy .popular-schedule-lines{white-space:normal}.popular-schedule-lines span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popular-copy strong{display:block;margin-top:7px;color:#1d292e;font-size:15px}.popular-card>.source-chip{position:absolute;right:12px;bottom:12px}@media (max-width: 1280px){.class-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.utility-nav span{display:none}.utility-nav .user-session-badge{display:inline-flex}}@media (max-width: 980px){.site-header{overflow-x:hidden}.topbar{width:100%;height:auto;padding:16px 18px;flex-wrap:wrap;gap:14px}.brand{flex:0 1 auto;min-width:224px}.brand-logo{width:218px;height:58px}.search-bar{order:3;min-width:0;max-width:none;flex-basis:100%}.utility-nav{min-width:0;flex:1 1 auto;justify-content:flex-end;overflow:hidden;gap:4px}.utility-nav button{min-width:0;padding:0 8px}.user-session-badge{max-width:96px}.notification-panel{top:84px;right:18px}.layout{grid-template-columns:1fr;padding:18px}.sidebar-shell{position:fixed;left:0;right:0;bottom:0;z-index:75;padding:48px 14px 14px;transform:translateY(104%);border-radius:22px 22px 0 0;background:#fff;box-shadow:0 -18px 48px #1d292e2e;transition:transform .18s ease}.sidebar-shell.open{transform:translateY(0)}.filter-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:block;border:0;background:#151f246b}.mobile-filter-close{position:absolute;top:12px;right:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border:1px solid var(--line);border-radius:999px;color:#344046;font-size:13px;font-weight:850;background:#fff}.filter-panel{position:static;max-height:none;overflow:visible;padding:0 4px 12px;border:0;border-radius:0;box-shadow:none}.mobile-filter-bar{position:sticky;top:132px;z-index:10;margin-bottom:12px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:14px;background:#fffffff0;box-shadow:var(--shadow-soft)}.mobile-filter-bar button{min-height:38px;padding:0 16px;border:0;border-radius:10px;color:#fff;font-weight:900;background:var(--teal)}.mobile-filter-bar span{color:#4d5a60;font-size:13px;font-weight:850}.class-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){body{background:var(--bg)}.topbar{gap:10px;padding:12px 14px}.brand{flex:0 0 100%;min-width:auto;max-width:100%;justify-content:center}.brand-logo{width:178px;height:48px}.search-bar{min-height:42px}.utility-nav{order:2;width:100%;flex:0 0 100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));justify-content:stretch;gap:4px;font-size:12px}.utility-nav button{width:100%;min-height:34px;padding:0 4px;overflow:hidden;border-radius:9px;white-space:nowrap;text-overflow:ellipsis}.utility-nav b{margin-left:2px;font-size:11px}.user-session-badge{width:34px;min-width:34px;max-width:34px;min-height:34px;padding:0;flex:0 0 34px;border-radius:50%;font-size:12px}.user-session-full{display:none}.user-session-compact{display:inline}.notification-badge{top:0;right:-2px;min-width:15px;height:15px;padding:0 4px;font-size:9px}.notification-panel{inset:auto 10px 10px;top:78px;width:auto;max-height:calc(100vh - 92px);border-radius:16px}.notification-panel-header{padding:14px}.notification-panel-actions{flex-direction:column}.layout{padding:12px}.google-map-card{height:300px;border-radius:18px}.google-map-card>div:first-child{min-height:300px}.map-status-panel{left:10px;right:10px;bottom:10px;max-width:none;font-size:11px}.search-area-button{top:10px;left:10px;height:36px;padding:0 10px;border-radius:10px;font-size:12px}.google-map-approx-button{top:52px}.view-toggle{top:auto;right:14px;bottom:14px}.zoom-control{display:none}.class-grid,.popular-grid{grid-template-columns:1fr}.class-grid.branch-class-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-auto-rows:158px;gap:10px;margin:0 -2px;max-height:170px;padding:2px 8px 10px 2px}.branch-class-grid .class-card{width:100%;height:158px}.branch-course-group{gap:8px;padding:10px;border-radius:16px}.branch-course-group-header{padding:0 0 8px;border-bottom:1px solid #e4ece9}.branch-course-group-title{gap:7px}.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:minmax(0,1fr)}.branch-course-group-header h3{max-width:100%;font-size:15px}.branch-course-group-title strong{padding-inline:8px;font-size:12px}.section-header{align-items:start;flex-direction:column}.section,.popular-section{padding:14px;border-radius:18px}.sort-select{width:100%}.class-card{border-radius:16px}}.layout{max-width:1640px;grid-template-columns:minmax(0,1fr);gap:16px}.sidebar-shell{position:sticky;top:96px;z-index:35;min-width:0}.filter-panel{position:relative;top:auto;padding:8px 12px;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:8px;border-radius:14px}.filter-header{grid-column:1 / -1;margin:0;min-width:0}.filter-header h2{font-size:16px}.filter-header button{min-height:30px;padding:0 8px;border:1px solid var(--line);border-radius:8px;background:#fff}.selected-branch-panel{grid-column:1 / -1;margin:0;grid-template-columns:auto minmax(120px,auto) minmax(0,1fr) auto;align-items:center}.selected-branch-panel button{justify-self:end}.filter-list{grid-column:1 / -1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.active-filter-chips,.detail-filter-panel{margin-top:-2px}.filter-menu-wrap{flex:1 1 144px;min-width:132px;max-width:220px}.detail-filter-panel .filter-menu-wrap{max-width:none}.filter-item{min-height:48px;padding:6px 9px;grid-template-columns:26px minmax(0,1fr) 10px;gap:7px;border:1px solid #e4ece9;border-radius:12px;background:#fff}.filter-item:hover,.filter-item.active{border-color:#18b7aa59;background:#f7fcfa}.filter-icon{width:26px;height:26px;border-radius:8px}.filter-copy{min-width:0;gap:1px}.filter-copy strong,.filter-copy small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.filter-copy strong{font-size:12px}.filter-copy small{font-size:11px}.filter-chevron{transform:rotate(90deg);font-size:18px}.filter-menu{position:absolute;top:calc(100% + 7px);left:0;z-index:60;width:max-content;min-width:100%;max-width:min(340px,calc(100vw - 40px));max-height:min(420px,calc(100vh - 220px));margin:0;overflow:auto}.date-filter-item{flex:0 1 154px;min-width:144px}@media (min-width: 981px){.filter-panel{position:relative;padding:8px 12px;min-height:48px;grid-template-columns:minmax(0,1fr);gap:8px}.filter-header{align-self:center;display:flex;min-width:0}.filter-list{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;padding-bottom:0;scrollbar-width:none}.filter-list::-webkit-scrollbar{display:none}.filter-menu-wrap{flex:0 0 142px;min-width:142px;max-width:142px}.date-filter-item{flex:0 0 142px;min-width:142px}.filter-toggle-button,.detail-filter-toggle{flex:0 0 132px;width:132px}.filter-item{min-height:42px;padding:5px 8px;grid-template-columns:24px minmax(0,1fr) 8px}.filter-icon{width:24px;height:24px}.filter-copy strong{font-size:11.5px}.filter-copy small{font-size:10.5px}.active-filter-chips{display:none}.detail-filter-panel{position:absolute;top:calc(100% + 6px);right:12px;z-index:80;width:min(720px,calc(100vw - 32px));margin:0;box-shadow:0 18px 42px #1d292e29}.detail-filter-panel .filter-menu-wrap{min-width:0}.selected-branch-panel{display:none}}.age-month-input{padding-left:8px}.mobile-filter-bar,.mobile-filter-close,.filter-scrim{display:none!important}@media (max-width: 980px){.layout{grid-template-columns:minmax(0,1fr);padding:14px}.sidebar-shell{position:sticky;inset:auto;top:132px;z-index:35;padding:0;transform:none;border-radius:0;background:transparent;box-shadow:none;transition:none}.filter-panel{position:relative;max-height:none;overflow:visible;padding:10px;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-soft)}.filter-header{grid-column:1 / -1}.filter-list{grid-column:1 / -1;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.filter-list::-webkit-scrollbar{display:none}.filter-menu-wrap{flex:0 0 148px}.selected-branch-panel{grid-template-columns:1fr auto}.selected-branch-panel span,.selected-branch-panel small{grid-column:1 / -1}}@media (max-width: 640px){.sidebar-shell{top:118px}.filter-panel{gap:8px}.filter-header{display:none}.filter-menu-wrap,.date-filter-item{flex-basis:136px;min-width:136px}.filter-menu{position:fixed;top:178px;left:10px;right:10px;width:auto;max-width:none;max-height:calc(100vh - 198px)}}@media (max-width: 980px){.layout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;padding:14px}.mobile-filter-bar{position:static;z-index:auto;margin:0;padding:10px 12px;display:flex!important;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-soft)}.mobile-filter-bar span{min-width:0;overflow:hidden;color:#435158;font-size:13px;font-weight:850;white-space:nowrap;text-overflow:ellipsis}.mobile-filter-bar button{flex:0 0 auto;min-height:38px;padding:0 14px;border:0;border-radius:10px;color:#fff;font-size:13px;font-weight:900;background:var(--teal)}.filter-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:block!important;border:0;background:#151f246b}.sidebar-shell{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:75;max-height:86vh;padding:48px 14px 14px;overflow:hidden;transform:translateY(104%);border-radius:22px 22px 0 0;background:#fff;box-shadow:0 -18px 48px #1d292e2e;transition:transform .18s ease}.sidebar-shell.open{transform:translateY(0)}.mobile-filter-close{position:absolute;top:12px;right:16px;z-index:2;min-height:32px;padding:0 13px;display:inline-flex!important;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;color:#344046;font-size:13px;font-weight:850;background:#fff}.filter-panel{height:calc(86vh - 62px);max-height:none;overflow-y:auto;padding:2px 2px 18px;display:block;border:0;border-radius:0;box-shadow:none}.filter-header{margin:0 0 12px;display:flex}.filter-list{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;overflow:visible;padding:0}.active-filter-chips{margin:10px 0}.detail-filter-panel{margin-top:8px;grid-template-columns:minmax(0,1fr);padding:0;border:0;background:transparent}.filter-menu-wrap,.date-filter-item{width:100%;min-width:0;max-width:none;flex:none}.filter-item{min-height:52px;padding:8px 10px;grid-template-columns:28px minmax(0,1fr) 18px}.filter-menu{position:static;width:100%;max-width:none;max-height:260px;margin:6px 0 2px;overflow:auto}.selected-branch-panel{margin:0 0 10px;grid-template-columns:minmax(0,1fr)}.selected-branch-panel button{justify-self:start}}@media (max-width: 640px){.layout{padding:12px}}@media (max-width: 980px){.branch-course-group-header{min-height:68px;grid-template-columns:minmax(0,1fr) auto;gap:7px 8px}.branch-course-group-title{grid-column:1}.branch-course-group-summary{grid-column:1 / -1;flex-wrap:nowrap;overflow:hidden}.branch-course-group-summary span{flex:0 1 auto;max-width:132px}.branch-course-preview{grid-template-columns:minmax(0,1fr)}.branch-course-group-toggle{grid-column:2;grid-row:1}.branch-course-group.is-expanded .branch-class-grid,.class-grid.branch-class-grid{max-height:460px;grid-template-columns:minmax(0,1fr);grid-auto-rows:auto;gap:7px;margin:0;padding:8px}.branch-class-grid .class-card{width:100%;height:auto}.branch-class-grid .class-body{grid-template-columns:minmax(0,1fr) auto;gap:5px 10px}.branch-class-grid .class-title-row,.branch-class-grid .age-text{grid-column:1}.branch-class-grid .class-meta{grid-column:1 / -1;grid-row:auto}.branch-class-grid .class-footer{grid-column:2;grid-row:1 / span 2}}@media (max-width: 640px){.branch-course-group{padding:0;border-radius:8px}.branch-course-group-header{padding:9px 10px}.branch-course-group-header h3{font-size:13.5px}.branch-course-group-title strong{padding-inline:7px;font-size:11.5px}.branch-course-group-summary{gap:4px;font-size:11px}.branch-course-group-summary span{max-width:108px;min-height:21px;padding:3px 6px}.branch-course-preview{padding:0 7px 7px}.branch-course-preview-item{min-height:58px;grid-template-columns:auto minmax(0,1fr)}.branch-course-preview-item em{grid-column:2;grid-row:2;justify-self:end}.branch-course-group.is-expanded .branch-class-grid,.class-grid.branch-class-grid{max-height:430px}.branch-class-grid .class-body{padding:8px 9px}.branch-class-grid .class-title-row h3{font-size:13.5px}.branch-class-grid .age-text,.branch-class-grid .class-meta,.branch-class-grid .class-meta .meta-row-priority dd{font-size:11.5px}.branch-class-grid .class-footer{min-width:82px}.branch-class-grid .class-footer strong{font-size:12px}}.branch-course-group.is-expanded .class-grid.branch-class-grid{max-height:520px;display:grid;grid-template-columns:minmax(0,1fr);grid-auto-rows:auto;gap:7px;margin:0;padding:8px;overflow-x:hidden;overflow-y:auto}.branch-course-group.is-expanded .branch-class-grid .class-card{width:100%;height:auto;min-height:0;display:block;border-radius:8px;box-shadow:none}.branch-course-group.is-expanded .branch-class-grid .class-thumb{display:none}.branch-course-group.is-expanded .branch-class-grid .class-body{min-width:0;padding:9px 11px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(210px,1fr) auto;gap:6px 12px;align-items:center}.branch-course-group.is-expanded .branch-class-grid .class-title-row{grid-column:1;min-width:0}.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{min-height:0;overflow:hidden;display:-webkit-box;font-size:14px;line-height:1.25;letter-spacing:0;-webkit-line-clamp:2;-webkit-box-orient:vertical}.branch-course-group.is-expanded .branch-class-grid .age-text{grid-column:1;margin:0;padding:0;border-radius:0;background:transparent}.branch-course-group.is-expanded .branch-class-grid .class-meta{grid-column:2;grid-row:1 / span 2;margin:0}.branch-course-group.is-expanded .branch-class-grid .class-meta>div:not(.meta-row-schedule){display:none}.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority{padding:0;border:0;box-shadow:none;background:transparent}.branch-course-group.is-expanded .branch-class-grid .class-footer{grid-column:3;grid-row:1 / span 2;margin:0;min-width:96px;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:5px}@media (max-width: 980px){.branch-course-group.is-expanded .branch-class-grid .class-body{grid-template-columns:minmax(0,1fr) auto}.branch-course-group.is-expanded .branch-class-grid .class-meta{grid-column:1 / -1;grid-row:auto}.branch-course-group.is-expanded .branch-class-grid .class-footer{grid-column:2;grid-row:1 / span 2}}@media (max-width: 640px){.branch-course-group.is-expanded .class-grid.branch-class-grid{max-height:430px}.branch-course-group.is-expanded .branch-class-grid .class-body{padding:8px 9px}.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:13.5px}.branch-course-group.is-expanded .branch-class-grid .class-footer{min-width:82px}}.branch-course-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.branch-course-preview-item{min-height:72px;padding:7px 9px;grid-template-columns:50px auto minmax(0,1fr) auto;grid-template-areas:"thumb status title price" "thumb age age price" "thumb schedule schedule price";gap:3px 7px}.branch-course-preview-item span.preview-thumb{grid-area:thumb;width:50px;height:50px;min-width:50px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:7px;color:#253239;font-size:20px;font-weight:900}.branch-course-preview-item .preview-thumb img{width:100%;height:100%;display:block;object-fit:cover}.branch-course-preview-item .preview-status{grid-area:status;align-self:start;min-height:20px;padding:2px 6px;font-size:10px;line-height:1.35;white-space:nowrap}.branch-course-preview-item strong{grid-area:title;align-self:start;min-height:0;display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.25;white-space:normal;word-break:keep-all;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical}.branch-course-preview-item .preview-age{grid-area:age}.branch-course-preview-item .preview-schedule{grid-area:schedule}.branch-course-preview-item em{grid-area:price;grid-column:auto;grid-row:auto;align-self:center}.branch-course-group.is-expanded .branch-class-grid .class-card{display:grid;grid-template-columns:104px minmax(0,1fr);min-height:132px;overflow:hidden}.branch-course-group.is-expanded .branch-class-grid .class-thumb{display:flex;height:100%;min-height:132px}.branch-course-group.is-expanded .branch-class-grid .thumb-emoji{font-size:38px}.branch-course-group.is-expanded .branch-class-grid .favorite-button{top:7px;right:7px;width:28px;height:28px;font-size:15px}.branch-course-group.is-expanded .branch-class-grid .status-badge{left:7px;bottom:7px;max-width:44px;padding:3px 6px;overflow:hidden;font-size:10.5px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.branch-course-group.is-expanded .branch-class-grid .class-body{min-width:0;min-height:132px;padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,.8fr) minmax(92px,auto);grid-template-areas:"title meta footer" "age meta footer";gap:6px 12px;align-items:start}.branch-course-group.is-expanded .branch-class-grid .class-title-row{grid-area:title;display:block;min-width:0}.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{min-height:0;display:block;overflow:visible;color:#19252b;font-size:14px;line-height:1.35;letter-spacing:0;white-space:normal;word-break:keep-all;overflow-wrap:anywhere;-webkit-line-clamp:initial;-webkit-box-orient:initial}.branch-course-group.is-expanded .branch-class-grid .age-text{grid-area:age;min-width:0;align-self:start}.branch-course-group.is-expanded .branch-class-grid .class-meta{grid-area:meta;align-self:center}.branch-course-group.is-expanded .branch-class-grid .class-footer{grid-area:footer;min-width:92px;align-self:center}@media (max-width: 980px){.branch-course-preview{grid-template-columns:minmax(0,1fr)}.branch-course-group.is-expanded .branch-class-grid .class-body{grid-template-columns:minmax(0,1fr) minmax(86px,auto);grid-template-areas:"title footer" "age footer" "meta meta"}}@media (max-width: 640px){.branch-course-preview-item{grid-template-columns:46px auto minmax(0,1fr);grid-template-areas:"thumb status price" "thumb title title" "thumb age age" "thumb schedule schedule"}.branch-course-preview-item span.preview-thumb{width:46px;height:58px;min-width:46px}.branch-course-preview-item em{justify-self:end;font-size:11.5px}.branch-course-group.is-expanded .branch-class-grid .class-card{grid-template-columns:82px minmax(0,1fr);min-height:126px}.branch-course-group.is-expanded .branch-class-grid .class-thumb{min-height:126px}.branch-course-group.is-expanded .branch-class-grid .class-body{min-height:126px;padding:8px 9px;grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "age" "meta" "footer";gap:5px}.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:13.5px;line-height:1.32}.branch-course-group.is-expanded .branch-class-grid .class-footer{min-width:0;flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width: 981px){.branch-course-group.is-expanded .class-grid.branch-class-grid{max-height:560px;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.branch-course-group.is-expanded .branch-class-grid .class-card{grid-template-columns:74px minmax(0,1fr);min-height:124px}.branch-course-group.is-expanded .branch-class-grid .class-thumb{min-height:124px}.branch-course-group.is-expanded .branch-class-grid .class-body{min-height:124px;padding:6px 7px;grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "age" "meta" "footer";gap:1px}.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{display:-webkit-box;overflow:hidden;font-size:13.5px;line-height:1.16;-webkit-line-clamp:2;-webkit-box-orient:vertical}.branch-course-group.is-expanded .branch-class-grid .thumb-emoji{font-size:28px}.branch-course-group.is-expanded .branch-class-grid .favorite-button{top:5px;right:5px;width:24px;height:24px;font-size:13px}.branch-course-group.is-expanded .branch-class-grid .status-badge{left:5px;bottom:5px;max-width:38px;padding:2px 5px;font-size:9.5px}.branch-course-group.is-expanded .branch-class-grid .age-text{align-self:start;gap:3px;font-size:12px;line-height:1.12}.branch-course-group.is-expanded .branch-class-grid .age-text span{font-size:9.5px}.branch-course-group.is-expanded .branch-class-grid .age-text strong{font-size:12px;line-height:1.12}.branch-course-group.is-expanded .branch-class-grid .class-meta{align-self:start;gap:1px;font-size:12px;line-height:1.12}.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority{gap:2px}.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority dt{font-size:9.5px}.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority dd{font-size:12px;line-height:1.12}.branch-course-group.is-expanded .branch-class-grid .schedule-line{line-height:1.12}.branch-course-group.is-expanded .branch-class-grid .class-footer{min-width:0;width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}.branch-course-group.is-expanded .branch-class-grid .class-footer strong{font-size:12.5px;line-height:1.1}.branch-course-group.is-expanded .branch-class-grid .class-footer button{min-height:24px;padding:0 8px;font-size:12px}}.branch-course-group .class-grid.branch-class-grid{max-height:276px;display:grid;grid-auto-rows:auto;gap:6px;margin:0;padding:8px;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y proximity}.branch-course-group.is-expanded .class-grid.branch-class-grid{max-height:none;overflow:visible;scroll-snap-type:none}@media (min-width: 981px){.branch-course-group .class-grid.branch-class-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.branch-course-group .branch-class-grid .class-card{width:100%;height:auto;min-height:124px;display:grid;grid-template-columns:74px minmax(0,1fr);overflow:hidden;border-radius:8px;box-shadow:none}.branch-course-group .branch-class-grid .class-thumb{display:flex;height:100%;min-height:124px}.branch-course-group .branch-class-grid .thumb-emoji{font-size:28px}.branch-course-group .branch-class-grid .favorite-button{top:5px;right:5px;width:24px;height:24px;font-size:13px}.branch-course-group .branch-class-grid .status-badge{left:5px;bottom:5px;max-width:38px;padding:2px 5px;overflow:hidden;font-size:9.5px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.branch-course-group .branch-class-grid .class-body{min-width:0;min-height:124px;padding:6px 7px;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "age" "meta" "footer";gap:1px;align-items:start}.branch-course-group .branch-class-grid .class-title-row{grid-area:title;display:block;min-width:0}.branch-course-group .branch-class-grid .class-title-row h3{min-height:0;display:-webkit-box;overflow:hidden;color:#19252b;font-size:13.5px;line-height:1.16;letter-spacing:0;white-space:normal;word-break:keep-all;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical}.branch-course-group .branch-class-grid .age-text{grid-area:age;min-width:0;align-self:start;gap:3px;font-size:12px;line-height:1.12}.branch-course-group .branch-class-grid .age-text span{font-size:9.5px}.branch-course-group .branch-class-grid .age-text strong{font-size:12px;line-height:1.12}.branch-course-group .branch-class-grid .class-meta{grid-area:meta;align-self:start;gap:1px;font-size:12px;line-height:1.12}.branch-course-group .branch-class-grid .class-meta>div:not(.meta-row-schedule){display:none}.branch-course-group .branch-class-grid .class-meta .meta-row-priority{gap:2px;padding:0;border:0;box-shadow:none;background:transparent}.branch-course-group .branch-class-grid .class-meta .meta-row-priority dt{font-size:9.5px}.branch-course-group .branch-class-grid .class-meta .meta-row-priority dd{font-size:12px;line-height:1.12}.branch-course-group .branch-class-grid .schedule-line{line-height:1.12}.branch-course-group .branch-class-grid .class-footer{grid-area:footer;min-width:0;width:100%;margin:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px}.branch-course-group .branch-class-grid .class-footer strong{font-size:12.5px;line-height:1.1}.branch-course-group .branch-class-grid .class-footer button{min-height:24px;padding:0 8px;font-size:12px}}@media (max-width: 980px){.branch-course-group .class-grid.branch-class-grid{max-height:360px}.branch-course-group.is-expanded .class-grid.branch-class-grid{max-height:none}}.branch-course-groups{gap:14px}.branch-course-group{position:relative;overflow:hidden;border:1px solid #d8e5e0;border-left:5px solid #18b7aa;border-radius:10px;background:#f8fbfa;box-shadow:0 8px 18px #27394012}.branch-course-group:nth-child(3n+2){border-left-color:#f0c737}.branch-course-group:nth-child(3n){border-left-color:#454b52}.branch-course-group.is-expanded{border-color:#bddbd4;background:#f3faf8;box-shadow:0 12px 26px #1f363c1c}.branch-course-group-header{border-bottom:1px solid #dfeae6;background:linear-gradient(180deg,#fff,#f4faf8)}.branch-course-group-header:hover{background:#eef8f5}.branch-course-group.is-expanded .branch-course-group-header{border-bottom-color:#c9ded8;background:#eaf7f4}.branch-course-group .class-grid.branch-class-grid{background:#fbfdfc}.branch-course-group.is-expanded .class-grid.branch-class-grid{background:#f7fbfa}.branch-course-group+.branch-course-group{margin-top:2px}@media (max-width: 640px){.branch-course-groups{gap:12px}.branch-course-group{border-left-width:4px;border-radius:9px}}.branch-course-group .branch-class-grid .age-text{width:100%;max-width:100%;margin:0;padding:4px 6px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:3px}.branch-course-group .branch-class-grid .age-text span{flex:none;white-space:nowrap}.branch-course-group .branch-class-grid .age-text strong{min-width:0;display:-webkit-box;overflow:hidden;white-space:normal;word-break:keep-all;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical}.branch-course-group .branch-class-grid .class-footer{min-width:0;overflow:hidden}.branch-course-group .branch-class-grid .class-footer strong{flex:0 0 auto;min-width:max-content;white-space:nowrap;letter-spacing:0}.branch-course-group .branch-class-grid .class-footer button{flex:0 0 auto;min-width:42px}@media (min-width: 981px){.branch-course-group .branch-class-grid .class-body{grid-template-rows:auto minmax(28px,auto) auto auto}.branch-course-group .branch-class-grid .age-text strong{max-height:27px}}@media (max-width: 640px){.branch-course-group .branch-class-grid .class-footer strong{font-size:12px}.branch-course-group .branch-class-grid .class-footer button{min-width:38px;padding:0 7px}}@media (min-width: 981px){.branch-course-group .class-grid.branch-class-grid,.branch-course-group.is-expanded .class-grid.branch-class-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 8px}.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:15px;line-height:1.2}.branch-course-group .branch-class-grid .age-text,.branch-course-group.is-expanded .branch-class-grid .age-text{font-size:13px;line-height:1.18}.branch-course-group .branch-class-grid .age-text span,.branch-course-group.is-expanded .branch-class-grid .age-text span,.branch-course-group .branch-class-grid .class-meta .meta-row-priority dt,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority dt{font-size:10.5px}.branch-course-group .branch-class-grid .age-text strong,.branch-course-group.is-expanded .branch-class-grid .age-text strong,.branch-course-group .branch-class-grid .class-meta,.branch-course-group.is-expanded .branch-class-grid .class-meta,.branch-course-group .branch-class-grid .class-meta .meta-row-priority dd,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority dd{font-size:13px;line-height:1.18}.branch-course-group .branch-class-grid .class-footer strong,.branch-course-group.is-expanded .branch-class-grid .class-footer strong{font-size:14px}.branch-course-group .branch-class-grid .class-footer button,.branch-course-group.is-expanded .branch-class-grid .class-footer button{font-size:13px}}@media (max-width: 640px){.branch-course-group .branch-class-grid .class-title-row h3{font-size:14px}.branch-course-group .branch-class-grid .age-text strong,.branch-course-group .branch-class-grid .class-meta .meta-row-priority dd{font-size:12.5px}}.branch-course-group:not(.is-expanded) .class-grid.branch-class-grid{max-height:none;overflow:visible;scroll-snap-type:none}.branch-course-group-actions{padding:0 8px 9px;display:flex;justify-content:center}.branch-course-expand-button{min-height:30px;padding:0 14px;border:1px solid #cfe1dc;border-radius:999px;color:#24525a;font-size:12.5px;font-weight:900;background:#fff;box-shadow:0 4px 10px #1f363c14}.branch-course-expand-button:hover{border-color:#98c9bd;background:#eef8f5}.branch-subfilter-empty{min-height:92px;padding:18px;display:flex;align-items:center;justify-content:center;grid-column:1 / -1;border:1px dashed #d6e4df;border-radius:10px;color:#6f7d84;font-size:13px;font-weight:850;background:#f8fbfa}.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{gap:5px}.branch-course-group .branch-class-grid .class-title-row,.branch-course-group.is-expanded .branch-class-grid .class-title-row{padding-bottom:5px;border-bottom:1px solid #edf2ef}.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{color:#152329;font-size:15.5px;font-weight:950;line-height:1.28;letter-spacing:0;word-break:keep-all;overflow-wrap:anywhere}.branch-course-group .branch-class-grid .age-text,.branch-course-group.is-expanded .branch-class-grid .age-text{margin-top:1px;padding:2px 8px 0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:6px;border-radius:0;color:#4b5a60;background:transparent;box-shadow:none}.branch-course-group .branch-class-grid .age-text-with-instructor,.branch-course-group.is-expanded .branch-class-grid .age-text-with-instructor{width:100%;grid-template-columns:42px minmax(0,1fr)}.branch-course-group .branch-class-grid .age-text .age-label,.branch-course-group.is-expanded .branch-class-grid .age-text .age-label{color:#7f8c91;font-size:10.5px;font-weight:900;line-height:1.2;text-align:left}.branch-course-group .branch-class-grid .age-text .age-value,.branch-course-group.is-expanded .branch-class-grid .age-text .age-value{min-width:0;display:flex;align-items:baseline;gap:6px;overflow:hidden}.branch-course-group .branch-class-grid .age-text strong,.branch-course-group.is-expanded .branch-class-grid .age-text strong{min-width:0;overflow:hidden;color:#2e3d43;font-size:12.8px;font-weight:850;line-height:1.22;white-space:nowrap;text-overflow:ellipsis}.branch-course-group .branch-class-grid .age-text em,.branch-course-group.is-expanded .branch-class-grid .age-text em{flex:0 1 auto;min-width:0;overflow:hidden;color:#66747a;font-size:12.2px;font-style:normal;font-weight:800;line-height:1.22;text-align:left;white-space:nowrap;text-overflow:ellipsis}.branch-course-group .branch-class-grid .age-text em b,.branch-course-group.is-expanded .branch-class-grid .age-text em b{margin-right:4px;color:#b3bdc1;font-weight:900}.branch-course-group .branch-class-grid .class-footer,.branch-course-group.is-expanded .branch-class-grid .class-footer{margin-top:3px;padding:2px 8px 0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;border-top:0}.class-price{min-width:0;width:100%;display:grid;grid-template-columns:42px minmax(0,1fr);align-content:center;align-items:center;gap:6px}.class-price small{color:#7f8c91;font-size:10.5px;font-weight:900;line-height:1.2;text-align:left}.class-price strong,.branch-course-group .branch-class-grid .class-footer .class-price strong,.branch-course-group.is-expanded .branch-class-grid .class-footer .class-price strong{min-width:0;max-width:100%;overflow:hidden;color:#2e3d43;font-size:13px;font-weight:900;line-height:1.2;letter-spacing:0;white-space:nowrap;text-overflow:ellipsis}.branch-course-group .branch-class-grid .class-meta .meta-row-priority dt,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority dt{color:#7f8c91;font-size:10.5px;font-weight:900;line-height:1.2}.branch-course-group .branch-class-grid .class-meta .meta-row-priority,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority{grid-template-columns:42px minmax(0,1fr)}.branch-course-group .branch-class-grid .class-meta>.meta-row-instructor-primary,.branch-course-group.is-expanded .branch-class-grid .class-meta>.meta-row-instructor-primary{display:grid}.branch-course-group .branch-class-grid .class-meta .meta-row-schedule,.branch-course-group.is-expanded .branch-class-grid .meta-row-schedule,.branch-course-group .branch-class-grid .class-meta .meta-row-instructor-primary,.branch-course-group.is-expanded .branch-class-grid .meta-row-instructor-primary{background:transparent;box-shadow:none;padding:2px 8px 0}.branch-course-group .branch-class-grid .class-meta,.branch-course-group.is-expanded .branch-class-grid .class-meta,.branch-course-group .branch-class-grid .class-meta .meta-row-priority dd,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority dd,.branch-course-group .branch-class-grid .schedule-line,.branch-course-group.is-expanded .branch-class-grid .schedule-line{color:#2e3d43;font-size:12.8px;font-weight:850;line-height:1.22}.branch-course-group .branch-class-grid .class-meta-secondary,.branch-course-group.is-expanded .branch-class-grid .class-meta-secondary{margin-top:2px;gap:4px}.branch-course-group .branch-class-grid .class-footer button,.branch-course-group.is-expanded .branch-class-grid .class-footer button{min-width:48px;min-height:28px;padding:0 10px}@media (max-width: 640px){.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:14.5px;line-height:1.3}.branch-course-group .branch-class-grid .age-text,.branch-course-group.is-expanded .branch-class-grid .age-text,.branch-course-group .branch-class-grid .class-meta .meta-row-priority,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority,.class-price,.branch-course-group .branch-class-grid .age-text-with-instructor,.branch-course-group.is-expanded .branch-class-grid .age-text-with-instructor{grid-template-columns:40px minmax(0,1fr)}.class-price strong,.branch-course-group .branch-class-grid .class-footer .class-price strong,.branch-course-group.is-expanded .branch-class-grid .class-footer .class-price strong{font-size:12.8px}.branch-course-group .branch-class-grid .class-footer,.branch-course-group.is-expanded .branch-class-grid .class-footer{grid-template-columns:1fr;gap:6px}.class-price{grid-template-columns:40px minmax(0,1fr)}.class-price strong,.branch-course-group .branch-class-grid .class-footer .class-price strong,.branch-course-group.is-expanded .branch-class-grid .class-footer .class-price strong{overflow:visible;white-space:nowrap;text-overflow:clip}.class-actions{width:100%;justify-content:flex-end;gap:6px}.branch-course-group .branch-class-grid .class-footer button,.branch-course-group.is-expanded .branch-class-grid .class-footer button{min-width:54px;min-height:28px;padding:0 9px;font-size:12px}}.branch-course-group-title-button{min-width:0;padding:0;border:0;display:flex;align-items:center;text-align:left;background:transparent;cursor:pointer}.branch-course-group-title-button:focus-visible,.branch-course-group-toggle:focus-visible{outline:3px solid rgba(24,183,170,.28);outline-offset:3px}.branch-course-quick-filters{min-width:0;display:grid;grid-template-columns:minmax(92px,1fr) minmax(130px,1.15fr) minmax(82px,.85fr) minmax(94px,.9fr);gap:6px;align-items:center}.branch-course-quick-filters label{min-width:0;display:grid;gap:2px}.branch-course-quick-filters span{color:#65757b;font-size:10.5px;font-weight:850;line-height:1}.branch-course-quick-filters select,.branch-course-quick-filters input{width:100%;min-width:0;min-height:30px;padding:0 8px;border:1px solid #d7e5e1;border-radius:7px;color:#1d292e;font:inherit;font-size:12.5px;font-weight:800;background:#fff}.branch-course-quick-filters input{padding-right:4px}.branch-course-quick-filters select:focus,.branch-course-quick-filters input:focus{border-color:#76bfb4;outline:3px solid rgba(24,183,170,.16)}@media (max-width: 980px){.branch-course-group-header{grid-template-columns:minmax(0,1fr)}.branch-course-quick-filters{grid-template-columns:repeat(2,minmax(0,1fr));order:3}.branch-course-group-toggle{justify-self:start}}@media (max-width: 520px){.branch-course-quick-filters{grid-template-columns:minmax(0,1fr)}}@media (max-width: 1280px){.utility-nav .user-session-badge .user-session-full{display:inline}.utility-nav .user-session-badge .user-session-compact{display:none}}@media (max-width: 640px){.utility-nav .user-session-badge .user-session-full{display:none}.utility-nav .user-session-badge .user-session-compact{display:inline}}.branch-course-group{overflow:visible}.branch-course-quick-filters{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.branch-quick-filter{position:relative;min-width:0}.branch-quick-filter-chip{position:relative;max-width:132px;min-height:28px;padding:0 9px;display:inline-flex;align-items:center;overflow:hidden;border:1px dashed #cfded9;border-radius:999px;color:#607078;font-size:12px;font-weight:850;background:#f8fbfa;white-space:nowrap;text-decoration:none;text-overflow:ellipsis}.branch-quick-date-chip{cursor:pointer}.branch-quick-date-chip span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.branch-quick-date-chip input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.branch-quick-filter-chip:hover,.branch-quick-filter-chip:focus-visible{color:#24525a;border-style:solid;border-color:#9fcfc6;background:#eef8f5;text-decoration:none}.branch-quick-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;width:max-content;min-width:128px;max-width:min(260px,72vw);max-height:260px;padding:6px;display:grid;gap:3px;overflow:auto;border:1px solid #d9e7e3;border-radius:10px;background:#fff;box-shadow:0 16px 34px #1f363c2e}.branch-quick-filter-menu button{min-height:30px;padding:0 9px;border:0;border-radius:7px;color:#334349;font-size:12.5px;font-weight:800;text-align:left;background:transparent}.branch-quick-filter-menu button:hover,.branch-quick-filter-menu button.active{color:#123f45;background:#edf8f5}.branch-quick-filter-date{min-width:190px}.branch-quick-filter-date input{min-height:32px;padding:0 8px;border:1px solid #d7e5e1;border-radius:7px;color:#1d292e;font:inherit;font-size:12.5px;font-weight:800}.branch-quick-calendar{width:252px;max-height:none;padding:10px;overflow:visible}.branch-quick-calendar-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.branch-quick-calendar-header strong{color:#1d292e;font-size:13.5px;font-weight:900}.branch-quick-filter-menu .branch-quick-calendar-nav{width:28px;min-height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#496168;font-size:14px;text-align:center;background:#f3f8f6}.branch-quick-calendar-weekdays,.branch-quick-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px}.branch-quick-calendar-weekdays{margin-bottom:4px}.branch-quick-calendar-weekdays span{min-width:0;color:#7c8b90;font-size:10.5px;font-weight:900;text-align:center}.branch-quick-filter-menu .branch-quick-calendar-day{width:100%;min-height:30px;padding:0;border-radius:8px;color:#26383f;font-size:12.5px;font-weight:850;text-align:center;background:transparent}.branch-quick-filter-menu .branch-quick-calendar-day.outside{color:#b0bdc1}.branch-quick-filter-menu .branch-quick-calendar-day.today{color:#0d756d;box-shadow:inset 0 0 0 1px #2ec4b6}.branch-quick-filter-menu .branch-quick-calendar-day.selected{color:#fff;background:#18a999;box-shadow:none}.branch-quick-calendar-footer{display:flex;justify-content:space-between;gap:6px;margin-top:8px}.branch-quick-filter-menu .branch-quick-calendar-footer button{flex:1;min-height:30px;padding:0 8px;text-align:center;background:#f3f8f6}@media (max-width: 980px){.branch-course-quick-filters{order:3}}.main-quick-filter-list{gap:5px;align-items:center}.main-quick-filter{flex:0 0 104px;min-width:104px}.main-quick-filter-chip{width:100%;max-width:none;min-height:29px;padding:2px 8px;display:grid;align-content:center;gap:0;border-style:dashed;text-align:left;text-decoration:none}.main-quick-filter-chip span,.main-quick-filter-chip small{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.main-quick-filter-chip span{color:#334349;font-size:10.5px;font-weight:900}.main-quick-filter-chip small{color:#78878d;font-size:9.5px;font-weight:850}.main-quick-filter-chip.active,.main-quick-filter-chip:hover,.main-quick-filter-chip:focus-visible{border-style:solid;border-color:#9fcfc6;background:#eef8f5}.main-quick-filter-menu{min-width:186px;max-width:min(340px,84vw);max-height:min(390px,calc(100vh - 210px))}.main-quick-filter-check{min-height:30px;padding:0 8px;display:flex;align-items:center;gap:8px;border-radius:7px;color:#334349;font-size:12.5px;font-weight:800}.main-quick-filter-check:hover{background:#edf8f5}.main-quick-filter-check input{width:15px;height:15px;flex:0 0 auto;accent-color:var(--teal)}.main-quick-filter-check span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.main-quick-filter .age-month-input{min-height:auto;margin-top:5px;padding:8px 6px 0;border-top:1px solid rgba(226,232,228,.9)}.main-quick-calendar{min-width:252px}.filter-header{gap:8px}@media (min-width: 981px){.main-quick-filter-list{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.main-quick-filter-list::-webkit-scrollbar{display:none}}@media (max-width: 980px){.main-quick-filter-list{display:flex!important;grid-template-columns:none;flex-wrap:nowrap;align-items:stretch;gap:6px;min-width:0;overflow-x:auto;overflow-y:visible;padding-bottom:4px;scrollbar-width:none}.main-quick-filter-list::-webkit-scrollbar{display:none}.main-quick-filter,.main-quick-filter-list .detail-filter-toggle{width:104px;min-width:104px;max-width:104px;flex:0 0 104px}.main-quick-filter-chip{min-height:32px;padding:3px 8px}.main-quick-filter-chip span{font-size:10px}.main-quick-filter-chip small{font-size:9px}.main-quick-filter-menu,.branch-quick-calendar.main-quick-calendar{position:fixed;top:126px;left:12px;right:12px;z-index:95;width:auto;min-width:0;max-width:none;max-height:min(62vh,420px);overflow:auto}.main-quick-calendar{min-width:0}.active-filter-chips{display:none}}@media (max-width: 520px){.main-quick-filter,.main-quick-filter-list .detail-filter-toggle{width:96px;min-width:96px;max-width:96px;flex-basis:96px}.main-quick-filter-menu,.branch-quick-calendar.main-quick-calendar{top:112px}}@media (max-width: 640px){.course-compare-table-wrap-mobile{overflow:visible;border:0;background:transparent}.course-compare-table-transposed{width:100%;min-width:0!important;display:block;table-layout:auto;border-collapse:separate}.course-compare-table-transposed thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.course-compare-table-transposed tbody{display:grid;gap:10px}.course-compare-table-transposed tr{width:100%;display:grid;overflow:hidden;border:1px solid #e3ece8;border-radius:10px;background:#fff}.course-compare-table-transposed th,.course-compare-table-transposed td{width:auto!important;padding:8px 10px;border-right:0;border-bottom:1px solid #edf3f0;font-size:12px}.course-compare-table-transposed tbody th:first-child{position:static!important;left:auto!important;z-index:auto;display:block;background:#f8fbfa}.course-compare-table-transposed .compare-title-button{width:100%}.course-compare-table-transposed .compare-title-button span{font-size:13px;line-height:1.28;-webkit-line-clamp:2;overflow-wrap:anywhere}.course-compare-table-transposed td{display:grid;grid-template-columns:70px minmax(0,1fr);gap:8px;align-items:start;color:#26363c}.course-compare-table-transposed td:before{color:#728087;font-size:11px;font-weight:950;white-space:nowrap}.course-compare-table-transposed td:nth-child(2):before{content:"문화센터"}.course-compare-table-transposed td:nth-child(3):before{content:"지점"}.course-compare-table-transposed td:nth-child(4):before{content:"대상"}.course-compare-table-transposed td:nth-child(5):before{content:"일정"}.course-compare-table-transposed td:nth-child(6):before{content:"강사"}.course-compare-table-transposed td:nth-child(7):before{content:"수강료"}.course-compare-table-transposed td:nth-child(8):before{content:"재료비"}.course-compare-table-transposed td:nth-child(9):before{content:"횟수"}.course-compare-table-transposed td:nth-child(10):before{content:"상태"}.course-compare-table-transposed td:nth-child(11):before{content:"카테고리"}.course-compare-table-transposed td:last-child{display:flex;justify-content:flex-end;border-bottom:0}.course-compare-table-transposed td:last-child:before{content:none}.course-compare-table-transposed .compare-remove-button{margin-top:0}}@media (max-width: 640px){html,body,.app{width:100%;max-width:100%;overflow-x:hidden}.site-header{z-index:55}.topbar{min-width:0;padding:8px 10px 9px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px 8px}.brand{grid-column:1;grid-row:1;min-width:0;max-width:132px;justify-content:flex-start}.brand-button{min-height:36px}.brand-logo{width:128px;height:36px;object-position:left center}.utility-nav{grid-column:2;grid-row:1;width:auto;min-width:0;max-width:100%;display:flex;flex:1 1 auto;justify-content:flex-end;gap:3px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.utility-nav::-webkit-scrollbar{display:none}.utility-nav button{width:auto;min-width:32px;min-height:32px;flex:0 0 auto;padding:0 7px;border-radius:9px;font-size:11.5px}.utility-nav b{margin-left:1px;font-size:10.5px}.user-session-badge{width:32px;min-width:32px;max-width:32px;min-height:32px;flex-basis:32px}.search-bar{grid-column:1 / -1;grid-row:2;min-height:38px}.search-bar input{height:38px;padding:0 44px 0 14px;font-size:14px}.search-bar button{right:3px;width:34px;height:34px;font-size:18px}.layout{gap:9px;padding:9px}.map-tabs{width:100%;margin-bottom:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.map-tabs button{min-width:0;min-height:32px;padding:0 8px;font-size:12.5px}.mobile-filter-bar{min-height:38px;padding:6px 8px;border-radius:10px;box-shadow:0 5px 14px #23303712}.mobile-filter-bar span{font-size:12.5px}.mobile-filter-bar button{min-height:32px;padding:0 10px;border-radius:8px;font-size:12.5px}.sidebar-shell{max-height:min(84dvh,680px);padding:42px 12px calc(12px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0}.mobile-filter-close{top:9px;right:12px;min-height:30px}.filter-panel{height:calc(84dvh - 56px);max-height:624px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.main-quick-filter,.main-quick-filter-list .detail-filter-toggle{width:102px;min-width:102px;max-width:102px;flex-basis:102px}.main-quick-filter-chip{min-height:38px;padding:4px 8px}.main-quick-filter-chip span{font-size:10.5px}.main-quick-filter-chip small{font-size:9.5px}.main-quick-filter-menu,.branch-quick-calendar.main-quick-calendar{top:118px;left:10px;right:10px;max-height:min(58dvh,390px)}.google-map-card{height:clamp(220px,36dvh,300px);border-radius:14px}.google-map-card>div:first-child{min-height:clamp(220px,36dvh,300px)}.map-category-legend,.map-marker-legend{left:8px;bottom:8px;max-width:calc(100% - 16px);padding:6px;border-radius:12px;gap:4px}.map-category-legend span,.map-marker-legend span{font-size:10px}.map-inline-error{left:8px;right:8px;bottom:8px;max-width:none;font-size:11px}.section.results-section{padding:10px;border-radius:14px}.section-header{gap:8px}.section-header h2{font-size:18px;line-height:1.25}.result-progress,.section-subtitle{font-size:12px}.sort-select{min-height:34px;padding:0 10px;font-size:12.5px}.branch-course-groups{gap:10px}.branch-course-group{border-left-width:4px;border-radius:10px}.branch-course-group-header{min-height:0;padding:8px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}.branch-course-group-title-button{align-items:center;gap:5px}.branch-course-group-header h3{min-width:0;max-width:100%;overflow:hidden;font-size:14px;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}.branch-course-group-title .provider-badge{max-width:72px;padding-inline:6px;overflow:hidden;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.branch-course-group-title strong{flex:0 0 auto;padding-inline:6px;font-size:10.5px}.branch-course-group-toggle{min-height:28px;padding:0 9px;border-radius:999px;font-size:11.5px}.branch-course-quick-filters{grid-column:1 / -1;order:3;display:flex;flex-wrap:nowrap;gap:5px;overflow-x:auto;overflow-y:visible;padding-bottom:1px;scrollbar-width:none}.branch-course-quick-filters::-webkit-scrollbar{display:none}.branch-course-quick-filters .branch-quick-filter{flex:0 0 auto}.branch-course-quick-filters .branch-quick-filter-chip{max-width:112px;min-height:28px;padding:0 8px;font-size:11.5px}.branch-quick-filter-menu{max-width:min(260px,calc(100vw - 28px));max-height:250px}.branch-course-group .class-grid.branch-class-grid{grid-template-columns:minmax(0,1fr);gap:7px;padding:7px}.branch-course-group:not(.is-expanded) .class-grid.branch-class-grid{max-height:184px;overflow-y:auto;overscroll-behavior:contain}.branch-course-group.is-expanded .class-grid.branch-class-grid{max-height:none;overflow:visible}.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{min-height:150px;height:auto;display:grid;grid-template-columns:84px minmax(0,1fr);border-radius:9px}.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{min-height:150px;height:100%}.branch-course-group .branch-class-grid .course-image,.branch-course-group.is-expanded .branch-class-grid .course-image{width:100%;height:100%;object-fit:cover}.branch-course-group .branch-class-grid .favorite-button,.branch-course-group.is-expanded .branch-class-grid .favorite-button{top:5px;right:5px;width:27px;height:27px;font-size:13px}.branch-course-group .branch-class-grid .status-badge,.branch-course-group.is-expanded .branch-class-grid .status-badge{left:5px;bottom:5px;max-width:46px;padding:2px 5px;font-size:10px;line-height:1.2}.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{min-height:150px;padding:7px;gap:4px}.branch-course-group .branch-class-grid .class-title-row,.branch-course-group.is-expanded .branch-class-grid .class-title-row{padding-bottom:4px}.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:14px;line-height:1.28;-webkit-line-clamp:2}.branch-course-group .branch-class-grid .age-text,.branch-course-group.is-expanded .branch-class-grid .age-text,.branch-course-group .branch-class-grid .class-meta .meta-row-priority,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority,.class-price{grid-template-columns:38px minmax(0,1fr);gap:5px}.branch-course-group .branch-class-grid .age-text,.branch-course-group.is-expanded .branch-class-grid .age-text,.branch-course-group .branch-class-grid .class-meta .meta-row-schedule,.branch-course-group.is-expanded .branch-class-grid .meta-row-schedule,.branch-course-group .branch-class-grid .class-meta .meta-row-instructor-primary,.branch-course-group.is-expanded .branch-class-grid .meta-row-instructor-primary,.branch-course-group .branch-class-grid .class-footer,.branch-course-group.is-expanded .branch-class-grid .class-footer{padding-inline:0}.branch-course-group .branch-class-grid .age-text .age-label,.branch-course-group.is-expanded .branch-class-grid .age-text .age-label,.branch-course-group .branch-class-grid .class-meta .meta-row-priority dt,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority dt,.class-price small{font-size:10px}.branch-course-group .branch-class-grid .age-text strong,.branch-course-group.is-expanded .branch-class-grid .age-text strong,.branch-course-group .branch-class-grid .class-meta,.branch-course-group.is-expanded .branch-class-grid .class-meta,.branch-course-group .branch-class-grid .class-meta .meta-row-priority dd,.branch-course-group.is-expanded .branch-class-grid .class-meta .meta-row-priority dd,.branch-course-group .branch-class-grid .schedule-line,.branch-course-group.is-expanded .branch-class-grid .schedule-line{font-size:12.4px;line-height:1.18}.branch-course-group .branch-class-grid .class-footer,.branch-course-group.is-expanded .branch-class-grid .class-footer{grid-template-columns:minmax(0,1fr) auto;gap:5px}.class-price strong,.branch-course-group .branch-class-grid .class-footer .class-price strong,.branch-course-group.is-expanded .branch-class-grid .class-footer .class-price strong{overflow:hidden;font-size:12.4px;white-space:nowrap;text-overflow:ellipsis}.class-actions{width:auto;flex:0 0 auto;justify-content:flex-end;gap:4px}.branch-course-group .branch-class-grid .class-footer button,.branch-course-group.is-expanded .branch-class-grid .class-footer button{min-width:42px;min-height:28px;padding:0 7px;font-size:11.5px}.branch-course-group-actions{padding:0 7px 8px}.branch-course-expand-button{width:100%;min-height:32px;font-size:12.5px}.popular-section{display:none}.modal-backdrop{padding:0;place-items:end stretch}.login-modal,.signup-modal{width:100%;max-height:92dvh;overflow-y:auto;border-radius:18px 18px 0 0}.course-detail-backdrop{align-items:end}.course-detail-modal{width:100%;max-height:94dvh;border-radius:18px 18px 0 0}.modal-close-button{top:10px;right:10px;width:36px;height:36px;font-size:22px}.course-detail-hero{min-height:160px;max-height:210px;padding:8px}.course-detail-image{max-height:194px;border-radius:10px}.course-detail-content{padding:14px 14px 0}.course-detail-title-row{gap:10px}.course-detail-title-row h2{font-size:20px;line-height:1.3;letter-spacing:0}.course-detail-list{margin-top:12px;gap:7px}.course-detail-list div{padding:9px 10px;border-radius:10px}.course-detail-list dd{font-size:13px}.course-detail-description,.course-detail-ai{margin-top:10px;padding:12px}.course-detail-actions{position:sticky;bottom:0;z-index:3;margin:14px -14px 0;padding:10px 14px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;background:#fffffff5;border-top:1px solid #edf2ef;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.course-detail-actions button{min-height:40px;padding:0 10px;font-size:13px}.course-detail-actions .detail-close-action{grid-column:1 / -1;order:3}.course-detail-actions .detail-source-action{grid-column:auto}.course-compare-panel{padding:9px;border-radius:12px}.course-compare-header{gap:8px}.course-compare-header h3{font-size:15px}.course-compare-header button,.compare-remove-button{min-height:28px;padding:0 9px;font-size:11.5px}}.layout{display:grid;grid-template-columns:minmax(0,1fr)}.main-content{display:contents}.map-tabs{order:1}.map-card{order:2}.mobile-filter-bar{order:3}.sidebar-shell{order:4}.section.results-section{order:5}.popular-section{order:6}@media (max-width: 640px){.mobile-filter-bar{min-width:0;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.mobile-filter-bar span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mobile-filter-bar button{min-width:max-content;white-space:nowrap}.filter-panel{overflow-x:hidden}.main-quick-filter-list{width:100%;min-width:0;display:flex!important;flex-flow:row nowrap!important;align-items:stretch;gap:6px;overflow-x:auto;overflow-y:visible;padding:0 2px 6px;scrollbar-width:none}.main-quick-filter-list::-webkit-scrollbar{display:none}.main-quick-filter,.main-quick-filter-list .detail-filter-toggle{width:94px;min-width:94px;max-width:94px;flex:0 0 94px}.main-quick-filter-chip{min-height:34px;padding:3px 7px}.branch-course-group:not(.is-expanded) .class-grid.branch-class-grid{max-height:428px;overflow-y:auto;overscroll-behavior:contain}.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{min-height:132px;grid-template-columns:76px minmax(0,1fr)}.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{min-height:132px}.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{min-height:132px;padding:7px;gap:3px}.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:14px;line-height:1.24}.branch-course-group .branch-class-grid .class-footer,.branch-course-group.is-expanded .branch-class-grid .class-footer{gap:5px}}.class-price{min-width:0;display:grid;gap:2px;align-content:center;justify-items:start}.class-price small{color:#77858b;font-size:11px;font-weight:900;line-height:1.1}.class-price strong,.branch-course-group .branch-class-grid .class-footer .class-price strong,.branch-course-group.is-expanded .branch-class-grid .class-footer .class-price strong{max-width:100%;color:#17252b;font-size:16px;line-height:1.18;letter-spacing:0;white-space:normal;overflow-wrap:anywhere}.class-price-breakdown{max-width:100%;display:flex;flex-wrap:wrap;gap:3px 7px;color:#65747b;font-size:10.5px;font-weight:800;line-height:1.25}.class-price-breakdown em{font-style:normal;white-space:nowrap}.course-detail-list .course-detail-fee-card{grid-column:span 2;border-color:#d9ece6;background:#f4fbf8}.course-detail-fee-card dd{display:grid;gap:5px}.course-detail-total-fee{color:#13252a;font-size:20px;line-height:1.15}.course-detail-fee-card dd span{color:#5d6d73;font-size:13px;font-weight:850}@media (max-width: 720px){.course-detail-list .course-detail-fee-card{grid-column:auto}}@media (max-width: 640px){.class-footer,.branch-course-group .branch-class-grid .class-footer,.branch-course-group.is-expanded .branch-class-grid .class-footer{min-width:0;align-items:stretch}.class-price{width:100%}.class-price strong,.branch-course-group .branch-class-grid .class-footer .class-price strong,.branch-course-group.is-expanded .branch-class-grid .class-footer .class-price strong{font-size:15px}.class-price-breakdown{font-size:10px}}.search-hero{margin-bottom:12px;padding:22px;display:grid;gap:18px;border:1px solid #dcebe6;border-radius:20px;background:linear-gradient(135deg,#e8faf6f0,#fffffff5),#fff;box-shadow:var(--shadow-soft)}.search-hero-copy h1{margin:0;color:#14252a;font-size:28px;line-height:1.18;letter-spacing:0}.search-hero-copy p{margin:7px 0 0;color:#52656b;font-size:15px;font-weight:750}.search-hero-controls{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(130px,1fr)) auto;gap:9px;align-items:end}.search-hero-controls label{min-width:0;display:grid;gap:6px}.search-hero-controls label span{color:#52656b;font-size:12px;font-weight:900}.search-hero-controls input,.search-hero-controls select{width:100%;height:44px;min-width:0;padding:0 12px;border:1px solid #d7e5e0;border-radius:12px;color:#1f3036;font-weight:800;background:#fff;outline:none}.search-hero-controls input:focus,.search-hero-controls select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #18b7aa29}.search-hero-controls>button{height:44px;padding:0 18px;border:0;border-radius:12px;color:#fff;font-weight:950;background:var(--teal-dark);white-space:nowrap}.quick-category-chips{display:flex;gap:7px;overflow-x:auto;padding:2px 1px 8px;scrollbar-width:none}.quick-category-chips::-webkit-scrollbar{display:none}.quick-category-chips button{min-height:36px;padding:0 13px;border:1px solid #dce8e4;border-radius:999px;color:#365157;font-size:13px;font-weight:900;background:#fff;white-space:nowrap}.quick-category-chips button.active,.quick-category-chips button:hover{border-color:#18b7aa6b;color:var(--teal-dark);background:#eafbf8}.quick-category-strip{display:flex;gap:10px;overflow-x:auto;padding:2px 1px 8px;scrollbar-width:none}.quick-category-strip::-webkit-scrollbar{display:none}.quick-category-strip button{min-width:74px;min-height:78px;padding:8px 10px;display:inline-grid;place-items:center;gap:6px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;color:#111827;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 6px 16px #0f172a0f}.quick-category-strip button.active,.quick-category-strip button:hover,.quick-category-strip button:focus-visible{border-color:#14b8a673;background:#f0fdfa;color:#0f766e}.category-icon{--category-icon-color: #14b8a6;--category-icon-bg: #f0fdfa;width:48px;height:48px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:999px;border:1px solid color-mix(in srgb,var(--category-icon-color) 36%,#ffffff);background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.9),transparent 36%),var(--category-icon-bg);color:var(--category-icon-color);box-shadow:inset 0 -2px 5px #0f172a0a;overflow:hidden}.category-icon svg{width:30px;height:30px;display:block;flex:0 0 auto;overflow:hidden}.category-icon-small{width:28px;height:28px}.category-icon-small svg{width:19px;height:19px}.category-icon-large{width:58px;height:58px}.category-icon-large svg{width:36px;height:36px}.category-icon.active{border-color:var(--category-icon-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--category-icon-color) 16%,transparent)}.dashboard-category-chips .category-icon{width:30px;height:30px;color:#0f9f95;border-color:#0f9f9547;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.95),transparent 38%),#f0fdfa;box-shadow:inset 0 -1px 4px #0f766e14}.dashboard-category-chips .category-icon svg{width:20px;height:20px}.dashboard-category-chips button.active .category-icon,.dashboard-category-chips button:hover .category-icon,.dashboard-category-chips button:focus-visible .category-icon{color:#0f766e;border-color:#14b8a6;background:#ccfbf1}.nearby-map-section{margin-bottom:16px;padding:16px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-soft)}.nearby-map-header{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.nearby-map-header h2{margin:2px 0 0;color:#17252b;font-size:21px;letter-spacing:0}.nearby-radius-control{display:inline-flex;gap:4px;padding:4px;border:1px solid #dce8e4;border-radius:999px;background:#f8fbfa}.nearby-radius-control button,.nearby-mobile-map-toggle{min-height:32px;padding:0 11px;border:0;border-radius:999px;color:#52656b;font-size:12px;font-weight:900;background:transparent}.nearby-radius-control button.active{color:#fff;background:var(--teal-dark)}.nearby-mobile-map-toggle{display:none;border:1px solid #cfe2dc;background:#fff}.nearby-map-layout{display:grid;grid-template-columns:minmax(190px,260px) minmax(0,1fr);gap:12px;align-items:stretch}.nearby-center-list{max-height:420px;overflow-y:auto;display:grid;align-content:start;gap:7px;padding-right:2px}.nearby-center-list button{width:100%;padding:11px;display:grid;gap:4px;border:1px solid #e3ece8;border-radius:12px;color:#26363c;text-align:left;background:#fbfdfc}.nearby-center-list button.active,.nearby-center-list button:hover{border-color:#18b7aa6b;background:#f1fbf8}.nearby-center-list strong{overflow:hidden;font-size:14px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.nearby-center-list span,.nearby-center-list em,.nearby-center-list p{color:#66767d;font-size:12px;font-style:normal;font-weight:800}.nearby-map-canvas{min-width:0}.nearby-map-canvas .map-tabs{margin-bottom:8px}.highlight-sections{margin-bottom:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.highlight-card{min-width:0;padding:14px;border:1px solid #e4ece9;border-radius:16px;background:#fff;box-shadow:var(--shadow-soft)}.highlight-card h3{margin:0 0 10px;color:#17252b;font-size:15px;letter-spacing:0}.highlight-course-list{display:grid;gap:6px}.highlight-course-list button{width:100%;min-width:0;padding:8px;display:grid;gap:2px;border:1px solid #edf3f0;border-radius:10px;color:#22343a;text-align:left;background:#fbfdfc}.highlight-course-list button:hover{border-color:#18b7aa5c;background:#f3fbf8}.highlight-course-list span{overflow:hidden;font-size:13px;font-weight:900;white-space:nowrap;text-overflow:ellipsis}.highlight-course-list small,.highlight-course-list p{color:#718087;font-size:11px;font-weight:800}.highlight-notice{background:#f3fbf8}.highlight-notice p{margin:0;color:#52656b;font-size:13px;line-height:1.45;font-weight:750}.highlight-notice button{margin-top:12px;min-height:34px;padding:0 12px;border:0;border-radius:999px;color:#fff;font-size:12px;font-weight:900;background:var(--teal-dark)}.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{display:flex}.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{overflow:hidden}.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-height:none;overflow:visible}.branch-course-group.is-expanded .branch-class-grid .class-card{grid-template-columns:minmax(0,1fr)}.branch-course-group.is-expanded .branch-class-grid .class-thumb{min-height:142px}.branch-course-group.is-expanded .branch-class-grid .class-body{min-height:0;grid-template-columns:minmax(0,1fr);align-items:stretch;padding:10px;gap:7px}.branch-course-group.is-expanded .branch-class-grid .class-footer{grid-column:auto;grid-row:auto;min-width:0;flex-direction:row;align-items:end}.site-header{background:#fffffff5}.topbar{max-width:1240px;height:88px;gap:26px}.brand{min-width:240px}.brand-button{min-height:72px}.brand-logo{width:220px;height:60px}.search-bar{max-width:430px}.search-bar input{height:46px;padding-left:28px;border-color:#d8e1df;box-shadow:0 8px 24px #19242a0a}.search-bar button{color:#0f172a;background:transparent}.utility-nav{margin-left:auto;gap:16px}.utility-nav button{min-height:38px;padding:0 4px;gap:6px;border-radius:999px;color:#121a23;background:transparent}.utility-nav button:hover{color:var(--teal-dark);background:#eefbf8}.utility-nav b,.notification-badge{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:#ef4444;font-size:11px;line-height:1}.layout{max-width:1240px;margin:0 auto;padding:0 24px 46px;display:block}.sidebar-shell,.mobile-filter-bar{display:none}.main-content{min-width:0}.search-hero{position:relative;min-height:340px;margin:0 -24px 18px;padding:48px 38px;overflow:hidden;border:0;border-radius:0;background:linear-gradient(90deg,#fffffffa,#ffffffe6 44%,#fff3 66%),radial-gradient(circle at 82% 37%,rgba(255,205,140,.38),transparent 9rem),radial-gradient(circle at 74% 42%,rgba(20,184,166,.23),transparent 11rem),linear-gradient(135deg,#f7fffd,#eef8fb);box-shadow:none}.search-hero:after{content:"";position:absolute;right:36px;bottom:0;width:min(46%,480px);height:92%;border-radius:34% 34% 0 0;background:radial-gradient(circle at 43% 31%,#ffe2be 0 7%,transparent 7.5%),radial-gradient(circle at 68% 28%,#ffe0c2 0 11%,transparent 11.5%),radial-gradient(circle at 45% 45%,#1f2937 0 2%,transparent 2.4%),radial-gradient(circle at 65% 42%,#1f2937 0 2%,transparent 2.4%),radial-gradient(circle at 60% 62%,#f6c177 0 14%,transparent 14.5%),radial-gradient(circle at 45% 68%,#f9b15d 0 7%,transparent 7.5%),linear-gradient(140deg,#fff4e0cc,#d8f8f180);opacity:.95}.search-hero-copy,.search-hero-controls{position:relative;z-index:1;max-width:680px}.search-hero-kicker{margin:0 0 18px;color:var(--teal-dark);font-size:16px;font-weight:950}.search-hero-copy h1{max-width:430px;font-size:clamp(34px,4.6vw,54px);line-height:1.14}.search-hero-copy p:not(.search-hero-kicker){margin-top:14px;color:#5b6870;font-size:17px}.search-hero-controls{width:fit-content;margin-top:28px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid rgba(220,231,227,.95);border-radius:24px;background:#ffffffe0;box-shadow:0 18px 48px #19242a1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.search-hero-controls label{width:150px;gap:0}.search-hero-controls .search-hero-keyword{width:210px}.search-hero-controls label span{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0)}.search-hero-controls input,.search-hero-controls select{height:48px;padding:0 18px;border-radius:999px;background-color:#fff}.search-hero-controls>button{height:50px;padding:0 28px;border-radius:999px;background:linear-gradient(135deg,#12b8a4,#079777);box-shadow:0 10px 24px #08977740}.quick-category-section{margin:0 0 22px;padding:0}.quick-category-strip{padding:20px 28px;display:grid;grid-template-columns:repeat(9,minmax(80px,1fr));gap:10px;border:1px solid #e3ece8;border-radius:22px;background:#fffffff0;box-shadow:var(--shadow-soft)}.quick-category-strip button{min-width:0;min-height:84px;padding:8px;display:grid;place-items:center;gap:8px;border:0;border-radius:16px;color:#1e293b;font-size:13px;font-weight:900;background:transparent}.quick-category-strip button:hover,.quick-category-strip button.active{color:var(--teal-dark);background:#eefbf8}.quick-category-icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#09a38f;background:#e4faf5;font-size:22px;font-weight:950}.quick-category-strip button:nth-child(2) .quick-category-icon{color:#f97316;background:#fff0e8}.quick-category-strip button:nth-child(3) .quick-category-icon{color:#ea580c;background:#fff1ea}.quick-category-strip button:nth-child(6) .quick-category-icon{color:#16a34a;background:#ebf8ec}.quick-category-strip button:nth-child(7) .quick-category-icon{color:#f59e0b;background:#fff5d9}.quick-category-strip button:nth-child(9) .quick-category-icon{color:#0d9488;background:#e1fbf7}.nearby-map-section{margin-bottom:24px;padding:22px;border-radius:24px;box-shadow:0 16px 36px #23303714}.nearby-map-header h2{font-size:22px}.nearby-map-header p{margin:4px 0 0;color:#65737b;font-size:13px;font-weight:850}.nearby-map-layout{grid-template-columns:340px minmax(0,1fr);gap:0;overflow:hidden;border:1px solid #e4ece9;border-radius:20px}.nearby-center-list{max-height:360px;padding:22px 18px;gap:8px;border-right:1px solid #e7eeeb;background:#ffffffeb}.nearby-center-list button{padding:6px 4px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;border:0;border-radius:10px;background:transparent}.nearby-rank{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:#2387d9;font-size:12px;font-weight:950}.nearby-center-list strong{font-size:14px}.nearby-center-list em{color:#6b7880;white-space:nowrap}.nearby-map-canvas .map-tabs{position:absolute;z-index:6;top:10px;left:10px;margin:0;background:#ffffffeb}.google-map-card{height:360px;border:0;border-radius:0;box-shadow:none}.google-map-card>div:first-child{min-height:360px}.highlight-sections{margin-bottom:28px;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.highlight-card{min-height:96px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:18px;text-align:left;cursor:pointer}.highlight-card strong{display:block;color:var(--teal-dark);font-size:16px;font-weight:950}.highlight-card small{margin-top:8px;display:-webkit-box;overflow:hidden;color:#3f4f56;font-size:14px;font-weight:800;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.highlight-card-icon{flex:0 0 auto;font-size:42px}.highlight-popular{background:linear-gradient(135deg,#effdf8,#f8fffd)}.highlight-new{background:linear-gradient(135deg,#eff6ff,#f8fbff)}.highlight-deadline{background:linear-gradient(135deg,#faf0ff,#fff8fe)}.highlight-benefit{background:linear-gradient(135deg,#fff7ed,#fffdf8)}.section.results-section{padding-top:6px}.section-header{margin-bottom:18px}.section-header h2{color:#111827;font-size:24px}.class-grid,.branch-class-grid,.branch-course-group .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;max-height:none;overflow:visible}.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card,.class-card{width:100%;min-height:0;height:auto;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;border:1px solid #e1e7e4;border-radius:22px;background:#fff;box-shadow:0 14px 34px #0f172a14}.class-card:hover{transform:translateY(-4px);border-color:#14b8a659;box-shadow:0 18px 42px #0f172a1f}.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb,.class-thumb{position:relative;height:176px;min-height:176px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 33% 45%,#60a5fa 0 14%,transparent 15%),radial-gradient(circle at 58% 55%,#fb7185 0 10%,transparent 11%),linear-gradient(135deg,#10b981 0,#10b981 27%,#ec5dac 27%,#ec5dac 58%,#0ea5e9 58%)}.class-thumb.thumb-art,.class-thumb.thumb-pottery{background:radial-gradient(circle at 46% 47%,#fb7185 0 10%,transparent 11%),radial-gradient(circle at 67% 38%,#fbbf24 0 9%,transparent 10%),linear-gradient(135deg,#fff1f2,#fff7ed)}.class-thumb.thumb-cooking{background:radial-gradient(circle at 52% 47%,#d97706 0 9%,transparent 10%),radial-gradient(circle at 66% 52%,#92400e 0 5%,transparent 6%),linear-gradient(135deg,#fff7d6,#fde68a)}.class-thumb.thumb-yoga,.class-thumb.thumb-ballet{background:radial-gradient(circle at 62% 44%,#fde68a 0 9%,transparent 10%),linear-gradient(135deg,#e0f2fe,#ccfbf1)}.class-thumb.thumb-music{background:radial-gradient(circle at 38% 48%,#14b8a6 0 10%,transparent 11%),radial-gradient(circle at 63% 40%,#ffb703 0 9%,transparent 10%),linear-gradient(135deg,#ccfbf1,#e0f2fe)}.course-image{width:100%;height:100%;object-fit:cover}.thumb-emoji{position:relative;z-index:1;color:#0f172a3d;font-size:46px;font-weight:950}.status-badge{position:absolute;left:16px;top:16px;z-index:2;padding:7px 12px;border-radius:9px;color:#fff;font-size:13px;font-weight:950;background:#10b981}.status-badge.status-deadline{background:#ef4444}.status-badge.status-new{background:var(--primary)}.status-badge.status-closed{background:#64748b}.favorite-button{position:absolute;right:14px;top:14px;z-index:2;width:42px;height:42px;border:0;border-radius:999px;color:#64748b;background:#ffffffeb;font-size:22px;box-shadow:0 8px 18px #0f172a14}.favorite-button.active{color:#f43f5e}.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body,.class-body{min-height:0;padding:22px 22px 18px;display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.class-title-row{min-width:0}.class-title-row h3{min-height:54px;margin:0;display:-webkit-box;overflow:hidden;color:#0f172a;font-size:21px;font-weight:950;line-height:1.28;letter-spacing:0;-webkit-box-orient:vertical;-webkit-line-clamp:2}.class-compact-meta{min-height:82px;margin:2px 0 0;padding:0;display:grid;gap:7px;list-style:none}.class-compact-meta li{min-width:0;display:flex;align-items:center;gap:7px;overflow:hidden;color:#172033;font-size:14px;font-weight:850;line-height:1.35;text-overflow:ellipsis}.class-compact-meta li span{flex:0 0 auto;width:16px;text-align:center;font-size:14px}.class-price-block{min-width:0;display:flex;align-items:baseline;gap:5px;color:var(--teal-dark)}.class-price-block strong{font-size:22px;font-weight:950;line-height:1.1}.class-price-block span{overflow:hidden;color:#667085;font-size:12px;font-weight:900;white-space:nowrap;text-overflow:ellipsis}.class-center-line{min-height:18px;margin:0;overflow:hidden;color:#64748b;font-size:14px;font-weight:900;white-space:nowrap;text-overflow:ellipsis}.branch-course-group .branch-class-grid .class-footer,.branch-course-group.is-expanded .branch-class-grid .class-footer,.class-footer{display:none}.class-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.class-actions button{min-width:0;min-height:46px;padding:0 14px;border:0;border-radius:999px;font-size:14px;font-weight:950}.compare-action{color:#0f172a;background:#f0f4f6}.compare-action.active{color:var(--teal-dark);background:#dff8f3}.apply-action{color:#fff;background:linear-gradient(135deg,#12b8a4,#079777)}.class-meta,.age-text,.class-meta-secondary{display:none}.branch-course-group{border-radius:22px;border-color:#e1e8e5;box-shadow:0 10px 26px #0f172a0d}@media (min-width: 1280px){.class-grid,.branch-class-grid,.branch-course-group .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1020px){.topbar{height:auto;padding-block:14px;flex-wrap:wrap}.brand{min-width:180px}.brand-logo{width:174px;height:48px}.search-bar{order:3;max-width:none;flex-basis:100%}.search-hero:after{opacity:.35}.search-hero-controls{width:100%;flex-wrap:wrap}.search-hero-controls label,.search-hero-controls .search-hero-keyword{flex:1 1 190px;width:auto}.search-hero-controls>button{flex:1 1 160px}.quick-category-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.nearby-map-layout{grid-template-columns:1fr}.nearby-center-list{max-height:190px;border-right:0;border-bottom:1px solid #e7eeeb}.highlight-sections{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.topbar{padding:10px;gap:10px}.utility-nav{width:100%;justify-content:space-between;gap:6px}.utility-nav button{font-size:12px}.layout{padding:0 12px 28px}.search-hero{min-height:0;margin-inline:-12px;padding:28px 16px}.search-hero-copy h1{max-width:300px;font-size:34px}.search-hero:after{display:none}.search-hero-controls{margin-top:22px;padding:10px;border-radius:20px}.search-hero-controls label,.search-hero-controls .search-hero-keyword,.search-hero-controls>button{flex-basis:100%}.quick-category-strip{margin-inline:-2px;padding:12px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;border-radius:16px}.quick-category-strip button{min-height:74px;font-size:12px}.quick-category-icon{width:42px;height:42px;font-size:18px}.nearby-map-section{padding:14px;border-radius:18px}.nearby-map-header{align-items:start;flex-wrap:wrap}.nearby-radius-control{order:3;width:100%}.nearby-radius-control button{flex:1}.nearby-mobile-map-toggle{display:inline-flex;align-items:center}.nearby-map-canvas{display:none}.nearby-map-layout.map-open .nearby-map-canvas{display:block}.highlight-sections{grid-template-columns:1fr;gap:10px}.highlight-card{min-height:82px;padding:14px}.highlight-card-icon{font-size:34px}.class-grid,.branch-class-grid,.branch-course-group .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:minmax(0,1fr);gap:12px}.class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{height:150px;min-height:150px}.class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{padding:16px;gap:10px}.class-title-row h3{min-height:48px;font-size:19px}.class-compact-meta{min-height:auto}.class-price-block strong{font-size:20px}.class-actions button{min-height:42px}}.search-hero.search-hero-compact{min-height:220px;padding:30px 34px}.search-hero.search-hero-compact:after{width:min(32%,340px);height:82%;opacity:.58}.search-hero.search-hero-compact .search-hero-kicker{margin-bottom:10px;font-size:14px}.search-hero.search-hero-compact .search-hero-copy h1{max-width:520px;font-size:clamp(28px,3.5vw,42px)}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){margin-top:8px;font-size:15px}.search-hero.search-hero-compact .search-hero-controls{margin-top:20px}.search-hero.search-hero-compact .search-hero-controls label{width:170px}.search-hero-primary,.search-hero-secondary{height:50px;padding:0 22px;border:0;border-radius:999px;font-weight:950;white-space:nowrap}.search-hero-primary{color:#fff;background:linear-gradient(135deg,#12b8a4,#079777);box-shadow:0 10px 24px #08977740}.search-hero-secondary{color:#0f766e;background:#e8fbf7}.sidebar-shell.open{position:fixed;top:0;right:0;bottom:0;z-index:75;width:min(440px,calc(100vw - 24px));display:block;padding:58px 14px 14px;overflow-y:auto;background:#fff;box-shadow:-18px 0 48px #0f172a2e;transform:none}.sidebar-shell.open .filter-panel{position:static;max-height:none;overflow:visible}.sidebar-shell.open .mobile-filter-close{position:absolute;top:14px;right:16px;z-index:2;min-height:34px;padding:0 14px;display:inline-flex!important;align-items:center;border:0;border-radius:999px;color:#fff;font-size:13px;font-weight:900;background:var(--teal-dark)}.filter-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:block!important;border:0;background:#0f172a61}@media (max-width: 760px){.search-hero.search-hero-compact{min-height:0;padding:22px 16px}.search-hero.search-hero-compact:after{display:none}.search-hero.search-hero-compact .search-hero-copy h1{max-width:320px;font-size:28px}.search-hero.search-hero-compact .search-hero-controls{width:100%;padding:10px;flex-wrap:wrap}.search-hero.search-hero-compact .search-hero-controls label,.search-hero-primary,.search-hero-secondary{flex:1 1 100%;width:100%}.sidebar-shell.open{top:auto;left:0;width:100%;max-height:min(86dvh,720px);border-radius:20px 20px 0 0}}@media (min-width: 1280px){.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 1100px){.search-hero-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.search-hero-controls>button{grid-column:span 2}.highlight-sections{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.search-hero{padding:16px;border-radius:16px}.search-hero-copy h1{font-size:23px}.search-hero-controls{grid-template-columns:1fr}.search-hero-controls>button{grid-column:auto}.nearby-map-header{align-items:start;flex-wrap:wrap}.nearby-mobile-map-toggle{display:inline-flex;align-items:center}.nearby-map-layout{grid-template-columns:1fr}.nearby-center-list{max-height:190px}.nearby-map-canvas{display:none}.nearby-map-layout.map-open .nearby-map-canvas{display:block}.highlight-sections,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:1fr}}.search-hero.search-hero-compact{min-height:150px;margin-bottom:10px;padding:18px 26px}.search-hero.search-hero-compact:after{width:min(24%,250px);height:76%;opacity:.38}.search-hero.search-hero-compact .search-hero-kicker{margin-bottom:5px;font-size:13px}.search-hero.search-hero-compact .search-hero-copy h1{max-width:560px;font-size:clamp(25px,2.8vw,34px);line-height:1.12}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){margin-top:5px;font-size:13px}.search-hero.search-hero-compact .search-hero-controls{margin-top:12px;padding:7px;gap:7px;border-radius:18px}.search-hero.search-hero-compact .search-hero-controls label{width:148px}.search-hero.search-hero-compact .search-hero-controls select{height:38px;padding:0 13px;font-size:13px}.search-hero-primary,.search-hero-secondary{height:38px;padding:0 16px;font-size:13px}.quick-category-section{margin-bottom:12px}.quick-category-strip{padding:10px 18px;gap:6px;border-radius:16px}.quick-category-strip button{min-height:56px;gap:5px;padding:5px;font-size:12px}.quick-category-icon{width:34px;height:34px;font-size:16px}.nearby-map-header{margin-bottom:8px}.nearby-map-header h2{font-size:18px}.nearby-map-header p{margin-top:2px;font-size:12px}.nearby-radius-control button,.nearby-mobile-map-toggle{min-height:28px;padding:0 9px;font-size:11.5px}.nearby-map-layout{grid-template-columns:260px minmax(0,1fr);border-radius:14px}.nearby-center-list{max-height:230px;padding:12px 10px;gap:4px}.nearby-center-list button{padding:4px;gap:7px}.nearby-rank{width:19px;height:19px;font-size:11px}.nearby-center-list strong{font-size:12.5px}.nearby-center-list em{font-size:11px}.google-map-card{height:230px}.google-map-card>div:first-child{min-height:230px}.highlight-sections{margin-bottom:12px;gap:10px}.highlight-card{min-height:64px;padding:10px 12px;border-radius:14px}.highlight-card strong{font-size:13px}.highlight-card small{margin-top:3px;font-size:12px;line-height:1.28;-webkit-line-clamp:1}.highlight-card-icon{font-size:28px}.section.results-section{padding-top:0}.section-header{margin-bottom:10px}.section-header h2{font-size:21px}@media (max-width: 760px){.search-hero.search-hero-compact{padding:16px 14px}.search-hero.search-hero-compact .search-hero-copy h1{font-size:24px}.search-hero.search-hero-compact .search-hero-controls{margin-top:10px}.quick-category-strip{padding:8px}.quick-category-strip button{min-height:54px}.nearby-map-layout{grid-template-columns:1fr}.nearby-center-list{max-height:126px;padding:8px}.google-map-card{height:220px}.google-map-card>div:first-child{min-height:220px}}.search-hero.search-hero-compact{min-height:96px;margin:0 0 10px;padding:14px 18px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid #dcebe6;border-radius:18px;background:linear-gradient(135deg,#f6fffc,#fff);box-shadow:0 10px 26px #2330370f}.search-hero.search-hero-compact .search-hero-copy,.search-hero.search-hero-compact .search-hero-controls{max-width:none}.search-hero.search-hero-compact .search-hero-kicker{margin:0 0 3px;font-size:12px}.search-hero.search-hero-compact .search-hero-copy h1{max-width:none;font-size:24px;line-height:1.15}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){margin-top:4px;font-size:12.5px;line-height:1.35}.search-hero.search-hero-compact .search-hero-controls{width:auto;margin:0;padding:0;display:flex;gap:6px;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.search-hero.search-hero-compact .search-hero-controls label{width:136px}.search-hero.search-hero-compact .search-hero-controls select{padding:0 10px;border-radius:999px}.search-hero-primary,.search-hero-secondary{padding:0 13px}@media (max-width: 980px){.search-hero.search-hero-compact{grid-template-columns:1fr;gap:10px}.search-hero.search-hero-compact .search-hero-controls{flex-wrap:wrap}}.map-tabs-standalone{width:fit-content;margin:0 0 10px;position:static;display:inline-flex;padding:4px;border:1px solid #dce8e4;border-radius:999px;background:#fff;box-shadow:0 8px 20px #2330370f}.map-tabs-standalone button{min-height:34px;padding:0 16px;border-radius:999px;font-size:13px}.nearby-map-canvas>.map-tabs:not(.map-tabs-standalone){display:none}.selected-branch-reset{margin:-2px 0 10px;padding:8px 10px 8px 14px;display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(20,184,166,.24);border-radius:999px;background:#effdf9}.selected-branch-reset span{min-width:0;display:inline-flex;align-items:center;gap:7px}.selected-branch-reset strong{max-width:min(360px,52vw);overflow:hidden;color:#0f172a;font-size:13px;font-weight:950;white-space:nowrap;text-overflow:ellipsis}.selected-branch-reset em{color:#0f766e;font-size:12px;font-style:normal;font-weight:900;white-space:nowrap}.selected-branch-reset button{min-height:28px;padding:0 12px;border:0;border-radius:999px;color:#fff;font-size:12px;font-weight:950;background:var(--teal-dark)}@media (max-width: 640px){.selected-branch-reset{width:100%;justify-content:space-between;border-radius:14px}.selected-branch-reset strong{max-width:48vw}}@media (max-width: 640px){.search-hero.search-hero-compact{margin-inline:0;padding:12px;border-radius:14px}.search-hero.search-hero-compact .search-hero-copy h1{font-size:21px}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){display:none}.search-hero.search-hero-compact .search-hero-controls label,.search-hero-primary,.search-hero-secondary{flex:1 1 calc(50% - 4px);width:auto}}:root{--mooncen-primary: #14b8a6;--mooncen-primary-dark: #0f766e;--mooncen-primary-light: #ccfbf1;--mooncen-bg: #f8fafc;--mooncen-card: #ffffff;--mooncen-border: #e5e7eb;--mooncen-text: #111827;--mooncen-muted: #64748b;--mooncen-danger: #ef4444;--mooncen-warning: #f59e0b;--mooncen-accent-yellow: #ffb703;--mooncen-accent-coral: #ff6b6b;--mooncen-radius-sm: 10px;--mooncen-radius-md: 16px;--mooncen-radius-lg: 22px;--mooncen-radius-pill: 999px;--mooncen-shadow-card: 0 6px 18px rgba(15, 23, 42, .08);--mooncen-shadow-hover: 0 10px 24px rgba(15, 23, 42, .12)}.sr-only{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.site-header{border-bottom:1px solid rgba(229,231,235,.9);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar{min-height:74px;gap:22px}.search-bar{height:46px;border-color:#14b8a62e;border-radius:var(--mooncen-radius-pill);box-shadow:0 8px 20px #0f172a0d}.search-bar:focus-within{border-color:#14b8a694;box-shadow:0 0 0 4px #14b8a61f}.utility-nav{align-items:center}.utility-nav button,.user-session-badge{min-height:38px}.main-content{background:radial-gradient(circle at 6% 0%,rgba(204,251,241,.52),transparent 28%),linear-gradient(180deg,#ffffff 0,var(--mooncen-bg) 360px)}.search-hero.search-hero-compact{position:relative;min-height:236px;margin:18px 0 16px;padding:30px 34px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);align-items:stretch;gap:28px;overflow:hidden;border:1px solid rgba(20,184,166,.16);border-radius:22px;background:radial-gradient(circle at 76% 18%,rgba(255,183,3,.18),transparent 18%),radial-gradient(circle at 90% 70%,rgba(255,107,107,.12),transparent 20%),linear-gradient(120deg,#ecfdf5f7,#ffffffeb 52%,#ccfbf19e),#fff;box-shadow:var(--mooncen-shadow-card)}.search-hero.search-hero-compact:before{content:"";position:absolute;inset:auto 18% -66px auto;width:220px;height:220px;border-radius:50%;background:#14b8a61a}.search-hero.search-hero-compact:after{display:none}.search-hero-main{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.search-hero.search-hero-compact .search-hero-copy h1{max-width:620px;margin:0;color:var(--mooncen-text);font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:0}.search-hero.search-hero-compact .search-hero-kicker{margin:0 0 10px;color:var(--mooncen-primary-dark);font-size:14px;font-weight:900}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){max-width:520px;margin:12px 0 0;color:var(--mooncen-muted);font-size:15px;line-height:1.55}.search-hero.search-hero-compact .search-hero-controls{width:min(100%,720px);margin:22px 0 0;padding:8px;display:flex;flex-wrap:wrap;gap:8px;border:1px solid rgba(20,184,166,.14);border-radius:20px;background:#ffffffe6;box-shadow:0 12px 24px #0f172a12}.search-hero.search-hero-compact .search-hero-controls label{width:168px;min-width:0}.search-hero.search-hero-compact .search-hero-controls label span{display:none}.search-hero.search-hero-compact .search-hero-controls select,.search-hero-primary,.search-hero-secondary{height:44px;min-height:44px;border-radius:var(--mooncen-radius-pill);font-size:14px;font-weight:900}.search-hero.search-hero-compact .search-hero-controls select{width:100%;padding:0 16px;border:1px solid var(--mooncen-border);color:var(--mooncen-text);background-color:#fff}.search-hero-primary{padding:0 22px;color:#fff;background:linear-gradient(135deg,var(--mooncen-primary),#0ea58f);box-shadow:0 10px 20px #14b8a640}.search-hero-secondary{padding:0 18px;border:1px solid rgba(20,184,166,.26);color:var(--mooncen-primary-dark);background:#fff}.search-hero-character{position:relative;z-index:1;min-height:176px;display:flex;align-items:center;justify-content:flex-end;align-self:end}.search-hero-character:before{content:"";position:absolute;inset:18px 8% auto auto;width:72px;height:72px;border-radius:50%;background:#ffb70333}.search-hero-character:after{content:"";position:absolute;inset:auto auto 14px 10%;width:54px;height:54px;border-radius:50%;background:#ff6b6b29}.search-hero-character img{position:relative;z-index:1;width:min(100%,320px);max-height:230px;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 16px 28px rgba(15,118,110,.16))}.mooncen-character-placeholder{width:min(100%,320px);min-height:176px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(20,184,166,.16);border-radius:26px;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.95) 0 8px,transparent 9px),radial-gradient(circle at 82% 24%,rgba(255,183,3,.42) 0 7px,transparent 8px),radial-gradient(circle at 72% 76%,rgba(255,107,107,.32) 0 8px,transparent 9px),radial-gradient(circle at 22% 30%,rgba(255,183,3,.22),transparent 22%),radial-gradient(circle at 74% 38%,rgba(255,107,107,.18),transparent 20%),linear-gradient(135deg,#ffffffd1,#ccfbf1b8);box-shadow:inset 0 1px #ffffffdb,0 16px 30px #0f766e1f}.mooncen-character-placeholder p{max-width:210px;margin:0;color:var(--mooncen-primary-dark);font-size:14px;font-weight:900;line-height:1.45;text-align:center}.quick-category-section{margin:0 0 18px}.quick-category-strip{padding:14px 18px;display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;border:1px solid rgba(226,232,240,.9);border-radius:20px;background:#ffffffeb;box-shadow:var(--mooncen-shadow-card);scrollbar-width:thin;scrollbar-color:rgba(20,184,166,.32) transparent}.quick-category-strip::-webkit-scrollbar{height:6px}.quick-category-strip::-webkit-scrollbar-thumb{border-radius:var(--mooncen-radius-pill);background:#14b8a652}.quick-category-strip button{min-width:86px;min-height:78px;padding:8px 10px;display:inline-flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:18px;color:#334155;font-size:13px;font-weight:900;background:transparent;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.quick-category-strip button:hover{transform:translateY(-2px);border-color:#14b8a63d;background:#f8fffd;box-shadow:0 10px 18px #0f172a14}.quick-category-strip button.active{border-color:#14b8a694;color:var(--mooncen-primary-dark);background:var(--mooncen-primary-light)}.quick-category-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;font-size:19px;font-weight:950;background:#e9fbf6;color:var(--mooncen-primary-dark)}.quick-category-strip button:nth-child(2) .quick-category-icon{color:#f97316;background:#fff3e8}.quick-category-strip button:nth-child(3) .quick-category-icon{color:#ff6b6b;background:#fff1f1}.quick-category-strip button:nth-child(4) .quick-category-icon{color:#0f766e;background:#e2fbf7}.quick-category-strip button:nth-child(5) .quick-category-icon{color:#14b8a6;background:#ccfbf1}.quick-category-strip button:nth-child(6) .quick-category-icon{color:#16a34a;background:#eef9ef}.quick-category-strip button:nth-child(7) .quick-category-icon{color:#f59e0b;background:#fff7dc}.quick-category-strip button:nth-child(8) .quick-category-icon{color:#0d9488;background:#e2fbf7}.quick-category-strip button:nth-child(9) .quick-category-icon{color:#0d9488;background:#e2fbf7}.map-tabs-standalone{width:fit-content;margin:2px 0 -1px 8px;padding:5px;position:relative;z-index:2;border:1px solid rgba(20,184,166,.18);border-radius:18px 18px 0 0;background:#fffffff5;box-shadow:0 8px 18px #0f172a0f}.map-tabs-standalone button{min-height:38px;padding:0 18px;border-radius:14px;color:#334155;font-size:13px;font-weight:950}.map-tabs-standalone button.active{color:#fff;background:var(--mooncen-primary)}.nearby-map-section{margin:0 0 20px;padding:18px;border:1px solid rgba(226,232,240,.95);border-radius:var(--mooncen-radius-lg);background:var(--mooncen-card);box-shadow:var(--mooncen-shadow-card)}.nearby-map-header{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nearby-map-title h2{margin:0;color:var(--mooncen-text);font-size:22px;font-weight:950}.nearby-map-title p{margin:5px 0 0;color:var(--mooncen-muted);font-size:13px;font-weight:800}.nearby-map-actions{display:flex;align-items:center;gap:10px}.nearby-radius-control{padding:4px;display:inline-flex;gap:4px;border:1px solid var(--mooncen-border);border-radius:var(--mooncen-radius-pill);background:#f8fafc}.nearby-radius-control button,.nearby-mobile-map-toggle{min-height:36px;padding:0 13px;border:0;border-radius:var(--mooncen-radius-pill);color:#475569;font-size:13px;font-weight:950;background:transparent}.nearby-radius-control button.active{color:#fff;background:var(--mooncen-primary);box-shadow:0 6px 14px #14b8a63d}.nearby-mobile-map-toggle{display:none;color:var(--mooncen-primary-dark);background:var(--mooncen-primary-light)}.nearby-map-layout{min-height:318px;display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);overflow:hidden;border:1px solid var(--mooncen-border);border-radius:20px;background:#f8fafc}.nearby-center-list{max-height:318px;padding:12px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;border-right:1px solid var(--mooncen-border);background:#fffffff5;scrollbar-width:thin;scrollbar-color:rgba(20,184,166,.28) transparent}.nearby-center-list::-webkit-scrollbar{width:6px}.nearby-center-list::-webkit-scrollbar-track{background:transparent}.nearby-center-list::-webkit-scrollbar-thumb{border-radius:var(--mooncen-radius-pill);background:#14b8a647}.nearby-center-list button{min-height:56px;padding:8px 10px;display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid transparent;border-left:3px solid transparent;border-radius:15px;color:var(--mooncen-text);background:transparent;text-align:left;transition:background .18s ease,border-color .18s ease,transform .18s ease}.nearby-center-list button:hover{border-color:#14b8a633;border-left-color:#14b8a680;background:#effdf9}.nearby-center-list button.active{border-color:#14b8a652;border-left-color:var(--mooncen-primary);background:var(--mooncen-primary-light)}.nearby-rank{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:12px;font-weight:950;background:var(--mooncen-primary)}.nearby-center-meta{min-width:0;display:flex;flex-direction:column;gap:3px}.nearby-center-list strong{overflow:hidden;color:#0f172a;font-size:14px;font-weight:950;white-space:nowrap;text-overflow:ellipsis}.nearby-center-list small{overflow:hidden;color:var(--mooncen-muted);font-size:11.5px;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.nearby-center-list em{color:var(--mooncen-primary-dark);font-size:13px;font-style:normal;font-weight:950;white-space:nowrap}.nearby-map-canvas{min-width:0;position:relative;background:#eef7f5}.google-map-card,.google-map-card>div:first-child{height:318px;min-height:318px}@media (max-width: 980px){.topbar{min-height:auto;padding-block:12px;flex-wrap:wrap}.brand{order:1}.utility-nav{order:2;margin-left:auto}.search-bar{order:3;flex:1 1 100%;max-width:none}.search-hero.search-hero-compact{grid-template-columns:1fr;min-height:190px;padding:24px}.search-hero-character{min-height:auto;justify-content:flex-start}.search-hero-character:before,.search-hero-character:after{display:none}.search-hero-character img{width:168px;max-height:96px;object-position:left bottom}.mooncen-character-placeholder{width:100%;min-height:58px;align-items:flex-start;padding:12px 14px;border-radius:16px}.mooncen-character-placeholder p{max-width:none;font-size:13px;text-align:left}.search-hero.search-hero-compact .search-hero-controls{width:100%}.nearby-map-layout{grid-template-columns:1fr}.nearby-center-list{max-height:220px;border-right:0;border-bottom:1px solid var(--mooncen-border)}}@media (max-width: 760px){.main-content{padding-inline:14px}.search-hero.search-hero-compact{min-height:180px;margin-top:12px;padding:20px 16px;border-radius:20px;gap:14px}.search-hero.search-hero-compact .search-hero-copy h1{font-size:28px}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){display:block;font-size:13px}.search-hero.search-hero-compact .search-hero-controls{padding:0;border:0;box-shadow:none;background:transparent}.search-hero.search-hero-compact .search-hero-controls label,.search-hero-primary,.search-hero-secondary{flex:1 1 100%;width:100%}.search-hero-character img{width:132px;max-height:78px}.mooncen-character-placeholder{min-height:52px}.quick-category-strip{margin-inline:-2px;padding:12px;gap:9px;border-radius:18px}.quick-category-strip button{min-width:74px;min-height:70px;font-size:12px}.quick-category-icon{width:42px;height:42px}.map-tabs-standalone{width:100%;margin:0 0 10px;border-radius:16px}.map-tabs-standalone button{flex:1 1 0}.nearby-map-section{padding:14px;border-radius:18px}.nearby-map-header{align-items:flex-start;flex-direction:column}.nearby-map-actions{width:100%;justify-content:space-between}.nearby-mobile-map-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px}.nearby-center-list{max-height:236px}.nearby-map-canvas{display:none}.nearby-map-layout.map-open .nearby-map-canvas{display:block}.google-map-card,.google-map-card>div:first-child{height:260px;min-height:260px}}.search-hero.search-hero-compact{min-height:clamp(280px,28vw,320px);grid-template-columns:minmax(0,55%) minmax(300px,45%);gap:24px}.search-hero.search-hero-compact .search-hero-copy h1{max-width:560px;font-size:clamp(38px,3.2vw,42px);line-height:1.1}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){max-width:480px;font-size:14px}.search-hero.search-hero-compact .search-hero-controls{width:min(100%,660px);flex-wrap:nowrap;align-items:center;gap:7px;padding:7px}.search-hero.search-hero-compact .search-hero-controls label{width:auto;flex:1 1 150px}.search-hero-primary{flex:0 0 auto;min-width:104px;padding-inline:19px}.search-hero-secondary{flex:0 0 auto;min-width:auto;padding-inline:15px;box-shadow:none}.search-hero-character{min-height:230px;align-self:stretch}.search-hero-character img{width:clamp(300px,31vw,340px);max-height:300px}.mooncen-character-placeholder{width:clamp(300px,31vw,340px);min-height:214px}.quick-category-section{margin-bottom:14px}.quick-category-strip{padding:10px 14px;gap:9px;border-radius:18px}.quick-category-strip button{min-width:78px;min-height:66px;padding:6px 8px;gap:5px}.quick-category-icon{width:44px;height:44px}.nearby-map-section{padding-top:16px}.nearby-map-header{display:grid;grid-template-columns:minmax(190px,1fr) auto auto;align-items:center}.nearby-map-tabs-slot{display:flex;justify-content:center}.nearby-map-tabs-slot .map-tabs-standalone{margin:0;border-radius:999px;box-shadow:none}.nearby-map-layout{grid-template-columns:minmax(280px,32%) minmax(0,68%)}.nearby-center-list{scrollbar-width:thin;scrollbar-color:rgba(20,184,166,.22) transparent}.nearby-center-list::-webkit-scrollbar-thumb{background:#14b8a638}@media (max-width: 1120px){.search-hero.search-hero-compact{grid-template-columns:minmax(0,54%) minmax(260px,46%)}.search-hero.search-hero-compact .search-hero-controls{width:100%}.search-hero.search-hero-compact .search-hero-controls label{flex-basis:132px}.search-hero-primary,.search-hero-secondary{padding-inline:13px}}@media (max-width: 980px){.search-hero.search-hero-compact{min-height:auto;grid-template-columns:1fr}.search-hero.search-hero-compact .search-hero-controls{flex-wrap:wrap}.search-hero-character{min-height:auto}.nearby-map-header{grid-template-columns:1fr;justify-items:start}.nearby-map-tabs-slot{justify-content:flex-start}.nearby-map-layout{grid-template-columns:1fr}}@media (max-width: 760px){.search-hero.search-hero-compact{padding:18px 16px}.search-hero.search-hero-compact .search-hero-copy h1{font-size:29px}.search-hero.search-hero-compact .search-hero-controls{display:grid;grid-template-columns:1fr 1fr}.search-hero.search-hero-compact .search-hero-controls label,.search-hero-primary,.search-hero-secondary{width:100%;min-width:0}.search-hero-primary,.search-hero-secondary{padding-inline:10px}.search-hero-character img{width:140px;max-height:84px}.quick-category-strip{padding:9px;gap:8px}.quick-category-strip button{min-width:70px;min-height:64px}.quick-category-icon{width:42px;height:42px}.nearby-map-tabs-slot,.nearby-map-tabs-slot .map-tabs-standalone{width:100%}}.topbar{min-height:72px}.main-content{padding-top:12px}.search-hero.search-hero-compact{min-height:130px;margin:0 0 10px;padding:16px 20px;grid-template-columns:minmax(0,1fr) 180px;gap:18px;border-radius:20px}.search-hero-mode-tabs{grid-column:1 / -1;position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start;margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid rgba(20,184,166,.16)}.search-hero-mode-tabs .map-tabs-standalone{margin:0;padding:3px;border:1px solid rgba(20,184,166,.34);border-radius:999px;background:#fffffff5;box-shadow:0 8px 18px #0f172a14}.search-hero-mode-tabs .map-tabs-standalone button{min-height:28px;padding-inline:13px;border:1px solid transparent;color:#475569;font-size:12px;font-weight:950;background:transparent}.search-hero-mode-tabs .map-tabs-standalone button.active{border-color:#0f766e24;color:#fff;background:linear-gradient(135deg,var(--mooncen-primary),var(--mooncen-primary-dark));box-shadow:0 8px 14px #14b8a63d}.search-type-section{margin:0 0 10px}.compact-section-heading{margin:0 0 7px;display:flex;align-items:center;justify-content:space-between}.compact-section-heading h2{margin:0;color:var(--mooncen-text);font-size:15px;font-weight:950;letter-spacing:0}.compact-section-heading-category{margin-top:2px}.search-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.search-type-grid button{min-height:76px;position:relative;padding:12px 14px 12px 16px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;overflow:hidden;border:1px solid var(--mooncen-border);border-radius:18px;color:var(--mooncen-text);background:#fff;text-align:left;box-shadow:0 4px 14px #0f172a0d;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.search-type-grid button:before{content:"";width:4px;position:absolute;inset:12px auto 12px 0;border-radius:0 999px 999px 0;background:transparent}.search-type-grid button:hover{transform:translateY(-1px);border-color:#14b8a647;box-shadow:0 9px 20px #0f172a14}.search-type-grid button.active{border-color:var(--mooncen-primary);background:linear-gradient(135deg,var(--mooncen-primary-light),#ffffff);box-shadow:0 10px 22px #14b8a629}.search-type-grid button.active:before{background:var(--mooncen-primary)}.search-type-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;font-size:21px;background:#f8fafc}.search-type-grid button.active .search-type-icon{background:#fff}.search-type-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.search-type-copy strong{color:var(--mooncen-text);font-size:16px;font-weight:950;line-height:1.15}.search-type-copy small{overflow:hidden;color:var(--mooncen-muted);font-size:12px;font-weight:800;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.search-type-check{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:13px;font-weight:950;background:var(--mooncen-primary)}.search-hero.search-hero-compact:before{width:160px;height:160px;inset:auto 8% -58px auto}.search-hero.search-hero-compact .search-hero-copy h1{max-width:520px;font-size:clamp(30px,2.7vw,36px);line-height:1.12}.search-hero.search-hero-compact .search-hero-kicker{margin-bottom:10px;font-size:13px}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){max-width:520px;margin-top:7px;font-size:13px;line-height:1.45}.search-hero.search-hero-compact .search-hero-controls{width:min(100%,650px);margin-top:0;padding:5px;flex-wrap:nowrap;gap:6px;border-radius:18px}.search-hero.search-hero-compact .search-hero-controls label{flex:1 1 0;width:auto;min-width:128px}.search-hero.search-hero-compact .search-hero-controls select,.search-hero-primary,.search-hero-secondary{height:34px;min-height:34px;font-size:12px}.search-hero-primary{min-width:82px;padding-inline:12px}.search-hero-secondary{min-width:66px;padding-inline:10px;color:var(--mooncen-primary-dark);background:transparent}.search-hero-character{min-height:88px;align-self:center}.search-hero-character:before{width:42px;height:42px;inset:14px 10px auto auto}.search-hero-character:after{width:34px;height:34px;inset:auto auto 10px 4px}.search-hero-character img{width:clamp(150px,16vw,190px);max-height:108px}.mooncen-character-placeholder{width:180px;min-height:82px;border-radius:20px}.mooncen-character-placeholder p{max-width:140px;font-size:12px}.quick-category-section{margin-bottom:10px}.quick-category-strip{min-height:78px;padding:8px 12px;gap:8px;border-radius:16px}.quick-category-strip button{min-width:72px;min-height:60px;padding:5px 7px;gap:4px;border-radius:15px;font-size:12px}.quick-category-icon{width:40px;height:40px;font-size:17px}.selected-branch-reset{margin:0 0 8px}.nearby-map-section{margin-bottom:12px;padding:12px;border-radius:18px}.nearby-map-header{margin-bottom:10px;grid-template-columns:minmax(180px,1fr) auto;gap:10px}.nearby-map-title h2{font-size:19px}.nearby-map-title p{margin-top:3px;font-size:12px}.nearby-map-tabs-slot .map-tabs-standalone{padding:3px}.nearby-map-tabs-slot .map-tabs-standalone button{min-height:32px;padding-inline:13px;font-size:12px}.nearby-radius-control{padding:3px}.nearby-radius-control button,.nearby-mobile-map-toggle{min-height:32px;padding-inline:10px;font-size:12px}.nearby-map-layout{min-height:300px;grid-template-columns:minmax(260px,32%) minmax(0,68%);border-radius:16px}.nearby-center-list{max-height:300px;padding:9px;gap:6px}.nearby-center-list button{min-height:48px;padding:6px 8px;grid-template-columns:23px minmax(0,1fr) auto;gap:8px;border-radius:13px}.nearby-rank{width:22px;height:22px;font-size:11px}.nearby-center-list strong{font-size:13px}.nearby-center-list small{font-size:11px}.nearby-center-list em{font-size:12px}.google-map-card,.google-map-card>div:first-child{height:300px;min-height:300px}.section.results-section{margin-top:0;padding-top:0}.section.results-section .section-header h2{font-size:21px}.result-progress{margin-top:3px}@media (max-width: 1120px){.search-hero.search-hero-compact{grid-template-columns:minmax(0,1fr) 150px}.search-hero.search-hero-compact .search-hero-controls label{min-width:112px}.search-hero-primary,.search-hero-secondary{padding-inline:10px}.search-hero-character img{width:150px}}@media (max-width: 980px){.search-hero.search-hero-compact{grid-template-columns:1fr;min-height:auto;padding:16px}.search-hero-character{display:none}.search-hero.search-hero-compact .search-hero-controls{flex-wrap:nowrap}.nearby-map-header{grid-template-columns:1fr auto}.nearby-map-tabs-slot{grid-column:1 / -1;grid-row:1;justify-self:start}.nearby-map-title{grid-column:1 / 2;grid-row:2}.nearby-map-actions{grid-column:2 / 3;grid-row:2}}@media (max-width: 760px){.main-content{padding-top:8px;padding-inline:12px}.search-hero.search-hero-compact{margin-bottom:8px;padding:14px}.search-type-section{margin-bottom:9px}.search-type-grid{gap:8px}.search-type-grid button{min-height:76px;padding:10px 9px;grid-template-columns:34px minmax(0,1fr);gap:8px}.search-type-icon{width:34px;height:34px;border-radius:12px;font-size:18px}.search-type-copy strong{font-size:14px}.search-type-copy small{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:10.5px}.search-type-check{display:none}.search-hero-mode-tabs,.search-hero-mode-tabs .map-tabs-standalone{width:100%}.search-hero-mode-tabs .map-tabs-standalone button{flex:1 1 0}.search-hero.search-hero-compact .search-hero-copy h1{font-size:24px}.search-hero.search-hero-compact .search-hero-copy p:not(.search-hero-kicker){display:block;font-size:12px}.search-hero.search-hero-compact .search-hero-controls{display:grid;grid-template-columns:1fr 1fr;gap:6px}.search-hero.search-hero-compact .search-hero-controls label,.search-hero-primary,.search-hero-secondary{min-width:0}.search-hero.search-hero-compact .search-hero-controls select,.search-hero-primary,.search-hero-secondary{height:44px;min-height:44px}.search-hero-mode-tabs .map-tabs-standalone button{min-height:34px;padding-inline:12px}.quick-category-strip{min-height:72px;padding:8px}.quick-category-strip button{min-width:68px;min-height:58px}.nearby-map-section{padding:10px}.nearby-map-header{grid-template-columns:1fr;gap:8px}.nearby-map-tabs-slot,.nearby-map-title,.nearby-map-actions{grid-column:auto;grid-row:auto;width:100%}.nearby-map-actions{justify-content:space-between}.nearby-center-list{max-height:210px}.google-map-card,.google-map-card>div:first-child{height:250px;min-height:250px}.section.results-section .section-header{align-items:flex-start;gap:8px}}.site-header{min-height:76px;background:#ffffffeb;border-bottom:1px solid #ddf7f3;box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{width:100%;max-width:1240px;height:76px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(150px,220px) minmax(280px,430px) minmax(250px,1fr);align-items:center;gap:20px}.header-inner .brand{min-width:0;max-width:220px}.header-inner .brand-button{min-height:56px}.header-inner .brand-logo{width:auto;max-width:206px;height:46px;object-fit:contain;object-position:left center}.header-inner .search-bar{width:100%;max-width:430px;height:46px;justify-self:center;border:1px solid rgba(20,184,166,.16);border-radius:var(--mooncen-radius-pill, 999px);background:#ffffffe0;box-shadow:0 6px 16px #0f172a09}.header-inner .search-bar input{height:44px;padding:0 52px 0 20px;border:0;background:transparent;box-shadow:none}.header-inner .search-bar button{right:4px;width:38px;height:38px;font-size:20px}.header-inner .utility-nav{min-width:0;margin-left:0;justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:8px}.header-inner .utility-nav button,.header-inner .user-session-badge{min-height:36px;padding-inline:8px;border-radius:999px}.header-inner .utility-nav button{display:inline-flex;align-items:center;gap:5px;color:#111827;font-weight:850}.utility-icon,.utility-icon-img{width:18px;height:18px;flex:0 0 auto}.utility-icon-img{display:block;object-fit:contain}.utility-icon{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.header-inner .utility-nav button:hover,.header-inner .utility-nav button:focus-visible{color:#0f766e;background:#effdfa}.header-inner .utility-nav button b{min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:#14b8a6;font-size:11px;line-height:1}.header-inner .notification-button{position:relative}.header-inner .notification-button .notification-badge{top:0;right:0;min-width:17px;height:17px;padding:0 5px;background:#14b8a6;font-size:10px}.main-content{padding-top:10px}@media (max-width: 980px){.site-header{min-height:116px}.header-inner{height:auto;min-height:116px;padding:10px 16px 12px;grid-template-columns:minmax(112px,auto) minmax(0,1fr);gap:8px 10px}.header-inner .brand{grid-column:1;grid-row:1;max-width:150px}.header-inner .brand-button{min-height:42px}.header-inner .brand-logo{max-width:148px;height:42px}.header-inner .utility-nav{grid-column:2;grid-row:1;gap:4px;overflow-x:auto;scrollbar-width:none}.header-inner .utility-nav::-webkit-scrollbar{display:none}.header-inner .utility-nav button,.header-inner .user-session-badge{min-height:34px;flex:0 0 auto;padding-inline:7px;font-size:12px}.utility-icon,.utility-icon-img{width:18px;height:18px}.header-inner .search-bar{grid-column:1 / -1;grid-row:2;max-width:none;height:44px}.header-inner .search-bar input{height:42px;font-size:14px}}@media (max-width: 520px){.header-inner{padding-inline:12px;grid-template-columns:minmax(104px,auto) minmax(0,1fr)}.header-inner .brand-logo{max-width:132px;height:38px}.header-inner .utility-nav{gap:3px}.header-inner .utility-nav button span:not(:first-child){display:none}}.layout{width:100%;max-width:1480px;margin:0 auto;padding:12px 24px 48px;display:grid;grid-template-columns:280px minmax(0,1fr);gap:14px;align-items:start}.main-content{min-width:0;padding-top:0;display:block}.dashboard-notice-bar{min-height:38px;margin:0 0 10px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(20,184,166,.16);border-radius:999px;color:var(--mooncen-primary-dark);background:#ccfbf16b;font-size:13px;font-weight:900}.dashboard-notice-bar button{display:none;min-height:30px;padding:0 11px;border:0;border-radius:999px;color:#fff;background:var(--mooncen-primary);font-weight:950}.sidebar-shell{min-width:0;position:sticky;top:88px;align-self:start}.sidebar{min-width:0}.filter-panel{position:static;top:auto;max-height:calc(100vh - 110px);padding:12px;overflow:visible;border-radius:18px}.filter-header{margin-bottom:10px;padding-bottom:10px}.filter-header h2{font-size:17px}.filter-header p{font-size:12px}.filter-header>button{display:none}.dashboard-filter-section{padding:8px;border:1px solid var(--mooncen-border);border-radius:14px;background:#fff}.dashboard-filter-section-title{display:block;margin:0 0 7px;color:var(--mooncen-muted);font-size:11px;font-weight:950}.filter-mode-selector{display:grid;gap:6px}.filter-mode-selector button{min-height:48px;padding:8px 10px;display:grid;gap:2px;border:1px solid var(--mooncen-border);border-radius:13px;color:var(--mooncen-text);background:#fff;text-align:left}.filter-mode-selector button.active{border-color:var(--mooncen-primary);color:var(--mooncen-primary-dark);background:var(--mooncen-primary-light)}.filter-mode-selector strong{font-size:13px;font-weight:950}.filter-mode-selector small{overflow:hidden;color:var(--mooncen-muted);font-size:11px;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.main-quick-filter-list{display:grid;gap:8px;overflow:visible}.filter-panel-actions{margin-top:12px;display:grid;grid-template-columns:1fr auto;gap:8px}.filter-apply-button,.filter-reset-button{min-height:38px;border-radius:999px;font-weight:950}.filter-apply-button{border:0;color:#fff;background:var(--mooncen-primary)}.filter-reset-button{border:1px solid var(--mooncen-border);color:var(--mooncen-muted);background:#fff}.nearby-map-section{margin:0 0 12px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.nearby-map-layout{min-height:364px;display:grid;grid-template-columns:360px minmax(0,1fr);gap:12px;overflow:visible;border:0;border-radius:0;background:transparent}.nearby-center-list,.nearby-map-canvas{border:1px solid var(--mooncen-border);border-radius:18px;background:var(--mooncen-card);box-shadow:var(--mooncen-shadow-card)}.nearby-center-list{max-height:364px;padding:10px;border-right:1px solid var(--mooncen-border)}.nearby-list-heading{padding:4px 4px 8px}.nearby-list-heading h2,.nearby-map-toolbar h2{margin:0;color:var(--mooncen-text);font-size:18px;font-weight:950}.nearby-list-heading p{margin:3px 0 0;color:var(--mooncen-muted);font-size:12px;font-weight:800}.nearby-map-canvas{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.nearby-map-toolbar{min-height:50px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--mooncen-border);background:#fffffff0}.nearby-map-actions{display:flex;align-items:center;gap:8px}.google-map-card,.google-map-card>div:first-child{height:313px;min-height:313px}.section.results-section{margin-top:0}.section.results-section .section-header{margin-bottom:10px}.mobile-filter-bar,.mobile-filter-close,.filter-scrim{display:none}@media (max-width: 1180px){.layout{grid-template-columns:260px minmax(0,1fr);padding-inline:16px}.nearby-map-layout{grid-template-columns:320px minmax(0,1fr)}}@media (max-width: 980px){.layout{padding:10px 12px 36px;display:block}.dashboard-notice-bar{margin-bottom:8px}.dashboard-notice-bar button{display:inline-flex;align-items:center}.mobile-filter-bar{margin:0 0 8px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(20,184,166,.16);border-radius:14px;background:#fff}.mobile-filter-bar span{min-width:0;overflow:hidden;color:var(--mooncen-muted);font-size:12px;font-weight:900;white-space:nowrap;text-overflow:ellipsis}.mobile-filter-bar button{min-height:34px;border:0;border-radius:999px;color:#fff;background:var(--mooncen-primary);font-weight:950}.filter-scrim{display:block}.sidebar-shell{position:fixed;top:0;right:auto;bottom:0;left:0;z-index:90;width:min(360px,92vw);max-width:92vw;transform:translate(-104%);transition:transform .2s ease}.sidebar-shell.open{transform:translate(0)}.sidebar-shell.open .filter-panel{height:100vh;max-height:none;overflow-y:auto;border-radius:0 20px 20px 0}.mobile-filter-close{display:block;position:fixed;top:10px;right:10px;z-index:91}.nearby-map-layout{min-height:0;display:grid;grid-template-columns:1fr;gap:10px}.nearby-center-list{max-height:240px}.nearby-map-canvas{display:block}.nearby-map-toolbar{min-height:48px}.nearby-mobile-map-toggle{display:inline-flex;align-items:center}.google-map-card{display:none}.nearby-map-layout.map-open .google-map-card{display:block}.google-map-card,.google-map-card>div:first-child{height:270px;min-height:270px}}@media (max-width: 640px){.dashboard-notice-bar{min-height:36px;padding-inline:10px;font-size:12px}.nearby-center-list{max-height:220px}.nearby-map-toolbar{align-items:flex-start;flex-direction:column}.nearby-map-actions{width:100%;justify-content:space-between}}body{background:radial-gradient(circle at 18% 0%,rgba(204,251,241,.5),transparent 28%),linear-gradient(180deg,#fff,#f8fafc 38%,#f8fafc)}.site-header .topbar.header-inner{max-width:1560px;height:76px;padding:0 30px}.site-header .brand{min-width:300px}.site-header .brand-logo{width:190px;height:58px}.site-header .search-bar{max-width:560px}.layout{max-width:1560px;padding:16px 30px 52px;display:grid;grid-template-columns:308px minmax(0,1fr);gap:16px}.main-content{order:2;display:grid;gap:12px}.dashboard-notice-bar{display:none}.sidebar-shell{order:1;display:block;top:96px}.filter-panel{max-height:calc(100vh - 112px);padding:0;overflow:hidden;border:1px solid #e5edf0;border-radius:16px;background:#fffffff5;box-shadow:0 10px 28px #0f172a0f}.filter-header{min-height:64px;margin:0;padding:18px 20px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e5edf0}.filter-header h2{margin:0;color:#111827;font-size:21px;font-weight:950}.filter-header p{display:none}.filter-header>button{display:inline-flex;min-height:32px;padding:0 4px;align-items:center;justify-content:center;border:0;color:#4b5563;background:transparent;font-size:13px;font-weight:900;line-height:1}.filter-header>button:before{content:none}.filter-header-reset span{display:block;transform:translateY(0)}.filter-header-reset:hover,.filter-header-reset:focus-visible{color:#0f766e}.selected-branch-panel{margin:14px 16px 0}.main-quick-filter-list{max-height:calc(100vh - 286px);padding:16px 18px 0;gap:22px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(20,184,166,.22) transparent}.main-quick-filter-list::-webkit-scrollbar{width:5px}.main-quick-filter-list::-webkit-scrollbar-thumb{border-radius:999px;background:#14b8a63d}.dashboard-filter-section{padding:0;border:0;border-radius:0;background:transparent}.dashboard-filter-section-title{margin:0 0 12px;color:#111827;font-size:15px;font-weight:950}.filter-mode-selector{gap:10px}.filter-mode-selector button{min-height:48px;padding:10px 40px 10px 58px;position:relative;display:grid;align-items:center;border:1px solid #e5e7eb;border-radius:9px;background:#fff;box-shadow:0 4px 12px #0f172a08;text-align:left}.filter-mode-selector button:before{content:"";position:absolute;left:12px;top:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);border-radius:10px;color:#0f766e;background:#ccfbf1;font-size:17px;font-weight:950}.filter-mode-selector button:nth-child(2):before{content:"";color:#64748b;background:#f8fafc}.filter-mode-icon-img{position:absolute;left:12px;top:50%;width:32px;height:32px;object-fit:contain;transform:translateY(-50%);border-radius:10px}.filter-mode-selector button.active{border-color:#14b8a6;color:#0f766e;background:#effdfa;box-shadow:inset 0 0 0 1px #14b8a633}.filter-mode-selector button.active:after{content:"";position:absolute;right:12px;top:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);border-radius:999px;color:#fff;background:#14b8a6;box-shadow:inset 0 0 0 6px #fff}.filter-mode-selector strong{display:block;font-size:14px;line-height:1;transform:translateY(1px)}.filter-mode-selector small{display:none}.dashboard-category-chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch}.dashboard-category-chips button{min-width:0;min-height:42px;padding:6px 10px;display:flex;align-items:center;justify-content:flex-start;gap:7px;overflow:hidden;border:1px solid #e5e7eb;border-radius:14px;color:#334155;background:#fff;font-size:12px;font-weight:900;line-height:1.1;text-align:left;white-space:nowrap;text-overflow:ellipsis;box-shadow:0 4px 12px #0f172a0a}.dashboard-category-chips button.active,.dashboard-category-chips button:hover,.dashboard-category-chips button:focus-visible{border-color:#14b8a652;color:#0f766e;background:#ccfbf1}.dashboard-detail-section{display:grid;grid-template-columns:1fr;gap:9px}.dashboard-detail-section .dashboard-filter-section-title{margin-bottom:2px}.dashboard-detail-section .main-quick-filter{width:100%}.dashboard-detail-section .main-quick-filter-chip{min-height:32px;padding:0;display:grid;grid-template-columns:68px minmax(0,1fr) 18px;gap:8px;align-items:center;border:0;background:transparent;box-shadow:none}.dashboard-detail-section .main-quick-filter-chip:after{content:"";width:8px;height:8px;justify-self:center;border-right:2px solid #111827;border-bottom:2px solid #111827;transform:rotate(45deg) translateY(-2px)}.dashboard-detail-section .main-quick-filter-chip span{color:#111827;font-size:13px;font-weight:900}.dashboard-detail-section .main-quick-filter-chip small{min-width:0;height:32px;padding:0 32px 0 12px;display:flex;align-items:center;overflow:hidden;border:1px solid #e5e7eb;border-radius:999px;color:#111827;background:#fff;font-size:13px;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.dashboard-detail-section .main-quick-filter-chip.active small,.dashboard-detail-section .main-quick-filter-chip:hover small,.dashboard-detail-section .main-quick-filter-chip:focus-visible small{border-color:#14b8a661;color:#0f766e;background:#effdfa}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar{position:static;width:100%;min-width:0;max-width:100%;max-height:220px;margin-top:6px;overflow:auto;z-index:40}.active-filter-chips{margin:12px 18px 0}.filter-panel-actions{margin:16px 18px 18px;grid-template-columns:1fr}.filter-apply-button{min-height:40px;border-radius:8px;background:linear-gradient(135deg,#14b8a6,#0ea58f);box-shadow:0 8px 18px #14b8a638}.filter-reset-button{display:none}.nearby-map-layout{min-height:clamp(500px,58vh,630px);grid-template-columns:376px minmax(0,1fr);gap:16px}.nearby-map-section{order:1}.section.results-section{order:2}.highlight-sections{order:3}.nearby-center-list,.nearby-map-canvas,.section.results-section{border:1px solid #e5edf0;border-radius:14px;background:#fffffff5;box-shadow:0 10px 28px #0f172a0f}.nearby-center-list{max-height:clamp(500px,58vh,630px);padding:18px 18px 14px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(20,184,166,.22) transparent}.nearby-center-list::-webkit-scrollbar{width:5px}.nearby-center-list::-webkit-scrollbar-thumb{border-radius:999px;background:#14b8a63d}.nearby-list-heading{padding:0 0 18px}.nearby-list-heading h2,.nearby-map-toolbar h2{font-size:21px;line-height:1.2}.nearby-list-heading p{margin-top:4px;font-size:13px}.nearby-center-list button{min-height:55px;padding:8px 0;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;border-radius:12px}.nearby-center-list button:hover,.nearby-center-list button.active{padding-inline:8px;background:#effdfa}.nearby-rank{width:22px;height:22px;color:#fff;background:#14b8a6;font-size:12px;font-weight:950}.nearby-provider-icon{width:36px;height:36px;display:inline-grid;place-items:center;flex:0 0 36px}.nearby-provider-icon svg{width:36px;height:36px;display:block;filter:drop-shadow(0 4px 8px rgba(15,118,110,.12))}.nearby-provider-icon-bg{fill:#ecfdf9;stroke:#14b8a67a;stroke-width:1.5}.nearby-provider-icon-building{fill:#14b8a6}.nearby-provider-icon-text{fill:#0f766e;font-size:7px;font-weight:900;letter-spacing:0}.nearby-center-list button:hover .nearby-provider-icon-bg,.nearby-center-list button.active .nearby-provider-icon-bg{fill:#ccfbf1;stroke:#14b8a6}.nearby-center-list button.multi-selected{position:relative;padding-inline:8px;border-left:4px solid #14b8a6;background:#effdfa}.nearby-center-list button.multi-selected:after{content:"";position:absolute;right:8px;top:8px;width:8px;height:8px;border-radius:999px;background:#14b8a6;box-shadow:0 0 0 3px #ccfbf1}.nearby-center-list button.multi-selected em{padding-right:10px}.nearby-center-meta strong{color:#111827;font-size:15px;font-weight:950;line-height:1.2}.nearby-center-meta small{margin-top:4px;color:#475569;font-size:12px;line-height:1.2}.nearby-center-list em{color:#0f9f8f;font-size:15px;font-weight:950}.nearby-map-canvas{display:grid;min-height:clamp(500px,58vh,630px)}.nearby-map-toolbar{min-height:62px;padding:16px 18px 10px;border-bottom:0;background:transparent}.nearby-radius-control{padding:3px;border:1px solid #e5e7eb;border-radius:999px;background:#fff}.nearby-radius-control button{min-width:68px;min-height:36px;border-radius:999px;font-weight:950}.nearby-radius-control button.active{color:#fff;background:#14b8a6;box-shadow:0 6px 16px #14b8a647}.google-map-card{display:block;margin:0 12px 12px;overflow:hidden;border-radius:12px}.google-map-card,.google-map-card>div:first-child{height:calc(clamp(500px,58vh,630px) - 86px);min-height:420px}.section.results-section{margin:0;padding:14px 18px 18px}.section.results-section .section-header{margin:0 0 14px;display:flex;align-items:center;justify-content:space-between}.section.results-section .section-header .eyebrow,.section.results-section .section-header .result-progress{display:none}.section.results-section .section-header h2{margin:0;color:#111827;font-size:20px;font-weight:950}.section.results-section .section-header h2 strong{color:#0f9f8f}.section.results-section .sort-select{min-height:36px;border-radius:999px;font-size:13px}.branch-course-groups{gap:12px}.branch-course-group{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.branch-course-group-header{min-height:34px;padding:0 0 8px;border-bottom:0}.branch-course-group-title{gap:8px}.branch-course-group-title h3{max-width:420px;font-size:15px}.branch-course-quick-filters{display:none}.branch-course-group-toggle{min-height:30px;padding:0 10px;border-radius:999px;font-size:12px}.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{max-height:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:auto;gap:14px;overflow:visible;padding:0}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+5){display:none}.branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card{height:224px;min-height:224px;display:grid;grid-template-columns:1fr;grid-template-rows:96px minmax(0,1fr);overflow:hidden;border:1px solid #e5edf0;border-radius:9px;background:#fff;box-shadow:0 6px 18px #0f172a0d}.branch-class-grid .class-thumb{height:96px}.branch-class-grid .class-body{padding:10px 12px 12px;display:grid;gap:5px}.branch-class-grid .class-title-row h3{min-height:34px;font-size:14px;line-height:1.25;-webkit-line-clamp:2}.branch-class-grid .class-compact-meta{gap:2px}.branch-class-grid .class-compact-meta li{font-size:11.5px;line-height:1.25}.branch-class-grid .class-price-block{margin-top:2px;justify-content:flex-start;text-align:left}.branch-class-grid .class-price-block strong{color:#0f9f8f;font-size:15px}.branch-class-grid .class-price-block span,.branch-class-grid .class-center-line{font-size:11px}.branch-class-grid .class-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:8px}.branch-class-grid .compare-action,.branch-class-grid .apply-action{min-height:32px;border-radius:999px;font-size:12px}.branch-course-group-actions{margin:12px 0 0}@media (max-width: 1280px){.layout{grid-template-columns:286px minmax(0,1fr);padding-inline:20px}.nearby-map-layout{grid-template-columns:330px minmax(0,1fr)}.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+4){display:none}}@media (max-width: 980px){.layout{padding:10px 12px 36px;display:block}.mobile-filter-bar{margin-bottom:10px}.sidebar-shell{top:0}.filter-panel{border-radius:0 18px 18px 0}.main-quick-filter-list{max-height:calc(100vh - 170px)}.nearby-map-layout{min-height:0;grid-template-columns:1fr}.nearby-center-list{max-height:300px}.nearby-map-canvas{min-height:0}.nearby-map-toolbar{min-height:56px}.google-map-card{margin:0 10px 10px}.google-map-card,.google-map-card>div:first-child{height:280px;min-height:280px}.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+3){display:none}}@media (max-width: 640px){.layout{padding-inline:10px}.header-inner .utility-nav{display:flex;justify-content:flex-end;gap:4px;overflow:visible}.header-inner .utility-nav button{width:32px;min-width:32px;height:32px;min-height:32px;padding:0;justify-content:center}.header-inner .utility-nav button>span:not(.notification-badge),.header-inner .utility-nav button b{display:none}.header-inner .user-session-badge{display:none}.nearby-map-toolbar{align-items:center;flex-direction:row}.nearby-radius-control button{min-width:54px}.section.results-section{padding:12px}.section.results-section .section-header{align-items:flex-start}.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:1fr}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+2){display:none}.branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card{min-height:220px}}.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+2),.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+3),.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+4),.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+5){display:grid}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+3){display:none}.branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card{min-height:190px;height:190px;display:grid;grid-template-columns:210px minmax(0,1fr);grid-template-rows:1fr;overflow:hidden;border:1px solid #dfe7ea;border-radius:18px;background:#fff;box-shadow:0 8px 22px #0f172a14}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{position:relative;width:auto;height:auto;min-height:0;margin:12px 0 12px 12px;overflow:hidden;border-radius:10px}.branch-class-grid .course-image,.branch-class-grid .thumb-emoji{width:100%;height:100%;object-fit:cover}.branch-class-grid .status-badge,.branch-course-group .branch-class-grid .status-badge,.branch-course-group.is-expanded .branch-class-grid .status-badge{top:10px;left:10px;right:auto;min-height:30px;padding:0 11px;border-radius:9px;color:#fff;font-size:13px;font-weight:950}.branch-class-grid .status-badge.status-open{background:#14b8a6}.branch-class-grid .status-badge.status-new{background:#ec4899}.branch-class-grid .status-badge.status-deadline{background:#ef4444}.branch-class-grid .status-badge.status-closed{background:#94a3b8}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{position:relative;min-width:0;padding:22px 22px 18px 28px;display:grid;grid-template-rows:auto auto 1fr auto;gap:10px}.branch-class-grid .favorite-button,.branch-course-group .branch-class-grid .favorite-button,.branch-course-group.is-expanded .branch-class-grid .favorite-button{position:absolute;top:18px;right:18px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:999px;color:#1e2f4f;background:#fff;box-shadow:none;font-size:29px;line-height:1}.branch-class-grid .favorite-button.active{color:#f43f5e}.branch-class-grid .class-title-row{min-width:0;padding-right:46px}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{min-height:0;margin:0;color:#111827;font-size:30px;font-weight:950;line-height:1.18;letter-spacing:0;-webkit-line-clamp:2}.branch-class-grid .class-compact-meta{display:grid;gap:6px;padding:0 0 12px;border-bottom:1px solid #e5e7eb}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-width:0;display:flex;align-items:center;gap:8px;overflow:hidden;color:#111827;font-size:16px;font-weight:850;line-height:1.28;white-space:nowrap;text-overflow:ellipsis}.branch-class-grid .class-compact-meta li>span{width:20px;height:20px;display:inline-grid;place-items:center;flex:0 0 20px;color:#41506b;font-size:14px}.branch-class-grid .class-compact-meta .meta-age{width:fit-content;max-width:100%;padding:5px 10px 5px 8px;border-radius:999px;color:#0f766e;background:#eef8f5}.branch-class-grid .class-compact-meta li em{margin:0 4px;color:#94a3b8;font-style:normal;font-weight:700}.branch-class-grid .class-compact-meta li strong{flex:0 0 auto;font-weight:850}.branch-class-grid .class-bottom-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.branch-class-grid .class-price-block,.branch-course-group .branch-class-grid .class-price-block,.branch-course-group.is-expanded .branch-class-grid .class-price-block{min-width:0;margin:0;display:flex;align-items:baseline;justify-content:flex-start;gap:6px;text-align:left}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{color:#0f9f8f;font-size:24px;font-weight:950;line-height:1}.branch-class-grid .class-price-block span{min-width:0;overflow:hidden;color:#64748b;font-size:12px;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.branch-class-grid .class-actions,.branch-course-group .branch-class-grid .class-actions,.branch-course-group.is-expanded .branch-class-grid .class-actions{margin:0;display:flex;gap:10px;align-items:center}.branch-class-grid .compare-action,.branch-class-grid .apply-action,.branch-course-group .branch-class-grid .compare-action,.branch-course-group .branch-class-grid .apply-action,.branch-course-group.is-expanded .branch-class-grid .compare-action,.branch-course-group.is-expanded .branch-class-grid .apply-action{min-width:76px;min-height:46px;padding:0 18px;border-radius:18px;font-size:16px;font-weight:950}.branch-class-grid .compare-action{color:#111827;background:#f1f5f9;border-color:transparent}.branch-class-grid .apply-action{color:#fff;background:#14b8a6;border-color:#14b8a6}.branch-class-grid .class-center-line,.branch-course-group .branch-class-grid .class-center-line,.branch-course-group.is-expanded .branch-class-grid .class-center-line{margin:-4px 0 0;overflow:hidden;color:#64748b;font-size:13px;font-weight:850;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 1420px){.branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card{grid-template-columns:180px minmax(0,1fr)}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:24px}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{font-size:14px}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{font-size:21px}}@media (max-width: 1180px){.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:1fr}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+3){display:grid}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+4){display:none}}@media (max-width: 640px){.branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card{min-height:176px;height:176px;grid-template-columns:124px minmax(0,1fr);border-radius:16px}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{margin:10px 0 10px 10px;border-radius:10px}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{padding:14px 12px 12px 14px;gap:7px}.branch-class-grid .favorite-button,.branch-course-group .branch-class-grid .favorite-button,.branch-course-group.is-expanded .branch-class-grid .favorite-button{top:10px;right:10px;width:28px;height:28px;font-size:21px}.branch-class-grid .class-title-row{padding-right:30px}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:17px;line-height:1.18}.branch-class-grid .status-badge,.branch-course-group .branch-class-grid .status-badge,.branch-course-group.is-expanded .branch-class-grid .status-badge{min-height:24px;padding:0 8px;font-size:11px}.branch-class-grid .class-compact-meta{gap:3px;padding-bottom:7px}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{gap:5px;font-size:11.5px}.branch-class-grid .class-compact-meta li>span{width:15px;height:15px;flex-basis:15px;font-size:10px}.branch-class-grid .class-compact-meta .meta-age{padding:3px 7px 3px 5px}.branch-class-grid .class-bottom-row{gap:8px}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{font-size:17px}.branch-class-grid .class-price-block span,.branch-class-grid .class-center-line{display:none}.branch-class-grid .class-actions,.branch-course-group .branch-class-grid .class-actions,.branch-course-group.is-expanded .branch-class-grid .class-actions{gap:6px}.branch-class-grid .compare-action,.branch-class-grid .apply-action,.branch-course-group .branch-class-grid .compare-action,.branch-course-group .branch-class-grid .apply-action,.branch-course-group.is-expanded .branch-class-grid .compare-action,.branch-course-group.is-expanded .branch-class-grid .apply-action{min-width:52px;min-height:34px;padding:0 10px;border-radius:999px;font-size:12px}}.filter-panel,.main-quick-filter-list{overflow:visible}.dashboard-detail-section{position:relative;overflow:visible}.dashboard-detail-section .main-quick-filter{position:relative;isolation:isolate}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar{position:absolute;top:calc(100% + 6px);left:0;right:auto;z-index:80;width:min(260px,calc(100vw - 40px));max-height:min(360px,calc(100vh - 180px));margin:0;padding:8px;overflow-y:auto;overscroll-behavior:contain;border:1px solid rgba(20,184,166,.2);border-radius:12px;background:#fff;box-shadow:0 16px 36px #0f172a2e}.dashboard-detail-section .main-quick-calendar{width:min(292px,calc(100vw - 40px));padding:12px}.dashboard-detail-section .main-quick-filter-menu::-webkit-scrollbar,.dashboard-detail-section .main-quick-calendar::-webkit-scrollbar{width:6px}.dashboard-detail-section .main-quick-filter-menu::-webkit-scrollbar-thumb,.dashboard-detail-section .main-quick-calendar::-webkit-scrollbar-thumb{border-radius:999px;background:#14b8a63d}.dashboard-detail-section .main-quick-filter:nth-of-type(3n) .main-quick-filter-menu,.dashboard-detail-section .main-quick-filter:nth-of-type(3n) .main-quick-calendar{left:auto;right:0}@media (max-width: 720px){.sidebar-shell.open .filter-panel{overflow-y:auto;overflow-x:visible}.sidebar-shell.open .main-quick-filter-list{overflow:visible;max-height:none}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar{width:min(280px,calc(100vw - 56px));max-height:min(340px,calc(100vh - 170px))}}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{padding:18px 18px 14px 22px;gap:7px;grid-template-rows:auto auto minmax(0,1fr) auto auto}.branch-class-grid .class-title-row,.branch-course-group .branch-class-grid .class-title-row,.branch-course-group.is-expanded .branch-class-grid .class-title-row{min-width:0;padding-right:38px}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{min-height:0;max-height:48px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:20px;line-height:1.2;font-weight:950;word-break:keep-all;overflow-wrap:anywhere}.branch-class-grid .class-compact-meta,.branch-course-group .branch-class-grid .class-compact-meta,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta{min-width:0;gap:4px;padding-bottom:8px}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-height:18px;gap:5px;font-size:12.5px;line-height:1.22;font-weight:800}.branch-class-grid .class-compact-meta li>span,.branch-course-group .branch-class-grid .class-compact-meta li>span,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li>span{width:16px;height:16px;flex-basis:16px;font-size:11px}.branch-class-grid .class-compact-meta .meta-age,.branch-course-group .branch-class-grid .class-compact-meta .meta-age,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta .meta-age{padding:3px 8px 3px 6px}.branch-class-grid .class-price-block,.branch-course-group .branch-class-grid .class-price-block,.branch-course-group.is-expanded .branch-class-grid .class-price-block{gap:5px}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{max-width:100%;overflow:hidden;font-size:18px;line-height:1.05;white-space:nowrap;text-overflow:ellipsis}.branch-class-grid .class-price-block span,.branch-course-group .branch-class-grid .class-price-block span,.branch-course-group.is-expanded .branch-class-grid .class-price-block span,.branch-class-grid .class-center-line,.branch-course-group .branch-class-grid .class-center-line,.branch-course-group.is-expanded .branch-class-grid .class-center-line{font-size:11px;line-height:1.2}.branch-class-grid .class-actions,.branch-course-group .branch-class-grid .class-actions,.branch-course-group.is-expanded .branch-class-grid .class-actions{gap:7px}.branch-class-grid .compare-action,.branch-class-grid .apply-action,.branch-course-group .branch-class-grid .compare-action,.branch-course-group .branch-class-grid .apply-action,.branch-course-group.is-expanded .branch-class-grid .compare-action,.branch-course-group.is-expanded .branch-class-grid .apply-action{min-width:64px;min-height:38px;padding:0 12px;border-radius:14px;font-size:13px;line-height:1}.branch-class-grid .favorite-button,.branch-course-group .branch-class-grid .favorite-button,.branch-course-group.is-expanded .branch-class-grid .favorite-button{top:14px;right:14px;width:32px;height:32px;font-size:22px}@media (max-width: 1420px){.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{font-size:18px;max-height:43px}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{font-size:17px}}@media (max-width: 640px){.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{padding:12px 10px 10px 12px;gap:5px}.branch-class-grid .class-title-row,.branch-course-group .branch-class-grid .class-title-row,.branch-course-group.is-expanded .branch-class-grid .class-title-row{padding-right:26px}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{max-height:36px;font-size:15px;line-height:1.18}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-height:15px;font-size:10.8px}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{font-size:15px}.branch-class-grid .compare-action,.branch-class-grid .apply-action,.branch-course-group .branch-class-grid .compare-action,.branch-course-group .branch-class-grid .apply-action,.branch-course-group.is-expanded .branch-class-grid .compare-action,.branch-course-group.is-expanded .branch-class-grid .apply-action{min-width:46px;min-height:30px;padding:0 8px;font-size:11px}}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar,.branch-quick-filter-menu.main-quick-filter-menu,.branch-quick-calendar.main-quick-calendar{overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;max-height:none!important;background:#fff!important;background-color:#fff!important;opacity:1!important;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 18px 42px #0f172a33,0 0 0 1px #14b8a624}.dashboard-detail-section .main-quick-filter-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(320px,calc(100vw - 40px))}.dashboard-detail-section .main-quick-filter-menu .age-month-input{grid-column:1 / -1}.dashboard-detail-section .main-quick-filter-check{min-width:0;background:#fff}.dashboard-detail-section .main-quick-filter-check span{white-space:nowrap}.dashboard-detail-section .main-quick-filter-menu::-webkit-scrollbar,.dashboard-detail-section .main-quick-calendar::-webkit-scrollbar,.branch-quick-filter-menu.main-quick-filter-menu::-webkit-scrollbar,.branch-quick-calendar.main-quick-calendar::-webkit-scrollbar{display:none}@media (max-width: 720px){.sidebar-shell.open .filter-panel{overflow-y:auto;overflow-x:hidden}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar,.branch-quick-filter-menu.main-quick-filter-menu,.branch-quick-calendar.main-quick-calendar{width:min(320px,calc(100vw - 32px));max-width:calc(100vw - 32px)}}.layout{overflow:visible!important}.sidebar-shell{position:sticky;z-index:500!important;overflow:visible!important}.sidebar,.filter-panel,.main-quick-filter-list,.dashboard-filter-section,.dashboard-detail-section,.dashboard-detail-section .main-quick-filter{overflow:visible!important}.sidebar-shell,.filter-panel,.dashboard-detail-section,.dashboard-detail-section .main-quick-filter{position:relative}.dashboard-detail-section .main-quick-filter{isolation:auto!important;z-index:1}.dashboard-detail-section .main-quick-filter:has(.main-quick-filter-chip.active),.dashboard-detail-section .main-quick-filter:has(.main-quick-filter-menu),.dashboard-detail-section .main-quick-filter:has(.main-quick-calendar){z-index:560!important}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar,.branch-quick-filter-menu.main-quick-filter-menu,.branch-quick-calendar.main-quick-calendar{z-index:580!important}.main-content,.nearby-map-section,.nearby-map-layout,.nearby-center-list,.nearby-map-canvas,.google-map-card,.section.results-section{position:relative;z-index:1}@media (max-width: 980px){.sidebar-shell{position:fixed;z-index:900!important}.filter-scrim{z-index:880!important}.mobile-filter-close{z-index:920!important}.sidebar-shell.open .filter-panel{overflow-y:auto!important;overflow-x:visible!important}}@media (min-width: 981px){.layout{align-items:start!important}.sidebar-shell{position:sticky!important;top:76px!important;align-self:start!important;margin-top:0!important}.sidebar,.filter-panel{margin-top:0!important}}.modal-backdrop,.notification-panel-backdrop{z-index:1200!important}.course-detail-backdrop{z-index:1210!important}.toast{z-index:1220!important}@media (min-width: 981px){.nearby-map-layout{min-height:clamp(330px,38vh,420px)!important}.nearby-center-list{max-height:clamp(330px,38vh,420px)!important}.nearby-map-canvas{min-height:clamp(330px,38vh,420px)!important}.google-map-card,.google-map-card>div:first-child{height:calc(clamp(330px,38vh,420px) - 72px)!important;min-height:260px!important}}@media (max-width: 980px){.nearby-center-list{max-height:200px!important}.google-map-card,.google-map-card>div:first-child{height:220px!important;min-height:220px!important}}.branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{height:190px!important;min-height:190px!important;overflow:hidden!important}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{min-height:0!important;padding:12px 14px 12px 16px!important;display:grid!important;grid-template-rows:auto auto auto auto auto!important;gap:4px!important;overflow:hidden!important}.branch-class-grid .class-title-row,.branch-course-group .branch-class-grid .class-title-row,.branch-course-group.is-expanded .branch-class-grid .class-title-row{min-height:0!important;padding-right:34px!important}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{min-height:0!important;max-height:38px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:16px!important;line-height:1.18!important;word-break:keep-all;overflow-wrap:anywhere}.branch-class-grid .class-compact-meta,.branch-course-group .branch-class-grid .class-compact-meta,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta{min-height:0!important;max-height:48px!important;gap:2px!important;padding:0 0 4px!important;overflow:hidden!important}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-height:14px!important;max-width:100%!important;gap:4px!important;overflow:hidden!important;font-size:11px!important;line-height:1.2!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-compact-meta li>span,.branch-course-group .branch-class-grid .class-compact-meta li>span,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li>span{width:14px!important;height:14px!important;flex:0 0 14px!important;font-size:10px!important}.branch-class-grid .class-compact-meta .meta-age,.branch-course-group .branch-class-grid .class-compact-meta .meta-age,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta .meta-age{width:100%!important;padding:2px 6px!important}.branch-class-grid .class-price-block,.branch-course-group .branch-class-grid .class-price-block,.branch-course-group.is-expanded .branch-class-grid .class-price-block{min-height:18px!important;gap:4px!important;overflow:hidden!important;align-items:center!important}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{min-width:0!important;max-width:100%!important;overflow:hidden!important;font-size:16px!important;line-height:1.05!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-price-block span,.branch-course-group .branch-class-grid .class-price-block span,.branch-course-group.is-expanded .branch-class-grid .class-price-block span{min-width:0!important;overflow:hidden!important;font-size:10px!important;line-height:1.1!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-center-line,.branch-course-group .branch-class-grid .class-center-line,.branch-course-group.is-expanded .branch-class-grid .class-center-line{min-height:13px!important;margin:0!important;overflow:hidden!important;font-size:11px!important;line-height:1.15!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-actions,.branch-course-group .branch-class-grid .class-actions,.branch-course-group.is-expanded .branch-class-grid .class-actions{min-height:30px!important;margin:0!important;gap:6px!important;display:grid!important;grid-template-columns:1fr 1fr!important}.branch-class-grid .compare-action,.branch-class-grid .apply-action,.branch-course-group .branch-class-grid .compare-action,.branch-course-group .branch-class-grid .apply-action,.branch-course-group.is-expanded .branch-class-grid .compare-action,.branch-course-group.is-expanded .branch-class-grid .apply-action{min-width:0!important;min-height:30px!important;padding:0 8px!important;border-radius:999px!important;font-size:11.5px!important;line-height:1!important}.branch-class-grid .favorite-button,.branch-course-group .branch-class-grid .favorite-button,.branch-course-group.is-expanded .branch-class-grid .favorite-button{top:10px!important;right:10px!important;width:28px!important;height:28px!important;font-size:20px!important}@media (max-width: 640px){.branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{height:184px!important;min-height:184px!important;grid-template-columns:120px minmax(0,1fr)!important}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{padding:10px 10px 10px 12px!important;gap:3px!important}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{max-height:34px!important;font-size:14px!important}.branch-class-grid .class-compact-meta,.branch-course-group .branch-class-grid .class-compact-meta,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta{max-height:44px!important}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{font-size:14px!important}}.nearby-map-canvas{align-self:start!important}.google-map-card{position:relative!important;width:100%!important;aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;overflow:hidden!important}.google-map-card>div:first-child{height:100%!important;min-height:0!important}.map-center-indicator{position:absolute;left:50%;top:50%;width:34px;height:34px;border:2px solid rgba(15,118,110,.82);border-radius:999px;background:#ccfbf147;box-shadow:0 8px 22px #0f766e38;pointer-events:none;transform:translate(-50%,-50%);z-index:12}.map-center-indicator:before,.map-center-indicator:after{content:"";position:absolute;background:#0f766edb;border-radius:999px}.map-center-indicator:before{left:50%;top:-8px;width:2px;height:48px;transform:translate(-50%)}.map-center-indicator:after{left:-8px;top:50%;width:48px;height:2px;transform:translateY(-50%)}.map-center-indicator span{position:absolute;left:50%;top:50%;width:8px;height:8px;border:2px solid #ffffff;border-radius:999px;background:#14b8a6;box-shadow:0 0 0 2px #14b8a63d;transform:translate(-50%,-50%);z-index:1}.map-center-label{position:absolute;left:50%;top:calc(50% + 28px);padding:4px 9px;border:1px solid rgba(20,184,166,.28);border-radius:999px;background:#ffffffeb;color:#0f766e;font-size:11px;font-weight:800;line-height:1;pointer-events:none;transform:translate(-50%);z-index:12}@media (max-width: 640px){.map-center-indicator{width:28px;height:28px}.map-center-indicator:before{top:-7px;height:42px}.map-center-indicator:after{left:-7px;width:42px}.map-center-label{top:calc(50% + 24px);font-size:10px}}.google-map-card .gm-style .gm-style-iw-c{max-width:280px!important;max-height:none!important;padding:10px!important;border-radius:14px!important;overflow:visible!important}.google-map-card .gm-style .gm-style-iw-d{max-width:260px!important;max-height:none!important;overflow:hidden!important}.google-map-card .gm-style .gm-style-iw-tc{filter:drop-shadow(0 3px 6px rgba(15,23,42,.12))}.google-map-card .map-info-window{width:236px!important;min-width:0!important;max-width:236px!important;max-height:none!important;overflow:hidden!important}.google-map-card .map-info-header{min-width:0!important}.google-map-card .map-info-header>div{min-width:0!important}.google-map-card .map-info-window strong,.google-map-card .map-info-provider{display:block!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.google-map-card .map-info-window dl{overflow:hidden!important}.google-map-card .map-info-window dl div{min-width:0!important}.google-map-card .map-info-window dd{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.google-map-card .map-marker-legend{max-width:calc(100% - 20px)!important;overflow:hidden!important;flex-wrap:wrap!important}@media (max-width: 640px){.google-map-card .gm-style .gm-style-iw-c{max-width:244px!important;padding:9px!important}.google-map-card .gm-style .gm-style-iw-d,.google-map-card .map-info-window{width:210px!important;max-width:210px!important}.google-map-card .map-marker-legend{gap:5px!important;font-size:10px!important}}.nearby-map-layout{align-items:stretch!important;grid-template-columns:minmax(280px,340px) minmax(0,1fr)!important;grid-auto-rows:minmax(0,auto)!important;min-height:0!important;height:auto!important}.nearby-map-canvas{display:grid!important;grid-template-rows:auto minmax(0,auto)!important;align-self:stretch!important;min-height:0!important;height:auto!important;overflow:hidden!important}.google-map-card{width:calc(100% - 24px)!important;aspect-ratio:16 / 9!important;height:clamp(360px,46vw,560px)!important;min-height:360px!important;max-height:560px!important;margin:0 12px 12px!important}.google-map-card>div:first-child{width:100%!important;height:100%!important;min-height:0!important}.nearby-center-list{align-self:stretch!important;height:100%!important;max-height:none!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;scrollbar-width:none!important}.nearby-center-list::-webkit-scrollbar{display:none!important}.nearby-list-heading{flex:0 0 auto!important;padding-bottom:10px!important}.nearby-list-heading h2{font-size:20px!important}.nearby-list-heading p{margin-top:3px!important;font-size:12px!important;line-height:1.25!important}.nearby-center-list>button{flex:1 1 0!important;min-height:0!important;max-height:none!important;padding-block:6px!important;overflow:hidden!important}.nearby-center-list>button>.provider-icon{width:32px!important;height:32px!important;flex-basis:32px!important}.nearby-center-meta{min-height:0!important;overflow:hidden!important}.nearby-center-meta strong,.nearby-center-meta small,.nearby-center-status{overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.nearby-center-status{gap:5px!important}.nearby-center-list>button>em{min-width:42px!important;max-width:52px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}@media (max-width: 980px){.nearby-map-layout{grid-template-columns:minmax(0,1fr)!important}.nearby-center-list{height:auto!important;overflow:visible!important}.nearby-center-list>button{flex:0 0 auto!important;min-height:58px!important}.nearby-map-canvas{overflow:hidden!important}.google-map-card{width:calc(100% - 20px)!important;aspect-ratio:16 / 10!important;height:clamp(280px,58vw,420px)!important;min-height:280px!important;max-height:420px!important;margin:0 10px 10px!important}}.nearby-map-canvas .google-map-card{width:calc(100% - 24px)!important;aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;max-height:none!important}.nearby-map-canvas .google-map-card>div:first-child{width:100%!important;height:100%!important;min-height:0!important}@media (max-width: 980px){.nearby-map-canvas .google-map-card{width:calc(100% - 20px)!important;aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;max-height:none!important}}@media (min-width: 981px){.nearby-map-layout{grid-template-columns:minmax(260px,320px) minmax(360px,520px)!important;justify-content:start!important;align-items:stretch!important}.nearby-map-canvas{width:100%!important;max-width:540px!important;justify-self:start!important}.nearby-map-canvas .google-map-card{width:min(calc(100% - 24px),500px)!important;max-width:500px!important;aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;max-height:500px!important}.nearby-center-list{max-height:560px!important}}@media (max-width: 980px){.nearby-map-canvas .google-map-card{width:min(calc(100% - 20px),340px)!important;max-width:340px!important;aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;max-height:340px!important;justify-self:center!important}}@media (min-width: 1180px){.layout{max-width:1560px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:auto auto!important;align-items:stretch!important;gap:14px!important}.sidebar-shell{grid-column:1 / 3!important;grid-row:1!important;position:static!important;top:auto!important;width:100%!important;align-self:stretch!important}.sidebar,.filter-panel{height:100%!important;min-height:0!important}.filter-panel{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr) auto!important;gap:0!important;overflow:visible!important}.filter-header{grid-column:1 / 3!important;min-height:48px!important;padding:10px 14px!important}.filter-header h2{font-size:18px!important}.main-quick-filter-list{grid-column:1 / 3!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr)!important;gap:12px!important;max-height:none!important;min-height:0!important;padding:12px 14px 0!important;overflow:visible!important}.dashboard-filter-section{min-width:0!important}.dashboard-filter-section:not(.dashboard-detail-section){grid-column:1!important}.dashboard-category-section{grid-row:2!important}.dashboard-detail-section{grid-column:2!important;grid-row:1 / 3!important;align-content:start!important;gap:7px!important}.dashboard-filter-section-title{margin-bottom:8px!important;font-size:13px!important}.filter-mode-selector{gap:7px!important}.filter-mode-selector button{min-height:42px!important;padding:7px 28px 7px 48px!important}.filter-mode-icon-img{left:9px!important;width:28px!important;height:28px!important}.dashboard-category-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.dashboard-category-chips button{min-height:34px!important;padding:4px 7px!important;border-radius:11px!important;font-size:11px!important}.dashboard-category-chips .category-icon{width:20px!important;height:20px!important;flex:0 0 20px!important}.dashboard-detail-section .main-quick-filter-chip{min-height:28px!important;grid-template-columns:52px minmax(0,1fr) 14px!important;gap:5px!important}.dashboard-detail-section .main-quick-filter-chip span,.dashboard-detail-section .main-quick-filter-chip small{font-size:12px!important}.dashboard-detail-section .main-quick-filter-chip small{height:28px!important;padding:0 22px 0 9px!important}.active-filter-chips{grid-column:1 / 3!important;margin:8px 14px 0!important;max-height:42px!important;overflow:hidden!important}.filter-panel-actions{grid-column:1 / 3!important;margin:10px 14px 14px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important}.filter-apply-button{grid-column:2!important;min-height:36px!important}.main-content,.nearby-map-section,.nearby-map-layout{display:contents!important}.selected-branch-reset{grid-column:1 / -1!important;grid-row:1!important}.nearby-center-list{grid-column:3!important;grid-row:1!important;height:100%!important;max-height:520px!important;padding:14px!important;align-self:stretch!important;overflow:hidden!important}.nearby-map-canvas{grid-column:4!important;grid-row:1!important;width:100%!important;max-width:none!important;min-height:0!important;height:100%!important;align-self:stretch!important;justify-self:stretch!important}.nearby-map-canvas .google-map-card{width:calc(100% - 24px)!important;max-width:none!important;margin:0 12px 12px!important}.section.results-section{grid-column:1 / -1!important;grid-row:2!important;margin-top:0!important}}@media (max-width: 1179px){.layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important}.main-content,.nearby-map-section,.nearby-map-layout{display:grid!important}}.nearby-center-list.education-mode .nearby-center-meta small,.nearby-center-list.education-mode .nearby-center-status,.nearby-center-list .nearby-center-status{display:none!important}.nearby-center-list .nearby-center-meta{gap:2px!important}.nearby-center-list .nearby-center-meta small{display:block!important}.nearby-center-list>button>em{justify-self:end!important;text-align:right!important}.class-center-line{display:flex!important;align-items:center!important;gap:6px!important}@media (min-width: 1180px){.layout{max-width:1560px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:auto auto!important;gap:14px!important;align-items:stretch!important}.sidebar-shell{grid-column:1 / 3!important;grid-row:1!important;position:static!important;top:auto!important;height:480px!important;max-height:480px!important;align-self:stretch!important}.sidebar,.filter-panel{height:100%!important;max-height:480px!important;min-height:0!important}.filter-panel{display:block!important;padding:0!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.filter-header,.active-filter-chips{display:none!important}.main-quick-filter-list{height:480px!important;max-height:480px!important;min-height:0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important}.dashboard-primary-filter-card,.dashboard-detail-filter-card,.nearby-center-list,.nearby-map-canvas{height:480px!important;min-height:480px!important;max-height:480px!important;box-sizing:border-box!important;border:1px solid #e5edf0!important;border-radius:16px!important;background:#fffffff5!important;box-shadow:0 10px 28px #0f172a0f!important;overflow:hidden!important}.dashboard-primary-filter-card{grid-column:1!important;padding:14px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:12px!important}.dashboard-detail-filter-card{grid-column:2!important;padding:14px!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;gap:10px!important}.dashboard-primary-filter-card .dashboard-filter-section,.dashboard-detail-filter-card .dashboard-filter-section{height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.dashboard-detail-section{display:grid!important;align-content:start!important;gap:7px!important;overflow:visible!important}.filter-panel-actions{width:100%!important;margin:0!important;padding:0!important;display:flex!important;justify-content:flex-end!important;border:0!important;background:transparent!important}.filter-reset-button{display:inline-flex!important;min-height:34px!important;padding:0 14px!important;align-items:center!important;justify-content:center!important;border:1px solid #dbe7e5!important;border-radius:999px!important;color:#0f766e!important;background:#fff!important;font-size:13px!important;font-weight:900!important}.main-content,.nearby-map-section,.nearby-map-layout{display:contents!important}.nearby-center-list{grid-column:3!important;grid-row:1!important;padding:14px!important}.nearby-map-canvas{grid-column:4!important;grid-row:1!important;padding:0!important;display:grid!important;grid-template-rows:58px minmax(0,1fr)!important}.nearby-map-toolbar{min-height:58px!important;height:58px!important;padding:10px 14px 8px!important;box-sizing:border-box!important}.nearby-map-canvas .google-map-card{width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 12px 12px!important;align-self:stretch!important;justify-self:stretch!important;aspect-ratio:auto!important;overflow:hidden!important}.nearby-map-canvas .google-map-card>div:first-child{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important}.section.results-section{grid-column:1 / -1!important;grid-row:2!important;margin-top:0!important}}.nearby-center-list.education-mode>button{grid-template-columns:38px minmax(0,1fr) auto!important;align-content:center!important}.nearby-center-list.education-mode .nearby-center-meta{display:flex!important;align-items:center!important}.provider-icon{--provider-icon-accent: #14b8a6;width:36px;height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--provider-icon-accent) 72%,#14b8a6);border-radius:12px;color:#0f766e;background:linear-gradient(135deg,#ffffffeb,#ccfbf1db),#ccfbf1;box-shadow:inset 0 -1px #0f766e14;font-size:12px;font-weight:950;line-height:1;letter-spacing:0;white-space:nowrap;-webkit-user-select:none;user-select:none}.provider-icon-culture{width:82px;height:40px;flex-basis:82px;border-radius:12px;background:#fff;border-color:color-mix(in srgb,var(--provider-icon-accent) 58%,#e5e7eb);color:var(--provider-icon-accent)}.provider-logo-mark{display:grid;place-items:center;gap:2px;max-width:100%;min-width:0;line-height:1}.provider-logo-text,.provider-logo-subtext{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-logo-text{color:var(--provider-icon-accent);font-size:13px;font-weight:950}.provider-logo-subtext{color:color-mix(in srgb,var(--provider-icon-accent) 82%,#111827);font-size:9px;font-weight:850;letter-spacing:0}.provider-icon-homeplus .provider-logo-text,.provider-icon-lotte .provider-logo-text,.provider-icon-lotte-mart .provider-logo-text{color:#e11d2e}.provider-icon-homeplus .provider-logo-subtext,.provider-icon-lotte .provider-logo-subtext,.provider-icon-lotte-mart .provider-logo-subtext{color:#dc2626}.provider-icon-emart .provider-logo-text:first-letter{color:#f59e0b}.provider-icon-emart .provider-logo-text,.provider-icon-emart .provider-logo-subtext{color:#374151}.provider-icon-ak .provider-logo-text,.provider-icon-ak .provider-logo-subtext{color:#1d4ed8}.provider-icon-hyundai .provider-logo-text,.provider-icon-hyundai .provider-logo-subtext{color:#166534}.provider-icon-shinsegae .provider-logo-text,.provider-icon-shinsegae .provider-logo-subtext{color:#6b4a3a}.nearby-center-list button{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:72px}.nearby-center-meta{min-width:0}.nearby-center-meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nearby-center-meta small{display:block;margin-top:2px;color:#64748b;font-size:12px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nearby-center-status{display:flex;flex-wrap:wrap;gap:4px 8px;margin-top:5px;font-size:12px;line-height:1.2}.nearby-center-status b{color:#0f766e;font-weight:800}.nearby-center-status i{color:#ef4444;font-style:normal;font-weight:800}.nearby-center-list button>em{color:#0f766e;font-size:13px;font-style:normal;font-weight:900;white-space:nowrap}.nearby-center-list button.map-active,.nearby-center-list button.map-hover,.nearby-center-list button.active{background:#ecfdf5;border-left:3px solid #14b8a6}.nearby-center-list button.map-hover{box-shadow:inset 0 0 0 1px #14b8a659,0 8px 18px #0f766e14}.map-marker-legend{gap:10px}.map-marker-legend .legend-brand{width:14px;height:14px;border-radius:999px;background:#ccfbf1;border:2px solid #14b8a6;box-shadow:inset 0 0 0 3px #fff}.map-marker-legend .legend-heart,.map-marker-legend .legend-urgent{flex:0 0 auto}.map-info-window{min-width:210px}.map-info-window dl div{display:flex;justify-content:space-between;gap:12px}.map-info-window dt{color:#64748b}.map-info-window dd{color:#111827;font-weight:800}@media (max-width: 640px){.nearby-center-list button{min-height:68px}.nearby-center-status{font-size:11px}.map-marker-legend{max-width:calc(100% - 20px);overflow-x:auto}}.provider-icon-small{width:34px;height:24px;flex-basis:34px;border-radius:8px;font-size:9px}.provider-icon-medium{width:82px;height:40px;flex-basis:82px}.provider-icon-large{width:104px;height:48px;flex-basis:104px;border-radius:14px;font-size:13px}.provider-icon-small .provider-logo-text{font-size:10px}.provider-icon-small .provider-logo-subtext{display:none}.provider-icon-large .provider-logo-text{font-size:15px}.provider-icon-large .provider-logo-subtext{font-size:10px}.provider-icon-education{background:linear-gradient(135deg,#fffffff0,#ecfdf9eb),#ecfdf9}.provider-icon-image{padding:5px;background:#fff;border-color:#dbe7e4}.provider-icon-image img{width:100%;height:100%;display:block;object-fit:contain;border-radius:8px}.provider-icon.active,.filter-mode-selector button.active .provider-icon,.nearby-center-list button.active .provider-icon,.nearby-center-list button.map-active .provider-icon,.nearby-center-list button:hover .provider-icon{border-color:#14b8a6;color:#0f766e;background:#ccfbf1;box-shadow:0 0 0 3px #14b8a61f}.provider-icon.disabled{border-color:#cbd5e1;color:#94a3b8;background:#f1f5f9;box-shadow:none}.filter-mode-selector .provider-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:42px;flex-basis:42px}.filter-mode-selector .provider-icon .provider-logo-text{font-size:10px}.filter-mode-selector .provider-icon .provider-logo-subtext,.filter-mode-selector .filter-mode-icon-img{display:none}.nearby-center-list .provider-icon{margin-right:0}.map-info-header{display:grid;grid-template-columns:104px minmax(0,1fr);gap:10px;align-items:center}.map-info-header>div{min-width:0;display:grid;gap:2px}.map-info-header strong,.map-info-provider{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.provider-badge-icon{margin-right:2px}.branch-course-group-title .provider-icon{flex:0 0 34px}@media (max-width: 640px){.provider-icon{width:68px;height:34px;flex-basis:68px;border-radius:10px;font-size:11px}.provider-icon-small{width:32px;height:22px;flex-basis:32px;border-radius:7px;font-size:8.5px}.provider-icon-large{width:82px;height:40px;flex-basis:82px;border-radius:12px;font-size:12px}.provider-logo-text{font-size:11px}.provider-logo-subtext{font-size:8px}.map-info-header{grid-template-columns:82px minmax(0,1fr)}}.nearby-radius-control{gap:6px;padding:3px;border-radius:999px}.nearby-radius-control button{min-width:58px;min-height:44px;padding:4px 8px 5px;display:inline-grid;grid-template-columns:24px auto;align-items:center;justify-content:center;gap:5px;border-radius:999px;font-size:12px;font-weight:900;line-height:1;color:#334155;background:#fff;border:1px solid #e5e7eb}.nearby-radius-control button.active,.nearby-radius-control button:hover,.nearby-radius-control button:focus-visible{color:var(--radius-color, #0f766e);border-color:color-mix(in srgb,var(--radius-color, #14b8a6) 54%,#ffffff);background:linear-gradient(180deg,#fffffff5,color-mix(in srgb,var(--radius-glow, #ccfbf1) 58%,#ffffff)),#fff;box-shadow:0 8px 18px color-mix(in srgb,var(--radius-color, #14b8a6) 18%,transparent)}.radius-range-icon{--radius-color: #14b8a6;--radius-glow: #ccfbf1;width:24px;height:28px;display:inline-grid;place-items:center;color:var(--radius-color)}.radius-range-icon svg{width:100%;height:100%;display:block;overflow:visible}.radius-shadow{fill:#0f172a;opacity:.12}.radius-pin-tail{fill:var(--radius-color);opacity:.9}.radius-pin-disc{fill:#fff;stroke:var(--radius-color);stroke-width:4}.radius-orbit{fill:none;stroke:var(--radius-color);stroke-width:2.3;stroke-dasharray:2 4;opacity:.75}.radius-orbit-inner{stroke-dasharray:none;opacity:.3}.radius-grid{fill:none;stroke:var(--radius-color);stroke-width:1.5;opacity:.28}.radius-location-pin{fill:var(--radius-color);stroke:color-mix(in srgb,var(--radius-color) 72%,#0f172a);stroke-width:1.4}.nearby-radius-control button.active .radius-range-icon{filter:drop-shadow(0 0 8px color-mix(in srgb,var(--radius-color) 38%,transparent))}@media (max-width: 640px){.nearby-radius-control button{min-width:52px;min-height:40px;padding:3px 7px;grid-template-columns:22px auto;font-size:11px}.radius-range-icon{width:22px;height:26px}}.filter-mode-selector button{padding-left:58px}.filter-mode-selector button:before{content:none!important}.scope-icon{--scope-color: #14b8a6;--scope-glow: #ccfbf1;position:absolute;left:12px;top:50%;width:36px;height:36px;display:inline-grid;place-items:center;transform:translateY(-50%);color:var(--scope-color);border-radius:12px;background:radial-gradient(circle at 50% 50%,#ccfbf1b3,#fffffff5 64%),#fff;box-shadow:inset 0 0 0 1px #14b8a640,0 0 16px #14b8a638}.scope-icon svg{width:31px;height:31px;display:block;overflow:visible}.scope-icon.active,.filter-mode-selector button:hover .scope-icon,.filter-mode-selector button:focus-visible .scope-icon{box-shadow:inset 0 0 0 1px #14b8a675,0 0 20px #14b8a652}.filter-mode-selector button.active .scope-icon{background:radial-gradient(circle at 50% 50%,#ccfbf1eb,#fffffffa 68%),#fff}@media (max-width: 640px){.scope-icon{width:32px;height:32px}.scope-icon svg{width:28px;height:28px}.filter-mode-selector button{padding-left:52px}}.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}@media (min-width: 1500px){.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+6){display:none!important}}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+5){display:none!important}.branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{height:330px!important;min-height:330px!important;grid-template-rows:104px minmax(0,1fr)!important;border-radius:10px!important}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{height:104px!important;min-height:104px!important}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{min-height:0!important;padding:10px 11px 11px!important;display:grid!important;grid-template-rows:auto minmax(78px,auto) auto minmax(24px,auto) auto!important;gap:5px!important}.branch-class-grid .class-title-row,.branch-course-group .branch-class-grid .class-title-row,.branch-course-group.is-expanded .branch-class-grid .class-title-row{padding-right:30px!important}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{max-height:40px!important;min-height:0!important;font-size:16px!important;line-height:1.22!important;letter-spacing:0!important}.branch-class-grid .class-compact-meta,.branch-course-group .branch-class-grid .class-compact-meta,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta{gap:2px!important;padding-bottom:0!important;overflow:hidden!important}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-height:16px!important;max-width:100%!important;overflow:hidden!important;gap:4px!important;font-size:11.5px!important;line-height:1.18!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-compact-meta .meta-age,.branch-course-group .branch-class-grid .class-compact-meta .meta-age,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta .meta-age{display:inline-flex!important;width:fit-content!important;max-width:100%!important;padding:2px 7px 2px 5px!important}.branch-class-grid .class-price-block,.branch-course-group .branch-class-grid .class-price-block,.branch-course-group.is-expanded .branch-class-grid .class-price-block{margin-top:0!important;min-width:0!important;display:flex!important;align-items:baseline!important;gap:4px!important}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{font-size:16px!important}.branch-class-grid .class-price-block span,.branch-course-group .branch-class-grid .class-price-block span,.branch-course-group.is-expanded .branch-class-grid .class-price-block span{min-width:0!important;overflow:hidden!important;font-size:10.5px!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-center-line,.branch-course-group .branch-class-grid .class-center-line,.branch-course-group.is-expanded .branch-class-grid .class-center-line{min-height:24px!important;max-height:29px!important;overflow:hidden!important;display:-webkit-box!important;margin:0!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;color:#58666d!important;font-size:11px!important;line-height:1.25!important}.branch-class-grid .class-actions,.branch-course-group .branch-class-grid .class-actions,.branch-course-group.is-expanded .branch-class-grid .class-actions{margin-top:0!important;gap:6px!important}.branch-class-grid .compare-action,.branch-class-grid .apply-action,.branch-course-group .branch-class-grid .compare-action,.branch-course-group .branch-class-grid .apply-action,.branch-course-group.is-expanded .branch-class-grid .compare-action,.branch-course-group.is-expanded .branch-class-grid .apply-action{min-height:32px!important;padding:0 10px!important;border-radius:12px!important;font-size:12px!important}.branch-class-grid .favorite-button,.branch-course-group .branch-class-grid .favorite-button,.branch-course-group.is-expanded .branch-class-grid .favorite-button{top:8px!important;right:8px!important;width:30px!important;height:30px!important;font-size:18px!important}@media (max-width: 1280px){.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+4){display:none!important}}@media (max-width: 980px){.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+3){display:none!important}}@media (max-width: 640px){.class-grid.branch-class-grid,.branch-course-group:not(.is-expanded) .branch-class-grid,.branch-course-group.is-expanded .branch-class-grid{grid-template-columns:1fr!important}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+2){display:none!important}.branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{height:286px!important;min-height:286px!important;grid-template-rows:92px minmax(0,1fr)!important}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{height:92px!important;min-height:92px!important}}@media (min-width: 1180px){.filter-panel{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) auto!important;column-gap:14px!important;max-height:none!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.filter-header{display:none!important}.filter-panel{grid-template-rows:minmax(0,1fr) auto!important}.sidebar-shell,.nearby-center-list,.nearby-map-canvas{margin-top:0!important}.dashboard-filter-section:not(.dashboard-detail-section),.dashboard-detail-section,.nearby-center-list,.nearby-map-canvas{min-height:0!important}.main-quick-filter-list{grid-column:1 / 3!important;grid-row:1!important;display:contents!important;overflow:visible!important;padding:0!important}.dashboard-filter-section:not(.dashboard-detail-section){grid-column:1!important;min-width:0!important;padding:14px!important;border:1px solid #e5edf0!important;background:#fffffff5!important;box-shadow:0 10px 28px #0f172a0f!important}.dashboard-filter-section:not(.dashboard-detail-section):first-child{border-radius:16px 16px 0 0!important;border-bottom:0!important}.dashboard-category-section{border-radius:0 0 16px 16px!important}.dashboard-detail-section{grid-column:2!important;grid-row:1!important;height:100%!important;min-height:0!important;padding:14px!important;align-content:start!important;gap:7px!important;border:1px solid #e5edf0!important;border-radius:16px!important;background:#fffffff5!important;box-shadow:0 10px 28px #0f172a0f!important}.active-filter-chips{grid-column:2!important;grid-row:2!important;margin:10px 0 0!important;max-height:42px!important;overflow:hidden!important}.filter-panel-actions{grid-column:2!important;grid-row:2!important;width:auto!important;margin:10px 0 0!important;padding:0!important;align-self:end!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;border:0!important;background:transparent!important}.filter-apply-button{grid-column:1!important;width:100%!important;min-height:36px!important}}@media (min-width: 1180px){.layout{align-items:stretch!important}.sidebar-shell,.sidebar,.filter-panel,.nearby-center-list,.nearby-map-canvas{height:100%!important;min-height:520px!important;max-height:520px!important}.filter-panel{grid-template-rows:minmax(0,1fr)!important}.main-quick-filter-list{display:grid!important;grid-column:1 / 3!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;height:100%!important;min-height:0!important}.dashboard-filter-section:not(.dashboard-detail-section),.dashboard-detail-section,.nearby-center-list,.nearby-map-canvas{height:520px!important;min-height:520px!important;max-height:520px!important;box-sizing:border-box!important}.dashboard-filter-section:not(.dashboard-detail-section):first-child,.dashboard-category-section{height:auto!important;min-height:0!important;max-height:none!important}.main-quick-filter-list>.dashboard-filter-section:not(.dashboard-detail-section):first-child{grid-column:1!important;grid-row:1!important}.main-quick-filter-list>.dashboard-category-section{grid-column:1!important;grid-row:2!important}.main-quick-filter-list>.dashboard-detail-section{grid-column:2!important;grid-row:1 / 3!important}.active-filter-chips{display:none!important}.filter-panel-actions{display:flex!important;grid-column:2!important;grid-row:1!important;align-self:end!important;justify-self:end!important;margin:0 14px 14px 0!important;z-index:2!important}.nearby-map-canvas .google-map-card{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;height:446px!important;min-height:0!important;max-height:446px!important;aspect-ratio:auto!important;box-sizing:border-box!important;overflow:hidden!important}}@media (min-width: 1180px){.nearby-map-canvas{display:grid!important;grid-template-rows:62px minmax(0,1fr)!important;overflow:hidden!important;box-sizing:border-box!important}.nearby-map-canvas .google-map-card{align-self:stretch!important;justify-self:stretch!important;width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 12px 12px!important;overflow:hidden!important}.nearby-map-canvas .google-map-card>div:first-child{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}}.nearby-center-list>button{grid-template-columns:36px minmax(0,1fr) minmax(44px,auto)!important;align-items:center!important}.nearby-center-list>button>em{min-width:44px!important;max-width:64px!important;justify-self:end!important;align-self:center!important;padding:0!important;color:#0f766e!important;font-size:14px!important;font-weight:950!important;line-height:1!important;text-align:right!important;white-space:nowrap!important}@media (min-width: 1180px){.filter-panel-actions{grid-column:2!important;grid-row:2!important;margin:8px 0 0!important;padding:0!important;display:flex!important;justify-content:flex-end!important;border:0!important;background:transparent!important}.filter-reset-button{display:inline-flex!important;min-height:34px!important;padding:0 14px!important;align-items:center!important;justify-content:center!important;border:1px solid #dbe7e5!important;border-radius:999px!important;color:#0f766e!important;background:#fff!important;font-size:13px!important;font-weight:900!important;box-shadow:0 6px 14px #0f172a0d!important}}@media (min-width: 1180px){.sidebar-shell,.sidebar,.filter-panel,.nearby-center-list,.nearby-map-canvas{align-self:stretch!important}.filter-header{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important}.filter-panel{padding:0!important;gap:0 14px!important}.dashboard-filter-section:not(.dashboard-detail-section),.dashboard-detail-section{padding-top:14px!important}.nearby-list-heading,.nearby-map-toolbar{min-height:48px!important;padding-top:14px!important}}@media (min-width: 1180px){.layout{max-width:1560px!important;display:grid!important;grid-template-columns:minmax(230px,250px) minmax(240px,270px) minmax(280px,330px) minmax(420px,1fr)!important;grid-template-rows:auto auto!important;align-items:stretch!important;gap:14px!important}.sidebar-shell{grid-column:1 / 3!important;grid-row:1!important;position:static!important;top:auto!important;align-self:stretch!important}.sidebar,.filter-panel{height:100%!important;min-height:0!important}.filter-panel{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr) auto!important;overflow:visible!important}.filter-header,.main-quick-filter-list,.active-filter-chips,.filter-panel-actions{grid-column:1 / 3!important}.filter-header{min-height:48px!important;padding:10px 14px!important}.main-quick-filter-list{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr)!important;gap:12px!important;max-height:none!important;padding:12px 14px 0!important;overflow:visible!important}.dashboard-filter-section:not(.dashboard-detail-section){grid-column:1!important}.dashboard-category-section{grid-row:2!important}.dashboard-detail-section{grid-column:2!important;grid-row:1 / 3!important;align-content:start!important;gap:7px!important}.dashboard-category-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.dashboard-category-chips button{min-height:34px!important;padding:4px 7px!important;font-size:11px!important}.dashboard-category-chips .category-icon{width:20px!important;height:20px!important;flex:0 0 20px!important}.dashboard-detail-section .main-quick-filter-chip{min-height:28px!important;grid-template-columns:52px minmax(0,1fr) 14px!important;gap:5px!important}.dashboard-detail-section .main-quick-filter-chip small{height:28px!important;padding:0 22px 0 9px!important}.active-filter-chips{margin:8px 14px 0!important;max-height:42px!important;overflow:hidden!important}.filter-panel-actions{margin:10px 14px 14px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important}.filter-apply-button{grid-column:2!important;min-height:36px!important}.main-content,.nearby-map-section,.nearby-map-layout{display:contents!important}.nearby-center-list{grid-column:3!important;grid-row:1!important;height:100%!important;max-height:520px!important;padding:14px!important;align-self:stretch!important;overflow:hidden!important}.nearby-map-canvas{grid-column:4!important;grid-row:1!important;width:100%!important;max-width:none!important;min-height:0!important;height:100%!important;align-self:stretch!important;justify-self:stretch!important}.nearby-map-canvas .google-map-card{width:min(100%,480px)!important;max-width:480px!important;margin:0 12px 12px!important}.section.results-section{grid-column:1 / -1!important;grid-row:2!important;margin-top:0!important}}.filter-panel{max-height:calc(100vh - 84px)!important}.filter-header{min-height:48px!important;padding:12px 18px 10px!important}.filter-header h2{font-size:18px!important;line-height:1.1!important}.filter-header>button,.filter-header-reset{min-width:48px!important;font-size:12px!important}.main-quick-filter-list{padding:12px 16px 8px!important;gap:10px!important}.dashboard-filter-section-title{margin:0 0 6px!important;font-size:12px!important;line-height:1.1!important}.filter-mode-selector{gap:6px!important}.filter-mode-selector button{min-height:44px!important;padding:6px 28px 6px 54px!important;border-radius:8px!important}.filter-mode-selector .scope-icon{left:10px!important;width:34px!important;height:34px!important}.filter-mode-selector .scope-icon svg{width:27px!important;height:27px!important}.filter-mode-selector strong{font-size:13px!important}.filter-mode-selector small{font-size:10px!important}.dashboard-category-section .main-quick-filter-chip{min-height:28px!important;padding:0 10px!important}.dashboard-category-section .main-quick-filter-chip span,.dashboard-category-section .main-quick-filter-chip small{font-size:11px!important}.dashboard-category-chips{gap:6px!important}.dashboard-category-chips button{min-height:28px!important;padding:3px 7px!important;gap:4px!important;border-radius:10px!important;font-size:11px!important}.dashboard-category-chips .category-icon{width:24px!important;height:24px!important}.dashboard-category-chips .category-icon svg{width:16px!important;height:16px!important}.dashboard-detail-section{gap:5px!important}.dashboard-detail-section .main-quick-filter-chip{min-height:28px!important;grid-template-columns:56px minmax(0,1fr) 14px!important;gap:6px!important}.dashboard-detail-section .main-quick-filter-chip span{font-size:12px!important}.dashboard-detail-section .main-quick-filter-chip small{height:28px!important;padding:0 24px 0 10px!important;font-size:12px!important}.dashboard-detail-section .main-quick-filter-chip:after{width:7px!important;height:7px!important}.filter-panel-actions{margin:8px 16px 12px!important;padding-top:8px!important}.filter-apply-button{min-height:36px!important;border-radius:8px!important;font-size:13px!important}@media (max-width: 640px){.filter-mode-selector button{min-height:42px!important;padding-left:50px!important}.filter-mode-selector .scope-icon{width:32px!important;height:32px!important}}.filter-header{border-bottom:1px solid #e5edf0!important}.filter-header h2{padding-right:12px!important}.filter-header-reset{min-width:54px!important;height:28px!important;padding:0 10px!important;border:1px solid #d7e8e4!important;border-radius:999px!important;color:#0f766e!important;background:#f8fffd!important;font-weight:900!important}.filter-header-reset:hover,.filter-header-reset:focus-visible{border-color:#14b8a6!important;background:#ccfbf1!important}.filter-panel,.main-quick-filter-list,.dashboard-detail-section,.dashboard-detail-section .main-quick-filter{overflow:visible!important}.dashboard-detail-section .main-quick-filter{position:relative!important}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar{position:absolute!important;top:calc(100% + 4px)!important;left:62px!important;width:min(232px,calc(100vw - 44px))!important;min-width:210px!important;max-width:232px!important;max-height:none!important;margin-top:0!important;overflow:visible!important;z-index:1200!important;border:1px solid #dbe8e5!important;border-radius:12px!important;background:#fff!important;box-shadow:0 14px 32px #0f172a29!important}.dashboard-detail-section .main-quick-filter-menu{padding:8px!important}.dashboard-detail-section .main-quick-filter-check{min-height:28px!important}.dashboard-detail-section .age-month-input{padding:8px!important}@media (max-width: 640px){.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar{left:0!important;right:auto!important;width:min(300px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important}}.filter-mode-selector{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}.filter-mode-selector button{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-content:center!important;align-items:center!important;min-height:58px!important;width:100%!important;padding:8px 34px 8px 66px!important;gap:2px!important;overflow:hidden!important}.filter-mode-selector button:before{content:none!important;display:none!important}.filter-mode-selector .scope-icon{position:absolute!important;left:14px!important;top:50%!important;width:40px!important;height:40px!important;transform:translateY(-50%)!important;pointer-events:none!important;flex:0 0 auto!important}.filter-mode-selector .scope-icon svg{width:32px!important;height:32px!important}.filter-mode-selector strong,.filter-mode-selector small{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:1.15!important}.filter-mode-selector strong{font-size:14px!important}.filter-mode-selector small{font-size:11px!important}.filter-mode-selector button.active:after{right:10px!important;top:50%!important;transform:translateY(-50%)!important}.dashboard-category-chips{align-items:flex-start!important}.dashboard-category-chips button{display:inline-flex!important;align-items:center!important;min-width:0!important;max-width:100%!important;min-height:34px!important;padding:4px 8px!important;gap:5px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:1.15!important}.dashboard-category-chips .category-icon{flex:0 0 auto!important}.dashboard-category-section,.dashboard-detail-section{min-width:0!important}.dashboard-category-section .main-quick-filter{width:100%!important;min-width:0!important;flex:1 1 100%!important}.dashboard-category-section .main-quick-filter-chip{min-height:34px!important;padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border:1px dashed #cbded9!important;border-radius:999px!important}.dashboard-category-section .main-quick-filter-chip span{flex:0 0 auto!important;font-size:12px!important;line-height:1.1!important}.dashboard-category-section .main-quick-filter-chip small{flex:1 1 auto!important;min-width:0!important;text-align:right!important;font-size:12px!important;line-height:1.1!important}.main-quick-filter-list{max-height:calc(100vh - 190px)!important;padding-bottom:18px!important;gap:16px!important}.quick-filter-button,.quick-filter-menu-button{min-width:0!important;overflow:hidden!important}.quick-filter-button span,.quick-filter-menu-button span{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.filter-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:10px!important}.filter-header h2{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.filter-header>button,.filter-header-reset{position:relative!important;flex:0 0 auto!important;min-width:58px!important;padding:0 4px!important;white-space:nowrap!important}.filter-header-reset span{overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}@media (max-width: 640px){.filter-mode-selector button{min-height:54px!important;padding:8px 30px 8px 58px!important}.filter-mode-selector .scope-icon{left:12px!important;width:36px!important;height:36px!important}.filter-mode-selector .scope-icon svg{width:29px!important;height:29px!important}.main-quick-filter-list{max-height:none!important;padding-bottom:20px!important}.nearby-map-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;align-items:start!important}.nearby-map-toolbar h2{min-width:0!important;white-space:nowrap!important}.nearby-map-actions{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.nearby-radius-control{width:100%!important;max-width:100%!important;justify-self:stretch!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:hidden!important}.nearby-radius-control button{min-width:0!important;width:100%!important;padding-inline:4px!important}.nearby-mobile-map-toggle{width:100%!important;min-width:0!important}.layout,.main-content,.nearby-map-section,.nearby-map-layout,.nearby-map-canvas,.nearby-center-list,.section.results-section{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.nearby-radius-control button span{min-width:0!important;overflow:hidden!important;font-size:11px!important;white-space:nowrap!important;text-overflow:ellipsis!important}.nearby-radius-control .radius-range-icon,.nearby-radius-control svg{flex:0 0 auto!important}.sidebar-shell:not(.open){visibility:hidden!important;pointer-events:none!important;overflow:hidden!important;transform:translate(-112%)!important}.sidebar-shell.open{visibility:visible!important}}@media (max-width: 980px){.layout,.main-content,.nearby-map-section,.nearby-map-layout,.nearby-map-canvas,.nearby-center-list,.section.results-section{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.nearby-map-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.nearby-map-actions{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.nearby-radius-control{width:100%!important;max-width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:hidden!important}.nearby-radius-control button{min-width:0!important;width:100%!important;padding-inline:4px!important}.nearby-mobile-map-toggle{width:100%!important;min-width:0!important}.sidebar-shell:not(.open){visibility:hidden!important;pointer-events:none!important;overflow:hidden!important;transform:translate(-112%)!important}.sidebar-shell.open{visibility:visible!important}}.nearby-map-actions{min-width:0!important;max-width:100%!important}.nearby-radius-control{width:min(100%,260px)!important;min-width:0!important;max-width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:hidden!important}.nearby-radius-control button{min-width:0!important;width:100%!important;padding-inline:4px!important}.nearby-radius-control button span{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-course-group-title{cursor:default!important}.branch-course-group-title-button{pointer-events:none!important}.branch-course-group-footer{margin-top:12px!important;display:flex!important;justify-content:center!important}.branch-course-group-toggle-bottom{min-width:160px!important;min-height:38px!important;padding:0 18px!important;border:1px solid #cfe7e2!important;border-radius:999px!important;color:#0f766e!important;background:#fff!important;font-size:13px!important;font-weight:900!important;box-shadow:0 6px 16px #0f766e14!important}.branch-course-group-toggle-bottom:hover,.branch-course-group-toggle-bottom:focus-visible{border-color:#14b8a6!important;background:#ecfdf9!important}.branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{height:260px!important;min-height:260px!important;grid-template-rows:90px minmax(0,1fr)!important;overflow:hidden!important}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{height:90px!important;min-height:90px!important}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{min-height:0!important;padding:9px 11px 10px!important;display:grid!important;grid-template-rows:auto minmax(44px,auto) auto auto auto!important;gap:4px!important;overflow:hidden!important}.branch-class-grid .class-compact-meta,.branch-course-group .branch-class-grid .class-compact-meta,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta{max-height:64px!important}@media (max-width: 640px){.branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{height:244px!important;min-height:244px!important;grid-template-rows:84px minmax(0,1fr)!important}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{height:84px!important;min-height:84px!important}}.filter-panel{display:flex!important;flex-direction:column!important;max-height:calc(100vh - 96px)!important;overflow:hidden!important}.main-quick-filter-list{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:12px!important}.filter-panel-actions{flex:0 0 auto!important;align-self:stretch!important;width:auto!important;margin:10px 18px 16px!important;padding-top:10px!important;display:grid!important;grid-template-columns:1fr!important;justify-items:stretch!important;border-top:1px solid #eef4f2!important;background:#fffffffa!important}.filter-apply-button{width:100%!important;min-height:40px!important;justify-self:stretch!important}@media (max-width: 980px){.filter-panel{max-height:100vh!important}.main-quick-filter-list{overflow-y:auto!important;overflow-x:hidden!important}}.branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:104px minmax(0,1fr)!important;height:330px!important;min-height:330px!important;overflow:hidden!important}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{width:100%!important;height:104px!important;min-height:104px!important;margin:0!important;border-radius:0!important}.branch-class-grid .class-body,.branch-course-group .branch-class-grid .class-body,.branch-course-group.is-expanded .branch-class-grid .class-body{min-width:0!important;min-height:0!important;padding:10px 12px 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto minmax(58px,auto) auto auto auto!important;gap:5px!important;overflow:hidden!important}.branch-class-grid .class-title-row,.branch-course-group .branch-class-grid .class-title-row,.branch-course-group.is-expanded .branch-class-grid .class-title-row{min-width:0!important;padding-right:32px!important}.branch-class-grid .class-title-row h3,.branch-course-group .branch-class-grid .class-title-row h3,.branch-course-group.is-expanded .branch-class-grid .class-title-row h3{min-height:0!important;max-height:40px!important;margin:0!important;overflow:hidden!important;display:-webkit-box!important;color:#111827!important;font-size:16px!important;line-height:1.22!important;letter-spacing:0!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.branch-class-grid .class-compact-meta,.branch-course-group .branch-class-grid .class-compact-meta,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta{min-height:0!important;max-height:72px!important;margin:0!important;padding:0!important;gap:2px!important;overflow:hidden!important;border-bottom:0!important}.branch-class-grid .class-compact-meta li,.branch-course-group .branch-class-grid .class-compact-meta li,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-height:16px!important;max-width:100%!important;gap:4px!important;overflow:hidden!important;color:#172033!important;font-size:11.5px!important;line-height:1.2!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-compact-meta li>span,.branch-course-group .branch-class-grid .class-compact-meta li>span,.branch-course-group.is-expanded .branch-class-grid .class-compact-meta li>span{width:15px!important;height:15px!important;flex:0 0 15px!important;font-size:10px!important}.branch-class-grid .class-price-block,.branch-course-group .branch-class-grid .class-price-block,.branch-course-group.is-expanded .branch-class-grid .class-price-block{min-width:0!important;min-height:18px!important;margin:0!important;display:flex!important;align-items:baseline!important;justify-content:flex-start!important;gap:4px!important;overflow:hidden!important}.branch-class-grid .class-price-block strong,.branch-course-group .branch-class-grid .class-price-block strong,.branch-course-group.is-expanded .branch-class-grid .class-price-block strong{min-width:0!important;overflow:hidden!important;color:#0f9f8f!important;font-size:16px!important;line-height:1.1!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-center-line,.branch-course-group .branch-class-grid .class-center-line,.branch-course-group.is-expanded .branch-class-grid .class-center-line{display:block!important;min-height:14px!important;margin:0!important;overflow:hidden!important;color:#64748b!important;font-size:11px!important;line-height:1.2!important;white-space:nowrap!important;text-overflow:ellipsis!important}.branch-class-grid .class-actions,.branch-course-group .branch-class-grid .class-actions,.branch-course-group.is-expanded .branch-class-grid .class-actions{min-height:30px!important;margin:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important}.branch-class-grid .compare-action,.branch-class-grid .apply-action,.branch-course-group .branch-class-grid .compare-action,.branch-course-group .branch-class-grid .apply-action,.branch-course-group.is-expanded .branch-class-grid .compare-action,.branch-course-group.is-expanded .branch-class-grid .apply-action{min-width:0!important;min-height:30px!important;padding:0 8px!important;border-radius:999px!important;font-size:12px!important}@media (max-width: 640px){.branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card,.branch-course-group.is-expanded .branch-class-grid .class-card{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:92px minmax(0,1fr)!important;height:292px!important;min-height:292px!important}.branch-class-grid .class-thumb,.branch-course-group .branch-class-grid .class-thumb,.branch-course-group.is-expanded .branch-class-grid .class-thumb{height:92px!important;min-height:92px!important}}@media (min-width: 1180px){.layout{max-width:1560px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:auto auto!important;gap:14px!important;align-items:stretch!important}.sidebar-shell{grid-column:1 / 3!important;grid-row:1!important;position:static!important;top:auto!important;height:480px!important;min-height:480px!important;max-height:480px!important;align-self:stretch!important}.sidebar,.filter-panel{height:480px!important;min-height:480px!important;max-height:480px!important}.filter-panel{display:block!important;flex-direction:initial!important;padding:0!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.filter-header,.active-filter-chips{display:none!important}.main-quick-filter-list{height:480px!important;min-height:480px!important;max-height:480px!important;padding:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important}.dashboard-primary-filter-card,.dashboard-detail-filter-card,.nearby-center-list,.nearby-map-canvas{height:480px!important;min-height:480px!important;max-height:480px!important;box-sizing:border-box!important;border:1px solid #e5edf0!important;border-radius:16px!important;background:#fffffff5!important;box-shadow:0 10px 28px #0f172a0f!important;overflow:hidden!important}.dashboard-primary-filter-card{grid-column:1!important;padding:14px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:12px!important}.dashboard-detail-filter-card{grid-column:2!important;padding:14px!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;gap:10px!important}.dashboard-primary-filter-card .dashboard-filter-section,.dashboard-detail-filter-card .dashboard-filter-section{height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.dashboard-detail-section{display:grid!important;align-content:start!important;gap:7px!important;overflow:visible!important}.filter-panel-actions{width:100%!important;margin:0!important;padding:0!important;display:flex!important;justify-content:flex-end!important;align-self:end!important;border:0!important;background:transparent!important}.filter-reset-button{display:inline-flex!important;width:auto!important;min-height:34px!important;padding:0 14px!important;align-items:center!important;justify-content:center!important;border:1px solid #dbe7e5!important;border-radius:999px!important;color:#0f766e!important;background:#fff!important;font-size:13px!important;font-weight:900!important}.main-content,.nearby-map-section,.nearby-map-layout{display:contents!important}.nearby-center-list{grid-column:3!important;grid-row:1!important;padding:14px!important}.nearby-map-canvas{grid-column:4!important;grid-row:1!important;padding:0!important;display:grid!important;grid-template-rows:58px minmax(0,1fr)!important}.nearby-map-toolbar{min-height:58px!important;height:58px!important;padding:10px 14px 8px!important;box-sizing:border-box!important}.nearby-map-canvas .google-map-card{width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 12px 12px!important;align-self:stretch!important;justify-self:stretch!important;aspect-ratio:auto!important;overflow:hidden!important}.nearby-map-canvas .google-map-card>div:first-child{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important}.section.results-section{grid-column:1 / -1!important;grid-row:2!important;margin-top:0!important}}.branch-class-grid .class-center-line,.branch-course-group .branch-class-grid .class-center-line,.branch-course-group.is-expanded .branch-class-grid .class-center-line,.class-center-line{display:flex!important;align-items:center!important;gap:6px!important}.class-center-line .class-provider-icon,.class-center-line .provider-icon{flex:0 0 22px!important;width:22px!important;height:22px!important;border-radius:8px!important}.class-center-line>span{min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}@media (min-width: 1180px){.dashboard-detail-section .main-quick-filter,.dashboard-detail-section .main-quick-filter-chip,.dashboard-detail-section .main-quick-filter-chip small{min-width:0!important;overflow:hidden!important}.dashboard-detail-section .main-quick-filter-chip small{display:block!important;white-space:nowrap!important;text-overflow:ellipsis!important}}@media (min-width: 1180px){.layout{display:grid!important;grid-template-columns:minmax(260px,.95fr) minmax(260px,.95fr) minmax(300px,1.05fr) minmax(360px,1fr)!important;grid-template-rows:auto auto!important;align-items:start!important;gap:14px!important}.sidebar-shell,.sidebar,.filter-panel,.main-quick-filter-list,.dashboard-primary-filter-card,.dashboard-detail-filter-card,.nearby-center-list,.nearby-map-canvas{height:auto!important;min-height:0!important;max-height:none!important}.sidebar-shell{grid-column:1 / 3!important;grid-row:1!important;align-self:start!important}.main-quick-filter-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:14px!important}.dashboard-primary-filter-card,.dashboard-detail-filter-card,.nearby-center-list,.nearby-map-canvas{min-height:360px!important;max-height:none!important}.nearby-center-list{grid-column:3!important;grid-row:1!important;align-self:stretch!important}.nearby-map-canvas{grid-column:4!important;grid-row:1!important;display:grid!important;grid-template-rows:58px minmax(0,1fr)!important;aspect-ratio:1 / 1!important;width:100%!important;height:auto!important;min-height:0!important;align-self:start!important;overflow:hidden!important}.nearby-map-canvas .google-map-card{width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 12px 12px!important;align-self:stretch!important;justify-self:stretch!important;aspect-ratio:auto!important;overflow:hidden!important}.nearby-map-canvas .google-map-card>div:first-child{width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important}}@media (min-width: 1180px){.dashboard-primary-filter-card,.dashboard-detail-filter-card,.nearby-center-list{height:360px!important;min-height:360px!important;max-height:360px!important}.dashboard-primary-filter-card{overflow:hidden!important}.dashboard-category-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.dashboard-category-chips button{min-height:33px!important;padding:4px 7px!important}}.provider-icon .provider-icon-label{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;font-weight:950!important;line-height:1!important;letter-spacing:0!important;color:currentColor!important}.provider-icon-small.provider-icon-culture,.provider-icon-small.provider-icon-education,.provider-icon-small.provider-icon-unknown{width:30px!important;height:30px!important;flex:0 0 30px!important;border-radius:10px!important;font-size:10px!important;background:#fff!important;border-color:color-mix(in srgb,var(--provider-icon-accent) 72%,#e5e7eb)!important;color:var(--provider-icon-accent)!important}.nearby-center-list>button>.provider-icon{width:32px!important;height:32px!important;flex:0 0 32px!important;border-radius:11px!important;font-size:10px!important}.class-center-line{display:flex!important;align-items:center!important;gap:6px!important;min-width:0!important}.class-center-line .class-provider-icon{width:24px!important;height:24px!important;flex:0 0 24px!important;border-radius:8px!important;font-size:9px!important}.provider-icon{min-width:34px!important;width:auto!important;height:30px!important;flex:0 0 auto!important;padding:0 8px!important;border-radius:999px!important;background:color-mix(in srgb,var(--provider-icon-accent, #14b8a6) 10%,#ffffff)!important;border:1px solid color-mix(in srgb,var(--provider-icon-accent, #14b8a6) 68%,#ffffff)!important;color:color-mix(in srgb,var(--provider-icon-accent, #14b8a6) 78%,#0f172a)!important;box-shadow:inset 0 -1px #0f172a0a!important;overflow:visible!important;white-space:nowrap!important}.provider-icon-small{min-width:28px!important;height:24px!important;padding:0 6px!important;border-radius:8px!important;font-size:10px!important}.provider-icon-medium{min-width:34px!important;height:30px!important;font-size:11px!important}.provider-icon-large{min-width:44px!important;height:38px!important;padding:0 10px!important;border-radius:12px!important;font-size:13px!important}.provider-icon .provider-icon-label{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;font-weight:900!important;letter-spacing:0!important;line-height:1!important}.provider-logo-mark,.provider-logo-text,.provider-logo-subtext{display:none!important}.nearby-center-list>button{position:relative!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:9px!important;min-height:46px!important;padding:8px 10px!important;border:1px solid transparent!important;border-left:3px solid transparent!important}.nearby-center-list>button.active,.nearby-center-list>button.map-active,.nearby-center-list>button[aria-current=true]{background:#ecfdf5!important;border-color:#99f6e4!important;border-left-color:#14b8a6!important;box-shadow:0 8px 18px #14b8a61f!important}.nearby-center-list>button.active .nearby-center-meta strong,.nearby-center-list>button.map-active .nearby-center-meta strong,.nearby-center-list>button[aria-current=true] .nearby-center-meta strong{color:#0f766e!important;font-weight:900!important}.nearby-center-list>button.active>em,.nearby-center-list>button.map-active>em,.nearby-center-list>button[aria-current=true]>em{color:#0f766e!important;font-weight:900!important}.nearby-center-list>button>.provider-icon{min-width:30px!important;width:auto!important;height:26px!important;align-self:center!important}.result-selected-context{margin:4px 0 0!important;color:#0f766e!important;font-size:13px!important;font-weight:700!important}.dashboard-detail-section .main-quick-filter-chip small,.filter-item .filter-copy small{max-width:88px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.filter-panel-actions{display:grid!important;gap:8px!important;margin-top:auto!important;padding-top:10px!important;border-top:1px solid #e5e7eb!important}.filter-panel-actions>p{margin:0!important;color:#64748b!important;font-size:11px!important;line-height:1.35!important}.filter-panel-actions>div{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.filter-reset-button,.filter-apply-button{min-height:34px!important;border-radius:10px!important;font-size:13px!important;font-weight:800!important}.filter-reset-button{border:1px solid #e5e7eb!important;background:#fff!important;color:#0f172a!important}.class-card{display:flex!important;flex-direction:column!important;height:100%!important;min-height:330px!important;overflow:hidden!important}.class-thumb{flex:0 0 132px!important;height:132px!important;min-height:132px!important}.class-body{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;min-height:0!important}.class-title-row h3{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:42px!important;max-height:42px!important}.class-compact-meta{min-height:82px!important;max-height:82px!important;overflow:hidden!important}.class-price-block{margin-top:auto!important;min-height:28px!important;align-items:baseline!important}.class-center-line{min-height:26px!important;margin:6px 0 8px!important}.class-actions{margin-top:auto!important;display:grid!important;grid-template-columns:.8fr 1.2fr!important;gap:8px!important}.class-actions button{min-height:36px!important;border-radius:999px!important;font-weight:850!important}.google-map-card{position:relative!important}.map-center-indicator,.map-center-label{display:none!important}.map-visible-range-frame{position:absolute!important;top:50px!important;right:42px!important;bottom:48px!important;left:42px!important;border:2px dashed rgba(20,184,166,.52)!important;border-radius:14px!important;pointer-events:none!important;z-index:3!important;box-shadow:inset 0 0 0 9999px #ccfbf10b!important}.map-visible-range-label{position:absolute!important;top:12px!important;left:14px!important;z-index:4!important;max-width:calc(100% - 28px)!important;padding:6px 10px!important;border-radius:999px!important;border:1px solid rgba(20,184,166,.22)!important;background:#ffffffe6!important;color:#0f766e!important;font-size:12px!important;font-weight:800!important;box-shadow:0 8px 18px #0f172a14!important;pointer-events:none!important}@media (min-width: 1180px){.branch-class-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important}}@media (max-width: 1179px){.branch-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 640px){html,body,#root,.app-shell{max-width:100%!important;overflow-x:hidden!important}.branch-class-grid{grid-template-columns:1fr!important}.class-card{min-height:320px!important}.class-thumb{flex-basis:124px!important;height:124px!important;min-height:124px!important}.map-visible-range-frame{top:46px!important;right:28px!important;bottom:44px!important;left:28px!important}}.layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important;max-width:1480px!important;width:min(100% - 32px,1480px)!important;margin:0 auto!important;align-items:start!important}.sidebar-shell,.main-content{min-width:0!important}.sidebar-shell{grid-column:1!important;position:relative!important;top:auto!important;height:auto!important;align-self:start!important}.sidebar{position:static!important;width:100%!important;height:auto!important}.filter-panel{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:12px!important;border-radius:18px!important;border:1px solid #dff5f1!important;background:#fffffff5!important;box-shadow:0 8px 22px #0f172a0f!important}.main-quick-filter-list{display:grid!important;grid-template-columns:minmax(440px,1fr) minmax(520px,1.15fr)!important;gap:10px!important;align-items:stretch!important}.dashboard-primary-filter-card,.dashboard-detail-filter-card{display:grid!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:10px!important;border:1px solid #e5e7eb!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}.dashboard-primary-filter-card{grid-template-columns:minmax(190px,.78fr) minmax(260px,1fr)!important;gap:10px!important}.dashboard-detail-filter-card{grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;align-items:center!important}.dashboard-filter-section,.dashboard-detail-section{min-width:0!important;height:auto!important;min-height:0!important;overflow:visible!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.dashboard-filter-section-title,.dashboard-detail-section .dashboard-filter-section-title{display:block!important;margin:0 0 7px!important;color:#0f766e!important;font-size:12px!important;font-weight:900!important;letter-spacing:0!important}.filter-mode-selector{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.filter-mode-selector button{min-width:0!important;min-height:42px!important;padding:7px 8px!important;border-radius:13px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:7px!important;align-items:center!important}.filter-mode-selector button.active{border-color:#14b8a6!important;background:#ccfbf1!important;color:#0f766e!important;box-shadow:inset 3px 0 #14b8a6!important}.filter-mode-selector button strong{min-width:0!important;font-size:13px!important;font-weight:900!important;white-space:nowrap!important}.filter-mode-selector button small{display:none!important}.dashboard-category-chips{display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:center!important;overflow:visible!important}.dashboard-category-chips button{display:inline-flex!important;width:auto!important;min-width:0!important;min-height:34px!important;max-height:none!important;padding:5px 10px!important;border-radius:999px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important;gap:5px!important;font-size:12px!important;font-weight:800!important;white-space:nowrap!important}.dashboard-category-chips .category-icon{width:22px!important;height:22px!important;flex:0 0 22px!important}.dashboard-category-chips .category-more-button{border-style:dashed!important;color:#0f766e!important;background:#f8fafc!important}.dashboard-detail-section{display:flex!important;flex-wrap:nowrap!important;align-items:end!important;gap:7px!important}.dashboard-detail-section .main-quick-filter{flex:1 1 0!important;min-width:0!important;width:auto!important;position:relative!important}.dashboard-detail-section .main-quick-filter-chip{width:100%!important;min-width:0!important;min-height:38px!important;padding:6px 26px 6px 9px!important;border-radius:12px!important;border:1px solid #e5e7eb!important;background:#fff!important;box-shadow:none!important}.dashboard-detail-section .main-quick-filter-chip span{color:#64748b!important;font-size:10px!important;line-height:1.1!important;font-weight:800!important;white-space:nowrap!important}.dashboard-detail-section .main-quick-filter-chip small{display:block!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;color:#111827!important;font-size:12px!important;font-weight:900!important}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:auto!important;z-index:1200!important;min-width:220px!important;width:max-content!important;max-width:min(360px,80vw)!important;max-height:none!important;overflow:visible!important;padding:10px!important;border-radius:14px!important;border:1px solid #d1fae5!important;background:#fff!important;box-shadow:0 18px 40px #0f172a2e!important}.dashboard-detail-section .main-quick-filter-check,.dashboard-detail-section .age-month-input{white-space:nowrap!important}.filter-panel-actions{align-self:end!important;margin:0!important;padding:0!important;border:0!important;display:block!important}.filter-panel-actions>div{display:flex!important;gap:6px!important;align-items:center!important}.filter-detail-button,.filter-reset-button,.filter-apply-button{min-width:72px!important;min-height:38px!important;padding:0 11px!important;border-radius:12px!important;font-size:12px!important;font-weight:900!important;white-space:nowrap!important}.filter-apply-button{border:1px solid #14b8a6!important;background:#14b8a6!important;color:#fff!important}.nearby-map-section{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.nearby-map-layout{display:grid!important;grid-template-columns:minmax(320px,1fr) minmax(320px,420px) minmax(280px,360px)!important;gap:16px!important;align-items:start!important}.nearby-center-list,.nearby-map-canvas,.selected-branch-summary-card,.section.results-section{border:1px solid #e5e7eb!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 22px #0f172a0f!important}.nearby-center-list{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:16px!important}.nearby-list-heading{display:grid!important;gap:2px!important;margin:0 0 10px!important}.nearby-list-heading h2{margin:0!important;font-size:20px!important;line-height:1.2!important;font-weight:950!important}.nearby-list-heading p{margin:0!important;color:#64748b!important;font-size:12px!important}.nearby-center-list>button{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;width:100%!important;min-height:58px!important;padding:9px 10px!important;gap:9px!important;border-radius:13px!important;border:1px solid transparent!important;border-left:3px solid transparent!important;background:transparent!important;align-items:center!important}.nearby-center-list>button:hover,.nearby-center-list>button.map-hover{background:#f0fdfa!important}.nearby-center-list>button.map-active,.nearby-center-list>button[aria-current=true]{background:#ccfbf1!important;border-color:#5eead4!important;border-left-color:#14b8a6!important}.nearby-center-meta{min-width:0!important;display:grid!important;gap:2px!important}.nearby-center-meta strong{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#111827!important;font-size:14px!important;line-height:1.2!important;font-weight:900!important}.nearby-center-meta small{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#64748b!important;font-size:12px!important}.nearby-center-list>button>em{display:grid!important;gap:1px!important;justify-items:end!important;align-items:center!important;min-width:52px!important;color:#0f766e!important;font-style:normal!important;font-size:12px!important;white-space:nowrap!important}.nearby-center-list>button>em b{font-size:14px!important;font-weight:950!important}.nearby-center-list>button>em span{color:#ef4444!important;font-size:10px!important;font-weight:800!important}.nearby-branch-more-button{width:100%!important;min-height:38px!important;margin-top:8px!important;border-radius:12px!important;border:1px dashed #99f6e4!important;background:#f0fdfa!important;color:#0f766e!important;font-weight:900!important}.nearby-map-canvas{width:clamp(320px,28vw,420px)!important;max-width:420px!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;padding:12px!important;overflow:visible!important}.nearby-map-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:0 0 10px!important;padding:0!important;min-height:34px!important}.nearby-map-toolbar h2{margin:0!important;font-size:20px!important;line-height:1.2!important}.nearby-radius-control{display:inline-flex!important;gap:4px!important;padding:3px!important;border-radius:999px!important;border:1px solid #e5e7eb!important;background:#f8fafc!important}.nearby-radius-control button{min-height:28px!important;padding:0 10px!important;border-radius:999px!important;font-size:12px!important;font-weight:900!important}.nearby-radius-control .radius-range-icon{display:none!important}.nearby-map-canvas .google-map-card{position:relative!important;width:100%!important;max-width:100%!important;aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important;border-radius:16px!important;border:1px solid #e5e7eb!important;box-shadow:none!important}.map-marker-legend{left:10px!important;right:auto!important;bottom:10px!important;max-width:calc(100% - 20px)!important;padding:6px 8px!important;border-radius:999px!important;background:#ffffffe0!important;font-size:11px!important;gap:7px!important}.map-visible-range-frame{top:44px!important;right:38px!important;bottom:46px!important;left:38px!important}.map-visible-range-label{top:10px!important;left:10px!important;font-size:11px!important}.selected-branch-summary-card{min-height:0!important;padding:16px!important;align-self:stretch!important;display:flex!important;flex-direction:column!important;gap:12px!important}.summary-card-kicker{color:#0f766e!important;font-size:12px!important;font-weight:950!important}.summary-branch-title{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important}.summary-branch-title>div{min-width:0!important;display:grid!important;gap:2px!important}.summary-branch-title strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#111827!important;font-size:18px!important;font-weight:950!important}.summary-branch-title small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#64748b!important;font-size:12px!important}.summary-branch-stats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0!important}.summary-branch-stats div{min-width:0!important;padding:10px!important;border-radius:12px!important;background:#f8fafc!important;border:1px solid #edf2f7!important}.summary-branch-stats dt{color:#64748b!important;font-size:11px!important;font-weight:800!important}.summary-branch-stats dd{margin:3px 0 0!important;color:#0f766e!important;font-size:15px!important;font-weight:950!important}.summary-branch-actions{margin-top:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.summary-branch-actions a,.summary-branch-actions button{min-height:38px!important;border-radius:999px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important}.summary-branch-actions a:first-child{border-color:#14b8a6!important;background:#14b8a6!important;color:#fff!important}.summary-branch-empty{margin:auto 0!important;padding:18px!important;border-radius:16px!important;background:#f8fafc!important;text-align:center!important}.summary-branch-empty strong{display:block!important;color:#111827!important;font-size:16px!important;font-weight:950!important}.summary-branch-empty p{margin:6px 0 0!important;color:#64748b!important;font-size:12px!important;line-height:1.45!important}.section.results-section{margin-top:16px!important;padding:16px!important}.section.results-section .section-header{align-items:center!important;margin-bottom:14px!important}.section.results-section .section-header h2{margin:2px 0 0!important;font-size:22px!important;line-height:1.25!important;font-weight:950!important}.section.results-section .section-header h2 strong{color:#14b8a6!important}.branch-class-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+4){display:flex!important}.class-card{min-height:336px!important;display:flex!important;flex-direction:column!important}.class-thumb{flex:0 0 132px!important;height:132px!important}.class-title-row h3{font-size:16px!important;line-height:1.32!important;min-height:42px!important;max-height:42px!important;letter-spacing:0!important}.class-compact-meta{min-height:78px!important;max-height:78px!important}.class-price-block strong{font-size:17px!important}.provider-icon{max-width:none!important;overflow:visible!important;text-overflow:clip!important}@media (max-width: 1280px){.main-quick-filter-list{grid-template-columns:1fr!important}.nearby-map-layout{grid-template-columns:minmax(300px,1fr) minmax(300px,380px)!important}.selected-branch-summary-card{grid-column:1 / -1!important}.branch-class-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 900px){.layout{width:min(100% - 20px,1480px)!important}.main-quick-filter-list,.dashboard-primary-filter-card,.dashboard-detail-filter-card,.nearby-map-layout{grid-template-columns:1fr!important}.dashboard-detail-section{flex-wrap:wrap!important}.dashboard-detail-section .main-quick-filter{flex:1 1 148px!important}.nearby-map-canvas{width:100%!important;max-width:420px!important;justify-self:center!important}.branch-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.nearby-center-list .nearby-center-list-body>button.multi-selected:after{content:"›"!important;position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#94a3b8!important;font-size:20px!important;line-height:1!important}.nearby-center-list .nearby-center-list-body>button.multi-selected em{padding-right:0!important}@media (max-width: 640px){.layout{width:min(100% - 14px,1480px)!important;gap:12px!important}.filter-panel{padding:10px!important}.filter-mode-selector{grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-category-chips{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:2px!important}.dashboard-detail-section{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.filter-panel-actions{grid-column:1 / -1!important}.filter-panel-actions>div{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.filter-detail-button,.filter-reset-button,.filter-apply-button{min-width:0!important;padding:0 6px!important}.nearby-map-canvas{max-width:360px!important}.nearby-map-layout:not(.map-open) .google-map-card{display:none!important}.nearby-map-layout:not(.map-open) .map-marker-legend,.nearby-map-layout:not(.map-open) .map-visible-range-frame,.nearby-map-layout:not(.map-open) .map-visible-range-label{display:none!important}.nearby-mobile-map-toggle{display:inline-flex!important}.branch-class-grid{grid-template-columns:1fr!important}.class-card{min-height:320px!important}}.site-header{min-height:72px!important;background:#fffffff5!important;border-bottom:1px solid #e5e7eb!important;box-shadow:0 2px 14px #0f172a0a!important}.site-header .topbar.header-inner,.header-inner{width:min(100% - 40px,1496px)!important;max-width:1496px!important;min-height:72px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:190px minmax(360px,430px) minmax(0,1fr)!important;gap:28px!important;align-items:center!important}.header-inner .brand,.header-inner .brand-button{justify-self:start!important}.header-inner .brand-logo{width:auto!important;height:46px!important;max-height:46px!important;object-fit:contain!important}.header-inner .search-bar{justify-self:stretch!important;width:100%!important;height:44px!important;margin:0!important;border-radius:999px!important;border:1px solid #dbe3ea!important;background:#fff!important;box-shadow:inset 0 1px #0f172a05!important}.header-inner .search-bar input{height:100%!important;padding:0 14px 0 20px!important;font-size:14px!important}.header-inner .search-bar button{width:42px!important;height:42px!important;color:#111827!important}.header-inner .utility-nav{justify-self:end!important;display:flex!important;align-items:center!important;gap:22px!important;min-width:0!important;overflow:visible!important}.header-inner .utility-nav button,.header-inner .user-session-badge{min-width:0!important;min-height:36px!important;padding:0!important;border:0!important;background:transparent!important;color:#111827!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;gap:5px!important;font-size:13px!important;font-weight:850!important;white-space:nowrap!important}.header-inner .utility-icon-img{width:18px!important;height:18px!important;object-fit:contain!important}.layout{width:min(100% - 40px,1496px)!important;max-width:1496px!important;margin:12px auto 24px!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;align-items:start!important}.mobile-filter-bar{display:none!important}.sidebar-shell{grid-column:1!important;width:100%!important;position:relative!important;top:auto!important;height:auto!important}.mobile-filter-close{display:none!important}.filter-panel{width:100%!important;min-height:110px!important;height:auto!important;padding:16px 18px!important;border-radius:16px!important;border:1px solid #e5e7eb!important;background:#fff!important;box-shadow:0 8px 24px #0f172a0f!important;overflow:visible!important}.filter-header,.selected-branch-panel,.active-filter-chips{display:none!important}.main-quick-filter-list{display:grid!important;grid-template-columns:674px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;height:100%!important}.dashboard-primary-filter-card,.dashboard-detail-filter-card{min-width:0!important;height:78px!important;min-height:78px!important;max-height:78px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.dashboard-primary-filter-card{display:grid!important;grid-template-columns:330px minmax(0,1fr)!important;gap:18px!important}.dashboard-detail-filter-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:14px!important;align-items:end!important;border-left:1px solid #e5e7eb!important;padding-left:18px!important}.dashboard-filter-section{min-width:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.dashboard-category-section{border-left:1px solid #e5e7eb!important;padding-left:18px!important}.dashboard-filter-section-title{display:block!important;margin:0 0 8px!important;color:#111827!important;font-size:13px!important;font-weight:950!important;line-height:1!important}.dashboard-detail-section>.dashboard-filter-section-title{display:none!important}.filter-mode-selector{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px!important;height:56px!important}.filter-mode-selector button{min-width:0!important;height:56px!important;min-height:56px!important;padding:8px 10px!important;border-radius:8px!important;border:1px solid #e5e7eb!important;background:#fff!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:2px 8px!important;align-items:center!important;text-align:left!important}.filter-mode-selector button.active{border-color:#14b8a6!important;background:#ecfdf5!important;box-shadow:inset 0 0 0 1px #14b8a659!important}.filter-mode-selector .scope-icon{grid-row:1 / span 2!important;width:36px!important;height:36px!important}.filter-mode-selector button strong{font-size:13px!important;line-height:1.1!important;font-weight:950!important;color:#111827!important}.filter-mode-selector button small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#64748b!important;font-size:10px!important;line-height:1.1!important;font-weight:750!important}.dashboard-category-chips{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;overflow:visible!important}.dashboard-category-chips button{width:auto!important;min-width:0!important;height:28px!important;min-height:28px!important;padding:0 12px!important;border-radius:999px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important;display:inline-flex!important;align-items:center!important;gap:4px!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important}.dashboard-category-chips button.active{border-color:#14b8a6!important;background:#ccfbf1!important;color:#0f766e!important}.dashboard-category-chips .category-icon{display:none!important}.dashboard-category-chips .category-more-button{border-color:#d8dee7!important;background:#fff!important;color:#111827!important}.dashboard-detail-section{display:grid!important;grid-template-columns:repeat(5,minmax(86px,1fr))!important;gap:8px!important;align-items:end!important}.dashboard-detail-section .main-quick-filter{min-width:0!important;position:relative!important}.dashboard-detail-section .main-quick-filter-chip{width:100%!important;height:44px!important;min-height:44px!important;padding:5px 26px 5px 12px!important;border-radius:9px!important;border:1px solid #e5e7eb!important;background:#fff!important;box-shadow:none!important}.dashboard-detail-section .main-quick-filter-chip span{color:#111827!important;font-size:12px!important;line-height:1.1!important;font-weight:900!important}.dashboard-detail-section .main-quick-filter-chip small{margin-top:3px!important;color:#111827!important;font-size:12px!important;line-height:1.1!important;font-weight:800!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.dashboard-detail-section .main-quick-filter-menu,.dashboard-detail-section .main-quick-calendar{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;z-index:2000!important;min-width:220px!important;width:max-content!important;max-width:360px!important;max-height:none!important;padding:10px!important;overflow:visible!important;border-radius:14px!important;border:1px solid #d1fae5!important;background:#fff!important;box-shadow:0 18px 42px #0f172a2e!important}.filter-panel-actions{align-self:end!important;margin:0!important;padding:0!important;border:0!important}.filter-panel-actions>div{display:flex!important;align-items:center!important;gap:10px!important}.filter-detail-button,.filter-reset-button,.filter-apply-button{height:44px!important;min-height:44px!important;border-radius:9px!important;padding:0 18px!important;font-size:13px!important;font-weight:950!important;white-space:nowrap!important}.filter-detail-button,.filter-reset-button{border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important}.filter-apply-button{min-width:86px!important;border:1px solid #14b8a6!important;background:#14b8a6!important;color:#fff!important;box-shadow:0 8px 18px #14b8a638!important}.main-content{grid-column:1!important;min-width:0!important}.nearby-map-section{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important}.nearby-map-layout{display:grid!important;grid-template-columns:428px minmax(0,1fr) 360px!important;gap:12px!important;align-items:stretch!important}.nearby-center-list,.nearby-map-canvas,.selected-branch-summary-card,.section.results-section{border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 24px #0f172a0f!important}.nearby-center-list,.nearby-map-canvas,.selected-branch-summary-card{height:400px!important;min-height:400px!important;max-height:400px!important;overflow:hidden!important}.nearby-center-list{padding:20px 16px 14px!important;display:flex!important;flex-direction:column!important;gap:8px!important}.nearby-list-heading{margin:0 0 8px!important;display:grid!important;gap:4px!important}.nearby-list-heading h2{margin:0!important;color:#111827!important;font-size:20px!important;line-height:1.15!important;font-weight:950!important}.nearby-list-heading p{margin:0!important;color:#64748b!important;font-size:12px!important;line-height:1.3!important}.nearby-center-list>button{width:100%!important;min-height:54px!important;height:54px!important;padding:7px 10px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) auto 16px!important;gap:8px!important;align-items:center!important;border:1px solid #e5e7eb!important;border-radius:9px!important;background:#fff!important}.nearby-center-list>button:after{content:"›"!important;color:#94a3b8!important;font-size:20px!important;line-height:1!important}.nearby-center-list>button.map-active,.nearby-center-list>button[aria-current=true],.nearby-center-list>button:hover,.nearby-center-list>button.map-hover{border-color:#5eead4!important;background:#ecfdf5!important;box-shadow:inset 0 0 0 1px #14b8a62e!important}.nearby-center-list>button>.provider-icon{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border-radius:999px!important;justify-self:center!important}.nearby-center-meta{min-width:0!important;display:grid!important;gap:3px!important}.nearby-center-meta strong{color:#111827!important;font-size:15px!important;line-height:1.15!important;font-weight:950!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.nearby-center-meta small{color:#64748b!important;font-size:11px!important;line-height:1.15!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.nearby-center-list>button>em{min-width:48px!important;display:block!important;text-align:right!important;color:#0f766e!important;font-style:normal!important;white-space:nowrap!important}.nearby-center-list>button>em b{color:#0f766e!important;font-size:14px!important;font-weight:950!important}.nearby-center-list>button>em span{display:none!important}.nearby-branch-more-button{margin-top:auto!important;height:42px!important;min-height:42px!important;border-radius:9px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important;font-size:14px!important;font-weight:900!important}.nearby-map-canvas{position:relative!important;width:100%!important;max-width:none!important;min-width:0!important;padding:14px!important;overflow:hidden!important}.nearby-map-toolbar{position:absolute!important;top:22px!important;left:0!important;right:0!important;z-index:15!important;display:flex!important;justify-content:center!important;pointer-events:none!important;margin:0!important;padding:0!important}.nearby-radius-control{display:inline-flex!important;gap:8px!important;padding:0!important;border:0!important;background:transparent!important}.nearby-radius-control button{height:32px!important;min-height:32px!important;padding:0 14px!important;border-radius:999px!important;border:1px solid #e5e7eb!important;background:#fffffff0!important;color:#111827!important;box-shadow:0 4px 14px #0f172a1f!important;font-size:12px!important;font-weight:950!important}.nearby-radius-control button.active{border-color:var(--radius-color, #14b8a6)!important;color:var(--radius-color, #14b8a6)!important}.nearby-radius-control .radius-range-icon,.nearby-mobile-map-toggle{display:none!important}.nearby-map-canvas .google-map-card{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;border:0!important;border-radius:10px!important;box-shadow:none!important;overflow:hidden!important}.nearby-map-canvas .google-map-card>div:first-child{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.map-marker-legend{left:22px!important;bottom:18px!important;right:auto!important;max-width:calc(100% - 44px)!important;padding:8px 12px!important;border-radius:999px!important;background:#ffffffeb!important;border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 8px 18px #0f172a1f!important;font-size:12px!important;font-weight:850!important;gap:18px!important}.selected-branch-summary-card{padding:22px 20px!important;display:flex!important;flex-direction:column!important;gap:16px!important}.summary-card-kicker{color:#111827!important;font-size:20px!important;line-height:1.15!important;font-weight:950!important}.summary-branch-title{padding:18px 14px!important;border:1px solid #e5e7eb!important;border-radius:12px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;align-items:center!important}.summary-branch-title .provider-icon{width:52px!important;height:52px!important;min-width:52px!important;padding:0!important;border-radius:999px!important;font-size:12px!important}.summary-branch-title strong{display:block!important;color:#111827!important;font-size:18px!important;line-height:1.2!important;font-weight:950!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.summary-branch-title small{margin-top:7px!important;color:#111827!important;font-size:13px!important;font-weight:850!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.summary-branch-title small b{padding:3px 7px!important;border-radius:999px!important;background:#ccfbf1!important;color:#0f766e!important;font-size:10px!important;font-weight:950!important}.summary-branch-stats{margin:0!important;padding:16px 18px!important;border:1px solid #ccfbf1!important;border-radius:12px!important;background:#f0fdfa!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important}.summary-branch-stats div{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;display:grid!important;gap:2px!important}.summary-branch-stats div:nth-child(1),.summary-branch-stats div:nth-child(5){display:none!important}.summary-branch-stats div:nth-child(2){grid-row:1 / span 3!important;align-content:center!important;border-right:1px solid #99f6e4!important;padding-right:18px!important;margin-right:18px!important}.summary-branch-stats dt{color:#111827!important;font-size:12px!important;font-weight:850!important}.summary-branch-stats dd{margin:0!important;color:#0f766e!important;font-size:14px!important;font-weight:950!important}.summary-branch-stats div:nth-child(2) dd{font-size:30px!important;letter-spacing:0!important}.summary-branch-stats div:nth-child(4) dt,.summary-branch-stats div:nth-child(4) dd{color:#f59e0b!important}.summary-branch-actions{margin-top:auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.summary-branch-actions a,.summary-branch-actions button{height:42px!important;min-height:42px!important;border-radius:8px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:900!important}.summary-branch-actions a:first-child{border-color:#e5e7eb!important;background:#fff!important;color:#111827!important}.summary-branch-actions .summary-branch-wide-action{grid-column:1 / -1!important;border-color:#14b8a6!important;color:#0f766e!important;background:#fff!important}.section.results-section{margin-top:12px!important;padding:18px 14px 20px!important;border-radius:14px!important}.section.results-section .section-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:14px!important}.section.results-section .section-header .eyebrow,.section.results-section .section-header .result-progress{display:none!important}.section.results-section .section-header h2{margin:0!important;color:#111827!important;font-size:20px!important;line-height:1.2!important;font-weight:950!important}.section.results-section .section-header h2 strong{color:#0f766e!important}.result-selected-context{display:inline-block!important;margin:0 0 0 12px!important;color:#64748b!important;font-size:12px!important;font-weight:800!important}.section.results-section .sort-select{height:36px!important;min-width:118px!important;border-radius:9px!important;border:1px solid #e5e7eb!important;background:#fff!important;font-size:13px!important;font-weight:900!important}.branch-course-groups{display:grid!important;gap:16px!important}.branch-course-group{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.branch-course-group-header{display:none!important}.branch-class-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(n+7){display:none!important}.branch-course-group:not(.is-expanded) .branch-class-grid .class-card:nth-child(-n+6),.branch-course-group.is-expanded .branch-class-grid .class-card,.branch-course-group .branch-class-grid .class-card{display:flex!important}.class-card{min-height:266px!important;height:266px!important;border-radius:9px!important;border:1px solid #e5e7eb!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important;display:flex!important;flex-direction:column!important}.class-card:hover{transform:none!important;box-shadow:0 10px 24px #0f172a1a!important}.class-thumb{flex:0 0 70px!important;height:70px!important;min-height:70px!important;border-radius:0!important}.class-thumb .course-image,.class-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.status-badge{top:8px!important;left:8px!important;min-height:22px!important;padding:0 7px!important;border-radius:999px!important;font-size:11px!important;font-weight:950!important}.favorite-button{top:8px!important;right:8px!important;width:30px!important;height:30px!important;min-height:30px!important;border-radius:999px!important;background:#ffffffeb!important}.class-body{flex:1 1 auto!important;min-height:0!important;padding:9px 12px 10px!important;display:flex!important;flex-direction:column!important}.class-title-row h3{min-height:36px!important;max-height:36px!important;margin:0!important;color:#111827!important;font-size:14px!important;line-height:1.28!important;font-weight:950!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.class-compact-meta{min-height:54px!important;max-height:54px!important;margin:7px 0 0!important;display:grid!important;gap:2px!important;overflow:hidden!important}.class-compact-meta li{min-height:0!important;color:#334155!important;font-size:11px!important;line-height:1.22!important;gap:5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.class-compact-meta li.meta-instructor,.class-compact-meta li.meta-category{display:none!important}.class-price-block{min-height:20px!important;margin:6px 0 0!important;display:flex!important;align-items:baseline!important;gap:4px!important}.class-price-block strong{color:#0f766e!important;font-size:15px!important;line-height:1.1!important;font-weight:950!important}.class-price-block span{color:#64748b!important;font-size:10px!important;white-space:nowrap!important}.class-center-line{min-height:22px!important;margin:5px 0 8px!important;display:flex!important;align-items:center!important;gap:5px!important;color:#64748b!important;font-size:11px!important;line-height:1.1!important}.class-center-line .class-provider-icon{width:22px!important;height:22px!important;min-width:22px!important;padding:0!important;border-radius:999px!important;font-size:8px!important}.class-center-line>span:last-child{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.class-actions{margin-top:auto!important;display:grid!important;grid-template-columns:1fr 1.15fr!important;gap:8px!important}.class-actions button{height:30px!important;min-height:30px!important;border-radius:8px!important;font-size:12px!important;font-weight:950!important}.compare-action{background:#fff!important;border:1px solid #e5e7eb!important;color:#111827!important}.apply-action{background:#14b8a6!important;border:1px solid #14b8a6!important;color:#fff!important}.branch-course-group-footer{display:flex!important;justify-content:center!important;margin-top:20px!important}.branch-course-group-toggle{width:min(320px,100%)!important;height:36px!important;min-height:36px!important;border-radius:9px!important;border:1px solid #14b8a6!important;color:#0f766e!important;background:#fff!important;font-weight:950!important}@media (max-width: 1320px){.site-header .topbar.header-inner,.header-inner,.layout{width:min(100% - 28px,1496px)!important}.main-quick-filter-list{grid-template-columns:1fr!important}.filter-panel{min-height:188px!important}.dashboard-detail-filter-card{border-left:0!important;padding-left:0!important}.nearby-map-layout{grid-template-columns:360px minmax(0,1fr)!important}.selected-branch-summary-card{grid-column:1 / -1!important;height:auto!important;min-height:220px!important;max-height:none!important}.branch-class-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width: 900px){.site-header .topbar.header-inner,.header-inner{min-height:112px!important;grid-template-columns:auto 1fr!important;gap:8px 12px!important;padding:10px 0!important}.header-inner .search-bar{grid-column:1 / -1!important;grid-row:2!important}.header-inner .utility-nav{gap:10px!important}.header-inner .utility-nav button span:not(.notification-badge),.header-inner .user-session-badge{display:none!important}.filter-panel{min-height:0!important}.dashboard-primary-filter-card,.dashboard-detail-filter-card,.nearby-map-layout{grid-template-columns:1fr!important;height:auto!important;min-height:0!important;max-height:none!important}.dashboard-category-section{border-left:0!important;padding-left:0!important}.dashboard-detail-section{grid-template-columns:repeat(2,minmax(0,1fr))!important}.filter-panel-actions{grid-column:1 / -1!important}.filter-panel-actions>div{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.filter-detail-button,.filter-reset-button,.filter-apply-button{min-width:0!important;padding:0 8px!important}.nearby-center-list,.nearby-map-canvas{height:auto!important;min-height:0!important;max-height:none!important}.nearby-map-canvas{height:320px!important;min-height:320px!important}.nearby-map-layout:not(.map-open) .nearby-map-canvas{height:70px!important;min-height:70px!important}.nearby-map-layout:not(.map-open) .google-map-card,.nearby-map-layout:not(.map-open) .map-marker-legend{display:none!important}.nearby-mobile-map-toggle{display:inline-flex!important;height:42px!important;padding:0 16px!important;border-radius:999px!important;background:#14b8a6!important;color:#fff!important;font-weight:950!important}.branch-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 640px){.site-header .topbar.header-inner,.header-inner,.layout{width:min(100% - 16px,1496px)!important}.dashboard-detail-section{grid-template-columns:1fr!important}.dashboard-category-chips{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:2px!important}.nearby-center-list>button{grid-template-columns:36px minmax(0,1fr) auto 12px!important}.branch-class-grid{grid-template-columns:1fr!important}.class-card{height:auto!important;min-height:284px!important}}.main-content{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"nearby" "results"!important;gap:12px!important;align-items:start!important}.main-content>.nearby-map-section{grid-area:nearby!important;order:0!important}.main-content>.section.results-section{grid-area:results!important;order:1!important}.nearby-map-layout{grid-template-areas:"branches map summary"!important}.nearby-center-list{grid-area:branches!important}.nearby-map-canvas{grid-area:map!important}.selected-branch-summary-card{grid-area:summary!important}.dashboard-primary-filter-card{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:18px!important;width:100%!important}.dashboard-primary-filter-card>.dashboard-filter-section:first-child{flex:0 0 330px!important;width:330px!important;min-width:330px!important}.dashboard-primary-filter-card>.dashboard-category-section{flex:1 1 auto!important;min-width:0!important;align-self:flex-start!important}.filter-panel-actions>div{display:flex!important;grid-template-columns:none!important;width:auto!important;justify-content:flex-end!important}.filter-detail-button,.filter-reset-button,.filter-apply-button{width:auto!important;max-width:none!important;flex:0 0 auto!important}.filter-apply-button{min-width:86px!important}@media (max-width: 1320px){.nearby-map-layout{grid-template-areas:"branches map" "summary summary"!important}.dashboard-primary-filter-card{display:grid!important;grid-template-columns:1fr!important}.dashboard-primary-filter-card>.dashboard-filter-section:first-child{width:auto!important;min-width:0!important;flex-basis:auto!important}.dashboard-category-section{border-left:0!important;padding-left:0!important}}@media (max-width: 900px){.nearby-map-layout{grid-template-areas:"branches" "map" "summary"!important}}body .layout,body .site-header .topbar.header-inner,body .header-inner{width:calc(100vw - 40px)!important;max-width:1496px!important}.sidebar-shell,.sidebar,.main-content,.filter-panel,.nearby-map-section,.section.results-section{margin-left:0!important;margin-right:0!important}.dashboard-detail-section{grid-template-columns:repeat(5,minmax(94px,1fr))!important}.dashboard-detail-section .main-quick-filter-chip small{min-width:0!important;max-width:100%!important;overflow:visible!important;text-overflow:clip!important}@media (max-width: 1320px){body .layout,body .site-header .topbar.header-inner,body .header-inner{width:calc(100vw - 28px)!important}}@media (max-width: 640px){body .site-header .topbar.header-inner,body .header-inner{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important}body .layout{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important}body .layout{padding:12px 0 24px!important;margin:0 auto 20px!important}body .sidebar-shell,body .main-content,body .nearby-map-section,body .nearby-map-layout,body .nearby-center-list,body .nearby-map-canvas,body .selected-branch-summary-card,body .section.results-section{width:100%!important;max-width:100%!important}}.dashboard-detail-filter-card{display:flex!important;flex-direction:row!important;align-items:end!important;justify-content:flex-end!important;gap:10px!important}.dashboard-detail-section{flex:1 1 auto!important;min-width:0!important;display:flex!important;align-items:end!important;justify-content:flex-end!important;gap:8px!important}.dashboard-detail-section .main-quick-filter{flex:0 0 84px!important;width:84px!important;min-width:84px!important}.dashboard-detail-section>.main-quick-filter:nth-of-type(5){display:none!important}.dashboard-detail-section>.main-quick-filter:nth-of-type(6){flex-basis:98px!important;width:98px!important;min-width:98px!important}.dashboard-detail-section .main-quick-filter-chip{padding-left:10px!important;padding-right:20px!important}.filter-panel-actions{flex:0 0 auto!important}.filter-panel-actions>div{gap:8px!important}.filter-detail-button,.filter-reset-button{min-width:76px!important;padding:0 12px!important}.filter-apply-button{min-width:84px!important;padding:0 14px!important}.mooncen-filter-sidebar{width:100%!important}.mooncen-filter-bar{display:grid!important;grid-template-columns:330px minmax(320px,340px) minmax(0,1fr)!important;gap:18px!important;align-items:center!important;min-height:110px!important;padding:16px 18px!important}.mooncen-filter-scope,.mooncen-filter-category,.mooncen-filter-detail{min-width:0!important}.mooncen-filter-category,.mooncen-filter-detail{border-left:1px solid #e5e7eb!important;padding-left:18px!important}.mooncen-filter-title{display:block!important;margin:0 0 8px!important;color:#111827!important;font-size:13px!important;font-weight:950!important;line-height:1!important}.mooncen-filter-detail{display:flex!important;align-items:end!important;justify-content:flex-end!important;gap:12px!important}.mooncen-filter-controls{flex:1 1 auto!important;min-width:0!important;display:flex!important;align-items:end!important;justify-content:flex-end!important;gap:8px!important}.mooncen-filter-controls .main-quick-filter{flex:0 0 84px!important;width:84px!important;min-width:84px!important;position:relative!important}.mooncen-filter-controls .main-quick-filter:last-child{flex-basis:100px!important;width:100px!important;min-width:100px!important}.mooncen-filter-controls .main-quick-filter-chip{width:100%!important;height:44px!important;min-height:44px!important;padding:5px 20px 5px 10px!important;border-radius:9px!important;border:1px solid #e5e7eb!important;background:#fff!important;box-shadow:none!important}.mooncen-filter-controls .main-quick-filter-chip span{color:#111827!important;font-size:12px!important;line-height:1.1!important;font-weight:900!important}.mooncen-filter-controls .main-quick-filter-chip small{display:block!important;margin-top:3px!important;max-width:none!important;color:#111827!important;font-size:12px!important;line-height:1.1!important;font-weight:850!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.mooncen-filter-controls .main-quick-filter-menu,.mooncen-filter-controls .main-quick-calendar{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;z-index:2200!important;min-width:220px!important;width:max-content!important;max-width:360px!important;max-height:none!important;overflow:visible!important;padding:10px!important;border-radius:14px!important;border:1px solid #d1fae5!important;background:#fff!important;box-shadow:0 18px 42px #0f172a2e!important}.mooncen-filter-actions{flex:0 0 auto!important;display:flex!important;align-items:end!important;gap:8px!important}.mooncen-filter-actions .filter-detail-button,.mooncen-filter-actions .filter-reset-button,.mooncen-filter-actions .filter-apply-button{width:auto!important;height:44px!important;min-height:44px!important;border-radius:9px!important;font-size:13px!important;font-weight:950!important;white-space:nowrap!important}.mooncen-filter-actions .filter-detail-button,.mooncen-filter-actions .filter-reset-button{min-width:76px!important;padding:0 12px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important}.mooncen-filter-actions .filter-apply-button{min-width:84px!important;padding:0 14px!important;border:1px solid #14b8a6!important;background:#14b8a6!important;color:#fff!important;box-shadow:0 8px 18px #14b8a638!important}@media (max-width: 1320px){.mooncen-filter-bar{grid-template-columns:1fr!important;align-items:stretch!important}.mooncen-filter-category,.mooncen-filter-detail{border-left:0!important;padding-left:0!important}}@media (max-width: 900px){.mooncen-filter-detail,.mooncen-filter-controls,.mooncen-filter-actions{flex-wrap:wrap!important;justify-content:flex-start!important}.mooncen-filter-controls .main-quick-filter{flex:1 1 120px!important;width:auto!important}}.app{padding-top:0!important}body .layout,.layout{margin-top:12px!important}.header-inner .brand,.site-header .brand,.site-header .brand-button{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:190px!important;min-width:190px!important;height:56px!important;opacity:1!important;visibility:visible!important;overflow:visible!important}.header-inner .brand-logo,.site-header .brand-logo{display:block!important;width:auto!important;height:46px!important;max-height:46px!important;opacity:1!important;visibility:visible!important;object-fit:contain!important}.site-header .brand-button{position:relative!important}.site-header .brand-button:not(.logo-loaded) .brand-logo{opacity:0!important}.site-header .brand-button.logo-loaded .brand-logo{opacity:1!important}.brand-logo-fallback{position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;display:grid!important;gap:0!important;color:#111827!important;font-weight:950!important;line-height:1!important;letter-spacing:0!important;pointer-events:none!important}.brand-logo-fallback strong{display:block!important;font-size:27px!important;letter-spacing:0!important}.brand-logo-fallback small{display:block!important;margin-top:3px!important;color:#0f766e!important;font-size:11px!important;font-weight:900!important;text-align:center!important}.site-header .brand-button.logo-loaded .brand-logo-fallback{display:none!important}.filter-panel.mooncen-filter-bar,.mooncen-filter-bar{height:110px!important;min-height:110px!important;max-height:110px!important;align-items:start!important;overflow:visible!important}.nearby-map-section{margin-top:0!important}.filter-panel.mooncen-filter-bar,.mooncen-filter-bar{grid-template-columns:330px 370px minmax(0,1fr)!important;min-height:106px!important;padding:14px 18px!important}.mooncen-filter-title{margin-bottom:7px!important}.dashboard-category-chips{gap:4px!important}.dashboard-category-chips button{height:26px!important;min-height:26px!important;padding:0 9px!important;font-size:12px!important}.filter-mode-selector,.filter-mode-selector button{height:54px!important;min-height:54px!important}.filter-mode-selector button{padding:7px 9px!important}.filter-mode-selector .scope-icon{width:34px!important;height:34px!important}@media (max-width: 1320px){.filter-panel.mooncen-filter-bar,.mooncen-filter-bar{grid-template-columns:1fr!important;min-height:0!important}}.mooncen-filter-scope .filter-mode-selector{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:6px!important;width:100%!important;height:54px!important;min-height:54px!important}.mooncen-filter-scope .filter-mode-selector button{position:relative!important;display:grid!important;grid-template-columns:36px minmax(0,1fr) 14px!important;grid-template-rows:1fr 1fr!important;column-gap:7px!important;row-gap:0!important;align-items:center!important;justify-items:start!important;width:100%!important;min-width:0!important;height:54px!important;min-height:54px!important;padding:7px 9px!important;overflow:hidden!important}.mooncen-filter-scope .filter-mode-selector button:before{content:none!important;display:none!important}.mooncen-filter-scope .filter-mode-selector .scope-icon{grid-column:1!important;grid-row:1 / 3!important;align-self:center!important;justify-self:center!important;width:32px!important;height:32px!important;min-width:32px!important;margin:0!important;position:static!important;transform:none!important}.mooncen-filter-scope .filter-mode-selector .scope-icon svg{width:100%!important;height:100%!important;display:block!important}.mooncen-filter-scope .filter-mode-selector strong,.mooncen-filter-scope .filter-mode-selector small{grid-column:2!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:left!important}.mooncen-filter-scope .filter-mode-selector strong{grid-row:1!important;align-self:end!important;font-size:13px!important;line-height:1.05!important}.mooncen-filter-scope .filter-mode-selector small{grid-row:2!important;align-self:start!important;font-size:10px!important;line-height:1.1!important}.mooncen-filter-scope .filter-mode-selector button.active:after{content:""!important;position:static!important;grid-column:3!important;grid-row:1 / 3!important;align-self:center!important;justify-self:end!important;width:10px!important;height:10px!important;border-radius:999px!important;background:#14b8a6!important;box-shadow:0 0 0 3px #ccfbf1!important;transform:none!important}.nearby-map-toolbar .nearby-radius-control{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;padding:3px!important;border-radius:999px!important;background:#ffffffe0!important;box-shadow:0 6px 18px #0f172a14!important}.nearby-map-toolbar .nearby-radius-control button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:58px!important;max-width:none!important;height:30px!important;min-height:30px!important;padding:0 12px!important;border-radius:999px!important;overflow:visible!important}.nearby-map-toolbar .nearby-radius-control .radius-range-icon{display:none!important}.nearby-map-toolbar .nearby-radius-control button span{display:inline!important;width:auto!important;min-width:0!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;font-size:13px!important;line-height:1!important;font-weight:900!important}.nearby-center-list .provider-icon-small.provider-icon-long-label .provider-icon-label,.nearby-center-list>button>.provider-icon.provider-icon-long-label .provider-icon-label{font-size:8px!important;line-height:1!important;letter-spacing:-.03em!important;transform:scaleX(.9)!important;transform-origin:center!important}.provider-icon-small.provider-icon-galleria .provider-icon-label{font-size:8px!important;letter-spacing:-.04em!important;transform:scaleX(.88)!important;transform-origin:center!important}.nearby-center-list{overflow:hidden!important}.nearby-center-list-body{flex:1 1 auto!important;min-height:0!important;width:100%!important;display:grid!important;align-content:start!important;gap:8px!important;overflow-x:hidden!important;overflow-y:auto!important;padding-right:3px!important;scrollbar-width:thin!important;scrollbar-color:rgba(20,184,166,.32) transparent!important}.nearby-center-list-body::-webkit-scrollbar{width:6px!important}.nearby-center-list-body::-webkit-scrollbar-track{background:transparent!important}.nearby-center-list-body::-webkit-scrollbar-thumb{background:#14b8a647!important;border-radius:999px!important}.nearby-center-list-body>button{width:100%!important;min-height:54px!important;height:54px!important;padding:7px 10px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) auto 16px!important;gap:8px!important;align-items:center!important;border:1px solid #e5e7eb!important;border-radius:9px!important;background:#fff!important}.nearby-center-list-body>button:after{content:"›"!important;color:#94a3b8!important;font-size:20px!important;line-height:1!important}.nearby-center-list-body>button.map-active,.nearby-center-list-body>button[aria-current=true],.nearby-center-list-body>button:hover,.nearby-center-list-body>button.map-hover{border-color:#5eead4!important;background:#ecfdf5!important;box-shadow:inset 0 0 0 1px #14b8a62e!important}.nearby-center-list-body>button>.provider-icon{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border-radius:999px!important;justify-self:center!important}.nearby-center-list-body>button>em{min-width:48px!important;display:block!important;text-align:right!important;color:#0f766e!important;font-style:normal!important;white-space:nowrap!important}.nearby-center-list-body>button>em b{color:#0f766e!important;font-size:14px!important;font-weight:950!important}.nearby-center-list-body>p{margin:36px 0 0!important;color:#334155!important;font-size:13px!important;line-height:1.45!important}.nearby-center-list .nearby-branch-more-button{flex:0 0 auto!important}.nearby-center-list-body{gap:6px!important}.nearby-center-list-body>button{min-height:46px!important;height:46px!important;padding:5px 8px!important;grid-template-columns:34px minmax(0,1fr) auto 12px!important;gap:6px!important}.nearby-center-list-body>button>.provider-icon{width:30px!important;height:30px!important;min-width:30px!important}.nearby-center-list-body .nearby-center-meta{min-width:0!important;display:flex!important;flex-direction:row!important;align-items:baseline!important;gap:6px!important;overflow:hidden!important}.nearby-center-list-body .nearby-center-meta strong{flex:1 1 auto!important;min-width:0!important;color:#111827!important;font-size:14px!important;line-height:1.1!important;font-weight:950!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.nearby-center-list-body .nearby-center-meta small{flex:0 0 auto!important;max-width:54px!important;color:#64748b!important;font-size:11px!important;line-height:1!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.nearby-center-list-body>button>em{min-width:42px!important}.nearby-center-list-body>button>em b{font-size:13px!important}.nearby-map-canvas{position:relative!important;height:400px!important;min-height:400px!important;max-height:400px!important;padding:0!important;overflow:hidden!important;border:1px solid #e5e7eb!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 24px #0f172a0f!important}.nearby-map-canvas .google-map-card,.nearby-map-canvas>.map-card:not(.google-map-card){position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;border:0!important;border-radius:14px!important;background:#eef7f4!important;box-shadow:none!important;overflow:hidden!important}.nearby-map-canvas .google-map-card>div:first-child{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:0!important}.nearby-map-canvas .google-map-card .gm-style,.nearby-map-canvas .google-map-card .gm-style>div:first-child{width:100%!important;height:100%!important}.nearby-map-toolbar{position:absolute!important;top:14px!important;left:0!important;right:0!important;z-index:30!important;display:flex!important;justify-content:center!important;pointer-events:none!important;margin:0!important;padding:0!important}.nearby-map-toolbar h2{display:none!important}.nearby-map-actions,.nearby-radius-control,.nearby-radius-control button{pointer-events:auto!important}.map-visible-range-frame,.map-visible-range-label{display:none!important}.map-marker-legend{position:absolute!important;left:14px!important;right:auto!important;bottom:12px!important;z-index:20!important;max-width:calc(100% - 28px)!important;min-height:34px!important;padding:7px 10px!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:9px 12px!important;border:1px solid rgba(226,232,240,.92)!important;border-radius:999px!important;background:#fffffff0!important;box-shadow:0 8px 18px #0f172a1f!important;color:#111827!important;font-size:11px!important;font-weight:850!important;line-height:1!important}.map-marker-legend .legend-item{display:inline-flex!important;align-items:center!important;gap:5px!important;min-width:0!important;white-space:nowrap!important}.map-marker-legend .legend-dot{width:10px!important;height:10px!important;border-radius:999px!important;border:2px solid var(--legend-color, #14b8a6)!important;background:#fff!important;box-shadow:0 0 0 1px #ffffffe6!important}.map-marker-legend .legend-heart{width:16px!important;height:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;color:#f43f5e!important;background:transparent!important;font-size:14px!important;line-height:1!important}.map-marker-legend .legend-urgent{width:10px!important;height:10px!important;border-radius:999px!important;border:0!important;background:#ef4444!important}.mooncen-filter-scope{min-width:0!important}.mooncen-filter-scope .filter-mode-selector{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.mooncen-filter-scope .filter-mode-selector button{grid-template-columns:36px minmax(0,1fr) 10px!important;height:54px!important;min-height:54px!important;padding:7px 8px!important;column-gap:6px!important;overflow:hidden!important}.mooncen-filter-scope .filter-mode-selector .scope-icon{width:32px!important;height:32px!important;min-width:32px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(20,184,166,.24)!important;background:#ecfdf5!important;box-shadow:none!important;overflow:hidden!important}.mooncen-filter-scope .filter-mode-selector .scope-icon img{width:24px!important;height:24px!important;display:block!important;object-fit:contain!important}.mooncen-filter-scope .filter-mode-selector strong,.mooncen-filter-scope .filter-mode-selector small{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;letter-spacing:0!important}.mooncen-filter-scope .filter-mode-selector strong{font-size:13px!important;line-height:1.05!important}.mooncen-filter-scope .filter-mode-selector small{font-size:9px!important;line-height:1.05!important;color:#64748b!important}.mooncen-filter-scope .filter-mode-selector button.active .scope-icon{border-color:#14b8a68a!important;background:#ccfbf1!important}.mooncen-filter-scope .filter-mode-selector button.active:after{width:8px!important;height:8px!important;box-shadow:none!important}@media (max-width: 900px){.nearby-map-canvas{height:320px!important;min-height:320px!important;max-height:320px!important}.nearby-map-layout:not(.map-open) .nearby-map-canvas{height:70px!important;min-height:70px!important}.nearby-map-layout:not(.map-open) .google-map-card,.nearby-map-layout:not(.map-open) .map-marker-legend{display:none!important}.map-marker-legend{left:10px!important;bottom:10px!important;max-width:calc(100% - 20px)!important;border-radius:14px!important;font-size:10px!important}}body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{box-sizing:border-box!important;width:100%!important;display:grid!important;grid-template-columns:minmax(310px,330px) minmax(300px,1fr) minmax(620px,1.55fr)!important;gap:18px!important;align-items:stretch!important;min-height:112px!important;padding:16px 22px!important;border:1px solid #e5e7eb!important;border-radius:18px!important;background:#fff!important;box-shadow:0 4px 18px #0f172a0f!important;overflow:visible!important}body .mooncen-filter-scope,body .mooncen-filter-category,body .mooncen-filter-detail{min-width:0!important;align-self:stretch!important}body .mooncen-filter-category,body .mooncen-filter-detail{border-left:1px solid #e5e7eb!important;padding-left:18px!important}body .mooncen-filter-title{display:block!important;margin:0 0 9px!important;color:#111827!important;font-size:13px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important}body .mooncen-filter-scope .filter-mode-selector{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;align-items:stretch!important}body .mooncen-filter-scope .filter-mode-selector button{box-sizing:border-box!important;display:grid!important;grid-template-columns:36px minmax(0,1fr) 14px!important;align-items:center!important;column-gap:8px!important;height:58px!important;min-height:58px!important;padding:8px 9px!important;border:1px solid #e5e7eb!important;border-radius:10px!important;background:#fff!important;color:#111827!important;overflow:hidden!important}body .mooncen-filter-scope .filter-mode-selector button:before{content:none!important;display:none!important}body .mooncen-filter-scope .filter-mode-selector button.active{border-color:#14b8a6!important;background:#ecfdf5!important;box-shadow:inset 0 0 0 1px #14b8a61f!important}body .mooncen-filter-scope .filter-mode-selector button.active:after{content:""!important;position:static!important;justify-self:end!important;width:14px!important;height:14px!important;border-radius:999px!important;background:#14b8a6!important;box-shadow:inset 0 0 0 4px #ccfbf1!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon{width:34px!important;height:34px!important;min-width:34px!important;border-radius:10px!important;border:1px solid rgba(20,184,166,.22)!important;background:#ccfbf1!important;overflow:hidden!important;box-shadow:none!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon img{width:28px!important;height:28px!important;object-fit:contain!important}body .mooncen-filter-scope .filter-mode-selector strong,body .mooncen-filter-scope .filter-mode-selector small{display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;letter-spacing:0!important}body .mooncen-filter-scope .filter-mode-selector strong{font-size:13px!important;font-weight:900!important;line-height:1.15!important}body .mooncen-filter-scope .filter-mode-selector small{margin-top:3px!important;color:#64748b!important;font-size:9px!important;font-weight:700!important;line-height:1.1!important}body .mooncen-filter-category{display:flex!important;flex-direction:column!important;justify-content:flex-start!important}body .dashboard-category-chips{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;align-content:flex-start!important;gap:7px!important;max-height:72px!important;overflow:visible!important}body .dashboard-category-chips button{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;height:32px!important;min-height:32px!important;max-width:96px!important;padding:0 11px!important;border:1px solid #e5e7eb!important;border-radius:999px!important;background:#fff!important;color:#111827!important;font-size:12px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body .dashboard-category-chips button.active,body .dashboard-category-chips button:hover,body .dashboard-category-chips button:focus-visible{border-color:#14b8a6!important;background:#ccfbf1!important;color:#0f766e!important}body .dashboard-category-chips .category-icon{width:16px!important;height:16px!important;min-width:16px!important;border:0!important;background:transparent!important}body .dashboard-category-chips .category-icon svg{width:16px!important;height:16px!important}body .dashboard-category-chips .category-more-button{max-width:none!important;padding:0 12px!important}body .mooncen-filter-detail{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:12px!important;padding-top:18px!important}body .mooncen-filter-controls{min-width:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(74px,86px)) minmax(94px,112px)!important;gap:8px!important;align-items:end!important;justify-content:end!important}body .mooncen-filter-controls .main-quick-filter{position:relative!important;width:auto!important;min-width:0!important;max-width:none!important}body .mooncen-filter-controls .main-quick-filter-chip{position:relative!important;box-sizing:border-box!important;width:100%!important;height:38px!important;min-height:38px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 24px 0 12px!important;border:1px solid #e5e7eb!important;border-radius:9px!important;background:#fff!important;color:#111827!important;box-shadow:none!important;overflow:visible!important}body .mooncen-filter-controls .main-quick-filter-chip:after{right:9px!important;top:50%!important;transform:translateY(-50%)!important;color:#64748b!important}body .mooncen-filter-controls .main-quick-filter-chip span{position:absolute!important;left:0!important;top:-19px!important;color:#111827!important;font-size:12px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;pointer-events:none!important}body .mooncen-filter-controls .main-quick-filter-chip small{display:block!important;width:100%!important;min-width:0!important;color:#111827!important;font-size:12px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body .mooncen-filter-controls .main-quick-filter-chip.active{border-color:#14b8a6!important;background:#ecfdf5!important}body .mooncen-filter-controls .main-quick-filter-menu,body .mooncen-filter-controls .main-quick-calendar,body .branch-quick-filter-menu.main-quick-filter-menu{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;z-index:3000!important;min-width:220px!important;width:max-content!important;max-width:360px!important;max-height:none!important;overflow:visible!important;padding:10px!important;border:1px solid #d1fae5!important;border-radius:14px!important;background:#fff!important;box-shadow:0 18px 42px #0f172a2e!important}body .mooncen-filter-actions{display:flex!important;align-items:end!important;gap:8px!important;padding-top:0!important}body .mooncen-filter-actions .filter-detail-button,body .mooncen-filter-actions .filter-reset-button,body .mooncen-filter-actions .filter-apply-button{box-sizing:border-box!important;height:38px!important;min-height:38px!important;border-radius:9px!important;font-size:13px!important;font-weight:900!important;white-space:nowrap!important}body .mooncen-filter-actions .filter-detail-button,body .mooncen-filter-actions .filter-reset-button{min-width:76px!important;padding:0 12px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:#111827!important}body .mooncen-filter-actions .filter-apply-button{min-width:86px!important;padding:0 15px!important;border:1px solid #14b8a6!important;background:#14b8a6!important;color:#fff!important;box-shadow:0 8px 18px #14b8a638!important}@media (max-width: 1480px){body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{grid-template-columns:minmax(300px,340px) minmax(300px,1fr)!important}body .mooncen-filter-detail{grid-column:1 / -1!important;border-left:0!important;border-top:1px solid #e5e7eb!important;padding:18px 0 0!important}}@media (max-width: 900px){body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{display:flex!important;flex-direction:column!important;min-height:0!important;padding:14px!important}body .mooncen-filter-category,body .mooncen-filter-detail{border-left:0!important;border-top:1px solid #e5e7eb!important;padding:14px 0 0!important}body .mooncen-filter-detail,body .mooncen-filter-controls,body .mooncen-filter-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important}body .mooncen-filter-controls .main-quick-filter{flex:1 1 88px!important}}body .nearby-center-list{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:8px!important;padding:18px 14px 14px!important;overflow:hidden!important}body .nearby-center-list .nearby-list-heading{flex:0 0 auto!important;margin:0 0 8px!important}body .nearby-center-list .nearby-list-heading h2{font-size:20px!important;line-height:1.15!important}body .nearby-center-list .nearby-list-heading p{font-size:12px!important;line-height:1.25!important}body .nearby-center-list .nearby-center-list-body{flex:0 0 auto!important;width:100%!important;max-height:234px!important;display:grid!important;align-content:start!important;gap:6px!important;padding-right:0!important;overflow:hidden!important;scrollbar-width:none!important}body .nearby-center-list .nearby-center-list-body::-webkit-scrollbar{width:0!important;height:0!important}body .nearby-center-list:has(.nearby-branch-collapse-button) .nearby-center-list-body{flex:1 1 auto!important;max-height:none!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:4px!important;scrollbar-width:thin!important;scrollbar-color:rgba(20,184,166,.32) transparent!important}body .nearby-center-list:has(.nearby-branch-collapse-button) .nearby-center-list-body::-webkit-scrollbar{width:6px!important}body .nearby-center-list:has(.nearby-branch-collapse-button) .nearby-center-list-body::-webkit-scrollbar-thumb{background:#14b8a647!important;border-radius:999px!important}body .nearby-center-list .nearby-center-list-body>button{box-sizing:border-box!important;width:100%!important;height:42px!important;min-height:42px!important;padding:5px 8px!important;display:grid!important;grid-template-columns:30px minmax(0,1fr) auto 10px!important;gap:6px!important;align-items:center!important;border-radius:8px!important}body .nearby-center-list .nearby-center-list-body>button>.provider-icon{box-sizing:border-box!important;width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;flex:0 0 28px!important;padding:0!important;border-radius:999px!important;overflow:hidden!important}body .nearby-center-list .nearby-center-list-body>button>.provider-icon .provider-icon-label{width:100%!important;max-width:100%!important;height:100%!important;overflow:hidden!important;text-overflow:clip!important;white-space:nowrap!important;font-size:9px!important;line-height:1!important;letter-spacing:-.02em!important}body .nearby-center-list .nearby-center-list-body>button>.provider-icon-emart .provider-icon-label{font-size:8px!important;letter-spacing:-.04em!important}body .nearby-center-list .nearby-center-list-body .nearby-center-meta{min-width:0!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;overflow:hidden!important}body .nearby-center-list .nearby-center-list-body .nearby-center-meta strong{flex:1 1 auto!important;min-width:0!important;max-width:none!important;font-size:13px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body .nearby-center-list .nearby-center-list-body .nearby-center-meta small{flex:0 0 auto!important;max-width:56px!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important}body .nearby-center-list .nearby-center-list-body>button>em{min-width:38px!important;max-width:52px!important;text-align:right!important;white-space:nowrap!important}body .nearby-center-list .nearby-center-list-body>button>em b{font-size:13px!important;line-height:1!important;white-space:nowrap!important}body .nearby-center-list .nearby-branch-more-button{box-sizing:border-box!important;flex:0 0 auto!important;width:100%!important;height:38px!important;min-height:38px!important;margin:auto 0 0!important;padding:0 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #d1fae5!important;border-radius:9px!important;background:#fff!important;color:#0f766e!important;box-shadow:none!important;font-size:13px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body .mooncen-filter-actions .filter-detail-button.active{color:#0f766e!important;border-color:#14b8a6!important;background:#ccfbf1!important}body .mooncen-filter-extra-panel{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;z-index:7000!important;width:min(260px,calc(100vw - 32px))!important;padding:12px!important;border:1px solid #ccfbf1!important;border-radius:14px!important;background:#fff!important;box-shadow:0 18px 42px #0f172a29!important;overflow:visible!important}body .mooncen-filter-extra-panel .main-quick-filter{position:relative!important;width:100%!important;padding-top:17px!important}body .mooncen-filter-extra-panel .main-quick-filter-chip{width:100%!important;height:36px!important;min-height:36px!important;padding:0 22px 0 10px!important}body .mooncen-filter-extra-panel .main-quick-filter-chip span{position:absolute!important;left:0!important;top:-17px!important;color:#111827!important;font-size:12px!important;font-weight:900!important;line-height:1!important}body .mooncen-filter-extra-panel .main-quick-filter-chip small{overflow:hidden!important;min-width:0!important;text-overflow:ellipsis!important;white-space:nowrap!important}body .mooncen-filter-extra-panel .main-quick-filter-menu{left:0!important;right:auto!important;width:100%!important;min-width:0!important;max-height:220px!important;background:#fff!important}body .mooncen-filter-extra-panel p{margin:10px 0 0!important;color:#64748b!important;font-size:11px!important;line-height:1.35!important}@media (max-width: 640px){body .mooncen-filter-extra-panel{left:0!important;right:0!important;width:auto!important}}body .nearby-center-list .nearby-branch-more-button:after{content:none!important;display:none!important}body .nearby-center-list:has(.nearby-branch-collapse-button) .nearby-branch-more-button{height:34px!important;min-height:34px!important;margin-top:0!important}body .nearby-center-list:has(.nearby-branch-collapse-button) .nearby-branch-more-button:first-of-type{margin-top:auto!important}body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{box-sizing:border-box!important;display:grid!important;grid-template-columns:350px minmax(360px,1fr) minmax(560px,620px)!important;column-gap:16px!important;row-gap:12px!important;align-items:stretch!important;min-height:104px!important;padding:14px 20px!important;overflow:visible!important}body .mooncen-filter-scope,body .mooncen-filter-category,body .mooncen-filter-detail{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}body .mooncen-filter-category,body .mooncen-filter-detail{border-left:1px solid #e5e7eb!important;padding-left:16px!important}body .mooncen-filter-title{height:13px!important;margin:0 0 8px!important;font-size:12px!important;line-height:13px!important}body .mooncen-filter-scope .filter-mode-selector{height:58px!important;min-width:0!important}body .mooncen-filter-scope .filter-mode-selector button{height:56px!important;min-height:56px!important;grid-template-columns:34px minmax(0,1fr) 12px!important;column-gap:7px!important;padding:7px 8px!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon{width:32px!important;height:32px!important;min-width:32px!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon img{width:27px!important;height:27px!important}body .mooncen-filter-category{overflow:hidden!important}body .dashboard-category-chips{box-sizing:border-box!important;width:100%!important;height:70px!important;max-height:70px!important;display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;align-content:flex-start!important;gap:7px!important;overflow:hidden!important}body .dashboard-category-chips button{flex:0 0 auto!important;height:30px!important;min-height:30px!important;max-width:86px!important;padding:0 10px!important;font-size:12px!important}body .dashboard-category-chips .category-icon{width:15px!important;height:15px!important;min-width:15px!important}body .dashboard-category-chips .category-more-button{max-width:112px!important}body .mooncen-filter-detail{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:10px!important;padding-top:20px!important;overflow:visible!important}body .mooncen-filter-detail>.mooncen-filter-title{display:none!important}body .mooncen-filter-controls{display:grid!important;grid-template-columns:82px 82px 82px 82px 104px!important;gap:7px!important;justify-content:end!important;align-items:end!important;min-width:0!important;overflow:visible!important}body .mooncen-filter-controls .main-quick-filter{position:relative!important;width:auto!important;min-width:0!important;padding-top:17px!important;overflow:visible!important}body .mooncen-filter-controls .main-quick-filter-chip{height:36px!important;min-height:36px!important;padding:0 22px 0 10px!important;overflow:visible!important}body .mooncen-filter-controls .main-quick-filter-chip span{position:absolute!important;left:0!important;top:-17px!important;width:max-content!important;max-width:82px!important;color:#111827!important;font-size:12px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body .mooncen-filter-controls .main-quick-filter:last-child .main-quick-filter-chip span{max-width:104px!important}body .mooncen-filter-controls .main-quick-filter-chip small{min-width:0!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body .mooncen-filter-actions{display:flex!important;align-items:end!important;gap:7px!important;padding-top:17px!important;min-width:0!important}body .mooncen-filter-actions .filter-detail-button,body .mooncen-filter-actions .filter-reset-button,body .mooncen-filter-actions .filter-apply-button{height:36px!important;min-height:36px!important;border-radius:9px!important;font-size:12px!important}body .mooncen-filter-actions .filter-detail-button,body .mooncen-filter-actions .filter-reset-button{min-width:72px!important;padding:0 10px!important}body .mooncen-filter-actions .filter-apply-button{min-width:84px!important;padding:0 13px!important}body .mooncen-filter-actions{grid-template-columns:none!important;justify-content:end!important}body .mooncen-filter-actions .filter-detail-button,body .mooncen-filter-actions .filter-reset-button{min-width:74px!important}@media (max-width: 1360px){body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{grid-template-columns:340px minmax(0,1fr)!important}body .mooncen-filter-detail{grid-column:1 / -1!important;border-left:0!important;border-top:1px solid #e5e7eb!important;padding:18px 0 0!important}}body .class-card{min-height:318px!important;height:318px!important;border-radius:14px!important;border-color:#dde7e4!important;box-shadow:0 8px 22px #0f172a14!important}body .class-thumb{flex-basis:100px!important;height:100px!important;min-height:100px!important}body .status-badge{top:10px!important;left:10px!important;min-height:24px!important;height:24px!important;padding:0 10px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid currentColor!important;background:#ffffffe6!important;font-size:12px!important;line-height:1!important;font-weight:950!important;white-space:nowrap!important;box-shadow:0 4px 12px #0f172a1a!important}body .status-badge.status-open{color:#0f766e!important;background:#f0fdfaf0!important}body .status-badge.status-new{color:#1d4ed8!important;background:#eff6fff0!important}body .status-badge.status-deadline{color:#dc2626!important;background:#fff1f2f0!important}body .status-badge.status-closed{color:#475569!important;background:#f8fafcf0!important}body .favorite-button{width:32px!important;height:32px!important;min-height:32px!important;color:#334155!important;font-size:19px!important}body .class-body{padding:11px 13px 12px!important;gap:0!important}body .class-title-row h3{min-height:34px!important;max-height:38px!important;color:#0f172a!important;font-size:16px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:0!important}body .class-compact-meta{min-height:96px!important;max-height:none!important;margin:7px 0 0!important;display:grid!important;gap:5px!important;overflow:visible!important}body .class-compact-meta li,body .branch-class-grid .class-compact-meta li,body .branch-course-group .branch-class-grid .class-compact-meta li,body .branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-height:18px!important;display:flex!important;align-items:center!important;gap:7px!important;color:#1f2937!important;font-size:12px!important;line-height:1.18!important;font-weight:850!important;white-space:nowrap!important}body .class-compact-meta li>span,body .branch-class-grid .class-compact-meta li>span,body .branch-course-group .branch-class-grid .class-compact-meta li>span,body .branch-course-group.is-expanded .branch-class-grid .class-compact-meta li>span{width:auto!important;min-width:32px!important;color:#64748b!important;font-size:10px!important;font-weight:950!important;text-align:left!important}body .class-compact-meta .meta-age{width:fit-content!important;min-height:24px!important;padding:0 8px!important;gap:5px!important;border-radius:999px!important;color:#0f766e!important;background:#e6f8f5!important;font-size:12px!important;font-weight:950!important}body .class-compact-meta .meta-age>span{min-width:0!important;color:#0f766e!important;font-size:10px!important}body .class-compact-meta li.meta-instructor,body .class-compact-meta li.meta-category{display:flex!important}body .class-compact-meta .meta-instructor strong{min-width:0!important;overflow:hidden!important;color:#334155!important;font-weight:950!important;text-overflow:ellipsis!important;white-space:nowrap!important}body .class-compact-meta li em{color:#cbd5e1!important;font-style:normal!important;font-weight:800!important}body .class-compact-meta li strong{color:#334155!important;font-size:inherit!important}body .class-price-block{min-height:24px!important;margin:8px 0 0!important}body .class-price-block strong{color:#0f9f8f!important;font-size:18px!important;line-height:1.1!important;font-weight:950!important}body .class-price-block span{color:#64748b!important;font-size:10px!important;font-weight:800!important}body .class-center-line{min-height:24px!important;margin:7px 0 9px!important;gap:7px!important;color:#475569!important;font-size:11px!important;line-height:1.15!important}body .class-center-line .class-provider-icon,body .class-center-line .provider-icon{width:23px!important;height:23px!important;min-width:23px!important;border-radius:999px!important}body .class-center-line>span:last-child{min-width:0!important;display:flex!important;align-items:center!important;gap:4px!important;overflow:hidden!important}body .class-center-line>span:last-child strong{flex:0 0 auto!important;color:#ef4444!important;font-size:10px!important;font-weight:950!important}body .class-center-line>span:last-child em{min-width:0!important;overflow:hidden!important;color:#475569!important;font-style:normal!important;font-weight:850!important;text-overflow:ellipsis!important;white-space:nowrap!important}body .class-actions{grid-template-columns:1fr 1.35fr!important;gap:10px!important}body .class-actions button{height:34px!important;min-height:34px!important;border-radius:999px!important;font-size:12px!important}@media (max-width: 760px){body .class-card{height:auto!important;min-height:324px!important}body .class-thumb{flex-basis:112px!important;height:112px!important;min-height:112px!important}}.course-detail-backdrop{z-index:90;padding:24px;place-items:center;align-items:center;overflow-y:auto}.course-detail-modal.redesigned-course-detail{width:min(1040px,calc(100vw - 48px));max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border:1px solid #dcefed;border-radius:24px;background:#fff;box-shadow:0 24px 70px #0f172a38}.course-detail-header{flex:0 0 56px;height:56px;padding:0 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border-bottom:1px solid #edf2f2;background:#fffffff5}.course-detail-header strong{color:#111827;font-size:16px;font-weight:900}.course-detail-header-actions{display:inline-flex;align-items:center;gap:8px}.course-detail-header-button{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dce7e6;border-radius:999px;color:#334155;font-size:18px;font-weight:900;line-height:1;background:#fff}.course-detail-header-button.active{border-color:#ffb8c5;color:#e11d48;background:#fff1f2}.course-detail-body{flex:1 1 auto;min-height:0;padding:18px;display:grid;grid-template-columns:minmax(330px,42%) minmax(0,1fr);gap:18px;background:#f8fafc}.course-detail-left-column,.course-detail-right-column{min-width:0;display:grid;align-content:start;gap:12px}.course-detail-hero{position:relative;width:100%;aspect-ratio:16 / 9;min-height:0;max-height:250px;padding:0;display:block;overflow:hidden;border-radius:18px;background:#eef7f5}.course-detail-image{width:100%;height:100%;max-height:none;object-fit:cover;display:block;border-radius:0}.course-detail-emoji{width:100%;height:100%;display:grid;place-items:center;font-size:76px}.detail-status{position:absolute;top:12px;left:12px;bottom:auto;height:30px;min-width:0;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;color:#fff;font-size:13px;font-weight:900;line-height:1;background:#0baf9f}.detail-status.status-deadline{background:#ef4444}.detail-status.status-closed{background:#64748b}.detail-status.status-scheduled{background:#f59e0b}.course-detail-provider-line{min-width:0;display:flex;align-items:center;gap:8px;color:#475569;font-size:13px;font-weight:800}.course-detail-provider-line>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-detail-brand-chip{flex:0 0 auto;min-width:42px;padding:5px 9px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #99f6e4;border-radius:999px;color:#0f766e;font-size:12px;font-weight:900;background:#ccfbf1;white-space:nowrap}.course-detail-title-block{padding:16px;border:1px solid #e2ecea;border-radius:18px;background:#fff}.course-detail-title-block h2{margin:10px 0 0;color:#111827;font-size:clamp(22px,2.6vw,30px);line-height:1.22;letter-spacing:0;word-break:keep-all}.course-detail-tags{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}.course-detail-tags span{min-height:26px;padding:4px 9px;display:inline-flex;align-items:center;border:1px solid #cdece6;border-radius:999px;color:#0f766e;font-size:12px;font-weight:850;background:#f0fdfa;white-space:nowrap}.course-detail-summary-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #cdeee9;border-radius:16px;background:#f2fcfa}.course-detail-fee-summary,.course-detail-description-card,.course-detail-ai-strip{border:1px solid #e2ecea;border-radius:16px;background:#fff}.course-detail-summary-card>div{min-width:0;padding:12px;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:8px;row-gap:4px;align-content:start;border-right:1px solid #d7f0ec;background:transparent}.course-detail-summary-card>div:nth-child(4n){border-right:0}.course-detail-summary-icon{grid-row:1 / span 2;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#0f766e;font-size:11px;font-weight:950;background:#ccfbf1}.course-detail-summary-card>div>span:not(.course-detail-summary-icon),.course-detail-fee-summary span{color:#64748b;font-size:12px;font-weight:850}.course-detail-summary-card strong{grid-column:2;min-width:0;color:#111827;font-size:14px;line-height:1.35;font-weight:900;overflow-wrap:anywhere;word-break:normal}.course-detail-summary-card strong.price{color:#0f766e;font-size:15px}.course-detail-compact-list{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid #e2ecea;border-radius:16px;background:#fff}.course-detail-compact-list>div{min-width:0;padding:10px 11px;border-right:1px solid #edf2f2;border-bottom:1px solid #edf2f2;background:#fff}.course-detail-compact-list>div:nth-child(4n){border-right:0}.course-detail-compact-list>div:nth-last-child(-n+4){border-bottom:0}.course-detail-compact-list dt{margin:0 0 4px;color:#64748b;font-size:11.5px;font-weight:900}.course-detail-compact-list dd{margin:0;color:#111827;font-size:13px;font-weight:800;line-height:1.35;word-break:keep-all}.course-detail-fee-summary{padding:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.course-detail-fee-summary>div{display:grid;gap:4px}.course-detail-fee-summary strong{color:#0f766e;font-size:25px;line-height:1.1;font-weight:950}.course-detail-fee-summary dl{margin:0;display:grid;gap:5px}.course-detail-fee-summary dl div{display:flex;justify-content:flex-end;gap:8px;color:#475569;font-size:13px;font-weight:850;white-space:nowrap}.course-detail-fee-summary dt,.course-detail-fee-summary dd{margin:0}.course-detail-material-note{grid-column:1 / -1;margin:-4px 0 0;color:#64748b;font-size:11.5px;line-height:1.45}.course-detail-description-card{padding:14px}.course-detail-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.course-detail-section-heading h3{margin:0;color:#111827;font-size:15px;font-weight:950}.course-detail-section-heading button{border:0;color:#0f766e;font-size:12px;font-weight:900;background:transparent;white-space:nowrap}.course-detail-description-card p,.course-detail-ai-strip p{margin:0;color:#475569;font-size:13px;line-height:1.55;white-space:pre-wrap}.course-detail-description-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.course-detail-ai-strip{padding:12px;display:grid;gap:8px;background:#fffdf7}.course-detail-extra-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.course-detail-extra-row button{min-width:0;min-height:38px;padding:8px 10px;display:grid;justify-items:start;gap:3px;border:1px solid #dbe8e6;border-radius:12px;color:#334155;text-align:left;background:#fff}.course-detail-extra-row button strong{color:#111827;font-size:12.5px;font-weight:950;white-space:nowrap}.course-detail-extra-row button small{max-width:100%;overflow:hidden;color:#64748b;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.course-detail-footer{flex:0 0 auto;padding:14px 18px;display:grid;grid-template-columns:1fr 1fr 1.45fr;gap:10px;border-top:1px solid #edf2f2;background:#fff}.course-detail-footer button{min-width:0;min-height:46px;padding:0 14px;border:0;border-radius:999px;font-size:15px;font-weight:950;white-space:nowrap}.course-detail-footer .detail-favorite-action,.course-detail-footer .detail-my-course-action{color:#334155;background:#f1f5f9}.course-detail-footer .detail-favorite-action.active{color:#e11d48;background:#fff1f2}.course-detail-footer .detail-my-course-action.active{color:#9a3412;background:#ffedd5}.course-detail-footer .detail-source-action{color:#fff;background:linear-gradient(135deg,#14b8a6,#0f766e);box-shadow:0 12px 28px #14b8a63d}.course-detail-footer .detail-source-action:disabled{color:#94a3b8;background:#e2e8f0;box-shadow:none}.course-detail-extra-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;padding:18px;display:grid;place-items:center;background:#0f172a52}.course-detail-extra-modal{width:min(640px,100%);max-height:min(620px,calc(100vh - 96px));display:flex;flex-direction:column;border-radius:18px;background:#fff;box-shadow:0 24px 60px #0f172a3d}.course-detail-extra-modal header{flex:0 0 auto;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf2f2}.course-detail-extra-modal header strong{color:#111827;font-size:16px;font-weight:950}.course-detail-extra-modal header button{width:34px;height:34px;border:1px solid #dce7e6;border-radius:999px;color:#334155;font-size:20px;background:#fff}.course-detail-extra-content{padding:16px;overflow-y:auto}.course-detail-extra-content p{margin:0;color:#334155;font-size:14px;line-height:1.7;white-space:pre-wrap}.course-detail-extra-content h4{margin:16px 0 6px;color:#111827;font-size:14px;font-weight:950}.course-detail-notice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.course-detail-notice-grid>div{min-width:0;padding:12px;border:1px solid #e2ecea;border-radius:14px;background:#f8fafc}.course-detail-notice-grid h4{margin-top:0}@media (max-width: 980px){.course-detail-modal.redesigned-course-detail{width:min(760px,calc(100vw - 32px));max-height:none}.course-detail-body{grid-template-columns:1fr}.course-detail-compact-list{grid-template-columns:repeat(2,minmax(0,1fr))}.course-detail-compact-list>div:nth-child(2n){border-right:0}.course-detail-compact-list>div:nth-last-child(-n+4){border-bottom:1px solid #edf2f2}.course-detail-compact-list>div:nth-last-child(-n+2){border-bottom:0}}@media (max-width: 640px){.course-detail-backdrop{padding:0;place-items:end stretch;align-items:end}.course-detail-modal.redesigned-course-detail{width:100%;height:100dvh;max-height:100dvh;border-radius:18px 18px 0 0}.course-detail-header{padding:0 12px;grid-template-columns:auto minmax(0,1fr) auto;overflow:hidden}.course-detail-header-actions{min-width:0}.course-detail-header-button{width:34px;height:34px}.course-detail-body{padding:12px 12px calc(76px + env(safe-area-inset-bottom));gap:12px;display:flex;flex-direction:column;overflow-y:auto}.course-detail-left-column,.course-detail-right-column{display:contents}.course-detail-hero{order:1;max-height:180px}.course-detail-title-block{order:2;padding:13px}.course-detail-title-block h2{font-size:21px}.course-detail-summary-card,.course-detail-extra-row{grid-template-columns:repeat(2,minmax(0,1fr))}.course-detail-summary-card{order:3}.course-detail-summary-card>div:nth-child(2){grid-column:1 / -1;border-right:0}.course-detail-compact-list{order:6;grid-template-columns:repeat(2,minmax(0,1fr))}.course-detail-compact-list>div{padding:9px}.course-detail-summary-card>div:nth-child(2n),.course-detail-compact-list>div:nth-child(2n){border-right:0}.course-detail-summary-card>div:nth-child(-n+2){border-bottom:1px solid #d7f0ec}.course-detail-compact-list>div:nth-last-child(-n+4){border-bottom:1px solid #edf2f2}.course-detail-compact-list>div:nth-last-child(-n+2){border-bottom:0}.course-detail-fee-summary{order:4;grid-template-columns:1fr!important;gap:10px}.course-detail-description-card{order:5}.course-detail-extra-row{order:7}.course-detail-fee-summary dl div{justify-content:flex-start;gap:10px}.course-detail-footer{position:fixed;left:0;right:0;bottom:0;width:100vw;max-width:100vw;box-sizing:border-box;z-index:4;padding:10px 12px calc(10px + env(safe-area-inset-bottom));grid-template-columns:.65fr .85fr 1.6fr;gap:8px}.course-detail-footer button{min-height:44px;padding:0 6px;font-size:13px}.course-detail-extra-backdrop{position:fixed;padding:12px}.course-detail-extra-modal{max-height:calc(100dvh - 40px)}.course-detail-notice-grid{grid-template-columns:1fr}}html,body,#root,.app{max-width:100%;overflow-x:hidden}body .site-header,body .layout,body .sidebar-shell,body .main-content,body .nearby-map-section,body .nearby-map-layout,body .nearby-center-list,body .nearby-map-canvas,body .selected-branch-summary-card,body .section.results-section,body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}body .sidebar-shell{display:block!important;position:relative!important;inset:auto!important;width:100%!important;height:auto!important;transform:none!important;visibility:visible!important;pointer-events:auto!important;overflow:visible!important}body .sidebar-shell:not(.open){visibility:visible!important;pointer-events:auto!important;transform:none!important;overflow:visible!important}body .mobile-filter-close,body .filter-scrim{display:none!important}body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{height:auto!important;max-height:none!important;overflow:visible!important}body .mooncen-filter-panel-title{box-sizing:border-box!important;width:100%!important;margin:0 0 8px!important;padding:0 2px!important;color:#111827!important;font-size:18px!important;font-weight:950!important;line-height:1.2!important;letter-spacing:0!important}body .mooncen-filter-detail{position:relative!important}body .mooncen-filter-controls .main-quick-filter-menu,body .mooncen-filter-controls .main-quick-calendar,body .branch-quick-filter-menu.main-quick-filter-menu{z-index:5000!important;background:#fff!important}@media (min-width: 1200px){body .layout,body .site-header .topbar.header-inner,body .header-inner{width:min(calc(100vw - 40px),1496px)!important}body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{display:grid!important;grid-template-columns:minmax(280px,330px) minmax(300px,1fr) minmax(500px,620px)!important;column-gap:16px!important;row-gap:0!important;align-items:stretch!important;min-height:104px!important;padding:14px 20px!important}body .mooncen-filter-category,body .mooncen-filter-detail{border-top:0!important;border-left:1px solid #e5e7eb!important;padding:0 0 0 16px!important}body .mooncen-filter-detail{grid-column:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:10px!important}body .mooncen-filter-controls{display:grid!important;grid-template-columns:repeat(4,minmax(74px,82px)) minmax(94px,104px)!important;gap:7px!important;justify-content:end!important;align-items:end!important}body .nearby-map-layout{display:grid!important;grid-template-columns:minmax(300px,428px) minmax(420px,1fr) minmax(270px,360px)!important;grid-template-areas:"branches map summary"!important;gap:12px!important;align-items:stretch!important}body .nearby-center-list,body .nearby-map-canvas,body .selected-branch-summary-card{height:400px!important;min-height:400px!important;max-height:400px!important}}@media (min-width: 901px) and (max-width: 1199px){body .layout,body .site-header .topbar.header-inner,body .header-inner{width:calc(100vw - 28px)!important}body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{display:grid!important;grid-template-columns:minmax(300px,340px) minmax(0,1fr)!important;column-gap:16px!important;row-gap:14px!important;align-items:stretch!important;min-height:0!important;padding:14px 18px!important}body .mooncen-filter-scope,body .mooncen-filter-category,body .mooncen-filter-detail{min-width:0!important}body .mooncen-filter-category{border-left:1px solid #e5e7eb!important;border-top:0!important;padding:0 0 0 16px!important}body .mooncen-filter-detail{grid-column:1 / -1!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;border-left:0!important;border-top:1px solid #e5e7eb!important;padding:18px 0 0!important}body .mooncen-filter-controls{display:grid!important;grid-template-columns:repeat(4,minmax(74px,88px)) minmax(94px,112px)!important;gap:8px!important;justify-content:start!important}body .nearby-map-layout{display:grid!important;grid-template-columns:minmax(300px,360px) minmax(0,1fr)!important;grid-template-areas:"branches map" "summary summary"!important;gap:12px!important}body .nearby-center-list,body .nearby-map-canvas{height:360px!important;min-height:360px!important;max-height:360px!important}body .selected-branch-summary-card{height:auto!important;min-height:190px!important;max-height:none!important}body .branch-class-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 900px){body .layout,body .site-header .topbar.header-inner,body .header-inner{width:calc(100vw - 24px)!important}body .layout{margin-top:12px!important;gap:12px!important}body .mooncen-filter-panel-title{margin-bottom:7px!important;font-size:17px!important}body .mobile-filter-bar{display:none!important}body .sidebar-shell,body .sidebar-shell:not(.open){display:block!important;position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;height:auto!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;overflow:visible!important;z-index:10!important}body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;min-height:0!important;padding:14px!important;border-radius:16px!important}body .mooncen-filter-category,body .mooncen-filter-detail{border-left:0!important;border-top:1px solid #e5e7eb!important;padding:14px 0 0!important}body .mooncen-filter-scope .filter-mode-selector{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .dashboard-category-chips{height:auto!important;max-height:none!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:3px!important}body .dashboard-category-chips button{max-width:none!important}body .mooncen-filter-detail{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}body .mooncen-filter-controls{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;justify-content:stretch!important}body .mooncen-filter-actions{justify-content:flex-start!important}body .mooncen-filter-controls .main-quick-filter-menu,body .mooncen-filter-controls .main-quick-calendar,body .branch-quick-filter-menu.main-quick-filter-menu{width:min(320px,calc(100vw - 48px))!important;max-width:min(320px,calc(100vw - 48px))!important;overflow:visible!important}body .nearby-map-layout{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"branches" "map" "summary"!important;gap:12px!important}body .nearby-center-list,body .selected-branch-summary-card{height:auto!important;min-height:0!important;max-height:none!important}body .nearby-map-canvas{height:320px!important;min-height:320px!important;max-height:320px!important}body .nearby-map-layout:not(.map-open) .nearby-map-canvas{height:62px!important;min-height:62px!important;max-height:62px!important}body .nearby-map-layout:not(.map-open) .google-map-card,body .nearby-map-layout:not(.map-open) .map-marker-legend{display:none!important}body .nearby-mobile-map-toggle{display:inline-flex!important}body .branch-class-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 640px){body .layout,body .site-header .topbar.header-inner,body .header-inner{width:calc(100vw - 16px)!important}body .site-header .topbar.header-inner,body .header-inner{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}body .header-inner .brand,body .site-header .brand,body .site-header .brand-button{width:auto!important;min-width:0!important}body .header-inner .utility-nav{max-width:150px!important;gap:8px!important}body .mooncen-filter-scope .filter-mode-selector{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important}body .mooncen-filter-scope .filter-mode-selector button{width:100%!important;max-width:100%!important;grid-template-columns:30px minmax(0,1fr)!important;padding:7px 8px!important}body .mooncen-filter-scope .filter-mode-selector button.active:after{display:none!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon{width:28px!important;height:28px!important;min-width:28px!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon img{width:23px!important;height:23px!important}body .mooncen-filter-scope .filter-mode-selector strong{font-size:12px!important}body .mooncen-filter-scope .filter-mode-selector small{font-size:9px!important}body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{width:100%!important;max-width:100%!important;padding:12px!important}body .mooncen-filter-panel-title{margin-bottom:6px!important;padding-left:2px!important;font-size:16px!important}body .mooncen-filter-controls{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .mooncen-filter-controls .main-quick-filter-chip span{max-width:100%!important}body .nearby-center-list{padding:14px 12px!important}body .nearby-center-list .nearby-center-list-body>button{grid-template-columns:30px minmax(0,1fr) minmax(42px,auto) 10px!important;gap:6px!important;padding:5px 7px!important}body .nearby-center-list .nearby-center-list-body .nearby-center-meta small{max-width:52px!important}body .nearby-center-list .nearby-center-list-body>button>em{min-width:38px!important;max-width:48px!important}body .selected-branch-summary-card{padding:16px 14px!important}body .summary-branch-title{grid-template-columns:48px minmax(0,1fr)!important;padding:14px 12px!important}body .summary-branch-title .provider-icon{width:44px!important;height:44px!important;min-width:44px!important}body .summary-branch-stats,body .summary-branch-actions,body .branch-class-grid{grid-template-columns:1fr!important}}@media (min-width: 1200px) and (max-width: 1399px){body .layout,body .site-header .topbar.header-inner,body .header-inner{width:calc(100vw - 28px)!important}body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{grid-template-columns:minmax(250px,300px) minmax(255px,.9fr) minmax(420px,1.2fr)!important;column-gap:10px!important;padding:12px 14px!important;min-height:92px!important}body .mooncen-filter-category,body .mooncen-filter-detail{padding-left:12px!important}body .mooncen-filter-scope .filter-mode-selector{gap:7px!important}body .mooncen-filter-scope .filter-mode-selector button{min-height:54px!important;padding:7px 8px!important;grid-template-columns:34px minmax(0,1fr)!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon{width:32px!important;height:32px!important;min-width:32px!important}body .mooncen-filter-scope .filter-mode-selector strong{font-size:13px!important}body .mooncen-filter-scope .filter-mode-selector small{font-size:9px!important}body .dashboard-category-chips{min-height:0!important;height:auto!important;gap:6px!important}body .dashboard-category-chips button{height:30px!important;max-width:76px!important;padding:0 9px!important;gap:4px!important;font-size:11px!important}body .dashboard-category-chips .category-icon{width:18px!important;height:18px!important;min-width:18px!important}body .mooncen-filter-detail{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}body .mooncen-filter-controls{grid-template-columns:repeat(4,minmax(64px,74px)) minmax(82px,92px)!important;gap:6px!important}body .mooncen-filter-controls .main-quick-filter-chip{min-height:34px!important;height:34px!important;padding:0 8px!important;font-size:11px!important}body .mooncen-filter-controls .main-quick-filter-chip span{max-width:70px!important}body .mooncen-filter-actions .filter-reset-button{min-height:34px!important;height:34px!important;padding:0 12px!important;white-space:nowrap!important}body .nearby-map-layout{grid-template-columns:minmax(260px,320px) minmax(340px,1fr) minmax(230px,288px)!important;gap:10px!important}body .nearby-center-list,body .nearby-map-canvas,body .selected-branch-summary-card{height:auto!important;min-height:0!important;max-height:none!important}body .nearby-center-list,body .selected-branch-summary-card{align-self:start!important}body .nearby-map-canvas .google-map-card{aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;max-height:none!important}body .nearby-map-canvas .google-map-card>div:first-child{height:100%!important;min-height:0!important}}@media (min-width: 1000px) and (max-width: 1199px){body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{grid-template-columns:minmax(225px,260px) minmax(220px,.85fr) minmax(355px,1.15fr)!important;column-gap:10px!important;row-gap:0!important;padding:12px 14px!important}body .mooncen-filter-category,body .mooncen-filter-detail{border-left:1px solid #e5e7eb!important;border-top:0!important;padding:0 0 0 12px!important}body .mooncen-filter-detail{grid-column:auto!important;grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important}body .mooncen-filter-scope .filter-mode-selector{gap:6px!important}body .mooncen-filter-scope .filter-mode-selector button{min-height:52px!important;padding:6px 7px!important;grid-template-columns:32px minmax(0,1fr)!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon{width:30px!important;height:30px!important;min-width:30px!important}body .mooncen-filter-scope .filter-mode-selector strong{font-size:12px!important}body .mooncen-filter-scope .filter-mode-selector small{display:none!important}body .dashboard-category-chips{gap:5px!important;height:auto!important;min-height:0!important}body .dashboard-category-chips button{height:28px!important;max-width:66px!important;padding:0 7px!important;font-size:10.5px!important}body .dashboard-category-chips .category-icon{display:none!important}body .mooncen-filter-controls{grid-template-columns:repeat(4,minmax(54px,62px)) minmax(70px,82px)!important;gap:5px!important}body .mooncen-filter-controls .main-quick-filter-chip{min-height:32px!important;height:32px!important;padding:0 7px!important;font-size:10.5px!important}body .mooncen-filter-controls .main-quick-filter-chip span{max-width:58px!important}body .mooncen-filter-actions .filter-reset-button{min-height:32px!important;height:32px!important;padding:0 10px!important}body .nearby-map-layout{grid-template-columns:minmax(248px,300px) minmax(360px,1fr)!important;grid-template-areas:"branches map" "summary summary"!important;gap:10px!important}body .nearby-center-list,body .nearby-map-canvas{height:auto!important;min-height:0!important;max-height:none!important}body .nearby-map-canvas .google-map-card{aspect-ratio:1 / 1!important;height:auto!important;min-height:0!important;max-height:none!important}body .nearby-map-canvas .google-map-card>div:first-child{height:100%!important;min-height:0!important}body .selected-branch-summary-card{min-height:0!important;padding:12px 14px!important}}@media (min-width: 901px) and (max-width: 999px){body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{grid-template-columns:minmax(240px,280px) minmax(0,1fr)!important;row-gap:10px!important;padding:12px 14px!important}body .mooncen-filter-detail{padding-top:12px!important}body .mooncen-filter-controls{grid-template-columns:repeat(5,minmax(62px,1fr))!important;gap:6px!important}body .nearby-map-layout{grid-template-columns:minmax(240px,300px) minmax(0,1fr)!important;gap:10px!important}body .nearby-center-list,body .nearby-map-canvas{height:auto!important;min-height:0!important;max-height:none!important}body .nearby-map-canvas .google-map-card{aspect-ratio:1 / 1!important;height:auto!important}}@media (min-width: 1200px) and (max-width: 1399px){body .nearby-map-layout{grid-template-columns:minmax(280px,1fr) minmax(340px,420px) minmax(220px,280px)!important;grid-template-areas:"branches map summary"!important;align-items:stretch!important}}@media (min-width: 1000px) and (max-width: 1199px){body .nearby-map-layout{grid-template-columns:minmax(240px,1fr) minmax(310px,360px) minmax(190px,240px)!important;grid-template-areas:"branches map summary"!important;align-items:stretch!important}}@media (min-width: 901px) and (max-width: 999px){body .nearby-map-layout{grid-template-columns:minmax(220px,1fr) minmax(280px,320px) minmax(170px,220px)!important;grid-template-areas:"branches map summary"!important;align-items:stretch!important}}@media (min-width: 901px) and (max-width: 1399px){body .nearby-center-list,body .nearby-map-canvas,body .selected-branch-summary-card{align-self:stretch!important;height:auto!important;min-height:0!important;max-height:none!important}body .nearby-map-canvas{position:relative!important;width:100%!important;aspect-ratio:1 / 1!important;padding:0!important;overflow:hidden!important}body .nearby-map-canvas .google-map-card,body .nearby-map-canvas>.map-card:not(.google-map-card){position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important}body .nearby-map-canvas .google-map-card>div:first-child{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:0!important}}@media (min-width: 901px) and (max-width: 999px){body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{grid-template-columns:minmax(200px,230px) minmax(190px,.8fr) minmax(330px,1.2fr)!important;column-gap:8px!important;row-gap:0!important;padding:11px 12px!important}body .mooncen-filter-category,body .mooncen-filter-detail{border-left:1px solid #e5e7eb!important;border-top:0!important;padding:0 0 0 10px!important}body .mooncen-filter-detail{grid-column:auto!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important}body .mooncen-filter-scope .filter-mode-selector button{min-height:50px!important;padding:6px 7px!important;grid-template-columns:30px minmax(0,1fr)!important}body .mooncen-filter-scope .filter-mode-selector .scope-icon{width:28px!important;height:28px!important;min-width:28px!important}body .mooncen-filter-scope .filter-mode-selector strong{font-size:11.5px!important}body .mooncen-filter-scope .filter-mode-selector small{display:none!important}body .dashboard-category-chips{height:auto!important;max-height:none!important;gap:5px!important}body .dashboard-category-chips button{height:27px!important;max-width:58px!important;padding:0 6px!important;font-size:10px!important}body .dashboard-category-chips .category-icon{display:none!important}body .mooncen-filter-controls{grid-template-columns:repeat(4,minmax(50px,58px)) minmax(66px,76px)!important;gap:5px!important}body .mooncen-filter-controls .main-quick-filter-chip{min-height:31px!important;height:31px!important;padding:0 6px!important;font-size:10px!important}body .mooncen-filter-controls .main-quick-filter-chip span{max-width:54px!important}body .mooncen-filter-actions .filter-reset-button{min-height:31px!important;height:31px!important;padding:0 8px!important;font-size:10.5px!important}}@media (min-width: 641px) and (max-width: 900px){body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{grid-template-columns:minmax(240px,1fr) minmax(0,1fr)!important;gap:10px!important;padding:12px!important}body .mooncen-filter-category{border-left:1px solid #e5e7eb!important;border-top:0!important;padding:0 0 0 12px!important}body .mooncen-filter-detail{grid-column:1 / -1!important;border-left:0!important;border-top:1px solid #e5e7eb!important;padding:10px 0 0!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}body .mooncen-filter-scope .filter-mode-selector button{min-height:50px!important;height:50px!important}body .dashboard-category-chips{height:auto!important;max-height:62px!important;gap:6px!important}body .dashboard-category-chips button{height:28px!important;max-width:70px!important;padding:0 8px!important;font-size:11px!important}body .dashboard-category-chips .category-icon{display:none!important}body .mooncen-filter-controls{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important}body .mooncen-filter-controls .main-quick-filter-chip{min-height:32px!important;height:32px!important;padding:0 8px!important}body .mooncen-filter-actions .filter-reset-button{min-height:32px!important;height:32px!important}}@media (min-width: 520px) and (max-width: 640px){body .filter-panel.mooncen-filter-bar,body .mooncen-filter-bar{grid-template-columns:minmax(230px,1fr) minmax(0,1fr)!important;gap:10px!important;padding:12px!important}body .mooncen-filter-category{border-left:1px solid #e5e7eb!important;border-top:0!important;padding:0 0 0 10px!important}body .mooncen-filter-detail{grid-column:1 / -1!important;border-left:0!important;border-top:1px solid #e5e7eb!important;padding:10px 0 0!important}body .mooncen-filter-scope .filter-mode-selector{grid-template-columns:repeat(2,minmax(0,1fr))!important}body .mooncen-filter-scope .filter-mode-selector button{height:50px!important;min-height:50px!important;grid-template-columns:28px minmax(0,1fr)!important}body .mooncen-filter-scope .filter-mode-selector small{display:none!important}body .dashboard-category-chips{height:auto!important;max-height:62px!important;gap:6px!important}body .dashboard-category-chips button{height:28px!important;max-width:70px!important;padding:0 8px!important;font-size:11px!important}body .dashboard-category-chips .category-icon{display:none!important}body .mooncen-filter-controls{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}body .mooncen-filter-controls .main-quick-filter-chip{height:32px!important;min-height:32px!important}}body .branch-class-grid .class-card,body .branch-course-group .branch-class-grid .class-card,body .branch-course-group.is-expanded .branch-class-grid .class-card{min-height:348px!important;height:348px!important}body .branch-class-grid .class-body,body .branch-course-group .branch-class-grid .class-body,body .branch-course-group.is-expanded .branch-class-grid .class-body{min-height:0!important;padding-bottom:11px!important;overflow:hidden!important}body .branch-class-grid .class-compact-meta,body .branch-course-group .branch-class-grid .class-compact-meta,body .branch-course-group.is-expanded .branch-class-grid .class-compact-meta{min-height:76px!important;max-height:none!important;gap:4px!important;overflow:visible!important}body .branch-class-grid .class-compact-meta li,body .branch-course-group .branch-class-grid .class-compact-meta li,body .branch-course-group.is-expanded .branch-class-grid .class-compact-meta li{min-width:0!important;min-height:16px!important;line-height:1.2!important}body .branch-class-grid .class-compact-meta li.meta-instructor,body .branch-course-group .branch-class-grid .class-compact-meta li.meta-instructor,body .branch-course-group.is-expanded .branch-class-grid .class-compact-meta li.meta-instructor{display:flex!important;align-items:center!important;overflow:hidden!important}body .branch-class-grid .class-compact-meta .meta-instructor>span,body .branch-course-group .branch-class-grid .class-compact-meta .meta-instructor>span,body .branch-course-group.is-expanded .branch-class-grid .class-compact-meta .meta-instructor>span{flex:0 0 auto!important}body .branch-class-grid .class-compact-meta .meta-instructor strong,body .branch-course-group .branch-class-grid .class-compact-meta .meta-instructor strong,body .branch-course-group.is-expanded .branch-class-grid .class-compact-meta .meta-instructor strong{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body .branch-class-grid .class-price-block,body .branch-course-group .branch-class-grid .class-price-block,body .branch-course-group.is-expanded .branch-class-grid .class-price-block{margin-top:6px!important}body .branch-class-grid .class-center-line,body .branch-course-group .branch-class-grid .class-center-line,body .branch-course-group.is-expanded .branch-class-grid .class-center-line{margin-top:6px!important;margin-bottom:7px!important}body .branch-class-grid .class-actions,body .branch-course-group .branch-class-grid .class-actions,body .branch-course-group.is-expanded .branch-class-grid .class-actions{margin-top:auto!important}.course-detail-compact-list>.course-detail-info-instructor{grid-column:span 2}.course-detail-compact-list>.course-detail-info-instructor dd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 760px){body .branch-class-grid .class-card,body .branch-course-group .branch-class-grid .class-card,body .branch-course-group.is-expanded .branch-class-grid .class-card{min-height:356px!important;height:auto!important}}@media (max-width: 640px){.course-detail-compact-list>.course-detail-info-instructor{grid-column:1 / -1}}.course-detail-summary-card>div>span:not(.course-detail-summary-icon){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.course-detail-summary-card strong{min-width:0;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.course-detail-summary-card{grid-template-columns:minmax(220px,1.55fr) minmax(118px,.95fr) minmax(70px,.62fr) minmax(88px,.8fr)}.course-detail-summary-card>div{grid-template-columns:auto auto minmax(0,1fr);align-items:center;align-content:center;column-gap:6px;row-gap:0;padding:10px}.course-detail-summary-icon{grid-row:auto}.course-detail-summary-card>div>span:not(.course-detail-summary-icon){grid-column:auto}.course-detail-summary-card strong{grid-column:auto}@media (max-width: 640px){.course-detail-summary-card>div:first-child{grid-column:1 / -1}}.aggregate-course-group .branch-course-group-title{min-width:0}.aggregate-course-group-icon{width:34px;height:24px;min-width:34px;border:1px solid #14b8a6;border-radius:999px;background:#ccfbf1;color:#0f766e;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;letter-spacing:0}.aggregate-course-group .branch-course-group-title h3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 640px){.aggregate-course-group-icon{width:30px;height:22px;min-width:30px;font-size:10px}}@media (min-width: 641px) and (max-width: 900px){body .nearby-map-layout{display:grid!important;grid-template-columns:minmax(210px,.72fr) minmax(300px,1fr)!important;grid-template-areas:"branches map" "summary summary"!important;align-items:stretch!important;gap:10px!important}body .nearby-map-canvas,body .nearby-map-layout:not(.map-open) .nearby-map-canvas{position:relative!important;display:block!important;width:100%!important;height:clamp(280px,42vw,340px)!important;min-height:280px!important;max-height:340px!important;aspect-ratio:auto!important;overflow:hidden!important}body .nearby-map-layout:not(.map-open) .google-map-card,body .nearby-map-layout:not(.map-open) .map-marker-legend,body .nearby-map-layout:not(.map-open) .map-visible-range-frame,body .nearby-map-layout:not(.map-open) .map-visible-range-label{display:block!important}body .nearby-map-canvas .google-map-card,body .nearby-map-canvas>.map-card:not(.google-map-card),body .nearby-map-canvas .google-map-card>div:first-child{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important}body .nearby-mobile-map-toggle{display:none!important}body .nearby-center-list{height:clamp(280px,42vw,340px)!important;min-height:280px!important;max-height:340px!important;padding:12px!important}body .nearby-list-heading{gap:2px!important;margin-bottom:8px!important}body .nearby-list-heading h2{font-size:16px!important}body .nearby-list-heading p{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important}body .nearby-center-list .nearby-center-list-body{gap:6px!important}body .nearby-center-list .nearby-center-list-body>button{grid-template-columns:28px minmax(0,1fr) minmax(42px,auto) 10px!important;min-height:40px!important;padding:5px 7px!important;gap:6px!important}body .nearby-center-list .nearby-center-list-body>button>.provider-icon{width:26px!important;height:26px!important;min-width:26px!important;max-width:26px!important;font-size:8px!important}body .nearby-center-list .nearby-center-list-body .nearby-center-meta{min-width:0!important;gap:1px!important}body .nearby-center-list .nearby-center-list-body .nearby-center-meta strong{font-size:12px!important;line-height:1.15!important}body .nearby-center-list .nearby-center-list-body .nearby-center-meta small{max-width:64px!important;font-size:10px!important;line-height:1!important}body .nearby-center-list .nearby-center-list-body>button>em{min-width:40px!important;max-width:48px!important}body .nearby-center-list .nearby-center-list-body>button>em b{font-size:12px!important}body .nearby-center-list .nearby-branch-more-button{min-height:30px!important;padding:0 10px!important;font-size:12px!important}body .selected-branch-summary-card{min-height:0!important;max-height:none!important;padding:12px!important}body .selected-branch-summary-card .summary-card-kicker{display:none!important}body .summary-branch-title{grid-template-columns:32px minmax(0,1fr)!important;gap:8px!important;padding:10px!important}body .summary-branch-title .provider-icon{width:30px!important;height:30px!important;min-width:30px!important}body .summary-branch-title strong{font-size:14px!important}body .summary-branch-title small{display:inline-flex!important;gap:6px!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body .summary-branch-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:8px!important}body .summary-branch-stats div{min-height:48px!important;padding:8px!important}body .summary-branch-stats div:nth-child(1),body .summary-branch-stats div:nth-child(5){display:none!important}body .summary-branch-stats dt{font-size:10px!important}body .summary-branch-stats dd{font-size:15px!important}body .summary-branch-actions{display:none!important}}@media (max-width: 640px){body .nearby-map-canvas,body .nearby-map-layout:not(.map-open) .nearby-map-canvas{display:block!important;height:260px!important;min-height:260px!important;max-height:260px!important;overflow:hidden!important}body .nearby-map-layout:not(.map-open) .google-map-card,body .nearby-map-layout:not(.map-open) .map-marker-legend,body .nearby-map-layout:not(.map-open) .map-visible-range-frame,body .nearby-map-layout:not(.map-open) .map-visible-range-label{display:block!important}body .nearby-map-canvas .google-map-card,body .nearby-map-canvas>.map-card:not(.google-map-card),body .nearby-map-canvas .google-map-card>div:first-child{height:100%!important;min-height:0!important}body .nearby-mobile-map-toggle,body .selected-branch-summary-card .summary-card-kicker{display:none!important}body .summary-branch-stats div:nth-child(1),body .summary-branch-stats div:nth-child(5){display:none!important}}.mobile-home-page{width:min(calc(100vw - 24px),560px);margin:12px auto 32px;display:grid;gap:12px}.mobile-home-hero,.mobile-category-card,.mobile-nearby-cta,.mobile-results-section{border:1px solid #ddf7f3;border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a12}.mobile-home-hero{padding:16px;background:linear-gradient(135deg,#f0fdfa,#fff 62%,#ecfeff)}.mobile-home-hero>p{margin:0 0 5px;color:#0f766e;font-size:12px;font-weight:900}.mobile-home-hero h1{margin:0 0 14px;max-width:420px;color:#111827;font-size:22px;line-height:1.25;letter-spacing:0}.mobile-scope-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-scope-tabs button{min-width:0;min-height:58px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#111827;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;padding:8px;text-align:left}.mobile-scope-tabs button.active{border-color:#14b8a6;background:#ccfbf1;color:#0f766e}.mobile-scope-tabs .scope-icon{width:32px;height:32px;min-width:32px}.mobile-scope-tabs strong,.mobile-scope-tabs small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-scope-tabs strong{font-size:13px;font-weight:950}.mobile-scope-tabs small{margin-top:2px;color:#64748b;font-size:10px;font-weight:750}.mobile-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mobile-quick-actions button,.mobile-more-results,.mobile-nearby-cta>button,.mobile-section-heading>button{border:1px solid #dbe7e5;border-radius:999px;background:#fff;color:#0f172a;min-height:44px;padding:0 12px;font-weight:900;white-space:nowrap}.mobile-quick-actions button:nth-child(2),.mobile-more-results,.mobile-nearby-cta>button{border-color:#14b8a6;background:#14b8a6;color:#fff}.mobile-category-card,.mobile-results-section{padding:14px}.mobile-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.mobile-section-heading h2,.mobile-section-heading p{margin:0}.mobile-section-heading h2{color:#111827;font-size:18px;font-weight:950;line-height:1.2}.mobile-section-heading p{color:#64748b;font-size:12px;font-weight:800}.mobile-section-heading strong{color:#0f766e}.mobile-section-heading>button{min-height:34px;color:#0f766e;font-size:12px}.mobile-category-scroll{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none}.mobile-category-scroll::-webkit-scrollbar{display:none}.mobile-category-scroll button{flex:0 0 auto;min-width:76px;min-height:42px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:12px;font-weight:900}.mobile-category-scroll button.active{border-color:#14b8a6;background:#ccfbf1;color:#0f766e}.mobile-category-scroll .category-icon{width:22px;height:22px;min-width:22px}.mobile-nearby-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;background:linear-gradient(135deg,#fff,#f0fdfa)}.mobile-nearby-cta p,.mobile-nearby-cta strong,.mobile-nearby-cta small{display:block;min-width:0}.mobile-nearby-cta p{margin:0 0 4px;color:#0f766e;font-size:12px;font-weight:900}.mobile-nearby-cta strong{color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:950}.mobile-nearby-cta small{margin-top:3px;color:#64748b;font-size:12px;font-weight:750}.mobile-results-section .sort-select{width:112px;min-width:112px;height:36px}.mobile-course-list{display:grid;grid-template-columns:1fr;gap:12px}.mobile-course-list .class-card{width:100%;max-width:100%}.mobile-more-results{width:100%;margin-top:14px}@media (max-width: 420px){.mobile-home-page{width:calc(100vw - 16px);gap:10px}.mobile-home-hero,.mobile-category-card,.mobile-nearby-cta,.mobile-results-section{border-radius:16px}.mobile-home-hero{padding:14px}.mobile-home-hero h1{font-size:20px}.mobile-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-nearby-cta{grid-template-columns:1fr}.mobile-nearby-cta>button{width:100%}}body .mooncen-filter-detail{grid-template-rows:auto auto!important;row-gap:20px!important;padding-top:0!important}body .mooncen-filter-detail>.mooncen-filter-title{display:block!important;grid-column:1 / -1!important;grid-row:1!important;align-self:start!important;margin:0!important;padding:0!important;color:#111827!important;font-size:13px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important}body .mooncen-filter-detail>.mooncen-filter-controls{grid-column:1!important;grid-row:2!important}body .mooncen-filter-detail>.mooncen-filter-actions{grid-column:2!important;grid-row:2!important}@media (max-width: 900px){body .mooncen-filter-detail>.mooncen-filter-controls,body .mooncen-filter-detail>.mooncen-filter-actions{grid-column:1!important}body .mooncen-filter-detail>.mooncen-filter-actions{grid-row:3!important}}.mobile-category-scroll .category-icon,.dashboard-category-chips .category-icon,.quick-category-strip .category-icon{overflow:hidden!important;contain:paint!important}.mobile-category-scroll .category-icon{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;border-radius:999px!important}.mobile-category-scroll .category-icon svg{width:15px!important;height:15px!important;min-width:15px!important;max-width:15px!important;display:block!important;overflow:hidden!important}.mobile-category-scroll .category-icon svg g{transform-origin:24px 24px!important}.dashboard-category-chips .category-icon,.mobile-category-card .category-icon,.mobile-category-scroll .category-icon,.quick-category-strip .category-icon,.category-icon{display:none!important}.scope-icon img,.scope-icon-img{display:block!important;width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;object-fit:contain!important}.mobile-scope-tabs .scope-icon,.mooncen-filter-scope .filter-mode-selector .scope-icon{position:static!important;inset:auto!important;transform:none!important;flex:0 0 32px!important;width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;overflow:hidden!important}.mobile-scope-tabs .scope-icon img,.mooncen-filter-scope .filter-mode-selector .scope-icon img{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important}
