:root{color:#1b2529;background:#f3f6f7;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{padding:24px;background:#132428;color:#dce8e9}.brand{display:flex;align-items:center;gap:14px;margin-bottom:34px}.brand-mark{width:46px;height:46px;border-radius:12px;background:#0f9f8f;display:flex;align-items:center;justify-content:center;color:#fff}.brand strong,.brand span{display:block}.brand strong{font-size:17px}.brand span{color:#99afb3;margin-top:4px;font-size:13px}nav{display:grid;gap:8px}.nav-group{display:grid;gap:4px}.nav-item{height:42px;border:0;border-radius:10px;padding:0 12px;color:#b8c8cb;background:transparent;display:flex;align-items:center;gap:10px;cursor:pointer}.nav-item.active,.nav-item:hover{color:#fff;background:#ffffff1a}.subnav{display:grid;gap:3px;padding-left:32px}.subnav-item{height:30px;border:0;border-radius:8px;padding:0 10px;background:transparent;color:#8fa5a9;text-align:left;font-size:13px;cursor:pointer}.subnav-item.active,.subnav-item:hover{color:#fff;background:#ffffff14}.workspace{padding:28px}.topbar{min-height:82px;display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.topbar h1{margin:0;font-size:28px;letter-spacing:0}.topbar p{margin:8px 0 0;color:#6b787d}.topbar-actions{display:flex;align-items:center;gap:10px}.tenant-switcher{width:260px;max-width:32vw;height:42px;border:1px solid #dbe5e7;border-radius:8px;padding:0 12px;color:#1b2529;background:#fff;font:inherit}.icon-text-action{height:42px;border:1px solid #dbe5e7;border-radius:8px;padding:0 14px;background:#fff;color:#324147;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.icon-text-action:hover{border-color:#b9d6d3;color:#0e8176}.primary-action{height:42px;padding:0 18px;border:0;border-radius:8px;background:#0f9f8f;color:#fff;font-weight:700}.primary-action:disabled{opacity:.65;cursor:wait}.secondary-action{height:36px;padding:0 14px;border:1px solid #b9d6d3;border-radius:8px;background:#fff;color:#0e8176;font-weight:700}.activity-rich-content-quick{display:grid;gap:14px}.activity-rich-content-quick>.template-subsection-heading{display:none}.primary-light-action{height:36px;padding:0 14px;border:1px solid #d9b35f;border-radius:8px;background:#fff8e8;color:#8a5a12;font-weight:800}.primary-light-action:disabled{border-color:#e5e7eb;background:#f7f8f8;color:#a0a9ad;cursor:not-allowed}.ghost-action{height:36px;padding:0 12px;border:1px solid transparent;border-radius:8px;background:#f5f7f7;color:#53666c;font-weight:700}.danger-action{height:38px;padding:0 16px;border:1px solid rgba(243,95,99,.35);border-radius:8px;background:#fff;color:#d93030;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.stat-card,.panel,.ai-card{background:#fff;border:1px solid #e6ecee;border-radius:8px;box-shadow:0 10px 28px #14252a0d}.stat-card{padding:18px}.stat-card span,.stat-card small{display:block;color:#748188}.stat-card strong{display:block;margin:8px 0 6px;font-size:30px}.content-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:18px}.analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.manager-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:start}.activity-manager-grid{display:block}.activity-list-pane,.activity-editor-pane{min-width:0}.activity-resize-handle{position:relative;cursor:col-resize;touch-action:none}.activity-resize-handle:before{position:absolute;top:12px;bottom:12px;left:50%;width:3px;border-radius:999px;background:#d7e4e6;content:"";transform:translate(-50%);transition:background .15s ease,width .15s ease}.activity-resize-handle:hover:before,.is-resizing-pane .activity-resize-handle:before{width:4px;background:#0f9f8f}.is-resizing-pane{cursor:col-resize;user-select:none}.activity-detail-modal-mask{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:24px;background:#101b207a}.activity-detail-modal{display:grid;gap:16px;width:min(1180px,96vw);max-height:min(900px,94vh);overflow-y:auto;border-radius:16px;padding:18px;background:#fff;box-shadow:0 24px 70px #0c191f3d}.activity-detail-modal-head{position:sticky;top:-18px;z-index:8;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:-18px -18px 0;padding:18px 18px 14px;border-bottom:1px solid #edf2f3;background:#fffffff5;backdrop-filter:blur(10px)}.activity-detail-modal-head div{display:grid;gap:3px;min-width:0}.activity-detail-modal-head strong{color:#223039;font-size:18px}.activity-detail-modal-head span{overflow:hidden;color:#7d8a91;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.activity-detail-modal-head button{width:34px;height:34px;flex:0 0 auto;border:0;border-radius:50%;background:#f2f6f6;color:#68757c;font-size:22px;line-height:1;cursor:pointer}.activity-detail-modal-head button:hover{background:#e7eeee;color:#223039}.tenant-layout,.member-layout,.material-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.notice-layout,.admin-user-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}.settings-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:start}.panel{padding:20px}.panel-title{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#0e8176}.panel-title h2{margin:0;color:#1b2529;font-size:18px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.panel-heading .panel-title{margin-bottom:0}.activity-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.activity-editor-heading .panel-title{min-width:0;margin-bottom:0}.activity-editor-heading .panel-title h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-editor-heading .secondary-action{flex:0 0 auto}.header-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.panel-toolbar{display:flex;gap:10px;justify-content:flex-end;align-items:center;flex-wrap:wrap;margin:-4px 0 14px}.order-filter-tabs{display:inline-flex;gap:4px;padding:4px;border:1px solid #d7e1e2;border-radius:10px;background:#f4f8f8}.order-filter-tabs button{border:0;border-radius:8px;padding:7px 11px;background:transparent;color:#5e7076;font-size:13px;font-weight:700}.order-filter-tabs button.active{background:#128c7e;color:#fff;box-shadow:0 6px 14px #128c7e2e}.order-filter-tabs small{margin-left:4px;opacity:.78}.order-status-filters{display:flex;gap:7px;margin:-4px 0 12px;overflow-x:auto;padding-bottom:2px}.order-status-filters button{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;border:1px solid #dbe5e7;border-radius:999px;padding:6px 10px;background:#fff;color:#617078;font-size:12px;font-weight:700;cursor:pointer}.order-status-filters button.active{border-color:#128c7e;color:#087568;background:#e8f7f4}.order-status-filters small{color:inherit;opacity:.72}.toolbar-search{min-width:240px;height:36px;padding:0 12px;border:1px solid #d7e1e2;border-radius:8px}.export-link{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:34px;padding:0 12px;border-radius:8px;background:#eef8f7;color:#0e8176;font-size:13px;font-weight:700;text-decoration:none}.export-link:hover{background:#dff1ef}.table{display:grid;gap:6px}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;color:#68767c;font-size:13px}.pagination-bar div{display:flex;gap:8px}.table-row{display:grid;grid-template-columns:2fr .9fr .8fr .7fr .7fr;gap:12px;padding:12px 10px;border-radius:6px;color:#334147;border:0;background:transparent;width:100%;text-align:left}.activity-table .table-row{grid-template-columns:1.55fr .75fr .75fr .5fr .45fr .55fr}.activity-table.has-actions .table-row{grid-template-columns:1.45fr .7fr .7fr .5fr .45fr .5fr .6fr 1.05fr}.commission-table .table-row{grid-template-columns:1.1fr 1.8fr .9fr .7fr .7fr .7fr .9fr}.finance-table .table-row{grid-template-columns:1.3fr 1fr .8fr .65fr .65fr .65fr}.member-order-table .table-row{grid-template-columns:1.15fr .9fr 1fr .55fr .65fr .85fr .7fr}.member-table .table-row{grid-template-columns:42px 1fr .55fr .9fr 1fr .7fr .45fr .75fr .5fr .65fr;align-items:center}.entitlement-toolbar select{height:36px;padding:0 34px 0 10px;border:1px solid #d7e1e2;border-radius:8px;background:#fff;color:#334147}.entitlement-toolbar .secondary-action{display:inline-flex;align-items:center;gap:6px}.entitlement-table{min-width:1040px;overflow:visible}.entitlement-table .table-row{grid-template-columns:1.15fr .85fr 1.25fr .8fr .65fr .9fr 1.55fr .85fr;align-items:start}.entitlement-row>span,.entitlement-row>span>strong,.entitlement-row>span>small{min-width:0}.entitlement-row>span>strong,.entitlement-row>span>small{display:block}.entitlement-row small{margin-top:3px;color:#718087;font-size:12px;line-height:1.45}.entitlement-usages{display:grid;gap:6px}.entitlement-usage{display:flex;align-items:center;justify-content:space-between;gap:6px}.entitlement-usage .button-link{flex:0 0 auto;padding:0;border:0;background:transparent}.danger-link{color:#b64747}.member-avatar-thumb,.member-avatar-placeholder{width:34px;height:34px;border-radius:50%}.member-avatar-thumb{display:block;object-fit:cover;background:#eef3f4}.member-avatar-placeholder{display:inline-flex;align-items:center;justify-content:center;color:#0e8176;background:#e8f6f4;font-size:14px;font-weight:800}.material-table{margin-top:14px}.material-table .table-row{grid-template-columns:1.3fr 1.4fr .55fr .7fr .6fr .5fr}.notice-table{margin-top:14px}.notice-table .table-row{grid-template-columns:1.45fr 1.5fr .65fr .65fr .55fr}.notification-log-panel{grid-column:1 / -1}.notification-table .table-row{grid-template-columns:1.4fr 1.5fr .75fr .9fr .55fr 1.4fr}.admin-user-table{margin-top:14px}.admin-user-table .table-row{grid-template-columns:1fr 1fr .7fr .65fr .65fr}.tenant-table .table-row{grid-template-columns:1.4fr .8fr .55fr .45fr .45fr}.audit-table .table-row{grid-template-columns:1.6fr 1fr .55fr .85fr 1.25fr}.review-table .table-row{grid-template-columns:1.35fr .65fr .42fr .55fr .42fr 1fr}.audit-hint{margin-top:14px}.admin-login-panel{grid-column:1 / -1}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:20px;background:#eef3f4}.auth-shell .admin-login-panel{width:min(460px,100%);padding:28px}.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:24px}.auth-brand-mark{width:44px;height:44px;border-radius:8px;background:#0f9f8f;color:#fff;display:flex;align-items:center;justify-content:center}.auth-brand strong,.auth-brand span{display:block}.auth-brand strong{font-size:20px}.auth-brand span{color:#6e7c82;margin-top:4px;font-size:13px}.login-form .form-pair{grid-template-columns:1fr}.login-form .primary-action{width:100%;margin-top:4px}.login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px;border-radius:8px;background:#f3f6f7}.login-tab{height:36px;border:0;border-radius:7px;background:transparent;color:#68767c;font-weight:700;cursor:pointer}.login-tab.active{background:#fff;color:#0e8176;box-shadow:0 4px 12px #14252a14}.password-field,.sms-code-field{display:flex;align-items:center;border:1px solid #dbe5e7;border-radius:8px;background:#fff;overflow:hidden}.password-field input,.sms-code-field input{border:0;border-radius:0}.password-eye{width:44px;height:42px;border:0;background:#fff;color:#68767c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.password-eye:hover{color:#0e8176}.sms-code-button{width:108px;height:42px;border:0;border-left:1px solid #e4ebed;background:#fff;color:#0e8176;font-size:13px;font-weight:800;cursor:pointer}.sms-code-button:disabled{color:#96a3a8;cursor:wait}.muted-text{color:#6e7c82;margin:0}.analytics-table .table-row{grid-template-columns:1.8fr .7fr .55fr .55fr .55fr .55fr}.promoter-rank-table .table-row{grid-template-columns:1.2fr .8fr .55fr .8fr}.roster-table .table-row{grid-template-columns:1.3fr 1.1fr .9fr .7fr}.table-row.head{color:#6e7c82;background:#f3f6f7;font-weight:700}button.table-row{cursor:pointer}button.table-row:hover,.selected-row{background:#eef8f7}.table-cell-button{min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.table-cell-button:hover,.text-action:hover{color:#0f9f8f}.title-cell{display:flex;flex-direction:column;gap:3px;font-weight:700}.title-cell small{color:#7b878c;font-size:11px;font-weight:600}.title-cell .danger-inline{color:#bd4b3f}.title-cell .warning-inline{color:#a76713}.table-actions{display:flex;align-items:center;gap:8px}.text-action{height:28px;padding:0 8px;border:1px solid #cfe3e1;border-radius:7px;background:#fff;color:#0e8176;font-size:12px;font-weight:700;cursor:pointer}.text-action.danger{border-color:#ffd2d4;color:#d84f54}.text-action.publish{border-color:#b9d6d3;background:#eef8f7}.text-action.muted{border-color:#d5dee1;color:#68767c}.text-action.danger:hover{background:#fff2f3;color:#b83439}.status-pill,.readonly-status{display:inline-flex;align-items:center;min-height:28px;width:max-content;max-width:100%;padding:0 9px;border-radius:999px;background:#f3f6f7;color:#68767c;font-size:12px;font-weight:700}.status-pill.published,.readonly-status.published{background:#e2f5f1;color:#0e8176}.editor-form{display:grid;gap:14px}.editor-form label,.editor-label{display:grid;gap:7px;color:#5c6b72;font-size:13px;font-weight:700}.editor-form input,.editor-form select,.editor-form textarea{width:100%;border:1px solid #dbe5e7;border-radius:8px;padding:10px 11px;color:#1b2529;background:#fff;font:inherit}.editor-form textarea{min-height:92px;resize:vertical}.leader-user-search{position:relative}.leader-user-options{display:grid;gap:6px;max-height:280px;overflow:auto;padding:8px;border:1px solid #dbe8e9;border-radius:10px;background:#f8fbfb}.leader-user-options button{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;padding:8px 10px;border:0;border-radius:8px;background:#fff;color:#1b2529;text-align:left;cursor:pointer}.leader-user-options button:hover{background:#edf8f6}.leader-user-options img,.leader-user-options button>span{width:34px;height:34px;border-radius:50%}.leader-user-options img{object-fit:cover}.leader-user-options button>span{display:inline-flex;align-items:center;justify-content:center;background:#e6f4f1;color:#0e8176;font-weight:800}.leader-user-options strong{min-width:0;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.leader-user-options em{color:#708087;font-size:12px;font-style:normal}.field-hint{color:#87969b;font-size:12px;font-weight:600}.field-hint.success{color:#0e8176}.leader-bound-avatar{min-height:42px;display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #dbe5e7;border-radius:8px;background:#f8fbfb}.leader-bound-avatar img{width:46px;height:46px;border-radius:50%;object-fit:cover}.leader-bound-avatar span{color:#829096;font-size:12px;font-weight:600}.editor-form label.checkbox-field{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:42px;margin-top:23px}.editor-form label.checkbox-field input{width:16px;height:16px;flex:0 0 auto;padding:0}.settings-subsection{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;background:#f5f9f8}.settings-subsection>div{display:grid;gap:4px}.settings-subsection strong{color:#263f46;font-size:13px}.settings-subsection span{color:#718087;font-size:12px;line-height:1.45}.settings-reset-button{flex:0 0 auto;padding:6px 10px;border:1px solid #bcd8d2;border-radius:6px;background:#fff;color:#168073;font-size:12px;font-weight:800;cursor:pointer}.image-input-row{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:10px}.activity-image-upload-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:10px 12px;border:1px dashed #b9d6d3;border-radius:8px;background:#f7fbfa}.activity-image-upload-row>span{min-width:0;color:#657b80;font-size:12px;line-height:1.5}.activity-image-upload-row .upload-button{flex:0 0 96px}.upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;height:42px;border:1px solid #b9d6d3;border-radius:8px;background:#fff;color:#0e8176;font-size:13px;font-weight:700;cursor:pointer}.upload-button.loading{cursor:wait;opacity:.75}.upload-button.is-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.upload-button input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-button input:disabled{cursor:wait}.leader-license-preview{display:grid;grid-template-columns:minmax(0,1fr) 96px;gap:12px;align-items:start;margin:-4px 0 14px}.leader-license-preview img{width:100%;max-height:260px;object-fit:contain;border:1px solid #dce7e8;border-radius:10px;background:#f6faf9}.leader-license-preview button{height:38px;border:1px solid #f0c2ba;border-radius:8px;background:#fff8f6;color:#b94735;font-weight:800;cursor:pointer}.activity-import-status{padding:8px 10px;border:1px solid #d7ebe8;border-radius:8px;background:#f6fbfa;color:#33635e;font-size:13px;line-height:1.5}.activity-import-image-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:10px}.activity-import-image-preview img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border:1px solid #dfe9ec;border-radius:8px;background:#fff}.content-section-image-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.content-section-image-preview>div{position:relative;aspect-ratio:4 / 3}.content-section-image-preview img{width:100%;height:100%;object-fit:cover;border:1px solid #dfe9ec;border-radius:8px;background:#fff}.content-section-drop-hint{display:grid;place-items:center;min-height:64px;border:1px dashed #bfd5d1;border-radius:8px;background:#f7fbfa;color:#789096;font-size:12px}.cover-preview{display:grid;grid-template-columns:96px 1fr;align-items:center;gap:12px;padding:10px;border:1px solid #e1ebed;border-radius:8px;background:#f8fafb;color:#68767c;font-size:13px}.cover-preview img{width:96px;aspect-ratio:16 / 9;object-fit:cover;border-radius:6px;background:#e8eef0}.activity-cover-preview.image-preview-tile{width:100%}.activity-cover-preview .image-preview-open{width:96px}.activity-gallery-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.activity-gallery-preview button{aspect-ratio:1 / 1;overflow:hidden;padding:0;border:1px solid #dce8ea;border-radius:8px;background:#f7fbfb;cursor:pointer}.activity-gallery-preview img{width:100%;height:100%;object-fit:cover;display:block}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-section-title{padding-top:4px;color:#1b2529;font-size:14px;font-weight:800}.tenant-runtime-preview{border:1px solid #e1ebed}.batch-panel{padding:14px;border-radius:8px;background:#f8fafb}.batch-row{display:grid;grid-template-columns:1.15fr 1fr 1fr .65fr .65fr .55fr .45fr .65fr;gap:8px;align-items:center;padding-top:10px;color:#5b6a70}.batch-row input,.batch-row select{min-width:0;border:1px solid #dbe5e7;border-radius:7px;padding:8px;font:inherit}.form-message{min-height:22px;color:#0e8176;font-size:13px;font-weight:700}.analytics-panel{margin-top:18px}.metric-bars{display:grid;gap:14px}.metric-bar-row{display:grid;gap:7px}.metric-label{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#68767c;font-size:13px}.metric-label strong{color:#1b2529}.metric-track{height:9px;overflow:hidden;border-radius:999px;background:#edf2f3}.metric-track div{height:100%;border-radius:inherit;background:#0f9f8f}.delivery-summary{display:grid;gap:5px;margin-bottom:14px}.delivery-summary strong{font-size:26px}.delivery-summary span{color:#68767c}.activity-side{display:grid;gap:18px}.review-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.25fr);gap:18px}.lead-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px}.growth-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px}.growth-table .table-row{grid-template-columns:1fr .9fr .65fr .45fr .5fr .65fr}.growth-detail-panel{display:grid;gap:14px;align-content:start}.growth-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.growth-metrics div,.growth-activity-list{display:grid;gap:7px;padding:12px;border-radius:8px;background:#f8fafb}.growth-metrics strong,.growth-activity-list strong{color:#1b2529}.growth-metrics span,.growth-activity-list span,.growth-activity-list em{color:#68767c;font-size:13px;font-style:normal}.growth-activity-list div{display:flex;justify-content:space-between;gap:12px;padding-top:6px;border-top:1px solid #e6ecee}.lead-filters{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.lead-filters button{min-height:34px;padding:0 12px;border:1px solid #d9e3e6;border-radius:8px;background:#f8fafb;color:#40545c;cursor:pointer}.lead-filters button.active{border-color:#216e5b;color:#216e5b;background:#eef8f7}.lead-list{display:grid;gap:10px}.lead-card{display:grid;gap:7px;width:100%;padding:12px;border:1px solid #e4ecee;border-left:4px solid #aab6bb;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.lead-card.selected{border-left-color:#216e5b;background:#f7fbfa}.lead-card div{display:grid;gap:3px}.lead-card strong{color:#1b2529}.lead-card span,.lead-card em{color:#68767c;font-size:13px;font-style:normal}.lead-card em{color:#216e5b;font-weight:800}.lead-editor{align-content:start}.lead-insights{display:grid;gap:10px}.lead-insights div{display:grid;gap:6px;padding:12px;border-radius:8px;background:#f8fafb}.lead-insights strong{color:#1b2529}.lead-insights span{color:#68767c;font-size:13px;line-height:1.55}.review-selector{display:grid;gap:7px;margin:14px 0;color:#5c6b72;font-size:13px;font-weight:700}.review-selector select{width:100%;border:1px solid #dbe5e7;border-radius:8px;padding:10px 11px;color:#1b2529;background:#fff;font:inherit}.review-report-panel{display:grid;gap:14px}.review-insights{display:grid;grid-template-columns:1fr 1fr;gap:12px}.review-insights div{display:grid;gap:8px;padding:12px;border-radius:8px;background:#f8fafb}.review-insights strong{color:#1b2529}.review-insights span{color:#68767c;font-size:13px}.review-list{display:grid;gap:10px}.review-card{display:grid;gap:8px;padding:12px;border:1px solid #e6ecee;border-radius:8px;background:#fff}.review-card div{display:grid;gap:4px}.review-card strong{color:#1b2529}.review-card span,.review-card p{margin:0;color:#68767c;font-size:13px;line-height:1.55}.checkin-workbench{display:grid;gap:16px}.checkin-toolbar{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(260px,1fr);gap:12px}.checkin-toolbar label{display:grid;gap:7px;color:#5c6b72;font-size:13px;font-weight:700}.checkin-toolbar select,.checkin-toolbar input{width:100%;border:1px solid #dbe5e7;border-radius:8px;padding:10px 11px;color:#1b2529;background:#fff;font:inherit}.checkin-list{display:grid;gap:10px}.checkin-card{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:14px;align-items:start;padding:14px;border:1px solid #e0e9eb;border-left:4px solid #d4952f;border-radius:8px;background:#fff}.checkin-card.checked{border-left-color:#216e5b;background:#f7fbfa}.checkin-person,.checkin-status{display:grid;gap:5px}.checkin-person strong,.checkin-status strong{color:#1b2529}.checkin-person span,.checkin-status span{color:#68767c;font-size:13px}.checkin-actions{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end;margin-top:4px}.checkin-actions button{min-height:34px;padding:0 12px;border:0;border-radius:8px;background:#216e5b;color:#fff;cursor:pointer}.checkin-actions button:disabled{cursor:wait;opacity:.55}.roster-panel,.checklist-panel,.carpool-panel{display:grid;gap:12px;padding-top:18px;border-top:1px solid #e6ecee}.roster-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.roster-summary div{padding:12px;border-radius:8px;background:#f8fafb}.roster-summary span{display:block;color:#68767c;font-size:13px}.roster-summary strong{display:block;margin-top:6px;font-size:22px}.roster-batches{display:grid;gap:7px;color:#68767c;font-size:13px}.progress-track{height:8px;overflow:hidden;border-radius:999px;background:#e6ecee}.progress-track span{display:block;height:100%;border-radius:inherit;background:#216e5b}.checklist-list{display:grid;gap:10px}.checklist-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:12px;border:1px solid #e6ecee;border-left:4px solid #aab6bb;border-radius:8px;background:#fff}.checklist-item.status-in_progress{border-left-color:#d4952f}.checklist-item.status-done{border-left-color:#216e5b}.checklist-item>div:first-child{display:grid;gap:5px}.checklist-item strong{color:#1b2529}.checklist-item span{color:#68767c;font-size:13px}.checklist-meta{color:#3c555d}.checklist-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.checklist-actions button{min-height:32px;padding:0 10px;border:1px solid #d9e3e6;border-radius:8px;background:#f8fafb;color:#1b2529;cursor:pointer}.checklist-actions button:hover:not(:disabled){border-color:#216e5b;color:#216e5b}.checklist-actions button:disabled{cursor:wait;opacity:.55}.carpool-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.carpool-column{display:grid;gap:8px;padding:12px;border-radius:8px;background:#f8fafb}.carpool-column>strong{color:#1b2529}.carpool-card{display:grid;gap:5px;padding:10px;border-radius:8px;border:1px solid #e6ecee;background:#fff}.carpool-card div{display:grid;gap:3px}.carpool-card span{color:#68767c;font-size:13px}.order-list{display:grid;gap:12px}.compact-order-table{display:grid;overflow:hidden;border:1px solid #e1e8ea;border-radius:10px;background:#fff}.compact-order-row{position:relative;display:grid;grid-template-columns:132px minmax(220px,1.5fr) minmax(130px,.85fr) 54px 82px minmax(128px,.8fr) 96px 130px minmax(150px,.9fr);gap:10px;align-items:center;min-height:54px;border-top:1px solid #edf2f3;padding:8px 12px;color:#506169;font-size:12px;cursor:pointer}.compact-order-row:not(.compact-order-head):before{position:absolute;top:0;bottom:0;left:0;width:4px;content:""}.compact-order-row:first-child{border-top:0}.compact-order-row:hover{background:#f7fbfb}.compact-order-row:focus{outline:2px solid rgba(18,140,126,.22);outline-offset:-2px}.compact-order-head{min-height:38px;background:#f4f8f8;color:#69787f;font-weight:800;cursor:default}.compact-order-head:hover{background:#f4f8f8}.order-row-pending_review{background:#fff8ed}.order-row-pending_review:before{background:#f0a03a}.order-row-pending_payment{background:#fffaf1}.order-row-pending_payment:before{background:#e0a43b}.order-row-pending_confirm{background:#fff6dc}.order-row-pending_confirm:before{background:#d88c13}.order-row-paid{background:#edf9f4}.order-row-paid:before{background:#18a878}.order-row-completed{background:#eef8f2}.order-row-completed:before{background:#43a66a}.order-row-cancel_requested{background:#fff2e8}.order-row-cancel_requested:before{background:#d87832}.order-row-refund_requested{background:#fff0f2}.order-row-refund_requested:before{background:#df6370}.order-row-refunded{background:#fdf0f2}.order-row-refunded:before{background:#c75361}.order-row-cancelled,.order-row-rejected{background:#f4f6f7}.order-row-cancelled:before,.order-row-rejected:before{background:#9aa5aa}.order-no-cell{color:#253138;font-weight:800;white-space:nowrap}.order-title-cell{overflow:hidden;color:#2e3b42;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.order-user-cell{display:grid;gap:2px}.order-user-cell strong{overflow:hidden;color:#26343b;text-overflow:ellipsis;white-space:nowrap}.order-user-cell small{overflow:hidden;color:#879198;text-overflow:ellipsis;white-space:nowrap}.money-cell{color:#d6535a;font-weight:800}.compact-order-actions{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.compact-order-actions button,.order-detail-actions button{min-height:28px;border:0;border-radius:6px;padding:0 9px;background:#128c7e;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.compact-order-actions button:hover,.order-detail-actions button:hover{background:#0f796d}.compact-order-actions .danger,.order-detail-actions .danger{background:#e65d65}.compact-order-actions .danger:hover,.order-detail-actions .danger:hover{background:#d94b54}.compact-order-actions .muted-action,.order-detail-actions .muted-action{border:1px solid #d7e1e2;background:#fff;color:#617078}.compact-order-actions .muted-action:hover,.order-detail-actions .muted-action:hover{background:#f2f6f6}.order-detail-modal-mask{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:24px;background:#101b207a}.order-detail-modal{display:grid;gap:14px;width:min(920px,94vw);max-height:min(840px,92vh);overflow-y:auto;border-radius:14px;padding:18px;background:#fff;box-shadow:0 24px 70px #0c191f38}.order-detail-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #edf2f3;padding-bottom:12px}.order-detail-modal-head div{display:grid;gap:3px}.order-detail-modal-head strong{color:#223039;font-size:18px}.order-detail-modal-head span{color:#7d8a91;font-size:12px}.order-detail-modal-head button{width:32px;height:32px;border:0;border-radius:50%;background:#f2f6f6;color:#68757c;font-size:22px;line-height:1;cursor:pointer}.order-detail-summary{display:flex;align-items:center;gap:10px;color:#293841;font-weight:800}.order-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.order-detail-grid div{display:grid;gap:4px;border:1px solid #e6ecee;border-radius:8px;padding:10px;background:#f8fafb}.order-detail-grid small{color:#7d8a91}.order-detail-grid strong{color:#24323a}.detail-note{margin:0;border-radius:8px;padding:9px 10px;background:#fff7e8;color:#9a5b12;font-size:13px}.order-receipt-panel{display:grid;gap:10px;border:1px solid #dce9e7;border-radius:10px;padding:12px;background:#f7fbfa}.order-receipt-panel.empty-receipt{border-color:#efd9b5;background:#fff9ef}.order-receipt-panel.empty-receipt div,.order-receipt-head,.order-receipt-head>div{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.order-receipt-head>div,.order-receipt-panel.empty-receipt div{flex-direction:column}.order-receipt-panel strong{color:#23363b;font-size:14px}.order-receipt-panel span,.order-receipt-panel small{color:#6d7b80;font-size:12px}.order-receipt-head a{flex:none;border-radius:7px;padding:7px 11px;background:#0f9f8f;color:#fff;font-size:12px;font-weight:700;text-decoration:none}.order-receipt-image-link{display:block;overflow:hidden;width:min(360px,100%);max-height:280px;border:1px solid #d7e2e1;border-radius:8px;background:#fff}.order-receipt-image-link img{display:block;width:100%;max-height:280px;object-fit:contain}.order-receipt-loading{display:grid;min-height:120px;place-items:center;border-radius:8px;background:#eef4f3;color:#728086;font-size:13px}.order-detail-actions{flex-wrap:wrap;margin-top:0}.order-item{display:grid;gap:7px;padding:14px;border-radius:8px;background:#f8fafb}.order-topline{display:flex;align-items:center;justify-content:space-between;gap:14px}.order-item span{color:#68767c}.order-item em{color:#f35f63;font-style:normal;font-weight:700}.order-actions{display:flex;gap:8px;margin-top:6px}.order-actions button{height:32px;padding:0 12px;border:0;border-radius:7px;color:#fff;background:#0f9f8f;cursor:pointer;font-weight:700}.order-actions .danger{background:#f35f63}.danger-text{color:#d93030;font-weight:700}.order-actions .muted-action{background:#6f7d83}.order-service-detail{display:grid;gap:10px;margin-top:6px}.service-summary{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:10px;padding:10px;border-radius:8px;background:#fff}.participant-list{display:grid;gap:8px}.participant-card{display:grid;gap:5px;padding:10px;border-radius:8px;border:1px solid #e6ecee;background:#fff}.participant-card strong{color:#1b2529}.order-admin-tools{display:grid;gap:10px;margin-top:8px;padding-top:10px;border-top:1px solid #e6ecee}.order-admin-tools label{display:grid;gap:6px;color:#5c6b72;font-size:13px;font-weight:700}.order-admin-tools input{width:100%;border:1px solid #dbe5e7;border-radius:8px;padding:9px 10px;color:#1b2529;background:#fff;font:inherit}.status-log{display:grid;gap:6px;color:#68767c;font-size:13px}.status-log strong{color:#1b2529}.commission-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px}.member-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.commission-summary div,.member-summary div{padding:16px;border-radius:8px;background:#f8fafb}.commission-summary span,.member-summary span{display:block;color:#68767c}.commission-summary strong,.member-summary strong{display:block;margin-top:8px;font-size:28px}.subsection-title{margin:22px 0 12px;color:#1b2529;font-size:16px}.reconciliation-box{display:grid;grid-template-columns:minmax(0,1fr) 180px auto;gap:12px;align-items:center;margin-bottom:12px;padding:14px;border:1px solid #dce7e9;border-radius:8px;background:#f8fafb}.reconciliation-box strong,.reconciliation-box span{display:block}.reconciliation-box span,.reconciliation-result{color:#68767c;font-size:13px}.reconciliation-box input{height:40px;padding:0 12px;border:1px solid #dce2e5;border-radius:8px;background:#fff}.reconciliation-result{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.member-profile-head{display:flex;align-items:center;gap:12px;padding:14px;border-radius:8px;background:#f8fafb}.member-profile-head strong,.member-profile-head span{display:block}.member-profile-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#eef3f4;flex:0 0 auto}.member-profile-avatar.placeholder{display:inline-flex;align-items:center;justify-content:center;color:#0e8176;background:#e8f6f4;font-size:22px;font-weight:800}.member-profile-head span{margin-top:6px;color:#68767c}.member-order-panel,.member-phone-panel{display:grid;gap:8px;padding:14px;border-radius:8px;background:#f8fafb;color:#68767c}.member-order-panel strong,.member-phone-panel strong{color:#1b2529}.promoter-availability-editor{display:grid;gap:10px;padding:14px;border:1px solid #d8e7e5;border-radius:8px;background:#f7fbfa}.promoter-availability-editor>strong{color:#19363c}.promoter-availability-editor>span{color:#66777d;font-size:12px}.promoter-availability-editor textarea{min-height:92px}.plan-editor-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(520px,100%),1fr));gap:14px}.content-editor-panel{max-width:980px}.content-section-list{display:grid;gap:14px}.content-section-card{display:grid;gap:12px;padding:14px;border:1px solid #e3ecee;border-radius:8px;background:#f8fafb}.content-section-card .panel-heading{margin-bottom:0}.plan-editor-card{display:grid;gap:12px;padding:14px;border-radius:8px;background:#f8fafb}.plan-editor-card label{display:grid;gap:7px;color:#5c6b72;font-size:13px;font-weight:700}.plan-editor-card input,.plan-editor-card select,.plan-editor-card textarea{width:100%;border:1px solid #dbe5e7;border-radius:8px;padding:9px 10px;color:#1b2529;background:#fff;font:inherit}.plan-editor-card input:disabled{color:#68767c;background:#eef2f3;cursor:not-allowed}.plan-editor-card textarea{min-height:92px;resize:vertical}.plan-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;border:1px solid #dce8e8;border-radius:8px;background:#fff}.plan-editor-card .plan-checkbox-row{display:flex;align-items:center;align-self:end;min-height:40px;gap:8px}.plan-editor-card .plan-checkbox-row input{width:16px;height:16px;flex:0 0 auto}.plan-policy-note{padding:10px 12px;border-left:3px solid #2ca89a;background:#eef8f6;color:#53666d;font-size:12px;line-height:1.6}@media(max-width:720px){.plan-policy-grid{grid-template-columns:1fr}}.material-preview{display:grid;gap:8px;padding:14px;border-radius:8px;background:#f8fafb}.material-preview p{margin:0;color:#334147;line-height:1.6}.material-preview span{color:#68767c}.inline-action{min-height:30px;padding:0 10px;border:0;border-radius:7px;background:#0f9f8f;color:#fff;cursor:pointer;font-weight:700}.promoter-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.promoter-layout div{padding:16px;border-radius:8px;background:#f8fafb}.promoter-layout p,.ai-card p,.empty p{color:#68767c;line-height:1.6}.application-list{display:grid;gap:12px}.application-card{display:grid;gap:7px;padding:16px;border-radius:8px;background:#f8fafb}.application-card span{color:#68767c}.application-card p{margin:4px 0;color:#334147;line-height:1.55}.ai-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ai-workbench{display:grid;grid-template-columns:.9fr 1fr .8fr;gap:18px;align-items:start}.ai-card{min-height:156px;padding:20px;display:grid;gap:12px}.ai-card svg{color:#0f9f8f}.ai-draft{display:grid;gap:12px}.ai-draft strong,.ai-draft span{display:block}.ai-draft span{color:#68767c}.ai-draft pre{margin:0;min-height:260px;padding:16px;border-radius:8px;background:#f8fafb;color:#233137;white-space:pre-wrap;line-height:1.65;font:inherit}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-list em{padding:5px 10px;border-radius:999px;background:#eef8f7;color:#0e8176;font-size:12px;font-style:normal;font-weight:700}.ai-history{display:grid;gap:10px}.history-item{display:grid;gap:5px;width:100%;padding:12px;border:0;border-radius:8px;background:#f8fafb;color:#334147;text-align:left;cursor:pointer}.history-item span{color:#68767c;font-size:13px}.active-history{background:#eef8f7}.empty{color:#728086}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}.workspace{padding:18px;overflow-x:hidden}.topbar,.panel-heading{align-items:flex-start;flex-direction:column}.tenant-switcher{width:100%;max-width:none}nav{grid-template-columns:repeat(2,1fr)}.stats-grid,.content-grid,.analytics-grid,.ai-grid,.ai-workbench,.lead-layout,.growth-layout,.review-layout,.promoter-layout,.manager-grid,.activity-manager-grid,.tenant-layout,.member-layout,.material-layout,.notice-layout,.admin-user-layout,.settings-layout,.plan-editor-list,.form-pair,.review-insights,.growth-metrics,.checkin-toolbar,.checkin-card,.carpool-columns,.checklist-item,.commission-summary,.member-summary{grid-template-columns:1fr}.activity-resize-handle{display:none}.activity-editor-heading{align-items:flex-start;flex-direction:column}.tenant-table{overflow-x:auto}.tenant-table .table-row{min-width:520px}}:root{color:#172126;background:#f5f7f8;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;--admin-accent: #009b8c;--admin-accent-dark: #087d74;--admin-sidebar: #102228;--admin-sidebar-soft: #1b343a;--admin-surface: #ffffff;--admin-canvas: #f5f7f8;--admin-border: #dfe5e8;--admin-border-soft: #edf0f2;--admin-text: #172126;--admin-muted: #66747b;--admin-danger: #d94b55;--admin-warning: #d67b16}body{min-width:320px;color:var(--admin-text);background:var(--admin-canvas);font-size:14px}button,input,select,textarea{letter-spacing:0}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(0,155,140,.28);outline-offset:1px}.app-shell{grid-template-columns:224px minmax(0,1fr);transition:grid-template-columns .18s ease}.app-shell.sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{position:sticky;top:0;min-width:0;width:224px;height:100vh;padding:16px 12px 12px;overflow:hidden auto;background:var(--admin-sidebar);border-right:1px solid rgba(255,255,255,.05);scrollbar-width:thin}.mobile-sidebar-backdrop{display:none}.brand{gap:10px;min-height:48px;margin:0 4px 20px}.brand-mark{flex:0 0 40px;width:40px;height:40px;border-radius:8px;background:var(--admin-accent)}.brand-copy{min-width:0;white-space:nowrap}.brand strong{font-size:15px}.brand span{margin-top:2px;color:#93a7ac;font-size:11px}nav{display:block}.nav-section{display:grid;gap:2px;margin-bottom:14px}.nav-section-label{padding:4px 10px 6px;color:#6f898f;font-size:11px;font-weight:700}.nav-item{position:relative;width:100%;height:36px;border-radius:6px;padding:0 10px;color:#b9c8cb;font-size:13px;white-space:nowrap}.nav-item svg{flex:0 0 auto;color:#91a7ac}.nav-item>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.nav-item .nav-chevron{margin-left:auto}.nav-item.active,.nav-item:hover{color:#fff;background:var(--admin-sidebar-soft)}.nav-item.active:before{position:absolute;left:0;width:3px;height:20px;border-radius:0 3px 3px 0;background:#25c6b7;content:""}.nav-item.active svg{color:#33d3c3}.subnav{gap:1px;padding:2px 0 2px 35px}.subnav-item{height:28px;border-radius:4px;padding:0 8px;color:#879da2;font-size:12px}.subnav-item.active,.subnav-item:hover{color:#dff9f5;background:#25c6b71a}.sidebar-toggle{display:flex;align-items:center;gap:10px;width:100%;height:36px;margin-top:8px;border:0;border-top:1px solid rgba(255,255,255,.08);padding:10px;color:#8da2a7;background:transparent;cursor:pointer}.sidebar-toggle:hover{color:#fff}.sidebar-collapsed .brand{justify-content:center;margin-inline:0}.sidebar-collapsed .sidebar{width:76px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-section-label,.sidebar-collapsed .nav-item>span{display:none}.sidebar-collapsed .nav-item,.sidebar-collapsed .sidebar-toggle{justify-content:center;padding-inline:0}.sidebar-collapsed .nav-item.active:before{left:-12px}.workspace{min-width:0;padding:0 18px 24px}.topbar{min-height:70px;margin:0 -18px 16px;padding:0 18px;border-bottom:1px solid var(--admin-border);background:#fffffff5}.topbar-title{display:flex;align-items:center;gap:10px}.topbar h1{font-size:22px;line-height:1.2}.topbar p{display:flex;align-items:center;gap:8px;margin-top:5px;color:var(--admin-muted);font-size:12px}.topbar p i{width:1px;height:12px;background:var(--admin-border)}.mobile-menu-button,.icon-action{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;border:1px solid var(--admin-border);border-radius:6px;color:#3d4a50;background:#fff;cursor:pointer}.mobile-menu-button{display:none}.icon-action:hover{border-color:#9ed3cd;color:var(--admin-accent-dark);background:#f4fbfa}.notification-action{position:relative}.notification-action>span{position:absolute;top:5px;right:5px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:#e4515c}.admin-notification-wrap{position:relative}.admin-notification-panel{position:absolute;z-index:40;top:44px;right:0;width:min(380px,calc(100vw - 32px));overflow:hidden;border:1px solid var(--admin-border);border-radius:8px;background:#fff;box-shadow:0 18px 50px #18262b2e}.admin-notification-panel>header{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:10px 14px;border-bottom:1px solid var(--admin-border)}.admin-notification-panel>header div,.admin-notification-panel>header strong,.admin-notification-panel>header span{display:block}.admin-notification-panel>header strong{font-size:14px}.admin-notification-panel>header span{margin-top:3px;color:var(--admin-muted);font-size:11px}.admin-notification-panel>header button{border:0;color:var(--admin-accent-dark);background:transparent;font-size:12px;cursor:pointer}.admin-notification-list{max-height:420px;overflow-y:auto}.admin-notification-list>button{display:grid;grid-template-columns:8px minmax(0,1fr);gap:10px;width:100%;padding:12px 14px;border:0;border-bottom:1px solid #edf1f2;color:#26363c;background:#fff;text-align:left;cursor:pointer}.admin-notification-list>button:hover,.admin-notification-list>button.unread{background:#f3faf9}.admin-notification-list>button>i{width:7px;height:7px;margin-top:5px;border-radius:50%;background:transparent}.admin-notification-list>button.unread>i{background:#e4515c}.admin-notification-list>button span,.admin-notification-list>button strong,.admin-notification-list>button small,.admin-notification-list>button time{display:block;min-width:0}.admin-notification-list>button strong{font-size:13px}.admin-notification-list>button small{margin-top:4px;overflow:hidden;color:#617177;font-size:12px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.admin-notification-list>button time{margin-top:5px;color:#94a0a5;font-size:10px}.tenant-switcher{width:242px;height:36px;border-color:var(--admin-border);border-radius:6px;color:#263238;font-size:13px}.icon-text-action{height:36px;border-color:var(--admin-border);border-radius:6px;padding:0 11px;font-size:13px}.primary-action,.secondary-action,.danger-action{border-radius:6px}.primary-action{height:38px;background:var(--admin-accent)}.secondary-action{height:34px;border-color:#b9d9d5;color:var(--admin-accent-dark)}.stat-card,.panel,.ai-card{border:1px solid var(--admin-border);border-radius:6px;box-shadow:none}.stats-grid{gap:12px;margin-bottom:12px}.stat-card{display:flex;align-items:center;gap:14px;min-height:94px;padding:14px 16px}.stat-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:8px;color:var(--admin-accent-dark);background:#eaf7f5}.stat-icon-2{color:#2876c6;background:#eef5fd}.stat-icon-3{color:#0a8f80;background:#eaf7f5}.stat-icon-4{color:#d96f16;background:#fff3e8}.stat-card span,.stat-card small{color:var(--admin-muted);font-size:12px}.stat-card strong{margin:3px 0 1px;font-size:25px;line-height:1.1}.content-grid{grid-template-columns:minmax(0,1.35fr) minmax(410px,1fr);gap:12px}.analytics-grid{gap:12px;margin-top:12px}.analytics-panel{margin-top:12px}.panel{padding:14px}.panel-heading{min-height:30px;margin-bottom:10px}.panel-title{gap:8px;margin-bottom:10px;color:var(--admin-accent)}.panel-title h2{font-size:15px}.panel-heading .panel-title{margin:0}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:11px;padding:0 7px;color:var(--admin-accent-dark);background:#e4f6f3;font-size:12px;font-weight:800}.dashboard-filters{display:flex;gap:8px}.dashboard-filters select,.dashboard-filters label{height:32px;border:1px solid var(--admin-border);border-radius:5px;color:#526067;background:#fff}.dashboard-filters select{min-width:112px;padding:0 28px 0 9px;font:inherit;font-size:12px}.dashboard-filters label{display:flex;align-items:center;gap:6px;width:190px;padding:0 9px}.dashboard-filters input{min-width:0;width:100%;border:0;outline:0;color:var(--admin-text);background:transparent;font:inherit;font-size:12px}.table{gap:0;overflow-x:auto;border:1px solid var(--admin-border-soft);border-radius:5px}.table-row{min-height:38px;gap:10px;align-items:center;padding:8px 10px;border-bottom:1px solid var(--admin-border-soft);border-radius:0;color:#36434a;font-size:12px}.table-row:last-child{border-bottom:0}.table-row.head{min-height:34px;color:#5f6e75;background:#f4f6f7;font-size:11px}button.table-row:hover,.selected-row{background:#f1faf8}.title-cell{font-weight:650}.dashboard-order-table{overflow:hidden;border:1px solid var(--admin-border-soft);border-radius:5px}.dashboard-order-row{display:grid;grid-template-columns:minmax(150px,1.5fr) minmax(72px,.8fr) 48px 68px 62px;gap:8px;align-items:center;min-height:51px;padding:7px 9px;border-bottom:1px solid var(--admin-border-soft);color:#47545a;font-size:12px}.dashboard-order-row:last-child{border-bottom:0}.dashboard-order-row.head{min-height:34px;color:#5f6e75;background:#f4f6f7;font-size:11px;font-weight:700}.dashboard-order-row>span:first-child{min-width:0}.dashboard-order-row strong,.dashboard-order-row small{display:block}.dashboard-order-row strong{overflow:hidden;color:#253138;text-overflow:ellipsis;white-space:nowrap}.dashboard-order-row small{margin-top:2px;overflow:hidden;color:#7b878d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.order-status{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:22px;border-radius:11px;padding:0 8px;color:#202b31;background:#ffffffb8;font-size:11px;font-style:normal;font-weight:700;white-space:nowrap}.status-pending_review,.status-pending_payment,.status-pending_confirm,.status-paid,.status-completed,.status-cancel_requested,.status-refund_requested,.status-cancelled,.status-rejected,.status-refunded,.status-refunding{color:#202b31;background:#ffffffb8}.panel-footer{display:flex;align-items:center;justify-content:space-between;min-height:31px;padding:8px 2px 0;color:var(--admin-muted);font-size:11px}.panel-footer-link button{display:inline-flex;align-items:center;gap:3px;border:0;padding:0;color:var(--admin-accent-dark);background:transparent;font-weight:700;cursor:pointer}.panel-footer-link button:hover{color:var(--admin-accent)}.metric-bars{gap:9px}.metric-bar-row{gap:5px}.metric-track{height:5px;background:#edf1f2}.metric-track div{background:var(--admin-accent)}.delivery-summary strong{font-size:24px}.order-list{gap:8px}.order-item{border-color:var(--admin-border);border-radius:6px;background:#f7f9fa}.order-item em{color:inherit}.panel-toolbar{margin:-2px 0 10px}.toolbar-search,.editor-form input,.editor-form select,.editor-form textarea,.order-admin-tools input{border-color:var(--admin-border);border-radius:6px}.member-summary,.commission-summary{gap:8px;margin-bottom:12px}.member-summary div,.commission-summary div{padding:12px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#f7f9fa}.member-summary strong,.commission-summary strong{margin-top:4px;font-size:22px}.text-action{border-radius:5px}.status-pill,.readonly-status{min-height:24px;border-radius:12px}.empty{color:#77848a}.library-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(620px,1.8fr);gap:16px;align-items:start}.library-list-panel{position:sticky;top:16px}.template-list{display:grid;gap:7px;max-height:56vh;overflow-y:auto}.library-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-bottom:10px}.library-summary-grid>div{display:grid;gap:1px;padding:7px 8px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#f8fafb}.library-summary-grid span,.library-summary-grid small{color:#718087;font-size:11px}.library-summary-grid strong{color:#17353c;font-size:15px}.library-editor-panel{display:flex;flex-direction:column}.library-editor-panel>.panel-heading{order:0}.article-compose-box{order:1}.template-editor{order:2}.template-version-box{order:3}.template-pending-queue,.template-review-banner,.template-compliance-box,.template-review-timeline{order:4}.template-push-workbench,.template-coverage-box,.template-review-box,.template-performance-box,.template-material-performance-box,.template-attribution-box{order:30}.library-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:12px}.library-search{position:relative;grid-column:1 / -1}.library-search svg{position:absolute;top:50%;left:9px;color:#7a898e;transform:translateY(-50%)}.library-search input{width:100%;padding-left:30px}.library-filters button,.library-pagination button{border:1px solid var(--admin-border);border-radius:5px;background:#fff;color:#40565d;cursor:pointer}.template-list-item{display:grid;gap:5px;width:100%;padding:12px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#f8fafb;color:#253238;text-align:left;cursor:pointer}.template-list-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.template-list-title em{flex:none;padding:2px 6px;border-radius:4px;background:#e7f4f1;color:#0f8477;font-size:10px;font-style:normal}.template-list-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:4px}.template-list-metrics span{padding:4px 3px;border-radius:4px;background:#f2f6f7;color:#596b71;font-size:10px;text-align:center}.library-pagination{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;color:#718087;font-size:12px}.library-pagination>div{display:flex;align-items:center;gap:6px}.library-pagination button{padding:5px 8px}.library-pagination button:disabled{cursor:default;opacity:.45}.template-list-item:hover,.template-list-item.active{border-color:#188f82;background:#eef8f6}.template-list-item span,.template-list-item small,.push-history span{color:#718087;font-size:12px}.push-history{display:grid;gap:7px;margin-top:16px;padding-top:14px;border-top:1px solid var(--admin-border-soft)}.push-history-heading,.push-history-item{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.push-history-heading strong{font-size:13px}.push-history-heading-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px}.push-history-heading-actions span{padding:4px 7px;border-radius:999px;background:#fff4e8;color:#a55c12;font-size:10px;font-weight:800}.push-history-heading button{flex:0 0 auto;padding:5px 8px;border:1px solid #bcd8d2;border-radius:4px;background:#f4fbfa;color:#168073;font-size:11px;font-weight:700;cursor:pointer}.push-history-heading button:disabled{border-color:#dce4e6;background:#f5f7f8;color:#9aa7ab;cursor:not-allowed}.push-history-search{display:flex;align-items:center;gap:7px;min-height:34px;padding:0 9px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff;color:#7a8a8f}.push-history-search input{flex:1;min-width:0;border:0;outline:none;color:#34474d;font-size:12px}.push-history-search button{flex:0 0 auto;padding:3px 6px;border:0;border-radius:4px;background:#f0f4f5;color:#63777d;font-size:10px;cursor:pointer}.push-history-sort{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#63777d;font-size:11px}.push-history-sort select{min-width:132px;height:30px;padding:0 8px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff;color:#34474d;font-size:11px;outline:none}.push-history-filters{display:flex;flex-wrap:wrap;gap:6px}.push-history-filters button{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid var(--admin-border-soft);border-radius:999px;background:#fff;color:#52676d;font-size:11px;cursor:pointer}.push-history-filters button.active{border-color:#8dc8bd;background:#edf8f6;color:#087d70;font-weight:800}.push-history-filters small{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f1f4f5;color:#6a7b80;font-size:10px}.push-history-filters button.active small{background:#d6eee9;color:#087d70}.push-history-item>span{display:grid;gap:2px;min-width:0;padding-left:8px;border-left:3px solid #c5ded9}.push-history-item.overdue>span{border-left-color:#e38434}.push-history-item.escalated>span{border-left-color:#cf4c42}.push-history-item em{width:max-content;margin-top:2px;padding:3px 7px;border-radius:999px;background:#fff1e4;color:#a45610;font-size:10px;font-style:normal;font-weight:800}.push-history-item small{overflow:hidden;color:#728287;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.push-history-item .schedule-conflict{color:#b64b38;font-weight:800}.push-history-item button{flex:0 0 auto;padding:4px 7px;border:1px solid #d8c6bd;border-radius:4px;background:#fff;color:#8b5d49;font-size:10px}.push-history-actions{display:flex;flex:0 0 auto;align-items:center;gap:5px}.push-history-actions button:first-child{border-color:#bcd8d2;color:#168073}.push-history-more{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0 0;color:#718087;font-size:11px}.push-history-more button{flex:0 0 auto;padding:5px 9px;border:1px solid #bcd8d2;border-radius:4px;background:#fff;color:#168073;font-size:11px;font-weight:700;cursor:pointer}.template-header-actions,.template-subsection-heading,.itinerary-day-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.template-header-actions{flex-wrap:wrap;justify-content:flex-end}.template-header-actions button,.template-subsection-heading button,.template-push-box button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.template-review-status{display:inline-flex;align-items:center;min-height:30px;padding:0 9px;border:1px solid #c8d7d3;border-radius:4px;background:#f4f8f7;color:#4c6863;font-size:12px;white-space:nowrap}.template-review-status.status-pending,.template-review-banner.status-pending{border-color:#d7c48e;background:#fff9e8;color:#806820}.template-review-status.status-approved,.template-review-banner.status-approved{border-color:#9bcbbc;background:#edf8f4;color:#17695c}.template-review-status.status-rejected,.template-review-banner.status-rejected{border-color:#dfb8ac;background:#fff4f1;color:#9a4937}.template-review-banner{display:flex;align-items:center;gap:12px;margin:0 20px 16px;padding:10px 12px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#f8fafb;color:#546a70}.template-review-banner strong{flex:0 0 auto;font-size:13px}.template-review-banner span{min-width:0;font-size:12px}.template-review-banner>em{margin-left:auto;color:#806820;font-size:11px;font-style:normal;white-space:nowrap}.template-compliance-box{display:grid;gap:10px;margin:0 20px 16px;padding:12px;border:1px solid #ead8b8;border-radius:6px;background:#fffaf0}.template-compliance-box>div:first-child{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.template-compliance-box strong{color:#293f43}.template-compliance-box span,.template-compliance-box small{color:#7b6c55;font-size:11px;line-height:1.45}.template-compliance-list{display:grid;gap:8px}.template-compliance-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;padding:8px;border:1px solid #efdfc4;border-radius:5px;background:#fff}.template-compliance-item em{display:inline-flex;align-items:center;justify-content:center;height:22px;border-radius:999px;background:#eef5f4;color:#397c74;font-size:10px;font-style:normal;font-weight:800}.template-compliance-item.level-block em{background:#fde9e5;color:#bd4b3f}.template-compliance-item.level-warning em{background:#fff1d7;color:#a76713}.template-compliance-item>span{display:grid;gap:2px}.activity-compliance-box{margin:0}.template-review-timeline{margin:0 20px 16px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.template-review-timeline>summary{display:flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;color:#40545a;font-size:12px;font-weight:700;cursor:pointer;list-style:none}.template-review-timeline>summary::-webkit-details-marker{display:none}.template-review-timeline>summary span{margin-left:auto;color:var(--admin-muted);font-size:11px;font-weight:500}.template-review-timeline-list{display:grid;gap:0;padding:0 12px 10px}.review-timeline-item{display:grid;grid-template-columns:12px minmax(0,1fr);gap:9px;padding:9px 0;border-top:1px solid #edf1f2}.review-timeline-item>i{width:8px;height:8px;margin-top:4px;border:2px solid #fff;border-radius:50%;background:#819096;box-shadow:0 0 0 1px #819096}.review-timeline-item.action-approved>i{background:#269b83;box-shadow:0 0 0 1px #269b83}.review-timeline-item.action-rejected>i{background:#d45d4b;box-shadow:0 0 0 1px #d45d4b}.review-timeline-item strong,.review-timeline-item span{display:block}.review-timeline-item strong{color:#32464d;font-size:12px}.review-timeline-item span{margin-top:3px;color:var(--admin-muted);font-size:11px}.review-timeline-item p{margin:6px 0 0;color:#5f6f75;font-size:12px;line-height:1.55}.template-pending-queue{display:grid;gap:10px;margin:0 20px 16px;padding:12px;border:1px solid #d7c48e;border-radius:6px;background:#fffaf0}.template-pending-heading,.template-pending-heading>div,.template-pending-list,.template-pending-list button,.template-pending-list button>span{display:flex}.template-pending-heading,.template-pending-list button{align-items:center;justify-content:space-between;gap:12px}.template-pending-heading>div,.template-pending-list,.template-pending-list button>span{flex-direction:column}.template-pending-heading>div,.template-pending-list button>span{align-items:flex-start;gap:2px}.template-pending-heading span,.template-pending-list small,.template-pending-list time{color:#7a776d;font-size:11px}.template-pending-heading em{min-width:26px;padding:3px 7px;border-radius:4px;background:#826c2d;color:#fff;font-style:normal;text-align:center}.template-pending-list{gap:6px}.template-pending-list button{width:100%;padding:8px 9px;border:1px solid #e2d7b7;border-radius:4px;background:#fff;color:#30454b;cursor:pointer;text-align:left}.template-pending-list button.active{border-color:#8d7430;background:#fff8df}.template-editor{max-width:none}.inline-editor-field{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:8px}.inline-editor-field>span{color:#4b6066;font-size:13px;font-weight:700;white-space:nowrap}.leader-picker-field{max-width:560px}.checkbox-inline{display:inline-flex;align-items:center;gap:8px;color:#23363c;font-size:13px;font-weight:600}.checkbox-inline input{width:auto}.selected-leader-summary{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(24,69,72,.12);border-radius:8px;background:#f7fbfa;color:#5f7277;font-size:13px}.selected-leader-summary strong{color:#172f32;font-size:14px}.selected-leader-summary em{color:#789096;font-style:normal}.template-material-kit{display:grid;gap:12px;padding:14px;border:1px solid #d7e2df;border-radius:6px;background:#f8fbfa}.template-material-kit .template-subsection-heading{margin-bottom:0}.template-material-kit .template-subsection-heading>div{display:grid;gap:3px}.template-material-kit .template-subsection-heading span,.material-kit-heading span{color:#74878c;font-size:12px;font-weight:400}.material-kit-stats{display:flex;flex-wrap:wrap;gap:8px}.material-kit-stats span{padding:4px 8px;border:1px solid #d7e2df;border-radius:999px;background:#fff;color:#50656a;font-size:12px;line-height:1.3}.material-kit-grid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(360px,1.15fr);gap:12px}.material-kit-grid.single,.push-workbench-grid.single{grid-template-columns:minmax(0,1fr)}.material-kit-card{display:grid;gap:10px;min-width:0;padding:12px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.material-kit-heading{display:grid;gap:3px}.material-kit-heading strong{color:#263d42;font-size:14px}.material-poster-preview,.material-empty-preview{display:grid;place-items:center;min-height:220px;border:1px dashed #c7d6d2;border-radius:6px;background:#f7faf9;color:#7b8c91;font-size:12px}.material-empty-preview.compact{min-height:96px}.material-poster-preview{position:relative;overflow:hidden}.material-poster-preview img{width:100%;max-height:280px;object-fit:contain}.material-poster-preview>button,.material-social-preview>div>button:last-child{position:absolute;top:6px;right:6px;min-width:0;padding:4px 7px;border:0;border-radius:4px;background:#142126b8;color:#fff;font-size:11px;cursor:pointer}.material-social-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.material-social-preview>div{position:relative;overflow:hidden;aspect-ratio:1;border:1px solid var(--admin-border-soft);border-radius:5px;background:#f5f8f7}.material-social-preview img{width:100%;height:100%;object-fit:cover}.material-copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.material-copy-grid label{min-width:0}.material-copy-grid textarea{min-height:96px}.activity-import-box{margin:0 20px 16px;border:1px solid #b9d5ce;border-radius:6px;background:#f4faf8}.article-compose-box{margin:0 20px 16px;border:1px solid #d8e1e2;border-radius:8px;background:#f6f8f8;overflow:hidden}.article-compose-box>summary{display:flex;align-items:center;gap:8px;padding:13px 14px;color:#223136;font-weight:800;cursor:pointer;list-style:none}.article-compose-box>summary span{margin-left:auto;color:#789096;font-size:12px;font-weight:500}.article-compose-box>summary::-webkit-details-marker{display:none}.article-compose-shell{border-top:1px solid #e0e7e8;background:#f1f3f4}.article-compose-toolbar{min-height:48px;display:flex;align-items:center;gap:6px;padding:8px 16px;border-bottom:1px solid #e1e5e6;background:#fff;position:sticky;top:0;z-index:2}.article-compose-toolbar button{min-width:32px;height:32px;border:0;border-radius:5px;background:transparent;color:#435057;display:inline-flex;align-items:center;justify-content:center;gap:4px;cursor:pointer}.article-compose-toolbar button:hover{background:#eef3f3}.toolbar-divider{width:1px;height:24px;margin:0 5px;background:#dce4e4}.article-compose-stage{position:relative;min-height:760px;padding:52px 124px 0;display:flex;justify-content:center}.article-compose-paper{width:min(860px,100%);min-height:720px;padding:86px 108px 120px;background:#fff;box-shadow:0 1px 7px #0f20240f}.article-title-input,.article-author-input{display:block;width:100%;border:0;outline:none;background:transparent}.article-title-input{color:#1f2d32;font-size:34px;font-weight:700;line-height:1.35}.article-title-input::placeholder{color:#c1c8ca}.article-author-input{margin-top:20px;color:#59676c;font-size:16px}.article-author-input::placeholder{color:#b8c2c5}.article-editor-wrap{position:relative;margin-top:36px}.article-editor-placeholder{position:absolute;left:0;top:0;color:#a7b1b4;font-size:18px;pointer-events:none}.article-rich-editor{min-height:430px;outline:none;color:#263438;font-size:17px;line-height:1.9}.article-rich-editor p{margin:0 0 18px}.article-rich-editor h2{margin:30px 0 14px;font-size:24px;line-height:1.45}.article-rich-editor blockquote{margin:20px 0;padding:10px 16px;border-left:4px solid #0f9f8f;background:#f3faf8;color:#53666b}.article-rich-editor img{display:block;max-width:100%;height:auto;margin:18px auto;border-radius:4px}.article-compose-side-actions{position:absolute;right:18px;bottom:88px;display:grid;gap:12px}.article-compose-side-actions button{height:44px;padding:0 18px;border:0;border-radius:22px;background:#fff;color:#6d7d82;display:inline-flex;align-items:center;gap:8px;box-shadow:0 3px 12px #12202414;cursor:pointer}.article-compose-footer{min-height:72px;padding:12px 24px;border-top:1px solid #e2e7e8;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px}.article-compose-footer>span{color:#8a999e;font-size:16px}.article-compose-footer>div{display:flex;align-items:center;gap:12px}.article-preview-mask{position:fixed;inset:0;z-index:80;background:#0c15177a;display:grid;place-items:center;padding:28px}.article-preview-shell{width:min(880px,96vw);max-height:92vh;border-radius:10px;background:#f5f7f7;overflow:hidden;box-shadow:0 24px 70px #00000042}.article-preview-toolbar{height:58px;padding:0 18px;background:#fff;border-bottom:1px solid #e0e7e8;display:flex;align-items:center;justify-content:space-between}.article-preview-toolbar strong,.article-preview-toolbar span{display:block}.article-preview-toolbar span{color:#7c8d92;font-size:12px;margin-top:2px}.article-preview-toolbar button{border:0;border-radius:6px;padding:8px 14px;background:#e9f1f0;color:#24413f;cursor:pointer}.article-preview-page{max-height:calc(92vh - 58px);overflow:auto;width:min(680px,calc(100% - 48px));margin:24px auto;padding:42px 52px;background:#fff;color:#263438;line-height:1.85}.article-preview-page h1{margin:0 0 12px;font-size:30px;line-height:1.35}.article-preview-author{margin:0 0 28px;color:#839196}.article-preview-page img{max-width:100%;height:auto;display:block;margin:18px auto;border-radius:4px}.activity-import-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:10px}.activity-import-link-row input{width:100%}.template-push-workbench{margin:0 20px 16px;border:1px solid #b8cec9;border-radius:6px;background:#f7fbfa}.template-push-workbench>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:13px 14px;color:#175f56;font-weight:700;cursor:pointer;list-style:none}.template-push-workbench>summary>span{display:inline-flex;align-items:center;gap:8px}.template-push-workbench>summary::-webkit-details-marker{display:none}.push-workbench-content{display:grid;gap:12px;padding:0 14px 14px}.push-funnel-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.push-funnel-summary>div{display:grid;gap:2px;min-height:72px;align-content:center;padding:10px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff}.push-funnel-summary span,.push-funnel-summary small{color:#708087;font-size:11px}.push-funnel-summary strong{color:#163a40;font-size:20px}.push-workbench-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(360px,1.2fr);gap:10px}.push-operation-alerts{display:grid;gap:10px;padding:12px;border:1px solid #d5e3df;border-radius:6px;background:#fbfdfc}.push-alert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.push-alert-empty{padding:12px;border:1px dashed #c9ddd8;border-radius:6px;background:#fff;color:#6c7f85;font-size:12px}.push-alert-card{display:grid;gap:5px;min-width:0;padding:10px;border:1px solid var(--admin-border-soft);border-left:4px solid #79b5aa;border-radius:6px;background:#fff}.push-alert-card.level-danger{border-left-color:#e36f47}.push-alert-card.level-warning{border-left-color:#e5ad3b}.push-alert-card.level-info{border-left-color:#5ca8d8}.push-alert-card strong{overflow:hidden;color:#203b42;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.push-alert-card span,.push-alert-card small{color:#697d83;font-size:11px;line-height:1.45}.push-alert-card small{color:#168073}.push-alert-card button{justify-self:start;margin-top:2px;padding:4px 8px;border:1px solid #b7d9d2;border-radius:4px;background:#f2faf8;color:#168073;font-size:11px;font-weight:700;cursor:pointer}.push-alert-card button:hover{background:#e6f4f1}.push-alert-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.push-alert-actions button:disabled{cursor:not-allowed;opacity:.62}.template-recommendation-panel{display:grid;gap:10px;padding:12px;border:1px solid #d5e3df;border-radius:6px;background:#f8fbfa}.recommendation-summary{display:flex;flex-wrap:wrap;gap:6px}.recommendation-summary span{padding:4px 8px;border-radius:999px;background:#e8f4f1;color:#177768;font-size:11px;font-weight:800}.recommendation-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.recommendation-card{display:grid;gap:10px;min-width:0;padding:10px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.recommendation-card.high-conversion{border-color:#dec37c;background:linear-gradient(180deg,#fffaf0,#fff 46%)}.recommendation-card-heading{display:flex;justify-content:space-between;gap:10px}.recommendation-card-heading>div{display:grid;gap:3px;min-width:0}.recommendation-card-heading strong{display:flex;align-items:center;gap:6px;min-width:0;color:#213d44;font-size:13px}.recommendation-card-heading span{color:#71848a;font-size:11px}.recommendation-card-heading small{overflow:hidden;color:#7b898e;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.recommendation-fit-meta{color:#0f766e!important;font-weight:700}.recommendation-material-badge{flex:none;padding:2px 7px;border-radius:999px;font-size:10px;font-style:normal;font-weight:800}.high-conversion-badge{flex:none;padding:2px 7px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:10px;font-style:normal;font-weight:900}.recommendation-actions{flex:none;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.recommendation-note{padding:8px 10px;border-left:3px solid #d9b35f;border-radius:5px;background:#fffaf0;color:#5f4b20;font-size:11px;line-height:1.55}.recommendation-material-badge.level-strong,.recommendation-material-badge.level-effective{background:#dcfce7;color:#166534}.recommendation-material-badge.level-watch{background:#fff7ed;color:#9a3412}.recommendation-material-badge.level-unused,.recommendation-material-badge.level-new{background:#e0f2fe;color:#075985}.recommendation-material-badge.level-missing{background:#f3f4f6;color:#4b5563}.recommendation-list{display:grid;gap:8px}.recommendation-promoter{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px;border:1px solid #edf2f1;border-radius:6px;background:#fbfdfc}.recommendation-promoter>div:nth-child(2){display:grid;gap:3px;min-width:0}.recommendation-promoter strong{color:#223d44;font-size:12px}.recommendation-promoter span,.recommendation-promoter small{overflow:hidden;color:#71848a;font-size:11px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.recommendation-promoter small{color:#bd6a2a}.recommendation-promoter .recommendation-date-fit{width:fit-content;padding:2px 6px;border-radius:999px;font-weight:800}.recommendation-date-fit.available{background:#e9f7f3;color:#0e8176}.recommendation-date-fit.blocked{background:#fff1ed;color:#b64b38}.recommendation-date-fit.neutral{background:#eef2f3;color:#65767d}.recommendation-promoter button{padding:5px 8px;border:1px solid #b7d9d2;border-radius:4px;background:#f2faf8;color:#168073;font-size:11px;font-weight:800;cursor:pointer}.recommendation-score{display:grid;place-items:center;gap:1px;width:48px;height:48px;border-radius:6px;background:#edf3f6;color:#536c76}.recommendation-score strong{color:currentColor;font-size:17px;line-height:1}.recommendation-score span{color:currentColor;font-size:10px;font-weight:800}.recommendation-score.level-强推荐{background:#e4f5ee;color:#13775a}.recommendation-score.level-可推荐{background:#e7f1ff;color:#2563a9}.recommendation-score.level-观察{background:#fff4d9;color:#9b6a10}.recommendation-score.level-谨慎{background:#fee9e2;color:#bd4c29}.push-health-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.push-health-summary>div{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:10px 12px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.push-health-summary strong{margin-right:4px;color:#263f46;font-size:12px}.push-health-pill{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border:1px solid transparent;border-radius:999px;background:#edf3f6;color:#5a7785;font-size:11px;font-weight:700;cursor:pointer}.push-health-pill:hover,.push-health-pill.active{border-color:currentColor}.push-health-pill em{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffffc7;font-size:10px;font-style:normal}.push-health-pill.level-healthy{background:#e4f5ee;color:#16805f}.push-health-pill.level-watch{background:#fff4d9;color:#9b6a10}.push-health-pill.level-risk{background:#fee9e2;color:#bd4c29}.push-health-rules{border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.push-health-rules>summary{padding:9px 12px;color:#52666c;font-size:12px;font-weight:800;cursor:pointer}.push-health-rules>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 12px 12px}.push-health-rules span{padding:8px;border-radius:5px;background:#f7faf9;color:#60757b;font-size:11px;line-height:1.45}.push-health-rules strong{margin-right:6px;color:#223d44}.auto-reminder-panel{display:grid;gap:10px;padding:12px;border:1px solid #cfe2dd;border-radius:6px;background:#f7fbfa}.auto-reminder-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.auto-reminder-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.auto-reminder-summary>div{display:grid;gap:2px;padding:9px 10px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff}.auto-reminder-summary span{color:#70848a;font-size:11px}.auto-reminder-summary strong{color:#174047;font-size:20px}.auto-reminder-jobs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.auto-reminder-jobs span,.auto-reminder-empty{display:grid;gap:3px;padding:8px;border:1px dashed #c9ddd8;border-radius:5px;background:#fff;color:#41595f;font-size:12px;font-weight:800}.auto-reminder-jobs small,.auto-reminder-empty{color:#71848a;font-size:11px;font-weight:500}.push-workbench-card,.push-analysis-table{display:grid;gap:10px;padding:12px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.push-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.push-card-heading>div{display:grid;gap:3px}.push-card-heading span{color:#718087;font-size:11px}.suggested-group-list{display:grid;gap:6px;padding:8px;border:1px dashed #c8d8d5;border-radius:6px;background:#f7fbfa}.suggested-group-list>span{color:#587078;font-size:11px;font-weight:800}.suggested-group-list button{display:grid;gap:2px;padding:8px 10px;border:1px solid #d9e6e3;border-radius:6px;background:#fff;color:#244147;text-align:left;cursor:pointer}.suggested-group-list button:hover{border-color:#9ccdc5;background:#f0faf8}.suggested-group-list button:disabled{opacity:.62;cursor:wait}.suggested-group-list strong{font-size:12px}.suggested-group-list small{overflow:hidden;color:#718087;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.compact-promoter-grid,.batch-option-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:164px;overflow-y:auto}.compact-promoter-grid label,.batch-option-list label{display:flex;align-items:center;gap:7px;min-width:0;padding:7px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#f9fbfb;cursor:pointer}.compact-promoter-grid label>span,.batch-option-list label>span{display:grid;min-width:0;color:#33474d;font-size:12px}.compact-promoter-grid small,.batch-option-list small{overflow:hidden;color:#7a898e;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.promoter-group-list{display:grid;gap:6px}.promoter-group-list>div{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px}.promoter-group-list>div>button:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid var(--admin-border);border-radius:5px;background:#fff;color:#33474d;cursor:pointer}.promoter-group-list span{color:#718087;font-size:11px}.batch-select-block{display:grid;gap:6px}.batch-select-block>span{color:#53666c;font-size:12px;font-weight:700}.batch-time-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.batch-time-grid label{display:grid;gap:4px}.batch-time-grid span{color:#53666c;font-size:11px;font-weight:700}.batch-date-suggestion{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e7d7a7;border-radius:8px;background:#fffaf0}.batch-date-suggestion>div{display:grid;gap:3px}.batch-date-suggestion strong{color:#4b3711;font-size:13px}.batch-date-suggestion span{color:#7a6330;font-size:11px}.batch-schedule-preview{display:grid;gap:10px;padding:12px;border:1px solid #d8e7e5;border-radius:8px;background:#f7fbfa}.batch-schedule-preview>div:first-child{display:grid;gap:3px}.batch-schedule-preview strong{color:#19363c;font-size:13px}.batch-schedule-preview span{color:#5d7177;font-size:11px}.batch-schedule-actions{display:flex;flex-wrap:wrap;gap:8px}.batch-schedule-result{display:grid;gap:5px;padding:9px 10px;border-radius:8px;font-size:11px}.batch-schedule-result.clear{border:1px solid rgba(15,159,143,.18);background:#effaf7}.batch-schedule-result.has-conflict{border:1px solid rgba(182,75,56,.22);background:#fff7f4}.batch-schedule-result span{color:#19363c;font-weight:800}.batch-schedule-result small{color:#6a7d83}.batch-chip-list{display:flex;flex-wrap:wrap;gap:6px}.batch-chip-list label{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid var(--admin-border);border-radius:4px;background:#fff;color:#506269;font-size:11px;cursor:pointer}.push-table-health-filters{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.push-analysis-row{display:grid;grid-template-columns:minmax(180px,1.8fr) repeat(5,minmax(70px,.7fr));gap:8px;align-items:center;min-height:42px;padding:7px 8px;border-bottom:1px solid var(--admin-border-soft);color:#40545a;font-size:12px}.push-analysis-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.push-analysis-row.compact{grid-template-columns:minmax(140px,1.5fr) repeat(5,minmax(54px,.65fr));min-height:38px;font-size:11px}.push-analysis-more{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:2px;color:#718087;font-size:11px}.push-analysis-more button{flex:0 0 auto;padding:5px 9px;border:1px solid #bcd8d2;border-radius:4px;background:#fff;color:#168073;font-size:11px;font-weight:700;cursor:pointer}.push-analysis-row.head{min-height:30px;border-radius:4px;background:#f0f5f4;color:#66777d;font-size:10px;font-weight:700}.push-analysis-row:last-child{border-bottom:0}.push-analysis-row>span{display:grid;gap:2px;min-width:0}.push-row-link{justify-self:start;padding:0;border:0;background:transparent;color:#168073;font-size:10px;font-weight:700;cursor:pointer}.push-row-link:hover{text-decoration:underline}.push-analysis-row strong,.push-analysis-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.push-health-tag{justify-self:start;padding:2px 6px;border-radius:999px;background:#eef4f5;color:#607177;font-size:10px;font-style:normal;font-weight:700}.push-health-tag.level-healthy{background:#e4f5ee;color:#16805f}.push-health-tag.level-watch{background:#fff4d9;color:#9b6a10}.push-health-tag.level-risk{background:#fee9e2;color:#bd4c29}.push-health-tag.level-new{background:#edf3f6;color:#5a7785}.template-performance-box{margin:0 20px 16px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#f8fbfa}.template-review-box{margin:0 20px 16px;border:1px solid #c8d8d4;border-radius:6px;background:#f7faf9}.template-coverage-box{margin:0 20px 16px;border:1px solid #cbd9d6;border-radius:6px;background:#f8fbfa}.template-coverage-box>summary{display:flex;align-items:center;gap:8px;padding:13px 14px;color:#34484e;font-weight:700;cursor:pointer;list-style:none}.template-coverage-box>summary::-webkit-details-marker{display:none}.template-coverage-box>summary span{color:#647a7f;font-size:11px;font-weight:400}.template-coverage-content{display:grid;gap:10px;padding:0 14px 14px}.template-coverage-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.template-coverage-toolbar>span{color:#6b7c81;font-size:11px;line-height:1.5}.template-coverage-toolbar button{flex:0 0 auto}.template-coverage-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.template-coverage-summary>div{display:grid;gap:2px;padding:10px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff}.template-coverage-summary span{color:#718087;font-size:10px}.template-coverage-summary strong{color:#21454a;font-size:19px}.template-coverage-table{overflow-x:auto;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.template-coverage-row{display:grid;grid-template-columns:minmax(180px,1.6fr) minmax(100px,.8fr) minmax(90px,.7fr) minmax(120px,1fr) minmax(70px,.55fr) minmax(110px,.8fr);gap:8px;align-items:center;min-height:48px;padding:8px 10px;border-bottom:1px solid var(--admin-border-soft);color:#40545a;font-size:11px}.template-coverage-row.head{min-height:31px;background:#edf4f2;color:#66777d;font-size:10px;font-weight:700}.template-coverage-row:last-child{border-bottom:0}.template-coverage-row>span{display:grid;gap:2px;min-width:0}.template-coverage-row strong,.template-coverage-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-coverage-row small{color:#7a898d;font-size:9px}.template-coverage-row em{width:fit-content;padding:3px 6px;border-radius:4px;font-size:9px;font-style:normal}.coverage-actionable{background:#e7f5f1;color:#14786c}.coverage-blocked{background:#f2f0ec;color:#806f5c}.template-review-box>summary{display:flex;align-items:center;gap:8px;padding:13px 14px;color:#34484e;font-weight:700;cursor:pointer;list-style:none}.template-review-box>summary::-webkit-details-marker{display:none}.template-review-box>summary span{color:#a25a30;font-size:11px;font-weight:500}.template-review-list{display:grid;gap:10px;padding:0 14px 14px}.template-review-card{display:grid;gap:9px;padding:12px;border:1px solid var(--admin-border-soft);border-left:4px solid #bd7a38;border-radius:5px;background:#fff}.template-review-card.status-approved{border-left-color:#168879}.template-review-card.status-rejected{border-left-color:#b95549;background:snow}.template-review-heading,.template-review-meta,.template-review-actions,.optimization-submit{display:flex;align-items:center;justify-content:space-between;gap:10px}.template-review-heading>div{display:grid;gap:2px}.template-review-heading strong{color:#294248;font-size:13px}.template-review-heading span,.template-review-meta{color:#718087;font-size:10px}.template-review-heading em{padding:4px 7px;border-radius:4px;background:#fff1dc;color:#9a621e;font-size:10px;font-style:normal}.status-approved .template-review-heading em{background:#e7f5f1;color:#14786c}.status-rejected .template-review-heading em{background:#fcebe8;color:#a2473d}.template-review-meta{justify-content:flex-start;flex-wrap:wrap}.template-review-meta strong{color:#a2473d}.template-review-diff-list{display:grid;gap:7px}.template-review-diff{display:grid;grid-template-columns:90px minmax(0,1fr) minmax(0,1fr);gap:8px;align-items:start;padding:8px;border-radius:4px;background:#f7faf9}.template-review-diff>strong{color:#344c52;font-size:11px}.template-review-diff p{display:grid;grid-template-columns:34px minmax(0,1fr);gap:5px;margin:0;color:#64777d;font-size:10px;line-height:1.5;overflow-wrap:anywhere}.template-review-diff p span{color:#8a989c;font-weight:700}.template-review-diff p:last-child{color:#245e56}.template-review-note{margin:0;color:#9a4a39;font-size:11px}.template-review-actions{justify-content:flex-end}.template-performance-box>summary{display:flex;align-items:center;gap:8px;padding:13px 14px;color:#34484e;font-weight:700;cursor:pointer;list-style:none}.template-performance-box>summary::-webkit-details-marker{display:none}.template-performance-box>summary span{color:#718087;font-size:11px;font-weight:400}.template-performance-content{display:grid;gap:12px;padding:0 14px 14px}.template-performance-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.template-performance-summary>div{display:grid;gap:2px;padding:10px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff}.template-performance-summary span,.template-performance-summary small{color:#718087;font-size:11px}.template-performance-summary strong{color:#163a40;font-size:20px}.template-performance-table{overflow-x:auto;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.template-performance-row{display:grid;grid-template-columns:minmax(190px,1.8fr) minmax(76px,.7fr) repeat(5,minmax(64px,.6fr));gap:8px;align-items:center;width:100%;min-height:46px;padding:8px 10px;border:0;border-bottom:1px solid var(--admin-border-soft);background:#fff;color:#40545a;font:inherit;font-size:12px;text-align:left;cursor:pointer}.template-performance-row:not(.head):hover{background:#f5faf8}.template-performance-row.head{min-height:32px;background:#edf4f2;color:#66777d;font-size:10px;font-weight:700;cursor:default}.template-performance-row:last-child{border-bottom:0}.template-performance-row>span{display:grid;gap:2px;min-width:0}.template-performance-row strong,.template-performance-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-performance-row small{color:#7b898e;font-size:10px}.template-material-performance-box{display:grid;gap:10px;padding:12px;border:1px solid #d7e2df;border-radius:6px;background:#fbfdfc}.material-performance-summary{margin-top:2px}.material-effect-filters{display:flex;flex-wrap:wrap;gap:6px}.material-effect-filters button{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid var(--admin-border-soft);border-radius:999px;background:#fff;color:#52676d;font-size:11px;cursor:pointer}.material-effect-filters button.active{border-color:#8dc8bd;background:#edf8f6;color:#087d70;font-weight:800}.material-effect-filters small{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f1f4f5;color:#6a7b80;font-size:10px}.material-effect-filters button.active small{background:#d6eee9;color:#087d70}.template-material-table{overflow-x:auto;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.template-material-row{width:100%;display:grid;grid-template-columns:minmax(170px,1.5fr) minmax(100px,.8fr) repeat(4,minmax(70px,.55fr)) minmax(150px,1.25fr) minmax(70px,.55fr);gap:8px;align-items:center;min-height:44px;padding:8px 10px;border:0;border-bottom:1px solid var(--admin-border-soft);background:#fff;color:#40545a;font-size:12px;text-align:left;cursor:pointer}.template-material-row:not(.head):hover{background:#f5fbfa}.template-material-row.head{min-height:32px;background:#edf4f2;color:#66777d;font-size:10px;font-weight:700;cursor:default}.template-material-row:last-child{border-bottom:0}.template-material-row strong,.template-material-row small{display:block}.template-material-row strong,.template-material-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-material-row small{margin-top:3px;color:#7b898e;font-size:10px}.material-effect{display:inline-flex;width:fit-content;max-width:100%;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;font-size:11px;font-style:normal;font-weight:800}.material-effect.level-strong,.material-effect.level-effective{background:#dcfce7;color:#166534}.material-effect.level-watch{background:#fff7ed;color:#9a3412}.material-effect.level-unused,.material-effect.level-new{background:#e0f2fe;color:#075985}.material-effect.level-missing{background:#f3f4f6;color:#4b5563}.material-suggestion-box{display:grid;gap:10px;padding:10px;border:1px solid #dde7e4;border-radius:6px;background:#fff}.material-suggestion-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.material-suggestion-summary>div{display:grid;gap:2px;padding:8px 10px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#f8fbfa}.material-suggestion-summary span{color:#70848a;font-size:11px}.material-suggestion-summary strong{color:#174047;font-size:18px}.material-suggestion-list{display:grid;gap:8px}.material-suggestion-card{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(0,1.5fr) auto;gap:10px;align-items:start;padding:10px;border:1px solid var(--admin-border-soft);border-left:4px solid #9fb3b8;border-radius:6px;background:#fff;color:#34474d;text-align:left}.material-suggestion-card:hover{background:#f8fbfa}.material-suggestion-card.priority-high{border-left-color:#ef4444}.material-suggestion-card.priority-medium{border-left-color:#f59e0b}.material-suggestion-card.priority-positive{border-left-color:#22c55e}.material-suggestion-card span{display:grid;gap:4px;min-width:0}.material-suggestion-card em{width:fit-content;padding:2px 7px;border-radius:999px;background:#eef4f5;color:#52676d;font-size:10px;font-style:normal;font-weight:800}.material-suggestion-card.priority-high em{background:#fee2e2;color:#b91c1c}.material-suggestion-card.priority-medium em{background:#fff7ed;color:#9a3412}.material-suggestion-card.priority-positive em{background:#dcfce7;color:#166534}.material-suggestion-card strong{color:#223d44;font-size:12px}.material-suggestion-card small{color:#6d7e83;font-size:11px;line-height:1.45}.material-suggestion-actions{display:flex!important;gap:8px!important;align-items:center;justify-content:flex-end}.material-suggestion-actions button{white-space:nowrap}.material-kit-review-source,.material-kit-review-warnings{display:grid;gap:5px;padding:9px 10px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#f8fbfa}.material-kit-review-source strong{color:#174047;font-size:12px}.material-kit-review-source span,.material-kit-review-warnings span{color:#5f7177;font-size:11px;line-height:1.5}.material-kit-review-warnings{border-color:#f4d2b8;background:#fff8f1}.material-kit-review-warnings span{color:#94530f}.material-item-performance-box{display:grid;gap:10px;padding:10px;border:1px solid #dde7e4;border-radius:6px;background:#fff}.material-item-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.material-item-summary>div{display:grid;gap:2px;padding:8px 10px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#f8fbfa}.material-item-summary span{color:#70848a;font-size:11px}.material-item-summary strong{color:#174047;font-size:18px}.material-item-summary small{color:#7b898e;font-size:10px}.material-item-table{overflow-x:auto;border:1px solid var(--admin-border-soft);border-radius:6px}.material-item-row{width:100%;display:grid;grid-template-columns:minmax(110px,.8fr) minmax(170px,1.4fr) repeat(3,minmax(80px,.65fr)) minmax(170px,1.45fr);gap:8px;align-items:center;min-height:44px;padding:8px 10px;border:0;border-bottom:1px solid var(--admin-border-soft);background:#fff;color:#40545a;font-size:12px;text-align:left;cursor:pointer}.material-item-row:not(.head):hover{background:#f5fbfa}.material-item-row.head{min-height:32px;background:#edf4f2;color:#66777d;font-size:10px;font-weight:700;cursor:default}.material-item-row:last-child{border-bottom:0}.material-item-row strong,.material-item-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.material-item-row small{margin-top:3px;color:#7b898e;font-size:10px}.template-attribution-box{display:grid;gap:10px;padding:12px;border:1px solid #d7e2df;border-radius:6px;background:#f8fbfa}.template-version-comparison-box{display:grid;gap:10px;padding:12px;border:1px solid #d7e2df;border-radius:6px;background:#fbfcfa}.version-comparison-summary strong{color:#97650f}.version-comparison-table{overflow-x:auto;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.version-comparison-row{width:100%;display:grid;grid-template-columns:minmax(170px,1.4fr) minmax(120px,1fr) repeat(3,minmax(88px,.7fr));gap:8px;align-items:center;min-height:46px;padding:8px 10px;border:0;border-bottom:1px solid var(--admin-border-soft);background:transparent;color:#40545a;font:inherit;font-size:12px;text-align:left;cursor:pointer}.version-comparison-row.head{min-height:32px;background:#f4f1e9;color:#6f746f;font-size:10px;font-weight:700;cursor:default}.version-comparison-row:last-child{border-bottom:0}.version-comparison-row:not(.head):hover{background:#fbf8ef}.version-comparison-row>span{display:grid;gap:2px;min-width:0}.version-comparison-row strong,.version-comparison-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.version-comparison-row small{color:#7b898e;font-size:10px}.version-trend{width:fit-content;max-width:100%;overflow:hidden;padding:2px 7px;border-radius:999px;background:#eef3f2;color:#647278;font-size:11px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.version-trend.up{background:#e8f7ee;color:#177245}.version-trend.down{background:#fff0ed;color:#b64b38}.version-trend.flat{background:#eef3f2;color:#69777c}.attribution-summary strong{color:#0f766e}.template-attribution-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template-attribution-table{overflow-x:auto;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.template-attribution-title{padding:9px 10px;border-bottom:1px solid var(--admin-border-soft);color:#263d42;font-size:13px;font-weight:700}.template-attribution-row{display:grid;grid-template-columns:minmax(160px,1.5fr) repeat(3,minmax(68px,.65fr));gap:8px;align-items:center;min-height:44px;padding:8px 10px;border-bottom:1px solid var(--admin-border-soft);color:#40545a;font-size:12px}.template-attribution-row.activity-head,.template-attribution-row.activity-row{grid-template-columns:minmax(180px,1.5fr) minmax(150px,1.2fr) minmax(110px,.9fr) repeat(3,minmax(70px,.6fr))}.template-attribution-row.head,.template-attribution-row.activity-head{min-height:32px;background:#edf4f2;color:#66777d;font-size:10px;font-weight:700}.template-attribution-row:last-child{border-bottom:0}.template-attribution-row>span{display:grid;gap:2px;min-width:0}.template-attribution-row strong,.template-attribution-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-attribution-row small{color:#7b898e;font-size:10px}.performance-level{color:#6f7c81;font-style:normal;font-weight:700}.level-优秀{color:#087d70}.level-良好{color:#397357}.level-数据积累{color:#54727d}.level-待观察{color:#a46a12}.level-待优化{color:#b04a3b}.performance-note{margin:0;color:#718087;font-size:11px;line-height:1.6}.template-recap-detail{display:grid;gap:12px;padding-top:12px;border-top:1px solid var(--admin-border-soft)}.template-recap-actions{display:flex;flex-wrap:wrap;gap:6px}.template-recap-insights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template-recap-insights>div{display:flex;align-content:flex-start;flex-wrap:wrap;gap:6px;min-height:70px;padding:10px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff}.template-recap-insights strong{width:100%;color:#32484e;font-size:12px}.template-recap-insights span{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:4px;background:#eef6f4;color:#3e625f;font-size:11px}.template-recap-insights small{color:#74858a;font-size:9px}.template-suggestion-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.template-suggestion{display:grid;gap:4px;padding:10px 11px;border-left:4px solid #789297;border-radius:4px;background:#fff}.template-suggestion strong{color:#31474d;font-size:12px}.template-suggestion span{color:#667a80;font-size:11px;line-height:1.55}.template-suggestion.priority-high{border-left-color:#c35b49;background:#fff9f7}.template-suggestion.priority-positive{border-left-color:#149283;background:#f5fbf9}.template-recap-activities{overflow-x:auto;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fff}.template-derived-notice{display:grid;gap:10px;padding:12px;border:1px solid #f0d48a;border-radius:6px;background:#fffaf0}.template-derived-notice>div:first-child{display:grid;gap:4px}.template-derived-notice strong{color:#4b3a18;font-size:13px}.template-derived-notice span{color:#76602a;font-size:11px;line-height:1.55}.template-derived-list{display:grid;gap:7px}.template-derived-item{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 10px;border:1px solid #ead9aa;border-radius:6px;background:#fff;text-align:left;cursor:pointer}.template-derived-item:hover{border-color:#d7b969;background:#fffdf7}.template-derived-item span{display:grid;gap:3px;min-width:0}.template-derived-item strong,.template-derived-item small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.template-derived-item em{color:#149283;font-size:11px;font-style:normal;font-weight:700}.template-derived-editor{display:grid;gap:14px;padding:14px;border:1px solid #b9d8d1;border-radius:8px;background:#f7fbfa}.template-derived-editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #d7e7e3}.template-derived-editor-heading>div{display:grid;gap:4px}.template-derived-editor-heading strong{color:#173f3b;font-size:14px}.template-derived-editor-heading span{color:#5f7873;font-size:11px;line-height:1.55}.template-derived-editor-heading em{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#e5f3ef;color:#127a6b;font-size:10px;font-style:normal;font-weight:700}.template-ai-optimization{display:grid;gap:10px;padding:12px;border:1px solid #b9d8d1;border-radius:6px;background:#f5fbf9}.optimization-source{display:flex;flex-wrap:wrap;gap:6px 14px;color:#687c81;font-size:10px}.optimization-field-list{display:grid;gap:7px}.optimization-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 10px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff}.optimization-select{display:grid;justify-items:center;gap:2px;color:#728388;font-size:9px;cursor:pointer}.optimization-select input{width:15px;height:15px;accent-color:#148a7c}.optimization-field>div{display:grid;gap:3px;min-width:0}.optimization-field strong{color:#33494f;font-size:11px}.optimization-field p{display:-webkit-box;overflow:hidden;margin:0;color:#62767c;font-size:11px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.optimization-rationale{display:flex;flex-wrap:wrap;gap:6px}.optimization-rationale strong{width:100%;color:#33494f;font-size:11px}.optimization-rationale span{padding:5px 7px;border-radius:4px;background:#e5f2ef;color:#3e625f;font-size:10px}.optimization-rationale .optimization-warning{background:#fff0eb;color:#9a4a39}.optimization-submit{padding-top:10px;border-top:1px solid #d4e6e1}.optimization-submit>span{color:#65797e;font-size:10px}.template-recap-activity{display:grid;grid-template-columns:minmax(200px,1.8fr) minmax(90px,.8fr) repeat(4,minmax(65px,.55fr));gap:8px;align-items:center;min-height:44px;padding:7px 10px;border-bottom:1px solid var(--admin-border-soft);color:#40545a;font-size:11px}.template-recap-activity.head{min-height:30px;background:#edf4f2;color:#66777d;font-size:10px;font-weight:700}.template-recap-activity:last-child{border-bottom:0}.template-recap-activity>span{display:grid;gap:2px;min-width:0}.template-recap-activity strong,.template-recap-activity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-recap-activity small{color:#7b898e;font-size:9px}.push-analysis-row small{color:#7b898e;font-size:10px}.template-version-box{margin:0 20px 16px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#fbfcfc}.template-version-box summary{display:flex;align-items:center;gap:8px;padding:13px 14px;color:#34484e;font-weight:600;cursor:pointer;list-style:none}.template-version-box summary::-webkit-details-marker{display:none}.template-version-box summary span{margin-left:auto;color:#0f8477;font-size:12px}.template-version-content{display:grid;gap:12px;padding:0 14px 14px}.template-version-content>label{display:grid;gap:6px;color:#5c6d73;font-size:12px}.template-version-list{display:grid;gap:8px}.template-version-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff}.template-version-row>div{display:grid;gap:3px;min-width:0}.template-version-row strong{color:#17353c}.template-version-row span,.template-version-row small{overflow:hidden;color:#718087;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.template-version-material{display:flex;flex-wrap:wrap;gap:5px}.template-version-material em,.template-version-performance em{padding:2px 7px;border-radius:999px;background:#f3f4f6;color:#7b8790;font-size:10px;font-style:normal;font-weight:700}.template-version-material em.active{background:#e0f2fe;color:#075985}.template-version-performance{display:flex;flex-wrap:wrap;gap:5px}.template-version-performance em{background:#ecfdf5;color:#047857}.activity-import-box summary{display:flex;align-items:center;gap:8px;padding:13px 14px;color:#17695c;font-weight:600;cursor:pointer;list-style:none}.activity-import-box summary::-webkit-details-marker{display:none}.activity-import-content{display:grid;gap:10px;padding:0 14px 14px}.activity-import-content textarea{min-height:180px;resize:vertical}.activity-import-toolbar,.activity-import-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.activity-import-toolbar span,.activity-import-footer span{color:#718087;font-size:12px}.activity-import-footer button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.template-cover img{width:min(360px,100%);aspect-ratio:16 / 9;object-fit:cover}.image-preview-tile{position:relative;width:min(380px,100%)}.image-preview-open{width:100%;min-width:0;padding:0;border:0;border-radius:5px;background:transparent;cursor:zoom-in}.template-gallery-preview{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:10px}.activity-gallery-source{max-height:520px;opacity:1;transform:scale(1);transform-origin:right top;transition:opacity .26s ease,transform .26s cubic-bezier(.2,.8,.2,1),max-height .26s ease,margin-top .26s ease}.activity-gallery-source.is-shrunk{max-height:0;margin-top:0;opacity:0;transform:scale(.82);pointer-events:none}.activity-gallery-source.is-restoring{max-height:520px;opacity:1;transform:scale(1)}.template-gallery-preview>div{position:relative;aspect-ratio:1}.template-gallery-preview img{width:100%;height:100%;border-radius:5px;object-fit:cover}.template-gallery-preview>div>.image-remove-button,.template-gallery-preview>div>button:last-child,.image-remove-button{position:absolute;top:4px;right:4px;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:#0f191cbf;color:#fff;cursor:pointer}.activity-gallery-field{gap:10px}.activity-gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:#718087;font-size:12px}.activity-gallery-toolbar button{flex:none}.floating-gallery-panel{position:fixed;z-index:86;width:320px;max-height:min(560px,calc(100vh - 40px));overflow:hidden;border:1px solid rgba(24,69,72,.14);border-radius:12px;background:#fff;box-shadow:0 18px 48px #0f222638;transform-origin:left top;will-change:transform,opacity}.floating-gallery-panel.is-opening{animation:floatingGalleryOpen .26s cubic-bezier(.2,.8,.2,1) both}.floating-gallery-panel.is-open{opacity:1;transform:scale(1)}.floating-gallery-panel.is-closing{animation:floatingGalleryClose .26s cubic-bezier(.4,0,.2,1) both;pointer-events:none}.floating-gallery-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(24,69,72,.1);background:linear-gradient(135deg,#f3faf8,#f8fbfb);cursor:move;user-select:none;touch-action:none}.floating-gallery-header div{display:grid;gap:2px}.floating-gallery-header strong{color:#18393c;font-size:14px}.floating-gallery-header span{color:#718087;font-size:12px}.floating-gallery-header button{display:grid;place-items:center;flex:0 0 auto;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:#0f191c14;color:#496064;cursor:pointer}.floating-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:456px;overflow:auto;padding:12px}.floating-gallery-grid button{min-width:0;aspect-ratio:1;padding:0;overflow:hidden;border:1px solid rgba(24,69,72,.12);border-radius:8px;background:#f5f8f7;cursor:grab}.floating-gallery-grid button:active{cursor:grabbing}.floating-gallery-grid img{display:block;width:100%;height:100%;object-fit:cover}@keyframes floatingGalleryOpen{0%{opacity:0;transform:scale(.72) translate3d(18px,-12px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes floatingGalleryClose{0%{opacity:1;transform:scale(1) translateZ(0)}to{opacity:0;transform:scale(.72) translate3d(18px,-12px,0)}}.image-preview-mask{position:fixed;inset:0;z-index:95;display:grid;place-items:center;padding:28px;background:#080e109e}.image-preview-modal{position:relative;max-width:min(920px,94vw);max-height:90vh}.image-preview-modal img{display:block;max-width:100%;max-height:90vh;border-radius:8px;background:#fff;box-shadow:0 24px 70px #00000059}.image-preview-modal button{position:absolute;top:-12px;right:-12px;width:30px;height:30px;border:0;border-radius:50%;background:#111b1f;color:#fff;cursor:pointer}.promoter-admin-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:16px;align-items:start}.promoter-admin-stack{display:grid;gap:16px}.promoter-showcase-editor{margin-top:16px;padding-top:16px;border-top:1px solid #e1e9eb}.promoter-group-editor{max-width:none}.template-preview-mask{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#0912188a}.template-preview-shell{width:min(920px,calc(100vw - 48px));max-height:calc(100vh - 48px);display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;padding:22px;border-radius:18px;background:#f6fbfa;box-shadow:0 28px 80px #06141c47}.template-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.template-preview-toolbar strong,.template-preview-toolbar span{display:block}.template-preview-toolbar strong{color:#172b32;font-size:18px}.template-preview-toolbar span{margin-top:4px;color:#708086;font-size:13px}.template-preview-toolbar button{height:34px;padding:0 16px;border:1px solid #d7e4e3;border-radius:8px;background:#fff;color:#263a40;font-weight:800}.template-phone-frame{width:390px;max-width:100%;height:min(720px,calc(100vh - 150px));overflow:hidden;justify-self:center;border:10px solid #172227;border-radius:34px;background:#edf4f3;box-shadow:0 20px 50px #0c1e2638}.template-phone-status{height:48px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e4eeee;background:#fff;color:#17242a;font-size:15px;font-weight:900}.template-phone-scroll{height:calc(100% - 48px);overflow-y:auto;padding-bottom:22px}.template-phone-cover{width:100%;height:210px;display:block;object-fit:cover;background:#dfe9e8}.template-phone-cover.empty-cover{display:flex;align-items:center;justify-content:center;color:#77888e;font-size:14px;font-weight:800}.template-phone-section{margin:12px 12px 0;padding:14px;border-radius:10px;background:#fff;color:#52656b;font-size:13px;line-height:1.65}.template-phone-section h3,.template-phone-section h4,.template-phone-section p{margin:0}.template-phone-section h3{color:#172b32;font-size:20px;line-height:1.35}.template-phone-section h4{margin-bottom:8px;color:#20343b;font-size:15px}.template-phone-section small{display:block;margin-bottom:4px;color:#0f8f82;font-size:12px;font-weight:900}.template-phone-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.template-phone-tags span,.template-phone-highlight-list span{padding:5px 8px;border-radius:999px;background:#edf8f6;color:#0f756b;font-size:12px;font-weight:800}.template-phone-price{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:12px}.template-phone-price strong{color:#e75665;font-size:24px}.template-phone-price span{color:#65777d;font-size:13px;font-weight:800}.template-phone-highlight-list{display:flex;flex-wrap:wrap;gap:8px}.template-phone-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.template-phone-gallery.inline{margin-top:10px}.template-phone-gallery img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:7px;background:#edf4f3}.template-phone-itinerary{display:grid;gap:10px}.template-phone-itinerary div{padding-left:10px;border-left:3px solid #0f9f8f}.template-phone-itinerary strong,.template-phone-itinerary span{display:block}.template-phone-itinerary strong{color:#22373e}.template-phone-itinerary span{margin-top:2px;color:#6b7d83;font-size:12px}.template-subsection,.template-push-box{display:grid;gap:10px;padding:14px;border:1px solid var(--admin-border-soft);border-radius:6px;background:#f8fafb}.content-section-editor,.itinerary-plan,.itinerary-day-editor{display:grid;gap:8px;padding:12px;border:1px solid var(--admin-border);border-radius:6px;background:#fff}.itinerary-plan{margin-top:4px}.itinerary-plan-heading{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px}.icon-danger-button{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;padding:0;border:1px solid #efcaca;border-radius:5px;background:#fff7f7;color:#b13c3c;cursor:pointer}.itinerary-day-editor{background:#fbfcfc}.itinerary-day-title button{display:inline-flex;padding:5px;border:0;background:transparent;color:#b13c3c;cursor:pointer}.plan-name-input{font-weight:600}.template-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.template-pricing-grid label{display:grid;gap:6px}.template-push-box>div:first-child{display:grid;gap:4px}.template-push-box>div:first-child span{color:#718087;font-size:13px}.activity-review-workbench{display:grid;gap:12px;padding:14px;border:1px solid #b8cec9;border-radius:6px;background:#f5faf9}.review-workbench-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-workbench-heading>div:first-child{display:grid;gap:3px}.review-workbench-heading span{color:#6c7d82;font-size:12px}.review-score{display:grid;min-width:64px;text-align:center}.review-score strong{color:#0d7d70;font-size:24px}.review-score span{font-size:10px}.review-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.review-check-grid span{padding:7px 8px;border-radius:4px;font-size:11px}.review-check-grid .passed{color:#176b58;background:#e7f5ef}.review-check-grid .missing{color:#ad4a30;background:#fff0e9}.review-difference-box,.review-history-box{border:1px solid var(--admin-border-soft);border-radius:5px;background:#fff}.review-difference-box summary,.review-history-box summary{padding:10px 12px;color:#40555b;font-size:12px;font-weight:700;cursor:pointer}.review-difference-list{display:grid;gap:8px;padding:0 12px 12px}.review-difference-list>div{display:grid;grid-template-columns:90px repeat(2,minmax(0,1fr));gap:8px;padding:9px;border-radius:4px;background:#f7f9fa}.review-difference-list span{display:grid;gap:3px;min-width:0;overflow:hidden;color:#66767c;font-size:11px;text-overflow:ellipsis}.review-difference-list em{color:#0f8477;font-size:10px;font-style:normal;font-weight:700}.review-decision-box{display:grid;gap:8px}.review-decision-box textarea{min-height:72px}.review-decision-box>div{display:flex;justify-content:flex-end;gap:8px}.review-history-box>div{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:8px;padding:9px 12px;border-top:1px solid var(--admin-border-soft);color:#596b71;font-size:11px}.review-history-box small{color:#849095}.promoter-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.promoter-option{display:flex!important;align-items:center;gap:8px;min-height:56px;padding:9px;border:1px solid var(--admin-border);border-radius:5px;background:#fff;cursor:pointer}.promoter-option input{width:16px;height:16px}.promoter-option span{display:grid;gap:3px}.promoter-option small{color:#718087}.compact-empty{padding:10px}.social-report-panel{display:grid;gap:16px}.social-report-heading{align-items:flex-start}.social-report-heading>div{display:grid;gap:5px}.social-report-heading .panel-title{margin:0}.social-report-heading p{margin:0;color:#718087;font-size:12px}.social-report-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.social-report-summary.account-deletion-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.social-report-summary button{min-height:66px;padding:10px 14px;border:1px solid #dce5e7;border-radius:7px;background:#f8fafb;color:#53656b;text-align:left;cursor:pointer}.social-report-summary button span,.social-report-summary button strong{display:block}.social-report-summary button span{font-size:12px}.social-report-summary button strong{margin-top:5px;color:#1b2529;font-size:22px}.social-report-summary button.active{border-color:#72b9b1;box-shadow:inset 0 0 0 1px #72b9b1;background:#edf8f6}.social-report-summary button.report-summary-pending.active{border-color:#e1ad4d;box-shadow:inset 0 0 0 1px #e1ad4d;background:#fff8e8}.social-report-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 160px 160px;gap:10px}.social-report-toolbar.account-deletion-toolbar{grid-template-columns:minmax(260px,1fr) 180px}.social-report-toolbar select,.social-report-toolbar input{width:100%;height:38px;border:1px solid #d8e2e4;border-radius:6px;background:#fff;color:#26363b;font:inherit}.social-report-toolbar select{padding:0 10px}.social-report-toolbar .search-field{position:relative;display:block}.social-report-toolbar .search-field svg{position:absolute;top:11px;left:11px;color:#829096;pointer-events:none}.social-report-toolbar .search-field input{padding:0 12px 0 36px}.social-report-table{overflow-x:auto;border:1px solid #e0e7e9;border-radius:7px}.social-report-row{width:100%;min-width:920px;min-height:66px;display:grid;grid-template-columns:1.25fr 1.3fr 1.25fr 145px 90px 90px;align-items:center;gap:12px;padding:10px 14px;border:0;border-top:1px solid #e2e9eb;background:#fff;color:#26363b;text-align:left}button.social-report-row{cursor:pointer}button.social-report-row:hover{background:#f2f8f7}.social-report-row.head{min-height:40px;border-top:0;background:#f3f6f7;color:#64757b;font-size:12px;font-weight:700}.social-report-row>span{min-width:0}.social-report-row>span strong,.social-report-row>span small{display:block}.social-report-row>span strong{overflow:hidden;color:#24343a;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.social-report-row>span small{margin-top:4px;overflow:hidden;color:#77868b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.social-report-row.report-row-pending{background:#fffdf8}.social-report-status{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:5px;color:#26363b;background:#edf1f2;font-size:11px;font-style:normal}.social-report-status.status-pending{background:#fff0cf}.social-report-status.status-resolved{background:#dff4ec}.social-report-status.status-rejected{background:#edf0f2}.social-report-status.status-completed{background:#dff4ec}.social-report-status.status-cancelled{background:#edf0f2}.social-report-open{color:#0e8176;font-size:12px;font-weight:700}.social-report-modal-mask{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:24px;background:#0c181c94}.social-report-modal{width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border-radius:8px;background:#fff;box-shadow:0 24px 70px #08171b47}.social-report-modal-head{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid #e0e7e9;background:#fff}.social-report-modal-head>div{min-width:0}.social-report-modal-head strong,.social-report-modal-head span{display:block}.social-report-modal-head strong{font-size:17px}.social-report-modal-head span{margin-top:3px;overflow:hidden;color:#829096;font-size:11px;text-overflow:ellipsis}.social-report-modal-head button{width:34px;height:34px;flex:0 0 auto;border:0;background:transparent;color:#617279;font-size:25px;cursor:pointer}.social-report-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 20px 0}.social-report-detail-grid>div{min-width:0;padding:12px;border:1px solid #e0e7e9;border-radius:6px;background:#f8fafb}.social-report-detail-grid small,.social-report-detail-grid strong,.social-report-detail-grid span{display:block}.social-report-detail-grid small{color:#7b898e;font-size:11px}.social-report-detail-grid strong{margin-top:5px;font-size:13px}.social-report-detail-grid span{margin-top:4px;overflow-wrap:anywhere;color:#617279;font-size:12px}.social-report-snapshot,.social-report-note,.social-report-review-result{display:grid;gap:9px;margin:14px 20px 0;padding:14px;border:1px solid #e0e7e9;border-radius:6px}.social-report-snapshot p,.social-report-review-result p{margin:0;color:#506268;line-height:1.7;white-space:pre-wrap}.social-report-media{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.social-report-media img,.social-report-media video{width:100%;aspect-ratio:1;display:block;border-radius:5px;background:#edf1f2;object-fit:cover}.social-report-note{color:#3c4d53;font-size:12px;font-weight:700}.social-report-note textarea{min-height:88px;padding:10px;resize:vertical;border:1px solid #d8e2e4;border-radius:5px;color:#26363b;font:inherit;font-weight:400}.social-report-review-result{background:#f5f8f8}.social-report-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px 20px}.social-report-modal-actions .muted-action,.danger-light-action{min-height:40px;padding:0 16px;border-radius:7px;background:#fff;font-weight:700;cursor:pointer}.social-report-modal-actions .muted-action{border:1px solid #d8e2e4;color:#53656b}.danger-light-action{border:1px solid #e4a5aa;color:#b43d47}.danger-light-action:disabled,.social-report-modal-actions button:disabled{opacity:.55;cursor:wait}@media(max-width:1180px){.content-grid,.library-layout{grid-template-columns:1fr}.library-list-panel{position:static}.push-workbench-grid{grid-template-columns:1fr}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:1fr}.sidebar{position:fixed;z-index:40;top:0;bottom:0;left:0;display:block;width:min(82vw,272px);height:100vh;padding:16px 12px 12px;box-shadow:12px 0 28px #09191e38;transform:translate(-105%);transition:transform .18s ease}.mobile-sidebar-open .sidebar{transform:translate(0)}.sidebar-collapsed .sidebar{width:min(82vw,272px)}.mobile-sidebar-backdrop{position:fixed;z-index:35;inset:0;display:block;border:0;background:#0c161a61;opacity:0;pointer-events:none;transition:opacity .18s ease}.mobile-sidebar-open .mobile-sidebar-backdrop{opacity:1;pointer-events:auto}.sidebar-collapsed .sidebar .brand{display:flex;justify-content:flex-start;margin:0 4px 20px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-section-label,.sidebar-collapsed .nav-item>span{display:block}.sidebar-collapsed .nav-item .nav-chevron{display:block}.sidebar-collapsed .nav-item,.sidebar-collapsed .sidebar-toggle{justify-content:flex-start;padding-inline:10px}.sidebar-collapsed .nav-item.active:before{left:0}.workspace{padding:0 12px 18px}.topbar{min-height:auto;margin:0 -12px 12px;padding:12px}.topbar,.topbar-title,.topbar-actions{align-items:stretch}.topbar{flex-direction:column;gap:10px}.topbar-title{align-items:center}.mobile-menu-button{display:inline-flex}.topbar-actions{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,36px) auto}.tenant-switcher{width:100%;max-width:none}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid{grid-template-columns:1fr}.panel-heading{align-items:stretch}.activity-import-box,.template-version-box,.template-performance-box,.template-review-box,.template-coverage-box{margin:0 12px 14px}.template-coverage-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.template-coverage-toolbar{align-items:stretch;flex-direction:column}.template-coverage-toolbar button{justify-content:center}.template-coverage-row{min-width:760px}.template-review-diff{grid-template-columns:1fr}.template-review-heading,.template-review-actions,.optimization-submit{align-items:stretch;flex-direction:column}.template-review-actions button,.optimization-submit button{width:100%}.template-performance-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.template-attribution-grid{grid-template-columns:1fr}.template-performance-row{min-width:760px}.template-material-row{min-width:920px}.material-item-summary,.material-suggestion-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.material-suggestion-card{grid-template-columns:1fr}.material-item-row{min-width:840px}.template-attribution-row{min-width:560px}.template-attribution-row.activity-head,.template-attribution-row.activity-row{min-width:860px}.template-recap-insights,.template-suggestion-list{grid-template-columns:1fr}.template-recap-activity{min-width:700px}.optimization-field{grid-template-columns:1fr}.optimization-select{grid-template-columns:auto 1fr;justify-items:start;justify-self:start;align-items:center}.activity-import-toolbar,.activity-import-footer{align-items:stretch;flex-direction:column}.library-filters{grid-template-columns:1fr 1fr}.library-search{grid-column:1 / -1}.push-funnel-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.push-health-summary{grid-template-columns:1fr}.push-health-rules>div{grid-template-columns:1fr}.auto-reminder-summary,.auto-reminder-jobs{grid-template-columns:repeat(2,minmax(0,1fr))}.push-alert-grid,.recommendation-card-grid{grid-template-columns:1fr}.push-analysis-table{overflow-x:auto}.push-analysis-split{grid-template-columns:1fr}.push-analysis-row{min-width:720px}.push-analysis-row.compact{min-width:600px}.review-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-difference-list>div,.review-history-box>div{grid-template-columns:1fr}.template-pricing-grid,.promoter-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.template-gallery-preview{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-filters{width:100%}.dashboard-filters label{flex:1;width:auto}}@media(max-width:620px){.admin-notification-panel{position:fixed;top:116px;right:12px;left:12px;width:auto;max-height:calc(100vh - 132px)}.admin-notification-list{max-height:calc(100vh - 194px)}.topbar p{display:block;line-height:1.6}.topbar p i{display:none}.settings-subsection{align-items:stretch;flex-direction:column}.settings-reset-button{justify-self:start}.topbar-actions{grid-template-columns:minmax(0,1fr) repeat(3,34px)}.icon-text-action{grid-column:1 / -1;justify-content:center}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:78px}.dashboard-filters{flex-direction:column}.dashboard-filters select,.dashboard-filters label{width:100%}.template-pricing-grid,.promoter-option-grid{grid-template-columns:1fr}.template-gallery-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-order-table,.activity-table,.member-table,.compact-order-table{overflow-x:auto}.dashboard-order-row,.compact-order-row{min-width:620px}.order-detail-modal-mask{align-items:flex-start;padding:12px}.order-detail-grid{grid-template-columns:1fr}.social-report-summary,.social-report-summary.account-deletion-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.social-report-toolbar{grid-template-columns:1fr}.social-report-modal-mask{align-items:start;padding:12px}.social-report-modal{max-height:calc(100vh - 24px)}.social-report-detail-grid{grid-template-columns:1fr}.social-report-media{grid-template-columns:repeat(3,minmax(0,1fr))}.social-report-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.social-report-modal-actions .primary-action{grid-column:1 / -1}}.payment-settings-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.55fr);gap:18px;align-items:start}.payment-profile-list-panel{position:sticky;top:18px}.payment-runtime-card{display:grid;gap:5px;padding:14px;border:1px solid var(--admin-border);border-left:4px solid #8a999f;border-radius:7px;background:#f7f9fa}.payment-runtime-card.active{border-left-color:var(--admin-accent);background:#eff9f7}.payment-runtime-card.fallback{border-left-color:#3b79b7;background:#f2f7fb}.payment-runtime-card.warning{border-left-color:var(--admin-warning);background:#fff8ee}.payment-runtime-card span,.payment-runtime-card small{color:var(--admin-muted);font-size:12px}.payment-runtime-card strong{color:var(--admin-text);font-size:15px}.payment-new-profile{justify-content:center;width:100%;margin:12px 0}.payment-profile-list{display:grid;gap:8px}.payment-profile-list>button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:11px 12px;border:1px solid var(--admin-border);border-radius:7px;color:var(--admin-text);background:#fff;text-align:left;cursor:pointer}.payment-profile-list>button:hover,.payment-profile-list>button.active{border-color:#8fcfc8;background:#f0faf8}.payment-profile-list>button>span,.payment-profile-list>button strong,.payment-profile-list>button small{display:block}.payment-profile-list>button strong{font-size:13px}.payment-profile-list>button small{margin-top:3px;color:var(--admin-muted);font-size:11px}.payment-profile-list em,.payment-profile-state{flex:0 0 auto;padding:3px 7px;border-radius:4px;font-size:11px;font-style:normal}.payment-profile-list em.enabled,.payment-profile-state.enabled{color:#087b70;background:#dff4f0}.payment-profile-list em.disabled,.payment-profile-state.disabled{color:#6c797e;background:#edf1f2}.payment-editor-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--admin-border-soft)}.payment-editor-heading strong,.payment-editor-heading span{display:block}.payment-editor-heading strong{font-size:17px}.payment-editor-heading div>span{margin-top:5px;color:var(--admin-muted);font-size:12px}.payment-security-note,.payment-config-warning{display:flex;align-items:flex-start;gap:10px;margin:16px 0;padding:12px 14px;border-radius:7px}.payment-security-note{color:#155f59;background:#edf8f6}.payment-security-note strong,.payment-security-note span{display:block}.payment-security-note span{margin-top:3px;color:#55716f;font-size:12px;line-height:1.6}.payment-config-warning{color:#8a5714;background:#fff4e4;font-size:12px;line-height:1.6}.field-help{display:block;margin-top:5px;color:var(--admin-muted);font-size:11px;font-weight:400;line-height:1.5}.payment-validation-result{display:grid;gap:4px;padding:11px 13px;border:1px solid var(--admin-border);border-radius:7px;font-size:12px}.payment-validation-result.success{border-color:#a7d9d2;color:#126f66;background:#f0faf8}.payment-validation-result.error{border-color:#e5b4b8;color:#a43740;background:#fff5f5}.payment-validation-result span,.payment-validation-result small{font-size:11px}.payment-profile-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.payment-profile-actions .danger-action:disabled{opacity:.45;cursor:not-allowed}@media(max-width:960px){.payment-settings-layout{grid-template-columns:1fr}.payment-profile-list-panel{position:static}}@media(max-width:620px){.payment-editor-heading{flex-direction:column}.payment-profile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}
