:root{--bg:#f3f5f4;--surface:#fff;--ink:#202726;--muted:#66716e;--line:#dce2e0;--green:#16794a;--teal:#087c89;--red:#b42318;font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--bg);font-size:14px;line-height:1.5}*{box-sizing:border-box;letter-spacing:0}body{margin:0;min-width:320px}button,input,select{font:inherit}button,select{cursor:pointer}header{display:flex;align-items:center;gap:20px;min-height:76px;padding:12px max(20px,calc((100vw - 1320px)/2));background:#18201f;color:#fff}header h1{margin:0;font-size:20px}header p{margin:2px 0 0;color:#aeb8b5}.back{color:#d7dfdc;text-decoration:none;padding:8px 0}header button{margin-left:auto}button{min-height:38px;padding:0 14px;color:#fff;background:var(--green);border:0;border-radius:5px;font-weight:700}.secondary{color:var(--ink);background:#fff;border:1px solid var(--line)}main{max-width:1320px;margin:auto;padding:24px 20px 60px}.tabs{display:flex;gap:2px;margin-bottom:18px;border-bottom:1px solid var(--line)}.tabs button{color:var(--muted);background:transparent;border-radius:0;border-bottom:3px solid transparent}.tabs button.active{color:var(--green);border-color:var(--green)}.panel{background:var(--surface);border:1px solid var(--line);border-radius:7px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}h2{margin:0;font-size:18px}.section-head p{margin:2px 0 0;color:var(--muted)}.editor{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;padding:18px 20px;background:#f8faf9;border-bottom:1px solid var(--line)}label{display:grid;gap:5px;color:var(--muted)}input,select{min-height:40px;padding:0 10px;color:var(--ink);background:#fff;border:1px solid #cbd4d1;border-radius:5px}.editor>div{display:flex;align-items:end;gap:8px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px 14px;text-align:left;border-bottom:1px solid #e7ecea;white-space:nowrap}th{color:var(--muted);background:#fafbfb;font-size:12px}tbody tr:last-child td{border-bottom:0}.status{padding:3px 7px;border-radius:4px;background:#edf2f0}.status.active,.status.approved,.status.paid{color:#12633f;background:#e7f4ec}.status.paused,.status.pending{color:#855e00;background:#fff4d6}.status.rejected,.status.ended{color:#a2261d;background:#fcebea}.actions{display:flex;gap:6px}.actions button{min-height:30px;padding:0 9px;color:var(--teal);background:#fff;border:1px solid var(--line);font-weight:600}.link{max-width:300px;overflow:hidden;text-overflow:ellipsis}.toast{position:fixed;right:20px;bottom:20px;z-index:10;padding:10px 14px;color:#fff;background:#202725;border-radius:5px}.empty{text-align:center;color:var(--muted);padding:30px}@media(max-width:760px){header{align-items:flex-start;flex-wrap:wrap}.editor{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.tabs{overflow-x:auto}.tabs button{white-space:nowrap}main{padding:16px 10px}}
