:root{--cc-navy:#0a1628;--cc-navy-mid:#0d1e38;--cc-navy-soft:#132040;--cc-red:#e63946;--cc-red-soft:rgba(230,57,70,0.12);--cc-red-border:rgba(230,57,70,0.35);--cc-bg:#f0f4ff;--cc-card:#ffffff;--cc-border:#e2e8f4;--cc-text:#0a1628;--cc-sub:#64748b;--cc-sub-soft:#94a3b8}.cc-root{background:var(--cc-bg);min-height:100vh;font-family:inherit;color:var(--cc-text)}.cc-hero{position:relative;background:var(--cc-navy);background-image:radial-gradient(circle at 50% 20%,#0f1f38 0,#060d1a 80%);padding:64px 24px 56px;border-bottom:1px solid rgba(255,255,255,.06);overflow:hidden}.cc-hero-grid-bg{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:22px 22px;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 85%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 85%)}.cc-hero-grid-bg,.cc-hero-grid-spotlight{position:absolute;inset:0;pointer-events:none;z-index:0}.cc-hero-grid-spotlight{opacity:0;transition:opacity .3s ease;--mouse-x:50%;--mouse-y:50%;background-image:radial-gradient(circle 280px at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.14) 0,rgba(255,255,255,.04) 50%,transparent 100%),linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);background-size:100% 100%,22px 22px,22px 22px;-webkit-mask-image:radial-gradient(circle 280px at var(--mouse-x) var(--mouse-y),black 0,black 35%,transparent 100%);mask-image:radial-gradient(circle 280px at var(--mouse-x) var(--mouse-y),black 0,black 35%,transparent 100%)}.cc-hero-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.cc-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cc-red);margin:0 0 18px}.cc-hero-eyebrow:before{content:"";width:28px;height:2px;background:var(--cc-red);display:inline-block}.cc-hero-title{font-size:56px;font-weight:900;margin:0 0 18px;letter-spacing:-1.5px;line-height:1.05;color:#ffffff}.cc-hero-accent{color:var(--cc-red)}.cc-hero-subtitle{font-size:17px;color:#94a3b8;margin:0 0 28px;line-height:1.6;max-width:520px}.cc-hero-trust{display:flex;align-items:center;gap:14px;margin-top:18px;font-size:13px;color:#94a3b8}.cc-hero-trust strong{color:#ffffff;font-weight:700}.cc-hero-trust .cc-trust-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.2);display:inline-block}.cc-search-wrap{position:relative;max-width:560px}.cc-search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);pointer-events:none;color:#94a3b8;z-index:2}.cc-search{width:100%;padding:16px 20px 16px 50px;border:1px solid rgba(255,255,255,.14);border-radius:12px;font-size:15px;font-family:inherit;color:#ffffff;background:#0d1e38;position:relative;z-index:2;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.cc-search::placeholder{color:#64748b}.cc-search:focus{outline:none;border-color:var(--cc-red);box-shadow:0 0 0 4px var(--cc-red-soft)}.cc-search-dropdown{position:absolute;top:calc(100% + 10px);left:0;right:0;background:var(--cc-card);border-radius:12px;box-shadow:0 24px 48px rgba(10,22,40,.16);border:1px solid var(--cc-border);z-index:100;max-height:320px;overflow-y:auto;padding:8px;text-align:left}.cc-search-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;transition:background .15s;text-decoration:none}.cc-search-item:hover{background:var(--cc-bg)}.cc-spotlight{background:var(--cc-navy-mid);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;color:#fff;position:relative;display:flex;flex-direction:column;box-shadow:0 24px 48px -16px rgba(10,22,40,.5)}.cc-spotlight,.cc-spotlight *,.cc-spotlight-meta,.cc-spotlight-price,.cc-spotlight-title{text-decoration:none}.cc-spotlight-rule{height:4px;background:var(--cc-red);flex-shrink:0}.cc-spotlight-thumb{width:100%;aspect-ratio:16/9;background:var(--cc-navy-mid);overflow:hidden;display:block}.cc-spotlight-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cc-spotlight:hover .cc-spotlight-thumb img{transform:scale(1.04)}.cc-spotlight-body{padding:22px 24px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.cc-spotlight-tag{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cc-red)}.cc-spotlight-title{font-size:22px;font-weight:800;line-height:1.25;margin:0;color:#fff;letter-spacing:-.5px}.cc-spotlight-meta{font-size:13px;color:var(--cc-sub-soft);display:flex;align-items:center;gap:8px}.cc-spotlight-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.cc-spotlight-price{font-size:20px;font-weight:800;color:#fff}.cc-spotlight-price-free{color:#4ade80}.cc-spotlight-cta{background:var(--cc-red);color:#fff;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:700;text-decoration:none;transition:background .2s ease,transform .2s ease;white-space:nowrap}.cc-spotlight-cta:hover{background:#d12d3a;transform:translateY(-1px)}.cc-chips-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 24px;background:var(--cc-card);border-bottom:1px solid var(--cc-border);max-width:1280px;margin:0 auto}.cc-chips-label{color:var(--cc-sub)}.cc-chip,.cc-chips-label{font-size:13px;font-weight:600}.cc-chip{display:inline-flex;align-items:center;gap:6px;background:var(--cc-red-soft);color:var(--cc-red);border-radius:20px;padding:4px 12px;border:1px solid var(--cc-red-border)}.cc-chip-remove{background:none;border:none;color:var(--cc-red);cursor:pointer;font-size:11px;padding:0;line-height:1;opacity:.7;transition:opacity .2s}.cc-chip-remove:hover{opacity:1}.cc-layout{max-width:1280px;width:96%;margin:0 auto;padding:40px 0 60px}.cc-root .hp-footer-inner{padding:0!important}.cc-root .hp-footer-bottom-bar,.cc-root .hp-footer-bottom-inner,.cc-root .hp-footer-inner{max-width:1280px!important;width:96%!important}.cc-filter-bar{background:var(--cc-card);border:1px solid var(--cc-border);border-radius:12px;padding:16px 20px;margin-bottom:28px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;box-shadow:0 2px 8px rgba(10,22,40,.04)}.cc-filter-label{font-size:14px;font-weight:700;color:var(--cc-navy)}.cc-select{appearance:none;background:var(--cc-bg);border:1px solid var(--cc-border);border-radius:8px;padding:9px 36px 9px 14px;font-size:14px;color:var(--cc-text);font-family:inherit;cursor:pointer;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.cc-select:hover{border-color:var(--cc-sub-soft)}.cc-select:focus-visible{border-color:var(--cc-red);box-shadow:0 0 0 3px var(--cc-red-soft)}.cc-feature-chips{display:inline-flex;gap:8px;flex-wrap:wrap}.cc-feature-chip{background:var(--cc-card);border:1px solid var(--cc-border);color:var(--cc-sub);padding:7px 14px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s ease,color .2s ease,border-color .2s ease}.cc-feature-chip:hover{border-color:var(--cc-sub-soft);color:var(--cc-text)}.cc-feature-chip[aria-pressed=true]{background:var(--cc-navy);color:#fff;border-color:var(--cc-navy)}.cc-feature-chip:focus-visible{outline:none;box-shadow:0 0 0 3px var(--cc-red-soft)}.cc-filter-spacer{flex:1}.cc-filter-toggle{display:none;background:var(--cc-navy);color:#fff;border:none;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;align-items:center;gap:8px}.cc-filter-toggle:focus-visible{outline:2px solid var(--cc-red);outline-offset:2px}.cc-main-content{width:100%}.cc-main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--cc-border);gap:16px;flex-wrap:wrap}.cc-results-count{font-size:14px;color:var(--cc-sub)}.cc-results-count strong{color:var(--cc-navy);font-weight:700}.cc-view-toggle{display:flex;gap:4px;background:var(--cc-bg);padding:4px;border-radius:8px}.cc-view-btn{background:none;border:none;padding:7px 10px;border-radius:6px;cursor:pointer;color:var(--cc-sub);transition:background .2s ease,color .2s ease;display:flex;align-items:center}.cc-view-btn:hover{background:var(--cc-card);color:var(--cc-navy)}.cc-view-btn:focus-visible{outline:2px solid var(--cc-red);outline-offset:1px}.cc-view-active{background:var(--cc-card)!important;color:var(--cc-red)!important;box-shadow:0 1px 4px rgba(10,22,40,.08)}.cc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.cc-list{gap:16px}.cc-card,.cc-list{display:flex;flex-direction:column}.cc-card{background:var(--cc-card);border-radius:14px;border:1px solid var(--cc-border);overflow:visible;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),border-color .28s ease;position:relative}.cc-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px -14px rgba(10,22,40,.18);border-color:var(--cc-red-border)}.cc-card:focus-within{border-color:var(--cc-red-border)}.cc-thumb{width:100%;aspect-ratio:16/9;background:var(--cc-bg);position:relative;overflow:hidden;border-radius:14px 14px 0 0;display:block}.cc-thumb-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cc-card:hover .cc-thumb-img{transform:scale(1.05)}.cc-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--cc-navy);color:rgba(255,255,255,.4)}.cc-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;z-index:2;box-shadow:0 2px 6px rgba(0,0,0,.15);letter-spacing:.04em}.cc-badge-bestseller{background:#f59e0b;color:#422006}.cc-badge-free{background:#22c55e;color:#fff}.cc-badge-new{background:#6366f1;color:#fff}.cc-badge-discount{background:var(--cc-red);color:#fff}.cc-arrow-overlay{position:absolute;inset:0;background:rgba(10,22,40,.35);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;z-index:3}.cc-card:hover .cc-arrow-overlay{opacity:1}.cc-arrow-circle{width:52px;height:52px;background:var(--cc-red);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 20px rgba(230,57,70,.4);transform:scale(.9);transition:transform .25s cubic-bezier(.175,.885,.32,1.275)}.cc-card:hover .cc-arrow-circle{transform:scale(1)}.cc-play-overlay{position:absolute;inset:0;background:rgba(10,22,40,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease,background .2s;z-index:3}.cc-card:hover .cc-play-overlay{opacity:1}.cc-play-overlay:hover{background:rgba(10,22,40,.5)}.cc-play-btn-circle{width:60px;height:60px;background:rgba(230,57,70,.92);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px rgba(230,57,70,.4);transform:scale(.9);transition:transform .25s cubic-bezier(.175,.885,.32,1.275),background .2s;border:none;cursor:pointer}.cc-play-overlay:hover .cc-play-btn-circle{transform:scale(1.08);background:var(--cc-red)}.cc-play-list .cc-play-btn-circle{width:46px;height:46px}.cc-wishlist-abs{position:absolute;top:12px;right:12px;z-index:4;background:rgba(255,255,255,.92);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(10,22,40,.12);transition:transform .2s ease,box-shadow .2s ease;color:var(--cc-sub)}.cc-wishlist-abs:hover{transform:scale(1.12);box-shadow:0 4px 14px rgba(10,22,40,.2)}.cc-wishlist-abs:focus-visible{outline:2px solid var(--cc-red);outline-offset:2px}.cc-wishlist-abs.is-active{color:var(--cc-red)}.cc-body{padding:18px 20px;flex-direction:column;flex:1}.cc-body,.cc-meta{display:flex;gap:8px}.cc-meta{font-size:12px;color:var(--cc-sub);align-items:center;flex-wrap:wrap}.cc-level-chip{background:var(--cc-red-soft);color:var(--cc-red);border:1px solid var(--cc-red-border);border-radius:4px}.cc-cert-chip,.cc-level-chip{padding:2px 8px;font-size:11px;font-weight:600}.cc-cert-chip{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:4px;display:inline-flex;align-items:center;gap:4px}.cc-meta-est{font-size:11px;color:var(--cc-sub-soft);font-style:italic}.cc-title{font-size:16px;font-weight:700;color:var(--cc-navy);margin:0;line-height:1.35;transition:color .2s ease}.cc-card:hover .cc-title{color:var(--cc-red)}.cc-instructor-row{gap:8px}.cc-avatar,.cc-instructor-row{display:flex;align-items:center}.cc-avatar{width:24px;height:24px;border-radius:50%;background:var(--cc-navy);color:#fff;font-size:10px;font-weight:700;justify-content:center;flex-shrink:0}.cc-instructor{font-size:12px;color:var(--cc-sub);font-weight:500}.cc-stars{display:inline-flex;align-items:center;gap:1px}.cc-rating-num{font-size:12px;font-weight:600;color:var(--cc-sub);margin-left:5px}.cc-footer{border-top:1px solid var(--cc-bg);padding-top:14px;display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:10px}.cc-price-wrap{display:flex;align-items:baseline;gap:8px}.cc-price-main{font-size:18px;font-weight:800;color:var(--cc-navy)}.cc-price-old{font-size:13px;color:var(--cc-sub-soft);text-decoration:line-through}.cc-enroll-btn{background:var(--cc-red);color:#fff;border:none;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease;text-decoration:none}.cc-enroll-btn:hover{background:#d12d3a;transform:translateY(-1px)}.cc-enroll-btn:focus-visible{outline:2px solid var(--cc-navy);outline-offset:2px}.cc-card-list{flex-direction:row;border-radius:12px;align-items:stretch;overflow:hidden}.cc-card-list:hover{transform:translateY(-3px)}.cc-thumb-list{width:220px;aspect-ratio:unset;min-height:150px;flex-shrink:0;border-radius:12px 0 0 12px}.cc-body-list{flex:1;padding:18px 22px;border-radius:0;gap:10px}.cc-body-list .cc-title{font-size:17px}.cc-desc{font-size:13px;color:var(--cc-sub);margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cc-card-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:18px 22px;border-left:1px solid var(--cc-bg);min-width:160px;gap:12px}.cc-wishlist-btn{background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease;color:var(--cc-sub);display:flex;align-items:center}.cc-wishlist-btn:hover{transform:scale(1.15);color:var(--cc-red)}.cc-wishlist-btn:focus-visible{outline:2px solid var(--cc-red);outline-offset:2px;border-radius:4px}.cc-clear-btn,.cc-wishlist-btn.is-active{color:var(--cc-red)}.cc-clear-btn{background:none;border:none;font-size:13px;font-weight:600;cursor:pointer;padding:5px 10px;border-radius:6px;transition:background .2s ease}.cc-clear-btn:hover{background:var(--cc-red-soft)}.cc-clear-btn:focus-visible{outline:2px solid var(--cc-red);outline-offset:1px}.cc-empty{grid-column:1/-1;text-align:center;padding:64px 20px 48px;background:var(--cc-card);border-radius:14px;border:1px solid var(--cc-border)}.cc-empty-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:var(--cc-red-soft);color:var(--cc-red);display:flex;align-items:center;justify-content:center}.cc-empty h3{margin:0 0 8px;color:var(--cc-navy);font-size:20px;font-weight:800}.cc-empty p{color:var(--cc-sub);margin:0 0 8px;font-size:14px}.cc-empty-hint{color:var(--cc-sub-soft);font-size:13px;margin-bottom:20px}.cc-popular-now{margin-top:32px;padding-top:32px;border-top:1px solid var(--cc-border)}.cc-popular-now h4{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cc-sub);margin:0 0 16px}.cc-popular-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;text-align:left}.cc-popular-card{display:flex;gap:12px;padding:12px;border:1px solid var(--cc-border);border-radius:10px;text-decoration:none;background:var(--cc-card);transition:border-color .2s ease,transform .2s ease}.cc-popular-card:hover{border-color:var(--cc-red-border);transform:translateY(-2px)}.cc-popular-thumb{width:56px;height:40px;border-radius:6px;background:var(--cc-bg);overflow:hidden;flex-shrink:0}.cc-popular-thumb img{width:100%;height:100%;object-fit:cover}.cc-popular-info{display:flex;flex-direction:column;gap:2px;min-width:0}.cc-popular-title{font-size:13px;font-weight:700;color:var(--cc-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-popular-meta{font-size:11px;color:var(--cc-sub)}.cc-loadmore-wrap{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:40px}.cc-loadmore-count{font-size:13px;color:var(--cc-sub)}.cc-loadmore-btn,.cc-loadmore-count strong{color:var(--cc-navy);font-weight:700}.cc-loadmore-btn{background:var(--cc-card);border:1px solid var(--cc-border);padding:12px 28px;border-radius:8px;font-size:14px;cursor:pointer;font-family:inherit;transition:border-color .2s ease,background .2s ease,transform .2s ease}.cc-loadmore-btn:hover{border-color:var(--cc-red);color:var(--cc-red);transform:translateY(-1px)}.cc-loadmore-btn:focus-visible{outline:2px solid var(--cc-red);outline-offset:2px}.cc-sheet-backdrop{position:fixed;inset:0;background:rgba(10,22,40,.5);z-index:200;opacity:0;transition:opacity .25s ease}.cc-sheet-backdrop.is-open{opacity:1}.cc-sheet{position:fixed;left:0;right:0;bottom:0;background:var(--cc-card);border-radius:16px 16px 0 0;padding:20px 20px 24px;z-index:201;max-height:80vh;overflow-y:auto;transform:translateY(100%);transition:transform .3s cubic-bezier(.22,1,.36,1);box-shadow:0 -12px 32px rgba(10,22,40,.2)}.cc-sheet.is-open{transform:translateY(0)}.cc-sheet-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--cc-border)}.cc-sheet-title{font-size:16px;font-weight:800;color:var(--cc-navy);margin:0}.cc-sheet-close{background:none;border:none;cursor:pointer;color:var(--cc-sub);padding:4px;border-radius:6px}.cc-sheet-close:hover{background:var(--cc-bg);color:var(--cc-navy)}.cc-sheet-row{margin-bottom:18px}.cc-sheet-row-label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cc-sub);margin:0 0 8px}.cc-sheet-actions{display:flex;gap:10px;margin-top:8px}.cc-sheet-actions .cc-clear-btn{flex:1;text-align:center;padding:10px;background:var(--cc-bg)}.cc-sheet-apply{flex:1;background:var(--cc-red);color:#fff;border:none;padding:10px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}.cc-sheet-apply:hover{background:#d12d3a}.reveal-item{opacity:0;transform:translateY(28px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.reveal-item.revealed{opacity:1;transform:translateY(0)}@keyframes shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.cc-skeleton{background:var(--cc-bg);background-image:linear-gradient(90deg,var(--cc-bg) 0,#e2e8f4 200px,var(--cc-bg) 400px);background-size:800px 100%;animation:shimmer 1.5s linear infinite;border-radius:6px}.cc-sk-nav{height:60px}.cc-sk-hero,.cc-sk-nav{width:100%;border-radius:0}.cc-sk-hero{height:320px}.cc-sk-filter{width:100%;height:70px;border-radius:10px;margin-bottom:28px}.cc-sk-card{width:100%;height:320px;border-radius:14px}.cc-card:focus-within .cc-title{color:var(--cc-red)}.cc-chip-remove:focus-visible,.cc-feature-chip:focus-visible,.cc-page-btn:focus-visible,.cc-search:focus-visible,.cc-select:focus-visible{outline:2px solid var(--cc-red);outline-offset:2px}@media (prefers-reduced-motion:reduce){.reveal-item{opacity:1;transform:none;transition:none}.cc-card,.cc-card-list{transition:border-color .2s ease,box-shadow .2s ease}.cc-card-list:hover,.cc-card:hover,.cc-card:hover .cc-thumb-img,.cc-spotlight:hover .cc-spotlight-thumb img{transform:none}.cc-arrow-circle,.cc-play-btn-circle,.cc-sheet,.cc-sheet-backdrop{transition:none}}@media (max-width:1024px){.cc-hero-inner{grid-template-columns:1fr;gap:36px}.cc-hero-title{font-size:44px}}@media (max-width:768px){.cc-hero{padding:48px 20px 40px}.cc-hero-title{font-size:34px;letter-spacing:-1px}.cc-hero-subtitle{font-size:15px}.cc-grid{grid-template-columns:1fr 1fr;gap:16px}.cc-card-list{flex-direction:column}.cc-thumb-list{width:100%;min-height:170px;border-radius:12px 12px 0 0}.cc-card-right{flex-direction:row;border-left:none;border-top:1px solid var(--cc-bg);min-width:unset}.cc-chips-bar{padding:12px 20px}.cc-filter-bar .cc-clear-btn,.cc-filter-bar .cc-feature-chips,.cc-filter-bar .cc-filter-label,.cc-filter-bar .cc-filter-spacer,.cc-filter-bar .cc-select{display:none}.cc-filter-bar{justify-content:space-between}.cc-filter-toggle{display:inline-flex}}@media (max-width:480px){.cc-grid{grid-template-columns:1fr}.cc-hero-title{font-size:28px;letter-spacing:-.5px}.cc-popular-grid{grid-template-columns:1fr}}