:root{--bg: #f0f5fb;--bg2: #e8f0fa;--card: #ffffff;--text: #0f172a;--muted: #64748b;--line: #e2e8f0;--gold: #2563eb;--gold-dim: rgba(37, 99, 235, .14);--red: #ef4444;--radius: 14px;--fs-xs: .8125rem;--fs-sm: .875rem;--fs-body: 1rem;--fs-md: 1.0625rem;--leading-tight: 1.35;--leading-normal: 1.6;--leading-relaxed: 1.7;font-family:Noto Sans SC,DM Sans,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}html[data-palette="0"]{--portal-accent: #0891b2;--portal-accent-hover: #0e7490;--portal-accent-light: #22d3ee;--portal-accent-dark: #164e63;--portal-accent-soft: rgba(8, 145, 178, .16);--portal-coral: #ea580c;--portal-coral-soft: rgba(234, 88, 12, .14);--portal-page: #ecfeff;--portal-footer: #083344;--portal-footer-mid: #062c36}html[data-palette="1"]{--portal-accent: #e11d48;--portal-accent-hover: #be123c;--portal-accent-light: #fb7185;--portal-accent-dark: #881337;--portal-accent-soft: rgba(225, 29, 72, .14);--portal-coral: #f59e0b;--portal-coral-soft: rgba(245, 158, 11, .14);--portal-page: #fff1f2;--portal-footer: #4c0519;--portal-footer-mid: #2a0410}html[data-palette="2"]{--portal-accent: #7c3aed;--portal-accent-hover: #6d28d9;--portal-accent-light: #a78bfa;--portal-accent-dark: #4c1d95;--portal-accent-soft: rgba(124, 58, 237, .15);--portal-coral: #22c55e;--portal-coral-soft: rgba(34, 197, 94, .12);--portal-page: #f5f3ff;--portal-footer: #1e1b4b;--portal-footer-mid: #0f0d1a}html[data-palette="3"]{--portal-accent: #d97706;--portal-accent-hover: #b45309;--portal-accent-light: #fbbf24;--portal-accent-dark: #78350f;--portal-accent-soft: rgba(217, 119, 6, .14);--portal-coral: #06b6d4;--portal-coral-soft: rgba(6, 182, 212, .12);--portal-page: #fffbeb;--portal-footer: #422006;--portal-footer-mid: #271a0a}html[data-palette="4"]{--portal-accent: #059669;--portal-accent-hover: #047857;--portal-accent-light: #34d399;--portal-accent-dark: #064e3b;--portal-accent-soft: rgba(5, 150, 105, .14);--portal-coral: #ec4899;--portal-coral-soft: rgba(236, 72, 153, .12);--portal-page: #ecfdf5;--portal-footer: #022c22;--portal-footer-mid: #011910}html[data-palette="5"]{--portal-accent: #2563eb;--portal-accent-hover: #1d4ed8;--portal-accent-light: #60a5fa;--portal-accent-dark: #1e3a8a;--portal-accent-soft: rgba(37, 99, 235, .14);--portal-coral: #eab308;--portal-coral-soft: rgba(234, 179, 8, .14);--portal-page: #eff6ff;--portal-footer: #0f172a;--portal-footer-mid: #020617}html[data-palette="6"]{--portal-accent: #c026d3;--portal-accent-hover: #a21caf;--portal-accent-light: #e879f9;--portal-accent-dark: #701a75;--portal-accent-soft: rgba(192, 38, 211, .14);--portal-coral: #38bdf8;--portal-coral-soft: rgba(56, 189, 248, .12);--portal-page: #fdf4ff;--portal-footer: #3b0764;--portal-footer-mid: #1f0335}html[data-palette="7"]{--portal-accent: #0f766e;--portal-accent-hover: #115e59;--portal-accent-light: #2dd4bf;--portal-accent-dark: #134e4a;--portal-accent-soft: rgba(15, 118, 110, .14);--portal-coral: #fb7185;--portal-coral-soft: rgba(251, 113, 133, .12);--portal-page: #f0fdfa;--portal-footer: #042f2e;--portal-footer-mid: #021c1a}html:not([data-palette]){--portal-accent: #0891b2;--portal-accent-hover: #0e7490;--portal-accent-light: #22d3ee;--portal-accent-dark: #164e63;--portal-accent-soft: rgba(8, 145, 178, .16);--portal-coral: #ea580c;--portal-coral-soft: rgba(234, 88, 12, .14);--portal-page: #ecfeff;--portal-footer: #083344;--portal-footer-mid: #062c36}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:100%}html,body,#root{margin:0;min-height:100%}body{font-size:var(--fs-body);line-height:var(--leading-normal);background:linear-gradient(180deg,#f8fafc 0%,var(--bg) 40%,#e8f0fa 100%);color:var(--text);-webkit-tap-highlight-color:transparent;padding-bottom:env(safe-area-inset-bottom,0px);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible{outline:2px solid rgba(147,51,234,.55);outline-offset:2px}body.body-tpl-portal{background:radial-gradient(120% 80% at 100% 0%,var(--portal-accent-soft),transparent 52%),var(--portal-page);color:#111827}body.body-tpl-portal .container{width:min(80rem,calc(100% - 32px))}body.body-tpl-portal a:focus-visible,body.body-tpl-portal button:focus-visible,body.body-tpl-portal input:focus-visible,body.body-tpl-portal select:focus-visible,body.body-tpl-portal textarea:focus-visible,body.body-tpl-portal [tabindex]:not([tabindex="-1"]):focus-visible{outline:2px solid color-mix(in srgb,var(--portal-accent) 58%,transparent);outline-offset:2px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.app-shell{min-height:100dvh;min-height:100svh;display:flex;flex-direction:column;overflow-x:clip}.app-shell>main{flex:1}.container{width:min(1180px,calc(100% - 32px));margin:0 auto;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.portal-top-strip{text-align:center;font-size:var(--fs-xs);font-weight:600;letter-spacing:.02em;padding:8px 16px;padding-top:max(8px,env(safe-area-inset-top,0px));line-height:var(--leading-tight);color:#faf5ff;background:linear-gradient(95deg,var(--portal-accent-dark) 0%,var(--portal-accent) 46%,var(--portal-coral) 100%);border-bottom:1px solid rgba(255,255,255,.12)}.portal-top-strip__inner{display:flex;align-items:center;justify-content:center;gap:10px;text-align:left;max-width:72rem;margin:0 auto}.portal-top-strip__dot{flex-shrink:0;width:8px;height:8px;border-radius:999px;background:#fde68a;box-shadow:0 0 0 2px #fde68a59}.portal-top-strip__text{margin:0;font-size:inherit;font-weight:600;color:#fffffff5;line-height:1.5}@media (max-width: 640px){.portal-top-strip__inner{flex-direction:column;align-items:flex-start;gap:6px}.portal-top-strip__dot{display:none}}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);box-shadow:0 4px 24px #0f172a0f}.header-inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap;min-height:64px;padding:8px 0}.header-brand{display:flex;align-items:center;gap:10px;margin-right:auto}.header-brand__logo{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-weight:900;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 14px #2563eb59}.header-brand__text{display:flex;flex-direction:column;gap:0}.header-brand__text strong{font-size:17px;font-weight:800;letter-spacing:-.02em}.header-brand__text span{font-size:var(--fs-xs);color:var(--muted);line-height:1.35}.header-nav{display:flex;align-items:center;gap:6px 20px;flex-wrap:wrap}.header-nav a{font-size:var(--fs-sm);font-weight:600;color:#475569;padding:8px 0;min-height:44px;display:inline-flex;align-items:center;border-bottom:2px solid transparent}.header-nav a:hover{color:#1e40af}.header-nav a.active{color:#2563eb;border-bottom-color:#2563eb}.header-search{flex:1;min-width:min(220px,100%);max-width:320px;display:flex;height:40px;border-radius:999px;border:1px solid var(--line);background:var(--card);overflow:hidden}.header-search:focus-within{border-color:var(--gold-dim);box-shadow:0 0 0 2px var(--gold-dim)}.header-search input{flex:1;min-width:0;border:none;background:transparent;padding:0 14px;font-size:var(--fs-md);color:var(--text)}.header-search input::-moz-placeholder{color:#94a3b8}.header-search input::placeholder{color:#94a3b8}.header-search input:focus{outline:none}.header-search button{flex-shrink:0;border:none;padding:0 16px;font-size:var(--fs-sm);font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);cursor:pointer}.site-header--ref{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.header-inner--ref{width:min(80rem,calc(100% - 32px));max-width:80rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px 24px;min-height:4.5rem;padding:12px 0}.header-brand--ref{display:flex;align-items:center;gap:12px;min-width:0}.header-brand--ref .header-brand__logo{width:2.75rem;height:2.75rem;border-radius:.75rem;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#a855f7,#9333ea 45%,#7c3aed);box-shadow:0 4px 14px #9333ea59;flex-shrink:0}.header-brand__stack{display:flex;flex-direction:column;gap:2px;min-width:0}.header-brand__title{margin:0;font-size:1.0625rem;font-weight:800;letter-spacing:-.02em;color:#9333ea;line-height:1.2}.header-brand__sub{font-size:var(--fs-xs);font-weight:500;color:#9ca3af;line-height:1.4}.header-main-nav{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.header-main-nav__link{display:inline-flex;align-items:center;gap:6px;padding:.5rem .9rem;font-size:.9375rem;font-weight:500;color:#374151;border-radius:.5rem;border-bottom:none!important;transition:background .15s ease,color .15s ease}.header-main-nav__link:hover{color:#111827;background:#f3f4f6}.header-main-nav__link--active{color:#7c3aed!important;font-weight:600;background:#f3e8ff}.header-main-nav__ico{display:flex;color:#9333ea;opacity:.9}.header-main-nav__link--active .header-main-nav__ico{color:#7c3aed}.header-tools{display:flex;align-items:center;gap:12px;min-width:0}.header-search--ref{flex:1 1 auto;min-width:140px;max-width:280px;display:flex;align-items:center;height:2.75rem;padding:0 6px 0 14px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #0000000a}.header-search--ref:focus-within{border-color:#d8b4fe;box-shadow:0 0 0 3px #a855f733}.header-search--ref .header-search__icon{display:flex;color:#a78bfa;margin-right:8px;flex-shrink:0}.header-search--ref input{flex:1;min-width:0;border:none;background:transparent;padding:0 10px 0 0;font-size:var(--fs-md);color:#111827}.header-search--ref input::-moz-placeholder{color:#9ca3af}.header-search--ref input::placeholder{color:#9ca3af}.header-search--ref input:focus{outline:none}.header-login-btn{display:inline-flex;align-items:center;gap:6px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;color:#fff!important;border-radius:999px;background:linear-gradient(145deg,#a855f7,#9333ea 55%,#7c3aed);box-shadow:0 2px 12px #9333ea59;white-space:nowrap}.header-login-btn:hover{filter:brightness(1.06)}.header-login-btn svg{flex-shrink:0}.header-btn-logout{font:inherit;font-size:.8125rem;font-weight:600;color:#6b7280;padding:.4rem .65rem;border:none;border-radius:.375rem;background:#f3f4f6;cursor:pointer}.header-btn-logout:hover{color:#111827}.header-user-name--ref{color:#4b5563;font-size:.8125rem;font-weight:500;max-width:5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.body-tpl-portal .site-header--portal{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f}body.body-tpl-portal .header-brand--ref .header-brand__logo{background:linear-gradient(145deg,var(--portal-accent-light) 0%,var(--portal-accent) 55%,var(--portal-accent-hover) 100%);box-shadow:0 4px 14px #4f46e566}body.body-tpl-portal .header-brand__title{color:var(--portal-accent)}body.body-tpl-portal .header-main-nav__link{color:#374151}body.body-tpl-portal .header-main-nav__link:hover{color:#111827;background:#f3f4f6}body.body-tpl-portal .header-main-nav__link--active{color:var(--portal-accent-hover)!important;font-weight:600;background:var(--portal-accent-soft);box-shadow:inset 0 0 0 1px #4f46e547}body.body-tpl-portal .header-main-nav__ico{color:var(--portal-accent)}body.body-tpl-portal .header-main-nav__link--active .header-main-nav__ico{color:var(--portal-accent-hover)}body.body-tpl-portal .header-search--with-btn{display:flex;align-items:stretch;flex:1 1 auto;min-width:140px;max-width:360px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:0;height:auto;min-height:2.75rem;box-shadow:0 1px 2px #0000000a}body.body-tpl-portal .header-search--with-btn:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f138}body.body-tpl-portal .header-search--with-btn input{flex:1;min-width:0;border:none;background:transparent;padding:10px 12px;font-size:var(--fs-md);color:#111827}body.body-tpl-portal .header-search--with-btn input::-moz-placeholder{color:#9ca3af}body.body-tpl-portal .header-search--with-btn input::placeholder{color:#9ca3af}body.body-tpl-portal .header-search--with-btn input:focus{outline:none}body.body-tpl-portal .header-search__submit{flex-shrink:0;border:none;border-radius:0 9px 9px 0;padding:0 18px;font-size:var(--fs-sm);font-weight:700;color:#fff;cursor:pointer;background:linear-gradient(145deg,var(--portal-accent-light),var(--portal-accent))}body.body-tpl-portal .header-search__submit:hover{filter:brightness(1.05)}body.body-tpl-portal .header-link-login{font-size:var(--fs-sm);font-weight:600;color:#4b5563;padding:8px 10px}body.body-tpl-portal .header-link-login:hover{color:var(--portal-accent)}body.body-tpl-portal .header-reg--portal{min-height:40px;padding:0 18px;background:linear-gradient(145deg,var(--portal-accent-light),var(--portal-accent));color:#fff!important;border-radius:10px;font-weight:700;font-size:var(--fs-xs);box-shadow:0 2px 10px #4f46e561}body.body-tpl-portal .header-btn-logout{background:#f3f4f6;color:#4b5563}body.body-tpl-portal .header-user-name--ref{color:#374151}body.body-tpl-portal .site-header--portal-dark{background:linear-gradient(185deg,var(--portal-accent-dark) 0%,color-mix(in srgb,var(--portal-accent) 55%,#0f172a 45%) 52%,var(--portal-footer) 100%);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 40px #0f172a59}body.body-tpl-portal .site-header--portal-dark .header-brand__title{color:#fff}body.body-tpl-portal .site-header--portal-dark .header-brand--ref .header-brand__logo{box-shadow:0 4px 18px #6366f180}body.body-tpl-portal .site-header--portal-dark .header-main-nav__link{color:#ffffffd9}body.body-tpl-portal .site-header--portal-dark .header-main-nav__link:hover{color:#fff;background:#ffffff1a}body.body-tpl-portal .site-header--portal-dark .header-main-nav__link--active{color:#fff!important;background:#f43f5e38;box-shadow:inset 0 0 0 1px #f43f5e73}body.body-tpl-portal .site-header--portal-dark .header-main-nav__ico{color:#fda4af}body.body-tpl-portal .site-header--portal-dark .header-main-nav__link--active .header-main-nav__ico{color:#fecdd3}body.body-tpl-portal .site-header--portal-dark .header-search--with-btn{background:#0f172a59;border-color:#ffffff24}body.body-tpl-portal .site-header--portal-dark .header-search--with-btn:focus-within{border-color:#f43f5e8c;box-shadow:0 0 0 3px #f43f5e2e}body.body-tpl-portal .site-header--portal-dark .header-search--with-btn input{color:#f8fafc}body.body-tpl-portal .site-header--portal-dark .header-search--with-btn input::-moz-placeholder{color:#f8fafc6b}body.body-tpl-portal .site-header--portal-dark .header-search--with-btn input::placeholder{color:#f8fafc6b}body.body-tpl-portal .site-header--portal-dark .header-search__submit{background:linear-gradient(145deg,#f43f5e,#e11d48)}body.body-tpl-portal .site-header--portal-dark .header-link-login{color:#ffffffe0}body.body-tpl-portal .site-header--portal-dark .header-link-login:hover{color:#fda4af}body.body-tpl-portal .site-header--portal-dark .header-reg--portal{background:linear-gradient(145deg,#fb7185,#f43f5e 45%,#db2777);box-shadow:0 2px 14px #f43f5e6b}body.body-tpl-portal .site-header--portal-dark .header-btn-logout{background:#ffffff1f;color:#e2e8f0}body.body-tpl-portal .site-header--portal-dark .header-user-name--ref{color:#e2e8f0}.header-actions{display:flex;align-items:center;gap:4px 8px;flex-shrink:0}.header-auth{display:flex;align-items:center;gap:8px}.header-user-name{font-size:var(--fs-xs);font-weight:600;color:#334155;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-link-btn{font-size:14px;font-weight:600;color:#475569;padding:8px 10px;background:none;border:none;cursor:pointer}.header-link-btn:hover{color:#1e40af}a.header-link-btn{display:inline-flex}.header-reg{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;font-size:var(--fs-xs);font-weight:800;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 2px 10px #2563eb4d}.home-tuyona__stack{padding:44px 0 60px;display:flex;flex-direction:column;gap:52px}.home-layout-v3 .home-tuyona__stack--v3{padding:40px 0 56px;gap:44px}.hero-aurora{position:relative;padding:2.5rem 0 3rem;overflow:hidden;border-bottom:1px solid color-mix(in srgb,var(--portal-accent) 22%,transparent)}.hero-aurora__mesh{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 90% 70% at 0% 0%,var(--portal-accent-soft),transparent 55%),radial-gradient(ellipse 80% 60% at 100% 30%,var(--portal-coral-soft),transparent 50%),linear-gradient(165deg,color-mix(in srgb,var(--portal-page) 88%,#fff) 0%,var(--portal-page) 55%,#fff 100%)}.hero-aurora__mesh:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;background-image:linear-gradient(105deg,rgba(255,255,255,.5) 0%,transparent 42%)}.hero-aurora__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:2rem 2.5rem;align-items:center}.hero-aurora__stage{display:flex;flex-direction:column;gap:14px;min-width:0}.hero-aurora__featured{position:relative;display:block;border-radius:22px;overflow:hidden;aspect-ratio:16 / 10;box-shadow:0 26px 60px color-mix(in srgb,var(--portal-accent-dark) 38%,transparent),0 0 0 1px color-mix(in srgb,var(--portal-accent) 25%,transparent)}.hero-aurora__featured img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-aurora__cap{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;font-size:1rem;font-weight:800;color:#fff;line-height:1.35;background:linear-gradient(transparent,#0f172ae6)}.hero-aurora__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;opacity:0;transition:opacity .2s ease;background:color-mix(in srgb,var(--portal-accent-dark) 32%,transparent);pointer-events:none}.hero-aurora__featured:hover .hero-aurora__play{opacity:1}.hero-aurora__ribbon{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-aurora__chip{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:14px;background:#fff;border:1px solid color-mix(in srgb,var(--portal-accent) 22%,#e2e8f0);box-shadow:0 6px 18px #0f172a0f;min-height:64px}.hero-aurora__chip img{width:52px;height:36px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.hero-aurora__chip span{font-size:var(--fs-xs);font-weight:800;color:var(--portal-accent-dark);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-aurora__panel{min-width:0}.hero-aurora__eyebrow{margin:0 0 .45rem;font-size:var(--fs-xs);font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--portal-accent)}.hero-aurora__title{margin:0 0 .85rem;font-size:clamp(1.9rem,4.2vw,2.5rem);font-weight:900;letter-spacing:-.035em;line-height:1.12;color:#0f172a}.hero-aurora__lead{margin:0 0 1.35rem;font-size:clamp(.95rem,1.85vw,1.0625rem);line-height:1.65;color:#475569;max-width:28rem}.hero-aurora__cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:1.35rem}.hero-aurora__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 1.45rem;border-radius:999px;font-size:.9375rem;font-weight:800;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.hero-aurora__btn--solid{color:#fff;border:none;background:linear-gradient(120deg,var(--portal-accent-light),var(--portal-accent) 52%,var(--portal-accent-hover));box-shadow:0 14px 34px color-mix(in srgb,var(--portal-accent) 38%,transparent)}.hero-aurora__btn--solid:hover{transform:translateY(-2px);filter:brightness(1.03)}.hero-aurora__btn--line{color:var(--portal-accent-dark);background:#fff;border:2px solid color-mix(in srgb,var(--portal-accent) 35%,#e2e8f0);box-shadow:0 4px 14px #0f172a0d}.hero-aurora__btn--line:hover{border-color:var(--portal-coral);color:color-mix(in srgb,var(--portal-coral) 70%,#0f172a)}.hero-aurora__stat-strip{display:flex;flex-wrap:wrap;gap:10px}.hero-aurora__pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:color-mix(in srgb,var(--portal-page) 55%,#fff);border:1px solid color-mix(in srgb,var(--portal-accent) 18%,#e2e8f0);box-shadow:0 4px 14px #0f172a0d}.hero-aurora__pill-ico{display:flex;color:var(--portal-accent)}.hero-aurora__pill-ico svg{width:24px;height:24px}.hero-aurora__pill-text{display:flex;flex-direction:column;gap:1px;line-height:1.2}.hero-aurora__pill-text strong{font-size:.95rem;font-weight:900;color:#0f172a}.hero-aurora__pill-text span{font-size:.6875rem;font-weight:700;color:#64748b;letter-spacing:.02em}@media (max-width: 900px){.hero-aurora__grid{grid-template-columns:1fr;gap:1.5rem}.hero-aurora__panel{order:-1}}@media (max-width: 640px){.hero-aurora__stat-strip{flex-direction:column;align-items:stretch}.hero-aurora__pill{width:100%}.cq-card-grid--mag{grid-template-columns:1fr}}.home-mag-split--v3{grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:24px 32px}.home-cat-rail{scroll-margin-top:72px}.home-cat-rail__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.home-cat-rail__title{margin:0;font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:900;color:#1e1b4b;letter-spacing:-.02em}.home-cat-rail__hint{margin:0;font-size:var(--fs-xs);font-weight:600;color:#94a3b8}.home-cat-rail__scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.home-cat-rail__pill{flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 18px;border-radius:14px;background:#fff;border:1px solid #e0e7ff;box-shadow:0 2px 10px #4f46e512;min-width:112px;transition:border-color .15s ease,transform .15s ease}body.body-tpl-portal .home-cat-rail__pill:hover{border-color:#f43f5e8c;transform:translateY(-2px)}.home-cat-rail__pill-name{font-weight:800;color:#312e81}.home-cat-rail__pill-count{font-size:var(--fs-xs);font-weight:700;color:var(--portal-coral)}.home-mag-split{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.cq-block--in-mag{margin:0;min-width:0}.cq-card-grid--mag{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:16px;align-items:stretch}.cq-card-grid--mag>.fsp-hl-card{min-width:0}.hot-sidebar{position:sticky;top:5.75rem;padding:18px 16px 20px;border-radius:16px;background:#fff;border:1px solid #e0e7ff;box-shadow:0 8px 28px #4f46e51a}.hot-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.hot-sidebar__head h2{margin:0;font-size:1.0625rem;font-weight:900;color:#1e1b4b}.hot-sidebar__more{font-size:var(--fs-xs);font-weight:800;color:var(--portal-accent)}.hot-sidebar__more:hover{color:var(--portal-coral)}.hot-sidebar__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.hot-sidebar__row{display:grid;grid-template-columns:26px 40px minmax(0,1fr);gap:10px 12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #f1f5f9;transition:background .12s ease;text-decoration:none;color:inherit}.hot-sidebar__list li:last-child .hot-sidebar__row{border-bottom:none;padding-bottom:0}.hot-sidebar__row:hover{background:linear-gradient(90deg,rgba(79,70,229,.04),transparent)}.hot-sidebar__rank{font-size:.8125rem;font-weight:900;color:#94a3b8;text-align:right;line-height:1.2;padding-top:6px;flex-shrink:0}.hot-sidebar__rank--top{color:var(--portal-coral)}.hot-sidebar__thumb{width:40px;height:54px;border-radius:6px;-o-object-fit:cover;object-fit:cover;background:#e2e8f0;flex-shrink:0;display:block}.hot-sidebar__body{min-width:0;display:flex;flex-direction:column;gap:2px}.hot-sidebar__t{font-size:var(--fs-xs);font-weight:800;color:#1e293b;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hot-sidebar__m{font-size:.6875rem;font-weight:600;color:#94a3b8}@media (max-width: 1024px){.home-mag-split{grid-template-columns:1fr}.hot-sidebar{position:static}}.tuyona-features{scroll-margin-top:80px}.tuyona-features__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:20px}.tuyona-features__card{padding:24px 20px;border-radius:1rem;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 20px #0f172a0f;text-align:center}.tuyona-features__icon{display:block;font-size:2rem;margin-bottom:12px;line-height:1}.tuyona-features__card h3{margin:0 0 10px;font-size:1.125rem;font-weight:800;color:#0f172a}.tuyona-features__card p{margin:0;font-size:var(--fs-sm);line-height:var(--leading-relaxed);color:#64748b}body.body-tpl-portal .tuyona-features__card{border-color:#e5e7eb;box-shadow:0 2px 14px #0f172a0f}body.body-tpl-portal .tuyona-features__card h3{color:#111827}@media (max-width: 700px){.tuyona-features__grid{grid-template-columns:1fr}}.cq-block{scroll-margin-top:72px}.cq-block--featured{scroll-margin-top:88px}.cq-block__head{text-align:center;margin-bottom:8px}.cq-block__head h2{margin:0 0 8px;font-size:clamp(22px,2.8vw,28px);font-weight:900;color:#0f172a;letter-spacing:-.02em}.cq-block__sub{margin:0;font-size:var(--fs-md);color:var(--muted);line-height:var(--leading-normal)}.cq-block__head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;text-align:left}.cq-block__head--row>div:first-child{flex:1;min-width:min(100%,220px)}.cq-block__head--row h2,.cq-block__head--row .cq-block__sub{text-align:left}.cq-link-all{font-size:var(--fs-sm);font-weight:800;color:#0d9488;white-space:nowrap;padding:6px 0;min-height:44px;display:inline-flex;align-items:center}.cq-link-all:hover{color:#0f766e;text-decoration:underline}body.body-tpl-portal .cq-link-all{color:var(--portal-accent-hover)}body.body-tpl-portal .cq-link-all:hover{color:var(--portal-accent)}body.body-tpl-portal .cq-block__head h2{color:#111827}body.body-tpl-portal .page-panel--cq-movies{background:#fff;border-color:#e5e7eb}.cq-card-grid{display:grid;gap:20px;margin-top:20px;align-items:stretch}.cq-card-grid>.fsp-hl-card{min-width:0}.cq-card-grid--dense{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media (max-width: 1400px){.cq-card-grid--dense{grid-template-columns:repeat(3,minmax(0,1fr))}}.cq-hl-card.fsp-hl-card{border-radius:1rem;border-color:#e5e7eb;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.cq-hl-card.fsp-hl-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #00000014}.cq-hl-card .fsp-hl-card__label{color:#9333ea}.fsp-hl-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 20px #0f172a0d;transition:transform .18s ease,box-shadow .18s ease}.fsp-hl-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0f172a1a}.fsp-hl-card__media{display:block;aspect-ratio:16 / 10;overflow:hidden;background:#e2e8f0}.fsp-hl-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fsp-hl-card__body{padding:16px 18px 18px}.fsp-hl-card__label{margin:0 0 4px;font-size:12px;font-weight:800;color:#2563eb}.fsp-hl-card__still{margin:0 0 8px;font-size:12px;color:#94a3b8}.fsp-hl-card__body h3{margin:0 0 8px;font-size:17px;font-weight:900;line-height:1.3}.fsp-hl-card__body h3 a:hover{color:#2563eb}.fsp-hl-card__desc{margin:0 0 12px;font-size:13px;line-height:1.65;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.fsp-hl-card__nums{display:flex;flex-wrap:wrap;gap:10px 16px;font-size:13px;font-weight:700;color:#475569;margin-bottom:8px}.fsp-hl-card__tags{margin:0;font-size:12px;color:#64748b;word-break:break-all}.tuy-card.fsp-hl-card{border-radius:14px;box-shadow:0 4px 16px #0f172a14;display:flex;flex-direction:column;height:100%;min-height:0}.tuy-card .tuy-card__media.fsp-hl-card__media{position:relative;aspect-ratio:16 / 9;flex-shrink:0}.tuy-card__badge{position:absolute;top:10px;left:10px;z-index:2;padding:5px 10px;border-radius:6px;font-size:var(--fs-xs);font-weight:800;color:#fff;background:linear-gradient(135deg,#0f766e,#0d9488);box-shadow:0 2px 8px #0d948859}.tuy-card__dur{position:absolute;bottom:10px;right:10px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;font-size:var(--fs-xs);font-weight:700;color:#fff;background:#0009}.tuy-card__dur-ico{flex-shrink:0;opacity:.95}.tuy-card__play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;pointer-events:none;opacity:0;transition:opacity .2s ease;background:#0000001a}.tuy-card:hover .tuy-card__play{opacity:1}.tuy-card .fsp-hl-card__body h3.tuy-card__title{margin:0 0 8px;font-size:var(--fs-md);font-weight:800;line-height:var(--leading-tight);color:#0f172a;min-height:2.65em}.tuy-card__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tuy-card__title a:hover{color:#0f766e}.tuy-card .tuy-card__desc{margin:0 0 10px;font-size:var(--fs-sm);line-height:var(--leading-normal);color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(2 * 1.6 * .875rem)}.tuy-card__pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0;flex-shrink:0}.tuy-card__pills span{font-size:var(--fs-xs);font-weight:600;padding:5px 11px;border-radius:999px;background:#f0f0f0;color:#475569}.tuy-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;font-size:var(--fs-xs);line-height:var(--leading-tight);color:#94a3b8;margin-top:auto;padding-top:12px}.tuy-card__meta-item{display:inline-flex;align-items:center;gap:5px;min-width:0}.tuy-card__meta-ico{flex-shrink:0;opacity:.88}.tuy-card .tuy-card__body.fsp-hl-card__body{padding:18px 20px 20px;flex:1 1 auto;display:flex;flex-direction:column;min-height:0}body.body-tpl-portal .cq-hl-card.fsp-hl-card{border:1px solid #e8eaed;box-shadow:0 2px 12px #0f172a0f}body.body-tpl-portal .cq-hl-card.fsp-hl-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #0f172a1a;border-color:#c7d2fe}body.body-tpl-portal .tuy-card__badge{background:linear-gradient(135deg,var(--portal-accent-light),var(--portal-accent));box-shadow:0 2px 10px #4f46e559}body.body-tpl-portal .tuy-card__title a:hover{color:var(--portal-accent-hover)}body.body-tpl-portal .tuy-card__pills span{background:#eef2ff;color:var(--portal-accent-dark);border:1px solid #c7d2fe}body.body-tpl-portal .tuy-card__meta{color:#78716c}.section-head{text-align:center;margin-bottom:28px}.section-head--tight{text-align:left;margin-bottom:18px}.section-head--tight h2{margin:0 0 6px;font-size:22px}.section-head h2{margin:0 0 10px;font-size:26px;font-weight:900;letter-spacing:-.02em}.section-sub{margin:0;font-size:var(--fs-sm);line-height:var(--leading-relaxed);color:var(--muted);max-width:560px}.section-head--row .section-sub{max-width:none}.card-grid{display:grid;gap:18px}.card-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}.video-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.video-thumb{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:#e2e8f0;display:block}.video-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tag-left,.tag-time{position:absolute;font-size:var(--fs-xs);font-weight:800;color:#fff;padding:3px 8px;border-radius:4px}.tag-left{top:8px;left:8px;background:var(--red)}.tag-time{bottom:8px;right:8px;top:auto;background:#000000a6}.video-body{padding:14px 14px 16px}.video-body h3{margin:0 0 6px;font-size:var(--fs-md);font-weight:800;line-height:var(--leading-tight)}.video-body p{margin:0 0 8px;font-size:var(--fs-xs);color:var(--muted);line-height:var(--leading-normal);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-meta{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:var(--fs-xs);color:#78716c}.related-block .section-head--tight h2{font-size:20px}.inner-page{padding:28px 0 52px}.page-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin-bottom:16px}.page-panel--flush{padding:8px 0 0}.page-panel--cq-movies{padding:22px 20px 24px;border-color:#e5e7eb;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f}.page-panel--cq-movies .cq-card-grid,.page-panel--cq-movies .category-page-grid{margin-top:0}.inner-page--cq .search-empty{text-align:center;padding:28px 12px;color:#6b7280;margin:0}.inner-page--cq .filter-chip--active{border-color:transparent;color:#fff;font-weight:700;background:linear-gradient(135deg,#2563eb,#7c3aed 55%,#9333ea);box-shadow:0 4px 12px #7c3aed4d}body.body-tpl-portal .inner-page--cq .filter-chip--active{background:linear-gradient(135deg,var(--portal-accent-dark) 0%,var(--portal-accent) 55%,var(--portal-accent-light) 100%);box-shadow:0 4px 14px #4f46e559}.page-head-panel .section-title h1{margin:0;font-size:clamp(1.375rem,2.5vw,1.5rem);font-weight:900;line-height:var(--leading-tight)}.page-head-panel .section-title p{margin:8px 0 0;color:var(--muted);font-size:var(--fs-sm);line-height:var(--leading-normal)}.section-title.left-title h1{margin:0;font-size:22px}.section-title.left-title p{margin:8px 0 0;color:var(--muted);font-size:var(--fs-sm);line-height:var(--leading-normal)}.filter-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.filter-chip{padding:8px 16px;border-radius:999px;font-size:var(--fs-xs);border:1px solid var(--line);color:#475569;background:#fff;min-height:40px;display:inline-flex;align-items:center}.filter-chip:hover{border-color:var(--gold-dim);color:var(--gold)}.filter-row--fsp-genres{margin-top:10px}.filter-chip--active{border-color:#2563eb;color:#2563eb;background:#2563eb0f;font-weight:600}.result-list{list-style:none;margin:0;padding:0}.result-row{display:grid;grid-template-columns:100px minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.result-row:last-child{border-bottom:none}.result-row__poster{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:3 / 4;background:#e2e8f0}.result-row__poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.result-row__badge{position:absolute;top:6px;left:6px;font-size:10px;padding:2px 5px;border-radius:3px;background:var(--red);color:#fff;font-weight:800}.result-row__main h3{margin:0 0 6px;font-size:16px;font-weight:800}.result-row__desc{margin:0;font-size:13px;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-row__meta{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:8px;font-size:12px;color:#78716c}.result-row__play{min-height:40px;padding:0 16px;border-radius:8px;font-size:14px;font-weight:800;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);display:inline-flex;align-items:center;justify-content:center}.search-empty{text-align:center;color:var(--muted);padding:24px}.detail-page{padding-bottom:32px}.detail-hero{position:relative;border-radius:var(--radius);overflow:hidden;margin-bottom:16px;border:1px solid var(--line)}.detail-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--detail-poster);background-size:cover;background-position:center;filter:blur(24px) brightness(.4);transform:scale(1.06)}.detail-hero__inner{position:relative;display:grid;grid-template-columns:minmax(120px,200px) 1fr;gap:22px;padding:24px;background:linear-gradient(135deg,#fffffff7,#f1f5f9fa)}.detail-hero__cover{border-radius:10px;overflow:hidden;border:1px solid var(--line)}.detail-hero__cover img{width:100%;aspect-ratio:3 / 4;-o-object-fit:cover;object-fit:cover}.detail-hero__body h1{margin:10px 0 12px;font-size:clamp(22px,3vw,30px);font-weight:900;color:var(--text)}.detail-hero__desc{margin:0;font-size:14px;line-height:1.75;color:var(--muted)}.pill-badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700;color:#2563eb;background:var(--gold-dim);border:1px solid rgba(37,99,235,.22)}.detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.detail-tags span{padding:4px 10px;border-radius:999px;font-size:12px;color:#475569;border:1px solid var(--line);background:#f1f5f9}.detail-hero__cta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:8px;font-weight:800;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;cursor:pointer}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:8px;font-weight:700;color:#1e40af;border:1px solid #bfdbfe;background:#fff}.detail-info-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-info-grid div{padding:14px;border-radius:8px;border:1px solid var(--line);background:var(--bg2)}.detail-info-grid span{display:block;font-size:11px;color:var(--muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}.detail-info-grid strong{font-size:14px;line-height:1.5}.play-page{padding-bottom:32px}.player-head-simple{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;flex-wrap:wrap}.player-head-simple h1{margin:8px 0 0;font-size:clamp(20px,2.5vw,26px);font-weight:900}.video-frame{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background:#000;max-height:min(56.25vw,calc(100dvh - 220px))}.video-frame--play{-webkit-touch-callout:none}.video-el{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation}.play-info-section{margin-top:18px;padding:18px;border-radius:10px;border:1px solid var(--line);background:#fff}.play-info-title{margin:0;font-size:17px;font-weight:900}.play-info-head{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:10px}.play-info-desc{margin:12px 0 0;font-size:14px;line-height:1.75;color:var(--muted)}.auth-page{flex:1;display:grid;place-items:center;padding:40px 16px}.auth-card{width:min(400px,100%);padding:28px;border-radius:var(--radius);border:1px solid var(--line);background:var(--card)}.auth-card h1{margin:0 0 8px;font-size:24px;font-weight:900}.auth-card>p:first-of-type{margin:0 0 20px;color:var(--muted);font-size:14px}.auth-field{margin-bottom:14px}.auth-field label{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:#475569}.auth-field input{width:100%;height:44px;border:1px solid var(--line);border-radius:8px;padding:0 12px;font-size:14px;background:#fff;color:var(--text)}.auth-field input:focus{outline:none;border-color:var(--gold-dim)}.auth-submit{width:100%;margin-top:6px}.auth-err{color:#fb7185;font-size:13px;margin:0 0 10px}.auth-switch{text-align:center;margin-top:18px;font-size:14px;color:var(--muted)}.auth-switch a{color:var(--gold);font-weight:800}.site-footer--tuy{margin-top:auto;border-top:none;background:transparent;padding:0;box-shadow:none}.footer-tuy__upper{background:#1a1128;color:#e2e8f0;padding:48px 16px 40px}.footer-tuy__grid{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:36px 28px;align-items:start}.footer-tuy__brand{padding-right:8px}.footer-tuy__logo{display:inline-flex;align-items:center;gap:14px;margin-bottom:14px;text-decoration:none;color:inherit}.footer-tuy__logo-icon{flex-shrink:0;line-height:0}.footer-tuy__logo-text{display:flex;flex-direction:column;gap:2px}.footer-tuy__logo-text strong{font-size:18px;font-weight:800;letter-spacing:-.02em;color:#f8fafc}.footer-tuy__logo-text span{font-size:12px;font-weight:600;color:#94a3b8}.footer-tuy__intro{margin:0 0 18px;font-size:13px;line-height:1.75;color:#94a3b8;max-width:340px}.footer-tuy__pills{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.footer-tuy__pills>span{font-size:13px;font-weight:700;padding:8px 16px;border-radius:999px;color:#e9d5ff;border:1px solid rgba(167,139,250,.55);background:transparent}.footer-tuy__cta{font-size:13px;font-weight:800;padding:8px 20px;border-radius:999px;color:#fff;text-decoration:none;background:linear-gradient(135deg,#6366f1,#7c3aed 50%,#a855f7);box-shadow:0 4px 16px #7c3aed59;border:none}.footer-tuy__cta:hover{filter:brightness(1.06);color:#fff}.footer-tuy__h{margin:0 0 14px;font-size:15px;font-weight:800;letter-spacing:.02em}.footer-tuy__h--pink{color:#e056fd}.footer-tuy__h--blue{color:#3498db}.footer-tuy__nav{display:flex;flex-direction:column;gap:10px}.footer-tuy__nav a{font-size:14px;font-weight:600;color:#cbd5e1;text-decoration:none;transition:color .15s ease}.footer-tuy__nav a:hover{color:#f472b6}.footer-tuy__nav--icons a{display:inline-flex;align-items:center;gap:10px}.footer-tuy__nav--icons svg{flex-shrink:0;color:#94a3b8}.footer-tuy__contact p{display:flex;align-items:flex-start;gap:10px;margin:0 0 12px;font-size:14px;line-height:1.55;color:#cbd5e1}.footer-tuy__contact p:last-child{margin-bottom:0}.footer-tuy__contact svg{flex-shrink:0;margin-top:2px;color:#94a3b8}.footer-tuy__contact em{font-style:normal;font-size:12px;color:#94a3b8;margin-right:6px}.footer-tuy__mid{background:#120c1c;border-top:1px solid rgba(148,163,184,.1);padding:18px 16px 14px}.footer-tuy__mid-inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px 24px}.footer-tuy__copy{margin:0 0 6px;font-size:13px;color:#94a3b8}.footer-tuy__sub{margin:0;font-size:12px;color:#64748b;line-height:1.5}.footer-tuy__mid-links{display:flex;flex-wrap:wrap;align-items:center;gap:6px 4px}.footer-tuy__mid-links a{font-size:13px;font-weight:600;color:#cbd5e1;text-decoration:none}.footer-tuy__mid-links a:hover{color:#3498db}.footer-tuy__sep{color:#475569;-webkit-user-select:none;-moz-user-select:none;user-select:none}.footer-tuy__seo{background:#0d0814;padding:12px 16px 20px;padding-bottom:max(20px,env(safe-area-inset-bottom));text-align:center;font-size:11px;line-height:1.65;color:#475569}.footer-tuy__seo .container{max-width:960px}body.body-tpl-portal .footer-tuy__upper{background:linear-gradient(180deg,#1e293b 0%,var(--portal-footer) 100%)}body.body-tpl-portal .footer-tuy__h--pink{color:var(--portal-accent)}body.body-tpl-portal .footer-tuy__h--blue{color:#38bdf8}body.body-tpl-portal .footer-tuy__pills>span{color:#c4b5fd;border-color:#a78bfa73}body.body-tpl-portal .footer-tuy__cta{background:linear-gradient(135deg,var(--portal-accent-light),var(--portal-accent) 50%,var(--portal-accent-hover));box-shadow:0 4px 20px #4f46e561}body.body-tpl-portal .footer-tuy__nav a:hover{color:var(--portal-accent)}body.body-tpl-portal .footer-tuy__mid-links a:hover{color:#38bdf8}body.body-tpl-portal .footer-tuy__mid{background:var(--portal-footer-mid);border-top-color:#94a3b81f}@media (max-width: 1100px){.card-grid--related,.cq-card-grid--dense,.footer-tuy__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.header-inner{flex-direction:column;align-items:stretch}.header-brand{margin-right:0}.header-nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch}.header-search{max-width:none}.header-auth{justify-content:flex-end}.header-inner--ref{grid-template-columns:1fr;gap:12px}.header-main-nav{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.header-tools{flex-wrap:wrap;width:100%}.header-search--ref{max-width:none;flex:1 1 200px}.home-tuyona__stack{gap:36px;padding:28px 0 44px}.cq-card-grid--dense{grid-template-columns:1fr}.footer-tuy__grid{grid-template-columns:1fr;gap:28px}.footer-tuy__intro{max-width:none}.footer-tuy__mid-inner{flex-direction:column;align-items:flex-start}.detail-hero__inner{grid-template-columns:1fr}.detail-hero__cover{max-width:180px}.result-row{grid-template-columns:80px 1fr}.result-row__play{grid-column:1 / -1;justify-self:start}.play-route.inner-page{padding-left:0;padding-right:0}.play-route .container.play-page{width:100%;max-width:100%;padding-left:0;padding-right:0}.play-route .page-panel.player-stack{padding-left:0;padding-right:0;border-radius:0;border-left:none;border-right:none}.play-route .player-head-simple{padding:0 16px;margin-bottom:10px}.play-route .player-head-simple h1{word-break:break-word}.play-route .video-frame.video-frame--play{max-height:none;border-radius:0;aspect-ratio:16 / 9;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);box-sizing:border-box}.play-route .play-info-section{margin-left:16px;margin-right:16px;border-radius:12px}.play-route .related-block{margin-left:16px;margin-right:16px}.container{width:min(1180px,calc(100% - 24px))}.inner-page{padding:16px 0 40px}.page-panel{padding:16px}.filter-row--fsp-genres{gap:8px;max-height:none}.filter-chip{min-height:40px;display:inline-flex;align-items:center}}@media (max-width: 480px){.result-row{grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:start}.result-row__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.result-row__play{width:100%;text-align:center;justify-self:stretch;min-height:44px;display:inline-flex;align-items:center;justify-content:center}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
