.favorite-channels-container{padding:1.5rem 1rem;width:100%}.favorites-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:0 .5rem}.favorites-header h2{margin:0;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:700;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.favorites-header-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#fbbf24;filter:drop-shadow(0 4px 12px rgba(251,191,36,.3))}.favorites-header-icon svg{width:100%;height:100%}.favorite-groups-list{display:flex;flex-direction:column;gap:2.5rem}.favorite-country-group{display:flex;flex-direction:column;gap:1rem}.favorite-country-header{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:8px;transition:background-color .2s ease}.favorite-country-header.clickable{cursor:pointer}.favorite-country-header.clickable:hover{background-color:rgba(255,255,255,.05)}.favorite-country-header .country-flag{font-size:1.5rem}.favorite-country-header h3{margin:0;font-size:1.2rem;color:#f8fafc;font-weight:600}.favorite-country-header .channel-count{font-size:.85rem;color:#94a3b8;background:rgba(255,255,255,.1);padding:.2rem .6rem;border-radius:12px;margin-left:.5rem}.favorite-channels-row{display:grid;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:min(85vw,320px);overflow-x:auto;grid-gap:.75rem 1rem;gap:.75rem 1rem;padding:.5rem 1rem 1.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.favorite-channels-row::-webkit-scrollbar{display:none}.favorite-card-wrapper{width:100%}@media (min-width:768px){.favorite-channels-row{grid-template-rows:auto;grid-auto-flow:row;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));overflow-x:visible;padding-bottom:0;gap:1.5rem}}.discovery-section{margin-top:4.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.06)}.discovery-section.empty-view{margin-top:1rem;padding-top:1.5rem}.discovery-header{font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:700;color:#f8fafc;margin:0 0 1.5rem;display:flex;align-items:center;justify-content:center;gap:.6rem;letter-spacing:-.01em;text-align:center}.popular-countries-grid{display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;gap:.85rem;padding:0 1rem;max-width:980px;margin:0 auto}.popular-country-btn{display:flex;align-items:center;gap:.8rem;padding:.85rem 1.4rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:14px;color:#f8fafc;cursor:pointer;transition:all .25s cubic-bezier(.25,.8,.25,1);box-shadow:0 2px 8px rgba(0,0,0,.12)}.popular-country-btn:hover{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.5);transform:translateY(-3px);box-shadow:0 6px 20px rgba(99,102,241,.15),0 2px 8px rgba(0,0,0,.15)}.popular-country-btn:active{transform:translateY(-1px)}.popular-country-btn .country-flag{font-size:1.35rem}.popular-country-btn .country-name{font-size:.95rem;font-weight:600}@media (max-width:767px){.popular-country-btn{padding:.7rem 1rem;justify-content:center}.discovery-header{font-size:1.05rem;margin:0 0 1.2rem}}