@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";.detail-page{border:1px solid var(--line);background:#fff;border-radius:9px;padding:21px}.detail-hero{border-bottom:1px solid var(--line);align-items:center;gap:13px;padding-bottom:19px;display:flex}.detail-avatar{color:#3867ee;background:#e9efff;border-radius:11px;place-items:center;width:48px;height:48px;display:grid}.detail-hero h2{color:#152351;margin:6px 0 4px;font:700 18px Manrope}.detail-hero p{color:var(--muted);margin:0;font-size:11px}.detail-hero>.status-badge{margin-left:auto}.detail-tabs{border-bottom:1px solid var(--line);gap:22px;margin-bottom:19px;display:flex}.detail-tabs button{color:#8b95aa;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:13px 2px 11px;font:600 11px DM Sans}.detail-tabs button.selected{color:#3867ee;border-color:#3867ee}.detail-layout{grid-template-columns:1.15fr 1fr;gap:17px;display:grid}.detail-card{border:1px solid var(--line);border-radius:8px;padding:17px}.detail-card h3{color:#1c2853;margin:0 0 17px;font:700 13px Manrope}.detail-fields{grid-template-columns:repeat(2,1fr);gap:17px;display:grid}.detail-fields span{color:#929bb0;flex-direction:column;gap:5px;font-size:10px;display:flex}.detail-fields b{color:#334063;font:600 11px Manrope}.check-row{color:#66718b;border-bottom:1px solid #f0f2f7;align-items:center;gap:9px;padding:10px 0;font-size:11px;display:flex}.check-row:last-child{border:0}.check-row>span{color:#fff;border:1px solid #dce2ec;border-radius:50%;place-items:center;width:19px;height:19px;display:grid}.check-row>span.checked{background:#20ac79;border-color:#20ac79}.check-row small{color:#1ba977;margin-left:auto;font-size:9px}.empty-detail{color:#8b95aa;flex-direction:column;justify-content:center;align-items:center;min-height:200px;display:flex}.empty-detail svg{color:#9db2ed;margin-bottom:8px}.empty-detail h3{color:#374366;margin:0 0 4px;font:700 13px Manrope}.empty-detail p{margin:0;font-size:11px}.detail-actions{justify-content:flex-end;gap:9px;margin-top:19px;display:flex}.footer{border-top:1px solid var(--line);color:#7e88a1;justify-content:space-between;align-items:center;margin-top:45px;padding:22px 2px 0;display:flex}.footer>div{flex-direction:column;gap:6px;display:flex}.footer strong{letter-spacing:.12em;color:#405078;font:700 10px Manrope}.footer strong i{vertical-align:middle;background:#3867ee;border-radius:50%;width:3px;height:3px;margin:0 7px;display:inline-block}.footer small,.footer-links{color:#9aa3b6;font-size:10px}.footer-links{gap:20px;display:flex}@media (width<=760px){.detail-layout{grid-template-columns:1fr}.detail-page{padding:15px}.detail-fields{gap:13px}.footer{flex-direction:column;align-items:flex-start;gap:18px}.footer-links{gap:12px}}:root{color:#15224a;font-synthesis:none;--navy:#081a5c;--blue:#3867ee;--ink:#15224a;--muted:#77809d;--line:#e7ebf3;--panel:#fff;background:#f5f7fb;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}.app-shell{min-height:100vh;display:flex}.sidebar{color:#c8d2f5;z-index:20;background:linear-gradient(#071852 0%,#0b206e 100%);flex-direction:column;flex:0 0 264px;width:264px;padding:25px 14px 16px;transition:width .25s;display:flex}.sidebar.collapsed{flex-basis:78px;width:78px}.brand{color:#fff;align-items:center;gap:11px;padding:0 10px 25px;display:flex}.brand-mark{background:linear-gradient(135deg,#73a0ff,#7153dc);border-radius:10px;place-items:center;width:34px;height:34px;font-family:Manrope;font-size:21px;font-weight:800;display:grid;box-shadow:0 5px 16px #101b6280}.brand-copy{white-space:nowrap;flex-direction:column;line-height:1.1;display:flex}.brand-copy strong{letter-spacing:.08em;font:800 15px Manrope}.brand-copy small{letter-spacing:.22em;color:#8ea1dd;margin-top:4px;font-size:8px}.sidebar-close{margin-left:auto;display:none}.environment{color:#a9b8e7;letter-spacing:.1em;white-space:nowrap;background:#ffffff0b;border:1px solid #ffffff20;border-radius:7px;align-items:center;gap:8px;margin:0 8px 23px;padding:9px 11px;font-size:9px;font-weight:700;display:flex}.status-dot{background:#50d69b;border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 3px #50d69b20}.nav-group{margin-bottom:22px}.nav-label{color:#6d82c7;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;padding:0 12px 9px;font-size:9px;font-weight:700}.nav-item{color:#aebbe2;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 12px;font:500 12px DM Sans;transition:all .18s;display:flex;position:relative}.nav-item:hover{color:#fff;background:#ffffff10}.nav-item.active{color:#fff;background:linear-gradient(90deg,#3867ee,#3867eeaa);box-shadow:0 5px 15px #07133c66}.nav-pulse{background:#62e0ab;border-radius:50%;width:6px;height:6px;margin-left:auto}.sidebar-footer{margin-top:auto}.support{color:#8799d4;border-top:1px solid #ffffff15;align-items:center;gap:11px;margin-top:8px;padding:13px 12px;display:flex}.support div{white-space:nowrap;flex-direction:column;display:flex}.support strong{color:#dae2ff;font-size:11px}.support small{margin-top:3px;font-size:10px}.collapsed .brand-copy,.collapsed .environment span:not(.status-dot),.collapsed .nav-label,.collapsed .nav-item span,.collapsed .support div{display:none}.collapsed .nav-item,.collapsed .environment{justify-content:center}.main-area{flex:1;min-width:0}.topbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;align-items:center;height:72px;padding:0 34px;display:flex;position:relative}.icon-btn{color:#697591;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.icon-btn:hover{color:var(--blue);background:#f0f3fa}.collapse-btn{margin-right:19px}.mobile-menu{display:none}.breadcrumbs{color:#a4abc0;align-items:center;gap:9px;font-size:12px;display:flex}.breadcrumbs strong{color:#3a4567;font-weight:600}.top-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.global-search{color:#9aa3ba;background:#f7f8fc;border:1px solid #edf0f5;border-radius:7px;align-items:center;gap:8px;width:232px;height:36px;padding:0 10px;display:flex}.global-search input,.table-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font:12px DM Sans}kbd{color:#9ba4b9;border:1px solid #dce1eb;border-radius:4px;padding:3px 5px;font:10px DM Sans}.notification{position:relative}.notification i{background:#f16a72;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:5px;right:6px}.profile{cursor:pointer;color:var(--ink);background:0 0;border:0;align-items:center;gap:8px;margin-left:7px;display:flex}.avatar{color:#3856bf;background:#e7edff;border-radius:50%;place-items:center;width:31px;height:31px;font-size:10px;font-weight:700;display:grid}.profile-name{text-align:left;flex-direction:column;display:flex}.profile-name strong{font:600 11px Manrope}.profile-name small{color:#8e97ad;margin-top:2px;font-size:10px}.dropdown{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:7px;width:190px;padding:13px;font-size:12px;display:flex;position:absolute;top:61px;right:28px;box-shadow:0 16px 38px #13245b18}.dropdown strong{font-size:12px}.dropdown span{color:var(--muted);font-size:10px}.dropdown hr{border:0;border-top:1px solid var(--line);width:100%}.dropdown button{text-align:left;color:#56617e;cursor:pointer;background:0 0;border:0;padding:6px 0}.notice{border:1px solid var(--line);background:#fff;border-radius:9px;width:230px;padding:14px;font-size:11px;position:absolute;top:61px;right:170px;box-shadow:0 16px 38px #13245b18}.notice strong{font:700 12px Manrope}.notice p{color:var(--muted);margin:0;padding:8px 0 0}.content{max-width:1600px;margin:auto;padding:30px 35px 58px}.page-header{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.eyebrow{color:#7380a2;letter-spacing:.14em;font-size:9px;font-weight:700}.page-header h1{letter-spacing:-.03em;color:#111e49;margin:8px 0 5px;font:700 25px Manrope}.page-header p,.module-summary p,.panel-header p,.section-heading p{color:var(--muted);margin:0;font-size:12px}.header-buttons{gap:9px;display:flex}.button{border:1px solid var(--line);cursor:pointer;border-radius:7px;align-items:center;gap:7px;height:36px;padding:0 13px;font:600 11px DM Sans;display:flex}.button.secondary{color:#5f6a84;background:#fff}.button.primary{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 6px 13px #3867ee28}.hero-strip{color:#fff;background:linear-gradient(106deg,#102873 0%,#12399f 56%,#4b45b4 100%);border-radius:11px;justify-content:space-between;min-height:210px;margin-bottom:30px;padding:31px 44px;display:flex;position:relative;overflow:hidden}.hero-strip:after{content:"";border:1px solid #ffffff24;border-radius:50%;width:540px;height:540px;position:absolute;top:-180px;right:-100px;box-shadow:0 0 0 45px #ffffff09,0 0 0 105px #ffffff07}.hero-kicker{color:#9cb9ff;letter-spacing:.13em;align-items:center;gap:7px;font-size:9px;font-weight:700;display:flex}.hero-strip h2{letter-spacing:-.04em;margin:14px 0 9px;font:700 27px/1.23 Manrope}.hero-strip h2 em{color:#a9beff;font-style:normal}.hero-strip p{color:#becbfa;margin:0;font-size:12px}.hero-orbit{width:250px;position:relative}.orbit-core{z-index:2;color:#fff;background:linear-gradient(135deg,#68a0ff,#8e5de0);border-radius:50%;place-items:center;width:67px;height:67px;font:800 33px Manrope;display:grid;position:absolute;top:59px;left:102px;box-shadow:0 0 0 11px #ffffff14,0 0 0 22px #ffffff09}.orbit-label{letter-spacing:.12em;color:#c9d6ff;font:700 8px DM Sans;position:absolute}.label-one{top:19px;left:111px}.label-two{top:110px;right:0}.label-three{top:150px;left:28px}.section-heading{justify-content:space-between;align-items:end;margin:0 0 17px;display:flex}.section-heading h2{color:#172453;letter-spacing:-.02em;margin:0 0 5px;font:700 16px Manrope}.text-button{color:var(--blue);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font:600 11px DM Sans;display:flex}.stats-grid{grid-template-columns:repeat(6,1fr);gap:13px;margin-bottom:25px;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:9px;min-width:0;padding:15px 16px;box-shadow:0 3px 10px #192c6410}.stat-icon{border-radius:8px;place-items:center;width:34px;height:34px;margin-bottom:12px;display:grid}.stat-icon.blue,.module-icon.blue,.large-module-icon.blue,.feature-icon.blue{color:#3867ee;background:#e9efff}.stat-icon.violet,.module-icon.violet,.large-module-icon.violet,.feature-icon.violet{color:#7855db;background:#f0ebff}.stat-icon.amber,.module-icon.amber,.large-module-icon.amber,.feature-icon.amber{color:#d68a15;background:#fff4dc}.stat-icon.green,.module-icon.green,.large-module-icon.green,.feature-icon.green{color:#19a66e;background:#e3faf0}.stat-icon.cyan,.module-icon.cyan,.large-module-icon.cyan,.feature-icon.cyan{color:#1b9cb0;background:#e1f7fb}.stat-icon.red,.module-icon.red,.large-module-icon.red,.feature-icon.red{color:#e05462;background:#ffe8e9}.stat-icon.teal,.module-icon.teal,.large-module-icon.teal,.feature-icon.teal{color:#159e91;background:#def9f4}.stat-icon.indigo,.module-icon.indigo,.large-module-icon.indigo,.feature-icon.indigo{color:#536bce;background:#e7ecff}.stat-icon.orange,.module-icon.orange,.large-module-icon.orange,.feature-icon.orange{color:#d96e2a;background:#ffede3}.stat-icon.purple,.module-icon.purple,.large-module-icon.purple,.feature-icon.purple{color:#9847d0;background:#f3e8ff}.stat-label{color:#79839f;white-space:nowrap;text-overflow:ellipsis;font-size:10px;display:block;overflow:hidden}.stat-value{color:#192651;white-space:nowrap;margin:5px 0 7px;font:700 19px Manrope;display:block}.stat-change{align-items:center;gap:2px;font-size:10px;font-weight:700;display:flex}.stat-change.up{color:#16a872}.stat-change.down{color:#e05f6b}.stat-change small{color:#a1a8ba;margin-left:3px;font-size:9px;font-weight:400}.dashboard-grid{grid-template-columns:1.55fr 1fr;gap:18px;margin-bottom:18px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:9px;min-width:0;padding:19px 21px}.panel-header{justify-content:space-between;align-items:start;margin-bottom:18px;display:flex}.panel-header h3,.table-title h3,.analysis-card h3{color:#1c2853;margin:0 0 5px;font:700 13px Manrope}.panel-action{border:1px solid var(--line);color:#77819c;background:#fff;border-radius:6px;align-items:center;gap:7px;padding:7px 9px;font:500 10px DM Sans;display:flex}.chart-area{height:196px;position:relative}.y-labels{color:#afb7c7;flex-direction:column;justify-content:space-between;font-size:9px;display:flex;position:absolute;top:0;bottom:22px;left:0}.line-chart svg{background:repeating-linear-gradient(#0000 0 41px,#edf0f5 42px);border-bottom:1px solid #edf0f5;width:calc(100% - 37px);height:170px;position:absolute;top:0;left:33px;right:4px}.x-labels{color:#a6aec0;justify-content:space-between;font-size:9px;display:flex}.line-chart .x-labels{position:absolute;bottom:0;left:34px;right:4px}.donut-wrap{justify-content:space-around;align-items:center;height:195px;display:flex}.donut{background:conic-gradient(#3867ee 0 72.4%,#f2b950 72.4% 85.2%,#35c48a 85.2% 95.8%,#8062dc 95.8%);border-radius:50%;place-items:center;width:145px;height:145px;display:grid}.donut:after{content:"";background:#fff;border-radius:50%;width:95px;height:95px;position:absolute}.donut div{z-index:1;text-align:center;flex-direction:column;display:flex}.donut strong{color:#1a2852;font:700 20px Manrope}.donut span{color:#8d96aa;margin-top:3px;font-size:9px}.legend{flex-direction:column;gap:13px;width:135px;display:flex}.legend span{color:#63708b;align-items:center;gap:7px;font-size:10px;display:flex}.legend b{color:#253159;margin-left:auto;font-weight:700}.dot{border-radius:50%;width:7px;height:7px}.dot.blue{background:#3867ee}.dot.amber{background:#f2b950}.dot.green{background:#35c48a}.dot.violet{background:#8062dc}.funnel{flex-direction:column;justify-content:space-between;height:185px;display:flex}.funnel div{color:#6f7891;grid-template-columns:110px 50px 1fr;align-items:center;gap:10px;font-size:10px;display:grid}.funnel b{text-align:right;color:#28345a}.funnel i{background:#edf1fa;border-radius:8px;height:9px;position:relative}.funnel i:after{content:"";background:linear-gradient(90deg,#3867ee,#6d71e1);border-radius:8px;width:100%;position:absolute;top:0;bottom:0;left:0}.funnel div:nth-child(2) i:after{background:#4f75ed}.funnel div:nth-child(3) i:after{background:#6579e7}.funnel div:nth-child(4) i:after{background:#7b74dc}.funnel div:nth-child(5) i:after{background:#9068d1}.bars{height:185px;position:relative}.bar-area{background:repeating-linear-gradient(#0000 0 33px,#edf0f5 34px);border-bottom:1px solid #edf0f5;justify-content:space-around;align-items:end;height:138px;display:flex}.bar-area span{background:#dce6ff;border-radius:4px 4px 0 0;width:23px;max-height:120px}.bar-area span.current{background:#3867ee}.bars .x-labels{padding-top:8px}.bar-total{color:#9099ae;align-items:center;gap:8px;font-size:9px;display:flex;position:absolute;top:2px;right:0}.bar-total strong{color:#26335d;font-size:12px}.bar-total em{color:#18aa73;align-items:center;gap:2px;font-style:normal;display:flex}.flow-heading{margin-top:33px}.flow-count{color:#858da5;font-size:10px}.flow-count span{color:#3867ee;font:700 16px Manrope}.module-grid{grid-template-columns:repeat(5,1fr);gap:13px;display:grid}.module-card{text-align:left;border:1px solid var(--line);cursor:pointer;min-height:186px;color:var(--ink);background:#fff;border-radius:9px;padding:18px 16px;transition:all .2s;position:relative}.module-card:hover{border-color:#bdcaff;transform:translateY(-3px);box-shadow:0 11px 25px #1e3e9812}.module-number{color:#b4bdd2;font:700 11px Manrope;position:absolute;top:17px;right:15px}.module-icon{border-radius:9px;place-items:center;width:36px;height:36px;margin-bottom:15px;display:grid}.module-card strong{padding-right:22px;font:700 12px Manrope;display:block}.module-card p{color:#8a93a9;min-height:28px;margin:6px 0 16px;font-size:10px;line-height:1.45}.module-metric{flex-direction:column;display:flex}.module-metric b{color:#25335f;font:700 14px Manrope}.module-metric span{color:#9da5b8;margin-top:2px;font-size:9px}.module-arrow{color:#a4acc0;position:absolute;bottom:15px;right:15px}.integrations{margin-top:39px}.integration-grid{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.integration-card{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:10px;padding:13px;display:flex}.integration-logo{color:#3867ee;background:#edf2ff;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.il-1{color:#15a676;background:#e4faf0}.il-2{color:#d58816;background:#fff4dc}.il-3{color:#9863d3;background:#f2eaff}.integration-card div{flex-direction:column;gap:4px;min-width:0;display:flex}.integration-card strong{font:600 11px Manrope}.integration-card small{color:#8c96ab;white-space:nowrap;font-size:9px}.integration-card small .status-dot{width:5px;height:5px;margin-right:5px}.response{color:#18a674;margin-left:auto;font-size:10px}.module-summary{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:15px;margin-bottom:18px;padding:19px 21px;display:flex}.large-module-icon{border-radius:11px;place-items:center;width:48px;height:48px;display:grid}.module-summary h2{color:#152351;margin:0 0 6px;font:700 18px Manrope}.module-summary p{max-width:500px}.summary-stat{color:#9aa3b5;flex-direction:column;align-items:flex-end;gap:4px;margin-left:auto;font-size:9px;display:flex}.summary-stat b{color:#394669;font:600 11px Manrope}.summary-stat i{color:#18a574;align-items:center;gap:5px;font-style:normal;display:flex}.module-stats{grid-template-columns:repeat(4,1fr)}.data-panel{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.data-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 20px;display:flex}.table-title{align-items:center;gap:9px;display:flex}.table-title span{color:#a1a9bc;background:#f4f6fa;border-radius:10px;padding:4px 7px;font-size:9px}.table-actions{align-items:center;gap:8px;display:flex}.table-search{border:1px solid var(--line);color:#a0a8ba;border-radius:6px;align-items:center;gap:7px;width:185px;height:33px;padding:0 9px;display:flex}.table-actions select{border:1px solid var(--line);color:#717b94;background:#fff;border-radius:6px;outline:0;height:33px;padding:0 8px;font:11px DM Sans}.table-scroll{overflow-x:auto}table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:10px}th{text-align:left;color:#9ba4b7;border-bottom:1px solid var(--line);background:#fafbfe;padding:12px 20px;font-weight:600}td{color:#65708b;border-bottom:1px solid #f0f2f7;padding:14px 20px}tbody tr{cursor:pointer}tbody tr:hover{background:#fbfcff}td:first-child{color:#344164}.id-cell{color:#3962c9;font:600 10px Manrope}.status-badge{border-radius:5px;align-items:center;gap:5px;padding:5px 7px;font-size:9px;font-weight:600;display:inline-flex}.status-badge i{background:currentColor;border-radius:50%;width:5px;height:5px}.status-badge.green{color:#1aab76;background:#e8faf2}.status-badge.amber{color:#d28b18;background:#fff5df}.status-badge.red{color:#e05768;background:#ffecef}.status-badge.blue{color:#3867ee;background:#eaf0ff}.row-action{color:#9ba5bb;cursor:pointer;background:0 0;border:0}.table-footer{color:#9ba3b5;justify-content:space-between;align-items:center;padding:13px 20px;font-size:10px;display:flex}.table-footer>div{align-items:center;gap:3px;display:flex}.page-number{color:#7e88a0;background:0 0;border:0;border-radius:5px;width:25px;height:25px;font-size:10px}.page-number.active{color:#fff;background:var(--blue)}.feature-row{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.feature-note{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:10px;padding:13px;display:flex}.feature-icon{border-radius:7px;place-items:center;width:31px;height:31px;display:grid}.feature-note div{flex-direction:column;gap:3px;display:flex}.feature-note b{color:#344163;font:600 10px Manrope}.feature-note small{color:#9aa3b5;font-size:9px}.feature-note>svg{color:#20aa78;margin-left:auto}.workbench{border:1px solid var(--line);background:#fff;border-radius:9px;padding:21px}.workbench-top{justify-content:space-between;display:flex}.workbench-top h2{margin:8px 0 5px;font:700 18px Manrope}.workbench-top p{color:var(--muted);margin:0;font-size:11px}.decision-flow{justify-content:center;align-items:center;gap:13px;margin:27px 0;display:flex}.decision-flow span{color:#99a3b8;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.decision-flow b{color:#8690a5;background:#eef1f7;border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;display:grid}.decision-flow span.done{color:#1aaa77}.decision-flow span.done b{color:#16a26e;background:#ddf8ec}.decision-flow span.current{color:#3867ee}.decision-flow span.current b{color:#3867ee;background:#e6edff}.decision-flow i{background:#e3e7ef;width:80px;height:1px}.credit-metrics{border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(5,1fr);margin-bottom:17px;display:grid;overflow:hidden}.credit-metrics>div{border-right:1px solid var(--line);padding:15px}.credit-metrics>div:last-child{border:0}.credit-metrics span{color:#8c96aa;margin-bottom:8px;font-size:10px;display:block}.credit-metrics strong{color:#1b2851;font:700 19px Manrope;display:block}.credit-metrics em{font-size:9px;font-style:normal}.good{color:#1aaa77}.warn{color:#d69120}.analysis-columns{grid-template-columns:1fr 1fr;gap:15px;display:grid}.analysis-card{border:1px solid var(--line);border-radius:8px;padding:17px}.analysis-card p{color:#707b96;font-size:11px;line-height:1.6}.recommendation{background:#effbf5;border-radius:7px;align-items:center;gap:10px;margin-top:17px;padding:11px;display:flex}.recommendation>span{color:#18a573;background:#d8f7e8;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.recommendation div{flex-direction:column;gap:3px;display:flex}.recommendation b{color:#258461;font-size:11px}.recommendation small{color:#7eaa98;font-size:9px}.authority-row{color:#66718e;border-bottom:1px solid #f0f2f7;justify-content:space-between;align-items:center;padding:12px 0;font-size:11px;display:flex}.authority-row:last-child{border:0}.decision-actions{justify-content:flex-end;gap:9px;margin-top:20px;display:flex}.decision{cursor:pointer;border:0;border-radius:6px;padding:10px 15px;font:600 11px DM Sans}.decision.reject{color:#df5b68;background:#fff0f1}.decision.refer{color:#d48d1a;background:#fff5e2}.decision.approve{color:#fff;background:#1caa78;align-items:center;gap:7px;display:flex}.toast{border:1px solid var(--line);color:#405070;z-index:30;background:#fff;border-radius:8px;align-items:center;gap:9px;padding:12px 14px;font-size:11px;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 12px 30px #1c2c5c22}.toast-icon{color:#fff;background:#1bad77;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.toast button{color:#a0a8bb;cursor:pointer;background:0 0;border:0;margin-left:8px}.scrim{display:none}@media (width<=1200px){.stats-grid,.module-grid{grid-template-columns:repeat(3,1fr)}.topbar{padding:0 20px}.content{padding:25px 22px 45px}.profile-name{display:none}}@media (width<=760px){.sidebar{position:fixed;top:0;bottom:0;left:-280px;box-shadow:10px 0 30px #07144255}.sidebar.mobile-open{left:0}.sidebar-close{display:grid}.scrim{z-index:15;background:#06144166;border:0;display:block;position:fixed;inset:0}.collapse-btn{display:none}.mobile-menu{display:grid}.topbar{height:63px;padding:0 14px}.breadcrumbs{font-size:11px}.global-search{background:0 0;border:0;width:36px;padding:0}.global-search input,.global-search kbd{display:none}.top-actions{gap:2px}.profile{margin-left:0}.page-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:22px}.header-buttons{width:100%}.header-buttons .button{flex:1;justify-content:center}.content{padding:21px 14px 40px}.hero-strip{min-height:240px;padding:24px 22px}.hero-strip h2{font-size:22px}.hero-orbit{opacity:.55;position:absolute;bottom:-20px;right:-25px;transform:scale(.8)}.section-heading{align-items:flex-start;gap:10px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:9px}.stat-card{padding:13px}.stat-value{font-size:16px}.stat-change small{display:none}.dashboard-grid{grid-template-columns:1fr;gap:13px}.module-grid{grid-template-columns:repeat(2,1fr);gap:9px}.module-card{min-height:190px;padding:14px 12px}.module-card p{font-size:9px}.integration-grid{grid-template-columns:1fr}.flow-count{display:none}.module-summary{flex-wrap:wrap;align-items:flex-start}.summary-stat{margin-top:-7px;margin-left:63px}.module-stats{grid-template-columns:repeat(2,1fr)}.data-toolbar{flex-direction:column;align-items:flex-start;gap:12px}.table-actions{width:100%}.table-search{flex:1}.feature-row{grid-template-columns:1fr}.workbench{padding:15px}.credit-metrics{grid-template-columns:repeat(2,1fr)}.credit-metrics>div:nth-child(2){border-right:0}.credit-metrics>div:nth-child(-n+3),.credit-metrics>div:nth-child(4){border-bottom:1px solid var(--line)}.analysis-columns{grid-template-columns:1fr}.decision-flow{gap:5px}.decision-flow i{width:17px}.decision-flow span{font-size:0}.decision-flow span b{font-size:9px}.decision-actions{justify-content:stretch}.decision{flex:1;padding:10px 8px}.donut-wrap{justify-content:space-between}.donut{width:125px;height:125px}.donut:after{width:83px;height:83px}.legend{width:125px}.hero-strip p{max-width:220px}}@media (width<=410px){.module-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.stat-label{white-space:normal;min-height:24px}.top-actions .icon-btn:first-of-type{display:none}}
