.channel-page{color:#172044;background:#fffdfa;min-height:100vh;padding:0 1.25rem 2rem;overflow-x:hidden}.channel-shell{width:100%;max-width:1460px;margin:0 auto}.public-site-header .nav-link{min-height:76px;position:relative}.public-site-header .nav-link-active{color:#7444e3}.public-site-header .nav-link-active:after{content:"";background:#7444e3;border-radius:999px 999px 0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.channel-breadcrumbs{color:#68738c;align-items:center;gap:12px;margin:8px 4px 18px;font-size:.8rem;display:flex}.channel-breadcrumbs a{color:inherit;text-decoration:none}.channel-breadcrumbs a:hover{color:#7444e3}.channel-breadcrumbs [aria-current=page]{color:#172044;font-weight:750}.channel-hero{background:radial-gradient(circle at 10% 30%,#f75b9721,#0000 27%),radial-gradient(circle at 90% 0,#568bff26,#0000 35%),linear-gradient(120deg,#fff9fc,#fbf9ff 55%,#f5f8ff);border:1px solid #e5e3ef;border-radius:16px;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:28px;min-height:235px;padding:2rem 2.5rem;display:grid;overflow:hidden}.channel-avatar-wrap{justify-content:center;display:flex}.channel-avatar{object-fit:cover;border:6px solid #fff;border-radius:50%;width:150px;height:150px;box-shadow:0 10px 28px #23274e29}.channel-avatar-fallback{color:#7041dc;background:#eee8ff;justify-content:center;align-items:center;font-size:3rem;font-weight:850;display:flex}.channel-hero-copy{min-width:0}.channel-eyebrow{color:#7041dc;letter-spacing:.05em;text-transform:uppercase;background:#eee9ff;border-radius:999px;width:fit-content;padding:.38rem .7rem;font-size:.67rem;font-weight:850;display:inline-flex}.channel-hero h1{color:#111936;letter-spacing:-.045em;overflow-wrap:anywhere;max-width:900px;margin:.72rem 0 0;font-size:clamp(2.25rem,4vw,3.65rem);line-height:1.05}.channel-hero-copy>p{color:#596681;max-width:850px;margin:.75rem 0 0;font-size:.96rem;line-height:1.55}.channel-hero-actions{flex-wrap:wrap;gap:12px;margin-top:1rem;display:flex}.channel-youtube-link,.channel-meta-pill{color:#48526b;background:#ffffffd1;border:1px solid #dddce7;border-radius:999px;align-items:center;gap:7px;min-height:38px;padding:.48rem .78rem;font-size:.75rem;font-weight:750;text-decoration:none;display:inline-flex}.channel-youtube-link svg,.channel-meta-pill svg{width:16px;height:16px}.channel-youtube-link svg:first-child{color:#f20b20;fill:#f20b20;stroke:#fff}.channel-youtube-link svg:last-child{color:#7444e3;fill:none;stroke:currentColor}a.channel-meta-pill:hover,.channel-youtube-link:hover{color:#6636d2;border-color:#cdbaf8;transform:translateY(-1px)}.channel-recipes-section{margin-top:26px;padding:0 1.5rem}.channel-section-heading{border-left:2px solid #e7e1f7;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;padding-left:22px;display:flex}.channel-section-heading h2{color:#111936;letter-spacing:-.025em;margin:0;font-size:clamp(1.35rem,2.2vw,1.85rem)}.channel-section-heading p{color:#68738c;max-width:650px;margin:.45rem 0 0;font-size:.78rem;line-height:1.5}.channel-sort{color:#69738a;flex:none;align-items:center;gap:10px;font-size:.75rem;display:flex}.channel-sort select{color:#26314f;min-height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dcdae5;border-radius:9px;padding:0 2.4rem 0 .8rem;font-weight:700}.channel-recipe-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.channel-recipe-card{background:#fff;border:1px solid #e6e4ec;border-radius:13px;min-width:0;min-height:285px;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden;box-shadow:0 7px 20px #1f23490b}.channel-recipe-card:hover{border-color:#d9ccf7;transform:translateY(-3px);box-shadow:0 14px 30px #4c368c1c}.channel-recipe-link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.channel-recipe-image-wrap{aspect-ratio:16/9;background:#f1eff5;width:100%;overflow:hidden}.channel-recipe-image,.channel-recipe-placeholder{width:100%;height:100%}.channel-recipe-image{object-fit:cover;transition:transform .22s;display:block}.channel-recipe-card:hover .channel-recipe-image{transform:scale(1.025)}.channel-recipe-placeholder{color:#858b9d;justify-content:center;align-items:center;font-size:.75rem;display:flex}.channel-recipe-copy{flex-direction:column;flex:1;padding:.72rem .8rem .8rem;display:flex}.channel-category-pill{color:#7041dc;letter-spacing:.025em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;background:#f1ecff;border-radius:5px;width:fit-content;max-width:100%;padding:.2rem .46rem;font-size:.61rem;font-weight:850;display:inline-flex;overflow:hidden}.channel-recipe-copy h3{color:#151d3b;letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.55em;margin:.48rem 0 0;font-size:.94rem;line-height:1.28;display:-webkit-box;overflow:hidden}.channel-recipe-meta{color:#69738b;flex-wrap:wrap;gap:14px;margin-top:auto;padding-top:.8rem;font-size:.68rem;display:flex}.channel-recipe-meta span{align-items:center;gap:5px;display:inline-flex}.channel-recipe-meta svg{color:#f44983;stroke-width:1.8px;width:15px;height:15px}.channel-page .public-promo-strip{margin:26px 1.5rem 0}.channel-page .footer-benefits{margin:20px 1.5rem 0}@media (max-width:1180px){.channel-recipe-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.channel-hero{grid-template-columns:135px minmax(0,1fr);padding:1.6rem}.channel-avatar{width:120px;height:120px}.channel-recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.channel-page{padding-inline:.75rem}.channel-breadcrumbs{white-space:nowrap;margin-top:4px;overflow:hidden}.channel-breadcrumbs span:last-child{text-overflow:ellipsis;overflow:hidden}.channel-hero{text-align:center;grid-template-columns:1fr;gap:18px;padding:1.35rem}.channel-avatar{width:112px;height:112px}.channel-eyebrow{margin-inline:auto}.channel-hero h1{font-size:clamp(2rem,11vw,3rem)}.channel-hero-actions{justify-content:center}.channel-recipes-section{padding-inline:0}.channel-section-heading{flex-direction:column;align-items:stretch;gap:14px}.channel-sort{justify-content:space-between}.channel-sort select{flex:1}.channel-recipe-grid{grid-template-columns:1fr}.channel-recipe-card{min-height:0}.channel-page .public-promo-strip,.channel-page .footer-benefits{margin-inline:0}}@media (max-width:420px){.channel-hero-actions>*{justify-content:center;width:100%}}
