:root{--ink:#15201c;--muted:#69756f;--line:#dfe5e1;--paper:#f5f6f3;--white:#fff;--green:#12835f;--green-dark:#10231d;--green-soft:#dcefe7;--amber:#b66a14;--amber-soft:#fff0d8;--red:#b64242;--red-soft:#fce5e3;--blue:#276e9a;--blue-soft:#e0eff7;--shadow:0 12px 30px rgba(22,43,34,.07);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;letter-spacing:0}body{font-size:14px}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{color:inherit}a{text-decoration:none}svg{width:18px;height:18px;stroke-width:1.8}h1,h2,h3,p{margin:0}.muted{color:var(--muted)}.eyebrow{font-size:11px;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:0}.admin-body{display:flex;min-height:100vh;background:var(--paper)}.sidebar{position:fixed;inset:0 auto 0 0;width:224px;background:var(--green-dark);color:#c9d7d1;display:flex;flex-direction:column;padding:24px 16px;z-index:10}.brand-mark{display:flex;align-items:center;gap:12px;padding:0 8px 28px;color:#fff}.brand-mark>span{display:grid;place-items:center;width:34px;height:34px;background:#39b987;color:#0c271e;border-radius:8px;font-size:18px;font-weight:800}.brand-mark strong{font-size:16px}.side-nav{display:flex;flex-direction:column;gap:5px}.side-nav a,.sidebar-foot a,.link-button{height:44px;display:flex;align-items:center;gap:12px;padding:0 13px;border-radius:7px;color:#aebfb8}.side-nav a:hover,.side-nav a.active,.sidebar-foot a:hover,.link-button:hover{background:#1c3a30;color:#fff}.side-nav a.active{box-shadow:inset 3px 0 #42c391}.sidebar-foot{margin-top:auto;border-top:1px solid #28433a;padding-top:14px}.sidebar-foot form{margin:4px 0}.link-button{width:100%;background:none;border:0;cursor:pointer}.admin-main{margin-left:224px;width:calc(100% - 224px);min-height:100vh}.topbar{height:88px;padding:0 34px;background:var(--white);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.topbar h1{font-size:24px;margin-top:5px}.user-chip{display:flex;align-items:center;gap:10px}.user-chip>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-weight:800}.user-chip div{display:flex;flex-direction:column}.user-chip small{color:var(--muted);margin-top:2px}.admin-content{padding:28px 34px 48px;max-width:1600px;margin:auto}.stat-grid{display:grid;gap:16px}.stat-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-card,.panel{background:var(--white);border:1px solid var(--line);border-radius:8px}.stat-card{min-height:128px;padding:24px;display:flex;align-items:center;gap:17px}.stat-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:8px;flex:0 0 auto}.stat-icon.green{background:var(--green-soft);color:var(--green)}.stat-icon.amber{background:var(--amber-soft);color:var(--amber)}.stat-icon.red{background:var(--red-soft);color:var(--red)}.stat-icon.blue{background:var(--blue-soft);color:var(--blue)}.stat-card p{color:var(--muted);font-size:13px}.stat-card strong{display:block;font-size:27px;margin:5px 0 3px}.stat-card small{color:#8a948f}.main-gap{margin-top:20px}.split-layout{display:flex;gap:20px;align-items:flex-start}.grow{flex:1;min-width:0}.panel{box-shadow:0 2px 8px rgba(25,43,36,.025)}.panel-head{min-height:76px;padding:19px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px}.panel-head h2{font-size:17px}.panel-head p{font-size:12px;color:var(--muted);margin-top:6px}.text-action{font-weight:700;color:var(--green);font-size:13px}.quick-panel{width:340px;padding-bottom:8px}.quick-link{min-height:77px;margin:8px 10px;padding:11px 12px;display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:11px;border-radius:7px}.quick-link:hover{background:var(--paper)}.quick-link>span{width:42px;height:42px;border-radius:7px;background:var(--green-soft);color:var(--green);display:grid;place-items:center}.quick-link div{display:flex;flex-direction:column;gap:4px}.quick-link small{color:var(--muted)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th,td{text-align:left;border-bottom:1px solid #edf0ee;padding:15px 20px}th{font-size:12px;color:var(--muted);font-weight:600;background:#fafbf9}tbody tr:hover{background:#fbfcfa}tbody tr:last-child td{border-bottom:0}.table-sub{display:block;color:var(--muted);margin-top:5px}.status{display:inline-flex;align-items:center;min-height:25px;padding:3px 9px;border-radius:12px;font-size:12px;font-weight:700;background:#ecefed;color:#59625e}.status.confirmed,.status.paid{background:var(--green-soft);color:var(--green)}.status.pending{background:var(--amber-soft);color:var(--amber)}.status.draft{background:var(--red-soft);color:var(--red)}.status.locked{background:var(--blue-soft);color:var(--blue)}.person{display:flex;align-items:center;gap:10px}.person span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-weight:800}code{padding:4px 8px;border-radius:4px;background:#f0f2f0;color:#345146}.form-panel{width:340px;padding-bottom:22px}.stack-form{display:flex;flex-direction:column;gap:18px;padding:22px}.stack-form.spacious{gap:22px;max-width:720px}.stack-form label,.form-grid label,.review-fields label,.modal-card>label,.upload-form>label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700}.stack-form small,label small{font-weight:400;color:var(--muted)}input,select,textarea{width:100%;border:1px solid #ccd5d0;background:#fff;color:var(--ink);border-radius:6px;padding:11px 12px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(18,131,95,.12)}textarea{resize:vertical;line-height:1.6}.primary,.secondary{min-height:42px;border-radius:6px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;font-weight:700;cursor:pointer}.primary{background:var(--green);color:#fff}.primary:hover{background:#0e7252}.secondary{background:#fff;border-color:#ccd5d0}.secondary:hover{background:#f7f8f6}.wide{width:100%}.small{min-height:36px;padding:0 13px;font-size:13px}.form-grid{display:grid;gap:16px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.upload-shell{max-width:1040px}.upload-form{padding:25px}.step-chip{padding:6px 10px;border-radius:14px;background:var(--green-soft);color:var(--green);font-size:12px;font-weight:700}.dropzone{min-height:360px;margin-top:24px;border:1.5px dashed #aebdb6!important;background:#fafbf9;border-radius:8px;align-items:center;justify-content:center!important;text-align:center;cursor:pointer;color:var(--muted);position:relative;overflow:hidden}.dropzone:hover{border-color:var(--green)!important;background:#f6fbf8}.dropzone>svg{width:42px;height:42px;color:var(--green);margin-bottom:8px}.dropzone strong{color:var(--ink);font-size:16px}.dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.dropzone img{display:none;max-width:95%;max-height:290px;object-fit:contain}.dropzone.has-image>svg,.dropzone.has-image>strong,.dropzone.has-image>span{display:none}.dropzone.has-image img{display:block}.actions{display:flex;gap:7px}.actions form{margin:0}.icon-action{width:34px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff;display:inline-grid;place-items:center;cursor:pointer}.icon-action:hover{color:var(--green);border-color:#9cc7b7}.metric-inline{display:block;font-size:12px;color:var(--muted);margin:3px 0}.metric-inline b{color:var(--ink);margin-left:4px}.alert{padding:12px 15px;border-radius:6px;margin-bottom:14px;font-weight:600}.alert.warning{background:var(--amber-soft);color:#7f4a0d;border:1px solid #f1d7ab}.alert.error{background:var(--red-soft);color:#8f3030}.alert.success{background:var(--green-soft);color:#0c6d4d}.alert.info{background:var(--blue-soft);color:#245e80}.review-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);gap:20px;align-items:start}.image-review,.data-review{min-width:0}.screenshot-stage{min-height:520px;padding:20px;background:#16201d;display:grid;place-items:center;border-radius:0 0 8px 8px}.screenshot-stage img{max-width:100%;max-height:680px;object-fit:contain}.review-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:22px}.review-fields label>span{display:flex;align-items:center;justify-content:space-between}.review-fields label>span small{font-size:11px}.review-fields .confidence-low input{border-color:#d7928c;background:#fff9f8}.review-fields .confidence-low span small{color:var(--red)}.review-fields .confidence-ok span small{color:var(--green)}.sticky-actions{padding:18px 22px;border-top:1px solid var(--line);margin:0}.rule-list{padding:5px 20px 20px}.rule-item{display:grid;grid-template-columns:270px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.rule-item:last-child{border-bottom:0}.rule-title{display:flex;gap:13px;align-items:flex-start}.rule-title>span{width:40px;height:40px;border-radius:7px;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.rule-title h3{font-size:15px}.rule-title p{color:var(--muted);font-size:12px;margin-top:5px}.version-list{display:flex;flex-direction:column;gap:8px}.version-row{display:grid;grid-template-columns:130px repeat(4,1fr);align-items:center;gap:12px;border:1px solid var(--line);border-radius:6px;padding:11px 14px;font-size:12px;color:var(--muted)}.version-row>div{display:flex;gap:8px;align-items:center}.version-row strong{color:var(--ink)}.simulator{padding:22px}.calculation-box{margin-top:18px;padding:18px;border-radius:7px;background:#f7f9f7;border:1px solid var(--line);min-height:72px;line-height:1.8}.calculation-box strong{color:var(--green)}.modal{border:0;padding:0;background:transparent;max-width:none}.modal::backdrop{background:rgba(11,26,20,.58)}.modal-card{width:min(760px,calc(100vw - 30px));max-height:90vh;overflow:auto;padding:0 24px 24px;background:#fff;border-radius:8px}.modal-head{position:sticky;top:0;background:#fff;padding:23px 0 18px;display:flex;justify-content:space-between;z-index:2}.modal-head h2{font-size:21px;margin-top:5px}.modal-card .form-grid{margin-bottom:18px}.settings-layout{align-items:stretch}.poster-mini{width:350px;min-height:500px;border-radius:8px;background:#f3f5f0;border:1px solid #dce3de;overflow:hidden;box-shadow:var(--shadow)}.mini-head{height:145px;background:var(--green-dark);color:#fff;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.mini-head span{color:#85d8b6}.mini-head b{font-size:25px}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:18px}.mini-grid span{min-height:83px;padding:13px;background:#fff;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:11px}.mini-grid strong{display:block;color:var(--ink);font-size:18px;margin-top:8px}.mini-footer{padding:18px 22px;display:flex;justify-content:space-between;align-items:center}.mini-footer div{max-width:205px}.mini-footer b,.mini-footer small{display:block}.mini-footer small{color:var(--muted);margin-top:8px}.qr-placeholder{width:76px;height:76px;display:grid;place-items:center;background:#fff}.qr-placeholder svg{width:56px;height:56px}.login-body{background:#e8ece8}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-brand{padding:80px max(8vw,60px);background:var(--green-dark);color:#fff;display:flex;flex-direction:column;justify-content:center}.brand-seal{width:54px;height:54px;border-radius:8px;background:#42c391;color:#0b271d;display:grid;place-items:center;font-size:27px;font-weight:900;margin-bottom:55px}.login-brand>p{color:#83d5b4;font-weight:700;font-size:12px}.login-brand h1{font-size:48px;line-height:1.25;margin:16px 0 24px}.login-brand>span{max-width:440px;color:#b7c9c2;line-height:1.8}.login-panel{display:grid;place-items:center;padding:40px;background:#f5f6f3}.login-box{width:min(420px,100%)}.login-box h2{font-size:28px;margin:8px 0}.login-box>.muted{margin-bottom:22px}.login-box .stack-form{padding:0;margin:26px 0 18px}
.mobile-body{background:#dde3df;color:var(--ink);padding-bottom:84px}.mobile-app{width:min(520px,100%);min-height:100vh;margin:0 auto;background:#f6f7f4;box-shadow:0 0 38px rgba(15,34,27,.12)}.mobile-nav{position:fixed;bottom:0;left:50%;translate:-50% 0;width:min(520px,100%);height:74px;padding-bottom:env(safe-area-inset-bottom);background:rgba(255,255,255,.97);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);z-index:20}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#7a857f;font-size:11px}.mobile-nav a.active{color:var(--green);font-weight:700}.mobile-nav svg{width:21px;height:21px}.mobile-hero{background:var(--green-dark);color:#fff;padding:24px 24px 36px}.mobile-top{display:flex;justify-content:space-between;align-items:center}.mobile-top p{color:#9fb5ac;font-size:13px}.mobile-top h1{font-size:25px;margin-top:3px}.avatar{width:44px;height:44px;border-radius:50%;background:#38b985;color:#0d2c21;display:grid;place-items:center;font-size:18px;font-weight:800}.period-label{display:inline-flex;align-items:center;gap:5px;margin-top:42px;padding:7px 10px;background:#1d3b31;border-radius:15px;color:#b8cbc3;font-size:12px}.period-label svg{width:14px;height:14px}.hero-income{margin-top:20px}.hero-income>span{color:#aabdb5}.hero-income>strong{display:block;font-size:48px;margin:8px 0}.hero-income>strong small,.report-primary strong small,.earning-hero>strong small{font-size:24px;margin-right:5px}.hero-income p{color:#91aaa0;font-size:12px}.mobile-summary{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-bottom:1px solid var(--line)}.mobile-summary article{padding:20px 12px;text-align:center;border-right:1px solid var(--line)}.mobile-summary article:last-child{border-right:0}.mobile-summary span{font-size:11px;color:var(--muted)}.mobile-summary strong{display:block;font-size:18px;margin-top:8px}.mobile-section{padding:28px 20px}.mobile-section.flush{padding-top:20px}.mobile-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.mobile-section-head h2{font-size:21px;margin-top:4px}.mobile-section-head>a{color:var(--green);font-weight:700;font-size:12px}.session-list{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.session-list.roomy .session-row{min-height:88px}.session-row{min-height:78px;padding:12px 14px;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;border-bottom:1px solid #edf0ee}.session-row:last-child{border-bottom:0}.date-block{width:44px;height:52px;border-radius:6px;background:var(--green-soft);color:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center}.date-block b{font-size:18px}.date-block small{font-size:10px}.session-row>div{display:flex;flex-direction:column;gap:6px;min-width:0}.session-row>div strong{font-size:14px}.session-row>div small{color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-row .income{display:flex;align-items:center;color:var(--green);font-size:13px;font-weight:800}.session-row .income svg{width:15px;height:15px;margin-left:2px}.mobile-page-head{padding:38px 22px 25px;background:#f6f7f4}.mobile-page-head h1{font-size:29px;margin:7px 0}.mobile-page-head>span{color:var(--muted)}.report-hero{position:relative;background:var(--green-dark);color:#fff;padding:28px 22px 42px;text-align:center}.back-link{position:absolute;top:24px;left:18px;width:36px;height:36px;display:grid;place-items:center;background:#1c3a30;border-radius:50%}.report-hero>p{color:#9fb5ac;margin-top:7px}.report-hero>h1{font-size:22px;margin-top:7px}.report-primary{margin-top:40px}.report-primary span{display:block;color:#9fb5ac}.report-primary strong{display:block;font-size:45px;margin-top:9px}.report-pills{display:flex;justify-content:center;gap:8px;margin-top:24px}.report-pills span{padding:7px 10px;border-radius:15px;background:#1d3b31;color:#c8d7d1;font-size:11px}.report-sheet{padding:20px}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.report-grid article{padding:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.report-grid article:nth-child(2n){border-right:0}.report-grid article:nth-last-child(-n+2){border-bottom:0}.report-grid span{font-size:11px;color:var(--muted)}.report-grid strong{display:block;font-size:18px;margin-top:8px}.income-breakdown{margin-top:16px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:8px}.income-breakdown .mobile-section-head>strong{font-size:22px;color:var(--green)}.income-breakdown>p{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid #edf0ee;color:var(--muted)}.income-breakdown>p b{color:var(--ink)}.poster-button{width:100%;min-height:74px;margin-top:16px;padding:12px 16px;border:0;border-radius:8px;background:var(--green);color:#fff;display:grid;grid-template-columns:38px 1fr 18px;align-items:center;text-align:left;cursor:pointer}.poster-button>svg:first-child{width:28px;height:28px}.poster-button span{display:flex;flex-direction:column;gap:5px}.poster-button small{color:#b9e2d1}.poster-preview{margin-top:16px}.poster-preview img{width:100%;border-radius:8px;box-shadow:var(--shadow)}.poster-preview a{margin-top:10px;width:100%}.chart-tabs{display:flex;border-bottom:1px solid var(--line)}.chart-tabs button{flex:1;height:40px;background:none;border:0;color:var(--muted);font-weight:700}.chart-tabs button.active{color:var(--green);border-bottom:2px solid var(--green)}.chart-card{padding:20px 14px 10px;background:#fff;border:1px solid var(--line);border-radius:0 0 8px 8px}.chart-value span{color:var(--muted);font-size:11px}.chart-value strong{display:block;font-size:28px;margin:5px 0 12px}.chart-card canvas{width:100%;height:230px}.trend-note{display:flex;gap:12px;margin-top:16px;padding:16px;background:var(--green-soft);border-radius:8px;color:#285344}.trend-note>svg{flex:0 0 auto;color:var(--green)}.trend-note div{display:flex;flex-direction:column;gap:6px}.trend-note span{font-size:12px;line-height:1.6}.earning-hero{padding:40px 22px 28px;background:var(--green-dark);color:#fff}.earning-hero h1{font-size:28px;margin:7px 0 42px}.earning-hero>span{color:#a9bbb4}.earning-hero>strong{display:block;font-size:46px;margin:8px 0 28px}.earning-hero>div{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #2b473d;padding-top:20px}.earning-hero>div p{display:flex;flex-direction:column;gap:7px}.earning-hero>div span{color:#9fb2aa;font-size:11px}.earning-list{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.earning-list article{min-height:76px;padding:13px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;border-bottom:1px solid #edf0ee}.earning-list article:last-child{border-bottom:0}.earning-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green)}.earning-list article div{display:flex;flex-direction:column;gap:5px}.earning-list small{color:var(--muted)}.earning-list article>b{color:var(--green)}.welcome-body{min-height:100vh;background:var(--green-dark);color:#fff;display:grid;place-items:center;padding:28px}.welcome-body main{width:min(420px,100%)}.welcome-logo{width:52px;height:52px;border-radius:8px;background:#42c391;color:#0b271d;display:grid;place-items:center;font-size:25px;font-weight:900;margin-bottom:65px}.welcome-body main>p{color:#85d8b6;font-weight:700}.welcome-body h1{font-size:39px;line-height:1.35;margin:15px 0 22px}.welcome-body main>span{display:block;color:#abc0b7;line-height:1.7}.welcome-button{height:50px;margin-top:50px;border-radius:7px;background:#42c391;color:#0c2a20;display:flex;align-items:center;justify-content:center;font-weight:800}.welcome-admin{display:block;text-align:center;color:#9cb1a8;margin-top:20px}
@media(max-width:1100px){.stat-grid.four{grid-template-columns:repeat(2,1fr)}.review-layout{grid-template-columns:1fr}.quick-panel{width:300px}.version-row{grid-template-columns:100px repeat(2,1fr)}.version-row span:nth-last-child(-n+2){display:none}}@media(max-width:760px){.sidebar{width:72px;padding:18px 10px}.brand-mark{padding:0 9px 25px}.brand-mark strong,.side-nav span,.sidebar-foot span{display:none}.side-nav a,.sidebar-foot a,.link-button{justify-content:center;padding:0}.admin-main{margin-left:72px;width:calc(100% - 72px)}.topbar{padding:0 18px}.admin-content{padding:18px}.stat-grid.four{grid-template-columns:1fr}.split-layout{flex-direction:column}.quick-panel,.form-panel,.poster-mini{width:100%}.form-grid.three,.form-grid.four{grid-template-columns:1fr 1fr}.review-fields{grid-template-columns:1fr}.login-shell{grid-template-columns:1fr}.login-brand{display:none}.login-panel{min-height:100vh}.rule-item{grid-template-columns:1fr}.version-row{grid-template-columns:100px 1fr}.version-row span:nth-last-child(-n+3){display:none}}@media(max-width:520px){.admin-body{min-width:520px}.mobile-body{padding-bottom:74px}.form-grid.two,.form-grid.three,.form-grid.four{grid-template-columns:1fr}}
