:root{--bg-shell:#f7f7f7;--bg-page:#f7f7f7;--bg-card:#fff;--bg-card-strong:#fff;--bg-ghost:#f5f5f5;--text-strong:#333;--text-body:#666;--text-weak:#999;--line-soft:rgba(17,24,39,.06);--line-strong:#d9dfe6;--accent:#7247d7;--accent-ink:#7247d7;--accent-warm:rgba(114,71,215,.12);--accent-peach:rgba(114,71,215,.08);--accent-mist:rgba(114,71,215,.06);--state-danger:#d95c5c;--state-success:#7247d7;--status-dark:#333;--radius-panel:0.6rem;--radius-large-card:0.6rem;--radius-card:0.6rem;--radius-tile:0.6rem;--radius-subtle:0.6rem;--radius-button:0.6rem;--radius-pill:49.95rem;--space-page-x:0.3rem;--space-page-y:1.2rem;--space-section:0.4rem;--space-card-padding:0.2rem;--space-xxl:1.2rem;--space-xl:1rem;--space-lg:0.6rem;--space-md:0.5rem;--space-sm:0.4rem;--space-xs:0.2rem;--font-h1:1.2rem;--font-h2:1.1rem;--font-h3:0.8rem;--font-h4:0.7rem;--font-h5:0.6rem;--line-body:1.1rem;--shadow-cta:0 0.4rem 1rem rgba(114,71,215,.18);--shadow-card:0 0.2rem 0.5rem rgba(17,24,39,.04);--shadow-panel:0 0.4rem 1rem rgba(17,24,39,.05)}*{box-sizing:border-box}#app,.taro_page,.taro_router,body,html,page{min-height:100%}.taro_page,body,page{color:var(--text-strong);font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:var(--font-h4);line-height:var(--line-body);-webkit-font-smoothing:antialiased;background:var(--bg-page)}.page-shell{background:var(--bg-page);min-height:100vh;overflow:hidden;padding:var(--space-page-y) var(--space-page-x) 2rem;position:relative}.page-shell::after,.page-shell::before{display:none}.page-shell::before{background:rgba(176,204,93,.26);height:8.6rem;right:-2.4rem;top:-1.2rem;width:8.6rem}.page-shell::after{background:hsla(39,81%,79%,.24);bottom:12%;height:8.4rem;left:-2.8rem;width:8.4rem}.page-shell > *{position:relative;z-index:1}.page-shell .page-bottom-bar{position:sticky;z-index:20}.page-shell-endcap{display:block;height:env(safe-area-inset-bottom,.8rem)}.page-stack{display:grid;gap:var(--space-section)}.page-title{margin:0 0 var(--space-sm)}.eyebrow{color:var(--text-weak);display:block;font-size:var(--font-h5);font-weight:400;letter-spacing:.16em;line-height:.9rem;margin-bottom:var(--space-xs);text-transform:uppercase}.display-title{color:var(--text-strong);display:block;font-size:var(--font-h2);font-weight:700;line-height:1.4rem;margin:0}.page-meta{color:var(--text-weak);display:block;font-size:var(--font-h5);line-height:.9rem;margin:0}.paper-card{background:var(--bg-card);border:none;border-radius:var(--radius-card);box-shadow:none;margin:0;padding:var(--space-card-padding)}.card-stack{display:grid;gap:var(--space-lg)}.section-heading{align-items:center;display:flex;gap:var(--space-sm);margin-bottom:var(--space-md)}.section-heading::before{background:var(--accent);border-radius:var(--radius-pill);content:"";flex:none;height:.7rem;width:.1rem}.section-title{color:var(--text-strong);display:block;font-size:var(--font-h3);font-weight:700;line-height:1rem;margin:0}.record-title{color:var(--text-strong);display:block;font-size:var(--font-h4);font-weight:600;line-height:var(--line-body);margin:0 0 var(--space-xs)}.muted{color:var(--text-body);font-size:var(--font-h4);line-height:var(--line-body)}.action-row,.chip-row,.meta-row,.timeline-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:var(--space-sm)}.chip{align-items:center;background:var(--accent-warm);border-radius:var(--radius-pill);color:var(--accent-ink);display:inline-flex;font-size:var(--font-h5);font-weight:500;line-height:.9rem;padding:.2rem .5rem}.chip.green{background:var(--accent-peach);color:var(--accent)}.chip.yellow{background:var(--accent-mist);color:var(--accent)}.chip.red{background:rgba(217,92,92,.12);color:var(--state-danger)}.tape{align-items:center;background:var(--accent-warm);border-radius:var(--radius-pill);color:var(--accent-ink);display:inline-flex;font-size:var(--font-h5);font-weight:500;line-height:.9rem;margin-bottom:var(--space-md);padding:.2rem .5rem}.primary-button,.secondary-button{align-items:center;border:none;border-radius:var(--radius-button);display:inline-flex;font-size:var(--font-h4);font-weight:700;height:2.2rem;justify-content:center;line-height:var(--line-body);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background-color .2s ease;width:100%}.primary-button{background:var(--accent);box-shadow:var(--shadow-cta);color:#fff}.secondary-button{background:var(--bg-ghost);border:none;color:var(--text-strong)}.primary-button:active,.secondary-button:active{transform:scale(.98)}.primary-button[disabled],.secondary-button[disabled]{opacity:.5}.primary-button::after,.secondary-button::after{border:none}.field-block{margin-bottom:var(--space-lg)}.field-label{color:var(--text-strong);display:block;font-size:var(--font-h4);font-weight:500;line-height:var(--line-body);margin-bottom:var(--space-sm)}.input-box,.textarea-box{background:var(--bg-ghost);border:none;border-radius:var(--radius-tile);color:var(--text-strong);font-size:var(--font-h4)!important;line-height:var(--line-body);padding:.5rem .6rem;width:100%}.textarea-box{min-height:6rem}.timeline-list{display:grid;gap:var(--space-sm)}.timeline-row{align-items:flex-start}.timeline-dot{background:var(--accent);border-radius:var(--radius-pill);box-shadow:0 0 0 .2rem rgba(114,71,215,.12);flex:none;height:.4rem;margin-top:.35rem;width:.4rem}.detail-hero-image{border-radius:var(--radius-panel);height:11rem;margin-bottom:var(--space-md);overflow:hidden;width:100%}.detail-title{color:var(--text-strong);display:block;font-size:1rem;font-weight:700;line-height:1.4rem;margin:0 0 var(--space-sm)}.split-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.page-bottom-bar{background:linear-gradient(180deg,hsla(0,0%,97%,0),hsla(0,0%,97%,.96) 34%,#f7f7f7);border-radius:var(--radius-panel) var(--radius-panel) 0 0;bottom:0;box-shadow:0 -.2rem .9rem rgba(17,24,39,.06);margin:var(--space-xl) calc(var(--space-page-x)*-1) 0;padding:1rem var(--space-page-x) .8rem;position:sticky;z-index:20}.page-bottom-actions{display:grid;gap:var(--space-sm);margin:0 auto;max-width:20.1rem}.page-bottom-bar::after{content:"";display:block;height:env(safe-area-inset-bottom,0)}.page-stack > .detail-hero-image,.page-stack > .page-meta,.page-stack > .paper-card{margin:0}.page-stack > .page-bottom-bar{margin-top:0}taro-image-core{display:block}[class*="text-[8px]"]{font-size:.6rem!important}[class*="text-[10px]"],[class*="text-[11px]"],[class*="text-[13px]"],[class*="text-[9px]"]{font-size:.7rem!important;line-height:1.1rem!important}[class*="text-[15px]"],[class*="text-[17px]"],[class*="text-[18px]"]{font-size:.8rem!important;line-height:1rem!important}@media screen and (min-width:760px){html{font-size:1.005rem!important}body{background:var(--bg-shell)}.taro_page{background:var(--bg-shell);padding:1.2rem 0}.page-shell{border:none;border-radius:1.4rem;box-shadow:0 .4rem 1.2rem rgba(17,24,39,.08);margin:0 auto;min-height:43.7rem;width:20.1rem}}