*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Inter,Microsoft YaHei,system-ui,sans-serif;background:#f2f4f8;color:#172033}button{font:inherit}.phoneShell{min-height:100vh;display:grid;place-items:center;padding:24px}.screen{width:min(430px,100%);min-height:760px;background:#f8fafc;border:1px solid #d9e0e8;border-radius:28px;box-shadow:0 24px 60px #23334f2e;padding:24px}.appLogo{width:76px;height:76px;border-radius:18px;object-fit:cover;margin-bottom:18px;box-shadow:0 12px 28px #d7192038}.loginScreen{display:flex;flex-direction:column;justify-content:space-between}.eyebrow{margin:0 0 8px;color:#496078;font-size:13px}h1,h2,h3{margin:0}h1{font-size:34px}h2{font-size:24px}h3{font-size:22px;margin:18px 0}.subtle{color:#5f6d80;line-height:1.7}.loginActions{display:grid;gap:12px}button{border:0;border-radius:8px;min-height:44px;padding:0 16px;color:#fff;background:#d71920;cursor:pointer}button:disabled{opacity:.55;cursor:not-allowed}button.secondary{background:#26384f}button.textButton{color:#d71920;background:transparent;padding:0;min-height:auto}.topBar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px}.topBar>div{min-width:0;flex:1}.topLogo{width:38px;height:38px;border-radius:10px;object-fit:cover;flex:0 0 auto}.statusCard{display:flex;justify-content:space-between;gap:16px;padding:16px;margin-bottom:18px;border:1px solid #dce3ec;border-radius:8px;background:#fff}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.moduleTile{background:#fff;color:#172033;border:1px solid #dce3ec;min-height:104px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.moduleTile span{font-weight:700}.moduleTile small{color:#65748a}.detail{padding-top:12px}.detail p{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #dce3ec}.detail span{color:#66758b}.building{display:grid;align-content:start}.featuredTile{border-color:#f0b4b7;background:#fff7f7}.businessList{display:grid;gap:10px;margin-top:16px}.businessList button{display:grid;gap:5px;width:100%;padding:15px;border:1px solid #e4e7eb;background:#fff;color:#20242c;text-align:left}.businessList button:hover{border-color:#d71920;background:#fff8f8}.businessList span,.businessList small{color:#747b86}.successNotice{padding:10px 12px;border-left:3px solid #198754;background:#eef9f3;color:#12643f}.choiceGroup{display:grid;gap:8px;margin:0;padding:12px;border:1px solid #dfe3e8}.choiceGroup label{display:flex;align-items:center;gap:8px}.segmented,.approvalButtons{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.dateFilters,.dashboardTabs{display:flex;gap:8px;overflow-x:auto}.dateFilters input{min-width:0}.dashboardTabs button{flex:0 0 auto;padding:9px 12px;background:#f1f3f5;color:#555c66}.dashboardTabs button.active{background:#d71920;color:#fff}.mobileWidgets{display:grid;gap:10px;margin-top:14px}.mobileWidget{padding:14px;border:1px solid #e2e5e9;background:#fff}.mobileWidget h4{margin:0 0 12px}.mobileMetric{font-size:38px;color:#d71920}.mobileChart{display:grid;gap:9px}.mobileChart>div{display:grid;grid-template-columns:72px 1fr 30px;gap:6px;align-items:center}.mobileChart i{display:block;height:10px;background:#d71920}.mobileTable>div{padding:8px 0;border-bottom:1px solid #edf0f2;font-size:13px}.categoryTabs{display:flex;gap:6px;overflow-x:auto}.categoryTabs button{flex:0 0 auto;padding:8px 11px;background:#f1f3f5;color:#555c66}.categoryTabs button.active{background:#d71920;color:#fff}.articleMeta{color:#747b86;font-size:13px}.articleContent{white-space:pre-wrap;line-height:1.8;padding:16px 0;color:#252a32}.segmented button{padding:9px 6px;background:#f1f3f5;color:#555c66}.segmented button.active{background:#d71920;color:#fff}.approvalButtons{grid-template-columns:1fr 1fr}.ticketHome,.flowPage{display:grid;gap:14px}.actionList,.ticketCards,.configList,.timeline{display:grid;gap:10px}label{display:grid;gap:7px;color:#44546a;font-size:14px;font-weight:700}input,select,textarea{width:100%;border:1px solid #d2dae5;border-radius:8px;background:#fff;color:#172033;font:inherit;min-height:42px;padding:9px 11px}textarea{min-height:86px;resize:vertical}input:disabled{color:#66758b;background:#eef2f7}.hintBox,.summaryCard,.actionPanel,.timeline div,.configList div{display:grid;gap:8px;padding:12px;border:1px solid #dce3ec;border-radius:8px;background:#fff;border-left:4px solid #d71920}.hintBox p,.summaryCard small,.timeline small{margin:0;color:#65748a;line-height:1.6}.searchRow,.filterRow{display:grid;gap:10px;align-items:center}.searchRow{grid-template-columns:1fr 48px}.filterRow{grid-template-columns:1fr auto}.dateIconInput{padding:6px}.ticketCard{display:grid;gap:6px;min-height:auto;padding:14px;color:#172033;background:#fff;border:1px solid #dce3ec;text-align:left}.ticketCard small{color:#65748a}.infoRow{display:grid;grid-template-columns:92px 1fr;gap:12px;margin:0;padding:12px 0;border-bottom:1px solid #dce3ec}.infoRow span{color:#66758b}.infoRow strong{font-weight:600;text-align:right;word-break:break-word}.actionPanel{margin-top:6px}.configList div{grid-template-columns:1fr auto;align-items:center}.checkLine{grid-template-columns:auto 1fr;align-items:center;justify-content:start}.checkLine input{width:auto;min-height:auto}.error{color:#b42318;background:#fff1f0;border:1px solid #ffccc7;border-radius:8px;padding:10px 12px}@media(max-width:520px){.phoneShell{padding:0;place-items:stretch}.screen{width:100%;min-height:100vh;border-radius:0;border:0}}.mobileUpload{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;color:#fff;background:#d71920;border-radius:6px;cursor:pointer}.mobileUpload input{display:none}.fileListRow{display:grid;gap:6px;padding:14px 0;border-bottom:1px solid #e5e7eb}.fileListRow>div{display:flex;gap:8px}.fileListRow button{width:auto;min-height:36px;padding:0 14px}.homeMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.homeMetrics span{padding:10px 6px;text-align:center;font-size:12px;background:#f3f4f6;border-radius:6px}.homeMetrics b{display:block;font-size:20px;color:#d71920}.businessList .unreadNotice{border-left:3px solid #d71920}
