
/* Nuray / O Bir Anne — ortak public UI */
:root{
  --main-bg:#fff8fb;
  --card-bg:#ffffff;
  --text-color:#2d2530;
  --border-soft:#efdce6;
  --brand-rose:#c84b7d;
  --brand-rose-dark:#a93a68;
  --brand-plum:#55334f;
  --muted:#786a76;
  --page-width:1180px;
  --header-height:72px;
  --shadow-sm:0 8px 24px rgba(91,45,73,.07);
  --shadow-md:0 18px 42px rgba(91,45,73,.11);
}
html{scroll-behavior:smooth;overflow-x:hidden}
body{min-height:100vh;margin:0;font-family:Inter,"Segoe UI Variable","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--main-bg);color:var(--text-color);overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.site-women{padding-bottom:0}
body a{-webkit-tap-highlight-color:transparent}
img{max-width:100%}
button,input,select,textarea{font:inherit}
:focus-visible{outline:3px solid rgba(200,75,125,.35);outline-offset:2px}

/* Header */
.site-header{min-height:72px;background:linear-gradient(100deg,#332230 0%,#523047 52%,#332230 100%)!important;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);transition:box-shadow .2s ease,background .2s ease}
.site-header.nuray-scrolled{box-shadow:0 12px 28px rgba(46,27,42,.25)!important}
.header-container{display:grid;grid-template-columns:minmax(255px,1fr) minmax(300px,430px) minmax(330px,1fr);gap:22px;align-items:center;max-width:var(--page-width)}
.header-main-row{display:flex;align-items:center;min-width:0}
.navbar-brand{min-width:0;color:#fff!important;text-decoration:none;line-height:1}
.brand-logo{width:42px;height:42px;object-fit:cover;border-radius:13px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.22);flex:0 0 auto}
.brand-fallback{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#ef7eaa,#a93f6d);color:#fff}
.brand-name{font-weight:900;letter-spacing:-.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-youtube-badge{display:inline-flex;align-items:center;flex:0 0 auto;padding:6px 9px;border-radius:999px;background:linear-gradient(135deg,#dc6d99,#a63d68);font-size:.62rem;font-weight:900;letter-spacing:.03em;border:1px solid rgba(255,255,255,.16);color:#fff}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.btn-theme-toggle{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.09);color:#fff;transition:transform .18s ease,background .18s ease}
.btn-theme-toggle:hover{background:rgba(255,255,255,.17);transform:translateY(-1px)}
.header-search-wrap{width:100%;min-width:0}
.header-search-form{height:44px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:0;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);overflow:hidden}
.search-leading{padding-left:15px;color:#f1c8d9}
.header-search-input{min-width:0;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;height:42px;padding:0 10px!important}
.header-search-input::placeholder{color:rgba(255,255,255,.58)!important}
.header-search-clear{border:0;background:transparent;color:#d9c2cf;padding:8px;display:inline-grid;place-items:center}
.header-search-btn{height:44px;min-width:48px;border:0;border-radius:0!important;background:linear-gradient(135deg,var(--brand-rose),var(--brand-rose-dark))!important;color:#fff!important}
.live-search-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:2500;padding:8px;border:1px solid var(--border-soft);background:#fff;border-radius:18px;box-shadow:0 22px 55px rgba(58,32,49,.18);max-height:min(430px,70vh);overflow:auto}
.live-search-dropdown.is-open{display:block}
.live-search-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:13px;text-decoration:none;color:#2d2530!important;min-width:0}
.live-search-item:hover,.live-search-item:focus-visible{background:#fff1f6}
.live-search-item img{width:76px;height:43px;border-radius:9px;object-fit:cover;flex:0 0 auto;background:#f3e7ee}
.live-search-item-article img{width:60px;height:60px}
.desktop-nav-wrap{min-width:0}
.desktop-nav{justify-content:flex-end;flex-wrap:nowrap;gap:4px}
.desktop-nav .nav-link{display:inline-flex;align-items:center;white-space:nowrap;color:rgba(255,255,255,.78)!important;border:1px solid transparent;border-radius:12px;padding:9px 11px;font-size:.86rem;transition:background .18s ease,color .18s ease,transform .18s ease}
.desktop-nav .nav-link:hover{color:#fff!important;background:rgba(255,255,255,.08)!important;transform:translateY(-1px)}
.desktop-nav .nav-link.active{color:#fff!important;background:linear-gradient(135deg,var(--brand-rose),var(--brand-rose-dark))!important;box-shadow:0 8px 20px rgba(200,75,125,.25)}
.social-sidebar{position:fixed;left:12px;top:50%;transform:translateY(-50%);z-index:1200;display:flex;flex-direction:column;gap:6px;padding:7px;border-radius:16px;background:rgba(56,33,51,.9);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 34px rgba(37,22,34,.2);backdrop-filter:blur(12px)}
.social-sidebar a{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff;text-decoration:none;transition:transform .18s ease,filter .18s ease}
.social-sidebar a:hover{transform:translateX(3px) scale(1.04);filter:brightness(1.08)}
.bg-yt{background:#f03867}.bg-ig{background:linear-gradient(135deg,#ee7f9a,#b54578)}.bg-tk,.bg-tw{background:#221921}.bg-fb{background:#4169b8}.bg-wb{background:#8b5ca5}

/* Common listing/card surfaces */
.site-shell{min-height:60vh}.content-container{width:min(1120px,calc(100% - 28px));margin:0 auto}
.section-card{background:var(--card-bg);border:1px solid rgba(125,90,115,.13);border-radius:22px;box-shadow:var(--shadow-sm)}
.clickable-card{cursor:pointer;color:inherit;background:var(--card-bg)!important;border:1px solid var(--border-soft)!important;border-radius:22px!important;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.clickable-card:hover{color:inherit;transform:translateY(-4px);box-shadow:var(--shadow-md)!important;border-color:#e5bfd0!important}
.card-img-container{position:relative;padding-top:56.25%;overflow:hidden;background:#f6eaf0}
.card-img-container.short-ratio{padding-top:150%}
.card-img-container img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.clickable-card:hover .card-img-container img{transform:scale(1.025)}
.card-title.text-truncate-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.home-section-heading{margin-top:4px}
.empty-women{background:rgba(255,255,255,.82);border:1px dashed #e1b9cd;border-radius:22px;padding:46px 24px;text-align:center;color:var(--muted)}
.page-link{color:var(--brand-rose-dark)!important;border-color:var(--border-soft)!important;background:#fff!important;border-radius:12px!important}
.page-item.active .page-link{background:linear-gradient(135deg,var(--brand-rose),var(--brand-rose-dark))!important;border-color:transparent!important;color:#fff!important}

/* Footer */
.footer-yt{margin-top:60px;background:linear-gradient(135deg,#291b27,#41243b 55%,#281923);border-top:1px solid rgba(239,180,207,.14);color:#f5eaf1}
.footer-brand-row{display:flex;align-items:center;gap:12px}.footer-brand-row img{border-radius:14px;object-fit:cover;box-shadow:0 7px 18px rgba(0,0,0,.25)}
.footer-kicker{font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:#edb1ca;font-weight:900}.footer-brand-title{font-size:1.25rem;font-weight:900}.footer-copy{max-width:520px;color:#cab9c4;line-height:1.7;font-size:.88rem;margin:16px 0}
.footer-subscribe{display:inline-flex;align-items:center;padding:10px 15px;border-radius:999px;background:linear-gradient(135deg,#e26898,#af3c6c);color:#fff;text-decoration:none;font-weight:850;box-shadow:0 10px 24px rgba(208,92,139,.18)}
.footer-heading{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#efbdd2;font-weight:900;margin-bottom:12px}
.footer-link{display:flex;align-items:center;color:#bfaeba;text-decoration:none;padding:5px 0;font-size:.85rem}.footer-link:hover{color:#fff}
.footer-socials{display:flex;gap:8px;flex-wrap:wrap}.footer-socials a{width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.1)}.footer-socials a:hover{background:rgba(255,255,255,.14)}
.footer-note{padding:17px;border-radius:18px;border:1px solid rgba(239,180,207,.12);background:rgba(255,255,255,.055);display:flex;flex-direction:column;gap:7px;color:#cbbbc5;font-size:.82rem;line-height:1.55}.footer-note strong{color:#fff;font-size:.9rem}.footer-note-icon{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#e26898,#af3c6c);display:grid;place-items:center;color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:16px;color:#9f8e9b;font-size:.74rem}
.mobile-bottom-nav{display:none}
#btnScrollToTop{position:fixed;right:18px;bottom:18px;z-index:2300;width:44px;height:44px;border:0;border-radius:50%;display:none;place-items:center;background:linear-gradient(135deg,var(--brand-rose),var(--brand-rose-dark));color:#fff;box-shadow:0 10px 24px rgba(91,45,73,.25)}

/* Dark mode */
[data-bs-theme="dark"] body.site-women{--main-bg:#171218;--card-bg:#241e25;--text-color:#f4eaf1;--border-soft:#493845;--muted:#c8b8c4;background:radial-gradient(circle at 10% 8%,rgba(201,75,125,.12),transparent 25rem),#171218}
[data-bs-theme="dark"] .section-card,[data-bs-theme="dark"] .clickable-card,[data-bs-theme="dark"] .nuray-hero,[data-bs-theme="dark"] .nuray-feature-card,[data-bs-theme="dark"] .nuray-small-card,[data-bs-theme="dark"] .nuray-short-card,[data-bs-theme="dark"] .nuray-article-card{background:#241e25!important;border-color:#4a3946!important}
[data-bs-theme="dark"] .live-search-dropdown{background:#211a20;border-color:#493845}.site-women [data-bs-theme="dark"] .live-search-item,[data-bs-theme="dark"] .live-search-item{color:#f3eaf0!important}.live-search-item:hover{background:rgba(200,75,125,.13)}
[data-bs-theme="dark"] .empty-women{background:#241e25;border-color:#5a4452}.footer-yt a{color:#cdbcc8}

/* Responsive */
@media(max-width:1080px){
  .header-container{grid-template-columns:minmax(240px,1fr) minmax(250px,360px);}.desktop-nav-wrap{grid-column:1/-1;order:3;padding-bottom:5px}.desktop-nav{justify-content:flex-start}.social-sidebar{display:none}
}
@media(max-width:767.98px){
  body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  .header-container{display:grid;grid-template-columns:1fr;gap:10px;padding-top:8px;padding-bottom:10px}
  .site-header{min-height:auto}.header-main-row{width:100%}.brand-logo{width:38px;height:38px;border-radius:12px}.brand-fallback{width:38px;height:38px}.brand-name{font-size:.95rem}.brand-youtube-badge{font-size:.56rem;padding:5px 7px}.header-actions{margin-left:auto}.btn-theme-toggle{width:38px;height:38px}
  .header-search-wrap{order:2}.header-search-form{height:42px}.header-search-btn{height:42px;min-width:44px}.desktop-nav-wrap{display:block;order:3;overflow:hidden}.desktop-nav{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none}.desktop-nav::-webkit-scrollbar{display:none}.desktop-nav .nav-link{font-size:.77rem;padding:8px 10px}
  .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:2200;display:grid;grid-template-columns:repeat(4,1fr);padding:7px 6px max(7px,env(safe-area-inset-bottom));background:linear-gradient(90deg,#613051,#8f4469,#613051);box-shadow:0 -12px 28px rgba(43,22,37,.24);border-top:1px solid rgba(255,255,255,.1)}
  .mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:rgba(255,255,255,.72);text-decoration:none;font-size:.66rem;font-weight:800;min-height:52px;border-radius:13px}.mobile-bottom-nav a i{font-size:1.1rem;line-height:1}.mobile-bottom-nav a.active{color:#fff;background:rgba(255,255,255,.13)}
  #btnScrollToTop{right:13px;bottom:calc(84px + env(safe-area-inset-bottom));width:42px;height:42px}
  .content-container{width:min(100% - 20px,1120px)}.section-card{border-radius:18px}.clickable-card{border-radius:18px!important}.footer-yt{margin-top:42px}.footer-bottom{flex-direction:column;gap:5px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.clickable-card,.brand-logo,.btn-theme-toggle,.social-sidebar a{transition:none!important}}

/* article pages */
.article-wrap{max-width:1180px}.article-main{background:var(--card-bg);border:1px solid var(--border-soft);border-radius:25px;overflow:hidden;box-shadow:var(--shadow-sm)}.article-cover{display:block;width:100%;aspect-ratio:16/8;object-fit:cover;background:#f3e7ee}.article-title{font-weight:950;line-height:1.06;letter-spacing:-.5px}.article-meta{font-size:.8rem;color:var(--muted)}.article-excerpt{font-size:1.06rem;line-height:1.78;color:var(--muted)}.article-body{font-size:1.03rem;line-height:1.92;overflow-wrap:anywhere}.article-body a{color:var(--brand-rose-dark);overflow-wrap:anywhere}.article-body h2,.article-body h3{color:var(--brand-plum);margin-top:1.7rem}.article-body img{max-width:100%;height:auto;border-radius:16px}.article-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:18px;background:#151014}.article-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.article-video-short{padding-bottom:177.78%;max-width:390px;margin:0 auto}.related-card{background:var(--card-bg);border:1px solid var(--border-soft)!important;border-radius:17px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.related-thumb{width:100%;aspect-ratio:16/9;object-fit:cover;background:#f3e7ee}.related-title{line-height:1.35}.sticky-related{top:90px}.site-women .article-body blockquote{border-left:4px solid #d8789f;margin:1.5rem 0;padding:.8rem 1rem;background:#fff0f6;border-radius:0 13px 13px 0;color:#624a5b}
@media(max-width:767px){.article-main{border-radius:18px}.article-title{font-size:1.66rem}.article-body,.article-excerpt{font-size:.98rem;line-height:1.84}.article-cover{aspect-ratio:16/9}.sticky-related{position:static!important}}


/* Video / watch page components */
.player-wrapper{background:#120d12;border-radius:22px;overflow:hidden;box-shadow:0 18px 42px rgba(43,20,37,.16);border:1px solid rgba(239,220,230,.12)}
.shorts-container{width:100%;max-width:390px;height:min(720px,78vh);min-height:520px;margin:0 auto;position:relative;background:#0d090c;border-radius:22px;overflow:hidden}
.video-container-16x9{position:relative;padding-bottom:56.25%;height:0;background:#0d090c}.video-container-16x9 iframe,.shorts-container iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.desc-collapsed{max-height:120px;overflow:hidden;position:relative}.desc-collapsed::after{content:"";position:absolute;left:0;right:0;bottom:0;height:55px;background:linear-gradient(transparent,var(--card-bg,#fff))}
.custom-card{background:var(--card-bg,#fff);border:1px solid var(--border-soft)!important;border-radius:20px!important}.btn-youtube{background:linear-gradient(135deg,#e84b68,#c03359);color:#fff;font-weight:850;border:0}.btn-youtube:hover{background:linear-gradient(135deg,#cf3d5c,#aa284a);color:#fff}
.compact-video-actions{border-left:4px solid var(--brand-rose);background:var(--card-bg,#fff);border-radius:0 18px 18px 0}.compact-video-actions .stat-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .7rem;border:1px solid var(--border-soft);border-radius:999px;background:rgba(255,255,255,.8);font-size:.8rem;font-weight:750}.stat-chip .label{color:var(--muted);font-size:.68rem;font-weight:650}
.manual-video-article{border-left:4px solid var(--brand-rose);border-radius:0 18px 18px 0}.manual-video-article .article-summary{font-size:1rem;line-height:1.8}
.video-site-stats{border-left:4px solid #b79aaa}.video-site-stats summary{cursor:pointer;list-style:none}.video-site-stats summary::-webkit-details-marker{display:none}.video-site-stats summary .summary-arrow{transition:transform .2s ease}.video-site-stats[open] summary .summary-arrow{transform:rotate(180deg)}
.metric-group-title{font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;font-weight:850;color:var(--muted);margin-bottom:.5rem}.metric-items{display:flex;flex-wrap:wrap;gap:.5rem}.metric-item{min-width:112px;padding:.55rem .7rem;border:1px solid var(--border-soft);border-radius:.8rem;background:var(--card-bg,#fff)}.metric-value{font-weight:850;font-size:1rem;line-height:1.1}.metric-label{font-size:.68rem;color:var(--muted);margin-top:.15rem}.metric-divider{width:1px;align-self:stretch;background:rgba(117,96,110,.2);margin:0 .25rem}.watch-progress-mini{height:5px;border-radius:99px;overflow:hidden;background:rgba(127,127,127,.18);margin-top:.35rem}.watch-progress-mini>span{display:block;height:100%;background:linear-gradient(90deg,var(--brand-rose),#ed9bc0);width:var(--watch-pct)}
.celik-next-popup{position:fixed;inset:0;background:rgba(31,18,28,.72);z-index:7000;pointer-events:auto;display:none;align-items:center;justify-content:center;padding:18px}.celik-next-popup.show{display:flex}.celik-next-card{width:min(440px,100%);background:var(--card-bg,#fff);color:var(--text-color,#212529);border-radius:22px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.32);text-align:center;border:1px solid var(--border-soft)}.celik-next-card h3{font-size:1.15rem;font-weight:900;margin:0 0 12px}.celik-next-preview{display:flex;gap:12px;align-items:center;text-align:left;background:rgba(127,127,127,.08);border-radius:14px;padding:10px;margin:0 0 14px}.celik-next-preview img{width:112px;height:63px;object-fit:cover;border-radius:10px;flex:0 0 auto;background:#111}.celik-next-preview-text{min-width:0;display:flex;flex-direction:column;gap:3px}.celik-next-preview-text strong{font-size:.88rem;line-height:1.25;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.celik-next-card p{margin:0 0 16px;color:var(--muted);line-height:1.45}.celik-next-count{font-size:2rem;font-weight:950;color:var(--brand-rose);line-height:1;margin:4px 0 18px}.celik-next-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.celik-next-actions button{border-radius:12px;padding:11px 16px;font-weight:850}
@media(max-width:991px){.shorts-container{max-width:100%;height:min(640px,78vh)}}
@media(max-width:520px){.shorts-container{min-height:470px;height:70vh;border-radius:18px}.celik-next-preview img{width:96px;height:54px}}

/* Women theme component refinements */
.nuray-home-shell{position:relative}.nuray-hero{position:relative;overflow:hidden;border:1px solid rgba(200,75,125,.16);border-radius:30px;padding:clamp(22px,4vw,44px);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,245,250,.96));box-shadow:0 18px 52px rgba(90,36,70,.09)}.nuray-hero::before{content:"";position:absolute;width:240px;height:240px;right:-60px;top:-80px;border-radius:50%;background:radial-gradient(circle,rgba(200,75,125,.19),transparent 68%);pointer-events:none}.nuray-hero::after{content:"♥";position:absolute;right:26px;bottom:17px;color:rgba(200,75,125,.18);font-size:42px;transform:rotate(8deg)}.nuray-hero-content{position:relative;z-index:1}.nuray-avatar{width:92px;height:92px;border-radius:28px;object-fit:cover;border:4px solid #fff;box-shadow:0 13px 30px rgba(93,53,93,.18)}.nuray-kicker{letter-spacing:.13em;text-transform:uppercase;font-size:.7rem;font-weight:900;color:var(--brand-rose)}.nuray-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:950;line-height:1.03;color:var(--brand-plum)}.nuray-lead{max-width:780px;color:var(--muted);font-size:1rem;line-height:1.74}.nuray-stat-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.nuray-stat{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--border-soft);padding:8px 12px;border-radius:999px;font-size:.8rem;font-weight:850;color:var(--brand-plum);box-shadow:0 5px 12px rgba(90,36,70,.04)}.nuray-stat i{color:var(--brand-rose)}.nuray-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.nuray-btn-primary{border:0;background:linear-gradient(135deg,var(--brand-rose),var(--brand-rose-dark));color:#fff!important;border-radius:999px;padding:11px 17px;font-weight:900;box-shadow:0 10px 24px rgba(200,75,125,.22)}.nuray-btn-soft{border:1px solid var(--border-soft);background:#fff6fa;color:var(--brand-rose-dark)!important;border-radius:999px;padding:11px 17px;font-weight:850;text-decoration:none}.nuray-section{margin-top:30px}.nuray-section-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:14px}.nuray-section-kicker{font-size:.69rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-rose);font-weight:900}.nuray-section-title{font-weight:950;color:var(--brand-plum);margin:2px 0 0}.nuray-section-sub{color:var(--muted);font-size:.85rem}.nuray-discover-tabs{display:flex;gap:8px;overflow:auto;padding:2px 2px 8px;scrollbar-width:none}.nuray-discover-tabs::-webkit-scrollbar{display:none}.nuray-discover-tabs a{flex:0 0 auto;text-decoration:none;border:1px solid var(--border-soft);background:#fff;padding:9px 14px;border-radius:999px;color:var(--brand-plum);font-size:.8rem;font-weight:850}.nuray-discover-tabs a.active,.nuray-discover-tabs a:hover{background:linear-gradient(135deg,var(--brand-rose),var(--brand-rose-dark));color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(200,75,125,.18)}.nuray-feature-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:15px}.nuray-feature-card,.nuray-small-card,.nuray-short-card,.nuray-article-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--border-soft);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .23s ease,box-shadow .23s ease}.nuray-feature-card:hover,.nuray-small-card:hover,.nuray-short-card:hover,.nuray-article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);color:inherit}.nuray-feature-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:#f4e8ef}.nuray-feature-media img,.nuray-small-thumb img,.nuray-short-thumb img,.nuray-article-thumb img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.nuray-feature-card:hover img,.nuray-small-card:hover img,.nuray-short-card:hover img,.nuray-article-card:hover img{transform:scale(1.025)}.nuray-rank{position:absolute;left:12px;top:12px;background:rgba(64,34,55,.93);color:#fff;border-radius:999px;padding:6px 9px;font-size:.7rem;font-weight:900}.nuray-rank strong{color:#ffd0e0;font-size:.88rem}.nuray-feature-body{padding:14px 15px 16px}.nuray-feature-title{font-weight:900;line-height:1.34;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nuray-feature-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px;font-size:.73rem;color:var(--muted)}.nuray-chip{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 8px;background:#fff0f6;color:var(--brand-plum);font-weight:850}.nuray-horizontal{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.nuray-small-thumb{aspect-ratio:16/9;background:#f4e8ef;overflow:hidden}.nuray-small-body{padding:11px 12px 13px}.nuray-small-title{font-size:.9rem;font-weight:880;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nuray-small-meta{margin-top:8px;color:var(--muted);font-size:.72rem;display:flex;justify-content:space-between;gap:8px}.nuray-short-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.nuray-short-thumb{aspect-ratio:9/14;background:#f4e8ef}.nuray-short-body{padding:10px}.nuray-short-title{font-size:.77rem;font-weight:880;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nuray-short-meta{font-size:.69rem;color:var(--muted);margin-top:7px}.nuray-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.nuray-article-thumb{aspect-ratio:16/9;background:#f4e8ef}.nuray-article-body{padding:12px}.nuray-article-title{font-size:.89rem;font-weight:900;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nuray-reveal{opacity:0;transform:translateY(17px);transition:opacity .55s ease,transform .55s ease}.nuray-reveal.is-visible{opacity:1;transform:none}
@media(max-width:1080px){.nuray-feature-grid{grid-template-columns:1fr 1fr}.nuray-feature-card:first-child{grid-column:1/-1}.nuray-short-row{grid-template-columns:repeat(4,1fr)}}
@media(max-width:900px){.nuray-horizontal{grid-template-columns:repeat(2,1fr)}.nuray-article-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.nuray-hero{border-radius:22px;padding:20px}.nuray-avatar{width:70px;height:70px;border-radius:21px}.nuray-feature-grid,.nuray-horizontal,.nuray-article-grid{grid-template-columns:1fr}.nuray-feature-card:first-child{grid-column:auto}.nuray-short-row{grid-template-columns:repeat(2,1fr)}.nuray-short-card:nth-child(n+5){display:none}.nuray-title{font-size:1.72rem}.nuray-lead{font-size:.92rem;line-height:1.68}.nuray-section-head{align-items:flex-start;flex-direction:column;gap:7px}.nuray-actions a{width:100%;text-align:center}.nuray-stat{font-size:.72rem}.nuray-hero::after{font-size:32px;right:17px;bottom:13px}}
@media(prefers-reduced-motion:reduce){.nuray-reveal{opacity:1;transform:none;transition:none}.nuray-feature-card,.nuray-small-card,.nuray-short-card,.nuray-article-card{transition:none}}

/* Header fit guard: keep the visible channel name readable without changing routing or data. */
.navbar-brand{flex:1 1 auto;min-width:0;gap:8px!important}
.header-main-row{gap:8px}
.brand-name{flex:0 0 auto;overflow:visible;text-overflow:clip}
.brand-youtube-badge{white-space:nowrap}
@media (min-width:1201px){.header-main-row{max-width:100%}}
@media (max-width:700px){.header-main-row{gap:6px}.brand-name{font-size:.92rem}.brand-youtube-badge{font-size:.54rem;padding:5px 6px}}

/* === 2026-09-21 layout stabilizer: header / footer / discover === */
.site-header .header-container{
  width:min(1180px,calc(100% - 28px));
  max-width:1180px;
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center;
  gap:18px;
  padding-top:9px;
  padding-bottom:9px;
}
.site-header .header-main-row{
  flex:0 0 270px;
  width:270px;
  min-width:270px;
  display:flex;
  align-items:center;
  gap:8px;
}
.site-header .navbar-brand{
  display:flex !important;
  align-items:center;
  gap:8px;
  flex:1 1 auto;
  min-width:0;
  max-width:100%;
  padding:0 !important;
  margin:0 !important;
}
.site-header .brand-logo,.site-header .brand-fallback{
  flex:0 0 42px;
  width:42px !important;
  height:42px !important;
  min-width:42px;
  max-width:42px;
  object-fit:cover;
}
.site-header .brand-name{
  flex:0 0 auto;
  max-width:104px;
  overflow:visible !important;
  white-space:nowrap;
  text-overflow:clip !important;
  font-size:.97rem;
  font-weight:900;
  color:#fff !important;
}
.site-header .brand-youtube-badge{
  flex:0 0 auto;
  white-space:nowrap;
  font-size:.58rem;
  padding:6px 8px;
}
.site-header .header-actions{flex:0 0 auto;justify-content:flex-end;margin-left:auto}
.site-header .header-search-wrap{
  flex:0 0 360px;
  width:360px;
  max-width:360px;
  min-width:0;
}
.site-header .header-search-form{width:100%;max-width:360px;height:44px}
.site-header .header-search-input{width:100%;min-width:0;font-size:.88rem}
.site-header .header-search-btn{width:46px;min-width:46px}
.site-header .desktop-nav-wrap{
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
}
.site-header .desktop-nav{
  width:100%;
  justify-content:flex-end;
  gap:2px;
  flex-wrap:nowrap;
  overflow:visible;
}
.site-header .desktop-nav .nav-item{flex:0 0 auto}
.site-header .desktop-nav .nav-link{padding:9px 8px;font-size:.79rem}

.nuray-hero-compact{padding:clamp(22px,3vw,32px) clamp(20px,3.2vw,34px);border-radius:28px}
.nuray-hero-compact .row{--bs-gutter-x:1.5rem}
.nuray-hero-top{margin-bottom:10px !important}
.nuray-hero-compact .nuray-avatar{width:76px;height:76px;border-radius:23px}
.nuray-hero-compact .nuray-title{font-size:clamp(1.8rem,3.5vw,2.7rem);max-width:720px;margin-bottom:10px !important}
.nuray-hero-compact .nuray-lead{max-width:680px;font-size:.95rem;line-height:1.62;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.nuray-hero-compact .nuray-stat-row{margin-top:14px}
.nuray-hero-compact .nuray-actions{margin-top:15px}
.nuray-hero-badge{display:inline-flex;align-items:center;gap:3px;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#fff0f6;color:var(--brand-rose-dark);border:1px solid #f0d4e0;font-size:.68rem;font-weight:900;letter-spacing:.02em}
.nuray-hero-menu{border-radius:21px !important;background:rgba(255,255,255,.86) !important}

.nuray-rank{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(52,28,45,.94);box-shadow:0 8px 18px rgba(35,18,29,.20);font-size:.67rem;font-weight:800;letter-spacing:.01em;backdrop-filter:blur(5px)}
.nuray-rank-medal{font-size:1rem;line-height:1}
.nuray-rank strong{font-size:.82rem;color:#fff}
.nuray-feature-card:hover .nuray-rank{transform:translateY(-1px);background:rgba(200,75,125,.95)}

.footer-about{margin:14px 0 12px;max-width:560px;border:1px solid rgba(239,180,207,.13);border-radius:15px;background:rgba(255,255,255,.045);overflow:hidden}
.footer-about summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;color:#f4dce7;font-size:.82rem;font-weight:850;cursor:pointer;list-style:none;user-select:none}
.footer-about summary::-webkit-details-marker{display:none}
.footer-about summary > span{display:inline-flex;align-items:center}
.footer-about-chevron{transition:transform .18s ease}
.footer-about[open] .footer-about-chevron{transform:rotate(180deg)}
.footer-about .footer-copy{max-width:none;margin:0;padding:0 13px 13px;color:#cdbbc7;font-size:.82rem;line-height:1.65}
.footer-network{display:grid;gap:6px}
.footer-network-link{display:flex;align-items:center;gap:9px;min-width:0;padding:7px 8px;border-radius:13px;text-decoration:none;color:#d0bfca;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.055);transition:background .18s ease,transform .18s ease,color .18s ease}
.footer-network-link:hover{color:#fff;background:rgba(255,255,255,.09);transform:translateX(2px)}
.footer-network-icon{width:30px;height:30px;flex:0 0 30px;border-radius:10px;display:grid;place-items:center;background:rgba(224,103,151,.18);color:#f1b6cb}
.footer-network-link > span:last-child{min-width:0;display:flex;flex-direction:column}
.footer-network-link strong{font-size:.76rem;line-height:1.1;color:#fff}
.footer-network-link small{font-size:.65rem;line-height:1.2;color:#bdaeba;margin-top:2px}

@media (max-width:1180px) and (min-width:1081px){
  .site-header .header-container{gap:13px}
  .site-header .header-main-row{flex-basis:255px;width:255px;min-width:255px}
  .site-header .header-search-wrap{flex-basis:330px;width:330px;max-width:330px}
  .site-header .header-search-form{max-width:330px}
  .site-header .brand-name{max-width:92px;font-size:.93rem}
  .site-header .desktop-nav .nav-link{padding-inline:6px;font-size:.74rem}
}
@media (max-width:1080px){
  .site-header .header-container{flex-wrap:wrap !important;gap:9px 14px;padding-top:8px;padding-bottom:9px}
  .site-header .header-main-row{order:1;flex:1 1 280px;width:auto;min-width:250px}
  .site-header .header-search-wrap{order:2;flex:0 1 360px;width:min(360px,100%);max-width:360px}
  .site-header .desktop-nav-wrap{order:3;flex:1 0 100%;width:100%}
  .site-header .desktop-nav{justify-content:flex-start;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
  .site-header .desktop-nav::-webkit-scrollbar{display:none}
}
@media (max-width:767.98px){
  .site-header .header-container{width:calc(100% - 18px);gap:8px}
  .site-header .header-main-row{min-width:0;flex-basis:100%;width:100%}
  .site-header .header-search-wrap{flex-basis:100%;width:100%;max-width:none}
  .site-header .header-search-form{max-width:none}
  .site-header .brand-logo,.site-header .brand-fallback{width:38px !important;height:38px !important;min-width:38px;flex-basis:38px}
  .site-header .brand-name{max-width:none;font-size:.94rem}
  .site-header .brand-youtube-badge{font-size:.54rem;padding:5px 7px}
  .site-header .desktop-nav .nav-link{font-size:.75rem;padding:8px 9px}
  .nuray-hero-compact{padding:18px;border-radius:21px}
  .nuray-hero-compact .nuray-avatar{width:65px;height:65px;border-radius:20px}
  .nuray-hero-compact .nuray-title{font-size:1.76rem}
  .nuray-hero-compact .nuray-lead{-webkit-line-clamp:4;font-size:.9rem}
  .footer-about{margin-top:12px}
}


/* v4 stability: prevent header search from consuming the channel brand. */
.site-header .header-container{gap:14px}
.site-header .header-main-row{flex:0 0 304px;width:304px;min-width:304px}
.site-header .brand-name{max-width:145px;overflow:visible!important;white-space:nowrap;text-overflow:clip!important}
.site-header .header-search-wrap{flex:0 0 300px;width:300px;max-width:300px}
.site-header .header-search-form{max-width:300px}
.site-header .desktop-nav-wrap{flex:1 1 auto;min-width:0}
.site-header .desktop-nav{justify-content:flex-end;gap:2px}
.site-header .desktop-nav .nav-link{padding-inline:7px}
@media (max-width:1180px) and (min-width:1081px){
  .site-header .header-main-row{flex-basis:294px;width:294px;min-width:294px}
  .site-header .header-search-wrap,.site-header .header-search-form{flex-basis:270px;width:270px;max-width:270px}
  .site-header .brand-name{max-width:138px;font-size:.95rem}
  .site-header .desktop-nav .nav-link{padding-inline:5px;font-size:.73rem}
}
@media (max-width:1080px){
  .site-header .header-main-row{flex-basis:100%;width:100%;min-width:0}
  .site-header .header-search-wrap,.site-header .header-search-form{flex-basis:100%;width:100%;max-width:none}
}
.desc-collapsed{max-height:120px;overflow:hidden;position:relative}
.desc-collapsed::after{content:"";position:absolute;left:0;right:0;bottom:0;height:58px;background:linear-gradient(transparent,var(--card-bg,#fff));pointer-events:none}
.desc-expanded{max-height:none;overflow:visible;position:relative}
.article-video{max-width:100%;}
.article-video-short{padding-bottom:0!important;height:min(68vh,620px);max-height:620px;max-width:360px;aspect-ratio:9/16;margin:0 auto;overflow:hidden}
.article-video-short iframe{height:100%;width:100%}
@media(max-width:767px){
  .site-header .brand-name{max-width:none;font-size:.93rem}
  .site-header .brand-youtube-badge{font-size:.53rem}
  .article-video-short{height:min(64vh,520px);max-height:520px;max-width:320px}
}

/* Discover suggestion card */
.nuray-recommend-card{margin-top:13px;padding:10px;border-radius:15px;background:linear-gradient(135deg,#fff3f8,#fff);border:1px solid #efd4df;display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;box-shadow:0 7px 18px rgba(88,41,68,.06)}
.nuray-recommend-thumb{width:92px;height:52px;border-radius:11px;object-fit:cover;flex:0 0 92px;background:#f1e3ea}
.nuray-recommend-copy{min-width:0}
.nuray-recommend-kicker{font-size:.62rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#c84b7d}
.nuray-recommend-title{font-size:.76rem;font-weight:900;line-height:1.28;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:2px}
.nuray-recommend-meta{font-size:.64rem;color:#8d7784;margin-top:4px}
@media(max-width:575px){.nuray-recommend-thumb{width:84px;height:48px;flex-basis:84px}.nuray-recommend-title{font-size:.73rem}}

/* v5 stability pass */
.site-header .header-main-row{min-width:0!important}
.site-header .navbar-brand{min-width:0!important}
.site-header .brand-name{flex:0 0 auto;min-width:0;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap}
.site-header .header-search-wrap{min-width:0!important}
.desc-collapsed,.desc-expanded{transition:max-height .25s ease}
.desc-expanded{max-height:none!important;overflow:visible!important}
.article-video{width:100%;max-width:760px;margin-left:auto;margin-right:auto}
.article-video:not(.article-video-short){aspect-ratio:16/9;height:auto;padding-bottom:0;overflow:hidden}
.article-video:not(.article-video-short) iframe{display:block;position:static!important;width:100%;height:100%;aspect-ratio:16/9;min-height:0}
.article-video-short{height:min(62vh,560px)!important;max-height:560px!important;min-height:0!important;width:auto;aspect-ratio:9/16}
@media(max-width:1180px){.site-header .header-main-row{flex-basis:292px!important;width:292px!important;min-width:292px!important}.site-header .header-search-wrap,.site-header .header-search-form{flex-basis:255px!important;width:255px!important;max-width:255px!important}}
@media(max-width:1060px){.site-header .header-main-row{flex-basis:100%!important;width:100%!important;min-width:0!important}.site-header .header-search-wrap,.site-header .header-search-form{flex-basis:100%!important;width:100%!important;max-width:none!important}.site-header .desktop-nav-wrap{flex-basis:100%!important}}
@media(max-width:767px){.site-header .brand-name{max-width:135px!important;overflow:hidden!important;text-overflow:ellipsis!important}.article-video-short{height:min(64vh,500px)!important;max-height:500px!important;max-width:300px}}
