@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none;--blue:#356df3;--blue-dark:#2459df;--line:#e7ebf2;--muted:#7d889b;--green:#18a875;--red:#e2555b;--navy:#14213b}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;-webkit-font-smoothing:antialiased;background:#f5f7fb}button,input,textarea,select{font:inherit}.app-shell{display:flex;min-height:100vh}aside{position:fixed;inset:0 auto 0 0;width:232px;background:#101b32;color:#c7d0df;padding:0 14px;display:flex;flex-direction:column;z-index:5}.brand{height:76px;display:flex;align-items:center;gap:11px;padding:0 12px;border-bottom:1px solid #23304a}.brand-mark{width:37px;height:37px;border-radius:10px;background:#3976f6;display:grid;place-items:center;color:#fff}.brand-mark svg{width:22px;height:22px}.brand b{display:block;color:#fff;font-size:17px;letter-spacing:.5px}.brand span{font-size:9px;letter-spacing:2px;color:#75829b}.workspace{padding:20px 4px 16px}.workspace>span{display:block;font-size:11px;color:#68758e;margin:0 8px 8px}.workspace button{border:1px solid #2b3852;background:#18253e;color:#fff;width:100%;border-radius:9px;padding:10px;display:flex;align-items:center;gap:10px;text-align:left}.workspace button>i{font-style:normal;width:34px;height:34px;border-radius:8px;background:#3976f6;display:grid;place-items:center;font-weight:700}.workspace button div{flex:1}.workspace button b,.workspace button small{display:block}.workspace button b{font-size:13px}.workspace button small{font-size:10px;color:#8794aa;margin-top:3px}nav{display:flex;flex-direction:column;gap:5px}nav button,.aside-bottom>button{height:44px;border:0;border-radius:8px;background:transparent;color:#9eabc0;display:flex;align-items:center;gap:13px;padding:0 13px;cursor:pointer;text-align:left}nav button span{flex:1}nav button:hover,.aside-bottom>button:hover{background:#18263f;color:#fff}nav button.active{background:#3976f6;color:#fff;box-shadow:0 8px 22px #3976f635}nav button em{font-style:normal;font-size:10px;background:#26344e;color:#aab5c8;padding:3px 7px;border-radius:10px}.aside-bottom{margin-top:auto;border-top:1px solid #23304a;padding:12px 0 18px}.aside-bottom>button{width:100%}.profile{display:flex;align-items:center;gap:10px;padding:14px 9px 0}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#2f66df;color:#fff;font-weight:600}.profile div:nth-child(2){flex:1}.profile b,.profile span{display:block}.profile b{color:#fff;font-size:12px}.profile span{font-size:10px;color:#77859d;margin-top:2px}.profile svg{color:#68758e}main{margin-left:232px;width:calc(100% - 232px)}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:4}.topbar>div:first-child{display:flex;gap:9px;align-items:center;font-size:13px;color:#99a3b4}.topbar strong{color:#435068;font-weight:600}.top-actions{display:flex;align-items:center;gap:8px}.icon-btn{width:36px;height:36px;border:0;background:transparent;border-radius:8px;display:grid;place-items:center;color:#66738a;cursor:pointer}.icon-btn:hover{background:#f0f3f8}.has-dot{position:relative}.has-dot:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#f05b61;top:7px;right:7px;border:2px solid white}.user-chip{display:flex;align-items:center;gap:8px;border-left:1px solid var(--line);padding-left:14px;margin-left:4px}.user-chip>svg{color:#8fa3c8}.user-chip div{line-height:1.15}.user-chip b,.user-chip span{display:block}.user-chip b{font-size:12px}.user-chip span{font-size:9px;color:#8994a6;margin-top:3px}.content{padding:28px 30px 48px;max-width:1680px;margin:auto}.page-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-title h1{font-size:24px;margin:0 0 7px;color:#172033;letter-spacing:-.4px}.page-title p{font-size:13px;color:var(--muted);margin:0}.range{background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px 13px;display:flex;align-items:center;gap:9px;font-size:12px;color:#56627a}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:18px}.stat-card{height:112px;background:#fff;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;padding:20px;gap:14px;box-shadow:0 2px 8px #1a315409;position:relative}.stat-icon{width:46px;height:46px;border-radius:11px;background:#eef4ff;color:#3976f6;display:grid;place-items:center}.stat-icon.cyan{background:#edf9fb;color:#17a1b5}.stat-icon.green{background:#eaf8f3;color:#18a875}.stat-icon.red{background:#fff0f1;color:#e2555b}.stat-main{flex:1}.stat-main span,.stat-main strong{display:block}.stat-main span{font-size:12px;color:#7d889b;margin-bottom:7px}.stat-main strong{font-size:21px;letter-spacing:-.5px}.change{font-size:11px;color:#18a875;background:#ecfaf5;padding:4px 7px;border-radius:5px;position:absolute;right:16px;top:15px;display:flex;gap:3px;align-items:center}.change svg{width:12px}.change.down{color:#e2555b;background:#fff1f2}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(330px,1fr);gap:18px;margin-bottom:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 2px 8px #1a315408}.chart-panel,.alert-panel{height:330px;padding:21px}.panel-title{display:flex;align-items:flex-start;justify-content:space-between}.panel-title h3{font-size:15px;margin:0 0 5px}.panel-title p{font-size:11px;color:#8a95a7;margin:0}.panel-title button{border:0;background:transparent;color:#356df3;font-size:11px;cursor:pointer}.legend{font-size:11px;color:#6f7b90;display:flex;gap:6px;align-items:center}.blue-dot{width:8px;height:8px;border-radius:50%;background:#3976f6}.chart{height:245px;margin:18px 0 0 -12px}.alert-panel .panel-title{margin-bottom:17px}.alert{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #eef1f5}.alert.big{background:#fff7f7;border:1px solid #fee0e2;border-radius:9px;padding:12px;margin-bottom:4px}.alert-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;flex:0 0 auto}.alert-icon.red{color:#df5158;background:#fee9eb}.alert-icon.amber{color:#e29a29;background:#fff6df}.alert div:nth-child(2){flex:1}.alert b{display:block;font-size:12px;margin-bottom:4px}.alert p{margin:0;font-size:10px;color:#8a95a7}.alert>span{font-size:9px;color:#e2555b;border:1px solid #f6b9bc;border-radius:4px;padding:3px 5px}.health{margin-top:17px}.health div{display:flex;justify-content:space-between;font-size:11px;color:#7d889b}.health b{color:#18a875}.health progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border:0;margin-top:8px}.health progress::-webkit-progress-bar{background:#edf1f6;border-radius:5px}.health progress::-webkit-progress-value{background:#18a875;border-radius:5px}.recent{padding:21px}.recent .panel-title{margin-bottom:15px}.table-panel{overflow:hidden}.toolbar{padding:17px 20px;display:flex;gap:10px;border-bottom:1px solid var(--line)}.search{height:38px;width:270px;border:1px solid #dfe4ec;border-radius:7px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#9ba5b5}.search input{border:0;outline:0;width:100%;font-size:12px;color:#333}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{background:#f9fafc;color:#7b879a;font-size:10px;font-weight:600;padding:11px 14px;border-bottom:1px solid var(--line)}td{font-size:11px;color:#5b6679;padding:13px 14px;border-bottom:1px solid #edf0f4}tr:last-child td{border-bottom:0}tr:hover td{background:#fbfcff}.date-cell{color:#253149}.profit{display:inline-block;padding:5px 8px;background:#eaf9f3;color:#15986b;border-radius:5px;font-weight:700}.profit.negative{background:#fff0f1;color:#df5158}.operator{display:flex;align-items:center;gap:8px}.operator i{font-style:normal;width:25px;height:25px;background:#e8efff;color:#356df3;display:grid;place-items:center;border-radius:50%;font-size:10px}.operator span,.operator small{display:block}.operator small{font-size:8px;color:#9aa4b5;margin-top:2px}.ellipsis{display:block;max-width:160px;overflow:hidden;text-overflow:ellipsis}.row-actions{display:flex;gap:10px}.row-actions button,.link-btn{border:0;background:transparent;color:#356df3;font-size:10px;padding:0;cursor:pointer}.btn{height:38px;border-radius:7px;padding:0 14px;border:1px solid #dfe4ec;background:#fff;color:#566176;font-size:12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.btn svg{width:16px}.btn.primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 5px 14px #356df32c}.btn.primary:hover{background:var(--blue-dark)}.btn.success{background:#19a977;border-color:#19a977;color:#fff}.btn.ghost:hover{background:#f6f8fb}.title-actions{display:flex;gap:10px}.formula-bar,.role-banner{border:1px solid #dce7ff;background:#f3f7ff;border-radius:9px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:11px;color:#58709c}.formula-bar>div,.role-banner{gap:9px}.formula-bar>div,.role-banner{display:flex;align-items:center}.formula-bar svg,.role-banner svg{color:#3976f6}.role-banner{justify-content:flex-start;padding:16px;margin-bottom:18px}.role-banner div{display:flex;flex-direction:column;gap:3px}.role-banner b{color:#243451;font-size:13px}.role-banner span{font-size:11px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#10192e7a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:20;padding:24px}.modal{background:#fff;width:min(680px,calc(100vw - 48px));border-radius:14px;box-shadow:0 24px 80px #10204438;max-height:calc(100vh - 48px);overflow:auto;animation:pop .18s ease-out}.modal.wide{width:min(920px,calc(100vw - 48px))}@keyframes pop{0%{transform:translateY(10px);opacity:.4}}.modal>header{height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.modal h2{font-size:17px;margin:0}.formula-note{margin:20px 24px 0;background:#f2f7ff;border-radius:9px;padding:12px;display:flex;gap:10px;color:#356df3}.formula-note b,.formula-note span{display:block}.formula-note b{font-size:12px;margin-bottom:2px}.formula-note span{font-size:10px;color:#6f80a2}.record-form{padding:20px 24px 24px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.record-form label>span{display:block;font-size:11px;color:#5f6a7e;margin-bottom:7px;font-weight:500}.record-form label i{font-style:normal;color:#e85b61;margin-left:3px}.record-form input,.record-form select,.record-form textarea{width:100%;border:1px solid #dfe4ec;border-radius:7px;outline:none;color:#253047;background:#fff}.record-form input,.record-form select{height:41px;padding:0 11px}.record-form input:focus,.record-form select:focus,.record-form textarea:focus{border-color:#6692fa;box-shadow:0 0 0 3px #356df313}.textarea-label{display:block;margin-top:16px}.record-form textarea{height:76px;padding:10px;resize:vertical}.record-form footer{display:flex;justify-content:flex-end;gap:10px;padding-top:22px}.history-head{display:flex;justify-content:space-between;align-items:center;background:#f8faff;padding:14px 24px;border-bottom:1px solid var(--line)}.history-head>div{display:flex;align-items:center;gap:8px;color:#5f6c82;font-size:11px}.history-list{padding:12px 26px 26px}.history-item{display:flex;gap:16px;position:relative;padding:14px 0}.history-item:not(:last-child):before{content:"";position:absolute;left:12px;top:36px;bottom:-15px;width:1px;background:#dfe6f2}.timeline-dot{width:25px;height:25px;border-radius:50%;background:#eaf1ff;color:#356df3;display:grid;place-items:center;z-index:1}.history-item b{font-size:12px}.history-item p{font-size:12px;color:#56627a;margin:5px 0}.history-item small{font-size:9px;color:#98a2b2}.toast{position:fixed;right:28px;bottom:28px;background:#14213b;color:#fff;padding:12px 17px;border-radius:9px;display:flex;align-items:center;gap:8px;z-index:30;box-shadow:0 12px 30px #1220403d;font-size:12px}.toast svg{color:#57d2a7}.role{padding:5px 8px;border-radius:5px;font-size:10px;background:#f0ecff;color:#7654d7}.role-1,.role-2{background:#edf4ff;color:#356df3}.role-3{background:#f3f4f6;color:#697487}.status-dot{color:#15986b;font-size:10px}.status-dot:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#20b27e;margin-right:6px}.audit-list{padding:0 20px}.audit-row{display:grid;grid-template-columns:40px 1fr 150px 130px 80px;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:15px 3px}.audit-symbol{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#eef4ff;color:#3976f6}.audit-action b,.audit-action span{display:block}.audit-action b{font-size:12px}.audit-action span{font-size:10px;color:#8b95a7;margin-top:4px}.audit-person{display:flex;align-items:center;gap:7px;font-size:11px}.audit-person i{font-style:normal;background:#e8efff;color:#356df3;width:24px;height:24px;border-radius:50%;display:grid;place-items:center}.audit-row time{font-size:10px;color:#8b95a7}.audit-row button{border:0;background:none;color:#356df3;font-size:10px;cursor:pointer}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.project-top{display:flex;justify-content:space-between}.project-top>i{font-style:normal;width:40px;height:40px;display:grid;place-items:center;color:#fff;background:#3976f6;border-radius:9px;font-weight:700}.project-card h3{margin:16px 0 5px;font-size:16px}.project-card>p{margin:0;color:#8b95a7;font-size:11px}.project-data{display:grid;grid-template-columns:1fr 1fr;background:#f8faff;border-radius:8px;padding:13px;margin-top:20px}.project-data span,.project-data b{display:block}.project-data span{font-size:9px;color:#8b95a7;margin-bottom:5px}.project-data b{font-size:13px}.green-text{color:#15986b}.project-card footer{display:flex;justify-content:space-between;margin-top:18px;color:#8b95a7;font-size:10px}.project-card footer button{border:0;background:none;color:#356df3;font-size:10px;cursor:pointer}@media(max-width:1250px){.stats{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.alert-panel{height:auto}.content{padding:24px 22px}}@media(max-width:900px){body{min-width:760px}aside{width:190px}main{margin-left:190px;width:calc(100% - 190px)}.stats{grid-template-columns:1fr 1fr}.field-grid{grid-template-columns:1fr}.modal{width:min(560px,calc(100vw - 48px))}}.login-page{min-height:100vh;background:#101b32;display:grid;place-items:center;padding:40px;position:relative;overflow:hidden}.login-page:before,.login-page:after{content:"";position:absolute;border-radius:50%;background:#3976f6;filter:blur(2px);opacity:.12}.login-page:before{width:520px;height:520px;right:-180px;top:-220px}.login-page:after{width:400px;height:400px;left:-180px;bottom:-230px}.login-brand{position:absolute;top:36px;left:45px;display:flex;align-items:center;gap:12px;color:#fff;font-size:20px}.login-card{width:min(900px,90vw);min-height:510px;background:#fff;border-radius:18px;display:grid;grid-template-columns:1.15fr 1fr;overflow:hidden;box-shadow:0 35px 90px #02091866;z-index:1}.login-copy{background:linear-gradient(145deg,#2e67e9,#164abf);color:#fff;padding:64px 48px}.login-copy>span{font-size:10px;letter-spacing:2px;opacity:.7}.login-copy h1{font-size:31px;line-height:1.35;margin:18px 0 12px}.login-copy>p{font-size:13px;opacity:.75;margin-bottom:44px}.login-feature{display:flex;gap:13px;align-items:center;margin:24px 0}.login-feature>svg{width:25px;height:25px}.login-feature span,.login-feature b{display:block}.login-feature b{font-size:13px;margin-bottom:4px}.login-feature span{font-size:11px;color:#d5e1ff}.login-card form{padding:64px 48px;display:flex;flex-direction:column}.login-card form h2{font-size:23px;margin:0 0 6px}.login-card form>p{font-size:12px;color:#8a95a7;margin:0 0 33px}.login-card form label{font-size:11px;font-weight:600;color:#536078;margin-bottom:17px}.login-card form input{width:100%;height:44px;border:1px solid #dfe4ec;border-radius:8px;padding:0 12px;margin-top:8px;outline:0}.login-card form input:focus{border-color:#3976f6;box-shadow:0 0 0 3px #3976f616}.login-btn{width:100%;height:44px;margin-top:5px}.login-card form small{text-align:center;color:#96a0b0;margin-top:16px}.form-error{font-size:11px;color:#df5158;background:#fff0f1;border-radius:6px;padding:9px;margin-bottom:10px}.topbar .user-chip{border:0;border-left:1px solid var(--line);background:transparent;cursor:pointer;text-align:left}.logout-icon{border:0;background:transparent;color:#68758e;padding:4px;cursor:pointer}.date-filter{height:38px;border:1px solid #dfe4ec;border-radius:7px;padding:0 10px;background:#fff;color:#566176;font-size:11px}.amount-neg{color:#d34f58}.red-link{color:#df5158!important}.btn.danger{background:#df5158;border-color:#df5158;color:#fff}.confirm-body{text-align:center;padding:30px 28px}.danger-circle{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#fff0f1;color:#df5158;margin:auto}.danger-circle svg{width:25px;height:25px}.confirm-body h3{font-size:15px;margin:16px 0 8px}.confirm-body p{font-size:11px;color:#8a95a7}.confirm-body footer{display:flex;justify-content:center;gap:10px;margin-top:25px}.empty-cell{text-align:center;padding:42px!important;color:#98a2b2}.status-toggle{border:0;border-radius:12px;padding:4px 9px;font-size:9px;color:#8c96a7;background:#edf0f4;cursor:pointer}.status-toggle.on{color:#15986b;background:#eaf9f3}.project-card footer>div{display:flex;gap:11px}.project-card footer button.red-link{color:#df5158}.info-lines{padding:20px 24px 24px}.info-lines>div{display:flex;align-items:center;gap:10px;border-bottom:1px solid #edf0f4;padding:13px 3px;font-size:12px;color:#566176}.info-lines>div svg{color:#19a977;flex:0 0 auto}.info-lines footer{display:flex;justify-content:flex-end;margin-top:20px}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid #edf0f4}.setting-row div{flex:1}.setting-row b,.setting-row span{display:block}.setting-row b{font-size:12px;margin-bottom:5px}.setting-row span{font-size:10px;color:#8994a6}.setting-row input,.setting-row select{width:150px!important;margin-left:20px}.record-form>.setting-row+footer{padding-top:20px}.audit-row{grid-template-columns:40px minmax(280px,1fr) 150px 170px 80px}.table-panel table{min-width:1480px}.table-panel table th,.table-panel table td{padding-left:12px;padding-right:12px}.row-actions{min-width:max-content}.range{border:1px solid #e7ebf2;cursor:pointer}.project-card footer button{border:0;background:transparent;cursor:pointer}.table-panel table{min-width:1280px}.table-panel th,.table-panel td{padding-inline:9px}.table-panel .ellipsis{max-width:118px}.formula-bar{gap:14px;flex-wrap:wrap}.formula-bar>div{flex:0 0 auto}.balance-formula-inline{flex:1 1 520px;text-align:center;color:#405d92;line-height:1.55}.balance-formula-inline b{color:#2459df}.formula-snapshot-note{flex:0 0 auto;white-space:nowrap;color:#8a96aa;font-size:9px}.calculated-input{background:#f3f7ff!important;color:#2459df!important;font-weight:700}.wallet-fetch{margin-top:14px;padding:10px 12px;border-radius:7px;display:flex;align-items:center;gap:8px;font-size:11px}.wallet-fetch svg{width:17px;height:17px;flex:0 0 auto}.wallet-fetch.loading{color:#55709f;background:#f3f7ff}.wallet-fetch.success{color:#14845f;background:#ebf9f3}.wallet-fetch.error{color:#c44952;background:#fff1f2}.wallet-fetch button{margin-left:auto;border:0;background:transparent;color:#356df3;cursor:pointer}.logout-icon{width:auto!important;display:inline-flex!important;align-items:center;gap:5px;padding:6px 8px!important;border-radius:6px!important;color:#9eabc0!important}.logout-icon:after{content:"退出登录";font-size:10px;white-space:nowrap}.logout-icon:hover{color:#fff!important;background:#26344e!important}.logout-icon svg{width:16px;height:16px}.team-summary{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:18px}.team-summary>div{background:#fff;border:1px solid #e7ecf5;border-radius:10px;padding:16px 18px;display:flex;flex-direction:column;gap:7px;box-shadow:0 2px 8px #19305a08}.team-summary span{color:#7b879c;font-size:11px}.team-summary b{color:#1d2b44;font-size:18px}.team-summary .income b{color:#129267}.team-summary .expense b{color:#e1505b}.team-summary .net b{color:#356df3}.team-summary .payable b{color:#e1505b}.team-summary .payable small{color:#8b97aa;font-size:9px}.team-summary .grand{background:linear-gradient(135deg,#356df3,#2459d9);border:0}.team-summary .grand span,.team-summary .grand small{color:#dbe7ff}.team-summary .grand b{color:#fff;font-size:22px}.team-table{min-width:1100px!important}.entry-type{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:10px;font-weight:700}.entry-type.in{color:#11825e;background:#eaf8f2}.entry-type.out{color:#d84955;background:#fff0f1}.reimbursement-panel{margin-bottom:18px;padding:18px}.reimbursement-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,260px));justify-content:start;gap:12px}.reimbursement-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px 12px;min-height:112px;padding:13px 14px;border:1px solid #e2e9f5;border-radius:10px;background:#f8faff}.reimbursement-card>div{display:flex;flex-direction:column;gap:4px}.reimbursement-card span{color:#8490a5;font-size:11px}.reimbursement-card strong{color:#e1505b;font-size:17px}.reimbursement-card .btn{grid-column:1/-1;width:100%;justify-content:center}.reimbursement-status{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.reimbursement-status.pending{color:#b56b11;background:#fff5df}.reimbursement-status.done{color:#11825e;background:#eaf8f2}.payer-manager{padding:22px}.payer-add{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:18px}.payer-add input{min-height:42px;border:1px solid #dbe3f0;border-radius:8px;padding:0 12px}.payer-list{display:flex;flex-direction:column;gap:8px;max-height:360px;overflow:auto}.payer-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px 14px;border:1px solid #e5eaf3;border-radius:9px}.payer-item>div{display:flex;flex-direction:column;gap:3px}.payer-item span{color:#8995a8;font-size:11px}.payer-item button{border:0;background:transparent;color:#356df3;cursor:pointer}.payer-manager>footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.overview-time{align-self:center;padding:8px 12px;border-radius:8px;color:#356df3;background:#edf3ff;font-size:10px}.live-u-price{display:grid;grid-template-columns:auto auto;column-gap:7px;align-items:center;padding:6px 10px;border:1px solid #cfe0ff;border-radius:9px;color:#356df3;background:#f2f6ff;line-height:1.1}.live-u-price span{font-size:9px;color:#74839d}.live-u-price b{grid-row:span 2;grid-column:2;font-size:18px}.live-u-price small{font-size:8px;color:#8593a9}.live-u-price.stale{border-color:#f2d8a7;background:#fff8e9}.record-form input[readonly]{color:#2459d9;background:#f3f6fb;font-weight:700;cursor:not-allowed}.finance-overview-head{display:grid;grid-template-columns:1.35fr repeat(5,minmax(135px,1fr));gap:12px;margin-bottom:18px}.overview-total,.overview-project{min-width:0;padding:17px;border:1px solid #e4eaf4;border-radius:11px;background:#fff;box-shadow:0 3px 10px #1e345c0a}.overview-total{display:flex;flex-direction:column;justify-content:center;color:#fff;border:0;background:linear-gradient(135deg,#356df3,#2459d9)}.overview-total span,.overview-project span{color:#8390a5;font-size:10px}.overview-total span,.overview-total small{color:#dbe7ff}.overview-total b{margin:7px 0;font-size:25px}.overview-project{display:flex;flex-direction:column;gap:8px}.overview-project b{color:#1e2c45;font-size:17px}.overview-project i{height:5px;overflow:hidden;border-radius:99px;background:#edf1f7}.overview-project em{display:block;height:100%;min-width:3px;border-radius:inherit}.recent-profit-section{margin-bottom:18px}.recent-profit-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:10px}.recent-profit-title h3{margin:0 0 4px;color:#1b2941;font-size:16px}.recent-profit-title p{margin:0;color:#8995a8;font-size:10px}.recent-profit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.recent-profit-card{position:relative;overflow:hidden;padding:17px 19px;border:1px solid #dce5f1;border-radius:12px;background:#fff;box-shadow:0 4px 14px #1f365b0d}.recent-profit-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#9ba7b9}.recent-profit-card.profit:before{background:#12a775}.recent-profit-card.loss:before{background:#ed5967}.recent-profit-card>div{display:flex;align-items:center;gap:8px}.recent-profit-card span{color:#56647a;font-size:12px;font-weight:700}.recent-profit-card small{padding:3px 7px;border-radius:99px;color:#356df3;background:#edf3ff;font-size:8px}.recent-profit-card b{display:block;margin:10px 0 6px;color:#68758b;font-size:24px}.recent-profit-card.profit b{color:#0a9a6b}.recent-profit-card.loss b{color:#e44e5e}.recent-profit-card p{margin:0;color:#8b97aa;font-size:10px}.financial-snapshot{margin-bottom:18px;border:1px solid #dbe5f5;box-shadow:0 8px 24px #28498214}.financial-snapshot .panel-title{padding:20px 22px 16px;border-bottom:1px solid #e7edf6}.financial-snapshot .panel-title h3{font-size:19px}.financial-snapshot table{min-width:1180px}.financial-snapshot th{padding:15px 18px;color:#61708a;background:#f4f7fc;font-size:12px;font-weight:700}.financial-snapshot td{height:72px;padding:14px 18px;font-size:14px;border-bottom:1px solid #edf1f7}.snapshot-date{color:#17243b;font-size:15px}.financial-snapshot td strong{font-size:15px}.snapshot-receipt{color:#356df3}.snapshot-payout{color:#7657df}.snapshot-team{color:#cf8420}.snapshot-telegram{color:#139b70}.snapshot-energy{color:#078eae}.snapshot-grand{display:inline-block;min-width:124px;padding:10px 13px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#356df3,#2459d9);font-size:17px;box-shadow:0 5px 12px #356df333}.snapshot-change{display:inline-block;min-width:92px;padding:8px 11px;border-radius:8px;color:#8894a8;background:#f1f4f8;font-weight:700;text-align:center}.snapshot-change.up{color:#07885e;background:#e8f8f1}.snapshot-change.down{color:#e34f5f;background:#fff0f1}@media(max-width:1400px){.finance-overview-head{grid-template-columns:repeat(3,1fr)}.overview-total{grid-row:span 2}}@media(max-width:900px){.recent-profit-grid{grid-template-columns:1fr}}body{min-width:0}@media(max-width:1100px){aside{width:190px;padding-inline:10px}main{margin-left:190px;width:calc(100% - 190px);min-width:0}.content{padding:22px 18px 40px;min-width:0}.topbar{padding-inline:18px}.finance-overview-head{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-total{grid-row:auto}.telegram-stats,.energy-stats,.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-title{align-items:flex-start;gap:12px;flex-wrap:wrap}.top-refresh small,.topbar .user-chip span{display:none}}@media(max-width:760px){aside{width:72px;padding-inline:8px}main{margin-left:72px;width:calc(100% - 72px)}.brand{justify-content:center;padding:0}.brand>div:last-child,.workspace,nav button span,nav button em,.aside-bottom>button:not(.logout-icon),.profile>div:nth-child(2),.logout-icon:after{display:none}nav button{justify-content:center;padding:0}.profile{justify-content:center;padding-inline:0;flex-wrap:wrap}.topbar{padding-inline:12px}.topbar>div:first-child,.topbar .icon-btn,.topbar .user-chip{display:none}.content{padding:18px 12px 32px}.finance-overview-head,.telegram-stats,.energy-stats,.project-grid,.team-summary,.stats,.recent-profit-grid{grid-template-columns:1fr}.toolbar{align-items:stretch;flex-wrap:wrap}.search{width:100%}.field-grid,.menu-permission-grid{grid-template-columns:1fr}.modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}.team-reason{grid-column:1/-1}@media(max-width:1200px){.team-summary{grid-template-columns:repeat(2,1fr)}}.section-label{display:flex;align-items:end;justify-content:space-between;margin:22px 0 12px}.section-label h3{margin:0 0 4px;color:#1c2940;font-size:15px}.section-label p{margin:0;color:#8a96aa;font-size:11px}.section-label button{border:0;background:transparent;color:#356df3;cursor:pointer;font-size:11px}.team-home-stats{margin-bottom:20px}.project-count{padding:7px 11px;border-radius:999px;color:#356df3;background:#edf3ff;font-size:11px;font-weight:700}aside>nav{padding-top:18px}.wallet-source{display:block;margin-top:3px;color:#94a0b3;font-size:9px}.telegram-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:18px}.telegram-stats>div{background:#fff;border:1px solid #e4eaf3;border-radius:11px;padding:17px;display:flex;flex-direction:column;gap:6px}.telegram-stats span,.telegram-stats small{color:#8793a7;font-size:10px}.telegram-stats b{color:#1d2b44;font-size:19px}.telegram-stats .profit-card{background:linear-gradient(135deg,#1aa779,#138a66);border:0}.telegram-stats .profit-card span,.telegram-stats .profit-card small,.telegram-stats .profit-card b{color:#fff}.telegram-price-title{flex:1;color:#52617a;font-size:11px}.table-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-top:1px solid #e7edf5;color:#7e8ba0;font-size:11px}.table-pagination>div{display:flex;align-items:center;gap:6px}.table-pagination button{min-width:32px;height:30px;padding:0 9px;border:1px solid #dce4ef;border-radius:7px;color:#5f6d83;background:#fff;cursor:pointer}.table-pagination button:hover:not(:disabled),.table-pagination button.active{color:#fff;border-color:#356df3;background:#356df3}.table-pagination button:disabled{opacity:.42;cursor:not-allowed}.table-pagination i{padding:0 2px;font-style:normal}@media(max-width:700px){.table-pagination{align-items:flex-start;flex-direction:column}.table-pagination>div{flex-wrap:wrap}}.telegram-error{margin-top:14px;padding:10px 12px}.telegram-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin-bottom:16px;border-radius:9px;background:#f1f4f9}.telegram-mode-tabs button{height:36px;border:0;border-radius:7px;background:transparent;color:#718099;cursor:pointer;font-size:11px}.telegram-mode-tabs button.active{color:#2459df;background:#fff;box-shadow:0 2px 8px #1f3a691a;font-weight:700}.telegram-batch-input textarea{min-height:150px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.65}.telegram-batch-input span{display:flex!important;justify-content:space-between;align-items:center}.telegram-batch-input span em{color:#8a96aa;font-size:9px;font-style:normal;font-weight:400}.telegram-batch-input>small{display:block;margin-top:7px;color:#15986b;font-size:9px}.telegram-batch-input>small.invalid-count{color:#d84955}.telegram-progress-summary{display:flex;align-items:center;gap:9px;padding:14px 20px 0;flex-wrap:wrap}.telegram-progress-summary>span{padding:7px 10px;border-radius:7px;color:#617089;background:#f3f5f8;font-size:10px}.telegram-progress-summary>span.done{color:#11825e;background:#eaf8f2}.telegram-progress-summary>span.processing{color:#2459df;background:#edf3ff}.telegram-progress-summary>span.pending{color:#a66a0b;background:#fff7df}.telegram-progress-summary>span.failed{color:#d84955;background:#fff0f1}.telegram-progress-summary small{margin-left:auto;color:#8a96aa;font-size:9px}.telegram-order-status{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:700}.telegram-order-status.done{color:#11825e;background:#eaf8f2}.telegram-order-status.processing{color:#2459df;background:#edf3ff}.telegram-order-status.pending{color:#a66a0b;background:#fff7df}.telegram-order-status.failed{color:#d84955;background:#fff0f1}.batch-id{color:#617089;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.project-home-stats{margin-bottom:20px}.energy-stats{grid-template-columns:repeat(5,minmax(150px,1fr))}.energy-help{margin:14px 0 0;color:#7b879c;font-size:10px;line-height:1.6}.energy-count-card{border:1px solid #dfe6f2;background:#f8faff;border-radius:10px;padding:14px}.energy-count-head{display:flex;justify-content:space-between;align-items:center;color:#5f6d85;font-size:11px}.energy-count-head b{color:#356df3;font-size:11px}.energy-stepper{display:grid;grid-template-columns:42px 1fr 34px 42px;align-items:center;margin-top:12px}.energy-stepper button{height:42px;border:1px solid #dfe4ec;background:#fff;color:#253047;font-size:20px;cursor:pointer}.energy-stepper button:first-child{border-radius:7px 0 0 7px}.energy-stepper button:last-child{border-radius:0 7px 7px 0}.energy-stepper button:disabled{color:#c4ccda;cursor:not-allowed}.energy-stepper input{height:42px!important;border-radius:0!important;border-left:0!important;border-right:0!important;text-align:center;font-weight:700;font-size:15px}.energy-stepper>span{height:42px;display:grid;place-items:center;background:#fff;border-top:1px solid #dfe4ec;border-bottom:1px solid #dfe4ec;color:#7c889b;font-size:11px}.energy-quick-counts{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}.energy-quick-counts button{height:32px;border:1px solid #dfe4ec;border-radius:6px;background:#fff;color:#566176;cursor:pointer;font-size:10px}.energy-quick-counts button.active{color:#356df3;border-color:#8facfb;background:#edf3ff;font-weight:700}.energy-address-field{position:relative}.energy-address-field>textarea{height:88px;padding:10px 12px;resize:vertical;line-height:1.55}.energy-address-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.energy-address-label>span{color:#5f6a7e;font-size:11px;font-weight:500}.energy-address-label>button{height:30px;display:inline-flex;align-items:center;gap:5px;border:1px solid #dfe4ec;border-radius:6px;padding:0 9px;color:#4f5d74;background:#fff;cursor:pointer;font-size:10px}.energy-address-label svg{width:14px;height:14px}.energy-address-book{position:absolute;top:67px;right:0;z-index:3;width:min(520px,100%);padding:14px;border:1px solid #dfe4ec;border-radius:10px;background:#fff;box-shadow:0 16px 38px #192d502e}.address-book-title{display:flex;align-items:center;justify-content:space-between;padding-bottom:11px;border-bottom:1px dashed #e1e6ef}.address-book-title b,.address-book-title span{display:block}.address-book-title b{color:#1d2b44;font-size:13px}.address-book-title span{color:#8b96a9;font-size:9px;margin-top:3px}.address-book-title>button{width:28px;height:28px;border:0;background:transparent;color:#768298;cursor:pointer}.address-list{max-height:230px;overflow:auto;padding:9px 0}.address-list>p{text-align:center;color:#98a3b5;font-size:10px;padding:18px}.address-item{display:flex;align-items:center;gap:6px;padding:7px;border:1px solid #e5e9f0;border-radius:8px;margin-bottom:7px}.address-item.selected{border-color:#8facfb;background:#f2f6ff}.address-item>button{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;color:#66758d;cursor:pointer}.address-item>button svg{width:15px;height:15px}.address-item .address-check{flex:0 0 22px;width:22px;display:grid;place-items:center;margin:0}.address-item .address-check input{width:15px!important;height:15px!important;margin:0;accent-color:#356df3}.address-item .address-pick{flex:1;width:auto;grid-template-columns:30px 1fr;gap:9px;text-align:left}.address-pick i{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#eaf1ff;color:#356df3;font-style:normal;font-size:10px}.address-pick span,.address-pick b,.address-pick small{display:block;min-width:0}.address-pick b{color:#253149;font-size:10px;margin-bottom:3px}.address-pick small{max-width:330px;overflow:hidden;text-overflow:ellipsis;color:#8190a7;font-size:9px}.address-item .delete-address{color:#e2555b}.address-add{display:grid;grid-template-columns:120px 1fr 68px;gap:7px;padding-top:11px;border-top:1px dashed #e1e6ef}.address-add input{height:34px!important;font-size:9px}.address-add button{height:34px;display:flex;align-items:center;justify-content:center;gap:3px;border:0;border-radius:6px;background:#356df3;color:#fff;cursor:pointer;font-size:9px}.address-add button svg{width:13px}.address-error{margin:7px 0 0;color:#d84955;font-size:9px}.permission-summary{display:block;max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-permission-section{grid-column:1/-1;padding:15px;border:1px solid #dfe6f2;border-radius:10px;background:#f8faff}.menu-permission-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.menu-permission-title b,.menu-permission-title span{display:block}.menu-permission-title b{color:#253149;font-size:12px}.menu-permission-title span{margin-top:3px;color:#8793a7;font-size:9px}.menu-permission-title>button{border:0;background:transparent;color:#356df3;cursor:pointer;font-size:9px}.menu-permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.menu-permission-grid>label{display:grid;grid-template-columns:1fr 105px;align-items:center;gap:8px;padding:8px 9px;border:1px solid #e3e8f0;border-radius:7px;background:#fff}.menu-permission-grid>label>span{margin:0;color:#445168;font-size:10px}.menu-permission-grid select{height:32px!important;font-size:9px}.menu-permission-grid .locked-permission{background:#f3f5f8}.menu-permission-grid .locked-permission>span{color:#8c97a8}.record-form .field-error{display:block;margin-top:6px;color:#d84955;font-size:9px}.empty-history{padding:36px 12px;text-align:center;color:#98a3b4;font-size:11px}.top-refresh{height:34px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid #dfe5ee;border-radius:7px;background:#fff;color:#526078;cursor:pointer;font-size:10px}.top-refresh:hover{color:#356df3;border-color:#a9bff7;background:#f6f9ff}.top-refresh svg{width:15px;height:15px}.top-refresh small{padding-left:6px;border-left:1px solid #e4e8ef;color:#98a3b4;font-size:8px}.top-refresh:disabled{cursor:wait;opacity:.72}.top-refresh.refreshing svg{animation:refresh-spin .8s linear infinite}@keyframes refresh-spin{to{transform:rotate(360deg)}}.highlighted-setting{margin:12px -10px 0;padding:15px 10px;border:1px solid #cfe0ff;border-radius:9px;background:#f3f7ff}.highlighted-setting b{color:#2459df}.setting-row .setting-money-input{flex:0 0 170px;display:flex;align-items:center;margin-left:20px;border:1px solid #cbd8ee;border-radius:7px;background:#fff;overflow:hidden}.setting-row .setting-money-input>span{flex:0 0 32px;display:grid;place-items:center;align-self:stretch;color:#748198;background:#f5f7fb;border-right:1px solid #dfe5ee}.setting-row .setting-money-input>input{width:138px!important;margin:0;border:0;border-radius:0;box-shadow:none}
