:root{color-scheme:light;font-family:Microsoft YaHei,Segoe UI,sans-serif;background:linear-gradient(135deg,#f6f1e8,#dce5f2);color:#1f2a37}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:#184e77;text-decoration:none}button,input,textarea{font:inherit}button{border:none;background:#184e77;color:#fff;padding:.8rem 1rem;border-radius:.75rem;cursor:pointer}button:hover{background:#0d3b66}input,textarea{width:100%;margin-top:.35rem;padding:.75rem .85rem;border:1px solid #bfd0df;border-radius:.75rem;background:#fff}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.auth-card{width:min(420px,100%)}.page{padding:1.5rem}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.grid,.detail-grid{display:grid;gap:1rem}.grid{grid-template-columns:360px 1fr}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card{background:#ffffffeb;border:1px solid rgba(24,78,119,.12);box-shadow:0 20px 45px #184e7714;border-radius:1.25rem;padding:1.2rem}.stack{display:grid;gap:.8rem}.list-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem .9rem;border-radius:.9rem;border:1px solid #e3ebf3;background:#fbfdff}.stats{display:flex;gap:.75rem;flex-wrap:wrap;color:#4b5563}.muted{color:#6b7280;font-size:.92rem}.error,.error-banner{color:#9f1239;background:#ffe4e6;border:1px solid #fecdd3;padding:.8rem .9rem;border-radius:.75rem}.preview{white-space:pre-wrap;overflow:auto;background:#0f172a;color:#dbeafe;padding:1rem;border-radius:1rem;max-height:320px}.upload-row{display:grid;gap:.4rem}@media (max-width: 900px){.grid{grid-template-columns:1fr}.topbar{flex-direction:column}}
