:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#17202a;background:#f4f7fb}*{box-sizing:border-box}body{margin:0}.wrap{max-width:980px;margin:auto;padding:18px}header{display:flex;align-items:center;justify-content:space-between;margin:8px 0 18px}h1{margin:0;font-size:28px}h2{margin:0 0 14px;font-size:20px}h3{margin:0 0 8px;font-size:16px}p{margin:5px 0 0}.card{background:#fff;border:1px solid #e5eaf0;border-radius:16px;padding:18px;margin-bottom:16px;box-shadow:0 5px 18px rgba(30,50,80,.05)}.narrow{max-width:460px;margin:60px auto}.hidden{display:none!important}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.muted{color:#667085}.small{font-size:13px}.topgap{margin-top:12px}label{display:block;font-weight:650;margin:12px 0 6px}input,textarea,button{font:inherit}input,textarea{width:100%;border:1px solid #cfd8e3;border-radius:10px;padding:11px 12px;background:#fff}textarea{resize:vertical;line-height:1.45}button{border:0;border-radius:10px;padding:10px 14px;background:#1d4ed8;color:#fff;font-weight:700;cursor:pointer}button.secondary{background:#eef3ff;color:#1d4ed8}button.ghost{background:transparent;color:#344054;border:1px solid #d0d5dd}button.danger{background:#b42318}button:disabled{opacity:.55;cursor:not-allowed}.actions{display:flex;gap:10px;margin-top:16px}.switchline{display:flex;align-items:center;gap:9px;font-weight:600}.switchline input{width:auto}.images{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.imgCard{position:relative;width:110px;height:110px;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;background:#f8fafc}.imgCard img{width:100%;height:100%;object-fit:cover}.imgCard button{position:absolute;right:5px;top:5px;padding:4px 7px;background:rgba(0,0,0,.72)}.tableWrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:9px 8px;border-bottom:1px solid #eef1f4;text-align:left;white-space:nowrap}td:nth-child(3){white-space:normal;min-width:260px}.tag{display:inline-block;padding:3px 7px;border-radius:999px;background:#eef3ff;color:#1d4ed8}.tag.error{background:#fee4e2;color:#b42318}.tag.success{background:#dcfae6;color:#067647}.tag.warn{background:#fef0c7;color:#93370d}#toast{position:fixed;right:16px;bottom:16px;z-index:20;max-width:420px}.toast{background:#101828;color:#fff;padding:12px 14px;border-radius:10px;margin-top:8px;box-shadow:0 8px 30px rgba(0,0,0,.18)}@media(max-width:720px){.wrap{padding:12px}.grid2{grid-template-columns:1fr}.card{padding:15px;border-radius:14px}.row.between{align-items:flex-start;flex-direction:column}.actions{flex-direction:column}.actions button{width:100%}header p{font-size:13px}h1{font-size:24px}}
