:root{--app-header-height: 56px;--app-sidebar-width: 128px;--app-bg: #ffffff;--app-content-bg: #f7f8fa;--app-border: rgba(15, 23, 42, .08);--app-border-soft: rgba(15, 23, 42, .06);--app-text-0: #202427;--app-text-1: #4d5660;--app-text-2: #69737d;--app-text-3: #8b95a1;--app-primary: #276bd8;--app-primary-soft: rgba(39, 107, 216, .08);--app-primary-softer: rgba(39, 107, 216, .16);color:var(--app-text-0);background:var(--app-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;min-width:320px;overflow:hidden;background:var(--app-bg);font-size:14px}button,input,textarea{font:inherit}.app-root{display:flex;height:100vh;min-height:100vh;overflow:hidden;flex-direction:column;background:var(--app-bg)}.app-root.is-login{display:grid;height:100vh;overflow:auto;place-items:center;padding:24px;position:relative}.app-auth-loading{min-height:100vh;display:grid;place-items:center;background:var(--app-bg)}.app-auth-loading span{width:32px;height:32px;border:3px solid rgba(36,125,120,.18);border-top-color:var(--app-primary);border-radius:50%;animation:auth-loading-spin .8s linear infinite}@keyframes auth-loading-spin{to{transform:rotate(360deg)}}.login-panel{display:grid;gap:24px;width:min(420px,100%);border:1px solid var(--app-border);border-radius:16px;padding:28px;background:#fff;box-shadow:0 10px 30px #0f172a14}.login-panel.is-embedded{width:100%;border:0;border-radius:0;padding:0;box-shadow:none}.login-panel.is-miniapp{gap:16px}.login-form{display:grid}.login-form .el-form-item{margin-bottom:12px}.login-panel h1{margin:0;font-size:22px;letter-spacing:0;text-align:center}.login-panel p{margin:8px 0 0;color:#69737d;font-size:13px;text-align:center}.login-brand{display:block}.miniapp-login-dialog.el-dialog,.miniapp-login-dialog .el-dialog{max-width:400px;border-radius:16px}.miniapp-login-dialog .el-dialog__header{padding:24px 24px 10px}.miniapp-login-dialog .el-dialog__title{color:var(--app-text-0);font-size:20px;font-weight:700}.miniapp-login-dialog .el-dialog__body{padding:16px 24px 24px}.miniapp-login-head{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;border:1px solid #d5eee6;border-radius:10px;padding:12px;background:#f5fbf8}.miniapp-login-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:#168267;background:#dff5ed;font-size:22px}.miniapp-login-head strong,.miniapp-bind-head strong{display:block;color:var(--app-text-0);font-size:16px;line-height:1.4}.miniapp-login-head span,.miniapp-bind-head span{display:block;margin-top:3px;color:var(--app-text-2);font-size:13px;line-height:1.5}.miniapp-login-primary{display:grid;gap:12px;margin-bottom:14px}.miniapp-account-login-toggle.el-button{justify-self:center;min-height:32px;height:auto;padding:4px 8px;font-size:14px;line-height:1.4;text-align:center;white-space:normal}.miniapp-account-login-panel{display:grid}.miniapp-wechat-primary.el-button,.login-panel.is-miniapp .login-account-button.el-button,.miniapp-bind-account-button.el-button,.miniapp-register-option.el-button{height:40px;border-radius:8px;font-size:14px;font-weight:700}.miniapp-wechat-primary.el-button{border-color:#168267;background:#168267}.miniapp-wechat-primary.el-button:hover,.miniapp-wechat-primary.el-button:focus{border-color:#126f58;background:#126f58}.miniapp-section-divider{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;color:#667085;font-size:14px;font-weight:600;line-height:1.5;text-align:center}.miniapp-section-divider:before,.miniapp-section-divider:after{height:1px;background:var(--app-border-soft);content:""}.login-account-button.el-button{font-weight:700}.login-panel.is-miniapp .login-account-button.el-button,.miniapp-bind-account-button.el-button{border-color:#c8ded9;color:#167562;background:#f3faf8}.login-panel.is-miniapp .login-account-button.el-button:hover,.login-panel.is-miniapp .login-account-button.el-button:focus,.miniapp-bind-account-button.el-button:hover,.miniapp-bind-account-button.el-button:focus{border-color:#93c7bb;color:#145f51;background:#e8f5f1}.login-options{display:flex;align-items:center;justify-content:flex-start;margin:-6px 0 8px}.login-options .el-checkbox{height:24px;margin-right:0}.login-wechat-actions{margin-top:12px}.login-wechat-button.el-button{border-color:#c8ded9;color:#1d6f64;background:#f3faf8;font-weight:700}.login-wechat-button.el-button:hover,.login-wechat-button.el-button:focus{border-color:#93c7bb;color:#155e54;background:#e8f5f1}.miniapp-wechat-bind-panel{display:grid;gap:16px}.miniapp-bind-head{border:1px solid #f5d49a;border-radius:10px;padding:12px;background:#fff8eb}.miniapp-bind-form{display:grid;gap:2px}.miniapp-bind-form .el-form-item{margin-bottom:12px}.miniapp-wechat-register-entry{display:grid;gap:10px;margin-top:10px;color:#667085;font-size:14px}.miniapp-register-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.miniapp-register-head .el-button{height:24px;padding:0;font-size:14px}.miniapp-register-back.el-button,.miniapp-register-head span{min-width:0;color:#667085;font-size:14px;font-weight:600}.miniapp-register-toggle.el-button{flex:0 0 auto}.miniapp-register-options{display:grid;gap:8px;padding-top:2px}.miniapp-register-option.el-button{border-color:#c8ded9;color:#167562;background:#f3faf8;margin:0;height:38px;white-space:normal}.miniapp-register-option.el-button:hover,.miniapp-register-option.el-button:focus{border-color:#93c7bb;color:#145f51;background:#e8f5f1}.miniapp-wechat-retry.el-button{justify-self:center}.miniapp-register-support{margin-top:2px;color:#7b8794;font-size:13px;line-height:1.5;text-align:center}.login-secondary-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.login-secondary-left{display:flex;min-width:0;align-items:center;gap:14px}.login-secondary-left .el-checkbox{height:24px;margin-right:0}.login-secondary-actions .el-button+.el-button{margin-left:0}.login-secondary-link.el-button{height:24px;padding:0;color:#7b8794;font-size:14px;font-weight:600}.login-secondary-link.el-button:hover,.login-secondary-link.el-button:focus{color:#5f6b78}.wechat-scan-login{display:grid;justify-items:center;gap:12px}.wechat-scan-frame{display:grid;place-items:center;width:min(300px,100%);min-height:328px;border:1px solid #dce5e2;border-radius:8px;background:#fbfdfc;overflow:hidden}.wechat-scan-container{width:min(300px,100%);min-height:328px}.wechat-scan-container iframe{display:block;width:300px;max-width:100%;min-height:328px;border:0}.wechat-scan-message{min-height:20px;margin:0;color:#60716b;font-size:13px;text-align:center}.wechat-scan-message.is-error{color:#b42318}.pc-wechat-bind-guide{display:grid;justify-items:center;gap:14px}.pc-wechat-bind-dialog .el-dialog__header{min-height:24px;padding-bottom:0}.pc-wechat-bind-qrcode{display:block;width:min(220px,72vw);aspect-ratio:1;object-fit:cover}.pc-wechat-bind-copy{display:grid;gap:6px;color:#667085;font-size:13px;line-height:1.6;text-align:center}.pc-wechat-bind-copy span{white-space:pre-line}.pc-wechat-bind-copy strong{color:var(--app-text-0);font-size:15px}.login-page-records{position:fixed;bottom:22px;left:50%;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;transform:translate(-50%)}.login-page-records span{color:#8b95a1;font-size:12px;line-height:1.5;text-align:center;white-space:nowrap}.register-dialog .el-dialog__body{padding-top:4px}.register-section{display:grid;gap:10px;padding:12px 0;border-bottom:1px solid var(--app-border-soft)}.register-section:last-child{border-bottom:0;padding-bottom:0}.register-section-title{color:var(--app-text-0);font-size:14px;font-weight:700}.register-code-row{grid-template-columns:minmax(0,1fr) 150px;align-items:end}.form-grid.forgot-code-row{grid-template-columns:minmax(0,1fr) 162px}.register-code-row .el-form-item,.register-code-line .el-form-item{margin-bottom:0}.register-code-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.register-code-control .el-button{min-width:88px}.register-community-name{min-height:40px;border:1px solid #d9f0d4;border-radius:8px;padding:9px 12px;color:#287d3c;background:#f2fbef;font-size:16px;font-weight:800;line-height:22px}.form-grid.register-house-row{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.register-house-row.is-number-room{grid-template-columns:repeat(2,minmax(0,1fr))}.register-resident-type-item{grid-column:1 / -1;margin-bottom:0}.register-resident-type-group{display:flex;flex-wrap:wrap;gap:8px}.miniapp-review-pending-page{display:grid;place-items:center;min-height:calc(100dvh - var(--app-header-height));padding:20px;background:var(--app-bg)}.miniapp-review-pending-card{display:grid;justify-items:center;gap:12px;width:min(360px,100%);border:1px solid var(--app-border);border-radius:12px;padding:28px 22px;background:#fff;text-align:center;box-shadow:0 10px 28px #0f172a14}.miniapp-review-pending-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:#1f6feb;background:#eef4ff;font-size:22px;font-weight:800}.miniapp-review-pending-card h1{margin:0;color:var(--app-text-0);font-size:22px;line-height:1.35}.miniapp-review-pending-card p{margin:0;color:var(--app-text-2);font-size:14px;line-height:1.7}.activity-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.activity-stat-panel{display:grid;gap:12px;border:1px solid var(--app-border);border-radius:8px;padding:16px;background:#fff}.activity-stats-toolbar{display:flex;justify-content:flex-end}.activity-stats-toolbar .dashboard-toolbar-filter{margin-left:0}.activity-stats-ranking-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.activity-stats-pagination{display:flex;justify-content:flex-end}.member-page-body{display:flex;min-height:0;flex:1;flex-direction:column}.member-table-card{display:flex;min-height:0;flex:1;flex-direction:column;border:1px solid var(--app-border-soft);border-radius:8px;overflow:hidden}.member-table-card .el-table{flex:1;min-height:0;border:none!important;border-radius:0}.member-table-card .el-table:before,.member-table-card .el-table:after,.member-table-card .el-table--border:before,.member-table-card .el-table--border:after,.member-table-card .el-table__inner-wrapper:after{display:none!important}.activity-stat-value{color:var(--app-text-0);font-size:32px;font-weight:800;line-height:1}.activity-client-list{display:grid;gap:8px}.activity-client-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--app-text-2);font-size:13px}.activity-client-row strong{color:var(--app-text-0);font-size:15px}.activity-stats-tables{display:grid;gap:16px}.activity-table-panel{display:grid;gap:12px;border:1px solid var(--app-border);border-radius:8px;padding:16px;background:#fff}@media (max-width: 760px){.activity-stats-grid{grid-template-columns:1fr}}.topbar{position:sticky;z-index:30;top:0;display:flex;flex:0 0 var(--app-header-height);align-items:center;justify-content:space-between;gap:18px;height:var(--app-header-height);border-bottom:1px solid var(--app-border-soft);padding:0 10px;background:#fff;isolation:isolate}.brand-area,.topbar-actions,.top-nav,.screen-actions,.filters{display:flex;align-items:center}.brand-area{gap:12px;min-width:0}.brand-area strong{font-size:17px;font-weight:700;letter-spacing:0;white-space:nowrap}.brand-logo{width:72px;height:42px;border-radius:8px;object-fit:contain}.top-nav{gap:2px;margin-left:8px}.top-nav button,.period-switch button{border:0;border-radius:8px;padding:6px 10px;background:transparent;color:var(--app-text-1);font-weight:700;cursor:pointer;transition:color .18s ease,background-color .18s ease,opacity .18s ease}.top-nav button.active,.top-nav button:hover,.period-switch button.active{background:transparent;color:var(--app-primary)}.topbar-actions{order:2;justify-content:flex-end;margin-left:auto;gap:8px}.topbar-account-area{display:flex;align-items:center;order:3;gap:8px;min-width:0}.topbar-account-main{display:flex;align-items:center;gap:8px;min-width:0}.community-switch{width:172px}.community-option-name{display:inline-block;overflow:hidden;max-width:min(220px,58vw);text-overflow:ellipsis;vertical-align:middle}.community-option-code{float:right;margin-left:12px;color:var(--app-text-2);font-size:12px;font-weight:700}.access-scope-switch{width:220px}.issue-visibility-group{display:flex;gap:10px;width:100%;flex-wrap:wrap}.issue-visibility-checkbox{flex:1 1 0;min-width:180px;height:auto;margin-right:0;border:1px solid var(--app-border);border-radius:8px;padding:10px 12px;background:#fff}.issue-visibility-checkbox.is-checked{border-color:var(--app-primary);background:#eff6ff}.issue-visibility-checkbox .el-checkbox__label{color:var(--app-text-1);font-weight:700;line-height:1.35;white-space:normal}.issue-upload-disabled .el-upload--picture-card{cursor:not-allowed;background:#f8fafc}.issue-compact-picture-upload .el-upload--picture-card .el-icon{font-size:18px}.issue-compact-picture-upload .el-upload-list__item .el-icon--close-tip{display:none!important}.private-home-upload-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:12px;color:var(--app-text-2);font-size:12px;font-weight:700;line-height:1.35;text-align:center}.private-home-upload-placeholder .el-icon{color:#9ca3af;font-size:24px}.no-photo-marker{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;color:#9ca3af;vertical-align:middle}.no-photo-marker .el-icon{font-size:18px}.privacy-mask{color:var(--app-text-1);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:800;letter-spacing:1px}.privacy-mask-block{display:flex;min-height:88px;align-items:center;justify-content:center;border:1px dashed var(--app-border);border-radius:10px;background:#f8fafc}.watermarked-surface{position:relative}.watermarked-surface:after{content:attr(data-watermark);position:fixed;z-index:8;top:50%;left:50%;display:block;width:min(72vw,560px);color:#1f2937;font-size:clamp(22px,3vw,34px);font-weight:800;line-height:1.25;opacity:.036;pointer-events:none;text-align:center;text-shadow:-420px -260px 0 currentColor,0 -260px 0 currentColor,420px -260px 0 currentColor,-420px 0 0 currentColor,420px 0 0 currentColor,-420px 260px 0 currentColor,0 260px 0 currentColor,420px 260px 0 currentColor;transform:translate(-50%,-50%) rotate(-18deg);white-space:pre-line}.topbar-actions .el-button{border-radius:8px;font-weight:700;height:34px;padding:0 13px}.topbar-actions .el-button.is-circle{width:32px;height:32px;border:0;background:transparent;box-shadow:none}.topbar-actions .topbar-refresh-button{display:none}.topbar-actions .el-button.is-circle:hover{background:#f5f7fa}.account-name{color:var(--app-text-1);font-weight:700;white-space:nowrap;font-size:14px}.account-role,.account-role-tag{min-width:0;overflow:hidden;color:var(--app-text-2);font-size:12px;font-weight:600;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.account-role-tag{display:inline-flex;align-items:center;flex:0 0 auto;max-width:none;min-height:26px;border:1px solid var(--app-border-soft);border-radius:8px;padding:0 8px;background:#f8fafc;font-size:12px;font-weight:700;overflow:visible;text-overflow:clip}.account-trigger{display:inline-flex;align-items:center;gap:6px;min-height:34px;max-width:168px;border:0;border-radius:0;padding:0 4px;background:transparent;color:var(--app-text-1);cursor:pointer;transition:color .18s ease,opacity .18s ease}.account-trigger.is-miniapp-entry{max-width:150px}.account-trigger:hover,.account-trigger:focus{color:var(--app-primary);opacity:.88}.account-trigger .account-name{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-avatar{flex:0 0 auto}.account-menu,.topbar-scope-select{min-width:0}.topbar-scope-select .el-select__wrapper{min-height:32px;border-radius:8px;padding:0 10px 0 12px;background:#fff;border:1px solid var(--app-border-soft);box-shadow:none}.topbar-scope-select .el-select__selection{justify-content:flex-start}.topbar-scope-select .el-select__placeholder,.topbar-scope-select .el-select__selected-item{overflow:hidden;color:var(--app-text-1);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.topbar-scope-select .el-select__suffix{margin-left:2px}.topbar-scope-switch{width:156px}.topbar-company-scope-switch{width:190px}.account-dropdown .el-dropdown-menu{min-width:136px;border-radius:10px;padding:6px}.account-dropdown .el-dropdown-menu__item{min-height:38px;border-radius:8px;padding:0 14px;color:var(--app-text-0);font-size:14px}.account-dropdown-role-item{display:none}.account-dropdown-role-item.is-disabled{cursor:default;opacity:1}.account-dropdown-role-label{color:var(--app-text-2);font-size:12px;font-weight:700;line-height:1.2}.account-dropdown-role-value{overflow:visible;max-width:none;color:var(--app-text-0);font-size:14px;font-weight:700;line-height:1.25;text-overflow:clip;white-space:nowrap}.el-button{border-radius:8px;box-shadow:none;font-size:14px}.el-button--primary{border-color:var(--app-primary);background-color:var(--app-primary)}.el-button--primary:hover,.el-button--primary:focus{border-color:#1f5fc8;background-color:#1f5fc8}.el-input__wrapper,.el-select__wrapper,.el-textarea__inner{border-radius:8px;box-shadow:0 0 0 1px var(--app-border) inset;font-size:14px}.el-input__wrapper,.el-select__wrapper{min-height:34px}.el-input__wrapper:hover,.el-select__wrapper:hover,.el-textarea__inner:hover{box-shadow:0 0 0 1px #64748b47 inset}.el-input__wrapper.is-focus,.el-select__wrapper.is-focused,.el-textarea__inner:focus{box-shadow:0 0 0 1px var(--app-primary) inset}.el-tag{border-radius:8px;font-weight:700}.issue-dialog{width:min(820px,calc(100vw - 32px));max-height:calc(100vh - 48px);display:flex;flex-direction:column}.issue-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.issue-dialog-header__title-group{display:flex;align-items:center;flex:1 1 auto;min-width:0;gap:10px}.issue-dialog-warning{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;border:1px solid #f5b2b2;border-radius:10px;padding:8px 14px;background:#fff2f2;color:#d23d3d;font-size:14px;font-weight:600;line-height:1.3;white-space:normal;min-height:34px}.issue-dialog-warning .el-icon{flex:0 0 auto;font-size:17px}.issue-dialog-warning span{min-width:0;overflow-wrap:anywhere}.issue-dialog-warning__text--mobile{display:none}.issue-dialog-close-button{flex:0 0 auto;margin-left:auto;color:var(--app-text-2)}.issue-dialog .el-dialog__body{overflow:auto;flex:1 1 auto;max-height:calc(100vh - 190px)}.app-layout{display:grid;flex:1 1 auto;grid-template-columns:var(--app-sidebar-width) minmax(0,1fr);gap:16px;min-height:0;overflow:hidden;padding:10px 22px 22px 0;background:var(--app-bg)}.side-nav{display:flex;min-height:0;overflow:hidden auto;flex-direction:column;gap:8px;padding-top:5px;overscroll-behavior:contain}.nav-group{display:grid;overflow:hidden;margin:0 9px;border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:6px 0;background:#f1f5f99e;box-shadow:inset 0 0 0 1px #e2e8f073}.nav-group button{position:relative;min-height:36px;border:0;border-radius:10px;margin:2px 7px;padding:8px 12px;background:transparent;color:var(--app-text-1);font-size:13px;font-weight:600;cursor:pointer;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.nav-group button.active,.nav-group button:hover{background:transparent;color:var(--app-primary);box-shadow:none}.nav-group button:hover{opacity:.86;transform:none}.nav-group button.active:before{content:none}.nav-alert-dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:#ff4d4f;box-shadow:0 0 0 2px #f1f5f9f5;pointer-events:none}.content-area{position:relative;height:100%;min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.dashboard-page{display:grid;gap:14px}.view-scope-empty{min-height:240px;border:1px dashed var(--app-border);border-radius:8px;background:#fff}.screen-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.screen-toolbar>div:first-child{min-width:0}.screen-toolbar h1{margin:0;font-size:16px;line-height:1.2;letter-spacing:0}.screen-toolbar span,.toolbar-title span,.muted{color:var(--app-text-2);font-size:12px}.screen-toolbar span{display:block;margin-top:6px}.dashboard-toolbar-filter{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-left:auto}.field-note{margin-top:6px;color:var(--app-text-2);font-size:12px;line-height:1.5}.work-upload-list{display:grid;gap:8px;width:100%;margin-top:10px}.work-upload-item{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:48px;border:1px solid var(--app-border);border-radius:8px;padding:7px 9px;background:#fff}.work-upload-kind{display:inline-flex;overflow:hidden;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;background:var(--app-primary-soft);color:var(--app-primary);font-size:11px;font-weight:700}.work-upload-kind img{width:100%;height:100%;object-fit:cover}.work-upload-name{overflow:hidden;color:var(--app-text-1);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.work-followup-section{margin-top:18px;border-top:1px solid var(--app-border);padding-top:16px}.work-followup-section h3{margin:0 0 12px;color:var(--app-text-1);font-size:15px}.module-check-group{display:flex;flex-wrap:wrap;gap:8px 16px}.module-permission-panel{display:grid;gap:10px;width:100%;border:1px solid var(--app-border-soft);border-radius:8px;padding:10px;background:#f8fafc}.module-preset-actions,.module-permission-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.module-permission-row{min-height:34px}.module-permission-row strong{min-width:86px;color:var(--app-text-0)}.module-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;width:100%;max-height:180px;overflow:auto;border:1px solid var(--app-border-soft);border-radius:8px;padding:12px;background:#f8fafc}.module-checkbox-grid .el-checkbox{margin-right:0}.dialog-lead{display:grid;gap:4px;margin-bottom:12px}.dialog-lead strong{color:var(--app-text-0)}.dialog-lead span,.role-preset-preview{color:var(--app-text-2);font-size:13px}.role-preset-preview{width:100%;border:1px solid var(--app-border-soft);border-radius:8px;padding:10px 12px;background:#f8fafc}.permission-config-panel,.action-permission-panel{display:grid;gap:12px;width:100%}.permission-preset-row{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:start}.action-permission-panel{max-height:420px;overflow:auto;border:1px solid var(--app-border-soft);border-radius:8px;padding:12px;background:#f8fafc}.action-permission-group{display:grid;gap:8px}.action-permission-title{color:var(--app-text-0);font-weight:700}.action-permission-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px}.action-permission-list .el-checkbox{align-items:center;min-width:0;height:auto;margin-right:0;white-space:normal}.action-permission-list .el-checkbox__label{display:inline-flex;min-width:0;align-items:center;gap:6px;line-height:1.35;white-space:normal}.permission-tree{width:100%;max-height:420px;overflow:auto;border:1px solid var(--app-border-soft);border-radius:8px;padding:8px 10px;background:#f8fafc}.permission-tree .el-tree-node__content{min-height:32px}.permission-tree .el-tree-node__label{color:var(--app-text-1);line-height:1.35;white-space:normal}.system-permission-tree{max-height:none}.permission-tree-node{display:flex;min-width:0;width:100%;align-items:center;gap:12px}.permission-tree-node span{color:var(--app-text-1);font-weight:400}.permission-preset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.permission-preset-card{display:grid;gap:6px;border:1px solid var(--app-border-soft);border-radius:8px;padding:12px;background:#f8fafc}.permission-preset-card strong{color:var(--app-text-0)}.permission-preset-card span{color:var(--app-text-2);font-size:12px}.quick-space-form{display:grid;gap:12px;margin-top:12px}.quick-space-list{display:grid;gap:12px;border:1px solid var(--app-border-soft);border-radius:8px;padding:12px;background:#fff}.quick-space-row-header{display:grid;grid-template-columns:minmax(0,1fr) 80px;gap:10px 12px;align-items:end;padding:0;color:var(--app-text-2);font-size:12px;font-weight:600;line-height:1.4}.quick-space-row-header .quick-space-row-fields{align-items:center;justify-items:center;padding-bottom:2px}.quick-space-row-header .quick-space-row-fields span{min-width:0;display:block;width:100%;text-align:center;white-space:nowrap}.quick-space-row-header.is-number-room .quick-space-row-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-space-row-actions-spacer{width:80px;flex:0 0 80px}.quick-space-row{display:grid;grid-template-columns:minmax(0,1fr) 80px;gap:10px 12px;align-items:end;padding:0;border:0;background:transparent}.quick-space-row-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0}.quick-space-row.is-number-room .quick-space-row-fields{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-space-field{display:grid;gap:6px;min-width:0;align-content:start}.quick-space-field-label{display:none;min-width:0;color:var(--app-text-2);font-size:12px;font-weight:600;line-height:1.4;white-space:nowrap}.quick-space-field>.el-input,.quick-space-field>.el-input-number,.quick-space-field>.full-width{width:100%}.quick-space-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:80px;min-width:80px}.quick-space-row-actions .el-button{flex:0 0 auto}.bulk-summary{border:1px solid var(--app-border-soft);border-radius:8px;padding:10px 12px;background:#f8fafc;color:var(--app-text-2);font-size:12px;line-height:1.6}.screen-actions{gap:8px;flex-wrap:wrap;justify-content:flex-end}.dashboard-filter-row{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--app-border-soft);border-radius:10px;padding:10px 12px;background:#fff}.dashboard-filter-row>div:first-child{display:grid;gap:3px;min-width:112px}.dashboard-filter-row strong{color:var(--app-text-1);font-size:13px}.dashboard-filter-row span{color:var(--app-text-2);font-size:12px}.period-switch{display:flex;overflow:hidden;border:1px solid var(--app-border-soft);border-radius:6px;background:#f8fafc}.period-switch button{border-radius:0;min-width:48px;padding-inline:9px}.date-range-picker{width:252px}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:18px;padding:4px 0 6px}.hero-metric{min-height:72px;padding:12px 16px 14px;border:1px solid var(--app-border);border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 2px 10px #0f172a0a}.hero-metric strong{display:block;color:#1f2329;font-size:30px;font-weight:800;line-height:1.1;letter-spacing:0;font-variant-numeric:tabular-nums}.hero-metric span{display:block;width:160px;max-width:100%;margin-top:7px;border-top:2px solid #2f8f61;padding-top:5px;color:var(--app-text-1);font-size:12px}.hero-metric.warning span,.hero-metric.unresolved span{border-color:#d89923}.hero-metric.info span{border-color:#276bd8}.hero-metric.danger span{border-color:#d04444}.hero-metric.success span{border-color:#2f8f61}.dashboard-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:2px 0 0}.dashboard-summary-grid .chart-card{min-height:220px}.chart-grid,.dashboard-ranking-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:2px 0 0}.property-dashboard-page .dashboard-ranking-grid,.regulator-dashboard-page .dashboard-ranking-grid{grid-template-columns:1fr}.service-stats-grid{display:grid;grid-column:1 / -1;grid-template-columns:1fr;gap:14px}.service-stats-grid.has-two-service-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-card,.workbench{overflow:hidden;border:1px solid var(--app-border);border-radius:14px;background:#fff}.workbench .el-table{--el-table-border-color: var(--app-border-soft);--el-table-header-bg-color: #fafbfc;--el-table-header-text-color: #7a838e;--el-table-row-hover-bg-color: #f7fbff}.workbench .el-table th.el-table__cell{font-weight:700}.workbench .el-table .el-table__cell{padding:6px 0;font-size:14px}.chart-card{min-height:286px;padding:15px 14px 10px;box-shadow:none}.committee-work-card{min-height:220px}.ranking-card{display:grid;align-content:start;gap:12px;min-height:0}.property-ranking-table{width:100%;--el-table-border-color: #eef1f4;--el-table-header-bg-color: #f7f8fa;--el-table-header-text-color: #6b7280;--el-table-row-hover-bg-color: #f5f9ff}.property-ranking-table th.el-table__cell{font-size:12px;font-weight:600;letter-spacing:.02em}.property-ranking-table .el-table__row td.el-table__cell{padding-top:9px;padding-bottom:9px;border-bottom-color:#f0f2f5}.ranking-index{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#f0f2f5;color:#7a838e;font-size:12px;font-weight:700}.ranking-index.is-top-1{background:linear-gradient(180deg,#ffa8a8,#f57474);color:#7a2020}.ranking-index.is-top-2{background:linear-gradient(180deg,#ffc0c0,#f79a9a);color:#7a2020}.ranking-index.is-top-3{background:linear-gradient(180deg,#ffdbdb,#f8bcbc);color:#7a3030}.ranking-first-row td.el-table__cell{background:#fffdf2!important}.ranking-clickable-table .el-table__row{cursor:pointer}.property-ranking-table .stat-unresolved{color:#f56c6c;font-weight:700}.property-ranking-table th.stat-unresolved .cell{color:var(--app-text-1);font-weight:600}.ranking-table-scroll{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card-head h2,.toolbar-title h2,.panel-title{margin:0;color:var(--app-text-0);font-size:16px;line-height:1.2;letter-spacing:0}.card-head span{display:block;margin-top:6px;color:var(--app-text-2);font-size:12px}.chart-wrap{position:relative;margin-top:8px}.chart-legend{display:flex;flex-wrap:wrap;gap:10px 14px;margin-bottom:8px}.chart-legend-item{display:inline-flex;align-items:center;gap:6px;color:var(--app-text-1);font-size:12px;font-weight:700;white-space:nowrap}.chart-legend-item strong{color:var(--app-text-0);font-weight:800}.chart-legend-swatch{width:10px;height:10px;border-radius:999px}.chart-wrap svg{display:block;width:100%;height:190px}.chart-grid-line{stroke:#e4ebf3;stroke-dasharray:5 5;stroke-width:1}.chart-axis-label,.chart-value{fill:#667b96;font-size:11px}.chart-bottom{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2px;padding-left:34px;color:#63768f;font-size:11px}.chart-bottom span{overflow:hidden;text-overflow:clip;white-space:nowrap}.chart-total{position:absolute;right:8px;top:4px;color:var(--app-text-2);font-size:12px}.bar-list{display:grid;gap:16px;margin-top:24px}.bar-row{display:grid;grid-template-columns:132px minmax(0,1fr) 38px;align-items:center;gap:12px}.bar-row span{color:var(--app-text-1);font-weight:700}.bar-row strong{text-align:right}.bar-track{overflow:hidden;height:10px;border-radius:999px;background:#eef2f5}.bar-track i{display:block;height:100%;border-radius:inherit;background:#247d78}.source-distribution-card,.area-resolution-card{min-height:236px}.source-distribution-card .bar-list{gap:14px;max-width:800px;margin-top:20px}.source-distribution-card .bar-row{grid-template-columns:112px minmax(120px,1fr);gap:12px;align-items:end;min-height:44px}.source-distribution-card .bar-label{color:#52616d;font-size:14px}.source-distribution-card .bar-main{display:grid;gap:6px;min-width:0}.source-distribution-card .bar-counts{display:grid;grid-template-columns:repeat(3,max-content);gap:6px;justify-content:end}.source-distribution-card .bar-counts span{display:inline-grid;grid-template-columns:auto auto;grid-column:auto;align-items:center;gap:4px;height:24px;border-radius:6px;padding:0 7px;background:#f4f7f9;color:#6b7780;font-size:12px;font-weight:700}.source-distribution-card .bar-counts em{font-style:normal}.source-distribution-card .bar-counts strong{color:var(--app-text-0);font-size:13px}.source-distribution-card .bar-counts span.unresolved strong{color:#b56f07}.source-distribution-card .bar-counts span.resolved strong{color:#2f8f61}.source-distribution-card .bar-track{display:flex;height:8px;background:#eef3f5}.source-distribution-card .bar-fill{display:flex;overflow:hidden;height:100%;border-radius:inherit}.source-distribution-card .bar-segment{display:block;height:100%}.source-distribution-card .bar-segment.unresolved{background:#e3a11a}.source-distribution-card .bar-segment.resolved{background:#2f8f61}.area-resolution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.area-resolution-item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;align-items:center;min-height:150px;border:1px solid var(--app-border-soft);border-radius:12px;padding:14px;background:#f9fbfc}.area-resolution-pie{display:grid;width:112px;aspect-ratio:1;place-items:center;border-radius:999px;box-shadow:inset 0 0 0 1px #e2e8ef}.area-resolution-pie-center{display:grid;width:66px;height:66px;place-items:center;border:1px solid var(--app-border);border-radius:999px;background:#fff}.area-resolution-info{min-width:0}.area-resolution-info h3{margin:0 0 12px;color:var(--app-text-0);font-size:15px;line-height:1.2}.area-resolution-total{display:inline-grid;grid-template-columns:auto auto;gap:8px;align-items:baseline;margin-bottom:10px;color:var(--app-text-2);font-size:12px;font-weight:700}.area-resolution-total strong{color:var(--app-text-0);font-size:18px;font-weight:800;line-height:1}.area-resolution-legend{display:grid;gap:8px}.area-resolution-legend span{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:7px;align-items:center;color:var(--app-text-1);font-size:13px;font-weight:700}.area-resolution-legend i{width:10px;height:10px;border-radius:999px}.area-resolution-legend i.unresolved{background:#d89923}.area-resolution-legend i.resolved{background:#2f8f61}.area-resolution-legend strong{color:var(--app-text-0);font-weight:800}.photo-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px}.photo-summary-item{display:grid;gap:7px;min-height:124px;border:1px solid var(--app-border);border-radius:14px;padding:14px;background:#f9fbfc}.photo-summary-item span{color:var(--app-text-2);font-size:13px}.photo-summary-item strong{font-size:28px;line-height:1}.photo-summary-item small{color:var(--app-text-2)}.unresolved-age-grid,.resolved-window-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px}.unresolved-age-item,.resolved-window-item{display:flex;flex-direction:column-reverse;justify-content:center;gap:7px;min-height:104px;border:1px solid var(--app-border);border-radius:14px;padding:14px;background:#f9fbfc}.unresolved-age-item.info,.unresolved-age-item.warning,.unresolved-age-item.danger,.resolved-window-item.primary,.resolved-window-item.success,.resolved-window-item.info{border-top-color:var(--app-border)}.unresolved-age-item span,.resolved-window-item span{color:var(--app-text-2);font-size:13px}.unresolved-age-item strong,.resolved-window-item strong{font-size:28px;line-height:1}.unresolved-age-item.info strong{color:#276bd8}.unresolved-age-item.warning strong{color:#d89923}.unresolved-age-item.danger strong{color:#d04444}.resolved-window-item.primary strong{color:var(--app-primary)}.resolved-window-item.success strong{color:#2f8f61}.resolved-window-item.info strong{color:#276bd8}.unresolved-age-item small,.resolved-window-item small{color:var(--app-text-2)}.committee-work-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}.committee-work-summary-item{display:grid;gap:7px;min-height:124px;border:1px solid var(--app-border);border-radius:14px;padding:14px;background:#f9fbfc}.committee-work-summary-item.primary,.committee-work-summary-item.warning,.committee-work-summary-item.success,.committee-work-summary-item.danger{border-top-color:var(--app-border)}.committee-work-summary-item span{color:var(--app-text-2);font-size:13px}.committee-work-summary-item strong{font-size:28px;line-height:1}.committee-work-summary-item.primary strong{color:var(--app-primary)}.committee-work-summary-item.warning strong{color:#d89923}.committee-work-summary-item.success strong{color:#2f8f61}.committee-work-summary-item.danger strong{color:#d04444}.committee-work-summary-item small{color:var(--app-text-2)}.page-panel{min-height:100%}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;border-bottom:1px solid var(--app-border);padding:12px 14px}.toolbar-title{min-width:0}.settings-page-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:6px}.settings-community-line{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:8px;min-width:0;width:100%}.settings-community-name{overflow:hidden;flex:1 1 auto;min-width:0;color:var(--app-text-0);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.settings-page-meta>span:first-child{min-width:0}.settings-community-code-chip{display:inline-flex;align-items:center;flex:0 0 auto;width:auto;gap:6px;min-width:0;height:26px;border:1px solid var(--app-border-soft);border-radius:8px;padding:0 6px 0 9px;background:#f8fafc;color:var(--app-text-2);font-size:12px;font-weight:700;white-space:nowrap}.settings-community-code-chip span{overflow:hidden;min-width:0;margin-top:0;text-overflow:ellipsis}.settings-community-code-chip .el-button{width:22px;height:22px;padding:0 2px;color:var(--app-primary);font-size:12px}.toolbar-title-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.issue-workbench{display:flex;height:calc(100dvh - var(--app-header-height) - 32px);flex-direction:column}.issue-workbench .toolbar{align-items:stretch;flex:0 0 auto;flex-direction:column;gap:8px;overflow:visible}.issue-workbench .desktop-issue-table{flex:1 1 auto;min-height:0}.issue-workbench .desktop-issue-table:after,.issue-workbench .desktop-issue-table .el-table__inner-wrapper:after{display:none}.issue-workbench .desktop-issue-table .el-table__body-wrapper tr:last-child .el-table__cell,.issue-workbench .desktop-issue-table .el-table__fixed .el-table__body-wrapper tr:last-child .el-table__cell,.issue-workbench .desktop-issue-table .el-table__fixed-right .el-table__body-wrapper tr:last-child .el-table__cell{border-bottom:0}.desktop-work-table{flex:1 1 auto;min-height:0}.desktop-work-table:after,.desktop-work-table .el-table__inner-wrapper:after{display:none}.issue-toolbar-head,.issue-toolbar-actions-row{display:flex;align-items:center;gap:12px;width:100%}.issue-toolbar-head,.issue-toolbar-actions-row{justify-content:space-between}.issue-toolbar-actions-row.has-many-create-actions .issue-status-search-row{flex-wrap:nowrap}.issue-toolbar-actions-row.has-many-create-actions .issue-status-filters{flex:0 1 auto;min-width:0}.issue-workbench .toolbar-title{flex:0 0 auto;width:auto}.issue-workbench .toolbar-title-line{align-items:center;flex-wrap:nowrap}.issue-workbench .toolbar-title h2{white-space:nowrap}.issue-workbench .issue-create-actions{flex:0 0 auto;flex-wrap:nowrap;justify-content:flex-start}.issue-workbench .filters{min-width:0;flex-wrap:wrap;justify-content:flex-end}.issue-primary-filters,.issue-secondary-filters{flex:1 1 auto}.issue-workbench .issue-status-search-row{flex-wrap:wrap;justify-content:flex-end;width:100%}.issue-create-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.issue-create-actions .el-button+.el-button{margin-left:0}.issue-create-actions .issue-create-button.is-source-property_self_check{border-color:#1592a6!important;background-color:#1592a6!important}.issue-create-actions .issue-create-button.is-source-property_self_check:hover,.issue-create-actions .issue-create-button.is-source-property_self_check:focus{border-color:#0f7f91!important;background-color:#0f7f91!important}.issue-create-actions .issue-create-button.is-source-property_self_check:active{border-color:#0b6f7f!important;background-color:#0b6f7f!important}.issue-create-actions .issue-create-button.is-source-property_special_work{border-color:#6f6fb3!important;background-color:#6f6fb3!important}.issue-create-actions .issue-create-button.is-source-property_special_work:hover,.issue-create-actions .issue-create-button.is-source-property_special_work:focus{border-color:#5f5fa1!important;background-color:#5f5fa1!important}.issue-create-actions .issue-create-button.is-source-property_special_work:active{border-color:#4f4f88!important;background-color:#4f4f88!important}.issue-create-actions .issue-create-button.is-source-property_proxy_entry{border-color:#b7879c!important;background-color:#b7879c!important}.issue-create-actions .issue-create-button.is-source-property_proxy_entry:hover,.issue-create-actions .issue-create-button.is-source-property_proxy_entry:focus{border-color:#a6768d!important;background-color:#a6768d!important}.issue-create-actions .issue-create-button.is-source-property_proxy_entry:active{border-color:#8e657e!important;background-color:#8e657e!important}.issue-create-actions .issue-create-button.is-source-owner_request{border-color:#e0a018!important;background-color:#e0a018!important}.issue-create-actions .issue-create-button.is-source-owner_request:hover,.issue-create-actions .issue-create-button.is-source-owner_request:focus{border-color:#ca8a04!important;background-color:#ca8a04!important}.issue-create-actions .issue-create-button.is-source-owner_request:active{border-color:#a86f00!important;background-color:#a86f00!important}.issue-create-actions .issue-create-button.is-source-property_special_task{border-color:#43a047!important;background-color:#43a047!important}.issue-create-actions .issue-create-button.is-source-property_special_task:hover,.issue-create-actions .issue-create-button.is-source-property_special_task:focus{border-color:#378b3b!important;background-color:#378b3b!important}.issue-create-actions .issue-create-button.is-source-property_special_task:active{border-color:#2f7833!important;background-color:#2f7833!important}.issue-create-actions .issue-create-button.is-source-neighborhood_request{border-color:#4577d6!important;background-color:#4577d6!important}.issue-create-actions .issue-create-button.is-source-neighborhood_request:hover,.issue-create-actions .issue-create-button.is-source-neighborhood_request:focus{border-color:#3966be!important;background-color:#3966be!important}.issue-create-actions .issue-create-button.is-source-neighborhood_request:active{border-color:#30579f!important;background-color:#30579f!important}.issue-create-actions .issue-create-button.is-source-hotline_12345{border-color:#d8563f!important;background-color:#d8563f!important}.issue-create-actions .issue-create-button.is-source-hotline_12345:hover,.issue-create-actions .issue-create-button.is-source-hotline_12345:focus{border-color:#bf4438!important;background-color:#bf4438!important}.issue-create-actions .issue-create-button.is-source-hotline_12345:active{border-color:#a83931!important;background-color:#a83931!important}.issue-create-button.el-button{--el-button-text-color: #fff;--el-button-hover-text-color: #fff;--el-button-active-text-color: #fff;color:#fff!important}.issue-create-button.el-button>span,.issue-create-button.el-button .el-icon{color:#fff!important}.el-tag.is-source-owner_request{border-color:#f5d68a!important;background-color:#fff6dc!important;color:#a86f00!important}.el-tag.el-tag--dark.is-source-owner_request{border-color:#e0a018!important;background-color:#e0a018!important;color:#fff!important}.el-tag.is-source-property_self_check{border-color:#a9dfea!important;background-color:#e7f7fb!important;color:#0f7f91!important}.el-tag.el-tag--dark.is-source-property_self_check{border-color:#1592a6!important;background-color:#1592a6!important;color:#fff!important}.el-tag.is-source-property_special_work{border-color:#d8d8f0!important;background-color:#f3f3fb!important;color:#4f4f88!important}.el-tag.el-tag--dark.is-source-property_special_work{border-color:#6f6fb3!important;background-color:#6f6fb3!important;color:#fff!important}.el-tag.is-source-property_proxy_entry{border-color:#e7d7df!important;background-color:#f8f2f5!important;color:#8e657e!important}.el-tag.el-tag--dark.is-source-property_proxy_entry{border-color:#b7879c!important;background-color:#b7879c!important;color:#fff!important}.el-tag.is-source-property_special_task{border-color:#bee3c0!important;background-color:#eef9ef!important;color:#2f7833!important}.el-tag.el-tag--dark.is-source-property_special_task{border-color:#43a047!important;background-color:#43a047!important;color:#fff!important}.el-tag.is-source-neighborhood_request{border-color:#bdd0fb!important;background-color:#ecf2ff!important;color:#30579f!important}.el-tag.el-tag--dark.is-source-neighborhood_request{border-color:#4577d6!important;background-color:#4577d6!important;color:#fff!important}.el-tag.is-source-hotline_12345{border-color:#f3bdb5!important;background-color:#fff0ee!important;color:#a83931!important}.el-tag.el-tag--dark.is-source-hotline_12345{border-color:#d8563f!important;background-color:#d8563f!important;color:#fff!important}.filters{gap:8px;flex-wrap:wrap;justify-content:flex-end}.filter-select{width:145px}.user-category-radio{flex:0 0 auto}.user-category-radio .el-radio-button__inner{min-width:78px}.issue-age-sort-button.el-button{flex:0 0 auto;min-width:0;width:auto;padding:0 12px}.issue-age-sort-content{display:inline-flex;align-items:center;gap:4px;line-height:1;white-space:nowrap}.issue-age-sort-button .issue-age-sort-icon{margin-left:0}.issue-status-filters{display:flex;overflow:auto hidden;align-items:center;gap:6px;max-width:100%;scrollbar-width:none;-webkit-overflow-scrolling:touch}.issue-status-search-row{display:flex;flex:0 1 auto;align-items:center;justify-content:flex-end;gap:8px;min-width:0;max-width:100%;width:auto}.issue-status-filters::-webkit-scrollbar{display:none}.status-filter-button{flex:0 0 auto;min-height:32px;border:1px solid var(--app-border);border-radius:8px;padding:0 10px;background:#fff;color:var(--app-text-1);font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.status-filter-button.active,.status-filter-button:hover{border-color:#276bd83d;background:var(--app-primary-soft);color:var(--app-primary)}.status-filter-button.is-in_progress.active{border-color:#e6a23c5c;background:#fff7e8;color:#9a5b00}.status-filter-button.is-has_difficulty.active{border-color:#f56c6c57;background:#fff1f1;color:#bf3f3f}.status-filter-button.is-not_accepted.active{border-color:#e6a23c57;background:#fff7e8;color:#9a5b00}.status-filter-button.is-illegal_violation.active{border-color:#f56c6c57;background:#fff1f1;color:#bf3f3f}.status-filter-button.is-resolved.active{border-color:#43b34557;background:#ecf8f1;color:#248653}.app-pagination{display:flex;align-items:center;flex:0 0 auto;justify-content:flex-end;gap:12px;border:0;border-top:1px solid var(--app-border);padding:10px 12px;background:#fff;color:var(--app-text-2);font-size:13px}.search-input{width:260px}.regulator-office-select{width:220px}.filter-search-row{display:flex;align-items:center;gap:8px}.issue-primary-search-row{flex:0 0 auto}.issue-mobile-search-row{display:none}.issue-search-row-is-desktop-visible{display:flex}.filter-search-button.el-button,.issue-column-settings-button.el-button{flex:0 0 36px;width:36px;padding:0}.issue-column-settings-trigger,.issue-status-settings-trigger{flex:0 0 36px;width:36px}.issue-column-settings-panel{display:grid;gap:8px}.issue-column-settings-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--app-text-1);font-size:13px}.issue-column-settings-list{display:grid;gap:2px;max-height:320px;overflow:auto}.issue-column-settings-list .el-checkbox{height:26px;margin-right:0;white-space:nowrap}.issue-column-settings-list .el-checkbox__label{color:var(--app-text-1);font-size:13px}.my-feedback-filter-button.el-button{flex:0 0 auto}.issue-mobile-my-feedback.el-button{display:none}.issue-search-row{flex:0 0 auto}.followup-recorder{display:inline-flex;align-items:center;gap:6px}.followup-content{white-space:pre-line}.issue-cell{display:block;text-align:left}.issue-cell span{display:block;color:var(--app-text-1);line-height:1.45;overflow-wrap:anywhere;text-align:left}.desktop-issue-table .issue-location-column .issue-cell span,.desktop-issue-table .issue-feedback-column .issue-cell span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:5}.issue-action-column .cell{white-space:nowrap}.issue-photo-column .cell,.issue-completion-photo-column .cell{padding-left:6px;padding-right:6px}.desktop-issue-table .el-table__cell.issue-action-column{position:sticky!important;right:0;z-index:4;background:#fff}.desktop-issue-table th.el-table__cell.issue-action-column{z-index:6;background:#fafbfc}.desktop-issue-table .el-table__row--striped .el-table__cell.issue-action-column{background:#fbfcfd}.desktop-issue-table .el-table__row:hover .el-table__cell.issue-action-column{background:var(--el-table-row-hover-bg-color)}.age-label,.desktop-issue-table .age-label{font-weight:700}.age-label.ok{color:#2f8f61}.age-label.warning{color:#b78100}.age-label.danger{color:#b83b3b}.desktop-issue-table .age-label.ok{color:#2f8f61}.desktop-issue-table .age-label.warning{color:#b78100}.desktop-issue-table .age-label.danger{color:#b83b3b}.issue-progress-cell,.issue-progress-detail{display:flex;align-items:center;gap:8px;min-width:0}.issue-progress-cell{justify-content:center;width:100%}.issue-progress-cell .el-progress,.issue-progress-detail .el-progress{flex:1 1 auto;min-width:0}.issue-progress-cell .el-progress{flex:0 0 58px;width:58px}.issue-progress-cell span,.issue-progress-detail span{flex:0 0 auto;min-width:34px;color:var(--app-text-2);font-size:12px;font-weight:600;text-align:right}.desktop-issue-table .desktop-issue-source-tag{display:inline-flex;justify-content:center;min-width:88px;border-color:transparent!important;font-weight:500!important}.desktop-issue-table .issue-source-column .cell{display:flex;justify-content:center;padding-right:6px;padding-left:6px}.desktop-issue-table .desktop-issue-source-tag.is-source-owner_request{background-color:#e8af2e29!important;color:#8e5f00!important}.desktop-issue-table .desktop-issue-source-tag.is-source-property_self_check{background-color:#2586a824!important;color:#186b7c!important}.desktop-issue-table .desktop-issue-source-tag.is-source-property_special_work{background-color:#6f6fb324!important;color:#4f4f88!important}.desktop-issue-table .desktop-issue-source-tag.is-source-property_proxy_entry{background-color:#b7879c24!important;color:#8e657e!important}.desktop-issue-table .desktop-issue-source-tag.is-source-property_special_task{background-color:#2f8f6124!important;color:#336b41!important}.desktop-issue-table .desktop-issue-source-tag.is-source-neighborhood_request{background-color:#4577d624!important;color:#30579f!important}.desktop-issue-table .desktop-issue-source-tag.is-source-hotline_12345{background-color:#d8563f24!important;color:#a83931!important}.issue-progress-detail{width:100%}.issue-progress-editor{width:100%;padding:0 2px}.completion-time-label{font-weight:400;white-space:nowrap}.completion-time-label.planned{color:#2f8f61}.completion-time-label.overdue{color:#b83b3b}.completion-time-label.resolved{color:var(--app-text-1)}.completion-time-label.empty{color:var(--app-text-3);font-weight:400}.full-width{width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid.single-column{grid-template-columns:1fr}.settings-shell{display:flex;height:calc(100dvh - var(--app-header-height) - 32px);flex-direction:column}.settings-shell .toolbar{flex:0 0 auto}.settings-tabs{display:flex;flex:1;min-height:0;padding:0 14px;flex-direction:column}.settings-tabs>.el-tabs__header{flex:0 0 auto;margin-bottom:12px}.settings-tabs>.el-tabs__content{display:flex;flex:1;min-height:0;flex-direction:column}.settings-tabs>.el-tabs__content>.el-tab-pane{display:flex;flex:1;min-height:0;flex-direction:column;overflow:auto}.platform-tabs{display:flex;flex:1;min-height:0;flex-direction:column;padding:0 14px 14px}.platform-tabs>.el-tabs__header{flex:0 0 auto;margin-bottom:12px}.platform-tabs>.el-tabs__content{display:flex;flex:1;min-height:0;flex-direction:column}.platform-tabs>.el-tabs__content>.el-tab-pane{display:flex;flex:1;min-height:0;flex-direction:column;overflow:auto}.settings-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.compact-section-head{justify-content:flex-end}.settings-section-head .panel-title{margin-bottom:5px}.settings-table{width:100%}.settings-table .operation-column .cell{white-space:nowrap}.settings-table .operation-actions{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.settings-table .operation-actions .el-button{min-height:0;padding:0;font-weight:400}.settings-table .operation-actions .el-dropdown{line-height:1}.settings-table .operation-more{color:var(--el-color-primary);cursor:pointer;font-size:13px;line-height:1}.settings-table .operation-more.is-disabled{color:var(--el-text-color-placeholder);cursor:default}.settings-table .el-table__cell.operation-column{border-left:1px solid var(--app-border)}.settings-table th.el-table__cell.operation-column{background:#fafbfc}.settings-table .el-table__row--striped .el-table__cell.operation-column{background:#fbfcfd}.settings-table .el-table__row:hover .el-table__cell.operation-column{background:var(--el-table-row-hover-bg-color)}.registration-wechat-profile{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-width:0}.registration-wechat-avatar-empty{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--app-border);border-radius:50%;color:var(--app-text-3);background:#f8fafc;font-size:12px}.registration-wechat-text{display:grid;gap:3px;min-width:0}.registration-wechat-text strong,.registration-wechat-text span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.registration-wechat-text strong{color:var(--app-text-1);font-size:13px}.registration-wechat-text span{color:var(--app-text-2);font-size:12px}.admin-account-cell{overflow:hidden;max-width:100%;color:var(--app-text-1);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.community-dialog .el-upload--picture-card,.community-dialog .el-upload-list--picture-card .el-upload-list__item{width:84px;height:84px;border-radius:10px}.community-logo-thumb{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:30px;overflow:hidden;border:1px solid var(--app-border);border-radius:6px;background:#fafbfc;color:var(--app-text-2);font-size:12px;object-fit:contain}.community-logo-thumb img{width:100%;height:100%;object-fit:contain}.el-upload-list--picture-card .el-upload-list__item img{object-fit:contain}.admin-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.admin-status-cell{display:inline-flex;align-items:center;min-width:132px}.admin-status-switch,.admin-status-switch .el-switch__label{white-space:nowrap}.org-chart-panel{display:grid;gap:14px;padding:6px 0 2px}.org-root-node,.org-node{display:grid;gap:5px;border:1px solid var(--app-border);border-radius:10px;background:#fff}.org-root-node{position:relative;width:min(360px,100%);margin:0 auto 6px;padding:16px 20px;text-align:center;box-shadow:0 8px 20px #0f172a0f}.org-root-node:after{content:"";position:absolute;left:50%;bottom:-21px;width:1px;height:20px;background:#d9e1ec}.org-root-node span,.org-node span{color:var(--app-text-2);font-size:12px;font-weight:700}.org-root-node strong{font-size:21px;line-height:1.15}.org-root-node small,.org-node small{color:var(--app-text-2);font-size:12px}.org-chart-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:16px}.org-chart-grid:before{content:"";position:absolute;top:0;left:12.5%;right:12.5%;height:1px;background:#d9e1ec}.org-node{position:relative;min-height:112px;padding:14px}.org-node:before{content:"";position:absolute;top:-16px;left:50%;width:1px;height:16px;background:#d9e1ec}.org-node strong{color:#1f2329;font-size:20px;line-height:1.15}.org-node-neighborhood{border-top:3px solid #2f8f61;background:#fbfdfb}.org-node-owners-committee{border-top:3px solid #d89923;background:#fffdf8}.org-node-owner{border-top:3px solid #276bd8;background:#fbfdff}.org-node-property{border-top:3px solid #247d78;background:#f9fcfc}.org-flow{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--app-border-soft);border-radius:10px;padding:10px 12px;background:#fafbfc;color:var(--app-text-1);font-size:13px;font-weight:700}.org-flow i{width:22px;height:1px;background:#cbd5e1}.panel-title{margin-bottom:12px}.basic-data-page{display:grid;gap:14px;padding-top:2px}.basic-section,.platform-section{display:grid;gap:12px;min-height:0;border:1px solid var(--app-border);border-radius:12px;padding:14px;background:#fff}.basic-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.basic-section-head .panel-title,.structure-column-head{margin-bottom:0}.basic-section-head .panel-title{margin-bottom:5px}.section-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.email-config-card{display:grid;gap:14px;border:1px solid var(--app-border);border-radius:8px;padding:14px;background:#fff}.email-config-head,.email-config-actions,.email-switch-row,.email-test-row{display:flex;align-items:center;gap:10px}.email-config-head{justify-content:space-between}.email-config-form{display:grid;gap:10px}.email-config-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.email-config-actions{justify-content:flex-end}.email-inline-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.email-switch-row{flex:1 1 460px;flex-wrap:wrap}.email-test-row{flex:0 1 560px;max-width:none;min-width:min(100%,420px)}.email-test-row .el-input{flex:1 1 260px}.system-brand-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}.system-logo-row{display:flex;align-items:flex-start;gap:18px;flex-wrap:wrap}.system-logo-row .el-form-item{margin-bottom:0}.system-login-grid{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:10px 14px;min-width:0}.system-login-grid .el-form-item{margin-bottom:0}.system-logo-card .el-upload--picture-card,.system-logo-card .el-upload-list--picture-card .el-upload-list__item{width:112px;height:96px;border-radius:8px}.system-logo-card .is-full .el-upload--picture-card,.system-logo-card .el-upload.is-full.el-upload--picture-card{display:none}.compact-basic-form .el-form-item{margin-bottom:0}.inline-create .el-button,.room-create-grid .el-button{height:34px}.basic-table{width:100%}.community-tree{overflow:hidden;border:1px solid var(--app-border-soft);border-radius:10px;padding:8px 0;background:#fafbfc}.community-tree .el-tree-node__content{min-height:38px;padding-right:12px}.tree-node{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.tree-node-main{display:flex;align-items:center;gap:8px;min-width:0}.tree-node-main strong{color:var(--app-text-0);font-size:14px;white-space:nowrap}.tree-node-main span{overflow:hidden;color:var(--app-text-2);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.tree-node-main .tree-node-loading{display:inline-flex;align-items:center;gap:4px}.tree-node-actions{flex:0 0 auto}.tree-node.disabled .tree-node-main strong,.tree-node.disabled .tree-node-main span{color:#9aa4af}.property-org-layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(520px,1.6fr);gap:14px;padding:14px}.property-org-panel{display:grid;align-content:start;gap:12px;min-width:0;border:1px solid var(--app-border);border-radius:12px;padding:14px;background:#fff}.property-org-tree-panel{min-height:420px}.property-org-tree .tree-node.active .tree-node-main strong{color:var(--el-color-primary)}.property-org-loading-node{min-height:40px;margin-top:12px;padding:0 14px;border:1px solid var(--app-border-soft);border-radius:10px;background:#fafbfc}.property-org-tree .tree-node-actions .el-button{padding:2px 4px}.property-org-descriptions{width:100%}.property-org-assignment-dialog .el-dialog__body{min-height:320px}.property-org-project-select-popper .el-select-dropdown__wrap{max-height:320px}.property-org-project-select-popper .el-select-dropdown__list{padding:8px 0}.property-org-project-select-popper .el-select-dropdown__item{display:flex;align-items:center;height:auto;min-height:58px;padding:9px 20px;line-height:1.35}.property-org-project-select-popper .property-org-project-option{gap:6px;line-height:1.35}.property-org-project-option{display:grid;min-width:0;gap:2px;line-height:1.25}.property-org-project-option span,.property-org-project-option small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-org-project-option span{color:var(--app-text-0);font-weight:700}.property-org-project-option small{color:var(--app-text-2);font-size:12px}.community-service-account-option{grid-template-columns:minmax(0,1fr) auto;column-gap:12px}.community-service-account-option>small:not(.community-service-account-option__role){grid-column:1 / -1}.community-service-account-option .community-service-account-option__role{color:var(--el-color-primary);font-weight:600}.bound-project-summary{display:inline-grid;max-width:100%;gap:3px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.bound-project-summary__main{display:inline-flex;min-width:0;align-items:center;gap:6px}.bound-project-summary__main .el-tag:first-child{min-width:0;max-width:140px}.bound-node-summary{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:6px}.bound-project-summary__node{overflow:hidden;color:var(--app-text-2);font-size:12px;line-height:1.25;text-align:left;text-overflow:ellipsis;white-space:nowrap}.property-org-unit-summary{display:block;max-width:100%}.property-org-unit-list-summary{display:inline-grid;max-width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:6px}.community-service-summary{display:flex;align-items:center;flex-wrap:wrap;gap:4px;min-width:0}.community-service-summary .el-tag{max-width:100%}.community-service-dialog .el-dialog__body{min-height:420px}.community-service-editor{display:grid;gap:16px;align-content:start}.community-service-add-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.community-service-member-select{flex:1 1 460px;min-width:0}.role-check-list{display:grid;gap:8px;align-items:start}.review-section,.property-team-panel{display:grid;gap:14px;min-height:0;border:1px solid var(--app-border);border-radius:12px;padding:14px;background:#fff}.community-system-panel,.community-system-form{display:grid;gap:14px}.community-system-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.community-system-card{border:1px solid var(--app-border);border-radius:8px;background:#fff}.community-system-card--span-2{grid-column:1 / -1}.community-system-card .el-card__header{padding:14px 16px 0;border-bottom:0}.community-system-card .el-card__body{padding:12px 16px 16px}.community-system-card-head{display:grid;gap:4px}.community-system-setting-grid{display:grid;gap:12px 20px}.community-system-setting-grid--1{grid-template-columns:1fr}.community-system-setting-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.community-system-setting-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.community-system-setting-item{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:12px 14px;background:#f8fafcad}.community-system-status-tags{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.community-system-setting-text{display:grid;gap:5px;min-width:0}.community-system-setting-text strong{color:var(--app-text-1);font-size:14px}.community-system-setting-item .el-switch__label{color:var(--app-text-2);font-size:13px;font-weight:600;transition:color .2s}.community-system-setting-item .el-switch__label.is-active{color:#67c23a}.community-system-setting-item .el-switch.is-checked .el-switch__core{border-color:#67c23a;background-color:#67c23a}.community-system-setting-text span{color:var(--app-text-2);font-size:13px;line-height:1.5}.community-system-actions{display:flex;justify-content:flex-end;margin-top:14px}.property-team-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:var(--app-text-2);font-size:13px}.property-team-meta span{min-height:28px;display:inline-flex;align-items:center;border:1px solid var(--app-border-soft);border-radius:8px;padding:0 10px;background:#f8fafc}.community-table{margin-top:0}.structure-chain{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(240px,.9fr) minmax(380px,1.5fr);gap:12px}.structure-column{display:flex;min-width:0;flex-direction:column;gap:10px;border:1px solid var(--app-border-soft);border-radius:10px;padding:12px;background:#fafbfc}.structure-column-head{display:flex;align-items:center;gap:8px}.structure-column-head span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:22px;border-radius:6px;background:var(--app-primary-soft);color:var(--app-primary);font-size:12px;font-weight:800}.structure-column-head strong{color:var(--app-text-0);font-size:15px}.compact-basic-form{display:grid;gap:10px}.inline-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.room-create-grid{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1fr) minmax(0,1fr) auto;gap:8px}.structure-table{overflow:hidden;flex:1 1 auto;border-radius:8px;background:#fff}.issue-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--app-border);padding-bottom:14px}.issue-detail-head>div:first-child{display:grid;gap:5px}.issue-detail-head strong{color:var(--app-text-1);font-size:18px;line-height:1.25}.issue-detail-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.drawer-section{margin-top:20px}.issue-detail-block{padding:16px;border:1px solid var(--app-border-soft);border-left-width:4px;border-radius:12px;background:#fafbfc;box-shadow:0 1px #0f172a05}.issue-detail-block h3{display:flex;align-items:center;gap:8px}.issue-detail-block h3:before{width:4px;height:18px;border-radius:999px;background:var(--app-text-3);content:""}.issue-detail-block-report,.issue-detail-block-progress,.issue-detail-block-update{border-color:var(--app-border-soft);border-left-color:var(--app-border);background:#fafbfc}.drawer-section h3{margin:0 0 10px;color:var(--app-text-1);font-size:15px}.drawer-section-subtitle{margin:-2px 0 12px;color:var(--app-text-2);font-size:12px;line-height:1.45}.drawer-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.drawer-section-head h3{margin:0}.drawer-section-head .el-button{flex-shrink:0}.drawer-section-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0;flex-wrap:wrap}.drawer-section-hint{color:var(--app-text-2);font-size:12px;line-height:1.4}.detail-grid{display:grid;grid-template-columns:112px minmax(0,1fr);border:1px solid var(--app-border);border-bottom:0;margin:0;background:#fff}.detail-grid>div{display:contents}.detail-grid dt,.detail-grid dd{border-bottom:1px solid var(--app-border);min-height:40px;margin:0;padding:10px 12px;font-size:13px;line-height:1.55}.detail-grid dt{background:#f7faf8;color:var(--app-text-2);font-weight:700}.detail-grid dd{overflow-wrap:anywhere;color:var(--app-text-1)}.issue-progress-summary{display:grid;gap:0;overflow:hidden;border-radius:10px}.issue-update-panel{padding:0;background:transparent}.issue-update-grid{display:grid;grid-template-columns:112px minmax(0,1fr);overflow:hidden;border:1px solid var(--app-border);border-bottom:0;border-radius:10px;background:#fff}.issue-update-field{display:contents}.issue-update-label,.issue-update-control{border-bottom:1px solid var(--app-border);min-height:40px;margin:0;padding:10px 12px;font-size:13px;line-height:1.55}.issue-update-label{display:flex;align-items:center;background:#f7faf8;color:var(--app-text-2);font-weight:700}.issue-update-control{overflow-wrap:anywhere;color:var(--app-text-1)}.issue-update-control .el-select,.issue-update-control .el-date-editor,.issue-update-control .el-input,.issue-update-control .el-textarea,.issue-update-control .el-upload{width:100%}.issue-update-field-photos .issue-update-control .el-upload{width:auto}.issue-update-control .issue-progress-editor{width:100%;padding:0}.issue-update-actions{grid-column:1 / -1;border-bottom:1px solid var(--app-border);padding:12px;background:#fff}.issue-update-actions .el-button{width:100%}.issue-update-field-textarea .issue-update-control,.issue-update-field-photos .issue-update-control{padding-top:8px;padding-bottom:8px}.issue-update-field-photos .issue-update-control{display:flex;align-items:flex-start}.issue-update-photo-stack{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start;min-width:0}.issue-update-field-photos .issue-compact-picture-upload{display:inline-flex;gap:8px;align-items:center;min-width:0;width:auto}.issue-update-field-photos .issue-compact-picture-upload .el-upload-list--picture-card{display:flex;flex-wrap:wrap;gap:8px;margin:0}.issue-saved-picture-upload .el-upload--picture-card{display:none!important}.issue-compact-picture-upload .el-upload--picture-card,.issue-compact-picture-upload .el-upload-list--picture-card .el-upload-list__item{width:74px;height:74px;border-radius:8px}.issue-compact-picture-upload .el-upload-list--picture-card .el-upload-list__item{flex:0 0 74px}.issue-compact-picture-upload .el-upload--picture-card{display:inline-flex;align-items:center;justify-content:center;flex:0 0 74px}.issue-feedback-photo-grid.photo-grid{grid-template-columns:repeat(auto-fill,74px);justify-content:start;gap:8px}.issue-feedback-photo-card{width:74px;grid-template-rows:74px;height:74px}.issue-feedback-photo-card img,.issue-feedback-photo-card .file-preview{height:74px}.issue-feedback-photo-card .photo-name{display:none}@media (max-width: 1260px){.issue-feedback-photo-grid.photo-grid{grid-template-columns:repeat(auto-fill,74px)}.issue-feedback-photo-card{width:74px;height:74px;grid-template-rows:74px}.issue-feedback-photo-card img,.issue-feedback-photo-card .file-preview{height:74px}}@media (max-width: 560px){.issue-update-grid{grid-template-columns:1fr}.issue-update-label,.issue-update-control{border-bottom:0}.issue-update-label{padding-bottom:4px}.issue-update-control{padding-top:0;padding-bottom:10px}.issue-update-actions{border-top:1px solid var(--app-border)}}.table-photo-strip{display:flex;align-items:center;justify-content:center;gap:5px;min-height:30px}.work-attachment-list{display:grid;gap:4px;width:100%;min-width:0}.work-attachment-item{display:flex;align-items:center;gap:8px;width:100%;min-width:0;border:1px solid var(--app-border);border-radius:7px;padding:4px 8px;background:#f7faf8;color:var(--app-text-1);cursor:pointer;font:inherit;line-height:1.4;text-decoration:none;text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none}.work-attachment-item:hover{border-color:var(--app-primary)}.work-attachment-thumb{flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:6px;background:#fff;color:var(--app-primary);font-size:11px;font-weight:700;line-height:1}.work-attachment-thumb img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.work-attachment-thumb-file{background:var(--app-primary-soft)}.work-attachment-name{min-width:0;flex:1;overflow:hidden;color:var(--app-text-1);font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.work-attachment-more{color:var(--app-text-2);font-size:12px;line-height:1.4;padding-left:32px}.table-photo-button{position:relative;display:inline-flex;overflow:hidden;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--app-border);border-radius:7px;padding:0;background:#f7faf8;cursor:pointer}.table-photo-button img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.watermarked-photo{position:relative}.photo-thumb-watermark{position:absolute;display:flex;align-items:center;justify-content:center;top:50%;left:50%;width:118%;padding:0 6px;color:#ffffffe6;font-size:8px;font-weight:900;line-height:1.2;opacity:.78;pointer-events:none;text-align:center;white-space:pre-line;text-shadow:0 1px 2px rgba(0,0,0,.9),0 0 5px rgba(0,0,0,.55);transform:translate(-50%,-50%) rotate(-18deg);-webkit-text-stroke:.35px rgba(15,23,42,.55)}.table-photo-button .photo-thumb-watermark{display:none}.photo-card .photo-thumb-watermark{top:42%;width:116%;font-size:9px;opacity:.82}.table-photo-button:hover,.photo-card:hover{border-color:var(--app-primary)}.mobile-issue-list,.mobile-work-list,.mobile-review-list,.mobile-user-list,.mobile-team-list,.mobile-project-list,.mobile-account-list,.mobile-org-community-list,.mobile-org-info,.mobile-housing-office-list,.mobile-regulator-member-list,.mobile-community-list,.mobile-company-list,.mobile-office-list,.mobile-admin-list,.mobile-module-list,.mobile-role-list,.mobile-stats-list,.mobile-stats-events,.mobile-ranking-list{display:none}.mobile-ranking-card.is-clickable{cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}.mobile-ranking-card.is-clickable:hover,.mobile-ranking-card.is-clickable:focus-visible{border-color:var(--app-primary);box-shadow:0 4px 16px #276bd81f;transform:translateY(-1px);outline:none}.file-link-button{color:var(--app-primary);font-size:11px;font-weight:700;text-decoration:none}.file-thumb,.file-preview{display:inline-flex;align-items:center;justify-content:center;color:var(--app-primary);font-size:11px;font-weight:700}.photo-more{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;border-radius:999px;background:var(--app-primary-soft);color:var(--app-primary);font-size:12px;font-weight:700}.photo-groups{display:grid;gap:14px}.photo-group{display:grid;gap:8px}.photo-group-title{display:flex;align-items:center;justify-content:space-between;color:var(--app-text-1);font-size:13px;font-weight:700}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:6px}.photo-card{position:relative;display:grid;overflow:hidden;grid-template-rows:72px 28px;width:100%;border:1px solid var(--app-border);border-radius:8px;padding:0;background:#fff;cursor:pointer}.photo-card img,.file-preview{width:100%;height:72px;background:#f7faf8;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.el-image-viewer__img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.photo-name{overflow:hidden;padding:5px 6px;color:var(--app-text-1);font-size:11px;text-align:left;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1260px){.dashboard-summary-grid,.chart-grid,.dashboard-ranking-grid,.service-stats-grid{grid-template-columns:1fr}.committee-work-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.unresolved-age-grid,.resolved-window-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-metrics{grid-template-columns:repeat(2,minmax(160px,1fr))}.dashboard-filter-row{align-items:flex-start;flex-direction:column}.dashboard-filter-row .screen-actions{justify-content:flex-start;width:100%}.dashboard-toolbar-filter{justify-content:flex-start;width:100%;margin-left:0}.structure-chain{grid-template-columns:repeat(2,minmax(0,1fr))}.property-org-layout{grid-template-columns:1fr}.is-room-column{grid-column:1 / -1}}@media (max-width: 920px){.topbar{align-items:flex-start;flex-basis:auto;height:auto;flex-direction:column;padding:12px 14px}.topbar-actions,.brand-area{flex-wrap:wrap}.app-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);padding:14px}.system-brand-layout{grid-template-columns:1fr}.system-login-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px}.side-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.toolbar,.filters,.screen-toolbar,.settings-section-head,.basic-section-head,.admin-dialog-head{align-items:stretch;flex-direction:column}.filter-select,.community-switch,.date-range-picker,.search-input{width:100%}.org-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-space-row-header{display:none}.quick-space-row,.quick-space-row-fields{grid-template-columns:1fr}.quick-space-field-label{display:block}.issue-detail-head{align-items:stretch;flex-direction:column}.issue-detail-tags{justify-content:flex-start}.org-chart-grid:before,.org-root-node:after,.org-node:before{display:none}.org-flow{align-items:stretch;flex-direction:column}.org-flow i{width:1px;height:12px;align-self:center}.structure-chain,.room-create-grid{grid-template-columns:1fr}.is-room-column{grid-column:auto}}@media (max-width: 640px){.hero-metrics,.dashboard-summary-grid,.dashboard-ranking-grid,.photo-summary-grid,.unresolved-age-grid,.resolved-window-grid,.committee-work-summary-grid,.area-resolution-grid,.service-stats-grid,.side-nav,.org-chart-grid,.form-grid{grid-template-columns:1fr}.email-config-head,.email-test-row{align-items:stretch;flex-direction:column}.system-login-grid{grid-template-columns:1fr;max-width:none}.community-system-card-grid,.community-system-setting-grid--2,.community-system-setting-grid--3{grid-template-columns:1fr}.community-system-setting-item{align-items:center}.community-system-actions{justify-content:stretch}.community-system-actions .el-button{width:100%}.form-grid.register-house-row,.module-checkbox-grid,.permission-preset-row,.action-permission-list,.permission-preset-grid{grid-template-columns:1fr}.detail-grid{grid-template-columns:92px minmax(0,1fr)}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-bottom span:nth-child(2n){display:none}}@media (max-width: 760px){html,body,#app{min-height:100dvh;height:auto}body{overflow:auto}.app-root{height:auto;min-height:100dvh;overflow:visible}.app-root.is-login{min-height:100dvh;place-items:center;padding:16px}.login-panel{width:min(100%,420px);border-radius:12px;padding:18px 16px;gap:16px}.login-page-records{position:static;left:auto;bottom:auto;transform:none;margin-top:12px}.login-panel h1{font-size:20px}.login-panel p{margin-top:6px}.login-panel.is-miniapp{gap:12px}.miniapp-login-primary{gap:10px;margin-bottom:4px}.miniapp-wechat-bind-panel{gap:12px}.miniapp-account-login-toggle.el-button{font-size:13px}.miniapp-bind-form .el-form-item,.login-form .el-form-item{margin-bottom:10px}.miniapp-wechat-register-entry{gap:8px;margin-top:4px}.miniapp-register-head{align-items:flex-start}.miniapp-register-head span{font-size:13px;line-height:1.4}.miniapp-register-head .el-button,.miniapp-register-toggle.el-button{font-size:13px}.miniapp-register-option.el-button{height:36px}.miniapp-login-dialog .el-dialog__body{max-height:calc(100dvh - 150px);overflow-y:auto;padding:8px 20px 20px}.miniapp-login-dialog .login-panel.is-embedded{display:flex;min-height:calc(100dvh - 190px);flex-direction:column;justify-content:center}.miniapp-login-dialog .login-panel.is-embedded:has(.miniapp-wechat-bind-panel){justify-content:flex-start}.miniapp-login-dialog .miniapp-wechat-bind-panel{display:flex;flex-direction:column}.miniapp-login-dialog .miniapp-register-support{margin-top:auto;padding-top:12px}.login-wechat-actions{margin-top:8px}.login-secondary-actions{margin-top:6px;flex-wrap:wrap;row-gap:8px}.login-secondary-left{flex-wrap:wrap;gap:10px}.miniapp-register-support{font-size:12px}.topbar{position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px 10px;padding:10px 12px 8px}.brand-area{display:none}.brand-area>img{flex:0 0 auto}.brand-logo{width:54px;height:32px;border-radius:6px}.brand-area strong{overflow:hidden;min-width:0;max-width:100%;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.top-nav{margin-left:auto}.topbar-actions{display:contents}.topbar-actions>*{min-width:0}.topbar-account-area{display:contents}.topbar-account-main{grid-column:2 / -1;grid-row:1;justify-self:end;align-self:center}.account-role-tag{display:none}.topbar .topbar-scope-select,.topbar-actions .el-select,.topbar-actions .community-switch{grid-column:1;width:100%;min-width:0}.topbar .topbar-scope-select{align-self:start}.topbar-actions .el-select,.topbar-actions .community-switch{width:100%}.topbar-actions .community-switch{grid-column:1;grid-row:auto}.topbar-scope-switch,.topbar-company-scope-switch{grid-column:1;grid-row:auto;justify-self:stretch;width:100%;min-width:0}.topbar-actions .el-button.is-circle{justify-self:end;width:36px;height:36px}.topbar-actions .topbar-refresh-button{display:none}.account-menu{justify-self:end;flex:0 1 auto;min-width:0;max-width:none}.account-trigger{justify-self:end;justify-content:flex-end;width:auto;min-height:26px;max-width:156px;gap:4px;border:1px solid var(--app-border-soft);border-radius:8px;padding:0 7px;background:#f8fafc}.account-trigger .el-icon{flex:0 0 auto;width:12px;margin-left:0}.account-name{min-width:0;color:var(--app-text-0);font-size:13px;line-height:1.15}.account-dropdown-role-item{display:flex;min-height:54px;align-items:flex-start;flex-direction:column;justify-content:center;gap:4px;margin-bottom:4px;padding:8px 12px;background:#f8fafc}.account-dropdown-role-item.is-disabled,.account-dropdown-role-item.is-disabled:hover,.account-dropdown-role-item.is-disabled:focus{background:#f8fafc;color:var(--app-text-0)}.app-layout{grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:auto;overflow:visible;padding:0 8px 8px}.side-nav{position:sticky;z-index:24;top:0;display:flex;align-items:center;overflow:auto hidden;flex-direction:row;gap:6px;margin:0 -8px;border-bottom:1px solid var(--app-border-soft);padding:5px 8px;background:#fff;scrollbar-width:none;-webkit-overflow-scrolling:touch}.side-nav::-webkit-scrollbar{display:none}.nav-group{display:flex;flex:0 0 auto;align-items:center;gap:6px;margin:0;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}.nav-group button{min-height:34px;margin:0;border:1px solid var(--app-border);padding:6px 10px;background:#fff;white-space:nowrap}.nav-group button.active,.nav-group button:hover{border-color:#276bd833;background:var(--app-primary-soft)}.content-area{height:auto;min-height:0;overflow:visible;scrollbar-gutter:auto;-webkit-overflow-scrolling:touch}.page-panel{min-height:auto}.issue-workbench{display:block;height:auto}html:not(.layout-preference-desktop) .settings-shell{display:block;height:auto}html:not(.layout-preference-desktop) .settings-tabs{display:block}html:not(.layout-preference-desktop) .settings-tabs>.el-tabs__content{display:block}html:not(.layout-preference-desktop) .settings-tabs>.el-tabs__content>.el-tab-pane{display:block}html:not(.layout-preference-desktop) .member-page-body{display:flex;height:calc(100dvh - var(--app-header-height) - 190px);flex-direction:column}.workbench,.chart-card,.basic-section,.platform-section,.property-org-panel{border-radius:10px}.toolbar{gap:10px;min-height:0;padding:10px 12px}.issue-workbench .toolbar{display:flex;overflow-x:visible}.issue-workbench .toolbar-title{display:block}.issue-workbench .toolbar-title-line{display:flex}.issue-workbench .filters{min-width:0}.issue-toolbar-head,.issue-toolbar-actions-row{align-items:stretch;flex-direction:column;gap:8px}.issue-primary-filters,.issue-secondary-filters{width:100%}.toolbar-title-line{align-items:stretch;flex-direction:column}.toolbar-title h2,.card-head h2,.panel-title,.screen-toolbar h1{font-size:15px}.issue-create-actions,.screen-actions,.section-actions{display:grid;grid-template-columns:1fr;width:100%}.screen-actions .el-button,.section-actions .el-button{width:100%;margin-left:0}.issue-create-actions{gap:6px;padding-bottom:0}.issue-create-actions .el-button{width:100%;min-width:0;margin-left:0;padding:0 10px}.issue-workbench .toolbar-title-line{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%}.issue-workbench .toolbar-title{flex:0 0 auto;min-width:0}.issue-workbench .toolbar-title h2{white-space:nowrap}.issue-workbench .issue-create-actions{display:flex;flex:0 0 auto;align-items:stretch;flex-wrap:wrap;width:100%;min-width:0;overflow:visible}.issue-workbench .issue-create-actions .el-button{flex:1 1 calc((100% - 12px) / 3);width:auto;min-width:0;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filters{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 6px;width:100%}.filters .issue-status-filters{flex:0 0 100%;min-width:0;width:100%}.filters .issue-status-search-row{flex:0 0 100%;flex-wrap:wrap;width:100%}.issue-toolbar-actions-row.has-many-create-actions .issue-status-search-row{flex-wrap:wrap}.issue-toolbar-actions-row.has-many-create-actions .issue-status-filters{flex:0 0 100%;width:100%}.filters .user-category-radio{display:flex;flex:0 0 100%;width:100%}.filters .user-category-radio .el-radio-button{flex:1 1 0;min-width:0}.filters .user-category-radio .el-radio-button__inner{width:100%;min-width:0;padding-left:8px;padding-right:8px}.filters .issue-source-filter,.filters .issue-visibility-filter{flex:1 1 0;min-width:0;width:auto}.filters .search-input{min-width:0}.filters .filter-search-row{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:8px;width:100%}.filters .issue-primary-search-row,.filters .issue-status-settings-trigger{display:none}.filters .issue-mobile-search-row{display:grid}.filters .filter-search-row-wide{flex:0 0 100%;width:100%}.issue-primary-my-feedback.el-button{display:none}.issue-mobile-my-feedback.el-button{display:inline-flex;width:100%;padding:0 8px}.filters .issue-search-row{grid-template-columns:92px minmax(0,1fr) 36px}.filters .issue-column-settings-trigger{display:none}.app-pagination{overflow-x:auto;justify-content:flex-start;border-top:1px solid var(--app-border);border-radius:8px;-webkit-overflow-scrolling:touch}.app-pagination>span{flex:0 0 auto}.app-pagination .el-pagination{flex:0 0 auto}.filters .el-button:not(.issue-age-sort-button),.screen-actions .el-button,.section-actions .el-button{width:100%;margin-left:0}.filters .issue-age-sort-button.el-button{flex:0 0 auto;width:auto;min-width:0;justify-self:start}.filters .filter-search-button.el-button,.filters .issue-column-settings-button.el-button{width:36px;min-width:36px;padding:0}.screen-actions .el-button.is-circle,.section-actions .el-button.is-circle{justify-self:start;width:36px}.filter-select,.search-input,.date-range-picker,.el-date-editor.el-input,.el-date-editor.el-input__wrapper,.el-date-editor--daterange.el-input__wrapper{width:100%!important}.dashboard-page{gap:10px}.screen-toolbar,.dashboard-filter-row,.settings-section-head,.basic-section-head,.admin-dialog-head,.card-head{align-items:stretch;flex-direction:column;gap:10px}.dashboard-filter-row,.chart-card,.basic-section,.platform-section,.property-org-panel{padding:12px}.hero-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hero-metric{min-height:64px;padding:4px 2px 6px}.hero-metric strong{font-size:24px}.hero-metric span{width:100%;font-size:11px}.dashboard-toolbar-filter{display:grid;grid-template-columns:1fr}.period-switch{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.period-switch button{flex:1 0 52px;min-height:34px}.dashboard-summary-grid,.chart-grid,.dashboard-ranking-grid,.service-stats-grid,.property-org-layout{grid-template-columns:1fr;gap:10px}.dashboard-summary-grid .chart-card,.chart-card{min-height:0}.bar-list{gap:12px;margin-top:16px}.bar-row{grid-template-columns:86px minmax(0,1fr) 32px;gap:8px}.source-distribution-card .bar-list{gap:12px;margin-top:16px}.source-distribution-card .bar-row{grid-template-columns:86px minmax(0,1fr);gap:8px}.photo-summary-grid,.committee-work-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.unresolved-age-grid,.resolved-window-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.photo-summary-item,.unresolved-age-item,.resolved-window-item,.committee-work-summary-item{min-height:92px;border-radius:10px;padding:10px}.photo-summary-item strong,.unresolved-age-item strong,.resolved-window-item strong,.committee-work-summary-item strong{font-size:24px}.settings-tabs,.platform-tabs,.property-service-team-tabs,.role-preset-scope-tabs{padding:0 10px 10px}.settings-tabs>.el-tabs__header,.platform-tabs>.el-tabs__header,.property-service-team-tabs>.el-tabs__header,.role-preset-scope-tabs>.el-tabs__header{overflow:hidden}.settings-tabs .el-tabs__nav-wrap,.platform-tabs .el-tabs__nav-wrap,.property-service-team-tabs .el-tabs__nav-wrap,.role-preset-scope-tabs .el-tabs__nav-wrap,.settings-tabs .el-tabs__nav-scroll,.platform-tabs .el-tabs__nav-scroll,.property-service-team-tabs .el-tabs__nav-scroll,.role-preset-scope-tabs .el-tabs__nav-scroll{min-width:0;overflow-x:auto;scrollbar-width:none}.settings-tabs .el-tabs__nav-scroll::-webkit-scrollbar,.platform-tabs .el-tabs__nav-scroll::-webkit-scrollbar,.property-service-team-tabs .el-tabs__nav-scroll::-webkit-scrollbar,.role-preset-scope-tabs .el-tabs__nav-scroll::-webkit-scrollbar{display:none}.settings-tabs .el-tabs__item,.platform-tabs .el-tabs__item,.property-service-team-tabs .el-tabs__item,.role-preset-scope-tabs .el-tabs__item{padding:0 12px;white-space:nowrap}.workbench .el-table,.settings-table,.basic-table,.structure-table{width:100%}.workbench .el-table .el-table__cell,.settings-table .el-table__cell{font-size:13px}.el-table__body-wrapper,.el-table__header-wrapper{-webkit-overflow-scrolling:touch}.table-photo-strip{overflow-x:auto;max-width:100%;padding-bottom:2px;-webkit-overflow-scrolling:touch}.table-photo-button{flex:0 0 auto}.desktop-issue-table,.desktop-work-table{display:none}.mobile-issue-list,.mobile-work-list{display:grid;gap:8px;padding:8px;background:#f7f8fa}.review-section>.settings-table{display:none}.mobile-review-list{display:grid;gap:8px}.member-table-card{border:0;background:transparent;overflow:visible}.member-table-card .el-table{display:none}.mobile-user-list{display:grid;gap:8px}.property-team-panel>.settings-table{display:none}.mobile-team-list{display:grid;gap:8px}.property-project-library-panel>.settings-table,.property-account-panel>.settings-table,.property-org-detail-panel>.settings-table{display:none}.property-org-descriptions{display:none}.mobile-org-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0}.mobile-org-info>div{min-width:0;border:1px solid rgba(15,23,42,.06);border-radius:7px;padding:6px 8px;background:#eef3f7}.mobile-org-info dt,.mobile-org-info dd{margin:0}.mobile-org-info dt{color:#8a94a3;font-size:12px;font-weight:600}.mobile-org-info dd{overflow-wrap:anywhere;margin-top:2px;color:var(--app-text-1);font-size:12px;line-height:1.4}.mobile-project-list,.mobile-account-list,.mobile-org-community-list,.mobile-housing-office-list,.mobile-regulator-member-list,.mobile-community-list,.mobile-company-list,.mobile-office-list,.mobile-admin-list,.mobile-module-list,.mobile-role-list{display:grid;gap:8px}.platform-section>.settings-table{display:none}.platform-section>*,.review-section>*,.property-team-panel>*,.property-account-panel>*,.property-project-library-panel>*,.activity-stats-tables>*,.activity-stats-ranking-grid>*,.activity-table-panel>*{min-width:0}.activity-table-panel .settings-table{display:none}.mobile-stats-list,.mobile-stats-events{display:grid;gap:8px}.ranking-card .settings-table{display:none}.mobile-ranking-list{display:grid;grid-template-columns:1fr;gap:8px}.mobile-issue-card,.mobile-work-card{display:grid;gap:8px;border:1px solid var(--app-border);border-radius:10px;padding:10px;background:#fff;box-shadow:0 4px 14px #0f172a0a}.mobile-issue-card{cursor:default}.mobile-issue-card:focus-visible,.mobile-work-card:focus-within{outline:2px solid var(--app-primary);outline-offset:2px}.mobile-review-card,.mobile-user-card,.mobile-team-card,.mobile-project-card,.mobile-account-card,.mobile-org-community-card,.mobile-housing-office-card,.mobile-regulator-member-card,.mobile-community-card,.mobile-company-card,.mobile-office-card,.mobile-admin-card,.mobile-module-card,.mobile-role-card,.mobile-stats-card,.mobile-stats-event-card,.mobile-ranking-card{display:grid;gap:8px;border:1px solid var(--app-border);border-radius:10px;padding:10px;background:#fff;box-shadow:0 4px 14px #0f172a0a}.mobile-ranking-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.mobile-ranking-card .ranking-card-sub{display:block;padding-left:22px}.mobile-ranking-title{display:grid;min-width:0;gap:2px}.mobile-ranking-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-ranking-sub{color:var(--app-text-2);font-size:12px}.mobile-ranking-total{display:grid;justify-items:end;gap:0}.mobile-ranking-total strong{color:var(--app-primary);font-size:22px;font-weight:800;line-height:1.1}.mobile-ranking-total span{color:var(--app-text-2);font-size:11px}.mobile-ranking-meta.is-inline{display:flex;gap:6px;margin:0}.mobile-ranking-meta.is-inline>div{flex:1 1 0;min-width:0;display:flex;flex-direction:column-reverse;border:0;border-radius:8px;padding:8px 4px;background:#f7f8fa;text-align:center}.mobile-ranking-meta.is-inline dt{font-size:11px;font-weight:400}.mobile-ranking-meta.is-inline dd{margin:0;font-size:18px;font-weight:400;line-height:1.25}.mobile-ranking-meta.is-inline .tone-warning dt{color:#8a94a3}.mobile-stats-card-head,.mobile-stats-event-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.mobile-stats-rank{display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;border-radius:50%;background:var(--app-primary-soft);color:var(--app-primary);font-size:9px;font-weight:700}.mobile-ranking-plain-rank{min-width:14px;color:var(--app-text-3);font-size:12px;font-weight:600;text-align:center}.mobile-stats-rank.is-top-1{background:linear-gradient(180deg,#ffa8a8,#f57474);color:#7a2020}.mobile-stats-rank.is-top-2{background:linear-gradient(180deg,#ffc0c0,#f79a9a);color:#7a2020}.mobile-stats-rank.is-top-3{background:linear-gradient(180deg,#ffdbdb,#f8bcbc);color:#7a3030}.mobile-stats-event-type{display:inline-flex;align-items:center;justify-content:center;min-height:22px;border-radius:999px;padding:0 10px;background:var(--app-primary-soft);color:var(--app-primary);font-size:12px;font-weight:700}.mobile-review-card-head,.mobile-user-card-head,.mobile-team-card-head,.mobile-project-card-head,.mobile-account-card-head,.mobile-org-community-card-head,.mobile-housing-office-card-head,.mobile-regulator-member-card-head,.mobile-community-card-head,.mobile-company-card-head,.mobile-office-card-head,.mobile-admin-card-head,.mobile-module-card-head,.mobile-role-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.mobile-community-card-title{display:flex;align-items:center;gap:8px;min-width:0}.mobile-community-card-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-review-meta,.mobile-user-meta,.mobile-team-meta,.mobile-project-meta,.mobile-account-meta,.mobile-housing-office-meta,.mobile-regulator-member-meta,.mobile-community-meta,.mobile-company-meta,.mobile-office-meta,.mobile-admin-meta,.mobile-module-meta,.mobile-stats-meta,.mobile-ranking-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0}.mobile-role-meta{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;margin:0}.mobile-review-meta>div,.mobile-user-meta>div,.mobile-team-meta>div,.mobile-project-meta>div,.mobile-account-meta>div,.mobile-housing-office-meta>div,.mobile-regulator-member-meta>div,.mobile-community-meta>div,.mobile-company-meta>div,.mobile-office-meta>div,.mobile-admin-meta>div,.mobile-module-meta>div,.mobile-role-meta>div,.mobile-stats-meta>div,.mobile-ranking-meta>div{min-width:0;border:1px solid rgba(15,23,42,.06);border-radius:7px;padding:6px 8px;background:#eef3f7}.mobile-review-meta dt,.mobile-review-meta dd,.mobile-user-meta dt,.mobile-user-meta dd,.mobile-team-meta dt,.mobile-team-meta dd,.mobile-project-meta dt,.mobile-project-meta dd,.mobile-account-meta dt,.mobile-account-meta dd,.mobile-housing-office-meta dt,.mobile-housing-office-meta dd,.mobile-regulator-member-meta dt,.mobile-regulator-member-meta dd,.mobile-community-meta dt,.mobile-community-meta dd,.mobile-company-meta dt,.mobile-company-meta dd,.mobile-office-meta dt,.mobile-office-meta dd,.mobile-admin-meta dt,.mobile-admin-meta dd,.mobile-module-meta dt,.mobile-module-meta dd,.mobile-role-meta dt,.mobile-role-meta dd,.mobile-stats-meta dt,.mobile-stats-meta dd,.mobile-ranking-meta dt,.mobile-ranking-meta dd{margin:0}.mobile-review-meta dt,.mobile-user-meta dt,.mobile-team-meta dt,.mobile-project-meta dt,.mobile-account-meta dt,.mobile-housing-office-meta dt,.mobile-regulator-member-meta dt,.mobile-community-meta dt,.mobile-company-meta dt,.mobile-office-meta dt,.mobile-admin-meta dt,.mobile-module-meta dt,.mobile-role-meta dt,.mobile-stats-meta dt,.mobile-ranking-meta dt{color:#8a94a3;font-size:12px;font-weight:600}.mobile-review-meta dd,.mobile-user-meta dd,.mobile-team-meta dd,.mobile-project-meta dd,.mobile-account-meta dd,.mobile-housing-office-meta dd,.mobile-regulator-member-meta dd,.mobile-community-meta dd,.mobile-company-meta dd,.mobile-office-meta dd,.mobile-admin-meta dd,.mobile-module-meta dd,.mobile-role-meta dd,.mobile-stats-meta dd,.mobile-ranking-meta dd{overflow-wrap:anywhere;margin-top:2px;color:var(--app-text-1);font-size:12px;line-height:1.4}.mobile-review-actions,.mobile-user-actions,.mobile-account-actions,.mobile-org-community-actions,.mobile-housing-office-actions,.mobile-regulator-member-actions,.mobile-community-actions,.mobile-company-actions,.mobile-office-actions,.mobile-admin-actions,.mobile-role-actions{display:flex;justify-content:flex-end;gap:8px}.mobile-review-actions .el-button,.mobile-user-actions .el-button,.mobile-account-actions .el-button,.mobile-org-community-actions .el-button,.mobile-housing-office-actions .el-button,.mobile-regulator-member-actions .el-button,.mobile-community-actions .el-button,.mobile-company-actions .el-button,.mobile-office-actions .el-button,.mobile-admin-actions .el-button,.mobile-role-actions .el-button{margin:0;min-width:72px;height:32px}.mobile-project-team,.mobile-account-communities,.mobile-org-community-team{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.mobile-account-communities-label{color:var(--app-text-2);font-size:12px;font-weight:700}.mobile-org-community-address{margin:0;color:var(--app-text-2);font-size:12px;line-height:1.4}.mobile-issue-card-head,.mobile-work-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.mobile-issue-card-head-right{display:flex;align-items:center;flex-wrap:wrap;justify-self:end;justify-content:flex-end;gap:6px;min-width:0}.mobile-issue-card-head-right .el-tag{flex:0 0 auto;max-width:112px}.mobile-work-card-head .el-tag{justify-self:end;max-width:112px}.mobile-issue-no,.mobile-work-card-head strong{min-width:0;overflow-wrap:anywhere;color:var(--app-text-0);font-size:13px;line-height:1.35}.mobile-issue-tags{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.mobile-issue-tags .el-tag{flex:0 0 auto;max-width:none}.mobile-issue-card-head-right .age-label{display:inline-flex;align-items:center;flex:0 0 auto;box-sizing:border-box;min-height:24px;border-radius:4px;padding:0 7px;background:#f1f5f9;color:var(--app-text-1);font-size:12px;line-height:1;white-space:nowrap}.mobile-issue-card-head-right .age-label.ok{background:#eaf7e4;color:#2f8f61}.mobile-issue-card-head-right .age-label.warning{background:#fff3cf;color:#b78100}.mobile-issue-card-head-right .age-label.danger{background:#fff1f1;color:#b83b3b}.mobile-issue-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-left:8px}.mobile-issue-footer-progress{display:flex;align-items:center;flex:1 1 auto;gap:6px;min-width:0;max-width:210px}.mobile-issue-footer-progress .el-progress{flex:1 1 auto;min-width:72px}.mobile-issue-footer-progress-label{flex:0 0 auto;color:#8a94a3;font-size:12px;font-weight:600;white-space:nowrap}.mobile-issue-footer-progress-value{flex:0 0 auto;min-width:34px;color:#2f8f61;font-size:12px;font-weight:700;text-align:right}.mobile-issue-action{flex:0 0 auto}.mobile-issue-footer .mobile-issue-no{align-self:center}.mobile-issue-summary{display:grid;gap:3px;border:1px solid rgba(15,23,42,.06);border-radius:7px;padding:6px 8px;background:#eef3f7}.mobile-issue-field-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.mobile-issue-field-head>span,.mobile-issue-field-head>dt{color:#8a94a3;font-size:12px;font-weight:600}.mobile-issue-field-head .el-tag{flex:0 0 auto;max-width:118px;border-color:transparent!important;background-color:#6f847014!important;color:#7d8a7d!important;font-size:10px!important;font-weight:500;line-height:1.2}.mobile-issue-description,.mobile-work-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:0;color:var(--app-text-1);font-size:13px;line-height:1.5}.mobile-issue-meta,.mobile-work-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0}.mobile-issue-meta>div,.mobile-work-meta>div{min-width:0;border:1px solid rgba(15,23,42,.06);border-radius:7px;padding:6px 8px;background:#eef3f7}.mobile-issue-meta dt,.mobile-issue-meta dd,.mobile-work-meta dt,.mobile-work-meta dd{margin:0}.mobile-issue-meta dt{color:#8a94a3;font-size:12px;font-weight:600}.mobile-work-meta dt,.mobile-issue-photo-row>span,.mobile-work-attachments>span{color:var(--app-text-2);font-size:12px;font-weight:700}.mobile-issue-meta dd,.mobile-work-meta dd{overflow-wrap:anywhere;margin-top:2px;color:var(--app-text-1);font-size:12px;line-height:1.4}.mobile-issue-photo-groups{display:grid;gap:6px;padding-left:8px}.mobile-issue-photo-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0}.mobile-issue-photo-row>span:first-child{flex-basis:100%}.mobile-work-attachments{display:grid;gap:6px;min-width:0}.mobile-issue-photo-row>span,.mobile-work-attachments>span{color:var(--app-text-2);font-size:12px;font-weight:700}.mobile-issue-list .table-photo-button,.mobile-work-list .table-photo-button{width:30px;height:30px}.mobile-issue-action,.mobile-work-action{display:flex;justify-content:flex-end;min-height:24px;margin-top:0}.mobile-issue-list .el-empty,.mobile-work-list .el-empty{border:1px solid var(--app-border);border-radius:10px;background:#fff}.el-radio-group{max-width:100%;flex-wrap:wrap}.property-org-layout{padding:10px}.property-org-tree-panel{min-height:0}.property-org-descriptions{overflow-x:auto}.community-tree{overflow:auto;max-height:52dvh}.tree-node{align-items:center;flex-direction:row;gap:8px;min-width:max-content;padding:5px 0}.tree-node-main{flex:1 1 auto;width:auto;min-width:0}.tree-node-actions{display:flex;flex:0 0 auto;align-self:center;white-space:nowrap}.tree-node-actions .el-button{flex:0 0 auto}.structure-chain,.room-create-grid,.inline-create,.quick-space-row-fields,.module-checkbox-grid,.permission-preset-grid,.action-permission-list{grid-template-columns:1fr}.detail-grid{grid-template-columns:84px minmax(0,1fr)}.detail-grid dt,.detail-grid dd{padding:9px 10px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-card{grid-template-rows:80px 28px}.photo-card img,.file-preview{height:80px}.el-dialog{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px);margin:12px auto!important;border-radius:12px}.el-dialog.is-align-center{margin:auto!important}.el-dialog__header,.el-dialog__body,.el-dialog__footer{padding-left:14px;padding-right:14px}.el-dialog__body{max-height:calc(100dvh - 150px);overflow:auto;-webkit-overflow-scrolling:touch}.issue-dialog .el-dialog__body{max-height:calc(100dvh - 154px)}.issue-dialog-header{position:relative;flex-direction:column;align-items:stretch;gap:8px;padding-right:0}.issue-dialog-header__top{display:flex;align-items:flex-start;justify-content:space-between;width:100%;min-width:0;padding-right:28px}.issue-dialog-warning{width:100%;max-width:none;box-sizing:border-box;display:flex;align-self:stretch;align-items:flex-start;font-size:12px;gap:6px;padding:6px 10px;border-radius:8px;min-height:0}.issue-dialog-warning .el-icon{margin-top:1px;font-size:14px}.issue-dialog-warning__text--desktop{display:none}.issue-dialog-warning__text--mobile{display:inline}.issue-dialog-close-button{position:absolute;top:-8px;right:-8px;margin-left:0}.el-dialog__footer{display:flex;gap:8px;justify-content:stretch}.el-dialog__footer .el-button{flex:1 1 0;margin-left:0}.el-drawer{width:100vw!important;max-width:100vw}.el-drawer__body{overflow:auto;padding:14px;-webkit-overflow-scrolling:touch}.el-overlay{overflow:hidden}}@media (max-width: 480px){.brand-area{gap:6px}.brand-logo{width:54px;height:32px}.topbar-account-area{width:min(176px,49vw)}.topbar-actions{grid-template-columns:minmax(0,1fr);gap:6px;width:100%}.topbar-actions .el-select,.topbar-actions .community-switch{width:100%}.topbar-actions .el-button.is-circle{width:32px;height:32px}.topbar-actions .topbar-refresh-button{display:none}.account-menu{justify-self:end;align-self:center}.account-trigger{justify-content:flex-end;width:auto;max-width:100%}.top-nav{display:none}.photo-summary-grid,.form-grid.register-house-row{grid-template-columns:1fr}.dashboard-page .hero-metrics,.dashboard-page .committee-work-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dashboard-page .unresolved-age-grid,.dashboard-page .resolved-window-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dashboard-page .hero-metric{min-height:56px;padding:2px 2px 4px}.dashboard-page .hero-metric strong{font-size:22px}.dashboard-page .hero-metric span{margin-top:5px;border-top-width:2px;padding-top:4px;font-size:11px}.dashboard-page .unresolved-age-item,.dashboard-page .resolved-window-item,.dashboard-page .committee-work-summary-item{min-height:76px;padding:9px}.dashboard-page .unresolved-age-item span,.dashboard-page .resolved-window-item span,.dashboard-page .committee-work-summary-item span{font-size:12px;line-height:1.35}.dashboard-page .unresolved-age-item strong,.dashboard-page .resolved-window-item strong,.dashboard-page .committee-work-summary-item strong{font-size:22px}.bar-row{grid-template-columns:1fr 48px}.bar-row>span{grid-column:1 / -1}.source-distribution-card .bar-row{grid-template-columns:1fr}.source-distribution-card .bar-label{grid-column:1 / -1}.detail-grid{display:block;border-bottom:1px solid var(--app-border)}.mobile-issue-list,.mobile-work-list{padding:8px}.mobile-issue-card,.mobile-work-card{border-radius:9px;padding:9px}.mobile-issue-card-head,.mobile-work-card-head{grid-template-columns:minmax(0,1fr) auto}.mobile-issue-meta,.mobile-work-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid>div{display:grid;grid-template-columns:1fr}.detail-grid dt{min-height:0;border-bottom:0;padding-bottom:3px}.detail-grid dd{min-height:0;padding-top:3px}.photo-grid{grid-template-columns:1fr}.work-upload-item{grid-template-columns:40px minmax(0,1fr)}.work-upload-item .el-button{grid-column:1 / -1;justify-self:end}}@media (max-width: 380px){.brand-logo{width:54px;height:32px}.brand-area strong{display:block;max-width:68px}.topbar-account-area{width:min(170px,52vw)}}html.layout-preference-mobile body{overflow:auto}html.layout-preference-mobile #app,html.layout-preference-mobile .app-root{height:auto;min-height:100dvh;overflow:visible}html.layout-preference-mobile .topbar{position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px 10px;height:auto;padding:10px 12px 8px}html.layout-preference-mobile .brand-area{display:none}html.layout-preference-mobile .topbar-actions,html.layout-preference-mobile .topbar-account-area{display:contents}html.layout-preference-mobile .topbar-account-main{grid-column:2 / -1;grid-row:1;justify-self:end;align-self:center}html.layout-preference-mobile .account-role-tag{display:none}html.layout-preference-mobile .topbar .topbar-scope-select,html.layout-preference-mobile .topbar-actions .el-select,html.layout-preference-mobile .topbar-actions .community-switch{grid-column:1;width:100%;min-width:0}html.layout-preference-mobile .topbar-actions>*{min-width:0}html.layout-preference-mobile .topbar-actions .el-button.is-circle{justify-self:end;width:36px;height:36px}html.layout-preference-mobile .topbar-actions .topbar-refresh-button{display:none}html.layout-preference-mobile .account-menu{justify-self:end;flex:0 1 auto;min-width:0;max-width:none}html.layout-preference-mobile .account-trigger{justify-content:flex-end;width:auto;min-height:26px;max-width:156px;gap:4px;border:1px solid var(--app-border-soft);border-radius:8px;padding:0 7px;background:#f8fafc}html.layout-preference-mobile .account-trigger .el-icon{flex:0 0 auto;width:12px;margin-left:0}html.layout-preference-mobile .app-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:auto;overflow:visible;padding:0 8px 8px}html.layout-preference-mobile .side-nav{position:sticky;z-index:24;top:0;display:flex;align-items:center;overflow:auto hidden;flex-direction:row;gap:6px;margin:0 -8px;border-bottom:1px solid var(--app-border-soft);padding:5px 8px;background:#fff;scrollbar-width:none;-webkit-overflow-scrolling:touch}html.layout-preference-mobile .side-nav::-webkit-scrollbar{display:none}html.layout-preference-mobile .nav-group{display:flex;flex:0 0 auto;align-items:center;gap:6px;margin:0;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none}html.layout-preference-mobile .nav-group button{min-height:34px;margin:0;border:1px solid var(--app-border);padding:6px 10px;background:#fff;white-space:nowrap}html.layout-preference-mobile .nav-group button.active,html.layout-preference-mobile .nav-group button:hover{border-color:#276bd833;background:var(--app-primary-soft)}html.layout-preference-mobile .content-area{height:auto;min-height:0;overflow:visible;scrollbar-gutter:auto;-webkit-overflow-scrolling:touch}html.layout-preference-mobile .page-panel{min-height:auto}html.layout-preference-mobile .issue-workbench,html.layout-preference-mobile .settings-shell{display:block;height:auto}html.layout-preference-mobile .settings-tabs{display:block}html.layout-preference-mobile .settings-tabs>.el-tabs__content{display:block}html.layout-preference-mobile .settings-tabs>.el-tabs__content>.el-tab-pane{display:block}html.layout-preference-mobile .member-page-body{display:flex;height:calc(100dvh - var(--app-header-height) - 190px);flex-direction:column}html.layout-preference-mobile .workbench,html.layout-preference-mobile .chart-card,html.layout-preference-mobile .basic-section,html.layout-preference-mobile .platform-section,html.layout-preference-mobile .property-org-panel{border-radius:10px}html.layout-preference-mobile .toolbar{gap:10px;min-height:0;padding:10px 12px}html.layout-preference-mobile .issue-workbench .toolbar{display:flex;overflow-x:visible}html.layout-preference-mobile .issue-workbench .toolbar-title{display:block}html.layout-preference-mobile .issue-workbench .toolbar-title-line{display:flex}html.layout-preference-mobile .issue-workbench .filters{min-width:0}html.layout-preference-mobile .issue-toolbar-head,html.layout-preference-mobile .issue-toolbar-actions-row{align-items:stretch;flex-direction:column;gap:8px}html.layout-preference-mobile .issue-primary-filters,html.layout-preference-mobile .issue-secondary-filters{width:100%}html.layout-preference-mobile .toolbar-title-line{align-items:stretch;flex-direction:column}html.layout-preference-mobile .toolbar-title h2,html.layout-preference-mobile .card-head h2,html.layout-preference-mobile .panel-title,html.layout-preference-mobile .screen-toolbar h1{font-size:15px}html.layout-preference-mobile .issue-create-actions,html.layout-preference-mobile .screen-actions,html.layout-preference-mobile .section-actions{display:grid;grid-template-columns:1fr;width:100%}html.layout-preference-mobile .screen-actions .el-button,html.layout-preference-mobile .section-actions .el-button{width:100%;margin-left:0}html.layout-preference-mobile .issue-create-actions{gap:6px;padding-bottom:0}html.layout-preference-mobile .issue-create-actions .el-button{width:100%;min-width:0;margin-left:0;padding:0 10px}html.layout-preference-mobile .filters{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px 6px;width:100%}html.layout-preference-mobile .filters .issue-status-filters{flex:0 0 100%;min-width:0;width:100%}html.layout-preference-mobile .filters .issue-status-search-row{flex:0 0 100%;flex-wrap:wrap;width:100%}html.layout-preference-mobile .issue-toolbar-actions-row.has-many-create-actions .issue-status-search-row{flex-wrap:wrap}html.layout-preference-mobile .issue-toolbar-actions-row.has-many-create-actions .issue-status-filters{flex:0 0 100%;width:100%}html.layout-preference-mobile .filters .user-category-radio{display:flex;flex:0 0 100%;width:100%}html.layout-preference-mobile .filters .user-category-radio .el-radio-button{flex:1 1 0;min-width:0}html.layout-preference-mobile .filters .user-category-radio .el-radio-button__inner{width:100%;min-width:0;padding-left:8px;padding-right:8px}html.layout-preference-mobile .filters .issue-source-filter,html.layout-preference-mobile .filters .issue-visibility-filter{flex:1 1 0;min-width:0;width:auto}html.layout-preference-mobile .filters .search-input{min-width:0}html.layout-preference-mobile .filters .filter-search-row{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:8px;width:100%}html.layout-preference-mobile .filters .issue-primary-search-row,html.layout-preference-mobile .filters .issue-status-settings-trigger{display:none}html.layout-preference-mobile .filters .issue-mobile-search-row{display:grid}html.layout-preference-mobile .filters .filter-search-row-wide{flex:0 0 100%;width:100%}html.layout-preference-mobile .issue-primary-my-feedback.el-button{display:none}html.layout-preference-mobile .issue-mobile-my-feedback.el-button{display:inline-flex;width:100%;padding:0 8px}html.layout-preference-mobile .filters .issue-search-row{grid-template-columns:92px minmax(0,1fr) 36px}html.layout-preference-mobile .filters .issue-column-settings-trigger{display:none}html.layout-preference-mobile .app-pagination{overflow-x:auto;justify-content:flex-start;border-top:1px solid var(--app-border);border-radius:8px;-webkit-overflow-scrolling:touch}html.layout-preference-mobile .app-pagination>span,html.layout-preference-mobile .app-pagination .el-pagination{flex:0 0 auto}html.layout-preference-mobile .filters .el-button:not(.issue-age-sort-button),html.layout-preference-mobile .screen-actions .el-button,html.layout-preference-mobile .section-actions .el-button{width:100%;margin-left:0}html.layout-preference-mobile .filters .issue-age-sort-button.el-button{flex:0 0 auto;width:auto;min-width:0;justify-self:start}html.layout-preference-mobile .filters .filter-search-button.el-button,html.layout-preference-mobile .filters .issue-column-settings-button.el-button{width:36px;min-width:36px;padding:0}html.layout-preference-mobile .screen-actions .el-button.is-circle,html.layout-preference-mobile .section-actions .el-button.is-circle{justify-self:start;width:36px}html.layout-preference-mobile .filter-select,html.layout-preference-mobile .search-input,html.layout-preference-mobile .date-range-picker,html.layout-preference-mobile .el-date-editor.el-input,html.layout-preference-mobile .el-date-editor.el-input__wrapper,html.layout-preference-mobile .el-date-editor--daterange.el-input__wrapper{width:100%!important}html.layout-preference-mobile .desktop-issue-table,html.layout-preference-mobile .desktop-work-table{display:none}html.layout-preference-mobile .mobile-issue-list,html.layout-preference-mobile .mobile-work-list{display:grid;gap:8px;padding:8px;background:#f7f8fa}html.layout-preference-mobile .mobile-issue-card,html.layout-preference-mobile .mobile-work-card{display:grid;gap:8px;border:1px solid var(--app-border);border-radius:10px;padding:10px;background:#fff;box-shadow:0 4px 14px #0f172a0a}html.layout-preference-mobile .mobile-issue-card-head,html.layout-preference-mobile .mobile-work-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}html.layout-preference-mobile .mobile-issue-card-head-right{display:flex;align-items:center;flex-wrap:wrap;justify-self:end;justify-content:flex-end;gap:6px;min-width:0}html.layout-preference-mobile .mobile-issue-tags{display:flex;align-items:center;flex-wrap:wrap;gap:6px}html.layout-preference-mobile .mobile-issue-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}html.layout-preference-mobile .mobile-issue-summary{display:grid;gap:3px;border:1px solid rgba(15,23,42,.06);border-radius:7px;padding:6px 8px;background:#eef3f7}html.layout-preference-mobile .mobile-issue-description,html.layout-preference-mobile .mobile-work-description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:0;color:var(--app-text-1);font-size:13px;line-height:1.5}html.layout-preference-mobile .mobile-issue-meta,html.layout-preference-mobile .mobile-work-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:0}html.layout-preference-mobile .mobile-issue-meta>div,html.layout-preference-mobile .mobile-work-meta>div{min-width:0;border:1px solid rgba(15,23,42,.06);border-radius:7px;padding:6px 8px;background:#eef3f7}html.layout-preference-mobile .mobile-issue-photo-groups{display:grid;gap:6px;padding-left:8px}html.layout-preference-mobile .mobile-issue-photo-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0}html.layout-preference-mobile .mobile-issue-photo-row>span:first-child{flex-basis:100%}html.layout-preference-mobile .mobile-work-attachments{display:grid;gap:6px;min-width:0}html.layout-preference-mobile .mobile-issue-photo-row>span,html.layout-preference-mobile .mobile-work-attachments>span{color:var(--app-text-2);font-size:12px;font-weight:700}html.layout-preference-mobile .mobile-issue-action,html.layout-preference-mobile .mobile-work-action{display:flex;justify-content:flex-end;min-height:24px;margin-top:0}html.layout-preference-mobile .el-dialog{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px);margin:12px auto!important;border-radius:12px}html.layout-preference-mobile .el-dialog__header,html.layout-preference-mobile .el-dialog__body,html.layout-preference-mobile .el-dialog__footer{padding-left:14px;padding-right:14px}html.layout-preference-mobile .el-dialog__body{max-height:calc(100dvh - 150px);overflow:auto;-webkit-overflow-scrolling:touch}html.layout-preference-mobile .el-overlay{overflow:hidden}@media (max-width: 760px){html.layout-preference-desktop body{overflow:hidden}html.layout-preference-desktop #app,html.layout-preference-desktop .app-root{height:100vh;min-height:100vh;overflow:hidden}html.layout-preference-desktop .topbar{position:sticky;display:flex;flex-direction:row;align-items:center;height:var(--app-header-height);padding:0 10px}html.layout-preference-desktop .brand-area,html.layout-preference-desktop .topbar-actions,html.layout-preference-desktop .topbar-account-area{display:flex}html.layout-preference-desktop .account-role-tag{display:inline-flex}html.layout-preference-desktop .app-layout{grid-template-columns:128px minmax(0,1fr);grid-template-rows:minmax(0,1fr);gap:0;min-height:0;overflow:hidden;padding:0}html.layout-preference-desktop .side-nav{position:static;display:flex;flex-direction:column;overflow:auto;margin:0;border-right:1px solid var(--app-border-soft);border-bottom:0;padding:12px 8px;background:#fff}html.layout-preference-desktop .nav-group{display:grid;gap:6px}html.layout-preference-desktop .nav-group button{width:100%;white-space:nowrap}html.layout-preference-desktop .content-area{height:auto;min-height:0;overflow:auto}html.layout-preference-desktop .issue-workbench{display:flex;height:calc(100dvh - var(--app-header-height));flex-direction:column}html.layout-preference-desktop .settings-shell{height:calc(100dvh - var(--app-header-height))}html.layout-preference-desktop .toolbar{display:flex;flex-direction:row;align-items:center;gap:18px;padding:0 10px}html.layout-preference-desktop .issue-toolbar-head,html.layout-preference-desktop .issue-toolbar-actions-row,html.layout-preference-desktop .filters{align-items:center;flex-direction:row;flex-wrap:wrap}html.layout-preference-desktop .issue-create-actions,html.layout-preference-desktop .screen-actions,html.layout-preference-desktop .section-actions{display:flex;width:auto}html.layout-preference-desktop .issue-toolbar-actions-row.has-many-create-actions .issue-status-search-row{flex-wrap:nowrap}html.layout-preference-desktop .issue-primary-my-feedback.el-button{display:inline-flex}html.layout-preference-desktop .issue-mobile-my-feedback.el-button{display:none}html.layout-preference-desktop .issue-primary-search-row{display:flex}html.layout-preference-desktop .issue-mobile-search-row{display:none}html.layout-preference-desktop .issue-search-row-is-desktop-visible{display:flex}html.layout-preference-desktop .issue-status-settings-trigger,html.layout-preference-desktop .issue-column-settings-trigger,html.layout-preference-desktop .desktop-issue-table,html.layout-preference-desktop .desktop-work-table{display:block}html.layout-preference-desktop .mobile-issue-list,html.layout-preference-desktop .mobile-work-list{display:none}}.layout-preference-dialog{display:grid;gap:12px}.layout-preference-note,.layout-preference-current{margin:0;color:var(--app-text-2);line-height:1.6}.layout-preference-current{color:var(--app-text-1)}.layout-preference-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%}.layout-preference-options .el-radio-button{width:100%}.layout-preference-options .el-radio-button__inner{width:100%;white-space:nowrap}
