:root{--bg:#FFF8E6;--deep:#F3E4B8;--card:#FFFCF3;--sub:#F7EDC8;--ink:#2C2416;--text:#4A3D28;--muted:#8A7350;--soft:#B49A6A;--yellow:#F4C430;--gold:#E6B422;--green:#5C8A3A;--orange:#E37A2A;--border:rgba(230,180,34,.28);--accent-border:rgba(227,122,42,.40);--shadow:0 16px 36px rgba(44,36,22,.10);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.panel-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.site-header{position:fixed;z-index:60;top:0;left:0;right:0}.fruit-line{height:14px;background:var(--yellow);color:var(--ink);font-size:10px}.top-inner,.stage-inner,.tabs-inner{width:min(var(--max),calc(100% - 32px));margin:auto;height:100%;display:flex;align-items:center}.top-inner{justify-content:space-between}.fruit-line-brand{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-action{border:0;background:transparent;color:var(--ink);padding:0 0 0 12px;line-height:14px}.fruit-stage{height:60px;background:#FFFCF3;border-bottom:1px solid var(--border)}.stage-inner{justify-content:space-between;gap:14px}.brand-home{display:flex;align-items:center;min-width:0}.brand-logo,.footer-logo,.panel-logo{object-fit:contain;object-position:left center;height:28px;width:auto;max-width:210px}.brand-wordmark{font-weight:900;color:var(--ink);font-size:19px;letter-spacing:.02em}.stage-actions{display:flex;gap:8px;align-items:center}.primary-btn,.secondary-btn,.text-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:0 18px;font-weight:800;border:1px solid transparent}.primary-btn{background:linear-gradient(135deg,#F4C430 0%,#E6B422 52%,#E37A2A 100%);color:var(--ink);box-shadow:0 8px 20px rgba(227,122,42,.16)}.secondary-btn{background:#FFFCF3;border-color:var(--gold);color:var(--ink)}.compact-btn{min-height:44px;padding:0 16px}.drama-tabs{height:36px;background:var(--sub);border-bottom:1px solid var(--border)}.tabs-inner{display:grid;grid-template-columns:repeat(5,1fr)}.tabs-inner a{height:36px;display:flex;align-items:center;justify-content:center;position:relative;font-size:14px;font-weight:700;color:var(--muted)}.tabs-inner a.active{color:var(--ink)}.tabs-inner a.active:before{content:"";position:absolute;top:0;width:36px;height:3px;border-radius:0 0 3px 3px;background:var(--yellow)}.site-main{padding-top:126px}.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}.hero-section,.section-block{padding:36px 0}.eyebrow{color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.12em;margin-bottom:6px}.page-hero h1,.home-cover h1{color:var(--ink);font-size:clamp(28px,3vw,32px);line-height:1.25;margin:0 0 14px}.lead{font-size:17px;max-width:800px;color:var(--text);margin:0}.section-title{font-size:24px;line-height:1.3;color:var(--ink);margin:0 0 10px}.section-intro{margin:0 0 20px;color:var(--muted)}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.card-body{padding:20px}.card h2,.card h3{color:var(--ink);margin-top:0}.two-grid,.four-grid,.info-grid,.status-grid,.split-grid{display:grid;gap:18px}.two-grid,.split-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.four-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.status-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-card .image-slot{height:170px;background:var(--sub);display:flex;align-items:center;justify-content:center}.home-card.small .image-slot{height:150px}.content-image,.section-image,.hero-image{width:100%;height:100%;object-fit:contain;object-position:center;background:var(--card)}.image-placeholder{background:linear-gradient(135deg,var(--sub),var(--deep));min-height:150px}.home-cover{text-align:center}.banner-slot{max-height:240px;min-height:190px;background:var(--sub);display:flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid var(--border);overflow:hidden}.banner-slot .hero-image{max-height:240px}.home-cover .cover-copy{max-width:820px;margin:22px auto 0}.button-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:18px}.text-btn{background:var(--card);border-color:var(--gold);color:var(--ink)}.media-section{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:24px;align-items:center}.media-box{min-height:200px;background:var(--sub);border-radius:16px;border:1px solid var(--border);overflow:hidden}.app-media{max-height:420px;min-height:320px}.app-media .section-image{max-height:420px}.mini-icon{width:64px;height:64px;object-fit:contain;border-radius:14px}.article-stack{display:grid;gap:18px}.article-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:22px}.article-card h2,.article-card h3{margin-top:0;color:var(--ink)}.article-card p:last-child{margin-bottom:0}.kicker{display:inline-block;color:var(--green);font-weight:800;font-size:13px;margin-bottom:8px}.numbered{counter-reset:item}.numbered .article-card{position:relative;padding-left:72px}.numbered .article-card:before{counter-increment:item;content:counter(item,decimal-leading-zero);position:absolute;left:22px;top:20px;font-size:22px;font-weight:900;color:var(--orange)}.status-card{background:var(--card);border:1px solid var(--border);border-top:4px solid var(--yellow);border-radius:14px;padding:18px}.status-card strong{display:block;color:var(--ink);font-size:17px;margin-bottom:6px}.timeline{display:grid;gap:14px}.timeline article{background:var(--card);border-left:4px solid var(--gold);border-radius:0 14px 14px 0;padding:18px 20px}.plain-list{display:grid;gap:12px}.plain-list a,.plain-list div{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px 18px}.faq-list details{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:0 18px}.faq-list{display:grid;gap:12px}.faq-list summary{cursor:pointer;padding:16px 0;font-weight:800;color:var(--ink)}.faq-list p{margin:0 0 18px}.note-box{background:var(--sub);border:1px solid var(--border);border-left:4px solid var(--orange);padding:18px 20px;border-radius:12px}.fruit-box,.search-panel{position:fixed;z-index:80;left:50%;transform:translateX(-50%) translateY(-12px);top:74px;background:var(--card);border:1px solid var(--border);border-top:3px solid var(--yellow);border-radius:0 0 12px 12px;box-shadow:var(--shadow);visibility:hidden;pointer-events:none;opacity:0;transition:.18s ease}.fruit-box.open,.search-panel.open{visibility:visible;pointer-events:auto;opacity:1;transform:translateX(-50%) translateY(0)}.fruit-box{width:min(720px,calc(100% - 32px));max-height:calc(100vh - 92px);overflow:auto}.search-panel{width:min(480px,calc(100% - 32px));padding:16px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--border)}.panel-brand{display:flex;align-items:center;gap:12px}.panel-brand div{display:flex;flex-direction:column}.panel-brand span,.panel-head span{color:var(--muted);font-size:12px}.close-button{width:44px;height:44px;border:1px solid var(--border);background:var(--sub);border-radius:12px;color:var(--ink);font-size:24px;line-height:1}.fruit-box-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.fruit-box-grid section{padding:18px}.fruit-box-grid h2{font-size:15px;color:var(--orange);margin:0 0 8px}.fruit-box-grid a{display:flex;flex-direction:column;padding:10px 0;border-bottom:1px dashed var(--border)}.fruit-box-grid a:last-child{border-bottom:0}.fruit-box-grid strong{color:var(--ink);font-size:15px}.fruit-box-grid span{font-size:12px;color:var(--muted)}.search-look{display:flex;align-items:center;gap:10px;border:1px solid var(--gold);border-radius:12px;padding:0 14px;margin:16px 0}.search-look span{font-weight:800;color:var(--ink)}.search-look input{width:100%;min-width:0;height:46px;border:0;outline:0;background:transparent;color:var(--ink)}.preset-links{display:flex;gap:8px;flex-wrap:wrap}.preset-links a{min-height:40px;display:flex;align-items:center;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:var(--sub)}.overlay{position:fixed;z-index:70;inset:0;background:rgba(44,36,22,.34);visibility:hidden;opacity:0;pointer-events:none;transition:.18s}.overlay.open{visibility:visible;opacity:1;pointer-events:auto}.site-footer{background:var(--ink);color:var(--bg);margin-top:36px}.footer-inner{width:min(var(--max),calc(100% - 32px));margin:auto;padding:38px 0 32px}.footer-brand{display:flex;gap:14px;align-items:center;margin-bottom:26px}.footer-brand div{display:flex;flex-direction:column}.footer-brand span{font-size:12px;color:#EADDB7}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer-grid h2{font-size:14px;color:#F4C430;margin:0 0 10px}.footer-grid a{display:block;color:#FFF8E6;padding:3px 0}.footer-note{max-width:880px;color:#EADDB7;margin:28px 0 8px}.copyright{color:#CDBB8B;font-size:13px;margin:0}.mobile-bottom{display:none}.primary-btn:hover,.secondary-btn:hover,.text-btn:hover,.fruit-box-grid a:hover,.preset-links a:hover{filter:brightness(.98);transform:translateY(-1px)}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(227,122,42,.45);outline-offset:2px}
@media(max-width:900px){.four-grid,.status-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:1fr 1fr}.media-section{grid-template-columns:1fr}.app-media{max-width:420px;width:100%;margin:auto}}
@media(max-width:720px){.drama-tabs{display:none}.site-main{padding-top:74px;padding-bottom:64px}.top-inner,.stage-inner,.wrap,.footer-inner{width:calc(100% - 32px)}.fruit-line-brand{max-width:72%}.brand-logo{max-width:150px}.brand-wordmark{font-size:17px}.stage-actions{gap:6px}.stage-actions .compact-btn{padding:0 12px}.menu-button{padding:0 14px}.hero-section,.section-block{padding:28px 0}.two-grid,.four-grid,.info-grid,.status-grid,.split-grid{grid-template-columns:1fr}.home-card .image-slot,.home-card.small .image-slot{height:160px}.fruit-box{width:calc(100% - 20px);top:74px;max-height:60vh}.fruit-box-grid{grid-template-columns:1fr 1fr}.fruit-box-grid section{padding:14px}.search-panel{top:74px;width:calc(100% - 20px)}.footer-grid{grid-template-columns:1fr 1fr}.mobile-bottom{position:fixed;z-index:50;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--card);border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(44,36,22,.08)}.mobile-bottom a{display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--muted);min-width:0}.mobile-bottom a.active{background:var(--yellow);color:var(--ink);font-weight:900}.site-footer{margin-bottom:50px}.numbered .article-card{padding-left:64px}.page-hero h1,.home-cover h1{font-size:28px}}
@media(max-width:420px){.fruit-line-brand{max-width:68%;font-size:9px}.brand-logo{max-width:120px}.brand-wordmark{font-size:16px}.stage-actions .compact-btn,.menu-button{padding:0 10px;font-size:13px}.fruit-box-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.panel-brand .panel-logo{max-width:120px}}
