/*
Theme Name: 微语录 WeiYuLu
Description: 微语录沉浸式单篇阅读主题，支持白日与夜晚模式、受控搜索和随机策展。
Version: 1.8.5
Author: Hugh
Text Domain: weiyulu
*/

:root{
  color-scheme:light;
  --wyl-accent:#4f5965;
  --wyl-accent-bright:#687482;
  --wyl-accent-rgb:79,89,101;
  --wyl-accent-on:#f7f9fb;
  --wyl-ambient-1-rgb:194,202,211;
  --wyl-ambient-2-rgb:220,224,229;
  --wyl-ambient-3-rgb:176,185,195;
  --wyl-brand:var(--wyl-accent);
  --wyl-brand-bright:var(--wyl-accent-bright);
  --wyl-gold:#b88a45;
  --wyl-paper:#faf7ef;
  --wyl-ink:#111a17;
  --wyl-muted:#68736d;
  --wyl-bg:#edf5f1;
  --wyl-bg-2:#f7f2e8;
  --wyl-panel:rgba(255,255,255,.66);
  --wyl-panel-strong:rgba(253,252,248,.9);
  --wyl-edge:rgba(255,255,255,.64);
  --wyl-shadow:0 28px 80px rgba(31,60,53,.16);
  --wyl-corner-hero:30px;
  --wyl-corner-surface:22px;
  --wyl-corner-control:14px;
  --wyl-corner-compact:10px;
  --wyl-ease:cubic-bezier(.22,.78,.2,1);
  --wyl-font:"Noto Sans SC","PingFang SC","Microsoft YaHei UI","Microsoft YaHei",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --wyl-text-body:12px;
  --wyl-text-emphasis:14px;
  --wyl-text-title:16px;
  --wyl-serif:"LXGW WenKai Screen","Kaiti SC","STKaiti","KaiTi","Noto Serif SC","Source Han Serif SC","Songti SC","SimSun",serif;
}

[data-theme="dark"]{
  color-scheme:dark;
  --wyl-accent:#b7c0ca;
  --wyl-accent-bright:#d2d8df;
  --wyl-accent-rgb:183,192,202;
  --wyl-accent-on:#171b20;
  --wyl-brand:var(--wyl-accent);
  --wyl-brand-bright:var(--wyl-accent-bright);
  --wyl-gold:#d3aa68;
  --wyl-paper:#fff2dd;
  --wyl-ink:#f6f3e9;
  --wyl-muted:#a7b5b0;
  --wyl-bg:#071314;
  --wyl-bg-2:#081012;
  --wyl-panel:rgba(20,29,29,.4);
  --wyl-panel-strong:rgba(8,17,18,.76);
  --wyl-edge:rgba(255,255,255,.12);
  --wyl-shadow:0 34px 96px rgba(0,0,0,.42);
}

@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]):not([data-theme="dark"]){
    color-scheme:dark;
    --wyl-accent:#b7c0ca;
    --wyl-accent-bright:#d2d8df;
    --wyl-accent-rgb:183,192,202;
    --wyl-accent-on:#171b20;
    --wyl-brand:var(--wyl-accent);
    --wyl-brand-bright:var(--wyl-accent-bright);
    --wyl-gold:#d3aa68;
    --wyl-paper:#fff2dd;
    --wyl-ink:#f6f3e9;
    --wyl-muted:#a7b5b0;
    --wyl-bg:#071314;
    --wyl-bg-2:#081012;
    --wyl-panel:rgba(20,29,29,.4);
    --wyl-panel-strong:rgba(8,17,18,.76);
    --wyl-edge:rgba(255,255,255,.12);
    --wyl-shadow:0 34px 96px rgba(0,0,0,.42);
  }
}

:root[data-accent="jade"]{--wyl-accent:#11685d;--wyl-accent-bright:#24cbb2;--wyl-accent-rgb:36,203,178}
:root[data-accent="blue"]{--wyl-accent:#2f72b7;--wyl-accent-bright:#559ce8;--wyl-accent-rgb:85,156,232}
:root[data-accent="gold"]{--wyl-accent:#94661f;--wyl-accent-bright:#c5964d;--wyl-accent-rgb:197,150,77;--wyl-ambient-1-rgb:220,176,91;--wyl-ambient-2-rgb:189,158,116;--wyl-ambient-3-rgb:224,167,92}
:root[data-accent="rose"]{--wyl-accent:#ac4b70;--wyl-accent-bright:#df7697;--wyl-accent-rgb:223,118,151;--wyl-ambient-1-rgb:232,143,174;--wyl-ambient-2-rgb:183,151,211;--wyl-ambient-3-rgb:222,167,141}
[data-theme="dark"][data-accent="jade"]{--wyl-accent:#43ead3;--wyl-accent-bright:#43ead3;--wyl-accent-rgb:67,234,211;--wyl-accent-on:#071314}
[data-theme="dark"][data-accent="blue"]{--wyl-accent:#78bdff;--wyl-accent-bright:#78bdff;--wyl-accent-rgb:120,189,255}
[data-theme="dark"][data-accent="gold"]{--wyl-accent:#e6bf73;--wyl-accent-bright:#e6bf73;--wyl-accent-rgb:230,191,115}
[data-theme="dark"][data-accent="rose"]{--wyl-accent:#f09ab8;--wyl-accent-bright:#f09ab8;--wyl-accent-rgb:240,154,184}
@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]):not([data-theme="dark"])[data-accent="jade"]{--wyl-accent:#43ead3;--wyl-accent-bright:#43ead3;--wyl-accent-rgb:67,234,211;--wyl-accent-on:#071314}
  :root:not([data-theme="light"]):not([data-theme="dark"])[data-accent="blue"]{--wyl-accent:#78bdff;--wyl-accent-bright:#78bdff;--wyl-accent-rgb:120,189,255}
  :root:not([data-theme="light"]):not([data-theme="dark"])[data-accent="gold"]{--wyl-accent:#e6bf73;--wyl-accent-bright:#e6bf73;--wyl-accent-rgb:230,191,115}
  :root:not([data-theme="light"]):not([data-theme="dark"])[data-accent="rose"]{--wyl-accent:#f09ab8;--wyl-accent-bright:#f09ab8;--wyl-accent-rgb:240,154,184}
}

*,*::before,*::after{box-sizing:border-box}
html{min-height:100%;scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{
  min-height:100vh;
  min-height:100dvh;
  overflow-x:hidden;
  color:var(--wyl-ink);
  background:
    radial-gradient(80% 62% at 8% 8%,rgba(var(--wyl-ambient-1-rgb),.2),transparent 70%),
    radial-gradient(72% 66% at 92% 22%,rgba(var(--wyl-ambient-2-rgb),.14),transparent 72%),
    radial-gradient(80% 60% at 40% 100%,rgba(var(--wyl-ambient-3-rgb),.14),transparent 74%),
    linear-gradient(145deg,var(--wyl-bg),var(--wyl-bg-2));
  font-family:var(--wyl-font);
  font-size:var(--wyl-text-body);
  letter-spacing:0;
  transition:background .35s var(--wyl-ease),background-color .35s var(--wyl-ease),color .25s var(--wyl-ease);
}
[data-theme="dark"] body{
  background:
    radial-gradient(80% 62% at 8% 8%,rgba(var(--wyl-ambient-1-rgb),.055),transparent 70%),
    radial-gradient(72% 66% at 92% 22%,rgba(var(--wyl-ambient-2-rgb),.035),transparent 72%),
    radial-gradient(80% 60% at 40% 100%,rgba(var(--wyl-ambient-3-rgb),.03),transparent 74%),
    linear-gradient(145deg,var(--wyl-bg),var(--wyl-bg-2));
}
@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]):not([data-theme="dark"]) body{
    background:
      radial-gradient(80% 62% at 8% 8%,rgba(var(--wyl-ambient-1-rgb),.055),transparent 70%),
      radial-gradient(72% 66% at 92% 22%,rgba(var(--wyl-ambient-2-rgb),.035),transparent 72%),
      radial-gradient(80% 60% at 40% 100%,rgba(var(--wyl-ambient-3-rgb),.03),transparent 74%),
      linear-gradient(145deg,var(--wyl-bg),var(--wyl-bg-2));
  }
}
body.wyl-modal-open{overflow:hidden}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}
button,input{font:inherit;letter-spacing:0}
button{touch-action:manipulation}
a{color:inherit;text-decoration:none}
img{max-width:100%}
[hidden]{display:none!important}
::selection{background:rgba(var(--wyl-accent-rgb),.28);color:inherit}

.wyl-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.wyl-skip-link{
  position:fixed;
  top:10px;
  left:12px;
  z-index:120;
  transform:translateY(-160%);
  padding:10px 14px;
  border-radius:var(--wyl-corner-compact);
  background:#fff;
  color:#12221e;
  box-shadow:0 12px 36px rgba(0,0,0,.2);
}
.wyl-skip-link:focus{transform:none}
:focus-visible{outline:3px solid color-mix(in srgb,var(--wyl-brand-bright) 70%,#fff);outline-offset:3px}

.wyl-wrap{position:relative;z-index:1;display:flex;min-height:100dvh;flex-direction:column}
.wyl-aura{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.wyl-aura span{position:absolute;inset:auto;opacity:.44;filter:blur(72px);animation:wyl-aura 24s ease-in-out infinite alternate}
.wyl-aura span:nth-child(1){width:52%;height:42%;left:-18%;top:-16%;background:rgba(var(--wyl-ambient-1-rgb),.26)}
.wyl-aura span:nth-child(2){width:42%;height:52%;right:-18%;top:12%;background:rgba(var(--wyl-ambient-2-rgb),.18);animation-duration:31s}
.wyl-aura span:nth-child(3){width:56%;height:30%;left:12%;bottom:-18%;background:rgba(var(--wyl-ambient-3-rgb),.17);animation-duration:28s}
@keyframes wyl-aura{to{transform:translate3d(5vw,4vh,0) scale(1.08)}}
[data-theme="dark"] .wyl-aura{display:none}
@media (prefers-color-scheme:dark){:root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-aura{display:none}}

/* Header */
.wyl-top{
  position:relative;
  z-index:12;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  align-items:center;
  gap:20px;
  min-height:88px;
  padding:18px clamp(20px,4vw,68px);
}
.wyl-brand{justify-self:start;display:inline-flex;align-items:center;min-width:0}
.wyl-brand-logo{display:block;width:168px;height:auto;filter:drop-shadow(0 8px 20px rgba(19,57,50,.12))}
.wyl-brand-logo--dark{display:none}
.wyl-date{color:var(--wyl-muted);font-size:var(--wyl-text-body);white-space:nowrap}
.wyl-date b{color:var(--wyl-ink);font-weight:650}
.wyl-date__mobile{display:none}
.wyl-tools{justify-self:end;display:flex;align-items:center;gap:10px}
.wyl-theme-menu{position:relative;display:inline-flex}
.wyl-icon-btn{
  position:relative;
  display:inline-grid;
  width:46px;
  height:46px;
  place-items:center;
  border:0;
  border-radius:var(--wyl-corner-control);
  color:var(--wyl-ink);
  background:rgba(255,255,255,.52);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  backdrop-filter:blur(18px) saturate(135%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 12px 34px rgba(33,61,55,.1);
  cursor:pointer;
  transition:transform .18s var(--wyl-ease),background-color .18s var(--wyl-ease),box-shadow .18s var(--wyl-ease);
}
.wyl-icon-btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 #fff,0 16px 38px rgba(33,61,55,.14)}
.wyl-icon-btn svg,.wyl-theme-current{display:block;width:23px;height:23px}
.wyl-icon-btn svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.wyl-account-entry>span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--wyl-accent);color:var(--wyl-accent-on);font-size:12px;font-weight:700}
.wyl-icon-btn[data-tooltip]::after{
  content:attr(data-tooltip);
  position:absolute;
  top:calc(100% + 9px);
  left:50%;
  z-index:4;
  transform:translate(-50%,-3px);
  padding:6px 9px;
  border-radius:var(--wyl-corner-compact);
  color:#fff;
  background:rgba(6,17,16,.84);
  font-size:var(--wyl-text-body);
  line-height:1;
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .15s var(--wyl-ease),transform .15s var(--wyl-ease);
}
.wyl-icon-btn[data-tooltip]:hover::after,.wyl-icon-btn[data-tooltip]:focus-visible::after{opacity:1;transform:translate(-50%,0)}
.wyl-theme-panel{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  z-index:32;
  display:none;
  width:196px;
  padding:6px;
  border-radius:var(--wyl-corner-control);
  background:rgba(250,250,247,.9);
  -webkit-backdrop-filter:blur(24px) saturate(135%);
  backdrop-filter:blur(24px) saturate(135%);
  box-shadow:0 24px 64px rgba(22,44,39,.18),inset 0 1px 0 rgba(255,255,255,.76);
}
.wyl-theme-menu.is-open .wyl-theme-panel{display:grid;gap:2px;animation:wyl-pop .2s var(--wyl-ease) both}
.wyl-theme-panel__modes{display:grid;grid-template-columns:minmax(0,1fr);gap:2px;min-width:0}
.wyl-theme-panel [data-theme-set]{
  box-sizing:border-box;
  display:flex;
  min-width:0;
  width:100%;
  align-items:center;
  gap:9px;
  min-height:40px;
  padding:0 11px;
  border:0;
  border-radius:var(--wyl-corner-compact);
  color:#5f6b67;
  background:transparent;
  text-align:left;
  cursor:pointer;
}
.wyl-theme-panel [data-theme-set] svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wyl-theme-panel [data-theme-set]:hover{color:var(--wyl-accent);background:rgba(var(--wyl-accent-rgb),.07)}
.wyl-theme-panel [data-theme-set][aria-pressed="true"]{
  color:var(--wyl-accent);
  background:linear-gradient(135deg,rgba(var(--wyl-accent-rgb),.18),rgba(255,255,255,.48));
  box-shadow:0 8px 22px rgba(var(--wyl-accent-rgb),.13),inset 0 1px 0 rgba(255,255,255,.86);
}
.wyl-theme-panel [data-theme-set]:focus-visible{outline:0;background:rgba(var(--wyl-accent-rgb),.1);box-shadow:0 0 18px 3px rgba(var(--wyl-accent-rgb),.2),inset 0 1px 0 rgba(255,255,255,.72)}
.wyl-theme-panel [data-theme-set][aria-pressed="true"]:focus-visible{background:linear-gradient(135deg,rgba(var(--wyl-accent-rgb),.2),rgba(255,255,255,.5));box-shadow:0 8px 22px rgba(var(--wyl-accent-rgb),.13),0 0 20px 3px rgba(var(--wyl-accent-rgb),.2),inset 0 1px 0 rgba(255,255,255,.86)}
.wyl-accent-picker{margin:5px 4px 2px;padding-top:7px;border-top:1px solid rgba(44,95,83,.1)}
.wyl-accent-picker__head{display:flex;min-height:25px;align-items:center;justify-content:space-between;padding:0 4px 3px;color:#68756f;font-size:var(--wyl-text-body)}
.wyl-accent-picker__swatches{display:flex;align-items:center;justify-content:space-between}
.wyl-accent-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;min-width:0}
.wyl-accent-swatch{position:relative;display:grid;width:36px;height:36px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer}
.wyl-accent-swatch span{display:block;width:22px;height:22px;border-radius:50%;background:var(--swatch);box-shadow:0 3px 10px rgba(20,45,40,.15),inset 0 1px 0 rgba(255,255,255,.4);transition:transform .16s var(--wyl-ease),box-shadow .16s var(--wyl-ease)}
.wyl-accent-swatch:hover span{transform:scale(1.08)}
.wyl-accent-swatch[aria-pressed="true"] span{transform:scale(1.08);box-shadow:0 4px 13px rgba(20,45,40,.2),0 0 0 5px rgba(var(--wyl-accent-rgb),.12),inset 0 1px 0 rgba(255,255,255,.42)}
.wyl-accent-swatch[aria-pressed="true"]::after{content:"";position:absolute;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-1px) rotate(45deg);filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}
.wyl-accent-swatch[data-accent-set="silver"]{--swatch:#687482}
.wyl-accent-swatch[data-accent-set="jade"]{--swatch:#24cbb2}
.wyl-accent-swatch[data-accent-set="blue"]{--swatch:#559ce8}
.wyl-accent-swatch[data-accent-set="gold"]{--swatch:#c5964d}
.wyl-accent-swatch[data-accent-set="rose"]{--swatch:#df7697}

/* Search */
.wyl-search{position:fixed;inset:0;z-index:70;display:none;align-items:flex-start;justify-content:center;padding:clamp(26px,8vh,72px) clamp(14px,4vw,48px)}
.wyl-search.is-open{display:flex}
.wyl-search__mask{position:absolute;inset:0;background:rgba(8,17,16,.42);-webkit-backdrop-filter:blur(16px) saturate(112%);backdrop-filter:blur(16px) saturate(112%)}
.wyl-search__panel{
  position:relative;
  z-index:1;
  width:min(700px,100%);
  max-height:min(76dvh,660px);
  overflow:hidden;
  border-radius:var(--wyl-corner-surface);
  background:linear-gradient(145deg,rgba(250,252,250,.66),rgba(239,246,242,.46));
  -webkit-backdrop-filter:blur(32px) saturate(135%);
  backdrop-filter:blur(32px) saturate(135%);
  box-shadow:0 34px 96px rgba(20,47,42,.22),inset 0 1px 0 rgba(255,255,255,.68);
  animation:wyl-pop .2s var(--wyl-ease) both;
}
.wyl-search__box{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 36px;
  align-items:center;
  gap:12px;
  min-height:64px;
  margin:12px;
  padding:0 14px;
  border-radius:var(--wyl-corner-control);
  background:rgba(255,255,255,.42);
  box-shadow:0 12px 34px rgba(29,55,50,.075),inset 0 1px 0 rgba(255,255,255,.72);
}
.wyl-search__box:focus-within{box-shadow:0 0 0 2px rgba(var(--wyl-accent-rgb),.28),0 12px 34px rgba(29,55,50,.09),inset 0 1px 0 rgba(255,255,255,.76)}
.wyl-search__box>svg{width:26px;height:26px;fill:none;stroke:var(--wyl-brand);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.wyl-search__box input{width:100%;min-width:0;border:0;outline:0;color:var(--wyl-accent);caret-color:var(--wyl-accent-bright);background:transparent;font-size:var(--wyl-text-emphasis);font-weight:600}
.wyl-search__box input::placeholder{color:#84908b;font-weight:400}
.wyl-search__box input::-webkit-search-cancel-button,.wyl-search__box input::-webkit-search-decoration{display:none}
.wyl-search__box button{
  width:34px;
  height:34px;
  border:0;
  color:#66736e;
  background:transparent;
  font-size:28px;
  line-height:1;
  opacity:0;
  pointer-events:none;
  cursor:pointer;
  transform:scale(.82);
  transition:opacity .15s var(--wyl-ease),transform .15s var(--wyl-ease),color .15s var(--wyl-ease);
}
.wyl-search.has-query .wyl-search__box button{opacity:1;pointer-events:auto;transform:scale(1)}
.wyl-search__results{display:grid;gap:6px;max-height:min(54dvh,480px);overflow:auto;padding:0 12px 12px;overscroll-behavior:contain}
.wyl-search__empty{margin:28px 16px 32px;color:#77827e;text-align:center;font-size:var(--wyl-text-body)}
.wyl-search__item{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 20px;
  align-items:center;
  gap:14px;
  width:100%;
  min-height:58px;
  padding:13px 16px;
  overflow:hidden;
  border:0;
  border-radius:var(--wyl-corner-control);
  color:#26322f;
  background:rgba(255,255,255,.25);
  text-align:left;
  cursor:pointer;
  transition:transform .16s var(--wyl-ease),background-color .16s var(--wyl-ease),color .16s var(--wyl-ease),box-shadow .16s var(--wyl-ease);
}
.wyl-search__item span{font-family:var(--wyl-font);font-size:var(--wyl-text-emphasis);line-height:1.65}
.wyl-search__hit{margin:0 -.04em;padding:0 .04em;border-radius:.24em;color:var(--wyl-accent);background:rgba(var(--wyl-accent-rgb),.14);box-shadow:0 0 16px rgba(var(--wyl-accent-rgb),.12);font:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone}
.wyl-search__item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;opacity:.5}
.wyl-search__item:hover,.wyl-search__item[aria-selected="true"]{color:var(--wyl-accent);background:linear-gradient(105deg,rgba(var(--wyl-accent-rgb),.18),rgba(var(--wyl-accent-rgb),.07));box-shadow:0 12px 30px rgba(var(--wyl-accent-rgb),.1);transform:translateY(-1px)}

/* Main */
.wyl-stage{
  position:relative;
  z-index:2;
  display:flex;
  flex:1;
  align-items:center;
  justify-content:center;
  min-height:calc(100dvh - 150px);
  padding:clamp(22px,3.5vw,54px) clamp(14px,3.6vw,56px) calc(116px + env(safe-area-inset-bottom));
  perspective:1400px;
}
.wyl-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
  width:min(1080px,92vw);
  min-height:420px;
  overflow:hidden;
  border-radius:var(--wyl-corner-hero);
  background:var(--wyl-panel);
  -webkit-backdrop-filter:blur(24px) saturate(128%);
  backdrop-filter:blur(24px) saturate(128%);
  box-shadow:inset 0 1px 0 var(--wyl-edge),var(--wyl-shadow);
  transform-style:preserve-3d;
  animation:wyl-rise .7s var(--wyl-ease) both;
  transition:transform .32s var(--wyl-ease);
}
.wyl-card__imgwrap{position:relative;min-height:420px;overflow:hidden;background:#dde7e2}
.wyl-card__imgwrap[data-image-preview-trigger][role="button"]{cursor:zoom-in}
.wyl-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .32s var(--wyl-ease)}
.wyl-card__imgwrap::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:radial-gradient(90% 72% at 70% 10%,rgba(255,244,214,.38),transparent 58%),linear-gradient(105deg,transparent 30%,rgba(255,255,255,.12),transparent 65%);
  mix-blend-mode:screen;
}
.wyl-card__imgwrap::after{
  content:"";
  position:absolute;
  top:-38%;
  left:-48%;
  z-index:3;
  width:36%;
  height:176%;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);
  transform:rotate(17deg);
  animation:wyl-sweep 12s ease-in-out infinite;
}
.wyl-card__fallback{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#e2eee8,#f4eee2)}
.wyl-card__fallback::before{content:"";width:142px;height:142px;background:url("assets/brand/weiyulu-mark.svg") center/contain no-repeat;opacity:.13;filter:grayscale(.3)}
.wyl-card__fallback span{display:none}
.wyl-card__body{position:relative;display:flex;min-width:0;flex-direction:column;justify-content:center;gap:8px;padding:clamp(38px,3.8vw,54px) clamp(36px,4vw,58px);cursor:pointer}
.wyl-quote-mark{height:14px;color:color-mix(in srgb,var(--wyl-gold) 48%,var(--wyl-muted));font-family:var(--wyl-font);font-size:24px;line-height:.72;opacity:.46}
.wyl-reading{position:relative;width:100%;max-width:42em;min-width:0}
.wyl-jinju{width:100%;max-width:42em;max-height:14.4em;margin:0;overflow:hidden;color:var(--wyl-ink);font-family:var(--wyl-serif);font-size:18px;font-weight:500;line-height:1.8;white-space:pre-line}
.wyl-card .wyl-jinju.is-two-line-quote{font-size:24px}
.wyl-reading__fade,.wyl-reading__more{display:none;pointer-events:none}
.wyl-reading[data-reading-overflow="true"] .wyl-reading__fade{position:absolute;right:0;bottom:0;left:0;display:block;height:4.8em;background:linear-gradient(180deg,rgba(250,250,247,0),rgba(250,250,247,.96) 76%)}
.wyl-reading[data-reading-overflow="true"] .wyl-reading__more{position:absolute;right:0;bottom:1px;display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;color:var(--wyl-muted);background:rgba(255,255,255,.72);font-family:var(--wyl-font);font-size:12px;box-shadow:0 5px 16px rgba(31,61,55,.08)}
.wyl-meta{color:var(--wyl-muted);font-size:12px;opacity:.7}
.wyl-card__body>.wyl-meta,.wyl-dock>.wyl-meta{display:none}
.wyl-card__body::after,.wyl-dock::after{
  content:"⋯";
  position:absolute;
  right:24px;
  bottom:22px;
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  border-radius:var(--wyl-corner-control);
  color:var(--wyl-muted);
  background:rgba(255,255,255,.46);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  box-shadow:0 10px 28px rgba(31,61,55,.1);
  font-size:17px;
  opacity:0;
  pointer-events:none;
  transform:translateY(3px) scale(.92);
  transition:opacity .18s var(--wyl-ease),transform .18s var(--wyl-ease);
}
.wyl-card__body:hover::after,.wyl-card__body:focus-visible::after,.wyl-dock:hover::after,.wyl-dock:focus-visible::after{opacity:0;transform:translateY(3px) scale(.92)}

.wyl-card__body::after{right:68px}

.wyl-fullbg{--wyl-fullbg-image:var(--wyl-fullbg-image-desktop);display:none;position:fixed;inset:0;z-index:0;overflow:hidden;isolation:isolate;background:#071314}
.wyl-fullbg::before{content:"";position:absolute;inset:-5%;z-index:0;background:var(--wyl-fullbg-image) center/cover no-repeat;opacity:.76;filter:blur(36px) brightness(.72) saturate(.86);transform:scale(1.1)}
.wyl-fullbg__image{position:absolute;inset:0;z-index:1;background:var(--wyl-fullbg-image) center/contain no-repeat}
.wyl-fullbg.is-cover-fit .wyl-fullbg__image{background-size:cover}
.wyl-fullbg.is-empty{background:linear-gradient(145deg,#142624,#071314)}
.wyl-fullbg.is-empty::before{inset:18%;background:url("assets/brand/weiyulu-mark.svg") center/contain no-repeat;opacity:.06;filter:none;transform:none}
.wyl-fullbg.is-empty .wyl-fullbg__image{display:none}
.wyl-fullbg::after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(5,11,12,.28),rgba(5,11,12,.03) 34%,rgba(5,11,12,.32) 76%,rgba(5,11,12,.68)),radial-gradient(100% 72% at 50% 46%,transparent 32%,rgba(4,10,11,.22) 90%)}
.wyl-dock{display:none}
[data-theme="dark"] .wyl-stage{align-items:stretch;min-height:calc(100dvh - 88px);padding:0}
[data-theme="dark"] .wyl-card{display:none}
[data-theme="dark"] .wyl-fullbg{display:block}
[data-theme="dark"] .wyl-dock{
  position:relative;
  z-index:2;
  display:flex;
  width:min(760px,86vw);
  min-height:240px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  align-self:flex-end;
  gap:18px;
  margin:auto auto calc(118px + env(safe-area-inset-bottom));
  padding:48px 58px 54px;
  overflow:hidden;
  border-radius:var(--wyl-corner-hero);
  color:#fff;
  background:linear-gradient(145deg,rgba(96,108,105,.17),rgba(9,18,20,.3));
  -webkit-backdrop-filter:blur(24px) saturate(108%);
  backdrop-filter:blur(24px) saturate(108%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 24px 68px rgba(0,0,0,.28);
  cursor:pointer;
  animation:wyl-rise .7s var(--wyl-ease) both;
}
[data-theme="dark"] .wyl-dock .wyl-reading{width:100%;max-width:none}
[data-theme="dark"] .wyl-dock .wyl-jinju{max-width:42em;color:#fff2dd;font-size:18px;line-height:1.8;text-shadow:0 1px 24px rgba(0,0,0,.34)}
[data-theme="dark"] .wyl-dock .wyl-reading[data-reading-overflow="true"] .wyl-reading__fade{background:linear-gradient(180deg,rgba(13,24,25,0),rgba(13,24,25,.94) 76%)}
[data-theme="dark"] .wyl-dock .wyl-reading[data-reading-overflow="true"] .wyl-reading__more{color:#e7eeeb;background:rgba(255,255,255,.1)}
[data-theme="dark"] .wyl-dock::after{right:68px;color:#f8f5eb;background:rgba(255,255,255,.1);box-shadow:0 10px 28px rgba(0,0,0,.18)}

@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-stage{align-items:stretch;min-height:calc(100dvh - 88px);padding:0}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-card{display:none}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-fullbg{display:block}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock{position:relative;z-index:2;display:flex;width:min(760px,86vw);min-height:240px;flex-direction:column;align-items:flex-start;justify-content:center;align-self:flex-end;gap:18px;margin:auto auto calc(118px + env(safe-area-inset-bottom));padding:48px 58px 54px;overflow:hidden;border-radius:var(--wyl-corner-hero);color:#fff;background:linear-gradient(145deg,rgba(96,108,105,.17),rgba(9,18,20,.3));-webkit-backdrop-filter:blur(24px) saturate(108%);backdrop-filter:blur(24px) saturate(108%);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 24px 68px rgba(0,0,0,.28);cursor:pointer}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-reading{width:100%;max-width:none}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-jinju{max-width:42em;color:#fff2dd;font-size:18px;line-height:1.8;text-shadow:0 1px 24px rgba(0,0,0,.34)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-reading[data-reading-overflow="true"] .wyl-reading__fade{background:linear-gradient(180deg,rgba(13,24,25,0),rgba(13,24,25,.94) 76%)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-reading[data-reading-overflow="true"] .wyl-reading__more{color:#e7eeeb;background:rgba(255,255,255,.1)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock::after{right:68px;color:#f8f5eb;background:rgba(255,255,255,.1)}
}

/* Responsive action rail */
.wyl-action-rail{position:fixed;z-index:35;top:50%;right:max(20px,calc((100vw - 1080px)/2 - 68px));border:0;transform:translateY(-44%)}
.wyl-action-rail .wyl-reactions{position:relative;display:grid;gap:10px;justify-items:center}
.wyl-action-rail .wyl-rail-item{display:grid;grid-template-rows:48px 14px;gap:3px;justify-items:center;min-width:48px}
.wyl-action-rail .wyl-rail-item--plain{grid-template-rows:48px}
.wyl-action-rail .wyl-rail-action{position:relative;display:grid;width:48px;height:48px;padding:0;place-items:center;border:0;border-radius:var(--wyl-corner-control);color:var(--wyl-muted);background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.72),transparent 43%),linear-gradient(145deg,rgba(255,255,255,.64),rgba(224,234,229,.48));-webkit-backdrop-filter:blur(18px) saturate(120%);backdrop-filter:blur(18px) saturate(120%);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 13px 32px rgba(38,68,59,.12);cursor:pointer;transition:transform .16s var(--wyl-ease),color .16s var(--wyl-ease),background-color .16s var(--wyl-ease)}
.wyl-action-rail .wyl-rail-action:hover{color:var(--wyl-accent);transform:translateY(-1px)}
.wyl-action-rail .wyl-rail-action svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wyl-action-rail .wyl-rail-action[aria-pressed="true"],.wyl-action-rail .wyl-rail-action[aria-expanded="true"]{color:var(--wyl-accent-on);background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.38),transparent 42%),linear-gradient(145deg,var(--wyl-accent-bright),var(--wyl-accent));box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 13px 34px rgba(var(--wyl-accent-rgb),.24)}
.wyl-action-rail .wyl-rail-action:focus-visible{outline:2px solid var(--wyl-accent-bright);outline-offset:3px}
.wyl-rail-count-slot{display:block;min-width:24px;min-height:14px;color:var(--wyl-muted);font-size:11px;font-variant-numeric:tabular-nums;font-weight:600;line-height:14px;text-align:center}
.wyl-action-status{position:absolute;top:50%;right:calc(100% + 12px);width:max-content;max-width:min(320px,calc(100vw - 120px));padding:10px 14px;border:0;border-radius:var(--wyl-corner-compact);color:var(--wyl-text);background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(224,234,229,.68));-webkit-backdrop-filter:blur(18px) saturate(120%);backdrop-filter:blur(18px) saturate(120%);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 13px 32px rgba(38,68,59,.14);font-size:var(--wyl-text-body);line-height:1.5;pointer-events:none;transform:translateY(-50%)}
.wyl-action-status:empty{display:none}
.wyl-more-menu.is-open~.wyl-action-status{display:none}
.wyl-rail-dislike--desktop[hidden]{display:none!important}
[data-theme="dark"] .wyl-action-rail .wyl-rail-action{color:#d5dfdc;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.20),transparent 43%),linear-gradient(145deg,rgba(78,75,68,.36),rgba(18,22,20,.48));box-shadow:inset 0 1px 0 rgba(255,255,255,.20),inset 0 -10px 20px rgba(0,0,0,.08),0 13px 30px rgba(0,0,0,.16)}
[data-theme="dark"] .wyl-action-rail .wyl-rail-action[aria-pressed="true"],[data-theme="dark"] .wyl-action-rail .wyl-rail-action[aria-expanded="true"]{color:var(--wyl-accent-on);background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.38),transparent 42%),linear-gradient(145deg,var(--wyl-accent-bright),var(--wyl-accent))}
[data-theme="dark"] .wyl-action-status{color:#eef4f1;background:linear-gradient(145deg,rgba(78,75,68,.72),rgba(18,22,20,.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 13px 30px rgba(0,0,0,.2)}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-rail .wyl-rail-action{color:#d5dfdc;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.20),transparent 43%),linear-gradient(145deg,rgba(78,75,68,.36),rgba(18,22,20,.48));box-shadow:inset 0 1px 0 rgba(255,255,255,.20),inset 0 -10px 20px rgba(0,0,0,.08),0 13px 30px rgba(0,0,0,.16)}:root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-rail .wyl-rail-action[aria-pressed="true"]{color:var(--wyl-accent-on);background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.38),transparent 42%),linear-gradient(145deg,var(--wyl-accent-bright),var(--wyl-accent))}}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .wyl-action-rail .wyl-rail-action{background:#eef4f0}
  [data-theme="dark"] .wyl-action-rail .wyl-rail-action{background:#202624}
  @media(prefers-color-scheme:dark){:root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-rail .wyl-rail-action{background:#202624}}
}
@media(min-width:761px) and (max-width:1220px){.wyl-action-rail{right:auto;left:calc(50% - 60px)}}

/* Action dock */
.wyl-action-nav{
  --nav-x:50%;
  --nav-y:50%;
  --nav-glow:0;
  position:fixed;
  left:50%;
  bottom:calc(20px + env(safe-area-inset-bottom));
  z-index:40;
  max-width:calc(100vw - 24px);
  padding:7px;
  overflow:visible;
  border-radius:var(--wyl-corner-surface);
  background:rgba(255,255,255,.22);
  -webkit-backdrop-filter:blur(20px) saturate(135%);
  backdrop-filter:blur(20px) saturate(135%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.58),0 20px 56px rgba(28,51,47,.14);
  transform:translateX(-50%);
  transition:background-color .22s var(--wyl-ease),box-shadow .22s var(--wyl-ease);
}
.wyl-action-nav-sentinel{position:absolute;top:12px;left:0;width:1px;height:1px;pointer-events:none}
.wyl-action-nav::before{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:inherit;
  opacity:calc(var(--nav-glow) * .46);
  pointer-events:none;
  background:radial-gradient(82px 46px at var(--nav-x) var(--nav-y),rgba(var(--wyl-accent-rgb),.32),rgba(255,255,255,.16) 42%,transparent 74%);
  transition:opacity .16s var(--wyl-ease);
}
.wyl-action-nav.is-solid,[data-theme="dark"] .wyl-action-nav{background:rgba(8,16,17,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 22px 62px rgba(0,0,0,.32)}
.wyl-acts{position:relative;z-index:1;display:flex;align-items:center;gap:7px}
.wyl-btn{
  --dock-scale:0;
  --dock-lift:0;
  position:relative;
  display:inline-flex;
  min-height:40px;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:8px 15px;
  border:0;
  border-radius:var(--wyl-corner-control);
  color:#53605c;
  background:rgba(255,255,255,.56);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 7px 18px rgba(37,62,56,.07);
  font-size:13px;
  white-space:nowrap;
  cursor:pointer;
  transform:translateY(calc(var(--dock-lift) * -2px)) scale(calc(1 + var(--dock-scale) * .035));
  transform-origin:50% 100%;
  transition:transform .16s var(--wyl-ease),color .16s var(--wyl-ease),background-color .16s var(--wyl-ease),box-shadow .16s var(--wyl-ease);
}
.wyl-btn:hover{color:#173f3c;background:rgba(255,255,255,.78);box-shadow:inset 0 1px 0 #fff,0 11px 26px rgba(31,79,69,.11)}
.wyl-btn--primary{color:var(--wyl-accent-on);background:linear-gradient(90deg,var(--wyl-accent),color-mix(in srgb,var(--wyl-accent) 84%,var(--wyl-accent-bright)));box-shadow:0 11px 28px rgba(var(--wyl-accent-rgb),.25)}
.wyl-btn--primary:hover{color:var(--wyl-accent-on);background:linear-gradient(90deg,color-mix(in srgb,var(--wyl-accent) 92%,#000),color-mix(in srgb,var(--wyl-accent) 76%,var(--wyl-accent-bright)));box-shadow:0 13px 30px rgba(var(--wyl-accent-rgb),.32)}
.wyl-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wyl-btn:disabled{cursor:not-allowed;opacity:.42;transform:none}
.wyl-btn.is-loading{cursor:wait;opacity:.72}
.wyl-action-nav.is-solid .wyl-btn,[data-theme="dark"] .wyl-action-nav .wyl-btn{color:#d6e1de;background:rgba(255,255,255,.085);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.wyl-action-nav.is-solid .wyl-btn:hover,[data-theme="dark"] .wyl-action-nav .wyl-btn:hover{color:#fff;background:rgba(255,255,255,.14)}
.wyl-action-nav.is-solid .wyl-btn--primary,[data-theme="dark"] .wyl-action-nav .wyl-btn--primary{color:var(--wyl-accent-on);background:linear-gradient(90deg,var(--wyl-accent),color-mix(in srgb,var(--wyl-accent) 76%,#fff));box-shadow:0 12px 32px rgba(var(--wyl-accent-rgb),.18)}
.wyl-more-menu{position:relative;display:inline-flex}
.wyl-more-menu[hidden],.wyl-more-panel button[hidden]{display:none}
.wyl-more-panel{
  position:absolute;
  right:0;
  bottom:calc(100% + 12px);
  display:none;
  width:156px;
  padding:7px;
  border-radius:var(--wyl-corner-control);
  background:rgba(250,250,247,.9);
  -webkit-backdrop-filter:blur(20px) saturate(125%);
  backdrop-filter:blur(20px) saturate(125%);
  box-shadow:0 20px 52px rgba(18,41,36,.2),inset 0 1px 0 rgba(255,255,255,.74);
}
.wyl-more-menu.is-open .wyl-more-panel{display:grid;gap:3px;animation:wyl-pop .18s var(--wyl-ease) both}
.wyl-more-panel button{display:flex;min-height:44px;align-items:center;gap:9px;padding:0 11px;border:0;border-radius:var(--wyl-corner-compact);color:#53605c;background:transparent;text-align:left;cursor:pointer}
.wyl-more-panel button:hover{color:var(--wyl-accent);background:rgba(var(--wyl-accent-rgb),.12)}
.wyl-more-panel button:disabled{opacity:.4;cursor:not-allowed}
.wyl-more-panel svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Full text */
.wyl-sheet{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;padding:clamp(14px,4vh,44px)}
.wyl-sheet.is-open{display:flex}
.wyl-sheet__mask{position:absolute;inset:0;background:rgba(7,14,14,.66);-webkit-backdrop-filter:blur(10px) saturate(105%);backdrop-filter:blur(10px) saturate(105%)}
.wyl-sheet__panel{
  position:relative;
  z-index:1;
  display:flex;
  width:min(760px,100%);
  max-height:88dvh;
  flex-direction:column;
  overflow:hidden;
  border-radius:var(--wyl-corner-hero);
  background:rgba(250,247,239,.95);
  box-shadow:0 36px 110px rgba(0,0,0,.3);
  animation:wyl-pop .24s var(--wyl-ease) both;
}
.wyl-sheet__hero{position:relative;height:clamp(160px,28vh,250px);flex:0 0 auto;background-position:center;background-size:cover}
.wyl-sheet__hero.is-empty{background:linear-gradient(145deg,#dae9e2,#f3eadb)}
.wyl-sheet__hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(250,247,239,.98))}
.wyl-sheet__body{flex:1 1 auto;overflow:auto;padding:22px clamp(24px,5vw,52px) 8px;overscroll-behavior:contain}
.wyl-sheet__full{margin:0;color:#17211f;font-family:var(--wyl-serif);font-size:18px;line-height:2;white-space:pre-wrap}
.wyl-sheet__foot{display:flex;flex:0 0 auto;justify-content:center;padding:12px 0 calc(18px + env(safe-area-inset-bottom))}
.wyl-sheet__close{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:var(--wyl-corner-control);color:#596662;background:rgba(255,255,255,.74);box-shadow:0 9px 26px rgba(28,55,50,.12);font-size:22px;cursor:pointer;transition:transform .16s var(--wyl-ease),color .16s var(--wyl-ease),box-shadow .16s var(--wyl-ease)}
.wyl-sheet__close:hover{color:#173f3c;transform:translateY(-1px);box-shadow:0 12px 30px rgba(28,55,50,.16)}

/* Home light image preview */
.wyl-image-preview{position:fixed;inset:0;z-index:80;display:none;place-items:center;padding:32px}
.wyl-image-preview.is-open{display:grid}
.wyl-image-preview__mask{position:absolute;inset:0;background:rgba(4,10,11,.78);-webkit-backdrop-filter:blur(14px) saturate(108%);backdrop-filter:blur(14px) saturate(108%)}
.wyl-image-preview__panel{position:relative;z-index:1;display:block;max-width:calc(100vw - 64px);max-height:calc(100dvh - 180px);outline:0;pointer-events:none;animation:wyl-pop .22s var(--wyl-ease) both}
.wyl-image-preview__image{display:block;width:auto;height:auto;max-width:calc(100vw - 64px);max-height:calc(100dvh - 180px);border-radius:var(--wyl-corner-surface);object-fit:contain;pointer-events:auto;box-shadow:0 34px 110px rgba(0,0,0,.48)}
.wyl-image-preview__close{position:absolute;top:calc(100% + 14px);left:50%;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:var(--wyl-corner-control);color:#596662;background:rgba(255,255,255,.74);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 9px 26px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.72);font-size:27px;line-height:1;cursor:pointer;pointer-events:auto;transform:translateX(-50%);transition:transform .16s var(--wyl-ease),color .16s var(--wyl-ease),background-color .16s var(--wyl-ease)}
.wyl-image-preview__close:hover{color:#173f3c;background:rgba(255,255,255,.9);transform:translateX(-50%) translateY(-1px)}

[data-theme="dark"] .wyl-icon-btn{color:#e8f3ef;background:rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 14px 38px rgba(0,0,0,.18)}
[data-theme="dark"] .wyl-brand-logo--light{display:none}
[data-theme="dark"] .wyl-brand-logo--dark{display:block;filter:drop-shadow(0 8px 20px rgba(0,0,0,.2))}
[data-theme="dark"] .wyl-date{color:rgba(255,242,221,.68)}
[data-theme="dark"] .wyl-date b{color:#fff2dd}
[data-theme="dark"] .wyl-theme-panel,[data-theme="dark"] .wyl-more-panel{background:rgba(12,21,22,.88);box-shadow:0 24px 64px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08)}
[data-theme="dark"] .wyl-theme-panel [data-theme-set],[data-theme="dark"] .wyl-more-panel button{color:#b7c5c1}
[data-theme="dark"] .wyl-theme-panel [data-theme-set]:hover,[data-theme="dark"] .wyl-more-panel button:hover{color:#f3faf7;background:rgba(var(--wyl-accent-rgb),.1)}
[data-theme="dark"] .wyl-theme-panel [data-theme-set][aria-pressed="true"]{color:var(--wyl-accent);background:linear-gradient(135deg,rgba(var(--wyl-accent-rgb),.22),rgba(255,255,255,.055));box-shadow:0 10px 26px rgba(var(--wyl-accent-rgb),.1),inset 0 1px 0 rgba(255,255,255,.1)}
[data-theme="dark"] .wyl-theme-panel [data-theme-set][aria-pressed="true"]:focus-visible{box-shadow:0 10px 26px rgba(var(--wyl-accent-rgb),.1),0 0 20px 3px rgba(var(--wyl-accent-rgb),.2),inset 0 1px 0 rgba(255,255,255,.1)}
[data-theme="dark"] .wyl-accent-picker{border-top-color:rgba(255,255,255,.08)}
[data-theme="dark"] .wyl-accent-picker__head{color:#9caaa5}
[data-theme="dark"] .wyl-search__panel{background:linear-gradient(145deg,rgba(29,39,39,.7),rgba(7,14,16,.62));box-shadow:0 34px 104px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.08)}
[data-theme="dark"] .wyl-search__box{background:rgba(255,255,255,.065);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
[data-theme="dark"] .wyl-search__box input{color:var(--wyl-accent-bright)}
[data-theme="dark"] .wyl-search__box input::placeholder{color:#899691}
[data-theme="dark"] .wyl-search__item{color:#dce7e3;background:rgba(255,255,255,.045)}
[data-theme="dark"] .wyl-search__hit{color:var(--wyl-accent-bright);background:rgba(var(--wyl-accent-rgb),.17);box-shadow:0 0 18px rgba(var(--wyl-accent-rgb),.12)}
[data-theme="dark"] .wyl-search__item:hover,[data-theme="dark"] .wyl-search__item[aria-selected="true"]{color:#fff;background:linear-gradient(105deg,rgba(var(--wyl-accent-rgb),.17),rgba(var(--wyl-accent-rgb),.055));box-shadow:0 12px 34px rgba(0,0,0,.16)}
[data-theme="dark"] .wyl-search__empty{color:#99a7a2}
[data-theme="dark"] .wyl-sheet__panel{background:rgba(7,16,17,.96)}
[data-theme="dark"] .wyl-sheet__hero::after{background:linear-gradient(180deg,transparent 42%,rgba(7,16,17,.98))}
[data-theme="dark"] .wyl-sheet__full{color:#fff2dd}
[data-theme="dark"] .wyl-sheet__close{color:#d7e3df;background:rgba(255,255,255,.08);box-shadow:none}

@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-icon-btn{color:#e8f3ef;background:rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 14px 38px rgba(0,0,0,.18)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-brand-logo--light{display:none}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-brand-logo--dark{display:block;filter:drop-shadow(0 8px 20px rgba(0,0,0,.2))}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-date{color:rgba(255,242,221,.68)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-date b{color:#fff2dd}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-theme-panel,:root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-more-panel{background:rgba(12,21,22,.88);box-shadow:0 24px 64px rgba(0,0,0,.38)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-theme-panel [data-theme-set],:root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-more-panel button{color:#b7c5c1}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-theme-panel [data-theme-set]:hover,:root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-more-panel button:hover{color:#f3faf7;background:rgba(var(--wyl-accent-rgb),.1)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-theme-panel [data-theme-set][aria-pressed="true"]{color:var(--wyl-accent);background:linear-gradient(135deg,rgba(var(--wyl-accent-rgb),.22),rgba(255,255,255,.055));box-shadow:0 10px 26px rgba(var(--wyl-accent-rgb),.1),inset 0 1px 0 rgba(255,255,255,.1)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-theme-panel [data-theme-set][aria-pressed="true"]:focus-visible{box-shadow:0 10px 26px rgba(var(--wyl-accent-rgb),.1),0 0 20px 3px rgba(var(--wyl-accent-rgb),.2),inset 0 1px 0 rgba(255,255,255,.1)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-accent-picker{border-top-color:rgba(255,255,255,.08)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-accent-picker__head{color:#9caaa5}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-nav{background:rgba(8,16,17,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 22px 62px rgba(0,0,0,.32)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-nav .wyl-btn{color:#d6e1de;background:rgba(255,255,255,.085);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-nav .wyl-btn--primary{color:var(--wyl-accent-on);background:linear-gradient(90deg,var(--wyl-accent),color-mix(in srgb,var(--wyl-accent) 76%,#fff))}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-search__panel{background:linear-gradient(145deg,rgba(29,39,39,.7),rgba(7,14,16,.62));box-shadow:0 34px 104px rgba(0,0,0,.46)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-search__box{background:rgba(255,255,255,.065)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-search__box input{color:var(--wyl-accent-bright)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-search__item{color:#dce7e3;background:rgba(255,255,255,.045)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-search__hit{color:var(--wyl-accent-bright);background:rgba(var(--wyl-accent-rgb),.17);box-shadow:0 0 18px rgba(var(--wyl-accent-rgb),.12)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-sheet__panel{background:rgba(7,16,17,.96)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-sheet__hero::after{background:linear-gradient(180deg,transparent 42%,rgba(7,16,17,.98))}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-sheet__full{color:#fff2dd}
}

.wyl-footer{position:relative;z-index:3;display:flex;justify-content:center;padding:12px 20px calc(92px + env(safe-area-inset-bottom));color:var(--wyl-muted);font-size:12px;opacity:.72}
.wyl-footer__record{color:inherit;text-decoration:none}
.wyl-footer__record:hover{text-decoration:underline;text-underline-offset:3px}
.wyl-footer__record:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:2px}

@keyframes wyl-pop{from{opacity:0;transform:translateY(-4px) scale(.975)}to{opacity:1;transform:none}}
@keyframes wyl-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes wyl-sweep{0%,100%{left:-48%;opacity:0}44%,55%{opacity:.72}50%{left:118%}}

@media (min-width:761px){
  .wyl-card .wyl-reading,
  .wyl-dock .wyl-reading{width:100%;max-width:none}
  .wyl-card .wyl-jinju[class*="is-pc-"],
  [data-theme="dark"] .wyl-dock .wyl-jinju[class*="is-pc-"],
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-jinju[class*="is-pc-"]{
    width:100%;
    max-width:none;
    max-height:none;
    overflow:visible;
    line-height:1.65
  }
  .wyl-card .wyl-jinju.is-pc-short,
  [data-theme="dark"] .wyl-dock .wyl-jinju.is-pc-short,
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-jinju.is-pc-short{font-size:22px}
  .wyl-card .wyl-jinju.is-pc-medium,
  [data-theme="dark"] .wyl-dock .wyl-jinju.is-pc-medium,
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-jinju.is-pc-medium{font-size:20px}
  .wyl-card .wyl-jinju.is-pc-long,
  [data-theme="dark"] .wyl-dock .wyl-jinju.is-pc-long,
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-jinju.is-pc-long{font-size:18px}
  .wyl-card .wyl-jinju.is-pc-truncated,
  [data-theme="dark"] .wyl-dock .wyl-jinju.is-pc-truncated,
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-jinju.is-pc-truncated{
    display:-webkit-box;
    overflow:hidden;
    font-size:18px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
    line-clamp:6
  }
}

@media (max-width:760px){
  .wyl-fullbg{--wyl-fullbg-image:var(--wyl-fullbg-image-mobile)}
  .wyl-top{grid-template-areas:"brand date tools";grid-template-columns:auto minmax(0,1fr) auto;gap:10px;min-height:72px;padding:12px 14px}
  .wyl-brand{grid-area:brand}
  .wyl-date{grid-area:date;display:block;min-width:0;justify-self:center;overflow:hidden;font-size:12px;text-align:center;text-overflow:clip}
  .wyl-top[data-mobile-date-visible="false"] .wyl-date{display:none}
  .wyl-top[data-mobile-date-visible="measure"] .wyl-date{display:block;visibility:hidden}
  .wyl-tools{grid-area:tools;gap:6px}
  .wyl-date__full{display:none}
  .wyl-date__mobile{display:inline}
  .wyl-brand-logo{width:128px}
  .wyl-icon-btn{width:40px;height:40px}
  .wyl-icon-btn svg,.wyl-theme-current{width:19px;height:19px}
  .wyl-account-entry>span{width:22px;height:22px}
  .wyl-icon-btn[data-tooltip]::after{display:none}
  .wyl-theme-panel{position:absolute;top:calc(100% + 8px);right:0;left:auto;width:min(196px,calc(100vw - 24px));max-width:196px;max-height:calc(100dvh - 82px);overflow:auto}
  .wyl-accent-swatch{width:31px;height:31px}
  .wyl-accent-swatch span{width:20px;height:20px}
  .wyl-search{padding:16px 10px}
  .wyl-search__panel{max-height:82dvh;border-radius:var(--wyl-corner-surface)}
  .wyl-search__box{min-height:58px;margin:9px;padding:0 11px}
  .wyl-search__box input{font-size:16px}
  .wyl-search__results{padding:0 9px 9px}
  .wyl-stage{min-height:calc(100dvh - 112px);padding:14px 14px calc(92px + env(safe-area-inset-bottom))}
  .wyl-card{grid-template-columns:1fr;width:100%;max-width:560px;min-height:0;border-radius:var(--wyl-corner-hero)}
  .wyl-card__imgwrap{min-height:220px;aspect-ratio:16/8.7}
  .wyl-card__body{min-height:0;justify-content:flex-start;gap:14px;padding:21px 22px 27px;padding-right:64px}
  .wyl-quote-mark{font-size:22px}
  .wyl-stage .wyl-jinju{
    display:-webkit-box;
    width:100%;
    max-width:none;
    height:auto;
    min-height:0;
    max-height:10.32em;
    margin:0;
    overflow:hidden;
    color:var(--wyl-ink);
    font-family:"LXGW WenKai Screen","PingFang SC","Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei",system-ui,sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:1.72;
    letter-spacing:.01em;
    white-space:pre-line;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
    line-clamp:6
  }
  .wyl-card .wyl-jinju.is-two-line-quote{font-size:16px}
  .wyl-reading[data-reading-overflow="true"] .wyl-reading__fade{
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    display:block;
    height:2.6em;
    background:linear-gradient(180deg,rgba(250,250,247,0),rgba(250,250,247,.96) 82%)
  }
  .wyl-reading[data-reading-overflow="true"] .wyl-reading__more{display:none}
  .wyl-card__body::after,.wyl-dock::after{display:none}
  .wyl-card__body:focus-visible,.wyl-dock:focus-visible{
    outline:2px solid color-mix(in srgb,var(--wyl-brand-bright) 62%,#fff);
    outline-offset:-4px
  }
  [data-theme="dark"] .wyl-stage{
    align-items:flex-start;
    min-height:calc(100dvh - 76px);
    padding:12px 0 calc(78px + env(safe-area-inset-bottom))
  }
  [data-theme="dark"] .wyl-dock{
    align-self:flex-start;
    width:calc(100vw - 24px);
    min-height:0;
    gap:10px;
    margin:0 auto;
    padding:22px 24px 27px;
    border:0;
    border-radius:var(--wyl-corner-hero);
    background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(9,18,20,.1)),rgba(9,18,20,.06);
    -webkit-backdrop-filter:blur(18px) saturate(112%);
    backdrop-filter:blur(18px) saturate(112%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 16px 40px rgba(0,0,0,.12)
  }
  [data-theme="dark"] .wyl-dock .wyl-jinju{
    width:100%;
    max-width:none;
    color:#fff2dd;
    font-size:16px;
    font-weight:500;
    line-height:1.72;
    text-shadow:0 1px 18px rgba(0,0,0,.28)
  }
  .wyl-action-rail{top:auto;right:calc(10px + env(safe-area-inset-right));bottom:calc(80px + env(safe-area-inset-bottom));left:auto;transform:none}
  .wyl-action-rail:has(.wyl-more-menu.is-open){z-index:41}
  .wyl-action-rail .wyl-reactions{gap:7px}
  .wyl-action-rail .wyl-rail-item{grid-template-rows:44px 13px;gap:1px;min-width:44px}
  .wyl-action-rail .wyl-rail-item--plain{grid-template-rows:44px}
  .wyl-action-rail .wyl-reactions .wyl-rail-action{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:1px solid rgba(255,255,255,.55);background:radial-gradient(circle at 28% 14%,rgba(255,255,255,.72),rgba(255,255,255,0) 43%),linear-gradient(145deg,rgba(255,255,255,.22),rgba(226,235,231,.08));-webkit-backdrop-filter:blur(22px) saturate(160%) contrast(105%);backdrop-filter:blur(22px) saturate(160%) contrast(105%);box-shadow:inset 0 1px 0 rgba(255,255,255,.78),inset 0 -1px 0 rgba(255,255,255,.16),0 10px 28px rgba(38,68,59,.1)}
  .wyl-action-rail .wyl-reactions .wyl-rail-action[aria-pressed="true"],.wyl-action-rail .wyl-reactions .wyl-rail-action[aria-expanded="true"]{color:var(--wyl-accent);border-color:rgba(var(--wyl-accent-rgb),.22);background:radial-gradient(circle at 28% 14%,rgba(255,255,255,.76),rgba(255,255,255,0) 43%),linear-gradient(145deg,rgba(var(--wyl-accent-rgb),.2),rgba(255,255,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.82),inset 0 -1px 0 rgba(var(--wyl-accent-rgb),.12),0 10px 28px rgba(var(--wyl-accent-rgb),.14)}
  [data-theme="dark"] .wyl-action-rail .wyl-reactions .wyl-rail-action{color:#dbe3e0;border-color:rgba(255,255,255,.2);background:radial-gradient(circle at 28% 14%,rgba(255,255,255,.28),rgba(255,255,255,0) 43%),linear-gradient(145deg,rgba(255,255,255,.14),rgba(8,14,15,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.16)}
  [data-theme="dark"] .wyl-action-rail .wyl-reactions .wyl-rail-action[aria-pressed="true"],[data-theme="dark"] .wyl-action-rail .wyl-reactions .wyl-rail-action[aria-expanded="true"]{color:var(--wyl-accent-bright);border-color:rgba(var(--wyl-accent-rgb),.36);background:radial-gradient(circle at 28% 14%,rgba(255,255,255,.32),rgba(255,255,255,0) 43%),linear-gradient(145deg,rgba(var(--wyl-accent-rgb),.26),rgba(8,14,15,.16));box-shadow:inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(var(--wyl-accent-rgb),.16),0 10px 28px rgba(0,0,0,.18)}
  .wyl-action-rail .wyl-rail-action svg{width:19px;height:19px}
  .wyl-action-rail .wyl-rail-count-slot{color:var(--wyl-muted);font-size:11px;line-height:13px;text-shadow:0 1px 8px rgba(255,255,255,.72)}
  [data-theme="dark"] .wyl-action-rail .wyl-rail-count-slot{color:#e2e9e6;text-shadow:0 1px 8px rgba(0,0,0,.48)}
  .wyl-action-status{position:fixed;right:12px;bottom:calc(94px + env(safe-area-inset-bottom));left:12px;top:auto;width:auto;max-width:none;transform:none}
  .wyl-rail-dislike--desktop{display:none!important}
  .wyl-action-nav{width:calc(100vw - 20px);bottom:calc(10px + env(safe-area-inset-bottom));padding:6px;border-radius:var(--wyl-corner-surface)}
  .wyl-acts{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:8px}
  .wyl-acts:not(.has-card-share){grid-template-columns:1fr}
  .wyl-btn{min-width:0;min-height:42px;padding:7px 8px;font-size:12px}
  .wyl-acts.has-card-share>.wyl-btn:first-child{border-radius:var(--wyl-corner-control) 0 0 var(--wyl-corner-control)}
  .wyl-acts.has-card-share>.wyl-btn:last-child{border-radius:0 var(--wyl-corner-control) var(--wyl-corner-control) 0}
  .wyl-btn svg{width:15px;height:15px}
  .wyl-more-menu{display:block;min-width:0}
  .wyl-more-menu>.wyl-btn{width:100%}
  .wyl-more-panel{position:absolute;top:0;right:calc(100% + 8px);bottom:auto;left:auto;width:144px;padding:6px;border:0;border-radius:var(--wyl-corner-control)}
  .wyl-more-panel button{min-height:40px;padding:0 10px}
  .wyl-sheet{padding:10px}
  .wyl-sheet__panel{max-height:92dvh;border-radius:var(--wyl-corner-hero)}
  .wyl-sheet__hero{height:180px}
  .wyl-sheet__body{padding:16px 24px 8px}
  .wyl-sheet__full{font-family:var(--wyl-font);font-size:14px;line-height:1.8}
  .wyl-image-preview{padding:12px}
  .wyl-image-preview__panel{max-width:calc(100vw - 24px);max-height:calc(100dvh - 136px)}
  .wyl-image-preview__image{max-width:calc(100vw - 24px);max-height:calc(100dvh - 136px);border-radius:var(--wyl-corner-surface)}
  .wyl-image-preview__close{width:42px;height:42px}
  .wyl-footer{padding-bottom:calc(78px + env(safe-area-inset-bottom))}

  .wyl-h5-day-dock-managed .wyl-stage{
    min-height:0;
    align-items:flex-start;
    padding:16px 14px max(18px,env(safe-area-inset-bottom))
  }
  .wyl-h5-day-dock-managed .wyl-card{margin:0 auto}
  .wyl-h5-day-dock-managed .wyl-card__body{min-height:0}
  .wyl-h5-day-dock-managed .wyl-card .wyl-jinju{
    height:auto;
    min-height:0;
    max-height:13.76em;
    font-family:"LXGW WenKai Screen","PingFang SC","Noto Sans SC","Microsoft YaHei UI","Microsoft YaHei",system-ui,sans-serif;
    font-size:16px;
    font-weight:500;
    line-height:1.72;
    -webkit-line-clamp:8;
    line-clamp:8
  }
  .wyl-h5-day-dock-managed .wyl-reading[data-reading-overflow="true"] .wyl-reading__fade{
    display:block
  }
  .wyl-h5-day-dock-managed .wyl-reading[data-reading-overflow="true"] .wyl-reading__more{display:none}
  .wyl-h5-day-dock-managed .wyl-action-rail{
    position:absolute;
    top:var(--wyl-h5-rail-top,auto);
    right:calc(7px + env(safe-area-inset-right));
    bottom:auto;
    left:auto;
    transform:none
  }
  .wyl-h5-day-dock-managed .wyl-action-nav,
  .wyl-h5-day-dock-managed .wyl-action-nav.is-solid{
    position:absolute;
    top:var(--wyl-h5-dock-top,auto);
    right:14px;
    bottom:auto;
    left:14px;
    width:auto;
    max-width:none;
    visibility:hidden;
    opacity:0;
    background:rgba(255,255,255,.49);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 14px 34px rgba(48,59,54,.13);
    pointer-events:none;
    transform:translateY(12px);
    transition:opacity .2s var(--wyl-ease),transform .2s var(--wyl-ease),visibility 0s linear .2s;
    transition-duration:var(--wyl-h5-dock-transition-duration,.2s),var(--wyl-h5-dock-transition-duration,.2s),0s
  }
  .wyl-h5-day-dock-managed.wyl-h5-day-dock-visible .wyl-action-nav{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
    transition-delay:0s
  }
  .wyl-h5-day-dock-managed .wyl-footer{padding-bottom:max(18px,env(safe-area-inset-bottom))}
}

@media (max-width:760px) and (prefers-color-scheme:dark){
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-stage{
    align-items:flex-start;
    min-height:calc(100dvh - 76px);
    padding:12px 0 calc(78px + env(safe-area-inset-bottom))
  }
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock{
    align-self:flex-start;
    width:calc(100vw - 24px);
    min-height:0;
    gap:10px;
    margin:0 auto;
    padding:22px 24px 27px;
    border:0;
    border-radius:var(--wyl-corner-hero);
    background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(9,18,20,.1)),rgba(9,18,20,.06);
    -webkit-backdrop-filter:blur(18px) saturate(112%);
    backdrop-filter:blur(18px) saturate(112%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 16px 40px rgba(0,0,0,.12)
  }
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-dock .wyl-jinju{
    width:100%;
    max-width:none;
    color:#fff2dd;
    font-size:16px;
    font-weight:500;
    line-height:1.72;
    text-shadow:0 1px 18px rgba(0,0,0,.28)
  }
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-rail .wyl-reactions .wyl-rail-action{color:#dbe3e0;border-color:rgba(255,255,255,.2);background:radial-gradient(circle at 28% 14%,rgba(255,255,255,.28),rgba(255,255,255,0) 43%),linear-gradient(145deg,rgba(255,255,255,.14),rgba(8,14,15,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.16)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-rail .wyl-reactions .wyl-rail-action[aria-pressed="true"]{color:var(--wyl-accent-bright);border-color:rgba(var(--wyl-accent-rgb),.36);background:radial-gradient(circle at 28% 14%,rgba(255,255,255,.32),rgba(255,255,255,0) 43%),linear-gradient(145deg,rgba(var(--wyl-accent-rgb),.26),rgba(8,14,15,.16));box-shadow:inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(var(--wyl-accent-rgb),.16),0 10px 28px rgba(0,0,0,.18)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-rail .wyl-rail-count-slot{color:#e2e9e6;text-shadow:0 1px 8px rgba(0,0,0,.48)}
}

@media (max-width:760px) and (min-height:760px){
  .wyl-stage{align-items:flex-end}
  .wyl-card{margin-bottom:24px}
  .wyl-h5-day-dock-managed .wyl-stage{align-items:flex-start}
  .wyl-h5-day-dock-managed .wyl-card{margin-bottom:0}
}

@media (max-width:760px) and (max-height:720px){
  .wyl-h5-day-dock-managed .wyl-stage{padding-top:12px}
  .wyl-h5-day-dock-managed .wyl-card__imgwrap{min-height:188px}
  .wyl-h5-day-dock-managed .wyl-card__body{padding-top:17px;padding-bottom:22px}
}

@media (max-width:760px) and (prefers-reduced-motion:reduce){
  .wyl-h5-day-dock-managed .wyl-action-nav{transition:none}
}

@media (max-width:430px){
  .wyl-brand-logo{width:118px}
  .wyl-date{font-size:11px}
  .wyl-tools{gap:6px}
}

@media(max-width:640px){
  .wyl-sheet__full{font-family:var(--wyl-font);font-size:14px;line-height:1.8}
}

@media (prefers-reduced-transparency:reduce){
  .wyl-search__mask{background:#14201f}
  .wyl-icon-btn,
  .wyl-theme-panel,
  .wyl-search__panel,
  .wyl-card,
  .wyl-more-panel,
  .wyl-action-rail .wyl-rail-action,
  .wyl-image-preview__close{
    background:#eef4f0!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .wyl-action-rail .wyl-rail-action[aria-pressed="true"]{color:var(--wyl-accent-on);background:var(--wyl-accent)!important}
  .wyl-action-nav{background:#101b1b!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  [data-theme="dark"] .wyl-icon-btn,
  [data-theme="dark"] .wyl-theme-panel,
  [data-theme="dark"] .wyl-search__panel,
  [data-theme="dark"] .wyl-more-panel,
  [data-theme="dark"] .wyl-action-rail .wyl-rail-action,
  [data-theme="dark"] .wyl-image-preview__close{background:#202826!important}
  @media (prefers-color-scheme:dark){
    :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-icon-btn,
    :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-theme-panel,
    :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-search__panel,
    :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-more-panel,
    :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-action-rail .wyl-rail-action,
    :root:not([data-theme="light"]):not([data-theme="dark"]) .wyl-image-preview__close{background:#202826!important}
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

html.wyl-booting body{visibility:hidden}

/* User center: neutral silver-mist shell. */
body.wylu-user-center-page{
  --wyl-ambient-1-rgb:194,202,211;
  --wyl-ambient-2-rgb:220,224,229;
  --wyl-ambient-3-rgb:176,185,195;
  --wyl-brand:var(--wyl-accent);
  --wyl-brand-bright:var(--wyl-accent-bright);
  --wyl-ink:#252a31;
  --wyl-muted:#6c747e;
  --wyl-bg:#e9edf1;
  --wyl-bg-2:#f7f8f9;
  background:
    radial-gradient(72% 58% at 4% 6%,rgba(var(--wyl-ambient-1-rgb),.22),transparent 70%),
    radial-gradient(68% 62% at 94% 20%,rgba(var(--wyl-ambient-2-rgb),.2),transparent 72%),
    linear-gradient(145deg,var(--wyl-bg),var(--wyl-bg-2));
}
body.wylu-user-center-page::after{opacity:.012}
body.wylu-user-center-page .wyl-aura{display:none}
body.wylu-user-center-page .wyl-brand-logo{filter:drop-shadow(0 8px 20px rgba(54,62,72,.1))}
body.wylu-user-center-page .wyl-icon-btn{
  color:#333a43;
  background:rgba(248,250,252,.55);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 13px 34px rgba(54,62,72,.11);
}
body.wylu-user-center-page .wyl-icon-btn:hover{background:rgba(252,253,254,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 16px 38px rgba(54,62,72,.14)}
body.wylu-user-center-page .wyl-account-entry>span{background:linear-gradient(145deg,#707b87,#454e59);color:#f7f9fb}
body.wylu-user-center-page .wyl-theme-panel{background:rgba(246,248,250,.84);box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 24px 64px rgba(54,62,72,.18)}

[data-theme="dark"] body.wylu-user-center-page{
  --wyl-ambient-1-rgb:105,116,128;
  --wyl-ambient-2-rgb:77,88,101;
  --wyl-ambient-3-rgb:126,136,147;
  --wyl-brand:var(--wyl-accent);
  --wyl-brand-bright:var(--wyl-accent-bright);
  --wyl-ink:#eef1f4;
  --wyl-muted:#aab2bc;
  --wyl-bg:#11151a;
  --wyl-bg-2:#1c2229;
  background:
    radial-gradient(72% 58% at 4% 6%,rgba(var(--wyl-ambient-1-rgb),.1),transparent 70%),
    radial-gradient(68% 62% at 94% 20%,rgba(var(--wyl-ambient-2-rgb),.08),transparent 72%),
    linear-gradient(145deg,var(--wyl-bg),var(--wyl-bg-2));
}
[data-theme="dark"] body.wylu-user-center-page .wyl-icon-btn{color:#e2e6ea;background:rgba(49,57,66,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 14px 38px rgba(0,0,0,.24)}
[data-theme="dark"] body.wylu-user-center-page .wyl-icon-btn:hover{background:rgba(62,71,81,.74);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 16px 42px rgba(0,0,0,.3)}
[data-theme="dark"] body.wylu-user-center-page .wyl-account-entry>span{background:linear-gradient(145deg,#d2d8df,#929ca7);color:#171b20}
[data-theme="dark"] body.wylu-user-center-page .wyl-theme-panel{background:rgba(28,34,41,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 26px 70px rgba(0,0,0,.42)}

@media (prefers-color-scheme:dark){
  :root:not([data-theme="light"]):not([data-theme="dark"]) body.wylu-user-center-page{
    --wyl-ambient-1-rgb:105,116,128;
    --wyl-ambient-2-rgb:77,88,101;
    --wyl-ambient-3-rgb:126,136,147;
    --wyl-brand:var(--wyl-accent);
    --wyl-brand-bright:var(--wyl-accent-bright);
    --wyl-ink:#eef1f4;
    --wyl-muted:#aab2bc;
    --wyl-bg:#11151a;
    --wyl-bg-2:#1c2229;
    background:
      radial-gradient(72% 58% at 4% 6%,rgba(var(--wyl-ambient-1-rgb),.1),transparent 70%),
      radial-gradient(68% 62% at 94% 20%,rgba(var(--wyl-ambient-2-rgb),.08),transparent 72%),
      linear-gradient(145deg,var(--wyl-bg),var(--wyl-bg-2));
  }
  :root:not([data-theme="light"]):not([data-theme="dark"]) body.wylu-user-center-page .wyl-icon-btn{color:#e2e6ea;background:rgba(49,57,66,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 14px 38px rgba(0,0,0,.24)}
  :root:not([data-theme="light"]):not([data-theme="dark"]) body.wylu-user-center-page .wyl-account-entry>span{background:linear-gradient(145deg,#d2d8df,#929ca7);color:#171b20}
  :root:not([data-theme="light"]):not([data-theme="dark"]) body.wylu-user-center-page .wyl-theme-panel{background:rgba(28,34,41,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 26px 70px rgba(0,0,0,.42)}
}

@media (prefers-reduced-transparency:reduce){
  body.wylu-user-center-page .wyl-icon-btn,body.wylu-user-center-page .wyl-theme-panel{background:#eef1f4!important}
  [data-theme="dark"] body.wylu-user-center-page .wyl-icon-btn,[data-theme="dark"] body.wylu-user-center-page .wyl-theme-panel{background:#242b33!important}
  @media (prefers-color-scheme:dark){
    :root:not([data-theme="light"]):not([data-theme="dark"]) body.wylu-user-center-page .wyl-icon-btn,:root:not([data-theme="light"]):not([data-theme="dark"]) body.wylu-user-center-page .wyl-theme-panel{background:#242b33!important}
  }
}

@supports (corner-shape: squircle) {
  .wyl-skip-link,
  .wyl-icon-btn,
  .wyl-icon-btn[data-tooltip]::after,
  .wyl-theme-panel,
  .wyl-theme-panel [data-theme-set],
  .wyl-search__panel,
  .wyl-search__box,
  .wyl-search__item,
  .wyl-card,
  .wyl-card__body::after,
  .wyl-dock,
  .wyl-dock::after,
  .wyl-action-rail .wyl-rail-action,
  .wyl-action-status,
  .wyl-action-nav,
  .wyl-btn,
  .wyl-more-panel,
  .wyl-more-panel button,
  .wyl-sheet__panel,
  .wyl-sheet__close,
  .wyl-image-preview__image,
  .wyl-image-preview__close {
    corner-shape:squircle;
  }
}
