:root{font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17202a;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--line: #d8e0ea;--muted: #64748b;--text: #17202a;--surface: #ffffff;--surface-weak: #f8fafc;--green: #0f766e;--blue: #2563eb;--cyan: #0891b2;--orange: #d97706;--red: #dc2626;--shadow: 0 12px 28px rgba(28, 39, 54, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f4f7fb}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}small{color:var(--muted)}.app-shell{display:grid;min-height:100vh;grid-template-columns:306px minmax(0,1fr)}.sidebar{position:sticky;top:0;display:flex;height:100vh;min-width:0;flex-direction:column;border-right:1px solid var(--line);background:#fbfdff;padding:18px 14px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand-mark{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:8px;background:#0f766e;color:#fff;font-weight:800}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:12px;margin-top:2px}.side-nav{display:grid;gap:18px;margin-top:24px;overflow-y:auto;padding:0 4px 12px 0}.nav-group p,.eyebrow{margin:0 0 9px;color:#64748b;font-size:12px;font-weight:800;letter-spacing:0}.nav-link{display:grid;gap:3px;border-radius:8px;color:#405066;margin-bottom:4px;padding:9px 10px;transition:background .16s ease,color .16s ease,transform .16s ease}.nav-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800}.nav-link small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7b8798;font-size:12px}.nav-link.active,.nav-link:hover{background:#e9f4f2;color:#0f5f59}.nav-link:active{transform:translateY(1px)}.sidebar-footer{display:flex;align-items:center;gap:10px;border:1px solid #cfe7e3;border-radius:8px;background:#f0faf8;margin-top:auto;padding:12px}.sidebar-footer strong,.sidebar-footer small{display:block;font-size:12px}.sidebar-footer small{color:#0f766e;margin-top:2px}.status-dot{width:10px;height:10px;border-radius:50%;background:#14b8a6;box-shadow:0 0 0 4px #ccfbf1}.workspace{min-width:0}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:#f8fafced;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:18px 28px}.topbar h1{margin:0;font-size:24px;letter-spacing:0}.topbar-actions,.toolbar-actions,.detail-actions,.panel-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.panel-actions{margin-top:14px}.panel-actions.centered{justify-content:center}.panel-actions.vertical{align-items:stretch;flex-direction:column}.primary-button,.ghost-button,.secondary-button,.ghost-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:8px;border:1px solid transparent;font-weight:800;padding:0 14px;white-space:nowrap;transition:transform .12s ease,box-shadow .16s ease,background .16s ease}.primary-button{background:#0f766e;color:#fff}.ghost-button,.ghost-link{border-color:var(--line);background:#fff;color:#26364a}.ghost-link{min-height:30px;color:#0f766e;font-size:13px}.secondary-button{border-color:#bdd7f8;background:#eff6ff;color:#1d4ed8}.primary-button:hover,.ghost-button:hover,.secondary-button:hover,.ghost-link:hover{box-shadow:0 8px 18px #0f172a1a}.primary-button:active,.ghost-button:active,.secondary-button:active,.ghost-link:active,.is-pressed{transform:translateY(1px)}.is-pressed{box-shadow:inset 0 0 0 999px #ffffff29}.wide{width:100%}.avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:#1f2937;color:#fff;font-weight:800}.page{padding:24px 28px 36px}.page-stack{display:grid;gap:18px}.page-intro,.metric-card,.panel,.table-panel,.toolbar-panel,.detail-header,.plan-card,.phone-wrap,.search-panel,.result-panel{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.page-intro,.panel,.table-panel,.toolbar-panel,.detail-header,.search-panel{padding:18px}.page-intro,.detail-header,.toolbar-panel,.search-panel{display:flex;align-items:center;justify-content:space-between;gap:18px}.page-intro h2,.detail-header h2,.panel-head h2{margin:0;color:var(--text);font-size:19px;letter-spacing:0}.page-intro p,.detail-header p{margin:6px 0 0;color:var(--muted)}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{display:grid;gap:10px;min-height:132px;padding:18px;position:relative;overflow:hidden}.metric-card:after{content:"";position:absolute;right:16px;top:16px;width:42px;height:4px;border-radius:999px}.metric-card.green:after{background:var(--green)}.metric-card.blue:after{background:var(--blue)}.metric-card.orange:after{background:var(--orange)}.metric-card.cyan:after{background:var(--cyan)}.metric-card span{color:var(--muted);font-size:13px;font-weight:800}.metric-card strong{font-size:28px;line-height:1.1}.metric-card small{color:#475569}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:18px}.split-grid,.detail-grid,.kanban-grid,.mobile-workbench{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.kanban-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-workbench{grid-template-columns:minmax(360px,430px) minmax(0,1fr);align-items:start}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.panel-head a,.panel-head button{color:#0f766e}.task-list,.task-board,.tenant-list,.attachment-list,.timeline,.usage-list,.checklist,.org-tree{display:grid;gap:10px}.task-item,.task-card,.tenant-item,.attachment-list article,.timeline article,.usage-list article,.checklist article,.search-result,.mini-record,.org-tree article{display:flex;align-items:center;gap:12px;border:1px solid #e6edf5;border-radius:8px;background:var(--surface-weak);padding:12px}.task-card,.search-result,.mini-record{justify-content:space-between}.task-item strong,.task-item small,.task-card strong,.task-card small,.tenant-item strong,.tenant-item small,.attachment-list strong,.attachment-list small,.timeline strong,.timeline small,.usage-list strong,.usage-list small,.checklist strong,.checklist small,.search-result strong,.search-result small,.mini-record strong,.mini-record small{display:block}.risk-badge,.status-badge,.soft-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:12px;font-weight:800;line-height:1;padding:6px 9px;white-space:nowrap}.risk-badge.danger{background:#fee2e2;color:#b91c1c}.risk-badge.warning{background:#fef3c7;color:#92400e}.risk-badge.safe,.status-badge.success,.soft-badge{background:#dcfce7;color:#166534}.status-badge.warning{background:#fef3c7;color:#92400e}.status-badge.danger{background:#fee2e2;color:#b91c1c}.status-badge.info{background:#dbeafe;color:#1d4ed8}.status-badge.neutral{background:#e2e8f0;color:#475569}.ai-summary{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;align-items:center}.ai-ring{display:grid;width:132px;height:132px;place-items:center;border-radius:50%;background:radial-gradient(circle at center,#ffffff 54%,transparent 56%),conic-gradient(#0f766e 0,#0f766e 72%,#dbeafe 72%,#dbeafe)}.ai-ring strong{font-size:28px}.ai-ring span{color:var(--muted);font-size:12px;margin-top:-30px}.ai-copy p{margin:0 0 10px;line-height:1.65}.clean-list{display:grid;gap:8px;margin:0;padding-left:18px;color:#334155}.table-name{display:grid;gap:4px}.table-name strong,.table-name small{display:block}.inline-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.responsive-table{width:100%;overflow-x:auto}table{width:100%;min-width:760px;border-collapse:collapse}th,td{border-bottom:1px solid #e6edf5;padding:12px 10px;text-align:left;vertical-align:top;font-size:13px}th{color:#64748b;font-size:12px;font-weight:800;background:#f8fafc}tbody tr{transition:background .16s ease}tbody tr:hover,.clickable-row:hover{background:#f7fbfa}.clickable-row{cursor:pointer}.segmented{display:flex;align-items:center;gap:4px;max-width:100%;border:1px solid var(--line);border-radius:8px;background:#f8fafc;padding:4px;overflow-x:auto}.segmented button{min-height:32px;border:0;border-radius:6px;background:transparent;color:#475569;font-weight:800;padding:0 12px;white-space:nowrap}.segmented button.active{background:#fff;color:#0f766e;box-shadow:0 1px 4px #0f172a14}.segmented.compact{max-width:330px}.toolbar-actions input,.toolbar-actions select,.search-panel input,.form-grid input,.form-grid select,.form-grid textarea,.login-form input{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);outline:none;padding:0 12px}.form-grid textarea{min-height:88px;padding:10px 12px;resize:vertical}.toolbar-actions input{width:min(340px,48vw)}.toolbar-actions select{max-width:180px}.supplier-toolbar{align-items:stretch;flex-direction:column}.inline-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.inline-filters input,.inline-filters select{min-height:38px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);padding:0 12px}.search-panel input{flex:1;min-width:220px}.field-grid,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid.single{grid-template-columns:1fr}.form-grid .span-2{grid-column:1 / -1}.info-field,.form-grid label{display:grid;gap:7px;border:1px solid #e6edf5;border-radius:8px;background:var(--surface-weak);padding:12px}.info-field span,.form-grid label{color:#64748b;font-size:12px;font-weight:800}.info-field strong{color:var(--text);font-size:14px}.summary-block{color:#334155;line-height:1.72}.summary-block p:first-child{margin-top:0}.muted{color:#475569;line-height:1.72}.risk-line{display:flex;align-items:flex-start;gap:10px;border:1px solid #fde68a;border-radius:8px;background:#fffbeb;margin-top:10px;padding:12px}.timeline time{flex:0 0 106px;color:#0f766e;font-size:13px;font-weight:800}.file-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:8px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:800}.attachment-list article .ghost-button{margin-left:auto}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.plan-card{display:grid;align-content:start;gap:16px;padding:18px}.plan-card.highlighted{border-color:#80cbc4;background:#f2fbfa}.plan-card h2{margin:0;font-size:18px}.plan-card>strong{font-size:25px}.usage-list article{display:grid;grid-template-columns:minmax(0,210px) minmax(0,1fr)}.usage-track{height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}.usage-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0f766e,#2563eb)}.checklist span{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;border-radius:50%;background:#dcfce7;color:#166534;font-weight:900}.tenant-item{justify-content:space-between;cursor:pointer}.tenant-item>div{display:grid;gap:4px}.tenant-list.compact{gap:8px}.permission-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);border:1px solid #e6edf5;border-radius:8px;overflow:hidden}.permission-grid span,.permission-grid strong{min-height:42px;border-right:1px solid #e6edf5;border-bottom:1px solid #e6edf5;display:flex;align-items:center;padding:8px 10px;font-size:13px}.permission-grid strong{background:#f8fafc}.org-tree article{justify-content:space-between}.approval-type-grid,.rank-list{display:grid;gap:10px}.approval-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.approval-type-grid button{display:grid;gap:5px;min-height:76px;border:1px solid #e6edf5;border-radius:8px;background:#f8fafc;color:#334155;padding:12px;text-align:left}.approval-type-grid button:hover{border-color:#99f6e4;background:#f0fdfa;color:#0f766e}.mini-chart{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:10px;min-height:260px;border:1px solid #e6edf5;border-radius:8px;background:linear-gradient(#eef2f7 1px,transparent 1px) 0 0 / 100% 25%,#f8fafc;padding:18px 14px 14px}.mini-chart article{display:grid;grid-template-rows:minmax(90px,1fr) auto auto;align-items:end;gap:7px;min-width:0}.mini-chart-bar{width:100%;min-height:16px;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,#0f766e,#2563eb)}.mini-chart strong,.mini-chart small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.rank-list article{display:flex;align-items:center;gap:12px;border:1px solid #e6edf5;border-radius:8px;background:var(--surface-weak);padding:12px}.rank-list span{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:8px;background:#0f766e;color:#fff;font-weight:900}.rank-list strong,.rank-list small{display:block}.tab-nav{display:flex;gap:6px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow);padding:6px;overflow-x:auto}.tab-nav button{min-height:36px;border:0;border-radius:6px;background:transparent;color:#475569;font-weight:800;padding:0 12px;white-space:nowrap}.tab-nav button.active,.tab-nav button:hover{background:#e9f4f2;color:#0f766e}.calendar-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.calendar-strip article{display:grid;gap:4px;border:1px solid #e6edf5;border-radius:8px;background:#f8fafc;padding:12px}.calendar-strip article.hot{border-color:#f59e0b;background:#fffbeb}.upload-zone{display:grid;place-items:center;gap:12px;min-height:260px;border:1px dashed #94a3b8;border-radius:8px;background:#f8fafc;text-align:center;padding:24px}.stepper{display:grid;gap:10px}.step{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #e6edf5;border-radius:8px;background:#f8fafc;padding:12px}.step span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#e2e8f0;color:#475569;font-weight:800}.step.active{border-color:#99f6e4;background:#f0fdfa}.step.active span{background:#0f766e;color:#fff}.profile-card{display:flex;align-items:center;gap:14px;margin-bottom:14px}.profile-avatar{display:grid;width:58px;height:58px;place-items:center;border-radius:8px;background:#0f766e;color:#fff;font-size:22px;font-weight:900}.profile-card h2,.profile-card p{margin:0}.profile-card p{margin-top:5px;color:var(--muted)}.result-panel{display:grid;justify-items:center;gap:12px;padding:42px 24px;text-align:center}.result-panel h2,.result-panel p{margin:0}.result-icon{display:grid;width:68px;height:68px;place-items:center;border-radius:50%;font-size:32px;font-weight:900}.result-icon.success{background:#dcfce7;color:#166534}.result-icon.pending{background:#dbeafe;color:#1d4ed8}.login-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(135deg,#0f766e14,#2563eb14),#f4f7fb}.login-panel{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:28px;width:min(1120px,100%);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow);padding:28px}.login-copy{display:grid;align-content:center;gap:22px;min-height:560px;border-radius:8px;background:linear-gradient(135deg,#0f766ef2,#2563ebdb),#0f766e;color:#fff;padding:38px}.login-copy .brand small,.login-copy p{color:#ffffffc7}.login-copy .brand-mark{background:#fff;color:#0f766e}.login-copy h1{max-width:580px;margin:28px 0 0;font-size:38px;line-height:1.18;letter-spacing:0}.login-copy p{max-width:620px;margin:0;line-height:1.8}.login-proof,.auth-links{display:flex;flex-wrap:wrap;gap:8px}.login-proof span{border:1px solid rgba(255,255,255,.35);border-radius:999px;color:#fff;font-size:12px;font-weight:800;padding:7px 10px}.login-form{display:grid;align-content:center;gap:14px}.login-form h2{margin:0 0 8px;font-size:24px}.login-form label{display:grid;gap:7px;color:#475569;font-size:13px;font-weight:800}.auth-links{font-size:13px}.auth-links a{color:#0f766e;font-weight:800}.form-tip{margin:0;color:var(--muted);font-size:12px;text-align:center}.phone-wrap{display:grid;justify-items:center;gap:14px;padding:18px}.phone-label{display:flex;width:min(100%,390px);align-items:center;justify-content:space-between}.phone-label small{color:#0f766e;font-weight:800}.phone-frame{width:min(100%,390px);border:10px solid #111827;border-radius:34px;background:#111827;box-shadow:0 18px 40px #0f172a33;overflow:hidden}.mobile-screen{min-height:720px;border-radius:24px;background:#f6f8fb;overflow:hidden;position:relative;padding-bottom:72px}.mobile-screen.wechat .mobile-hero{background:linear-gradient(135deg,#0f766e,#2563eb)}.mobile-screen.dingtalk .mobile-hero{background:linear-gradient(135deg,#2563eb,#0891b2)}.mobile-status,.mobile-tab,.mobile-appbar{display:flex;align-items:center;justify-content:space-between}.mobile-status{background:#fff;color:#111827;font-size:12px;font-weight:800;padding:12px 20px}.mobile-appbar{gap:8px;min-height:46px;background:#fff;border-bottom:1px solid #e6edf5;padding:0 12px}.mobile-appbar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.mobile-appbar button{min-height:30px;border:0;border-radius:6px;background:#f1f5f9;color:#334155;font-size:12px;font-weight:800;padding:0 8px}.mobile-chip-nav{display:flex;gap:6px;overflow-x:auto;background:#fff;padding:8px 12px}.mobile-chip-nav button{width:30px;height:30px;flex:0 0 30px;border:1px solid #e2e8f0;border-radius:50%;background:#fff;color:#64748b;font-size:12px;font-weight:800}.mobile-chip-nav button.active{border-color:#0f766e;background:#0f766e;color:#fff}.mobile-content{display:grid;gap:12px;padding:14px}.mobile-hero{border-radius:8px;color:#fff;padding:18px}.mobile-hero p,.mobile-hero h3{margin:0 0 8px}.mobile-hero strong{font-size:34px}.mobile-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.mobile-actions.two{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-actions button{min-height:58px;border:1px solid #e6edf5;border-radius:8px;background:#fff;color:#334155;font-size:12px;font-weight:800;padding:8px}.mobile-section-title,.mobile-login-card,.mobile-card,.mobile-file-preview{display:grid;gap:7px;border:1px solid #e6edf5;border-radius:8px;background:#fff;padding:12px}.mobile-section-title h3,.mobile-login-card h3,.mobile-login-card p{margin:0}.mobile-list{display:grid;gap:9px}.mobile-list article{display:grid;gap:5px;border:1px solid #e6edf5;border-radius:8px;background:#fff;padding:12px}.mobile-file-preview{place-items:center;min-height:170px;text-align:center}.mobile-file-preview span{display:grid;width:58px;height:58px;place-items:center;border-radius:8px;background:#dbeafe;color:#1d4ed8;font-weight:900}.mobile-progress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.mobile-progress span{display:grid;min-height:36px;place-items:center;border-radius:8px;background:#e2e8f0;color:#475569;font-size:12px;font-weight:800}.mobile-progress span.active{background:#0f766e;color:#fff}.mobile-tab{position:absolute;right:0;bottom:0;left:0;height:60px;border-top:1px solid #e6edf5;background:#fff;padding:0 18px}.mobile-tab button{border:0;background:transparent;color:#64748b;font-size:12px;font-weight:800}.mobile-tab button.active{color:#0f766e}.mobile-page-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mobile-page-list button{display:flex;align-items:center;gap:8px;min-height:42px;border:1px solid #e6edf5;border-radius:8px;background:#fff;color:#334155;font-size:13px;font-weight:800;padding:8px 10px;text-align:left}.mobile-page-list button span{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border-radius:50%;background:#e2e8f0;color:#475569;font-size:12px}.mobile-page-list button.active{border-color:#99f6e4;background:#f0fdfa;color:#0f766e}.mobile-page-list button.active span{background:#0f766e;color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;background:#0f172a6b;padding:24px}.modal{width:min(520px,100%);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 24px 80px #0f172a40;padding:18px}.modal p{color:#334155;line-height:1.72}.toast{position:fixed;right:24px;bottom:24px;z-index:30;max-width:min(420px,calc(100vw - 48px));border:1px solid #bbf7d0;border-radius:8px;background:#f0fdf4;color:#166534;box-shadow:0 16px 32px #0f172a29;font-weight:800;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease;padding:12px 14px}.toast.show{opacity:1;transform:translateY(0)}@media(max-width:1280px){.app-shell{grid-template-columns:260px minmax(0,1fr)}.nav-link span,.nav-link small{white-space:normal}.metric-grid,.pricing-grid,.kanban-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.split-grid,.detail-grid,.mobile-workbench{grid-template-columns:1fr}}@media(max-width:860px){.app-shell{display:block}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line)}.side-nav{max-height:420px}.topbar,.toolbar-panel,.detail-header,.page-intro,.search-panel{align-items:stretch;flex-direction:column}.topbar-actions,.toolbar-actions,.detail-actions{width:100%}.topbar-actions .primary-button,.toolbar-actions .primary-button,.detail-actions .primary-button,.detail-actions .ghost-button{flex:1}.toolbar-actions input{width:100%}.page{padding:18px}.metric-grid,.metric-grid.three,.pricing-grid,.kanban-grid,.field-grid,.form-grid,.mobile-page-list,.calendar-strip{grid-template-columns:1fr}.ai-summary,.usage-list article{grid-template-columns:1fr}.login-panel{grid-template-columns:1fr}.login-copy{min-height:auto;padding:26px}.login-copy h1{font-size:28px}}@media(max-width:540px){.topbar,.page,.sidebar{padding-left:14px;padding-right:14px}.login-page,.login-panel{padding:14px}.mobile-actions,.mobile-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.permission-grid{min-width:560px}.panel{overflow-x:auto}}
