:root{
  --uht-bg:#f7f7f8;
  --uht-surface:#ffffff;
  --uht-surface-2:#fbfbfc;
  --uht-text:#18181b;
  --uht-muted:#71717a;
  --uht-soft:#e7e7ea;
  --uht-line:#ececf0;
  --uht-orange:#f97316;
  --uht-orange-2:#ea580c;
  --uht-orange-soft:#fff4eb;
  --uht-rose:#f43f5e;
  --uht-green:#16a34a;
  --uht-blue:#2563eb;
  --uht-purple:#7c3aed;
  --uht-radius:22px;
  --uht-shadow:0 16px 38px rgba(24,24,27,.08);
  --uht-shadow-hover:0 28px 58px rgba(249,115,22,.17);
}
*{box-sizing:border-box}
body{margin:0;background:var(--uht-bg);color:var(--uht-text);font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.uht-container{width:min(1240px,calc(100% - 32px));margin:0 auto}.uht-main{min-height:60vh}.uht-skip-link{position:absolute;left:-999px;top:auto}.uht-skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:12px 16px;border-radius:12px}
.uht-announcement{background:#fff7ed;border-bottom:1px solid #fed7aa;font-size:13px}.uht-announcement-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 0}.uht-announcement-main{display:flex;align-items:center;gap:10px;color:#4b5563;font-weight:600}.uht-announcement-main strong{color:var(--uht-orange-2)}.uht-announcement-icon{font-size:16px}.uht-announcement-links{display:flex;align-items:center;gap:16px;font-size:12px;font-weight:700}.uht-announcement-links a{color:#6b7280}.uht-announcement-links a:hover{color:var(--uht-orange)}
.uht-site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--uht-line);box-shadow:0 3px 12px rgba(24,24,27,.03)}.uht-header-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px}.uht-brand-wrap{display:flex;align-items:center;gap:34px}.uht-brand{display:inline-flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.04em}.uht-logo-mark{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#fb923c,var(--uht-orange));display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px rgba(249,115,22,.25);transform:rotate(45deg);flex:0 0 auto}.uht-logo-mark i{font-size:12px;transform:rotate(-45deg)}.uht-logo-text{font-size:21px}.uht-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.uht-menu a{display:inline-flex;padding:10px 12px;border-radius:12px;color:#66666e;font-size:14px;font-weight:750}.uht-menu a:hover,.uht-menu .current-menu-item>a{color:var(--uht-text);background:#f5f5f6}.uht-header-actions{display:flex;align-items:center;gap:12px}.uht-search{position:relative;width:290px}.uht-search i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#a1a1aa;font-size:13px}.uht-search input{width:100%;border:1px solid #e7e7ea;background:#f7f7f8;border-radius:15px;padding:12px 14px 12px 38px;font:inherit;font-size:14px;outline:none}.uht-search input:focus{border-color:#fdba74;box-shadow:0 0 0 4px rgba(249,115,22,.12);background:#fff}.uht-mobile-toggle{display:none;border:0;background:#f4f4f5;border-radius:12px;width:42px;height:42px;color:#52525b}.uht-mobile-menu{background:#fff;border-bottom:1px solid var(--uht-line);padding:10px 16px;box-shadow:var(--uht-shadow)}.uht-mobile-menu a{display:block;padding:12px 10px;border-radius:12px;color:#52525b;font-weight:750}.uht-mobile-menu a:hover{background:#f7f7f8;color:var(--uht-orange)}
.uht-hero{background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid var(--uht-line)}.uht-hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:38px;align-items:center;padding:54px 0}.uht-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--uht-orange);font-weight:850;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.uht-hero h1,.uht-page-hero h1{margin:14px 0 14px;font-size:clamp(38px,6vw,70px);line-height:.96;letter-spacing:-.075em}.uht-hero p,.uht-page-hero p{color:#66666e;font-size:18px;line-height:1.75;max-width:720px;margin:0}.uht-hero-actions{display:flex;align-items:center;gap:12px;margin-top:28px;flex-wrap:wrap}.uht-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:15px;padding:13px 18px;font-weight:850;font-size:14px;border:1px solid transparent;transition:.2s ease}.uht-btn-primary{background:linear-gradient(135deg,var(--uht-orange),var(--uht-orange-2));color:#fff;box-shadow:0 16px 28px rgba(249,115,22,.22)}.uht-btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 34px rgba(249,115,22,.28)}.uht-btn-light{background:#fff;color:#27272a;border-color:#ececf0;box-shadow:0 10px 24px rgba(24,24,27,.06)}.uht-btn-light:hover{border-color:#fdba74;color:var(--uht-orange)}.uht-btn-ghost{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.18);color:#fff}.uht-hero-panel{background:#fff;border:1px solid var(--uht-line);border-radius:28px;padding:18px;box-shadow:var(--uht-shadow)}.uht-next-release{background:linear-gradient(135deg,#fb923c,#f43f5e);color:#fff;border-radius:22px;padding:24px;overflow:hidden;position:relative}.uht-next-release:after{content:'';position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.14)}.uht-next-release>span{display:inline-flex;background:rgba(255,255,255,.18);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.uht-next-release h2{font-size:26px;line-height:1.1;margin:16px 0 8px;letter-spacing:-.04em}.uht-next-release p{color:rgba(255,255,255,.84);font-size:14px;line-height:1.5;margin:0 0 18px}.uht-next-mini{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.16);border-radius:16px;padding:10px;backdrop-filter:blur(10px);position:relative;z-index:1}.uht-next-mini img{width:54px;height:70px;object-fit:cover;border-radius:12px}.uht-next-mini div{display:grid;gap:4px}.uht-next-mini strong{font-size:13px}.uht-next-mini span{font-size:12px;color:rgba(255,255,255,.75)}.uht-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.uht-stat-grid a{background:#fafafa;border:1px solid #eeeef1;border-radius:18px;padding:16px;display:grid;gap:3px}.uht-stat-grid a:hover{border-color:#fdba74;background:#fff8f1}.uht-stat-grid strong{font-size:25px;letter-spacing:-.04em}.uht-stat-grid span{font-size:12px;color:#71717a;font-weight:750}.uht-filter-row{display:flex;align-items:center;gap:8px;overflow-x:auto;padding:18px 0}.uht-filter-row a{white-space:nowrap;border:1px solid #e8e8eb;background:#fff;border-radius:12px;padding:9px 13px;color:#676772;font-size:13px;font-weight:800}.uht-filter-row a:hover,.uht-filter-row a.active{background:var(--uht-orange);border-color:var(--uht-orange);color:#fff}.uht-content-stack{display:grid;gap:38px;padding-bottom:54px}.uht-section{display:grid;gap:18px}.uht-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.uht-section-head h2{margin:0;color:#18181b;font-size:25px;letter-spacing:-.045em}.uht-section-head p{margin:7px 0 0;color:#71717a;font-size:14px}.uht-section-link{display:inline-flex;align-items:center;gap:7px;color:var(--uht-orange);font-size:13px;font-weight:900}.uht-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.uht-card{background:#fff;border:1px solid var(--uht-line);border-radius:22px;overflow:hidden;box-shadow:0 8px 20px rgba(24,24,27,.04);transition:transform .28s cubic-bezier(.4,0,.2,1),box-shadow .28s,border-color .28s}.uht-card:hover{transform:translateY(-6px);box-shadow:var(--uht-shadow-hover);border-color:#fed7aa}.uht-card-cover{display:block;position:relative;aspect-ratio:3/4;background:linear-gradient(135deg,#27272a,#111827);overflow:hidden}.uht-card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.uht-card:hover .uht-card-cover img{transform:scale(1.06)}.uht-cover-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:44px;color:#71717a;background:linear-gradient(135deg,#27272a,#111827)}.uht-date-badge{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-radius:10px;padding:6px 9px;color:var(--uht-orange-2);font-size:11px;font-weight:950;box-shadow:0 8px 18px rgba(0,0,0,.08)}.uht-status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 9px;background:#27272a;color:#fff;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.uht-card-cover>.uht-status-badge{position:absolute;right:12px;top:12px;max-width:calc(100% - 24px)}.uht-status-upcoming{background:var(--uht-orange)}.uht-status-expected-today{background:var(--uht-rose)}.uht-status-releasing{background:var(--uht-green)}.uht-status-recently-released{background:var(--uht-blue)}.uht-status-tba{background:var(--uht-purple)}.uht-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.68),rgba(0,0,0,0) 60%);display:flex;align-items:flex-end;justify-content:center;padding:14px;opacity:0;transition:.22s}.uht-card:hover .uht-card-overlay{opacity:1}.uht-card-overlay-btn{width:100%;text-align:center;background:rgba(255,255,255,.94);color:#18181b;border-radius:12px;padding:9px 10px;font-size:12px;font-weight:900}.uht-card-body{padding:14px}.uht-card-body h3{margin:0 0 8px;font-size:14px;line-height:1.34;letter-spacing:-.02em}.uht-card-body h3 a:hover{color:var(--uht-orange)}.uht-card-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:#787883;font-size:11px;font-weight:750;margin-bottom:10px}.uht-card-meta i{color:var(--uht-orange)}.uht-mini-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}.uht-mini-tags span{background:#f6f6f7;border:1px solid #ededf0;color:#66666e;border-radius:8px;padding:4px 7px;font-size:10px;font-weight:750}.uht-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.uht-card-score{font-size:11px;color:#898991}.uht-card-score strong{color:var(--uht-orange);font-size:14px}.uht-card-icons{display:flex;align-items:center;gap:8px;color:#8b8b94;font-size:11px}.uht-card-icons a:hover{color:var(--uht-orange)}.uht-card-icons span{display:inline-flex;align-items:center;gap:4px}.uht-page-hero{background:#fff;border-bottom:1px solid var(--uht-line);padding:50px 0 34px}.uht-page-hero h1{font-size:clamp(34px,5vw,56px)}.uht-page-pad{padding:34px 0 60px}.uht-pagination{display:flex;justify-content:center;margin-top:34px}.uht-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;margin:0 4px;border-radius:12px;background:#fff;border:1px solid var(--uht-line);color:#52525b;font-weight:800}.uht-pagination .current,.uht-pagination .page-numbers:hover{background:var(--uht-orange);border-color:var(--uht-orange);color:#fff}.uht-empty{background:#fff;border:1px solid var(--uht-line);border-radius:28px;padding:44px;text-align:center;box-shadow:var(--uht-shadow)}.uht-empty-icon{width:72px;height:72px;border-radius:22px;background:var(--uht-orange-soft);color:var(--uht-orange);display:inline-flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px}.uht-empty h1,.uht-empty h2{margin:0 0 10px;letter-spacing:-.04em}.uht-empty p{color:#71717a;margin:0 auto 20px;max-width:560px;line-height:1.7}.uht-tax-section{background:#fff;border:1px solid var(--uht-line);border-radius:28px;padding:24px;box-shadow:0 10px 24px rgba(24,24,27,.04)}.uht-tax-cloud{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:16px}.uht-tax-cloud a{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fafafa;border:1px solid #ededf0;border-radius:15px;padding:13px}.uht-tax-cloud a:hover{border-color:#fdba74;background:#fff7ed}.uht-tax-cloud strong{font-size:13px}.uht-tax-cloud span{background:#fff;border:1px solid #ededf0;border-radius:999px;padding:3px 8px;color:#71717a;font-size:11px;font-weight:900}.uht-muted{color:#71717a}.uht-post-card{background:#fff;border:1px solid var(--uht-line);border-radius:22px;padding:20px;box-shadow:0 8px 20px rgba(24,24,27,.04)}.uht-post-card h2{margin:0 0 8px;font-size:20px;letter-spacing:-.04em}.uht-post-card p{margin:0;color:#71717a;line-height:1.7}.uht-single-hero{position:relative;color:#fff;background:#18181b;overflow:hidden}.uht-single-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,12,.94),rgba(10,10,12,.76),rgba(10,10,12,.92)),var(--uht-banner);background-size:cover;background-position:center;filter:saturate(1.1)}.uht-single-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:230px 1fr;gap:34px;align-items:end;padding:54px 0}.uht-single-cover{border-radius:24px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.38);background:#27272a}.uht-single-cover img{width:100%;aspect-ratio:3/4;object-fit:cover}.uht-single-info{padding-bottom:6px}.uht-single-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.uht-single-badges>span:not(.uht-status-badge){background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}.uht-single-info h1{font-size:clamp(34px,6vw,62px);line-height:1;margin:18px 0 6px;letter-spacing:-.07em}.uht-native-title{font-size:16px!important;color:rgba(255,255,255,.66)!important;margin:0 0 14px!important}.uht-single-desc{max-width:840px;color:rgba(255,255,255,.78);line-height:1.75;font-size:16px;margin:0 0 22px}.uht-single-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.uht-single-layout{display:grid;grid-template-columns:300px 1fr;gap:28px;padding:36px 0 60px}.uht-single-sidebar{display:grid;gap:18px;align-content:start}.uht-info-card,.uht-panel{background:#fff;border:1px solid var(--uht-line);border-radius:24px;box-shadow:0 8px 20px rgba(24,24,27,.04)}.uht-info-card{padding:20px}.uht-info-card h2,.uht-panel h2{margin:0 0 16px;font-size:18px;letter-spacing:-.04em}.uht-info-card dl{margin:0;display:grid;grid-template-columns:1fr;gap:12px}.uht-info-card dt{font-size:11px;color:#8b8b94;text-transform:uppercase;letter-spacing:.08em;font-weight:950}.uht-info-card dd{margin:4px 0 0;font-size:14px;font-weight:800;color:#27272a}.uht-single-main{display:grid;gap:18px}.uht-panel{padding:24px}.uht-entry-content{color:#4b4b55;line-height:1.8}.uht-entry-content p:first-child{margin-top:0}.uht-entry-content p:last-child{margin-bottom:0}.uht-link-group{margin-top:18px}.uht-link-group:first-of-type{margin-top:0}.uht-link-group h3{font-size:12px;color:#71717a;text-transform:uppercase;letter-spacing:.1em;margin:0 0 10px}.uht-link-buttons{display:flex;flex-wrap:wrap;gap:10px}.uht-link-buttons a{display:inline-flex;align-items:center;gap:8px;background:#fafafa;border:1px solid #ededf0;border-radius:13px;padding:10px 12px;font-size:13px;font-weight:850}.uht-link-buttons a:hover{border-color:#fdba74;background:#fff7ed;color:var(--uht-orange)}.uht-term-list{display:flex;flex-wrap:wrap;gap:8px}.uht-term-list a{display:inline-flex;background:#f7f7f8;border:1px solid #ededf0;border-radius:999px;padding:8px 11px;color:#52525b;font-size:12px;font-weight:850}.uht-term-list a:hover{background:var(--uht-orange);border-color:var(--uht-orange);color:#fff}.uht-term-list-large a{font-size:13px;padding:9px 12px}.uht-people-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.uht-person{background:#fafafa;border:1px solid #ededf0;border-radius:16px;padding:10px;display:grid;gap:7px}.uht-person img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.uht-person strong{font-size:12px;line-height:1.25}.uht-person span{font-size:11px;color:#71717a}.uht-relation-list{display:grid;gap:10px}.uht-relation-list a{display:flex;align-items:center;gap:12px;background:#fafafa;border:1px solid #ededf0;border-radius:15px;padding:13px}.uht-relation-list a:hover{border-color:#fdba74;background:#fff7ed}.uht-relation-list span{background:#fff;border:1px solid #ededf0;border-radius:999px;padding:5px 8px;color:var(--uht-orange);font-size:10px;font-weight:950;text-transform:uppercase}.uht-site-footer{background:#111113;color:#fff;margin-top:20px}.uht-footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px;padding:44px 0}.uht-footer-brand{margin-bottom:12px}.uht-site-footer p{color:#a1a1aa;line-height:1.75;margin:0}.uht-site-footer h3{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#d4d4d8;margin:0 0 13px}.uht-site-footer a:not(.uht-brand){display:block;color:#a1a1aa;margin:9px 0;font-size:14px}.uht-site-footer a:hover{color:#fff}.uht-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;color:#71717a;font-size:13px}
@media (max-width:1100px){.uht-grid{grid-template-columns:repeat(4,1fr)}.uht-tax-cloud{grid-template-columns:repeat(4,1fr)}.uht-people-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:900px){.uht-announcement-links,.uht-primary-nav{display:none}.uht-mobile-toggle{display:inline-flex;align-items:center;justify-content:center}.uht-search{width:220px}.uht-hero-grid,.uht-single-layout{grid-template-columns:1fr}.uht-hero-grid{padding:38px 0}.uht-single-hero-grid{grid-template-columns:140px 1fr;gap:20px}.uht-grid{grid-template-columns:repeat(3,1fr)}.uht-footer-grid{grid-template-columns:1fr 1fr}.uht-tax-cloud{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.uht-container{width:min(100% - 24px,1240px)}.uht-announcement-inner{justify-content:center}.uht-announcement-main{font-size:12px}.uht-header-inner{height:64px}.uht-logo-text{font-size:18px}.uht-logo-mark{width:34px;height:34px;border-radius:12px}.uht-search{display:none}.uht-hero h1,.uht-page-hero h1{font-size:40px}.uht-hero p,.uht-page-hero p{font-size:15px}.uht-hero-panel{padding:12px;border-radius:22px}.uht-stat-grid{grid-template-columns:repeat(2,1fr)}.uht-section-head{align-items:flex-start;flex-direction:column}.uht-grid{grid-template-columns:repeat(2,1fr);gap:14px}.uht-card-body{padding:12px}.uht-card-body h3{font-size:13px}.uht-tax-cloud{grid-template-columns:1fr 1fr}.uht-page-hero{padding:36px 0 24px}.uht-single-hero-grid{grid-template-columns:1fr;padding:34px 0}.uht-single-cover{width:190px}.uht-single-info h1{font-size:34px}.uht-single-layout{padding-top:20px}.uht-people-grid{grid-template-columns:repeat(2,1fr)}.uht-footer-grid{grid-template-columns:1fr}.uht-footer-grid{gap:22px}.uht-btn{width:100%}.uht-single-actions .uht-btn{width:auto}.uht-filter-row{padding:14px 0}}
@media (max-width:420px){.uht-grid{grid-template-columns:1fr 1fr;gap:12px}.uht-card-meta,.uht-mini-tags,.uht-card-icons span{display:none}.uht-tax-cloud{grid-template-columns:1fr}.uht-single-actions .uht-btn{width:100%}}

/* v0.1.2: cleaner card badges + single favorites button in header */
.uht-card-cover{position:relative;}
.uht-card-cover-link{position:absolute;inset:0;z-index:2;display:block;}
.uht-card-badges{position:absolute;top:12px;left:12px;right:12px;z-index:4;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;pointer-events:none;}
.uht-card-badges .uht-date-badge,
.uht-card-badges .uht-status-badge{position:static;max-width:calc(50% - 4px);white-space:normal;line-height:1.1;box-shadow:0 8px 18px rgba(0,0,0,.10);}
.uht-card-badges .uht-date-badge{display:inline-flex;align-items:center;min-height:28px;background:rgba(255,255,255,.96);}
.uht-card-badges .uht-status-badge{min-height:28px;text-align:center;}
.uht-card-overlay{display:none!important;}
.uht-fav-btn{z-index:5;}
.uht-card:hover .uht-card-cover img{transform:scale(1.045);}
.uht-header-fav{min-width:0;width:auto;height:42px;padding:0 13px;border-radius:14px;font-weight:850;font-family:inherit;}
.uht-header-fav .uht-header-fav-label{display:inline-block;font-size:13px;color:inherit;}
.uht-header-fav .uht-fav-count{margin-left:1px;background:#fff7ed;}
.uht-primary-nav .uht-menu-button{display:none!important;}
@media (max-width:980px){.uht-header-fav .uht-header-fav-label{display:none}.uht-header-fav{width:44px;min-width:44px;padding:0}.uht-header-fav .uht-fav-count{position:absolute;transform:translate(13px,-13px);margin-left:0}}
@media (max-width:640px){.uht-card-badges{top:10px;left:10px;right:10px}.uht-card-badges .uht-date-badge,.uht-card-badges .uht-status-badge{font-size:9px;padding:5px 7px;min-height:25px}.uht-header-fav{width:42px;min-width:42px}.uht-header-fav .uht-fav-count{position:absolute;transform:translate(12px,-13px)}}


/* 0.1.4 character pages + clickable character cards */
.uht-person-clickable{color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.uht-person-clickable:hover{transform:translateY(-3px);border-color:#fdba74;background:#fff7ed;box-shadow:0 12px 24px rgba(249,115,22,.08)}.uht-character-hero-grid{display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:center}.uht-character-avatar{width:150px;height:150px;object-fit:cover;border-radius:28px;border:1px solid var(--uht-line);box-shadow:var(--uht-shadow);background:#fff}.uht-native-title-dark{color:#71717a!important;margin:0 0 12px!important}.uht-tax-external{margin-top:14px!important}.uht-tax-external a{display:inline-flex;align-items:center;gap:8px;color:var(--uht-orange);font-weight:850;font-size:14px}.uht-tax-external a:hover{color:var(--uht-orange-2)}@media(max-width:640px){.uht-character-hero-grid{grid-template-columns:1fr}.uht-character-avatar{width:118px;height:118px;border-radius:22px}}

/* 0.1.5: restored localStorage favorites, cleaner header, professional top bar and compact hero */
.uht-announcement{background:linear-gradient(90deg,#15151a,#20161a 48%,#2a1712);border-bottom:1px solid rgba(249,115,22,.22);color:#fff;font-size:13px}
.uht-announcement-inner{padding:8px 0}
.uht-announcement-main{color:#d4d4d8;font-weight:700;min-width:0}
.uht-announcement-main strong{color:#fff;font-weight:900}
.uht-announcement-main em{font-style:normal;color:#fdba74;font-weight:900;margin-left:6px}
.uht-announcement-pill{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(249,115,22,.36);background:rgba(249,115,22,.14);color:#fed7aa;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}
.uht-announcement-links a{color:#d4d4d8}.uht-announcement-links a:hover{color:#fdba74}
.uht-announcement-icon{display:none!important}

.uht-header-fav{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;background:transparent;color:#52525b;border-radius:999px;padding:0;cursor:pointer;font:inherit;transition:color .18s ease,transform .18s ease}
.uht-header-fav:hover{color:var(--uht-rose);transform:translateY(-1px);background:transparent!important}
.uht-header-fav i{font-size:19px;line-height:1}
.uht-header-fav .uht-fav-count{position:absolute;top:2px;right:1px;min-width:17px;height:17px;border-radius:999px;background:var(--uht-rose);color:#fff;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:950;line-height:1;margin:0;box-shadow:0 6px 14px rgba(244,63,94,.28)}

.uht-fav-btn{position:absolute;right:12px;bottom:12px;z-index:6;width:40px;height:40px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);color:#71717a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.16);transition:transform .18s ease,color .18s ease,background .18s ease,border-color .18s ease}
.uht-fav-btn:hover{transform:scale(1.06);color:var(--uht-rose);background:#fff;border-color:#fff}
.uht-fav-btn.is-active{color:#fff;background:var(--uht-rose);border-color:var(--uht-rose)}
.uht-fav-btn i{font-size:16px;pointer-events:none}
.uht-card-cover-link{position:absolute;inset:0;z-index:2;display:block}.uht-card-badges{z-index:5}.uht-card-overlay{display:none!important}

.uht-fav-layer{position:fixed;inset:0;z-index:999;pointer-events:none}.uht-fav-backdrop{position:absolute;inset:0;background:rgba(10,10,12,.38);opacity:0;transition:opacity .22s ease;pointer-events:none}.uht-fav-drawer{position:absolute;top:0;right:0;width:min(420px,calc(100vw - 28px));height:100%;background:#fff;border-left:1px solid var(--uht-line);box-shadow:-24px 0 60px rgba(24,24,27,.18);transform:translateX(102%);transition:transform .26s cubic-bezier(.4,0,.2,1);pointer-events:auto;display:flex;flex-direction:column}.uht-fav-open .uht-fav-layer{pointer-events:auto}.uht-fav-open .uht-fav-backdrop{opacity:1;pointer-events:auto}.uht-fav-open .uht-fav-drawer{transform:translateX(0)}
.uht-fav-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px;border-bottom:1px solid var(--uht-line)}.uht-fav-drawer-head span{display:block;color:var(--uht-orange);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}.uht-fav-drawer-head strong{display:block;margin-top:2px;font-size:24px;letter-spacing:-.045em}.uht-fav-close{width:38px;height:38px;border:0;border-radius:12px;background:#f4f4f5;color:#52525b;cursor:pointer}.uht-fav-close:hover{background:#fff1f2;color:var(--uht-rose)}.uht-fav-list{padding:16px;overflow:auto;display:grid;gap:12px}.uht-fav-item{display:grid;grid-template-columns:56px 1fr 34px;align-items:center;gap:12px;border:1px solid var(--uht-line);background:#fafafa;border-radius:18px;padding:10px}.uht-fav-item:hover{background:#fff7ed;border-color:#fed7aa}.uht-fav-thumb img,.uht-fav-thumb-fallback{width:56px;height:74px;border-radius:12px;object-fit:cover;background:#27272a;color:#a1a1aa;display:flex;align-items:center;justify-content:center}.uht-fav-meta{min-width:0}.uht-fav-meta strong{display:block;color:#18181b;font-size:13px;line-height:1.25;letter-spacing:-.02em}.uht-fav-meta a:hover strong{color:var(--uht-orange)}.uht-fav-meta span{display:block;margin-top:6px;color:#71717a;font-size:11px;font-weight:700}.uht-fav-item button{width:34px;height:34px;border:0;background:#fff;border-radius:11px;color:#a1a1aa;cursor:pointer}.uht-fav-item button:hover{background:#fff1f2;color:var(--uht-rose)}.uht-fav-empty{padding:42px 18px;text-align:center;color:#71717a}.uht-fav-empty i{font-size:34px;color:var(--uht-rose);margin-bottom:14px}.uht-fav-empty strong{display:block;color:#18181b;font-size:18px;margin-bottom:6px}.uht-fav-empty p{margin:0;line-height:1.6}

.uht-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%);border-bottom:1px solid var(--uht-line)}
.uht-hero:before{content:'';position:absolute;right:-90px;top:-120px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.18),rgba(244,63,94,.08) 46%,transparent 68%);pointer-events:none}.uht-hero:after{content:'';position:absolute;left:-160px;bottom:-220px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.09),transparent 66%);pointer-events:none}.uht-hero-grid{position:relative;z-index:1;padding:34px 0;gap:28px;grid-template-columns:1.1fr .9fr}.uht-hero h1{font-size:clamp(34px,5vw,58px);margin:10px 0 10px;letter-spacing:-.065em}.uht-hero p{font-size:16px;line-height:1.62;max-width:660px}.uht-kicker{padding:6px 10px;border:1px solid #fed7aa;background:#fff7ed;border-radius:999px;color:var(--uht-orange-2);font-size:11px;letter-spacing:.11em}.uht-hero-actions{margin-top:20px}.uht-hero-panel{padding:14px;border-radius:24px}.uht-next-release{padding:20px;border-radius:20px;background:linear-gradient(135deg,#fb923c,#f43f5e 76%,#be123c)}.uht-next-release h2{font-size:22px;margin:12px 0 6px}.uht-next-release p{margin-bottom:13px}.uht-stat-grid a{padding:13px;border-radius:16px}.uht-stat-grid strong{font-size:21px}.uht-stat-grid span{font-size:11px}

.uht-character-hero{background:linear-gradient(180deg,#fff,#fbfbfc)}.uht-character-hero-grid{padding:34px 0}.uht-page-pad .uht-grid{min-height:160px}
@media(max-width:900px){.uht-hero-grid{grid-template-columns:1fr;padding:30px 0}.uht-header-fav{width:40px;height:40px}.uht-announcement-links{display:none}.uht-announcement-main{width:100%;justify-content:center;text-align:center;flex-wrap:wrap}}
@media(max-width:640px){.uht-fav-btn{width:36px;height:36px;right:10px;bottom:10px}.uht-header-fav .uht-fav-count{top:1px;right:-1px}.uht-fav-drawer{width:min(390px,calc(100vw - 18px))}.uht-hero-grid{padding:26px 0}.uht-hero h1{font-size:36px}.uht-hero p{font-size:14px}.uht-next-release{padding:17px}.uht-announcement-main{font-size:11px}.uht-announcement-pill{font-size:9px}}
.uht-header-fav{min-width:42px!important}.uht-header-fav .uht-fav-count{transform:none!important}.uht-header-fav .uht-header-fav-label{display:none!important}@media(max-width:900px){.uht-header-fav{min-width:40px!important}}

/* 0.1.6: Tailwind CDN header/topbar/categories from provided design; old hero removed */
body{font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;background-color:#fafafa!important}.nav-link{position:relative}.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#f97316;transition:width .3s ease}.nav-link:hover::after{width:100%}.category-pill{transition:all .2s ease}.category-pill.active{background-color:#f97316!important;color:#fff!important;border-color:#f97316!important}.uht-tailwind-menu{list-style:none;margin:0;padding:0}.uht-tailwind-menu li{margin:0;padding:0}.uht-tailwind-menu a{position:relative;display:inline-flex;font-size:14px;font-weight:600;color:#6b7280;padding:8px 12px;text-decoration:none}.uht-tailwind-menu a:hover{color:#111827}.uht-tailwind-menu a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#f97316;transition:width .3s ease}.uht-tailwind-menu a:hover::after,.uht-tailwind-menu .current-menu-item>a::after{width:100%}.uht-tailwind-menu .current-menu-item>a{color:#f97316}.uht-header-fav-main{background:transparent!important;border:0!important;box-shadow:none!important;width:auto!important;height:auto!important;min-width:0!important;border-radius:999px!important}.uht-header-fav-main:hover{background:transparent!important}.uht-header-fav-main .uht-fav-count{transform:none!important;margin:0!important}.uht-main>.uht-content-stack:first-child{margin-top:0}.uht-section:first-child{margin-top:0}.uht-hero{display:none!important}.uht-filter-row{display:none!important}.post-card{transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.post-card:hover{border-color:#f97316;box-shadow:0 20px 60px -20px rgba(249,115,22,.12);transform:translateY(-4px)}
@media(max-width:640px){.uht-header-fav-main .uht-fav-count{top:-4px!important;right:-6px!important}.category-pill{font-size:12px!important;padding:.45rem .75rem!important}}

/* 0.1.7: cleaner home flow + consistent compact cards */
.uht-grid{align-items:stretch}
.uht-card{height:100%;display:flex;flex-direction:column}
.uht-card-cover{flex:0 0 auto}
.uht-card-body{min-height:124px;display:flex;flex-direction:column;padding:14px 14px 13px}
.uht-card-body h3{margin:0 0 8px!important;min-height:19px;font-size:14px!important;line-height:1.35!important;letter-spacing:-.025em!important;overflow:hidden}
.uht-card-body h3 a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.uht-card-meta{min-height:18px;margin-bottom:10px;display:flex;align-items:center;gap:7px;flex-wrap:nowrap;overflow:hidden;color:#6b7280;font-size:11px;font-weight:800;line-height:1.2}
.uht-card-meta span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center;gap:4px;max-width:100%}
.uht-card-meta span:first-child{flex:0 0 auto;color:#4b5563}.uht-card-meta span:last-child{flex:1 1 auto}
.uht-mini-tags{display:none!important}
.uht-card-footer{margin-top:auto;min-height:24px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.uht-card-score{min-width:0;white-space:nowrap}.uht-card-icons{min-width:0;display:flex;align-items:center;gap:8px;justify-content:flex-end;white-space:nowrap}
.uht-section-head h2{letter-spacing:-.055em}.uht-content-stack{gap:34px}.uht-section{gap:17px}
@media(max-width:640px){.uht-card-body{min-height:116px;padding:12px}.uht-card-body h3{font-size:13px!important}.uht-card-meta{font-size:10px}}

/* 0.1.9 directory landing pages: /studios/, /tags/, /characters/ */
.uht-directory-hero{background:linear-gradient(180deg,#fff 0%,#fafafa 100%);border-bottom:1px solid #eeeef1}.uht-directory-hero-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:26px;background:#fff;border:1px solid #f0f0f2;border-radius:28px;padding:28px;box-shadow:0 16px 42px rgba(24,24,27,.055)}.uht-directory-hero-card:before{content:'';position:absolute;right:-90px;top:-90px;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,rgba(249,115,22,.18),rgba(249,115,22,0) 68%)}.uht-directory-hero-card:after{content:'';position:absolute;left:-70px;bottom:-100px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(244,63,94,.08),rgba(244,63,94,0) 68%)}.uht-directory-hero-copy{position:relative;z-index:1;max-width:760px}.uht-directory-kicker{display:inline-flex;align-items:center;gap:8px;color:#f97316;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.uht-directory-hero h1{margin:10px 0 8px;font-size:clamp(32px,4vw,52px);letter-spacing:-.075em;line-height:.98;color:#111827}.uht-directory-hero p{margin:0;color:#6b7280;font-size:15px;line-height:1.7}.uht-directory-stats{position:relative;z-index:1;display:flex;gap:10px;flex-shrink:0}.uht-directory-stats div{min-width:116px;background:#fff7ed;border:1px solid #fed7aa;border-radius:20px;padding:16px;text-align:center}.uht-directory-stats strong{display:block;color:#111827;font-size:26px;line-height:1;font-weight:900;letter-spacing:-.04em}.uht-directory-stats span{display:block;margin-top:6px;color:#9a3412;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.uht-directory-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0 20px}.uht-directory-search{position:relative;flex:1;max-width:420px}.uht-directory-search i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#a1a1aa;font-size:13px}.uht-directory-search input{width:100%;border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:13px 15px 13px 40px;font:inherit;font-size:14px;outline:none;box-shadow:0 10px 24px rgba(24,24,27,.035)}.uht-directory-search input:focus{border-color:#fdba74;box-shadow:0 0 0 4px rgba(249,115,22,.11),0 12px 28px rgba(24,24,27,.045)}.uht-directory-switcher{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #eeeef1;border-radius:16px;padding:5px;box-shadow:0 8px 20px rgba(24,24,27,.035)}.uht-directory-switcher a{display:inline-flex;padding:9px 12px;border-radius:12px;color:#71717a;font-size:13px;font-weight:850}.uht-directory-switcher a:hover,.uht-directory-switcher a.active{background:#f97316;color:#fff}.uht-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.uht-directory-card{background:#fff;border:1px solid #eeeef1;border-radius:24px;overflow:hidden;box-shadow:0 10px 24px rgba(24,24,27,.04);transition:transform .22s,box-shadow .22s,border-color .22s}.uht-directory-card:hover{transform:translateY(-3px);border-color:#fed7aa;box-shadow:0 22px 48px rgba(249,115,22,.12)}.uht-studio-card-link{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;padding:16px}.uht-studio-mark{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#fb923c,#f97316);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:950;letter-spacing:-.05em;box-shadow:0 12px 22px rgba(249,115,22,.22)}.uht-studio-card-main{min-width:0}.uht-studio-card-main h2{margin:0;color:#111827;font-size:16px;line-height:1.25;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-studio-card-main p{margin:5px 0 0;color:#71717a;font-size:12px;font-weight:800}.uht-studio-covers{display:flex;align-items:center;min-width:70px;justify-content:flex-end}.uht-studio-covers img{width:34px;height:46px;object-fit:cover;border-radius:9px;border:2px solid #fff;box-shadow:0 8px 16px rgba(24,24,27,.12);margin-left:-14px;background:#f4f4f5}.uht-studio-covers span{width:44px;height:44px;border-radius:14px;background:#f4f4f5;color:#a1a1aa;display:flex;align-items:center;justify-content:center}.uht-directory-arrow{width:34px;height:34px;border-radius:12px;background:#f8fafc;border:1px solid #eeeef1;color:#a1a1aa;display:flex;align-items:center;justify-content:center;transition:.2s}.uht-directory-card:hover .uht-directory-arrow{background:#f97316;border-color:#f97316;color:#fff}.uht-tags-directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.uht-tag-directory-pill{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #eeeef1;border-radius:20px;padding:14px;box-shadow:0 8px 20px rgba(24,24,27,.035);transition:transform .2s,border-color .2s,box-shadow .2s}.uht-tag-directory-pill:hover{transform:translateY(-2px);border-color:#fed7aa;box-shadow:0 18px 38px rgba(249,115,22,.11)}.uht-tag-icon{width:42px;height:42px;flex:0 0 auto;border-radius:14px;background:#fff7ed;color:#f97316;display:flex;align-items:center;justify-content:center}.uht-tag-text{min-width:0;display:grid;gap:3px;flex:1}.uht-tag-text strong{color:#111827;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-tag-text em{font-style:normal;color:#71717a;font-size:11px;font-weight:800}.uht-tag-arrow{color:#d4d4d8;font-size:12px}.uht-tag-directory-pill:hover .uht-tag-arrow{color:#f97316}.uht-character-directory-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.uht-character-directory-card{background:#fff;border:1px solid #eeeef1;border-radius:24px;overflow:hidden;box-shadow:0 10px 24px rgba(24,24,27,.04);transition:transform .22s,box-shadow .22s,border-color .22s}.uht-character-directory-card:hover{transform:translateY(-4px);border-color:#fed7aa;box-shadow:0 24px 50px rgba(249,115,22,.14)}.uht-character-directory-card a{display:block}.uht-character-directory-img{aspect-ratio:1/1.18;background:linear-gradient(135deg,#f4f4f5,#e5e7eb);overflow:hidden}.uht-character-directory-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.uht-character-directory-card:hover img{transform:scale(1.05)}.uht-character-directory-img span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a1a1aa;font-size:34px}.uht-character-directory-body{padding:13px;min-height:104px}.uht-character-directory-body h2{margin:0;color:#111827;font-size:14px;line-height:1.25;letter-spacing:-.035em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-character-directory-body p{margin:5px 0 0;color:#71717a;font-size:11px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-character-directory-body strong{display:inline-flex;margin-top:10px;background:#fff7ed;color:#ea580c;border:1px solid #fed7aa;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.uht-directory-empty-filter{grid-column:1/-1;background:#fff;border:1px solid #eeeef1;border-radius:20px;padding:24px;text-align:center;color:#71717a;font-weight:800}
@media(max-width:1100px){.uht-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.uht-tags-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.uht-character-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.uht-directory-hero-card{align-items:flex-start;flex-direction:column}.uht-directory-stats{width:100%}.uht-directory-stats div{flex:1}}
@media(max-width:760px){.uht-directory-toolbar{align-items:stretch;flex-direction:column}.uht-directory-search{max-width:none}.uht-directory-switcher{overflow-x:auto}.uht-directory-grid,.uht-tags-directory-grid{grid-template-columns:1fr}.uht-character-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.uht-studio-card-link{grid-template-columns:auto 1fr auto}.uht-studio-covers{display:none}.uht-directory-hero-card{padding:22px}.uht-directory-stats{flex-direction:column}.uht-directory-hero h1{font-size:34px}.uht-character-directory-body{min-height:96px}}

/* 0.2.0 home SEO FAQ + discreet friends links */
.uht-home-seo-faq{margin-top:8px}
.uht-home-faq-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#fffaf6 55%,#fff 100%);border:1px solid #f0f0f2;border-radius:26px;padding:24px;box-shadow:0 12px 32px rgba(24,24,27,.045)}
.uht-home-faq-card:before{content:'';position:absolute;right:-70px;top:-95px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(249,115,22,.13),rgba(249,115,22,0) 68%);pointer-events:none}.uht-home-faq-card:after{content:'';position:absolute;left:-95px;bottom:-120px;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,rgba(244,63,94,.055),rgba(244,63,94,0) 68%);pointer-events:none}.uht-home-faq-intro{position:relative;z-index:1;max-width:840px;margin-bottom:16px}.uht-home-faq-intro h2{margin:8px 0 7px;color:#111827;font-size:clamp(24px,3vw,34px);font-weight:900;letter-spacing:-.065em;line-height:1.05}.uht-home-faq-intro p{margin:0;color:#71717a;font-size:14px;line-height:1.7}.uht-faq-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.uht-faq-list details{background:rgba(255,255,255,.86);border:1px solid #eeeef1;border-radius:18px;padding:0;box-shadow:0 8px 20px rgba(24,24,27,.025);overflow:hidden}.uht-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;list-style:none;padding:14px 15px;color:#18181b;font-size:13px;font-weight:900;letter-spacing:-.02em}.uht-faq-list summary::-webkit-details-marker{display:none}.uht-faq-list summary:after{content:'+';width:24px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff7ed;color:#ea580c;border:1px solid #fed7aa;font-size:16px;line-height:1;flex:0 0 auto}.uht-faq-list details[open] summary:after{content:'–'}.uht-faq-list details p{margin:0;padding:0 15px 15px;color:#71717a;font-size:13px;line-height:1.7}.uht-friends-strip{margin-top:-12px;margin-bottom:-8px}.uht-friends-inner{display:flex;align-items:center;gap:12px;min-height:42px;padding:10px 14px;background:rgba(255,255,255,.72);border:1px solid #eeeeef;border-radius:18px;color:#71717a}.uht-friends-label{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;color:#a1a1aa;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.uht-friends-label i{color:#f97316}.uht-friends-links{display:flex;align-items:center;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0}.uht-friends-links a{display:inline-flex;align-items:center;padding:6px 9px;border-radius:10px;color:#71717a;font-size:12px;font-weight:800}.uht-friends-links a:hover{background:#fff7ed;color:#ea580c}.uht-friends-placeholder{margin:0;color:#a1a1aa;font-size:12px;font-weight:750}
@media(max-width:760px){.uht-home-faq-card{padding:20px;border-radius:22px}.uht-faq-list{grid-template-columns:1fr}.uht-friends-inner{align-items:flex-start;flex-direction:column;gap:8px}.uht-friends-strip{margin-top:0;margin-bottom:0}.uht-friends-links{gap:2px}}


/* 0.2.1 home studio/character blocks + closed FAQ polish */
.uht-home-directory-section{margin-top:18px;background:#fff;border:1px solid #eeeef1;border-radius:26px;padding:22px;box-shadow:0 12px 32px rgba(24,24,27,.04)}
.uht-home-directory-head{margin-bottom:18px}.uht-home-directory-head .uht-directory-kicker{margin-bottom:8px}.uht-home-directory-head h2{margin:0;color:#111827;font-size:clamp(22px,2.4vw,30px);font-weight:950;letter-spacing:-.06em;line-height:1.05}.uht-home-directory-head p{margin:7px 0 0;color:#71717a;font-size:13px;line-height:1.6}.uht-section-link{display:inline-flex;align-items:center;gap:7px;color:#ea580c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:900;white-space:nowrap}.uht-section-link:hover{background:#f97316;color:#fff;border-color:#f97316}
.uht-home-studio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.uht-home-studio-card{border-radius:22px}.uht-home-studio-card .uht-studio-card-link{grid-template-columns:auto 1fr auto;padding:14px}.uht-home-studio-card .uht-studio-mark{width:46px;height:46px;border-radius:16px;font-size:14px}.uht-home-studio-card .uht-studio-card-main h3{margin:0;color:#111827;font-size:14px;line-height:1.25;font-weight:900;letter-spacing:-.035em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-home-studio-card .uht-studio-card-main p{margin:4px 0 0;color:#71717a;font-size:11px;font-weight:850}.uht-home-studio-card .uht-studio-covers{grid-column:1/-1;justify-content:flex-start;margin-left:4px;margin-top:3px;min-height:44px}.uht-home-studio-card .uht-studio-covers img{width:32px;height:44px}.uht-home-studio-card .uht-directory-arrow{position:absolute;right:13px;top:13px;width:30px;height:30px;border-radius:11px}.uht-home-studio-card .uht-studio-card-link{position:relative}
.uht-home-character-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.uht-home-character-card{background:#fff;border:1px solid #eeeef1;border-radius:22px;overflow:hidden;box-shadow:0 10px 24px rgba(24,24,27,.035);transition:transform .22s,box-shadow .22s,border-color .22s}.uht-home-character-card:hover{transform:translateY(-4px);border-color:#fed7aa;box-shadow:0 24px 50px rgba(249,115,22,.13)}.uht-home-character-card a{display:block}.uht-home-character-img{aspect-ratio:1/1.15;background:linear-gradient(135deg,#f8fafc,#f4f4f5);overflow:hidden}.uht-home-character-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.uht-home-character-card:hover img{transform:scale(1.05)}.uht-home-character-img span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#cbd5e1;font-size:30px}.uht-home-character-body{padding:11px;min-height:92px}.uht-home-character-body h3{margin:0;color:#111827;font-size:13px;line-height:1.2;font-weight:900;letter-spacing:-.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-home-character-body p{margin:4px 0 0;color:#71717a;font-size:10px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-home-character-body strong{display:inline-flex;margin-top:9px;background:#fff7ed;color:#ea580c;border:1px solid #fed7aa;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:900}.uht-faq-list details{align-self:start}.uht-faq-list details:not([open]){min-height:54px}.uht-faq-list summary{min-height:54px}.uht-home-seo-faq{margin-top:18px}
@media(max-width:1100px){.uht-home-studio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.uht-home-character-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){.uht-home-directory-section{padding:18px;border-radius:22px}.uht-home-directory-head{align-items:flex-start;flex-direction:column;gap:12px}.uht-section-link{width:100%;justify-content:center}.uht-home-studio-grid{grid-template-columns:1fr}.uht-home-character-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.uht-home-character-body{min-height:86px}}


/* 0.2.2 home producer/character polish */
.uht-home-studio-card .uht-studio-card-link{
  grid-template-columns:auto minmax(0,1fr) auto auto;
  align-items:center;
  min-height:108px;
  padding:16px 14px;
  gap:13px;
}
.uht-home-studio-card .uht-studio-covers{
  grid-column:auto;
  justify-content:flex-end;
  margin:0;
  min-height:0;
  min-width:86px;
}
.uht-home-studio-card .uht-studio-covers img{
  width:34px;
  height:46px;
}
.uht-home-studio-card .uht-directory-arrow{
  position:static;
  width:30px;
  height:30px;
  border-radius:11px;
  flex:0 0 auto;
}
.uht-home-studio-card .uht-studio-card-main{min-width:0;}
.uht-home-studio-card .uht-studio-card-main h3{max-width:100%;}
.uht-home-character-grid{grid-template-columns:repeat(6,minmax(0,1fr));}
.uht-home-character-card:nth-child(n+7){display:none;}
.uht-home-character-img span.uht-character-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 25% 15%, rgba(249,115,22,.24), transparent 30%),
    linear-gradient(135deg,#fff7ed,#f8fafc 58%,#ffe4e6);
  color:#f97316;
  font-size:24px;
  font-weight:950;
  letter-spacing:-.08em;
}
@media(max-width:1100px){
  .uht-home-character-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .uht-home-studio-card .uht-studio-card-link{grid-template-columns:auto minmax(0,1fr) auto;min-height:92px;}
  .uht-home-studio-card .uht-studio-covers{display:none;}
  .uht-home-character-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

/* 0.2.3 Single title database layout */
.uht-breadcrumbs{display:flex;align-items:center;gap:8px;padding:18px 0 10px;color:#a1a1aa;font-size:12px;font-weight:850}.uht-breadcrumbs a{color:#71717a}.uht-breadcrumbs a:hover{color:var(--uht-orange)}.uht-breadcrumbs span{color:#d4d4d8}.uht-title-hero{position:relative;overflow:hidden;background:#121214;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.uht-title-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,12,.96),rgba(10,10,12,.78) 48%,rgba(10,10,12,.94)),var(--uht-banner);background-size:cover;background-position:center;filter:saturate(1.05)}.uht-title-hero-bg:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(249,115,22,.22),transparent 32%),radial-gradient(circle at 52% 88%,rgba(244,63,94,.11),transparent 35%)}.uht-title-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;align-items:end;padding:46px 0}.uht-title-poster{border-radius:26px;overflow:hidden;background:#27272a;box-shadow:0 30px 75px rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.12)}.uht-title-poster img{display:block;width:100%;aspect-ratio:3/4;object-fit:cover}.uht-title-hero-main{padding-bottom:8px}.uht-title-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.uht-title-badges>span:not(.uht-status-badge){display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.12);border-radius:999px;padding:6px 10px;color:#fff;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.uht-title-hero h1{max-width:1000px;margin:18px 0 7px;color:#fff;font-size:clamp(34px,5.6vw,62px);line-height:.96;letter-spacing:-.075em}.uht-title-meta-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:15px 0 15px}.uht-title-meta-row span{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);border-radius:14px;padding:8px 10px;color:rgba(255,255,255,.86);font-size:12px;font-weight:850}.uht-title-meta-row i{color:#fb923c}.uht-single-save.is-active,.uht-single-save[aria-pressed="true"]{background:#fff7ed;color:#ea580c;border-color:#fed7aa}.uht-title-layout{grid-template-columns:320px minmax(0,1fr);gap:30px}.uht-title-sidebar{position:relative}.uht-title-stats-card{background:linear-gradient(135deg,#fff 0%,#fff7ed 100%)}.uht-title-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.uht-title-stats-grid div{border:1px solid #f0f0f2;background:#fff;border-radius:16px;padding:14px;text-align:center}.uht-title-stats-grid strong{display:block;color:#111827;font-size:24px;line-height:1;letter-spacing:-.05em}.uht-title-stats-grid span{display:block;margin-top:6px;color:#71717a;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.uht-details-dl{display:grid;grid-template-columns:1fr;gap:11px}.uht-panel-headline{margin-bottom:16px}.uht-panel-headline>span{display:inline-flex;align-items:center;gap:6px;color:#ea580c;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}.uht-panel-headline h2{margin:6px 0 0!important;color:#111827;font-size:24px!important;letter-spacing:-.055em!important}.uht-synopsis-panel .uht-entry-content{font-size:15px;color:#4b5563}.uht-character-cast-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.uht-character-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;border:1px solid #eeeef1;background:#fafafa;border-radius:18px;padding:10px;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s}.uht-character-card:hover{transform:translateY(-3px);border-color:#fed7aa;background:#fff7ed;box-shadow:0 18px 40px rgba(249,115,22,.11)}.uht-character-card-img{width:72px;height:72px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#fff7ed,#f8fafc 60%,#ffe4e6)}.uht-character-card-img img{width:100%;height:100%;object-fit:cover}.uht-character-card-img span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#f97316;font-size:20px;font-weight:950;letter-spacing:-.08em}.uht-character-card-body{min-width:0}.uht-character-card-body strong{display:block;color:#18181b;font-size:13px;line-height:1.2;font-weight:950;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-character-card-body span,.uht-character-card-body small{display:block;margin-top:3px;color:#71717a;font-size:11px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-character-card-body em{display:inline-flex;margin-top:6px;color:#ea580c;background:#fff;border:1px solid #fed7aa;border-radius:999px;padding:3px 7px;font-size:9px;font-weight:950;text-transform:uppercase;font-style:normal;letter-spacing:.04em}.uht-staff-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.uht-staff-card{display:flex;align-items:center;gap:12px;border:1px solid #eeeef1;background:#fafafa;border-radius:16px;padding:10px}.uht-staff-card img,.uht-staff-card>span{width:52px;height:52px;border-radius:14px;object-fit:cover;flex:0 0 auto}.uht-staff-card>span{display:flex;align-items:center;justify-content:center;background:#fff7ed;color:#f97316;font-weight:950}.uht-staff-card strong{display:block;color:#18181b;font-size:13px;font-weight:950;line-height:1.2}.uht-staff-card em{display:block;margin-top:3px;color:#71717a;font-size:11px;font-style:normal}.uht-relation-list-v2{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;gap:12px}.uht-relation-item-v2{display:flex;align-items:center;gap:12px;border:1px solid #eeeef1;background:#fafafa;border-radius:17px;padding:10px;transition:.22s}.uht-relation-item-v2:hover{border-color:#fed7aa;background:#fff7ed}.uht-relation-item-v2 img{width:48px;height:64px;border-radius:12px;object-fit:cover;background:#e5e7eb}.uht-relation-item-v2 span{display:inline-flex;margin-bottom:5px;color:#ea580c;background:#fff;border:1px solid #fed7aa;border-radius:999px;padding:3px 7px;font-size:9px;font-weight:950;text-transform:uppercase}.uht-relation-item-v2 strong{display:block;color:#18181b;font-size:13px;line-height:1.25;font-weight:950}.uht-single-related-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.uht-single-related-grid .uht-card-body{min-height:116px}.uht-single-seo-box{background:linear-gradient(135deg,#fff 0%,#fffaf6 62%,#fff 100%)}.uht-single-seo-box p{margin:0;color:#71717a;line-height:1.8;font-size:14px}.uht-title-main .uht-link-buttons a{background:#fff;border-color:#eeeef1}.uht-title-main .uht-link-buttons a:hover{background:#fff7ed;border-color:#fed7aa}@media(max-width:1100px){.uht-title-layout{grid-template-columns:1fr}.uht-title-sidebar{order:2}.uht-title-main{order:1}.uht-character-cast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.uht-single-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.uht-breadcrumbs{overflow-x:auto;white-space:nowrap}.uht-title-hero-grid{grid-template-columns:1fr;gap:20px;padding:28px 0}.uht-title-poster{width:180px}.uht-title-hero h1{font-size:34px}.uht-title-meta-row span{font-size:11px}.uht-title-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.uht-character-cast-grid,.uht-staff-grid,.uht-relation-list-v2{grid-template-columns:1fr}.uht-single-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.uht-character-card{grid-template-columns:60px minmax(0,1fr)}.uht-character-card-img{width:60px;height:60px}.uht-title-layout{padding-top:22px}.uht-panel{padding:20px}}@media(max-width:420px){.uht-single-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.uht-single-actions .uht-btn{width:100%}}

/* Single title: prettier studios/producers sidebar */
.uht-single-studios-card{padding:18px;overflow:hidden}
.uht-sidebar-card-head{margin:0 0 13px}
.uht-sidebar-card-head span{display:inline-flex;align-items:center;gap:7px;color:#f97316;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.11em}
.uht-sidebar-card-head h2{margin:5px 0 0!important;font-size:16px!important;letter-spacing:-.045em;color:#111827}
.uht-single-studio-list{display:grid;gap:10px}
.uht-single-studio-item{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:12px;border:1px solid #eeeef1;background:linear-gradient(180deg,#fff,#fffaf6);border-radius:18px;box-shadow:0 8px 18px rgba(24,24,27,.035);transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}
.uht-single-studio-item:hover{transform:translateY(-2px);border-color:#fed7aa;box-shadow:0 18px 36px rgba(249,115,22,.13);background:#fff}
.uht-single-studio-mark{width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,#fb923c,#f97316);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:950;letter-spacing:-.05em;box-shadow:0 10px 20px rgba(249,115,22,.24);flex:0 0 auto}
.uht-single-studio-main{min-width:0;display:grid;gap:3px}
.uht-single-studio-main strong{display:block;color:#111827;font-size:14px;line-height:1.18;font-weight:950;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.uht-single-studio-main em{font-style:normal;color:#71717a;font-size:11px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.uht-single-studio-covers{display:flex;align-items:center;justify-content:flex-end;min-width:54px;max-width:78px;overflow:visible}
.uht-single-studio-covers img{width:26px;height:36px;object-fit:cover;border-radius:8px;border:2px solid #fff;box-shadow:0 8px 15px rgba(24,24,27,.14);background:#f4f4f5;margin-left:-12px}.uht-single-studio-covers img:first-child{margin-left:0}
.uht-single-studio-covers span{width:36px;height:36px;border-radius:13px;background:#f4f4f5;color:#a1a1aa;display:flex;align-items:center;justify-content:center}
.uht-single-studio-arrow{width:30px;height:30px;border-radius:11px;background:#f8fafc;border:1px solid #eeeef1;color:#a1a1aa;display:flex;align-items:center;justify-content:center;font-size:11px;transition:.2s}
.uht-single-studio-item:hover .uht-single-studio-arrow{background:#f97316;border-color:#f97316;color:#fff}
@media(max-width:1040px){.uht-single-studio-item{grid-template-columns:auto minmax(0,1fr) auto}.uht-single-studio-covers{display:none}}


/* 0.2.6 single studio block moved out of sidebar + cache-bust polish */
.uht-single-studios-wide{margin-top:0;background:linear-gradient(180deg,#fff 0%,#fffaf6 100%)}
.uht-single-studios-wide .uht-home-directory-head{align-items:center}
.uht-single-studios-wide .uht-single-studio-wide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.uht-single-studios-wide .uht-home-studio-card .uht-studio-card-link{min-height:104px}
@media(max-width:760px){.uht-single-studios-wide .uht-single-studio-wide-grid{grid-template-columns:1fr}.uht-single-studios-wide .uht-home-directory-head{align-items:flex-start}}


/* 0.2.7 Blog templates */
.uht-blog-hero{position:relative;background:linear-gradient(135deg,#fff7ed 0%,#fff 52%,#fafafa 100%);border-bottom:1px solid var(--uht-line);overflow:hidden}.uht-blog-hero:before{content:'';position:absolute;right:-110px;top:-120px;width:330px;height:330px;border-radius:999px;background:radial-gradient(circle,rgba(249,115,22,.16),rgba(249,115,22,0) 64%)}.uht-blog-hero:after{content:'';position:absolute;left:-120px;bottom:-150px;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(244,63,94,.08),rgba(244,63,94,0) 65%)}.uht-blog-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:32px;align-items:center;padding:42px 0}.uht-blog-hero h1{margin:12px 0 12px;font-size:clamp(34px,5vw,58px);line-height:.98;letter-spacing:-.07em;color:#111827;max-width:820px}.uht-blog-hero p{margin:0;color:#66666e;line-height:1.75;font-size:16px;max-width:720px}.uht-blog-hero-card{background:rgba(255,255,255,.82);border:1px solid #fed7aa;border-radius:24px;padding:20px;box-shadow:0 18px 45px rgba(249,115,22,.10);backdrop-filter:blur(10px)}.uht-blog-hero-card strong{display:block;color:#111827;font-size:17px;font-weight:950;letter-spacing:-.04em;margin-bottom:7px}.uht-blog-hero-card span{display:block;color:#71717a;font-size:13px;line-height:1.65}.uht-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.uht-blog-main{min-width:0}.uht-blog-featured{display:grid;grid-template-columns:300px minmax(0,1fr);gap:22px;background:#fff;border:1px solid var(--uht-line);border-radius:28px;padding:18px;box-shadow:0 12px 30px rgba(24,24,27,.055);margin-bottom:18px;transition:transform .25s,border-color .25s,box-shadow .25s}.uht-blog-featured:hover{transform:translateY(-3px);border-color:#fed7aa;box-shadow:0 24px 60px rgba(249,115,22,.13)}.uht-blog-featured-media{display:block;min-height:230px;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#fff7ed,#fff1f2 52%,#f8fafc)}.uht-blog-featured-media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform .45s}.uht-blog-featured:hover .uht-blog-featured-media img{transform:scale(1.04)}.uht-blog-featured-media span{display:flex;width:100%;height:100%;min-height:230px;align-items:center;justify-content:center;color:#fdba74;font-size:54px}.uht-blog-featured-body{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:4px 6px}.uht-blog-card-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:10px}.uht-blog-card-meta a,.uht-blog-card-meta span{display:inline-flex;align-items:center;background:#fff7ed;border:1px solid #fed7aa;color:#ea580c;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.uht-blog-card-meta time{color:#8b8b94;font-size:12px;font-weight:800}.uht-blog-featured h2{margin:0 0 10px;font-size:clamp(25px,3vw,37px);line-height:1.04;letter-spacing:-.065em;color:#111827}.uht-blog-featured h2 a:hover{color:#ea580c}.uht-blog-featured p{margin:0 0 18px;color:#5f6368;line-height:1.75;font-size:15px}.uht-blog-card-footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.uht-blog-card-footer span{color:#8b8b94;font-size:12px;font-weight:850}.uht-blog-card-footer a{display:inline-flex;align-items:center;gap:7px;color:#ea580c;font-size:13px;font-weight:950}.uht-blog-list{display:grid;gap:14px}.uht-blog-card{display:grid;grid-template-columns:170px minmax(0,1fr);gap:16px;background:#fff;border:1px solid var(--uht-line);border-radius:24px;padding:14px;box-shadow:0 8px 22px rgba(24,24,27,.04);transition:transform .25s,border-color .25s,box-shadow .25s}.uht-blog-card:hover{transform:translateY(-3px);border-color:#fed7aa;box-shadow:0 20px 48px rgba(249,115,22,.12)}.uht-blog-card-media{display:block;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#fff7ed,#f8fafc);min-height:132px}.uht-blog-card-media img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .45s}.uht-blog-card:hover .uht-blog-card-media img{transform:scale(1.04)}.uht-blog-card-media span{display:flex;width:100%;height:100%;min-height:132px;align-items:center;justify-content:center;color:#fdba74;font-size:32px}.uht-blog-card-body{min-width:0;display:flex;flex-direction:column;justify-content:center}.uht-blog-card h2{margin:0 0 7px;font-size:20px;line-height:1.18;letter-spacing:-.045em;color:#111827}.uht-blog-card h2 a:hover{color:#ea580c}.uht-blog-card p{margin:0 0 12px;color:#6b7280;font-size:13px;line-height:1.65}.uht-blog-sidebar{display:grid;gap:16px;position:sticky;top:105px}.uht-blog-side-card{background:#fff;border:1px solid var(--uht-line);border-radius:24px;padding:18px;box-shadow:0 8px 22px rgba(24,24,27,.04)}.uht-blog-side-card h3{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:#111827;font-size:16px;letter-spacing:-.04em;font-weight:950}.uht-blog-side-accent{background:linear-gradient(135deg,#fff7ed,#fff 70%);border-color:#fed7aa}.uht-blog-side-accent>span{display:inline-flex;color:#ea580c;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.uht-blog-side-accent h3{display:block;font-size:20px;margin-bottom:8px}.uht-blog-side-card p{margin:0 0 14px;color:#71717a;font-size:13px;line-height:1.7}.uht-blog-side-accent>a{display:inline-flex;align-items:center;gap:7px;color:#ea580c;font-size:13px;font-weight:950}.uht-side-title-list{display:grid;gap:10px}.uht-side-title-list a{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;border:1px solid #f0f0f2;background:#fafafa;border-radius:15px;padding:8px;transition:.22s}.uht-side-title-list a:hover{border-color:#fed7aa;background:#fff7ed}.uht-side-title-list img,.uht-side-title-list> a > span{width:42px;height:56px;border-radius:10px;object-fit:cover;background:#f4f4f5;display:flex;align-items:center;justify-content:center;color:#f97316}.uht-side-title-list strong{display:block;color:#18181b;font-size:12px;line-height:1.25;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-side-title-list em{display:block;margin-top:4px;color:#8b8b94;font-size:11px;font-style:normal;font-weight:750}.uht-side-category-list{display:grid;gap:7px}.uht-side-category-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #f0f0f2;background:#fafafa;border-radius:13px;padding:10px 11px;transition:.22s}.uht-side-category-list a:hover{border-color:#fed7aa;background:#fff7ed}.uht-side-category-list span{color:#18181b;font-size:13px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uht-side-category-list em{font-style:normal;background:#fff;border:1px solid #eeeef1;border-radius:999px;color:#71717a;font-size:11px;font-weight:950;padding:3px 8px}.uht-blog-archive-hero .uht-blog-hero-inner{grid-template-columns:1fr;padding:34px 0}.uht-blog-archive-hero h1{font-size:clamp(32px,4.6vw,52px)}.uht-post-hero{background:#fff;border-bottom:1px solid var(--uht-line)}.uht-post-hero-inner{padding:42px 0 34px;max-width:920px}.uht-post-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:18px;color:#8b8b94;font-size:12px;font-weight:850}.uht-post-breadcrumbs a:hover{color:#ea580c}.uht-post-hero-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:13px}.uht-post-hero-meta a{display:inline-flex;background:#fff7ed;border:1px solid #fed7aa;color:#ea580c;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.uht-post-hero-meta time,.uht-post-hero-meta span{color:#8b8b94;font-size:12px;font-weight:850}.uht-post-hero h1{margin:0;color:#111827;font-size:clamp(36px,6vw,68px);line-height:.98;letter-spacing:-.075em}.uht-post-hero p{margin:16px 0 0;color:#66666e;font-size:18px;line-height:1.75;max-width:820px}.uht-post-layout{display:grid;grid-template-columns:minmax(0,800px) 330px;gap:34px;align-items:start}.uht-post-article{background:#fff;border:1px solid var(--uht-line);border-radius:28px;padding:22px;box-shadow:0 12px 30px rgba(24,24,27,.05)}.uht-post-featured-image{margin:0 0 24px;border-radius:24px;overflow:hidden;background:#f4f4f5}.uht-post-featured-image img{width:100%;height:auto}.uht-post-content{color:#34343a;font-size:17px;line-height:1.85}.uht-post-content>*:first-child{margin-top:0}.uht-post-content h2,.uht-post-content h3,.uht-post-content h4{color:#111827;letter-spacing:-.045em;line-height:1.15;margin:1.75em 0 .65em}.uht-post-content h2{font-size:32px}.uht-post-content h3{font-size:25px}.uht-post-content p{margin:0 0 1.25em}.uht-post-content a{color:#ea580c;font-weight:800;text-decoration:underline;text-decoration-color:#fed7aa;text-underline-offset:3px}.uht-post-content ul,.uht-post-content ol{padding-left:1.3em;margin:0 0 1.35em}.uht-post-content li{margin:.45em 0}.uht-post-content blockquote{margin:1.5em 0;padding:18px 20px;border-left:4px solid #f97316;background:#fff7ed;border-radius:0 18px 18px 0;color:#52525b;font-weight:650}.uht-post-content img{border-radius:20px}.uht-post-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--uht-line);padding-top:20px;margin-top:24px;flex-wrap:wrap}.uht-post-tags{display:flex;flex-wrap:wrap;gap:8px}.uht-post-tags a{display:inline-flex;border:1px solid #eeeef1;background:#fafafa;border-radius:999px;color:#71717a;padding:7px 10px;font-size:12px;font-weight:900}.uht-post-tags a:hover{border-color:#fed7aa;background:#fff7ed;color:#ea580c}.uht-post-sidebar{display:grid;gap:16px;position:sticky;top:105px}.uht-post-sidebar .uht-blog-sidebar{position:static}.uht-post-author-card{background:linear-gradient(135deg,#fff,#fff7ed)}.uht-related-posts-section{padding-bottom:60px}.uht-related-posts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.uht-related-posts-grid .uht-blog-card{grid-template-columns:1fr}.uht-related-posts-grid .uht-blog-card-media{min-height:160px}.uht-related-posts-grid .uht-blog-card-media img{aspect-ratio:16/9}.uht-related-posts-grid .uht-blog-card h2{font-size:17px}.uht-related-posts-grid .uht-blog-card p{display:none}@media(max-width:1100px){.uht-blog-layout,.uht-post-layout{grid-template-columns:1fr}.uht-blog-sidebar,.uht-post-sidebar{position:static}.uht-blog-hero-inner{grid-template-columns:1fr}.uht-blog-hero-card{max-width:520px}.uht-related-posts-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.uht-blog-hero-inner{padding:30px 0}.uht-blog-featured{grid-template-columns:1fr}.uht-blog-featured-media,.uht-blog-featured-media span{min-height:190px}.uht-blog-card{grid-template-columns:110px minmax(0,1fr);gap:12px;padding:12px}.uht-blog-card-media,.uht-blog-card-media span{min-height:104px}.uht-blog-card h2{font-size:16px}.uht-blog-card p{display:none}.uht-blog-card-footer{margin-top:4px}.uht-blog-card-footer a{font-size:12px}.uht-post-hero-inner{padding:30px 0 26px}.uht-post-hero h1{font-size:36px}.uht-post-hero p{font-size:15px}.uht-post-article{padding:18px;border-radius:22px}.uht-post-content{font-size:16px}.uht-post-content h2{font-size:26px}.uht-post-content h3{font-size:22px}.uht-related-posts-grid{grid-template-columns:1fr}.uht-post-footer{align-items:flex-start;flex-direction:column}.uht-blog-hero-card{display:none}}@media(max-width:460px){.uht-blog-card{grid-template-columns:1fr}.uht-blog-card-media,.uht-blog-card-media span{min-height:160px}.uht-blog-card p{display:block}.uht-blog-card-footer{flex-direction:column;align-items:flex-start}.uht-blog-featured h2{font-size:26px}}



/* Blog single compact header refinements - v0.3.0 */
.single-post .uht-post-hero{
  background:linear-gradient(180deg,#fff 0%,#fffaf5 100%);
  border-bottom:1px solid #f1f1f3;
}
.single-post .uht-post-hero-inner{
  padding:26px 0 22px;
  max-width:860px;
}
.single-post .uht-post-breadcrumbs{
  margin-bottom:11px;
  font-size:11px;
  gap:7px;
}
.single-post .uht-post-hero-meta{
  margin-bottom:10px;
  gap:8px;
}
.single-post .uht-post-hero-meta a{
  padding:5px 9px;
  border-radius:10px;
  font-size:10px;
  letter-spacing:.055em;
}
.single-post .uht-post-hero-meta time,
.single-post .uht-post-hero-meta span{
  font-size:11px;
  font-weight:850;
}
.single-post .uht-post-hero h1{
  max-width:820px;
  margin:0;
  font-size:clamp(30px,4.4vw,46px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:950;
}
.single-post .uht-post-hero p{
  max-width:760px;
  margin:10px 0 0;
  color:#5f6368;
  font-size:15px;
  line-height:1.62;
}
.single-post .uht-post-layout{
  padding-top:26px;
}
.single-post .uht-post-featured-image{
  margin-bottom:20px;
}
@media(max-width:760px){
  .single-post .uht-post-hero-inner{padding:22px 0 20px}
  .single-post .uht-post-hero h1{font-size:30px;line-height:1.12;letter-spacing:-.035em}
  .single-post .uht-post-hero p{font-size:14px}
}
