:root{color:#172033;background:#eef2f7;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;--brand-900: #102d83;--brand-800: #173387;--brand-700: #0f4da8;--brand-600: #1263c9;--brand-500: #1677ff;--brand-400: #0298f6;--brand-100: #e9f3ff;--ink: #172033;--muted: #6e7a90;--line: #e2e8f0;--surface: #ffffff;--page: #f4f7fb;--success: #18a879;--warning: #f49b22;--danger: #ef4d4d}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow:hidden;background:var(--page);-webkit-font-smoothing:antialiased}.auth-screen{display:grid;min-height:100vh;padding:32px;place-items:center;background:#082a5f}.auth-card{width:min(430px,100%);padding:34px 38px 28px;border:1px solid #dbe5f1;border-radius:12px;background:#fff;box-shadow:0 24px 70px #01123157}.auth-card>img{display:block;width:176px;height:70px;margin-bottom:28px;object-fit:contain;object-position:left center}.auth-card__title{display:flex;align-items:center;gap:14px}.auth-card__title>span{display:grid;width:46px;height:46px;place-items:center;border-radius:9px;background:#e9f3ff;color:#1263c9;font-size:23px}.auth-card__title p{margin:0 0 4px;color:#1677ff;font-size:9px;font-weight:800;letter-spacing:1.4px}.auth-card__title h1{margin:0;color:#14213a;font-size:24px}.auth-card__intro{margin:18px 0 24px;color:#6d788b;font-size:13px;line-height:1.7}.auth-card form{display:grid;gap:16px}.auth-card form label>span{display:block;margin-bottom:7px;color:#445168;font-size:12px;font-weight:700}.auth-card form label>div{display:flex;align-items:center;height:43px;gap:9px;padding:0 12px;border:1px solid #d8e1ec;border-radius:7px;color:#7d8ba1}.auth-card form label>div:focus-within{border-color:#1677ff;box-shadow:0 0 0 3px #1677ff1a}.auth-card form input{min-width:0;flex:1;border:0;outline:0;color:#172033}.auth-card form>button,.auth-card--blocked>button,.auth-card__actions button{height:43px;border:0;border-radius:7px;background:#1677ff;color:#fff;cursor:pointer;font-weight:700}.auth-card form>button:disabled{cursor:wait}.auth-card footer{margin-top:22px;padding-top:18px;border-top:1px solid #edf1f6;color:#8793a6;font-size:10px;text-align:center}.auth-error{margin:-4px 0 0;color:#d83b3b;font-size:12px}.auth-success{margin:-4px 0 0;padding:10px 12px;border:1px solid #b9e5d4;border-radius:7px;background:#eefaf5;color:#117353;font-size:12px;line-height:1.55}.auth-form-options{display:flex;justify-content:center}.auth-form-options button{padding:2px 4px;border:0;background:transparent;color:#1263c9;cursor:pointer;font-size:12px}.credential-handoff{display:grid;gap:16px}.credential-handoff__notice{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid #f0cf8d;border-radius:8px;background:#fff8e8;color:#78510c}.credential-handoff__notice>.anticon{margin-top:2px;font-size:18px}.credential-handoff__notice span{display:grid;gap:4px}.credential-handoff__notice small,.credential-handoff>p{color:#7b8799;font-size:12px;line-height:1.65}.credential-handoff label{display:grid;gap:7px;color:#445168;font-size:12px;font-weight:700}.credential-handoff input{height:42px;padding:0 12px;border:1px solid #d8e1ec;border-radius:7px;background:#f7f9fc;color:#172033;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:600}.credential-handoff>p{margin:0}.auth-card--loading,.auth-card--blocked{display:grid;justify-items:center;text-align:center}.auth-card--loading>img{margin-bottom:20px}.auth-card--loading h1,.auth-card--blocked h1{margin:16px 0 6px;color:#172033;font-size:20px}.auth-card--loading p,.auth-card--blocked p{margin:0 0 18px;color:#718096;line-height:1.6}.auth-card--blocked>.anticon{color:#1677ff;font-size:38px}.auth-spinner{width:31px;height:31px;border:3px solid #dcecff;border-top-color:#1677ff;border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-card__actions{display:flex;width:100%;justify-content:center;gap:10px}.auth-card__actions button{min-width:116px;padding:0 18px}.auth-card__actions button.is-secondary{border:1px solid #ccd7e5;background:#fff;color:#536077}.demo-mode-banner{position:fixed;z-index:120;right:16px;bottom:14px;display:flex;align-items:center;height:32px;gap:7px;padding:0 12px;border:1px solid #f4ca77;border-radius:6px;background:#fff8e8;box-shadow:0 7px 20px #0f234624;color:#8a5d00;font-size:10px}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #4ea7ff;outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.48}.app-shell{display:flex;width:100vw;min-height:100vh;overflow:hidden;background:var(--page)}.app-content{flex:1;min-width:0;height:100vh;overflow:hidden}.sidebar{position:relative;z-index:40;display:flex;flex:0 0 198px;flex-direction:column;width:198px;height:100vh;border-right:1px solid #e4e9f1;background:#fff;transition:width .18s ease,flex-basis .18s ease}.sidebar--collapsed{flex-basis:76px;width:76px}.sidebar__brand{display:flex;align-items:center;justify-content:space-between;min-height:86px;padding:12px 15px 10px 20px}.sidebar__brand img{width:148px;height:60px;object-fit:contain;object-position:left center}.sidebar__brand .icon-button{display:none}.sidebar--collapsed .sidebar__brand{padding:12px 10px}.sidebar--collapsed .sidebar__brand img{width:48px;height:48px;object-fit:cover;object-position:left}.sidebar__nav{display:flex;flex-direction:column;gap:6px;padding:7px 12px}.sidebar__nav button{position:relative;display:grid;grid-template-columns:26px 1fr auto;align-items:center;min-height:50px;padding:0 14px;border:0;border-radius:7px;background:transparent;color:#2f3a51;cursor:pointer;font-size:15px;font-weight:600;text-align:left;transition:.14s ease}.sidebar__nav button:hover{background:#f0f5fc;color:var(--brand-600)}.sidebar__nav button.is-active{background:#eaf3ff;color:#1263c9}.sidebar__nav button.is-active:before{position:absolute;top:10px;bottom:10px;left:-12px;width:3px;border-radius:0 3px 3px 0;background:#1677ff;content:""}.sidebar__nav button>.anticon{font-size:19px}.sidebar__nav button b{min-width:21px;height:21px;padding:0 6px;border-radius:11px;background:#ef4d4d;color:#fff;font-size:11px;line-height:21px;text-align:center}.sidebar--collapsed .sidebar__nav{padding:7px 10px}.sidebar--collapsed .sidebar__nav button{grid-template-columns:1fr;justify-items:center;padding:0}.sidebar--collapsed .sidebar__nav button span:not(.anticon),.sidebar--collapsed .sidebar__nav button b{display:none}.sidebar--collapsed .sidebar__nav button.is-active:before{left:-10px}.sidebar__profile{position:relative;margin-top:auto;padding:12px;border-top:1px solid #edf0f5}.sidebar__profile>button{display:flex;align-items:center;width:100%;gap:10px;padding:7px 5px;border:0;background:transparent;cursor:pointer;text-align:left}.avatar{display:inline-grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:50%;background:#1677ff;color:#fff;font-size:14px;font-style:normal;font-weight:700}.avatar--small{width:30px;height:30px;font-size:12px}.profile-copy{display:flex;min-width:0;flex:1;flex-direction:column}.profile-copy strong{font-size:13px}.profile-copy small{margin-top:2px;overflow:hidden;color:#7a879a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sidebar--collapsed .profile-copy,.sidebar--collapsed .sidebar__profile>button>.anticon{display:none}.profile-menu{position:absolute;right:10px;bottom:68px;left:10px;z-index:80;overflow:hidden;border:1px solid #dce4ef;border-radius:8px;background:#fff;box-shadow:0 18px 48px #1733872e}.profile-menu p{margin:0;padding:11px 12px 8px;color:#7a879a;font-size:11px;font-weight:700}.profile-menu button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border:0;border-top:1px solid #edf1f6;background:#fff;cursor:pointer;text-align:left}.profile-menu button:hover,.profile-menu button.is-selected{background:#edf5ff}.profile-menu button span{display:flex;flex-direction:column;gap:2px}.profile-menu button strong{font-size:12px}.profile-menu button small{color:#7a879a;font-size:10px}.icon-button{display:inline-grid;width:34px;height:34px;place-items:center;padding:0;border:1px solid #dce4ef;border-radius:6px;background:#fff;color:#536078;cursor:pointer}.icon-button:hover{border-color:#91c5ff;color:#1263c9}.primary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;gap:7px;padding:0 16px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap}.primary-button{border:1px solid #1677ff;background:#1677ff;color:#fff}.primary-button:hover{border-color:#1263c9;background:#1263c9}.ghost-button{border:1px solid #d9e1eb;background:#fff;color:#344158}.ghost-button:hover{border-color:#9ac8ff;color:#1263c9}.danger-button{border-color:#f2b5b5;color:#d43c3c}.danger-primary{border-color:#e84747;background:#e84747}.map-page{display:flex;width:100%;height:100vh;overflow:hidden}.map-page--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120}.command-panel{display:flex;flex:0 0 278px;flex-direction:column;width:278px;height:100vh;overflow:auto;border-right:1px solid #e1e7f0;background:#fff;scrollbar-width:thin}.command-panel__heading{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 20px 14px}.command-panel__heading h1{margin:0;color:#1a2639;font-size:16px;font-weight:800}.command-panel__heading p{margin:7px 0 0;color:#8a96a8;font-size:10px}.command-panel__heading>.anticon{margin-top:2px;color:#65738a;cursor:pointer}.metric-grid{display:grid;grid-template-columns:1fr 1fr;margin:0 16px;border-top:1px solid #edf1f5;border-left:1px solid #edf1f5}.metric{position:relative;min-width:0;padding:13px 12px 12px;border-right:1px solid #edf1f5;border-bottom:1px solid #edf1f5}.metric>span{display:block;overflow:hidden;color:#667389;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.metric>strong{display:block;margin-top:7px;color:#164b9b;font-size:22px;font-variant-numeric:tabular-nums;line-height:1}.metric>strong small{margin-left:3px;font-size:11px;font-weight:600}.trend{display:block;margin-top:6px;color:#22a86a;font-size:9px;font-style:normal}.trend--danger{color:#ef4d4d}.command-section{margin:17px 16px 0;padding-top:14px;border-top:1px solid #edf1f5}.command-section>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.command-section h2{margin:0;font-size:12px}.command-section header button{padding:0;border:0;background:transparent;color:#1677ff;cursor:pointer;font-size:10px}.layer-list button{display:grid;grid-template-columns:24px 1fr auto 12px;align-items:center;width:100%;min-height:37px;gap:8px;padding:0 5px;border:0;background:transparent;color:#314057;cursor:pointer;font-size:11px;opacity:.45;text-align:left}.layer-list button.is-on{opacity:1}.layer-list button:hover{background:#f4f8fd}.layer-list button i,.project-drawer header>i,.detail-hero>i{display:grid;width:24px;height:24px;place-items:center;border-radius:6px;background:color-mix(in srgb,var(--category-color) 12%,white);color:var(--category-color);font-size:10px;font-style:normal;font-weight:800}.layer-list button b{color:#6c7890;font-size:10px;font-weight:500}.layer-list button>.anticon{color:#9aa5b6;font-size:9px}.saved-view-list button{display:grid;grid-template-columns:14px 1fr auto;align-items:center;width:100%;gap:5px;min-height:29px;padding:0 4px;border:0;background:transparent;cursor:pointer;font-size:10px;text-align:left}.saved-view-list button:hover,.saved-view-list button.is-selected{background:#edf5ff}.saved-view-list button>span{color:#f7b339;font-size:10px}.saved-view-list button em{overflow:hidden;color:#38465b;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.saved-view-list time{color:#8a96a8;font-size:9px}.command-section--alerts{margin-bottom:18px}.mini-alert-list button{display:grid;grid-template-columns:22px 1fr auto;align-items:start;width:100%;gap:7px;padding:8px 3px;border:0;border-bottom:1px solid #eef2f6;background:transparent;cursor:pointer;text-align:left}.alert-dot{display:grid;width:19px;height:19px;place-items:center;border-radius:50%;background:#e6f2ff;color:#1677ff;font-size:9px;font-style:normal}.alert-dot--red{background:#ffe8e8;color:#ef4d4d}.alert-dot--yellow{background:#fff2dc;color:#f49b22}.mini-alert-list button>span{min-width:0}.mini-alert-list strong,.mini-alert-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-alert-list strong{color:#39475d;font-size:9.5px}.mini-alert-list small{margin-top:4px;color:#929cad;font-size:8px}.mini-alert-list time{color:#929cad;font-size:8px}.map-stage{position:relative;display:grid;flex:1;grid-template-rows:62px 34px minmax(0,1fr) 124px;min-width:0;height:100vh;overflow:hidden;background:#072653;color:#fff}.map-toolbar{position:relative;z-index:15;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:0 19px;border-bottom:1px solid rgba(114,170,235,.22);background:#061e46}.segmented-control{display:flex;align-items:center;padding:3px;border:1px solid rgba(119,179,244,.35);border-radius:7px}.segmented-control button{min-width:55px;height:31px;padding:0 14px;border:0;border-radius:5px;background:transparent;color:#c9daf3;cursor:pointer;font-size:12px;font-weight:700}.segmented-control button.is-active{background:#1677ff;color:#fff}.toolbar-actions{display:flex;align-items:center;gap:9px}.toolbar-actions>button{height:36px;padding:0 13px;border:1px solid rgba(113,170,235,.36);border-radius:6px;background:#09295a;color:#d8e6fb;cursor:pointer;font-size:12px}.toolbar-actions>button:hover,.toolbar-actions>button.is-active{border-color:#2394ff;color:#fff}.map-search{display:flex;align-items:center;width:min(390px,42vw);height:36px;gap:9px;padding:0 12px;border:1px solid rgba(113,170,235,.38);border-radius:6px;background:#092653;color:#a9c4e9}.map-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:12px}.map-search input::placeholder{color:#8ca8cf}.map-toolbar__profile{display:flex;align-items:center;gap:7px;color:#dce9fb;font-size:11px}.map-toolbar__profile>button{position:relative;display:grid;width:34px;height:34px;place-items:center;border:0;background:transparent;color:#dce9fb;cursor:pointer;font-size:17px}.map-toolbar__profile button b{position:absolute;top:-2px;right:-2px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:#ef4d4d;color:#fff;font-size:8px;line-height:17px}.map-breadcrumb{position:relative;z-index:10;display:flex;align-items:center;gap:8px;padding:0 21px;background:#072653;color:#d4e2f7;font-size:11px}.map-breadcrumb>button,.map-breadcrumb>span>button{padding:3px 0;border:0;border-bottom:1px solid transparent;background:transparent;color:#b9cee9;cursor:pointer;font-size:inherit}.map-breadcrumb>button:hover,.map-breadcrumb>span>button:hover,.map-breadcrumb button.is-current{border-bottom-color:#55b7ff;color:#fff}.map-breadcrumb>span{display:flex;align-items:center;gap:8px}.map-breadcrumb .anticon{color:#7393bd;font-size:8px}.map-breadcrumb em{margin-left:auto;color:#82a5d1;font-size:10px;font-style:normal}.map-canvas{position:relative;min-height:0;overflow:hidden;background:#072653}.china-map{width:100%;height:100%}.map-state{position:absolute;z-index:12;top:50%;left:50%;display:grid;min-width:240px;padding:22px 26px;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(101,174,255,.35);border-radius:10px;background:#041b43eb;box-shadow:0 16px 40px #00000047;color:#fff;text-align:center}.map-state>.anticon{margin-bottom:11px;color:#55b7ff;font-size:25px}.map-state span{margin-top:6px;color:#8fb1da;font-size:11px}.map-state button{height:32px;margin-top:12px;padding:0 18px;border:1px solid #3d9dff;border-radius:5px;background:#1677ff;color:#fff;cursor:pointer}.map-state--error>.anticon{color:#ff8b8b}.map-drill-hint{position:absolute;z-index:6;top:14px;left:18px;display:flex;align-items:center;height:29px;gap:7px;padding:0 11px;border:1px solid rgba(102,178,255,.28);border-radius:5px;background:#041e46c7;color:#a9c8ed;font-size:10px;pointer-events:none}.map-controls{position:absolute;top:16px;right:17px;z-index:8;display:flex;flex-direction:column;gap:8px}.map-controls .icon-button{border-color:#74abeb70;background:#051b41eb;color:#d9e9ff}.map-legend{position:absolute;bottom:18px;left:18px;z-index:8;display:flex;min-width:210px;flex-direction:column;gap:8px;padding:12px 14px;border:1px solid rgba(116,171,235,.3);border-radius:7px;background:#04193ee0;color:#d3e3f8;font-size:9px}.map-legend strong{margin-bottom:1px;color:#fff;font-size:10px}.map-legend span{display:flex;align-items:center;gap:7px}.map-legend span b{margin-left:auto;color:#8fb1da;font-size:9px}.legend-dot{width:8px;height:8px;border-radius:50%;background:#16a8ff}.legend-dot--high{background:#ff7a1a}.legend-dot--mid{background:#6aa5ff}.legend-dot--low{background:#13b7e9}.legend-bubble{flex:0 0 auto;border:1px solid rgba(169,234,255,.9);border-radius:50%;background:radial-gradient(circle at 35% 30%,#b9f4ff 0,#39d7ff 28%,#1677ff 72%,#093a9b);box-shadow:0 0 12px #35d1ff99}.legend-bubble--large{width:13px;height:13px}.legend-bubble--small{width:8px;height:8px}.project-drawer{position:absolute;right:18px;bottom:18px;z-index:11;width:min(410px,calc(100% - 36px));max-height:calc(100% - 36px);overflow-y:auto;padding:15px;border:1px solid rgba(126,183,244,.46);border-radius:9px;background:#051c43f5;box-shadow:0 20px 54px #00000042}.project-drawer header{display:grid;grid-template-columns:34px 1fr auto;align-items:start;gap:10px;padding-bottom:11px;border-bottom:1px solid rgba(138,187,240,.2)}.project-drawer header>i{width:34px;height:34px;border-radius:50%;background:var(--category-color);color:#fff}.project-drawer header>div>div{display:flex;align-items:center;gap:7px}.project-drawer h2{max-width:230px;margin:0;overflow:hidden;color:#fff;font-size:13px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.project-drawer header b{padding:2px 5px;border:1px solid rgba(255,148,57,.6);border-radius:3px;color:#ff9b31;font-size:8px}.project-drawer header p{margin:5px 0 0;color:#9eb8d9;font-size:9px}.project-drawer .icon-button{width:28px;height:28px;border:0;background:transparent;color:#c9dcf7}.project-drawer dl{margin:6px 0 12px}.project-drawer dl>div{display:grid;grid-template-columns:82px 1fr;align-items:center;min-height:34px;border-bottom:1px solid rgba(138,187,240,.16)}.project-drawer dl>div.drawer-description-row{align-items:start;padding:8px 0}.project-drawer dt{color:#9eb8d9;font-size:9px}.project-drawer dd{margin:0;overflow:hidden;color:#e8f2ff;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.project-drawer dd.drawer-description{display:-webkit-box;overflow:hidden;line-height:1.5;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:3}.project-drawer dd.money{color:#ff9630;font-size:13px;font-weight:800}.project-drawer .primary-button{width:100%;min-height:34px;font-size:10px}.status-pill{display:inline-flex;align-items:center;gap:5px;color:var(--status-color);font-size:10px;white-space:nowrap}.status-pill>span{width:6px;height:6px;border-radius:50%;background:var(--status-color)}.pipeline-bar{position:relative;z-index:12;padding:13px 18px 9px;border-top:1px solid rgba(112,167,229,.34);background:#061e46}.pipeline-bar header{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.pipeline-bar h2,.pipeline-bar p{margin:0;font-size:11px}.pipeline-bar h2 small{color:#8ba9d1;font-size:9px;font-weight:400}.pipeline-bar p{color:#a8bfdf;font-size:9px}.pipeline-bar p strong{margin-left:4px;color:#fff;font-size:12px}.pipeline-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.pipeline-steps>div{position:relative;display:grid;grid-template-columns:23px 1fr;grid-template-rows:18px 18px;align-items:center;min-width:0}.pipeline-steps>div>span{position:relative;z-index:2;display:grid;grid-row:1 / 3;width:19px;height:19px;place-items:center;border:2px solid #8298b9;border-radius:50%;background:#536b8c;color:#fff;font-size:8px}.pipeline-steps>div.has-data>span{border-color:#58adff;background:#1677ff}.pipeline-steps>div>b{position:absolute;z-index:1;top:8px;left:15px;width:calc(100% - 8px);height:2px;background:#536b8c}.pipeline-steps>div.has-data>b{background:#1677ff}.pipeline-steps strong{align-self:end;overflow:hidden;color:#d9e5f6;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.pipeline-steps small{align-self:start;color:#819abd;font-size:8px}.map-popover{position:absolute;z-index:30;overflow:hidden;border:1px solid rgba(111,171,238,.42);border-radius:8px;background:#051d45fa;box-shadow:0 20px 50px #00000042;color:#e8f2ff}.map-popover--layers{top:10px;left:128px;width:220px}.map-popover--filters{top:10px;left:213px;width:250px;padding-bottom:12px}.map-popover--notifications{top:10px;right:18px;width:320px}.map-popover>header{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border-bottom:1px solid rgba(111,171,238,.22);font-size:11px}.map-popover>header button{border:0;background:transparent;color:#aec5e6;cursor:pointer}.map-popover--layers label{display:flex;align-items:center;justify-content:space-between;min-height:39px;padding:0 13px;border-bottom:1px solid rgba(111,171,238,.14);font-size:10px}.map-popover--layers label span{display:flex;align-items:center;gap:7px}.map-popover--layers label i{width:7px;height:7px;border-radius:50%}.map-popover--filters label{display:flex;flex-direction:column;gap:5px;margin:11px 13px;color:#9fb9dc;font-size:9px}.map-popover--filters select{width:100%;height:34px;padding:0 8px;border:1px solid rgba(111,171,238,.32);border-radius:5px;background:#0a326c;color:#fff;outline:0}.map-popover--filters .ghost-button{width:calc(100% - 26px);margin:2px 13px 0;border-color:#6fabee52;background:transparent;color:#d8e8ff}.map-popover--notifications>button{display:grid;grid-template-columns:18px 1fr;width:100%;gap:8px;padding:10px 13px;border:0;border-bottom:1px solid rgba(111,171,238,.14);background:transparent;color:#fff;cursor:pointer;text-align:left}.map-popover--notifications>button span{display:flex;justify-content:space-between;gap:8px}.map-popover--notifications strong,.map-popover--notifications small{font-size:9px}.map-popover--notifications small{color:#8faed5}.standard-page{height:100vh;overflow:auto;padding:32px 38px 54px;background:var(--page);color:var(--ink)}.page-header{display:flex;align-items:flex-end;justify-content:space-between;min-height:94px;gap:24px;margin-bottom:25px;padding-bottom:19px;border-bottom:1px solid #dfe6ef}.page-header p{margin:0 0 8px;color:#1677ff;font-size:10px;font-weight:800;letter-spacing:.12em}.page-header h1{margin:0;color:#172033;font-size:27px;font-weight:800;letter-spacing:-.02em}.page-header>div>span{display:block;margin-top:7px;color:#748096;font-size:12px}.page-header__actions{display:flex;gap:10px}.view-strip{display:flex;align-items:center;justify-content:space-between;min-height:47px;margin-bottom:13px;border-bottom:1px solid #dfe6ef}.view-strip>div{display:flex;align-items:center;gap:19px}.view-strip button{position:relative;display:flex;align-items:center;height:47px;gap:6px;padding:0 3px;border:0;background:transparent;color:#647188;cursor:pointer;font-size:12px;font-weight:600}.view-strip button.is-active{color:#1263c9}.view-strip button.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#1677ff;content:""}.view-strip>span{color:#8792a3;font-size:10px}.view-strip>span strong{color:#536078}.filter-bar{display:flex;align-items:center;min-height:58px;gap:9px;margin-bottom:14px;padding:10px 12px;border:1px solid #e0e7f0;border-radius:8px;background:#fff}.standard-search{display:flex;align-items:center;width:260px;height:36px;gap:8px;padding:0 10px;border:1px solid #d7e0eb;border-radius:5px;color:#8290a5}.standard-search input{min-width:0;flex:1;border:0;outline:0;color:#26334a;font-size:11px}.filter-bar>select{height:36px;padding:0 28px 0 10px;border:1px solid #d7e0eb;border-radius:5px;background:#fff;color:#445168;font-size:11px}.filter-result{margin-left:auto;color:#8995a7;font-size:10px}.bulk-bar{display:flex;align-items:center;gap:9px;margin-bottom:11px;padding:9px 12px;border:1px solid #b8d8ff;border-radius:6px;background:#edf6ff;color:#33557c;font-size:11px}.bulk-bar span{margin-right:auto}.bulk-bar .ghost-button{min-height:31px}.table-wrap{overflow:auto;border:1px solid #e0e6ef;border-radius:8px;background:#fff}.data-table{width:100%;border-collapse:collapse;color:#3b485f;font-size:11px}.data-table th{padding:11px 12px;border-bottom:1px solid #dce4ee;background:#f7f9fc;color:#69768a;font-size:10px;font-weight:700;text-align:left;white-space:nowrap}.data-table td{padding:11px 12px;border-bottom:1px solid #edf1f5;vertical-align:middle}.data-table tbody tr:hover{background:#f8fbff}.data-table tbody tr:last-child td{border-bottom:0}.data-table .align-right{text-align:right}.cell-muted{color:#9aa5b5}.table-title{display:flex;min-width:210px;max-width:300px;flex-direction:column;gap:4px;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.table-title strong{overflow:hidden;color:#25324a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.table-title:hover strong{color:#1263c9}.table-title small,.cell-subtext{display:block;margin-top:3px;color:#8994a6;font-size:9px;white-space:nowrap}.category-badge,.stage-badge,.task-result{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:4px;font-size:9px;font-weight:700;white-space:nowrap}.category-badge{background:color-mix(in srgb,var(--category-color) 10%,white);color:var(--category-color)}.stage-badge{background:#eaf3ff;color:#1263c9}.next-action{display:block;max-width:150px;overflow:hidden;color:#3e4b61;text-overflow:ellipsis;white-space:nowrap}.row-actions{display:flex;gap:3px}.row-actions .icon-button{width:28px;height:28px;border-color:transparent;background:transparent}.row-actions .icon-button:hover{border-color:#cde3ff;background:#edf6ff}.empty-state{display:flex;align-items:center;justify-content:center;min-height:240px;flex-direction:column;gap:8px;color:#8b98aa}.empty-state>.anticon{color:#aec4de;font-size:32px}.empty-state strong{color:#4c5a70;font-size:13px}.empty-state span{font-size:10px}.kanban-board{display:grid;grid-template-columns:repeat(7,minmax(210px,1fr));gap:12px;overflow:auto;padding-bottom:16px}.kanban-board>section{min-height:570px;border:1px solid #e0e6ef;border-radius:8px;background:#eef2f7}.kanban-board>section>header{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:0 12px;border-bottom:1px solid #dce4ee;color:#344158;font-size:11px;font-weight:700}.kanban-board>section>header b{display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:#fff;color:#637087;font-size:9px}.kanban-board>section>div{padding:8px}.kanban-board>section>div>button{display:flex;width:100%;flex-direction:column;gap:7px;margin-bottom:8px;padding:11px;border:1px solid #dfe6ef;border-radius:7px;background:#fff;cursor:pointer;text-align:left}.kanban-board button:hover{border-color:#9dcaff}.kanban-board button strong{color:#27344a;font-size:11px;line-height:1.45}.kanban-board button small{color:#8895a7;font-size:9px}.kanban-board button em{color:#1263c9;font-size:11px;font-style:normal;font-weight:700}.calendar-view{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:14px}.calendar-view>section{border:1px solid #dfe6ef;border-radius:8px;background:#fff}.calendar-view>section>header{display:grid;grid-template-columns:24px 1fr auto;align-items:center;min-height:48px;padding:0 13px;border-bottom:1px solid #e8edf3;color:#1677ff}.calendar-view>section>header strong{color:#2f3c52;font-size:12px}.calendar-view>section>header span{color:#8995a6;font-size:9px}.calendar-view section div button{display:grid;grid-template-columns:5px 1fr auto;align-items:center;width:100%;gap:10px;padding:11px 13px;border:0;border-bottom:1px solid #edf1f5;background:transparent;cursor:pointer;text-align:left}.calendar-view section div button:last-child{border-bottom:0}.calendar-view button>i{width:5px;height:29px;border-radius:3px}.calendar-view button span{display:flex;flex-direction:column;gap:4px}.calendar-view button strong{color:#303d53;font-size:10px}.calendar-view button small,.calendar-view button em{color:#8793a5;font-size:9px;font-style:normal}.analysis-kpis,.alert-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:16px}.analysis-kpis .metric,.alert-summary .metric{min-height:108px;padding:18px;border:1px solid #dfe6ef;border-radius:8px;background:#fff}.analysis-kpis .metric>span,.alert-summary .metric>span{font-size:11px}.analysis-kpis .metric>strong,.alert-summary .metric>strong{margin-top:12px;font-size:27px}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.chart-card{min-width:0;min-height:355px;padding:17px 17px 9px;border:1px solid #dfe6ef;border-radius:8px;background:#fff}.chart-card--wide{grid-column:span 2}.chart-card>header,.quality-card>header,.source-card>header,.history-card>header,.settings-card>header{display:flex;align-items:flex-start;justify-content:space-between}.chart-card>header p,.quality-card>header p,.source-card>header p,.history-card>header p,.settings-card>header p{margin:0 0 6px;color:#1677ff;font-size:8px;font-weight:800;letter-spacing:.12em}.chart-card>header h2,.quality-card>header h2,.source-card>header h2,.history-card>header h2,.settings-card>header h2{margin:0;color:#26334a;font-size:14px}.chart-card>header>.anticon{color:#8aaee1;font-size:18px}.chart{width:100%;height:280px}.management-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px}.management-actions>button{display:grid;grid-template-columns:38px 1fr auto;align-items:center;min-height:84px;gap:10px;padding:13px;border:1px solid #dfe6ef;border-radius:8px;background:#fff;color:#1677ff;cursor:pointer;text-align:left}.management-actions>button:hover{border-color:#9ac8ff}.management-actions>button>.anticon:first-child{font-size:24px}.management-actions button span{display:flex;flex-direction:column;gap:6px}.management-actions button strong{color:#2d3a50;font-size:12px}.management-actions button small{color:#8995a7;font-size:9px;line-height:1.4}.management-actions>button>.anticon:last-child{color:#9da8b9;font-size:10px}.management-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:14px;margin-bottom:14px}.quality-card,.source-card,.history-card,.settings-card{padding:18px;border:1px solid #dfe6ef;border-radius:8px;background:#fff}.quality-card header>strong{color:#1263c9;font-size:28px}.quality-card header>strong small{margin-left:3px;font-size:10px}.quality-row{display:grid;grid-template-columns:130px 1fr 40px;align-items:center;gap:11px;margin-top:17px;color:#546177;font-size:10px}.quality-row>b{display:block;height:7px;overflow:hidden;border-radius:4px;background:#e9eef5}.quality-row>b i{display:block;height:100%;border-radius:inherit;background:#1677ff}.quality-row>strong{text-align:right}.quality-card footer{display:flex;align-items:center;gap:7px;margin-top:19px;padding:10px;border-radius:5px;background:#fff7e8;color:#9a650f;font-size:9px}.source-card>div{margin-top:11px}.source-card>div>button{display:grid;grid-template-columns:9px 1fr auto 58px;align-items:center;width:100%;gap:9px;min-height:47px;border:0;border-bottom:1px solid #edf1f5;background:transparent;cursor:pointer;text-align:left}.source-dot{width:7px;height:7px;border-radius:50%;background:#18a879}.source-dot--warning{background:#f49b22}.source-card button span{display:flex;flex-direction:column;gap:3px}.source-card button strong{color:#344158;font-size:10px}.source-card button small,.source-card button em{color:#8995a7;font-size:9px;font-style:normal}.source-card button b{padding:3px 6px;border-radius:4px;background:#eaf8f3;color:#188b68;font-size:8px;text-align:center}.history-card>header{margin-bottom:15px}.history-card>header button{border:0;background:transparent;color:#8290a5;cursor:pointer}.history-card .data-table{border:1px solid #e5eaf1}.history-card td:first-child{color:#1677ff}.history-card td:first-child strong{margin-left:5px;color:#354258}.success-text{color:#18a879!important}.danger-text{color:#ef4d4d!important}.task-result{background:#eaf8f3;color:#188b68}.task-result--warning{background:#fff3df;color:#a96809}.task-result--muted{background:#edf1f5;color:#7a8799}.alert-filter-tabs{display:flex;gap:7px;margin-bottom:13px}.alert-filter-tabs button{min-height:34px;padding:0 13px;border:1px solid #d8e1eb;border-radius:5px;background:#fff;color:#647188;cursor:pointer;font-size:10px;font-weight:600}.alert-filter-tabs button.is-active{border-color:#1677ff;background:#eaf3ff;color:#1263c9}.alert-list{overflow:hidden;border:1px solid #dfe6ef;border-radius:8px;background:#fff}.alert-list article{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:13px;padding:15px 17px;border-bottom:1px solid #e9edf3}.alert-list article:last-child{border-bottom:0}.alert-icon{display:grid;width:35px;height:35px;place-items:center;border-radius:50%;background:#eaf3ff;color:#1677ff;font-size:14px;font-style:normal}.alert-icon--red{background:#ffeaea;color:#ef4d4d}.alert-icon--yellow{background:#fff2dc;color:#f49b22}.alert-list article>div:nth-child(2) header{display:flex;align-items:center;gap:9px}.alert-list article strong{color:#2e3a50;font-size:11px}.alert-list article p{margin:6px 0 4px;color:#68758a;font-size:10px}.alert-list article small{color:#929cac;font-size:9px}.alert-actions{display:flex;gap:8px}.alert-actions .primary-button,.alert-actions .ghost-button{min-height:32px;padding:0 11px;font-size:9px}.system-tabs{display:flex;gap:8px;margin-bottom:14px}.system-tabs button{display:inline-flex;align-items:center;min-height:38px;gap:7px;padding:0 14px;border:1px solid #dce4ee;border-radius:6px;background:#fff;color:#5d6a80;cursor:pointer;font-size:10px;font-weight:700}.system-tabs button.is-active{border-color:#1677ff;background:#eaf3ff;color:#1263c9}.settings-card>header{margin-bottom:16px}.user-cell{display:flex;align-items:center;gap:8px}.link-button{padding:0;border:0;background:transparent;color:#1677ff;cursor:pointer;font-size:10px}.permission-table{width:100%;border-collapse:collapse;font-size:10px}.permission-table th,.permission-table td{padding:13px 14px;border:1px solid #e3e9f1;text-align:center}.permission-table th{background:#f7f9fc;color:#677389}.permission-table td:first-child{text-align:left}.permission-yes{color:#188b68}.permission-none{color:#a1aab7}.pipeline-settings,.rule-list{border:1px solid #e3e9f1;border-radius:7px}.pipeline-settings>div{display:grid;grid-template-columns:28px 1fr 180px 150px 20px;align-items:center;gap:12px;min-height:56px;padding:0 13px;border-bottom:1px solid #e8edf3}.pipeline-settings>div:last-child,.rule-list>div:last-child{border-bottom:0}.pipeline-settings>div>b{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#eaf3ff;color:#1263c9;font-size:9px}.pipeline-settings input{height:32px;padding:0 9px;border:1px solid #d9e1eb;border-radius:5px;color:#334057;font-size:10px}.pipeline-settings>div>input{width:100%}.pipeline-settings label{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#6f7c90;font-size:9px}.pipeline-settings label input{width:58px}.rule-list>div{display:grid;grid-template-columns:10px 1fr 70px 42px;align-items:center;gap:12px;min-height:61px;padding:0 14px;border-bottom:1px solid #e8edf3}.rule-color{width:7px;height:7px;border-radius:50%;background:#f49b22}.rule-color--red{background:#ef4d4d}.rule-list>div>span{display:flex;flex-direction:column;gap:4px}.rule-list strong{color:#344158;font-size:11px}.rule-list small,.rule-list em{color:#8995a7;font-size:9px;font-style:normal}.switch input{position:absolute;opacity:0;pointer-events:none}.switch span{position:relative;display:block;width:34px;height:19px;border-radius:10px;background:#bdc6d2;cursor:pointer}.switch span:after{position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#fff;content:"";transition:left .15s ease}.switch input:checked+span{background:#1677ff}.switch input:checked+span:after{left:18px}.permission-denied{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);flex-direction:column;color:#7890ad;text-align:center}.permission-denied>.anticon{color:#85b7ef;font-size:52px}.permission-denied h1{margin:17px 0 7px;color:#30415a;font-size:20px}.permission-denied p{margin:0;font-size:11px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:30px;background:#08142a8f}.modal{max-width:calc(100vw - 42px);max-height:calc(100vh - 42px);overflow:auto;border-radius:10px;background:#fff;box-shadow:0 28px 80px #0410264d}.modal__header{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:17px 20px;border-bottom:1px solid #e3e8ef;background:#fff}.modal__header p{margin:0 0 4px;color:#1677ff;font-size:8px;font-weight:800;letter-spacing:.1em}.modal__header h2{margin:0;color:#243149;font-size:16px}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:13px 20px 17px;border-top:1px solid #e8edf3}.project-form{padding-top:2px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:19px 20px}.form-grid label,.map-popover--filters label{color:#647187;font-size:10px;font-weight:600}.form-grid label{display:flex;flex-direction:column;gap:6px}.form-grid .span-2{grid-column:span 2}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:0 10px;border:1px solid #d8e0ea;border-radius:5px;outline:0;color:#27344a;font-size:11px}.form-grid input,.form-grid select{height:37px}.form-grid textarea{min-height:72px;padding:9px 10px;resize:vertical;font-family:inherit;line-height:1.5}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#6faeff;box-shadow:0 0 0 3px #1677ff14}.field-with-action{display:flex;gap:6px}.field-with-action input{min-width:0;flex:1}.field-with-action button{flex:0 0 auto;padding:0 10px;border:1px solid #9bc8fa;border-radius:5px;background:#eef6ff;color:#1263c9;cursor:pointer;font-size:10px}.field-message{color:#16815f;font-size:9px;font-weight:500}.detail-modal{padding:19px 20px 4px}.detail-hero{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:13px;padding-bottom:16px;border-bottom:1px solid #e5eaf1}.detail-hero>i{width:46px;height:46px;border-radius:50%;background:var(--category-color);color:#fff;font-size:13px}.detail-hero span{color:#7c889a;font-size:9px}.detail-hero h3{margin:5px 0 4px;color:#243149;font-size:17px}.detail-hero p{margin:0;color:#6f7b8e;font-size:10px}.detail-kpis{display:grid;grid-template-columns:repeat(4,1fr);margin:17px 0;border-top:1px solid #e5eaf1;border-left:1px solid #e5eaf1}.detail-kpis>div{padding:12px;border-right:1px solid #e5eaf1;border-bottom:1px solid #e5eaf1}.detail-kpis span,.detail-kpis strong{display:block}.detail-kpis span{color:#8390a2;font-size:9px}.detail-kpis strong{margin-top:7px;color:#164b9b;font-size:12px}.detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:13px}.detail-columns>div,.timeline{padding:14px;border:1px solid #e2e8f0;border-radius:7px}.detail-columns h4,.timeline h4{margin:0 0 11px;color:#314057;font-size:11px}.detail-columns dl{margin:0}.detail-columns dl>div{display:grid;grid-template-columns:79px 1fr;padding:7px 0;border-bottom:1px solid #edf1f5;font-size:9px}.detail-columns dl>div:last-child{border-bottom:0}.detail-columns dt{color:#8995a6}.detail-columns dd{margin:0;color:#3e4b61}.timeline{margin-top:13px}.timeline ol{margin:0;padding:0;list-style:none}.timeline li{display:grid;grid-template-columns:55px 1fr;padding:7px 0;color:#5e6a7d;font-size:9px}.timeline li b{color:#1677ff}.import-modal{padding:20px}.import-steps{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:19px}.import-steps span{color:#98a2b1;font-size:10px}.import-steps span.is-active{color:#1263c9;font-weight:700}.import-steps b{width:56px;height:1px;background:#dce4ee}.dropzone{display:flex;align-items:center;justify-content:center;min-height:230px;flex-direction:column;border:1px dashed #8bbfff;border-radius:8px;background:#f6faff;color:#1677ff;cursor:pointer}.dropzone>.anticon{font-size:36px}.dropzone strong{margin-top:13px;color:#334158;font-size:13px}.dropzone span{margin-top:6px;color:#7d899c;font-size:9px}.dropzone input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.dropzone em{min-width:100px;margin-top:15px;padding:7px 13px;border:1px solid #9fc8fa;border-radius:5px;background:#fff;color:#1263c9;font-size:10px;font-style:normal;text-align:center}.import-tips{display:flex;align-items:flex-start;gap:9px;margin-top:13px;padding:11px;border-radius:6px;background:#eef6ff;color:#1677ff}.import-tips span{display:flex;flex-direction:column;gap:4px}.import-tips strong{color:#425068;font-size:10px}.import-tips small{color:#728097;font-size:9px}.import-preview{border:1px solid #e0e6ef;border-radius:7px}.import-preview>header,.import-preview>div{display:grid;grid-template-columns:90px 1fr 80px;align-items:center;gap:10px;min-height:44px;padding:0 12px;border-bottom:1px solid #e7ecf2;font-size:9px}.import-preview>header{background:#f7f9fc}.import-preview>header strong{grid-column:span 2;font-size:11px}.import-preview>div:last-child{border-bottom:0}.import-preview>div span{overflow:hidden;color:#6e7a8d;text-overflow:ellipsis;white-space:nowrap}.import-preview em{font-style:normal;text-align:right}.confirm-dialog{display:flex;align-items:center;gap:13px;padding:26px 20px;color:#5f6b7e}.confirm-dialog>.anticon{color:#ef4d4d;font-size:28px}.confirm-dialog p{margin:0;font-size:11px;line-height:1.7}.toast{position:fixed;top:22px;left:50%;z-index:300;display:flex;align-items:center;min-height:43px;gap:9px;padding:0 15px;border:1px solid #b9ead9;border-radius:7px;background:#f1fbf7;box-shadow:0 12px 36px #1733502e;color:#177f61;font-size:11px;transform:translate(-50%)}.toast--error{border-color:#f1c4c4;background:#fff5f5;color:#cc3f3f}.toast--warning{border-color:#f2d29a;background:#fff9ed;color:#a66508}.weekly-workspace{display:flex;flex-direction:column;gap:14px}.weekly-toolbar{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border:1px solid #dfe6ef;border-radius:8px;background:#fff}.weekly-period,.weekly-owner{display:flex;align-items:center;gap:10px}.weekly-period>div:not(.icon-button){display:flex;min-width:118px;flex-direction:column;gap:3px;text-align:center}.weekly-period strong,.weekly-owner strong{color:#2c3950;font-size:12px}.weekly-period span,.weekly-owner>span{color:#8793a5;font-size:9px}.weekly-owner select{min-width:120px;height:34px;border:1px solid #dce4ee;border-radius:6px;color:#344158}.weekly-owner em{padding:4px 8px;border-radius:999px;background:#fff3dc;color:#a46b13;font-size:9px;font-style:normal;font-weight:700}.weekly-owner em.is-submitted{background:#e8f7f1;color:#17815f}.weekly-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.weekly-kpis .metric{min-height:82px;padding:14px 16px;border:1px solid #dfe6ef;border-radius:8px;background:#fff}.weekly-kpis .metric>strong{margin-top:7px;font-size:22px}.weekly-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);gap:14px}.weekly-form-card,.weekly-agenda,.smart-query-card{border:1px solid #dfe6ef;border-radius:9px;background:#fff}.weekly-form-card{padding:18px}.weekly-form-card>header,.weekly-agenda>header,.smart-query-card>header{display:flex;align-items:flex-start;justify-content:space-between}.weekly-form-card>header p,.weekly-agenda>header p,.smart-query-title p{margin:0 0 5px;color:#1677ff;font-size:8px;font-weight:800;letter-spacing:.12em}.weekly-form-card>header h2,.weekly-agenda>header h2,.smart-query-title h2{margin:0;color:#27344a;font-size:14px}.weekly-form-card>header>span{color:#8995a7;font-size:9px}.weekly-summary-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.weekly-summary-fields label{display:flex;flex-direction:column;gap:7px;color:#526079;font-size:10px;font-weight:700}.weekly-summary-fields label span b{color:#ef4d4d}.weekly-summary-fields textarea{min-height:82px;resize:vertical;border:1px solid #dfe6ef;border-radius:7px;padding:10px 11px;color:#2f3c52;font:inherit;font-weight:400;line-height:1.6}.weekly-actions-editor{margin-top:18px;border-top:1px solid #e7ecf2;padding-top:15px}.weekly-actions-editor>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.weekly-actions-editor>header>div{display:flex;flex-direction:column;gap:4px}.weekly-actions-editor>header strong{color:#2e3b51;font-size:11px}.weekly-actions-editor>header span{color:#8b97a8;font-size:9px}.weekly-action-row{display:grid;grid-template-columns:28px minmax(130px,.7fr) minmax(190px,1.4fr) 126px 100px 34px;align-items:center;gap:7px;margin-bottom:7px}.weekly-action-row>b{color:#9ca8b8;font-size:9px}.weekly-action-row input,.weekly-action-row select{width:100%;height:34px;min-width:0;border:1px solid #dfe6ef;border-radius:6px;padding:0 8px;background:#fff;color:#344158;font-size:9px}.weekly-form-card>footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;border-top:1px solid #e7ecf2;padding-top:14px}.weekly-form-card>footer>span{color:#8995a7;font-size:9px}.weekly-form-card>footer>div{display:flex;gap:8px}.weekly-agenda{overflow:hidden}.weekly-agenda>header{padding:17px;border-bottom:1px solid #e7ecf2}.weekly-agenda>header>.anticon{color:#8aaee1;font-size:18px}.weekly-agenda>section>div{display:flex;align-items:center;justify-content:space-between;padding:10px 13px 6px}.weekly-agenda>section>div strong{color:#526079;font-size:10px}.weekly-agenda>section>div span{color:#9aa5b5;font-size:8px}.weekly-agenda>section>button{display:grid;grid-template-columns:6px 1fr auto;align-items:center;width:100%;gap:9px;padding:10px 13px;border:0;border-top:1px solid #edf1f5;background:#fff;cursor:pointer;text-align:left}.weekly-agenda button span{display:flex;min-width:0;flex-direction:column;gap:3px}.weekly-agenda button strong{overflow:hidden;color:#303d53;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.weekly-agenda button small,.weekly-agenda button em{color:#8793a5;font-size:8px;font-style:normal}.weekly-status{width:6px;height:30px;border-radius:4px;background:#9aa8ba}.weekly-status--in_progress{background:#1677ff}.weekly-status--done{background:#18a879}.weekly-status--blocked{background:#ef4d4d}.weekly-agenda__empty{display:flex;min-height:230px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#9aa7b8;text-align:center}.weekly-agenda__empty .anticon{font-size:26px}.weekly-agenda__empty strong{color:#56647a;font-size:11px}.weekly-agenda__empty span{font-size:9px}.action-calendar-workspace{display:grid;gap:16px}.action-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border:1px solid #dfe6ef;border-radius:12px;background:#fff}.action-calendar-toolbar>div,.action-calendar-toolbar>div>span,.action-calendar-toolbar>p{display:flex;align-items:center}.action-calendar-toolbar>div{gap:12px}.action-calendar-toolbar>div>span{align-items:flex-start;flex-direction:column;gap:2px}.action-calendar-toolbar strong{color:#26354e;font-size:12px}.action-calendar-toolbar small{color:#8996a8;font-size:9px}.action-calendar-toolbar>p{gap:7px;margin:0;color:#67758a;font-size:9px}.action-calendar-toolbar>p .anticon{color:#1677ff}.action-calendar-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.action-calendar-kpis .metric{padding:13px 16px;border:1px solid #e3e9f1;border-radius:10px;background:#fff}.action-calendar-board{overflow:hidden;border:1px solid #dfe6ef;border-radius:12px;background:#fff}.action-calendar-board>header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e8edf4}.action-calendar-board>header p{margin:0 0 3px;color:#1677ff;font-size:8px;font-weight:700;letter-spacing:1.2px}.action-calendar-board>header h2{margin:0;color:#26354e;font-size:15px}.action-calendar-board>header span{display:block;margin-top:4px;color:#8b97a8;font-size:9px}.action-calendar-board>header>.anticon{color:#1677ff;font-size:22px}.action-calendar-days,.action-calendar-projects article{display:grid;grid-template-columns:210px repeat(7,minmax(110px,1fr))}.action-calendar-days{grid-template-columns:repeat(7,minmax(110px,1fr));padding-left:210px;border-bottom:1px solid #dfe6ef;background:#f7f9fc}.action-calendar-days>div{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:56px;border-left:1px solid #e7ecf3}.action-calendar-days strong{color:#46546a;font-size:10px}.action-calendar-days span{color:#8d99aa;font-size:8px}.action-calendar-days b{position:absolute;top:7px;right:8px;min-width:18px;padding:2px 5px;border-radius:9px;background:#e5f0ff;color:#1677ff;font-size:8px;text-align:center}.action-calendar-projects{overflow-x:auto;max-height:620px}.action-calendar-projects article{min-width:980px;border-bottom:1px solid #edf1f6}.action-calendar-projects article.has-content{background:#fff}.action-calendar-projects article.is-empty{background:#fafbfd;opacity:.72}.action-calendar-project{display:flex;align-items:flex-start;flex-direction:column;gap:5px;padding:13px 14px;border:0;border-right:1px solid #e7ecf3;background:transparent;text-align:left;cursor:pointer}.action-calendar-project strong{color:#2d3b52;font-size:10px}.action-calendar-project small{color:#8b97a8;font-size:8px}.action-calendar-project em{color:#1677ff;font-size:8px;font-style:normal}.action-calendar-projects article.is-empty .action-calendar-project em{color:#9aa5b5}.action-calendar-cells{display:contents}.action-calendar-cells>div{min-height:82px;padding:8px;border-right:1px solid #edf1f6}.action-calendar-cells>div>button{display:flex;align-items:flex-start;gap:7px;width:100%;margin-bottom:6px;padding:7px;border:1px solid #dce8f7;border-radius:7px;background:#f5f9ff;text-align:left;cursor:pointer}.action-calendar-cells button>span{display:flex;min-width:0;flex-direction:column;gap:3px}.action-calendar-cells button strong{overflow:hidden;color:#35445c;font-size:8px;line-height:1.45;text-overflow:ellipsis}.action-calendar-cells button small{color:#7f8da2;font-size:7px}.smart-query-card{margin-bottom:16px;overflow:hidden}.smart-query-card>header{align-items:center;padding:17px 19px;background:linear-gradient(100deg,#f7fbff,#fff 62%);border-bottom:1px solid #e2e9f2}.smart-query-title,.smart-query-scope,.smart-query-title>div{display:flex;align-items:center}.smart-query-title{gap:12px}.smart-query-title>div{align-items:flex-start;flex-direction:column}.smart-query-title>i{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;background:#1677ff;color:#fff;font-size:20px}.smart-query-title span{margin-top:4px;color:#7e8b9f;font-size:9px}.smart-query-title h2 small{margin-left:5px;color:#1677ff;font-size:9px;font-weight:600}.smart-query-scope{gap:8px;padding:8px 11px;border:1px solid #dce7f5;border-radius:8px;background:#ffffffe6;color:#1677ff}.smart-query-scope>span{display:flex;flex-direction:column;gap:3px}.smart-query-scope strong{color:#344158;font-size:9px}.smart-query-scope small{color:#8b97a8;font-size:8px}.smart-query-account{display:flex;align-items:center;gap:8px}.smart-query-account>button{min-height:34px;border:1px solid #dce4ef;border-radius:6px;padding:0 10px;background:#fff;color:#68768a;cursor:pointer;font-size:8px}.smart-query-account>button:hover{border-color:#8ebeff;color:#1677ff}.smart-query-account>button:disabled{cursor:not-allowed;opacity:.45}.smart-query-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(250px,.65fr);min-height:390px}.smart-chat{display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;border-right:1px solid #e3e9f1}.smart-chat__messages{display:flex;max-height:360px;flex-direction:column;gap:13px;overflow-y:auto;padding:18px}.smart-message{display:flex;max-width:88%;align-items:flex-start;gap:8px}.smart-message--user{align-self:flex-end;flex-direction:row-reverse}.smart-message>span{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:50%;background:#eaf3ff;color:#1677ff}.smart-message--user>span{background:#263b5d;color:#fff}.smart-message>div{padding:10px 12px;border-radius:4px 11px 11px;background:#f2f6fb}.smart-message--user>div{border-radius:11px 4px 11px 11px;background:#1677ff;color:#fff}.smart-message--error>div{background:#fff0f0;color:#a83232}.smart-message p{margin:0;font-size:10px;line-height:1.75;white-space:pre-wrap}.smart-message small{display:block;margin-top:7px;color:#8996a8;font-size:8px}.smart-message__markdown{font-size:10px;line-height:1.75}.smart-message__markdown>:first-child{margin-top:0}.smart-message__markdown>:last-child{margin-bottom:0}.smart-message__markdown p{margin:0 0 7px;white-space:normal}.smart-message__markdown ul,.smart-message__markdown ol{margin:5px 0 8px;padding-left:18px}.smart-message__markdown table{width:100%;margin:8px 0;border-collapse:collapse}.smart-message__markdown th,.smart-message__markdown td{border:1px solid #d7e1ed;padding:4px 7px;text-align:left}.smart-message__markdown th{background:#e7eef7;color:#344158;font-weight:600}.smart-chat__composer{display:grid;grid-template-columns:1fr 40px;gap:9px;padding:12px 16px 16px;border-top:1px solid #e7ecf2}.smart-chat__composer textarea{min-height:62px;resize:none;border:1px solid #d9e2ed;border-radius:8px;padding:10px 12px;color:#2f3c52;font:inherit;font-size:10px;line-height:1.5}.smart-chat__composer button{align-self:stretch;border:0;border-radius:8px;background:#1677ff;color:#fff;cursor:pointer;font-size:16px}.smart-chat__composer button:disabled{background:#b7c9e1;cursor:not-allowed}.smart-query-suggestions{padding:18px;background:#fbfcfe}.smart-query-suggestions>strong{color:#344158;font-size:11px}.smart-query-suggestions>span{display:block;margin-top:4px;color:#8c98aa;font-size:8px}.smart-query-suggestions>div{margin-top:13px}.smart-query-suggestions>div button{display:grid;grid-template-columns:1fr auto;align-items:center;width:100%;gap:9px;margin-bottom:8px;padding:10px 11px;border:1px solid #e0e7f0;border-radius:7px;background:#fff;color:#4b5970;cursor:pointer;font-size:9px;text-align:left}.smart-query-suggestions>div button:hover{border-color:#87bfff;color:#1263c9}.smart-query-suggestions footer{display:flex;gap:7px;margin-top:18px;color:#8a96a7}.smart-query-suggestions footer p{margin:0;font-size:8px;line-height:1.55}.sales-report-actions{margin-top:16px;padding-top:15px;border-top:1px solid #e1e8f1}.sales-report-actions>strong{display:block;color:#344158;font-size:10px}.sales-report-actions>span{display:block;margin-top:4px;color:#8c98aa;font-size:8px;line-height:1.5}.sales-report-actions>div{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.sales-report-actions>div button{display:flex;min-height:36px;align-items:center;justify-content:center;gap:6px;border:1px solid #b9d7ff;border-radius:7px;background:#eef6ff;color:#1263c9;cursor:pointer;font-size:8px;font-weight:700}.sales-report-actions>div button:disabled{cursor:not-allowed;opacity:.5}.sales-report-error{display:flex;align-items:center;gap:8px;margin:12px 18px 0;padding:9px 11px;border-radius:6px;background:#fff1f0;color:#b43f3f;font-size:9px}.sales-report-history{padding:17px 19px 20px;border-top:1px solid #e2e9f2;background:#fff}.sales-report-history>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.sales-report-history>header p{margin:0 0 3px;color:#1677ff;font-size:7px;font-weight:800;letter-spacing:.12em}.sales-report-history>header h3{margin:0;color:#263650;font-size:13px}.sales-report-history>header span{display:block;margin-top:4px;color:#8793a5;font-size:8px}.sales-report-history>header em{padding:4px 8px;border-radius:10px;background:#edf5ff;color:#1677ff;font-size:8px;font-style:normal}.sales-report-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:10px;margin-top:13px}.sales-report-item{display:grid;grid-template-columns:1fr auto;gap:8px 12px;padding:13px;border:1px solid #e0e7f0;border-radius:8px;background:#fbfcfe}.sales-report-item>div:first-child{display:flex;min-width:0;flex-direction:column;gap:4px}.sales-report-item span{color:#1677ff;font-size:7px;font-weight:700}.sales-report-item strong{overflow:hidden;color:#30405a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sales-report-item small{color:#8793a5;font-size:8px;line-height:1.5}.sales-report-item>div:last-of-type{color:#1677ff}.sales-report-item button{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 9px;border:1px solid #b7d6ff;border-radius:6px;background:#fff;color:#1263c9;cursor:pointer;font-size:8px}.sales-report-item>p{grid-column:1 / -1;margin:2px 0 0;padding-top:9px;border-top:1px solid #e8edf4;color:#657287;font-size:8px;line-height:1.6}.sales-report-item--failed{border-color:#f0caca;background:#fff8f8}.sales-report-item--failed>div:last-of-type{color:#d44c4c}.sales-report-empty{display:flex;min-height:90px;align-items:center;justify-content:center;gap:8px;margin-top:12px;border:1px dashed #d8e1ec;border-radius:8px;color:#8b97a8;font-size:9px}.alert-rule-settings__intro{display:flex;gap:9px;margin-bottom:12px;padding:11px 13px;border-radius:7px;background:#eef6ff;color:#426487}.alert-rule-settings__intro p{margin:0;font-size:9px;line-height:1.6}.alert-rule-settings>article{display:grid;grid-template-columns:10px 1fr 88px 74px;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid #e8edf3}.alert-rule-settings>article.is-disabled{opacity:.55}.alert-rule-settings article>div strong{color:#344158;font-size:10px}.alert-rule-settings article>div p{margin:4px 0;color:#738095;font-size:9px}.alert-rule-settings article>div small{color:#a0aaba;font-size:8px}.alert-rule-settings article label{display:flex;flex-direction:column;gap:5px;color:#7c899c;font-size:8px}.alert-rule-settings article label input[type=number]{width:70px;height:30px;border:1px solid #dce4ee;border-radius:5px;padding:0 7px}.alert-rule-settings .rule-switch{align-items:center;flex-direction:row}.alert-rule-settings__permission{color:#8a96a7;font-size:8px}.daily-import-workspace{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.daily-import-source,.daily-review-card,.daily-import-history,.daily-project-section{overflow:hidden;border:1px solid #dfe6ef;border-radius:10px;background:#fff;box-shadow:0 8px 24px #1f3d630a}.daily-import-source>header,.daily-review-card>header,.daily-import-history>header,.daily-project-section>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #e7ecf2}.daily-import-source header p,.daily-review-card header p,.daily-import-history header p,.daily-project-section header p{margin:0 0 5px;color:#1677ff;font-size:8px;font-weight:700;letter-spacing:.12em}.daily-import-source h2,.daily-review-card h2,.daily-import-history h2,.daily-project-section h4{margin:0;color:#27364d;font-size:16px}.daily-import-source header span,.daily-review-card header span,.daily-import-history header>span,.daily-project-section header>span{display:block;margin-top:5px;color:#8995a7;font-size:9px}.daily-import-date{min-width:150px}.daily-import-date span{margin:0 0 6px!important;color:#5c687a!important;font-size:9px!important;font-weight:600}.daily-import-date input,.daily-review-table input,.daily-review-table select,.daily-review-table textarea{width:100%;border:1px solid #d8e1ec;border-radius:6px;background:#fff;color:#344158;font:inherit;font-size:9px}.daily-import-date input{padding:9px 10px}.daily-import-source>textarea{width:calc(100% - 40px);min-height:180px;margin:18px 20px;resize:vertical;border:1px solid #d7e1ed;border-radius:8px;padding:14px 16px;color:#334158;font:inherit;font-size:10px;line-height:1.8;outline:none}.daily-import-source>textarea:focus{border-color:#6aa9ff;box-shadow:0 0 0 3px #1677ff14}.daily-import-source>footer,.daily-review-card>footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 20px;border-top:1px solid #e7ecf2;color:#8491a3;font-size:9px}.daily-import-source>footer>span{display:flex;align-items:center;gap:6px}.daily-import-actions{display:flex;align-items:center;gap:8px}.daily-import-message{display:flex;align-items:flex-start;gap:9px;border:1px solid #f0dba5;border-radius:7px;padding:11px 14px;background:#fffaf0;color:#8e6b1c;font-size:9px;line-height:1.6}.daily-import-message--error{border-color:#efc0c0;background:#fff4f4;color:#a53838}.daily-import-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.daily-import-kpis .metric{min-height:80px;border:1px solid #dfe6ef;border-radius:9px;background:#fff}.daily-import-kpis .metric strong{font-size:21px}.daily-review-card>header>strong{flex:0 0 auto;border-radius:14px;padding:5px 10px;background:#eaf3ff;color:#1263c9;font-size:9px}.daily-review-table-wrap{overflow-x:auto}.daily-review-table{width:100%;min-width:1120px;border-collapse:collapse}.daily-review-table th{padding:10px 9px;background:#f5f7fa;color:#6f7c8f;font-size:8px;font-weight:600;text-align:left;white-space:nowrap}.daily-review-table td{padding:9px;border-top:1px solid #e8edf3;vertical-align:top}.daily-review-table th:nth-child(1),.daily-review-table td:nth-child(1){width:42px;text-align:center}.daily-review-table th:nth-child(2),.daily-review-table td:nth-child(2){width:120px}.daily-review-table th:nth-child(3),.daily-review-table td:nth-child(3){width:130px}.daily-review-table th:nth-child(4),.daily-review-table td:nth-child(4){width:235px}.daily-review-table th:nth-child(5),.daily-review-table td:nth-child(5){width:115px}.daily-review-table th:nth-child(7),.daily-review-table td:nth-child(7){width:155px}.daily-review-table input,.daily-review-table select{min-height:34px;padding:6px 8px}.daily-review-table input[type=checkbox]{width:14px;min-height:14px}.daily-review-table textarea{min-height:60px;resize:vertical;padding:7px 8px;line-height:1.5}.daily-review-table td small{display:block;max-width:340px;margin-top:5px;color:#8a96a7;font-size:8px;line-height:1.45}.confidence-badge{display:inline-flex;min-width:45px;justify-content:center;border-radius:12px;padding:4px 8px;font-size:8px;font-weight:700}.confidence-badge--high{background:#e8f8f1;color:#16835f}.confidence-badge--medium{background:#fff5dd;color:#a47314}.confidence-badge--low{background:#fff0f0;color:#b74444}.daily-import-history>header{align-items:center}.daily-import-history table{width:100%;border-collapse:collapse}.daily-import-history th{padding:10px 18px;background:#f5f7fa;color:#758195;font-size:8px;text-align:left}.daily-import-history td{padding:11px 18px;border-top:1px solid #e8edf3;color:#4d5b70;font-size:9px}.daily-import-history .empty-state{min-height:150px}.daily-project-section{margin-top:18px;box-shadow:none}.daily-project-section>header{align-items:center;padding:14px 16px}.daily-project-section h4{font-size:13px}.daily-project-section>header>span{margin:0}.daily-project-empty{display:flex;min-height:100px;align-items:center;justify-content:center;gap:10px;color:#95a1b2}.daily-project-empty>.anticon{font-size:22px}.daily-project-empty span{display:flex;flex-direction:column;gap:3px}.daily-project-empty strong{color:#5b687c;font-size:10px}.daily-project-empty small{font-size:8px}.daily-project-kpis{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e7ecf2}.daily-project-kpis>div{padding:12px 15px;border-right:1px solid #e7ecf2}.daily-project-kpis>div:last-child{border-right:0}.daily-project-kpis span{display:block;color:#8995a7;font-size:8px}.daily-project-kpis strong{display:block;margin-top:4px;color:#27364d;font-size:15px}.daily-project-records ol{max-height:260px;margin:0;overflow-y:auto;padding:4px 16px 10px;list-style:none}.daily-project-records li{display:grid;grid-template-columns:72px 68px 1fr;align-items:start;gap:10px;padding:11px 0;border-bottom:1px solid #edf1f5}.daily-project-records li:last-child{border-bottom:0}.daily-project-records time{color:#778497;font-size:8px;line-height:22px}.daily-project-records li>span{display:flex;min-width:0;flex-direction:column;gap:4px}.daily-project-records li>span strong{color:#3a485d;font-size:9px;font-weight:500;line-height:1.55}.daily-project-records li>span small{color:#8a96a7;font-size:8px}.daily-type{display:inline-flex;min-height:22px;align-items:center;justify-content:center;border-radius:11px;padding:3px 7px;font-size:8px;font-style:normal;white-space:nowrap}.daily-type--visit{background:#e8f8f1;color:#16835f}.daily-type--meeting{background:#eaf3ff;color:#1263c9}.daily-type--call{background:#eef0ff;color:#5f57bd}.daily-type--proposal{background:#fff3e5;color:#b56c17}.daily-type--task{background:#edf2f7;color:#5c687b}.daily-type--note{background:#f2f3f5;color:#707b8b}@media(max-width:1260px){.sidebar{flex-basis:76px;width:76px}.sidebar__brand{padding:12px 10px}.sidebar__brand img{width:48px;height:48px;object-fit:cover;object-position:left}.sidebar__nav{padding:7px 10px}.sidebar__nav button{grid-template-columns:1fr;justify-items:center;padding:0}.sidebar__nav button span:not(.anticon),.sidebar__nav button b,.profile-copy,.sidebar__profile>button>.anticon{display:none}.command-panel{flex-basis:250px;width:250px}.map-search{width:270px}.dashboard-grid{grid-template-columns:1fr 1fr}.weekly-layout,.smart-query-layout{grid-template-columns:1fr}.smart-chat{border-right:0;border-bottom:1px solid #e3e9f1}.management-actions{grid-template-columns:1fr 1fr}.daily-import-kpis,.action-calendar-kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:940px){body{overflow:auto}.app-shell{min-height:100vh;overflow:visible}.sidebar{position:fixed;bottom:0;left:0;z-index:150;width:100%;height:58px;flex-basis:auto;border-top:1px solid #dfe6ef;border-right:0}.sidebar__brand,.sidebar__profile{display:none}.sidebar__nav{display:grid;grid-template-columns:repeat(6,1fr);padding:5px}.sidebar__nav button{display:flex;min-height:48px;flex-direction:column;gap:3px;padding:5px 2px;font-size:8px}.sidebar__nav button span:not(.anticon){display:block}.sidebar__nav button.is-active:before{display:none}.app-content{height:auto;min-height:100vh;padding-bottom:58px}.map-page{height:auto;min-height:calc(100vh - 58px)}.command-panel{display:none}.map-stage{height:calc(100vh - 58px);grid-template-rows:58px 34px minmax(0,1fr) 108px}.map-toolbar{grid-template-columns:auto 1fr;gap:10px}.toolbar-actions>button{display:none}.map-toolbar__profile{display:none}.map-search{width:100%}.project-drawer{right:10px;bottom:10px;left:10px;width:auto}.map-legend{display:none}.standard-page{height:auto;min-height:calc(100vh - 58px);padding:22px 18px 80px}.page-header{align-items:flex-start;flex-direction:column}.filter-bar{align-items:stretch;flex-wrap:wrap}.standard-search{width:100%}.filter-result{margin-left:0}.analysis-kpis,.alert-summary,.weekly-kpis,.dashboard-grid,.management-grid,.management-actions{grid-template-columns:1fr}.chart-card--wide{grid-column:auto}.alert-list article{grid-template-columns:36px 1fr}.alert-actions{grid-column:2}.form-grid,.detail-columns{grid-template-columns:1fr}.form-grid .span-2{grid-column:auto}.detail-kpis{grid-template-columns:1fr 1fr}.system-tabs{overflow-x:auto}.weekly-toolbar,.action-calendar-toolbar,.weekly-form-card>footer,.smart-query-card>header{align-items:stretch;flex-direction:column}.weekly-owner,.smart-query-scope{margin-top:10px}.smart-query-account{align-items:stretch;flex-direction:column}.weekly-summary-fields{grid-template-columns:1fr}.weekly-action-row{grid-template-columns:26px 1fr 1fr}.weekly-action-row input,.weekly-action-row select{grid-column:span 1}.alert-rule-settings>article{grid-template-columns:10px 1fr}.daily-import-source>header,.daily-import-source>footer,.daily-review-card>header,.daily-review-card>footer,.daily-project-section>header{align-items:stretch;flex-direction:column}.daily-import-date{min-width:0}.daily-import-kpis,.daily-project-kpis,.action-calendar-kpis{grid-template-columns:1fr 1fr}.daily-project-records li{grid-template-columns:62px 64px 1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
