:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f8f7;--panel:#fff;--text:#17211f;--muted:#5f6f6b;--brand:#0f766e;--brand-soft:#ccfbf1;--danger:#b42318;--warning:#b45309;--border:#d9e2df;--shadow:0 1px 3px #17211f14;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}a{color:inherit}.app-shell{flex-direction:column;min-height:100vh;display:flex}.topbar{background:var(--panel);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.brand{color:var(--brand);font-weight:700;text-decoration:none}.nav{flex-wrap:wrap;gap:6px;display:flex}.nav-link{color:var(--muted);border-radius:8px;padding:8px 10px;text-decoration:none}.nav-link.active,.nav-link:hover{background:var(--brand-soft);color:var(--brand)}.main{flex:1;width:100%;max-width:980px;margin:0 auto;padding:24px 16px 48px}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--border);padding:16px;font-size:13px}.footer-links{justify-content:center;gap:12px;margin-top:6px;display:flex}.hero{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);border-radius:18px;padding:34px 24px}.hero h1{margin:0 0 12px;font-size:30px}.hero p{color:#ecfdf5;margin:6px 0}.hero .cta{color:var(--brand);background:#fff;border-radius:999px;margin-top:18px;padding:12px 18px;font-weight:700;text-decoration:none;display:inline-block}.panel{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:18px}.stack{flex-direction:column;gap:14px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field label{font-size:14px;font-weight:600}input,select,button{font:inherit}input,select,textarea{border:1px solid var(--border);color:var(--text);font:inherit;background:#fff;border-radius:10px;padding:10px 12px}button{cursor:pointer}.button{background:var(--brand);color:#fff;white-space:nowrap;border:0;border-radius:10px;padding:10px 14px;font-weight:600}.button.secondary{color:var(--brand);background:#e8f1ef}.button.danger{color:var(--danger);background:#fee2e2}.notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:12px}.muted{color:var(--muted)}.grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.event-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:14px}.event-card.blocking{background:#fff7f7;border-color:#fca5a5}.event-card.unreviewed{border-left:4px solid var(--warning)}.event-card.reviewed{border-left:4px solid var(--brand)}.event-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.event-title{margin:0 0 4px;font-weight:700}.badge{color:var(--muted);background:#eef2f1;border-radius:999px;align-items:center;padding:3px 8px;font-size:12px;display:inline-flex}.badge.warn{color:var(--warning);background:#fef3c7}.badge.ok{background:var(--brand-soft);color:var(--brand)}.toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.summary-row{flex-wrap:wrap;gap:10px;margin:10px 0;display:flex}.checkbox{align-items:center;gap:6px;font-size:14px;display:inline-flex}.issue-list{color:var(--muted);margin:10px 0 0;padding-left:18px;font-size:14px}.issue.blocking{color:var(--danger)}.image-box{border:1px dashed var(--border);min-height:180px;color:var(--muted);background:#f0f5f4;border-radius:10px;place-items:center;margin-bottom:10px;display:grid}.steps{gap:8px;margin:0 0 18px;padding:0;list-style:none;display:flex}.step{color:var(--muted);background:#eef2f1;border-radius:10px;flex:1;align-items:center;gap:8px;padding:10px 12px;font-size:14px;display:flex}.step.current{background:var(--brand-soft);color:var(--brand);font-weight:700}.step.done{color:var(--brand);background:#e8f1ef}.step-number{background:#fff;border-radius:999px;place-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:grid}.primary-action{z-index:5;position:sticky;bottom:12px;box-shadow:0 8px 24px #0f766e2e}.compact-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.compact-row:last-child{border-bottom:0}.compact-row>div{min-width:0}.compact-row .button{flex-shrink:0}.attention-card{background:#fff7f7;border:1px solid #fca5a5;border-radius:12px;padding:14px}.upload-drop{text-align:center;cursor:pointer;background:#f0faf8;border:2px dashed #99c9c1;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:160px;padding:24px;display:flex}.upload-drop input{display:none}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.preview-item{border:1px solid var(--border);background:#f8faf9;border-radius:10px;margin:0;overflow:hidden}.preview-item img{object-fit:contain;width:100%;max-height:220px;display:block}.preview-item figcaption{color:var(--muted);padding:6px 10px;font-size:13px}.advanced summary{cursor:pointer;color:var(--brand);font-weight:600}.guide-steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.guide-step{flex-direction:column;gap:8px;display:flex}.guide-step-head{align-items:center;gap:10px;display:flex}.guide-step-head h2{margin:0;font-size:18px}.guide-art{width:100%;max-width:220px;height:auto;color:var(--brand);align-self:flex-start}.faq{border-top:1px solid var(--border);padding:10px 0}.faq:first-child{border-top:none}.faq summary{cursor:pointer;color:var(--brand);font-weight:600}.faq p{margin:8px 0 0}.share-text{border:1px solid var(--border);resize:vertical;background:#f8faf9;border-radius:10px;width:100%;min-height:92px;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.6}@media (width<=720px){.steps{flex-direction:column}.grid-2{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}
