:root{
  --bg:#FFF6E8;--bg-deep:#F5E4C4;--surface:#FFFFFF;--surface-2:#F8EAD0;
  --title:#4A2208;--text:#4A2C14;--muted:#8A5A28;--soft:#B07A40;
  --yellow:#E8B020;--yellow-bright:#F3C84A;--yellow-deep:#B88610;
  --red:#D43A2A;--red-bright:#E85A3A;--red-deep:#9A2418;--cream:#FFF8EC;
  --border:rgba(212,58,42,.16);--border-strong:rgba(232,176,32,.50);
  --shadow:0 12px 28px rgba(74,34,8,.08);--radius:12px;--max:1120px;
  --top-h:82px;--tabs-h:40px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}
body.panel-open{overflow:hidden}
a{color:inherit;text-decoration:none}
a,button,input{font:inherit}
button{border:0;cursor:pointer}
img{display:block;max-width:100%}
.shell{width:min(calc(100% - 32px),var(--max));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:300;background:var(--cream);color:var(--red-deep);padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{top:12px}
.site-header{position:fixed;inset:0 0 auto;z-index:120}
.fruit-line{height:22px;background:var(--red-deep);color:var(--cream);font-size:12px}
.fruit-line-inner{height:22px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.top-search-btn{height:22px;padding:0 8px;background:transparent;color:var(--cream);font-size:12px;border-radius:4px}
.top-search-btn:hover,.top-search-btn:focus-visible{background:rgba(255,248,236,.14);outline:2px solid rgba(255,248,236,.55);outline-offset:-2px}
.mango-bar{height:60px;background:var(--surface);border-bottom:1px solid var(--border-strong)}
.mango-bar-inner{height:60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}
.brand-link{justify-self:start;display:inline-flex;align-items:center;min-height:44px;max-width:220px}
.logo-box{display:flex;align-items:center;min-width:0}
.brand-logo,.drawer-logo,.footer-logo{height:28px;width:auto;object-fit:contain;object-position:center}
.brand-fallback{font-size:16px;font-weight:800;color:var(--title);white-space:nowrap}
.logo-box:has(img)+.brand-fallback{display:none}
.drawer-open{justify-self:center;min-width:88px;height:44px;border:1px solid var(--border-strong);background:var(--cream);color:var(--title);border-radius:22px;font-weight:800}
.app-link{justify-self:end;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:22px;background:linear-gradient(135deg,#F3C84A 0%,#E8B020 40%,#D43A2A 100%);color:var(--title);font-weight:800}
.drawer-open:hover,.drawer-open:focus-visible,.app-link:hover,.app-link:focus-visible{box-shadow:0 6px 18px rgba(74,34,8,.12);transform:translateY(-1px);outline:2px solid var(--yellow-deep);outline-offset:2px}
.short-tabs{height:40px;background:var(--cream);border-bottom:1px solid var(--border-strong)}
.short-tabs-inner{height:40px;display:flex;align-items:center;justify-content:center;gap:10px}
.short-tabs a{min-width:86px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--muted);font-size:13px;font-weight:700}
.short-tabs a:hover,.short-tabs a:focus-visible{background:var(--surface-2);outline:2px solid var(--yellow);outline-offset:1px}
.short-tabs a.is-active{background:var(--red);color:var(--cream)}
.main-content{padding-top:122px;min-height:65vh}
.section-space{margin-top:28px;margin-bottom:28px}
.image-slot{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:120px}
.image-slot img{width:100%;height:100%;object-fit:contain;object-position:center}
.image-slot.is-empty{background:linear-gradient(135deg,var(--cream),var(--surface-2));position:relative}
.image-slot.is-empty:after{content:"";width:44px;height:44px;border:1px dashed var(--border-strong);border-radius:50%}
.hero-slot{width:100%;height:260px}
.home-hero{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:var(--shadow)}
.hero-copy{padding:22px 8px 8px;max-width:820px}
.eyebrow{display:inline-block;color:var(--red-deep);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
h1,h2,h3{color:var(--title);margin:0 0 10px;line-height:1.3}
h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}
p{margin:0 0 12px}.hero-line{font-size:18px;font-weight:800;color:var(--red);margin-bottom:8px}
.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.btn{height:42px;min-width:120px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,#F3C84A 0%,#E8B020 40%,#D43A2A 100%);color:var(--title)}
.btn-secondary{background:var(--surface);border:1px solid var(--red);color:var(--title)}
.btn:hover,.btn:focus-visible{transform:translateY(-1px);box-shadow:0 8px 18px rgba(74,34,8,.12);outline:2px solid var(--yellow-deep);outline-offset:2px}
.text-link,.media-card>a,.info-grid a,.help-grid a{color:var(--red-deep);font-weight:800;text-decoration:underline;text-decoration-color:rgba(212,58,42,.35);text-underline-offset:3px}
.section-heading{margin-bottom:16px}.section-heading>span{font-size:12px;color:var(--red-deep);font-weight:800}.section-heading h2{max-width:760px}
.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.media-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;box-shadow:var(--shadow)}.card-image{height:180px;margin-bottom:14px}
.feature-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:22px;background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:18px}.feature-image{height:200px}.feature-copy{align-self:center}
.number-list{display:grid;gap:12px}.number-list>div{display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:start}.number-list b{display:flex;align-items:center;justify-content:center;min-height:44px;background:var(--red);color:var(--cream);border-radius:10px;font-size:18px}.number-list span{min-width:0}.number-list strong{display:block;color:var(--title);font-size:16px;margin-bottom:4px}.number-list.compact p{margin:0}.number-list.compact>div{grid-template-columns:44px 1fr}.number-list.compact b{min-height:38px;font-size:14px}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:18px}.section-block{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:var(--shadow)}.section-image{height:180px;margin-bottom:14px}
.shelf-list,.rank-list{display:grid;gap:9px;margin-top:12px}.shelf-list a,.rank-list div{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:center;min-height:48px;padding:9px 11px;border-radius:9px;background:var(--cream);border:1px solid var(--border)}.shelf-list span{font-weight:800;color:var(--title)}.shelf-list em{font-style:normal;color:var(--muted);font-size:13px}.rank-list div{grid-template-columns:46px 1fr}.rank-list b{color:var(--red);font-size:20px}
.timeline-wrap{background:var(--surface);border-radius:14px;border:1px solid var(--border);padding:18px}.wide-small{height:160px;margin-bottom:16px}.timeline{display:grid;gap:0}.timeline>div{position:relative;padding:0 0 22px 32px;border-left:2px solid var(--yellow)}.timeline>div:last-child{padding-bottom:0}.timeline i{position:absolute;width:14px;height:14px;border-radius:50%;background:var(--red);left:-8px;top:5px;border:3px solid var(--cream)}.timeline strong{color:var(--red-deep)}
.note-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:20px;align-items:center;background:var(--bg-deep);padding:18px;border-radius:14px;border:1px solid var(--border)}
.app-feature{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:center;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:18px}.app-slot{height:340px}.icon-card{margin-top:10px;background:var(--cream);border:1px solid var(--border);border-radius:10px;padding:10px;display:flex;align-items:center;gap:10px}.icon-card.inline{display:inline-flex;margin:14px 0 0}.icon-box{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.icon-box img{width:48px;height:48px;object-fit:contain}.icon-card strong,.icon-card span{display:block}.icon-card span{font-size:12px;color:var(--muted)}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-grid article{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.mini-faq{margin:0 0 12px}.mini-faq dt{font-weight:800;color:var(--title)}.mini-faq dd{margin:0 0 8px;color:var(--muted)}
.page-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:24px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.page-hero-image{height:220px}.page-hero p{max-width:720px}
.chapter-grid,.memo-grid,.product-grid,.help-grid,.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.chapter-grid article,.memo-grid article,.product-grid article,.help-grid article,.contact-grid article{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.chapter-grid article>span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--yellow);color:var(--title);font-weight:900;margin-bottom:10px}
.prose-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.prose-card h2:not(:first-child){margin-top:22px}
.shelf-large{display:grid;gap:12px}.shelf-large article{display:grid;grid-template-columns:76px 1fr;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px}.shelf-no{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:12px;background:var(--red);color:var(--cream);font-weight:900;font-size:22px}
.memo-grid article:nth-child(5){grid-column:1/-1}.memo-grid h2{padding-bottom:8px;border-bottom:2px solid var(--yellow)}
.big-rank{display:grid;gap:14px}.big-rank article{display:grid;grid-template-columns:100px 1fr;gap:16px;align-items:start;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:14px}.big-rank article>b{font-size:46px;line-height:1;color:var(--red)}.big-rank article span{font-size:12px;font-weight:800;color:var(--yellow-deep);letter-spacing:.08em}
.status-timeline{position:relative;display:grid;gap:0}.status-timeline:before{content:"";position:absolute;left:14px;top:12px;bottom:12px;width:2px;background:var(--yellow)}.status-timeline article{position:relative;display:grid;grid-template-columns:30px 1fr;gap:16px;padding-bottom:24px}.status-dot{width:18px;height:18px;border:4px solid var(--cream);background:var(--red);border-radius:50%;z-index:1;margin-top:3px}.status-timeline strong{display:inline-block;background:var(--yellow);color:var(--title);border-radius:999px;padding:2px 9px;font-size:12px;margin-bottom:6px}
.note-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.note-cards article{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.note-cards article>span{color:var(--red-deep);font-size:12px;font-weight:800}.note-cards article:nth-child(2n){background:var(--cream)}
.guide-steps,.setup-list{display:grid;gap:14px}.guide-steps article,.setup-list article{display:grid;grid-template-columns:64px 1fr;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.guide-steps b,.setup-list b{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--yellow);color:var(--title);border-radius:10px;font-size:20px}
.album-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.album-list article{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.album-list article:first-child{grid-column:1/-1;background:var(--surface-2)}.album-list span,.about-sections span{font-size:12px;color:var(--red-deep);font-weight:900;letter-spacing:.06em}
.drawer-shelves{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.drawer-shelves article{background:var(--surface);border:1px solid var(--border-strong);border-radius:12px;padding:18px;position:relative}.shelf-tab{display:inline-block;background:var(--red);color:var(--cream);padding:5px 10px;border-radius:8px 8px 8px 2px;font-weight:800;font-size:12px;margin-bottom:10px}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-row a{min-height:36px;display:inline-flex;align-items:center;padding:0 10px;border-radius:8px;background:var(--cream);color:var(--red-deep);font-size:13px;font-weight:800;border:1px solid var(--border)}
.app-page-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px;box-shadow:var(--shadow)}.app-tall{height:360px}.product-grid article{border-top:4px solid var(--yellow)}
.legal-sections,.about-sections{display:grid;gap:14px}.legal-sections article,.about-sections article{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--yellow);border-radius:12px;padding:18px}.legal-sections article:nth-child(even),.about-sections article:nth-child(even){border-left-color:var(--red)}
.help-grid article a{display:inline-block;margin-top:6px}.contact-grid article{border-top:4px solid var(--red)}
.faq-list{display:grid;gap:12px}.faq-list article{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px}.faq-list h2{font-size:17px;color:var(--red-deep)}
.brand-statement{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:center;background:var(--bg-deep);border:1px solid var(--border);border-radius:14px;padding:18px}.brand-image{height:240px}
.site-footer{background:#3A1808;color:var(--cream);border-top:2px solid var(--yellow);margin-top:36px;padding:28px 0 calc(22px + env(safe-area-inset-bottom))}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:22px}.footer-brand-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-logo-box{min-width:0}.footer-brand strong,.footer-brand span{display:block}.footer-brand p{color:rgba(255,246,232,.78);font-size:13px;line-height:1.7}.footer-nav h2{font-size:13px;color:var(--yellow-bright);margin-bottom:8px}.footer-nav a{display:block;font-size:13px;color:var(--cream);padding:3px 0}.footer-nav a:hover,.footer-nav a:focus-visible,.footer-bottom a:hover,.footer-bottom a:focus-visible{color:var(--yellow-bright);text-decoration:underline;outline:none}.footer-bottom{border-top:1px solid rgba(255,248,236,.14);margin-top:22px;padding-top:14px;display:flex;justify-content:space-between;gap:16px;font-size:13px;color:rgba(255,246,232,.75)}
.overlay{position:fixed;inset:0;background:rgba(58,24,8,.52);z-index:150;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}
.drawer-panel{position:fixed;z-index:170;right:0;top:0;bottom:0;width:400px;max-width:86vw;background:var(--cream);box-shadow:-16px 0 40px rgba(58,24,8,.18);transform:translateX(104%);visibility:hidden;pointer-events:none;transition:transform .24s ease,visibility .24s ease;display:flex;flex-direction:column}.drawer-panel.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{height:72px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-strong);background:var(--surface)}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-scroll{overflow:auto;padding:14px 14px 28px}.drawer-scroll section+section{margin-top:18px}.drawer-scroll h2{font-size:13px;color:var(--red-deep);margin:0 0 7px}.drawer-scroll a{display:grid;gap:1px;padding:10px;border-radius:9px}.drawer-scroll a:hover,.drawer-scroll a:focus-visible{background:var(--surface-2);outline:2px solid var(--yellow);outline-offset:0}.drawer-scroll a strong{font-size:14px;color:var(--title)}.drawer-scroll a span{font-size:12px;color:var(--muted)}.panel-close{min-width:64px;min-height:44px;border-radius:9px;background:var(--surface-2);color:var(--title);font-weight:800;border:1px solid var(--border)}.panel-close:hover,.panel-close:focus-visible{background:var(--yellow);outline:2px solid var(--red);outline-offset:2px}
.search-panel{position:fixed;z-index:180;left:0;right:0;top:82px;visibility:hidden;pointer-events:none;opacity:0;transform:translateY(-12px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.search-panel.is-open{visibility:visible;pointer-events:auto;opacity:1;transform:none}.search-card{width:min(calc(100% - 32px),820px);margin:0 auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:0 0 14px 14px;padding:18px;box-shadow:var(--shadow)}.search-title-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.search-title-row strong,.search-title-row span{display:block}.search-title-row strong{font-size:18px;color:var(--title)}.search-title-row span{font-size:13px;color:var(--muted)}.search-label{display:block;font-size:12px;color:var(--muted);margin-top:14px}.search-card input{width:100%;height:46px;margin:5px 0 12px;border:1px solid var(--border-strong);border-radius:10px;padding:0 12px;background:var(--cream);color:var(--title);outline:none}.search-card input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(212,58,42,.10)}.search-results{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.search-results a{padding:10px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2)}.search-results strong,.search-results span{display:block}.search-results span{font-size:12px;color:var(--muted)}.search-results a:hover,.search-results a:focus-visible{border-color:var(--red);outline:2px solid var(--yellow);outline-offset:1px}.search-empty{margin:10px 0 0;color:var(--muted);font-size:13px}
.mobile-bottom{display:none}
@media (max-width:900px){
  .three-grid,.info-grid{grid-template-columns:1fr 1fr}.info-grid article:last-child{grid-column:1/-1}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.footer-brand{grid-row:span 2}.page-hero{grid-template-columns:1fr .75fr}.chapter-grid,.memo-grid,.product-grid,.help-grid,.contact-grid,.drawer-shelves,.album-list,.note-cards{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  :root{--top-h:82px}.short-tabs{display:none}.main-content{padding-top:82px;padding-bottom:64px}.shell{width:min(calc(100% - 32px),var(--max))}.fruit-line-inner{white-space:nowrap}.mango-bar-inner{grid-template-columns:1fr auto 1fr;gap:8px}.brand-link{max-width:132px}.brand-logo{max-width:126px}.brand-fallback{font-size:15px;overflow:hidden;text-overflow:ellipsis}.drawer-open{min-width:72px;padding:0 12px}.app-link{padding:0 12px;min-width:72px}.section-space{margin-top:20px;margin-bottom:20px}.home-hero{padding:12px}.hero-slot{height:260px}.hero-copy{padding:16px 2px 4px}.three-grid,.split-section,.info-grid,.feature-panel,.note-panel,.app-feature,.page-hero,.app-page-hero,.brand-statement{grid-template-columns:1fr}.info-grid article:last-child{grid-column:auto}.feature-image,.page-hero-image{height:200px}.section-block{padding:14px}.app-slot,.app-tall{height:340px}.chapter-grid,.memo-grid,.product-grid,.help-grid,.contact-grid,.drawer-shelves,.album-list,.note-cards{grid-template-columns:1fr}.memo-grid article:nth-child(5),.album-list article:first-child{grid-column:auto}.shelf-large article{grid-template-columns:58px 1fr}.shelf-no{width:48px;height:48px;font-size:17px}.big-rank article{grid-template-columns:72px 1fr}.big-rank article>b{font-size:36px}.guide-steps article,.setup-list article{grid-template-columns:52px 1fr}.guide-steps b,.setup-list b{width:44px;height:44px;font-size:16px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1;grid-row:auto}.footer-bottom{flex-direction:column}.site-footer{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;z-index:130;height:calc(48px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border-strong);box-shadow:0 -6px 18px rgba(74,34,8,.08)}.mobile-bottom a{height:48px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:var(--muted)}.mobile-bottom a.is-active{background:var(--red);color:var(--cream)}.mobile-bottom a:focus-visible{outline:2px solid var(--yellow);outline-offset:-3px}.overlay{z-index:150}.drawer-panel{z-index:170}.search-panel{z-index:180;top:0;bottom:0;background:var(--red-deep);transform:none;display:flex;align-items:flex-start}.search-card{width:100%;height:100%;margin:0;border:0;border-radius:0;background:var(--red-deep);color:var(--cream);padding:calc(24px + env(safe-area-inset-top)) 16px 24px;overflow:auto}.search-title-row strong,.search-title-row span,.search-label{color:var(--cream)}.search-card .panel-close{background:var(--cream);color:var(--title)}.search-card input{background:var(--cream);color:var(--title);border-color:var(--yellow)}.search-results{grid-template-columns:1fr}.search-results a{background:var(--cream);border-color:rgba(255,248,236,.35)}.search-results a strong{color:var(--title)}.search-results a span{color:var(--muted)}.search-empty{color:var(--cream)}
}
@media (max-width:420px){
  .fruit-line-inner>span{max-width:250px;overflow:hidden;text-overflow:ellipsis}.brand-link{max-width:108px}.brand-logo{max-width:102px}.brand-fallback{font-size:14px}.drawer-open{min-width:64px}.app-link{min-width:64px;padding:0 8px;font-size:13px}.hero-slot{height:220px}.card-image{height:160px}.app-slot,.app-tall{height:320px}.shelf-list a{grid-template-columns:94px 1fr}.number-list>div{grid-template-columns:48px 1fr}.page-hero{padding:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:18px 12px}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
