@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#17283e;background:#f4f6f9;font-synthesis:none;--navy:#0b203b;--orange:#ea751d;--muted:#738093;--line:#e5eaf0}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a{color:inherit;text-decoration:none}button{border:0;background:none;color:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600;font-size:14px;border-radius:8px;transition:background .18s,transform .18s}button:hover:not(:disabled),.button:hover{filter:brightness(.97)}button:focus-visible,a:focus-visible{outline:3px solid #ee9e57;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif}h1{font-size:32px;line-height:1.25;letter-spacing:-1px;margin-bottom:9px;font-weight:800}h2{font-size:19px;letter-spacing:-.4px}h3{font-size:17px}p{line-height:1.65}small{font-size:12px}input,select,textarea{width:100%;min-width:0;border:1px solid #dce3eb;background:#fff;border-radius:7px;padding:12px 13px;color:#17283e;font-size:14px;outline:none;min-height:44px}input:focus,select:focus,textarea:focus{border-color:#e7802e;box-shadow:0 0 0 3px #fce9db}input::placeholder,textarea::placeholder{color:#97a1af}input[type=checkbox],input[type=radio]{accent-color:var(--orange);width:17px;height:17px;min-height:17px;padding:0;flex-shrink:0}input[type=date]{min-width:140px}input[type=file]{font-size:12px;border:0;padding:6px;max-width:100%;background:transparent}select{cursor:pointer}textarea{resize:vertical}.primary{background:var(--orange);color:#fff;padding:13px 19px;min-height:46px;box-shadow:0 3px 6px #b9550b12}.secondary{border:1px solid #dae1ea;background:#fff;padding:12px 18px}.white-button{padding:12px 18px;background:#fff;color:var(--navy)}.danger-button{padding:12px 18px;background:#b93636;color:#fff}.danger{color:#b93636!important}.full{width:100%}.icon{padding:9px;border-radius:7px;flex-shrink:0}.icon:hover{background:#edf0f5}.text-button{padding:5px 0;color:#435771;display:inline-flex;gap:7px;align-items:center;font-size:13px;font-weight:600}.muted,.help{color:var(--muted);font-size:14px}.help{font-size:12px;margin:8px 0 24px;line-height:1.6}.brand{display:flex;align-items:center;gap:11px;color:#fff}.brand img{width:48px;height:48px;object-fit:cover;border-radius:50%;border:1px solid #fff3}.brand strong{font-family:Manrope,sans-serif;font-size:20px;letter-spacing:.3px;font-weight:800}.brand strong span{font-size:14px;font-weight:700}.brand small{display:block;font-size:8px;letter-spacing:2px;margin-top:4px;color:#9baabd}.eyebrow,.mini-label{font-size:10px;letter-spacing:1.8px;font-weight:700;color:#9b693c}.eyebrow{margin-bottom:12px}.badge{font-size:11px;font-weight:600;padding:5px 9px;border-radius:5px;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;background:#eef1f5;color:#667385}.badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.badge.pendente{color:#ac781f;background:#fff5df}.badge.ativo,.badge.validado{color:#287964;background:#e9f6ef}.badge.inativo{color:#798393;background:#edf0f3}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:19px}.field>span{font-size:13px;font-weight:600}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 17px}.checkbox{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:400}.consent{align-items:flex-start;margin:10px 0 25px;font-size:12px;color:#6c7787;line-height:1.6}.upload{display:flex;align-items:center;flex-direction:column;gap:9px;border:1px dashed #bac7d6;background:#f8fafc;padding:17px;border-radius:8px}.upload svg{color:#d27634}.upload small{color:#8793a3}.upload strong{font-size:13px}.alert,.success{display:flex;align-items:center;gap:10px;padding:13px 15px;margin-bottom:18px;border-radius:7px;background:#fff0ed;color:#a03f2c;font-size:13px;line-height:1.5}.alert svg{flex-shrink:0}.alert .icon{margin-left:auto}.success{background:#eaf7ef;color:#267a54}.toast{position:fixed;bottom:28px;right:28px;z-index:100;background:#173f33;color:#fff;border-radius:10px;padding:16px 22px;display:flex;align-items:center;gap:12px;box-shadow:0 5px 30px #0002;font-size:14px;max-width:calc(100% - 32px)}.splash{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;background:var(--navy);color:#fff}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-layout{min-height:100vh;display:grid;grid-template-columns:45% 55%;background:#fff}.auth-brand{padding:44px 11%;background:var(--navy);color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-brand:after{content:"";width:400px;height:400px;border:1px solid #ffffff0b;border-radius:50%;position:absolute;bottom:-225px;left:-100px;box-shadow:0 0 0 80px #ffffff03,0 0 0 160px #ffffff02;pointer-events:none}.auth-message{padding:70px 0}.auth-message .eyebrow{color:#ed9959;font-size:10px}.auth-message h1{font-size:clamp(35px,3.5vw,54px);line-height:1.2;letter-spacing:-2px;margin:25px 0}.auth-message h1 em{font-style:normal;color:#f19043}.auth-message p{max-width:300px;color:#a7b5c6;font-size:16px}.auth-line{width:48px;height:3px;background:var(--orange);margin:35px 0}.auth-feature{display:flex;align-items:center;gap:17px;color:#7890aa;font-size:13px;line-height:1.8}.auth-feature svg{color:#e99556;width:30px;height:30px}.auth-feature strong{color:#bfccd9;font-weight:400}.auth-brand>small{color:#69819b;font-size:11px}.auth-main{min-height:100vh;padding:40px 8%;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-card{width:100%;max-width:410px}.auth-card.wide{max-width:600px;padding-top:20px}.auth-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:44px}.auth-top a{display:flex;align-items:center;gap:6px;font-size:12px;color:#78604c}.auth-card h2{font-size:29px;line-height:1.35;letter-spacing:-1px;margin-bottom:13px}.auth-card>.muted{font-size:14px;line-height:1.7;margin-bottom:30px}.auth-card .primary{margin-top:2px}.security-note{display:flex;gap:7px;align-items:center;justify-content:center;font-size:11px;color:#9aa4b1;margin-top:24px}.auth-main footer{font-size:11px;color:#9ca5b1;margin-top:60px}.app-layout{min-height:100vh}.sidebar{position:fixed;top:0;left:0;bottom:0;width:244px;background:var(--navy);padding:30px 20px 20px;display:flex;flex-direction:column;color:#9eb0c7;z-index:30}.sidebar .brand{padding-left:2px}.workspace-label{font-size:9px;letter-spacing:1.7px;color:#667d99;font-weight:600;margin:43px 13px 15px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav button{justify-content:flex-start;text-align:left;gap:12px;color:#9cafc6;padding:13px 14px;font-size:13px;font-weight:500;min-height:47px;border-radius:7px}.sidebar nav button span{flex:1}.sidebar nav button.active{background:#24354a;color:#fff;box-shadow:inset 3px 0 var(--orange)}.sidebar nav button.active>svg:first-child{color:#f2934f}.sidebar nav button:hover{background:#ffffff0a}.sidebar-bottom{margin-top:auto;padding-top:45px}.pre-card{padding:18px 15px;background:#142a44;border:1px solid #233951;border-radius:9px}.pre-card .mini-label{color:#6f86a2;font-size:8px;letter-spacing:1.3px;margin-bottom:13px}.pre-card strong{font-size:12px;color:#e4eaf1}.pre-card p{font-size:11px;color:#859ab2;margin:9px 0 16px;line-height:1.7}.pre-card a{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#f3a76e}.sidebar-foot{font-size:9px;color:#6d829a;margin-top:26px;display:flex;align-items:center;gap:7px}.online{width:5px;height:5px;background:#57a88a;border-radius:50%}.workspace{margin-left:244px}.topbar{height:82px;background:#fff;border-bottom:1px solid var(--line);padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.breadcrumb{display:flex;align-items:center;gap:13px;font-size:11px;color:#8a95a4}.breadcrumb strong{font-weight:500;color:#46566c}.account{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:#f3e6da;color:#a36332;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.account strong{display:block;font-size:11px;font-weight:600}.account small{display:block;color:#929cab;font-size:10px;margin-top:4px}.account>.icon{margin-left:12px;color:#8e9bad}.content{max-width:1530px;margin:0 auto;padding:35px 40px 20px}.page-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:29px}.page-heading .eyebrow{font-size:9px;letter-spacing:2px;color:#9b8065;margin-bottom:9px}.page-heading p{color:#8490a0;font-size:13px;margin:0}.page-heading .primary{font-size:12px;min-height:42px}.period-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:23px;margin-bottom:26px;gap:15px}.period-bar>span{display:flex;align-items:center;gap:9px;color:#5c6c80;font-size:12px}.period-bar>span svg{color:#8a9aaf}.period-bar>div{display:flex;gap:9px;align-items:center}.period-bar input,.period-bar select{min-height:36px;padding:8px 10px;font-size:11px;width:auto;border-color:#e0e6ed;background:#fff}.period-bar select{max-width:215px}.period-bar>div>span{color:#a0a9b6;font-size:11px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:27px}.metric{border:1px solid var(--line);border-radius:10px;background:#fff;padding:22px 20px;min-width:0}.metric>span{display:flex;justify-content:space-between;gap:7px;color:#7a889a;font-size:11px;align-items:center}.metric svg{width:17px;height:17px;color:#8a9aae}.metric>strong{display:flex;align-items:center;gap:13px;font-family:Manrope,sans-serif;font-size:31px;letter-spacing:-1px;margin:18px 0 9px;font-weight:800}.metric>small{font-size:10px;color:#9aa4b2}.metric.featured{background:#102c4b;color:#fff;border-color:#102c4b;position:relative;overflow:hidden}.metric.featured:after{content:"";position:absolute;width:90px;height:90px;border:1px solid #ffffff0c;border-radius:50%;right:-40px;bottom:-55px;box-shadow:0 0 0 22px #ffffff03}.metric.featured>span{color:#aec0d3}.metric.featured svg{color:#e89a5f}.metric.featured>strong{font-size:27px}.metric.featured>small{color:#7e9ab7}.orange-dot{height:7px;width:7px;border-radius:50%;background:#ef9b52}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;min-width:0}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:24px}.panel-title h2{font-size:16px;margin:0 0 7px}.panel-title p{font-size:11px;color:#8b97a7;margin:0}.panel-title .text-button{font-size:11px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:24px}.recent{width:100%;text-align:left;justify-content:flex-start;gap:15px;padding:19px 24px;border-top:1px solid #f0f2f5;border-radius:0}.date-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;width:45px;min-height:49px;background:#f5f7fa;border:1px solid #e8edf3;border-radius:7px;flex-shrink:0}.date-tile strong{font-size:17px;font-family:Manrope,sans-serif}.date-tile small{font-size:9px;color:#8795a6;text-transform:uppercase;margin-top:2px}.recent>div:not(.recent-value){flex:1;min-width:0}.recent>div>strong{font-size:12px;display:block}.recent>div>small{display:block;font-size:10px;font-weight:400;color:#8b99ab;margin-top:6px;line-height:1.5}.recent-value{display:flex;align-items:flex-end;flex-direction:column;gap:7px}.recent-value .badge{font-size:9px;padding:4px 6px}.recent>svg{color:#bcc6d2}.dashboard-side{display:flex;flex-direction:column;gap:20px}.quick-panel{background:#fff;border:1px solid var(--line);border-radius:10px;padding:25px 22px}.quick-panel .eyebrow{font-size:8px;letter-spacing:1.5px;color:#a1866e}.quick-panel h2{font-size:23px;margin:14px 0 20px;line-height:1.4}.quick-panel button{width:100%;gap:10px;justify-content:flex-start;border-top:1px solid #edf0f4;padding:17px 0;border-radius:0;text-align:left}.quick-icon{width:34px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:7px;background:#f6f2ec;color:#ab805d;flex-shrink:0}.quick-panel button>span:nth-child(2){flex:1}.quick-panel button strong{font-size:11px;display:block}.quick-panel button small{font-size:9px;color:#97a1af;font-weight:400;display:block;margin-top:6px}.quick-panel button>svg{color:#98a6b7;width:15px}.brand-note{display:flex;align-items:center;gap:17px;padding:2px 15px}.brand-note>span{font-weight:800;color:#afbbc9;font-family:Manrope,sans-serif;font-size:29px;letter-spacing:-4px;flex-shrink:0}.brand-note p{color:#98a3b2;font-size:11px;line-height:1.7;margin:0;max-width:170px}.empty{text-align:center;padding:55px 24px;color:#9aa8b9}.empty>svg{margin-bottom:17px;color:#b6c3d0}.empty h3{font-size:15px;color:#54667d;margin-bottom:8px}.empty p{font-size:12px;max-width:380px;margin:0 auto;line-height:1.8}.list-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 24px;border-bottom:1px solid var(--line)}.tabs{display:flex;gap:3px;padding:4px;border-radius:7px;background:#f4f6f8;flex-shrink:0}.tabs button{font-size:12px;color:#8995a4;padding:8px 13px;border-radius:5px;font-weight:500}.tabs button.chosen{background:#fff;color:#283b53;box-shadow:0 1px 3px #0000000c}.search{display:flex;align-items:center;border:1px solid #e4e9ef;border-radius:7px;padding:0 11px;gap:6px;max-width:290px;color:#92a0b1}.search input{border:0;font-size:12px;padding:10px 0;min-height:38px;background:transparent}.search input:focus{box-shadow:none}.search:focus-within{outline:2px solid #ed9d61}.secondary-filters{display:flex;align-items:center;gap:12px;padding:14px 24px;border-bottom:1px solid #edf0f4}.secondary-filters select{font-size:12px;min-height:35px;padding:7px 10px;max-width:250px}.secondary-filters small{color:#98a4b4;margin-left:auto;white-space:nowrap}.entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:22px}.entry-card{border:1px solid var(--line);border-radius:8px;padding:20px 20px 0;min-width:0}.entry-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px}.entry-top>span:first-child{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600}.entry-top svg{color:#9ba9b9}.entry-card h3{font-size:17px;margin-bottom:8px}.company-name{font-size:11px;letter-spacing:.2px;color:#6f7f92;text-transform:uppercase}.location{display:flex;align-items:center;gap:5px;font-size:11px;color:#9aa6b5;margin:7px 0 15px}.entry-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.entry-meta span{display:flex;gap:5px;align-items:center;font-size:11px;color:#7b8b9e}.entry-meta span:first-child{background:#f3f5f8;border-radius:5px;padding:5px 8px}.entry-bottom{display:flex;justify-content:space-between;align-items:center;margin:20px 0 17px}.entry-bottom small{color:#9aa7b7;font-size:10px}.entry-bottom strong{font-size:18px;letter-spacing:-.5px}.entry-actions{display:flex;border-top:1px solid var(--line);justify-content:space-between;gap:9px;padding:10px 0}.entry-actions button{font-size:11px;color:#77879b;font-weight:500;padding:6px 0}.entry-actions button:last-child{color:#ac743a}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:13px}th{padding:14px 24px;background:#f8fafc;color:#8a97a8;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap}td{padding:18px 24px;border-top:1px solid #edf1f5;color:#64748a;font-size:12px;line-height:1.6}td strong{font-weight:600;color:#334860}td>small{display:block;font-size:10px;color:#9ca8b6;margin-top:3px}.person-cell{display:flex;gap:12px;align-items:center}.person-cell strong{display:block;white-space:nowrap}.person-cell small{display:block;font-size:10px;color:#9ba7b6;margin-top:3px}.avatar.light{background:#edf2f6;color:#7f92a8}.inline-actions{display:flex;gap:14px}.inline-actions .text-button{font-size:11px;white-space:nowrap}.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.company-card{padding:25px;position:relative}.company-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:10px;color:#8299b3;margin-bottom:22px}.company-card>.badge{position:absolute;right:24px;top:25px}.company-card h2{font-size:17px;line-height:1.5}.company-card p{display:flex;gap:5px;align-items:center;font-size:12px;color:#8a98aa}.company-card>small{font-size:11px;color:#a0abba}.company-card>.entry-actions{margin-top:22px;padding-bottom:0}.summary-banner{background:var(--navy);border-radius:10px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#fff}.summary-banner span{font-size:10px;letter-spacing:1.8px;color:#9db4cd}.summary-banner h2{font-size:37px;margin:13px 0}.summary-banner p{font-size:12px;color:#849fbf;margin:0}.summary-banner button{font-size:12px}.info-note{display:flex;align-items:center;gap:9px;font-size:11px;color:#8293a8;padding:16px 1px;margin:0 0 10px}.info-note svg{flex-shrink:0;color:#8fa58d}.amount{font-weight:700;color:#294762}.content-footer{display:flex;justify-content:space-between;margin-top:42px;border-top:1px solid #e4e9ef;padding-top:20px;font-size:9px;color:#a1adbc}.loading{display:flex;align-items:center;gap:8px;color:#8898ac;font-size:12px;margin-bottom:15px}.mobile-menu{display:none}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#04122788;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:80;display:flex;justify-content:center;align-items:center;padding:24px}.modal{width:600px;max-width:100%;max-height:calc(100dvh - 48px);overflow-y:auto;border-radius:14px;background:#fff;padding:27px 30px;box-shadow:0 30px 100px #0003;outline:none}.modal>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;gap:15px}.modal>header small{font-size:8px;letter-spacing:1.6px;color:#b19174}.modal>header h2{font-size:23px;margin:8px 0 0}.modal>p{font-size:14px;color:#788698}.modal .alert{margin-top:10px}.form-footer{display:flex;justify-content:flex-end;align-items:center;gap:13px;border-top:1px solid #e6eaf0;padding-top:22px;margin-top:24px}.people-picker{max-height:180px;overflow:auto;border:1px solid var(--line);border-radius:7px;padding:7px 13px}.people-picker .checkbox{padding:10px 0;border-bottom:1px solid #f3f5f8;font-size:13px}.people-picker .checkbox:last-child{border:0}.people-picker .muted{padding:8px;margin:0}.detail-status{display:flex;align-items:center;justify-content:space-between;margin-bottom:23px}.detail-status>strong{font-size:26px}.detail-list p{display:flex;align-items:center;gap:10px;font-size:14px;color:#78889a}.detail-list small{color:#9dabbc;font-size:11px}.nav-shade{display:none}@media(min-width:1600px){.content{padding-top:45px}.metrics{gap:24px}.metric{padding:26px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 330px}.entry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1200px){.sidebar{width:215px;padding:27px 15px}.sidebar .brand{gap:8px}.brand img{width:42px;height:42px}.brand strong{font-size:18px}.brand strong span{font-size:12px}.workspace{margin-left:215px}.content{padding:30px 25px}.topbar{padding:0 25px}.metrics{gap:12px}.metric{padding:18px 15px}.metric>span{font-size:10px}.metric>strong{font-size:27px}.metric.featured>strong{font-size:23px}.metric>small{font-size:9px}.dashboard-grid{grid-template-columns:1fr}.dashboard-side{display:grid;grid-template-columns:1fr 1fr}.quick-panel h2 br{display:none}.quick-panel button{padding:13px 0}.brand-note{justify-content:center}.company-grid{grid-template-columns:repeat(2,1fr)}.breadcrumb>span{display:none}.period-bar{align-items:flex-start;flex-direction:column}.period-bar>div{width:100%}.period-bar select{margin-left:auto;max-width:230px}.auth-main{padding:35px 6%}.auth-brand{padding:35px 10%}.auth-message h1{font-size:40px}}@media(max-width:850px){.sidebar{transform:translate(-100%);width:244px;transition:transform .2s}.sidebar.shown{transform:translate(0)}.workspace{margin-left:0}.mobile-menu{display:flex}.nav-shade{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00102c88;z-index:29}.topbar{height:70px}.auth-layout{grid-template-columns:1fr}.auth-brand{padding:25px 7%;min-height:190px}.auth-brand>.brand{margin-bottom:22px}.auth-message{padding:0}.auth-message .eyebrow,.auth-message h1,.auth-line,.auth-feature,.auth-brand>small{display:none}.auth-message p{font-size:14px;max-width:100%;margin-bottom:0}.auth-main{min-height:auto;padding:35px 7%}.auth-card{max-width:500px}.auth-main footer{margin-top:35px}.auth-top{margin-bottom:27px}.auth-card h2{font-size:27px}.auth-card.wide{padding-top:0}}@media(max-width:600px){body{font-size:16px}.content{padding:26px 18px 20px}.topbar{padding:0 15px;gap:10px}.breadcrumb{gap:5px;font-size:11px}.account{gap:7px}.account>div{display:none}.account>.icon{margin-left:1px}.page-heading{align-items:flex-start;flex-wrap:wrap;gap:20px;margin-bottom:23px}.page-heading h1{font-size:28px}.page-heading p{font-size:13px}.page-heading .primary{width:100%;font-size:14px}.page-heading .eyebrow{font-size:9px}.period-bar>div{display:grid;grid-template-columns:1fr auto 1fr;gap:7px}.period-bar input{width:100%;min-width:0;font-size:12px;min-height:40px}.period-bar select{grid-column:1/-1;width:100%;max-width:none;min-height:40px;font-size:13px;margin-top:4px}.period-bar>span{font-size:12px}.metrics{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.metric{padding:16px 13px}.metric>span{font-size:11px;line-height:1.5;align-items:flex-start}.metric svg{width:15px;flex-shrink:0}.metric>strong{font-size:29px;margin:14px 0 8px}.metric.featured>strong{font-size:23px;white-space:nowrap}.metric>small{font-size:10px;line-height:1.5;display:block}.dashboard-grid{gap:18px}.dashboard-side{display:flex}.quick-panel{padding:22px}.quick-panel h2{font-size:22px}.quick-panel button strong{font-size:14px}.quick-panel button small{font-size:12px}.quick-panel .eyebrow{font-size:9px}.quick-panel button{padding:17px 0}.quick-icon{width:38px;height:40px}.brand-note{padding:12px}.brand-note p{font-size:12px}.panel-title{padding:21px 18px}.panel-title h2{font-size:16px}.panel-title p{font-size:12px;line-height:1.5}.panel-title .text-button{font-size:12px;white-space:nowrap}.recent{padding:17px 14px;gap:10px}.recent>div>strong{font-size:13px}.recent>div>small{font-size:11px}.recent-value .badge{font-size:10px}.recent>svg{display:none}.recent-value>strong{font-size:12px!important}.date-tile{width:38px}.date-tile small{font-size:10px}.empty{padding:38px 20px}.empty p{font-size:13px}.entry-grid{grid-template-columns:1fr;padding:14px;gap:14px}.entry-card{padding:18px 16px 0}.entry-card h3{font-size:19px}.entry-top>span:first-child{font-size:14px}.badge,.company-name,.location,.entry-meta span{font-size:12px}.entry-bottom small{font-size:11px}.entry-actions button{font-size:13px;min-height:36px}.list-toolbar{flex-direction:column;align-items:stretch;padding:15px;gap:13px}.tabs{justify-content:space-between;max-width:100%;overflow:auto}.tabs button{font-size:13px;flex:1;padding:10px}.search{max-width:none}.search input{font-size:14px;min-height:42px}.secondary-filters{flex-wrap:wrap;padding:0 15px 15px}.secondary-filters select{max-width:none;font-size:13px;min-height:42px}.secondary-filters small{font-size:12px}.company-grid{grid-template-columns:1fr}.company-card h2{font-size:20px}.company-card p,.company-card small{font-size:13px}.summary-banner{padding:25px;flex-direction:column;align-items:stretch}.summary-banner h2{font-size:34px}.summary-banner p{font-size:12px}.summary-banner button{font-size:14px}.info-note{font-size:12px;align-items:flex-start;line-height:1.7}.table-wrap th{font-size:11px;padding:13px 16px}.table-wrap td{font-size:13px;padding:16px}.table-wrap small,.person-cell small{font-size:11px}.person-cell{gap:8px}.table-wrap .text-button{font-size:12px;white-space:nowrap}.content-footer{font-size:10px;gap:10px;flex-direction:column;margin-top:30px}.overlay{padding:10px}.modal{padding:22px 20px;border-radius:12px;max-height:calc(100dvh - 20px)}.modal>header h2{font-size:22px}.field>span{font-size:14px}input,select,textarea{font-size:16px;min-height:47px}.form-grid{grid-template-columns:1fr;gap:0}.checkbox,.people-picker .checkbox{font-size:14px}.consent{font-size:12px}.form-footer{flex-wrap:wrap}.auth-main{padding:30px 22px}.auth-brand{padding:23px}.auth-card h2{font-size:27px}.auth-top a,.security-note,.help{font-size:12px}.toast{bottom:16px;right:16px;font-size:13px}.modal .form-grid{grid-template-columns:1fr 1fr}.modal .form-grid input{font-size:14px}.upload small{font-size:12px}}.sidebar nav button,.account strong,.breadcrumb,.page-heading p,.metric>span,.panel-title p,.recent>div>strong,.recent>div>small,.entry-top>span:first-child,.company-name,.location,.entry-meta span,.entry-actions button,td,.text-button,.field>span,.tabs button,.search input,.period-bar input,.period-bar select,.secondary-filters select,.quick-panel button strong{font-size:14px}.metric>small,.account small,.date-tile small,.recent-value .badge,.panel-title .text-button,.entry-bottom small,.person-cell small,td>small,.sidebar-foot,.pre-card p,.pre-card a,.quick-panel button small,.content-footer,.badge,.company-card>small,.info-note,.summary-banner p{font-size:12px}.metric>span{line-height:1.45}.metric>small{line-height:1.6;display:block}.recent>div>small{line-height:1.5}.sidebar nav button{padding-left:12px;padding-right:10px}.recent{align-items:center}.entry-grid .badge{font-size:12px}.search{max-width:320px}.period-bar input{min-width:145px}.company-name{line-height:1.5}.entry-actions{flex-wrap:wrap}.period-bar>div{flex-wrap:wrap}@media(max-width:600px){.period-bar input{min-width:0}.metric>span{font-size:12px}.metric>small{font-size:12px}.metric>strong{font-size:28px}.metric.featured>strong{font-size:22px}.breadcrumb{font-size:12px}.recent{flex-wrap:wrap}.recent>div>small{font-size:12px}.recent-value{margin-left:auto}.sidebar nav button{font-size:14px}.content-footer{font-size:12px}}.selection-controls{padding:16px 24px;border-bottom:1px solid var(--line)}.batch-toolbar{padding:20px 24px;background:#fff7ec;border-bottom:1px solid #eedbc4;display:flex;flex-direction:column;gap:14px}.batch-toolbar>div{display:flex;gap:10px;flex-wrap:wrap}.batch-dialog{border:0;border-radius:14px;padding:28px;width:620px;max-width:calc(100% - 24px);max-height:85dvh;color:var(--navy)}.batch-dialog::backdrop{background:#04122788;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.batch-dialog header{display:flex;align-items:center;justify-content:space-between;gap:15px}.batch-dialog h2{margin:0}.batch-dialog p{color:#64748a;font-size:14px;margin-top:20px}.batch-review{list-style:none;margin:0;padding:0;max-height:35dvh;overflow:auto}.batch-review li{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.batch-review small{display:block;margin-top:5px;color:#738093}.batch-dialog .form-footer{justify-content:space-between}.entry-top>.checkbox{font-size:14px;flex-wrap:wrap}.batch-toolbar small{font-size:13px}@media(max-width:600px){.batch-toolbar,.selection-controls{padding:16px}.batch-toolbar button{width:100%}.batch-dialog{padding:20px}.batch-dialog .form-footer button{width:100%}}.document-replacement{border-top:1px solid var(--line);margin-top:24px;padding-top:22px}.document-replacement h3{font-size:17px;margin-bottom:9px}.document-replacement p{font-size:14px;color:#738093}.document-replacement .field>span{font-size:13px}.field-error{color:#a03f2c;font-size:13px;line-height:1.5}input[aria-invalid=true]{border-color:#be573e}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.operation-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.operation-filters{padding:16px 24px;border-bottom:1px solid #e5e7eb}.operation-filters summary,.operation-team summary{cursor:pointer;font-weight:600;padding:8px 0}.operation-filters .form-grid{margin-top:12px}.operation-team{margin-top:16px;font-size:13px}.operation-dialog{border:0;border-radius:18px;padding:28px;width:min(640px,calc(100vw - 24px));max-height:90dvh;overflow:auto;color:#0b203b;box-sizing:border-box}.operation-dialog::backdrop{background:#0b203baa}.operation-dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.operation-dialog fieldset{border:0;padding:0;margin:0;min-width:0}.operation-inline-company{padding:16px;background:#f4f6f8;border-radius:12px;margin:12px 0}@media(max-width:640px){.operation-heading{align-items:stretch;flex-direction:column}.operation-filters{padding:12px}.operation-dialog{padding:18px}.entry-bottom{gap:10px;flex-wrap:wrap}}@media(max-width:850px){.auth-brand{min-height:0;padding:16px 22px;justify-content:flex-start;gap:10px}.auth-brand>.brand{margin-bottom:0}.auth-brand .brand img{width:36px;height:36px}.auth-brand .brand strong{font-size:17px}.auth-brand .brand strong span{font-size:12px}.auth-brand .brand small{font-size:8px;letter-spacing:1.4px;margin-top:2px}.auth-message p{font-size:12px;line-height:1.45;margin:0}.auth-brand:after{display:none}.auth-main{padding:24px 22px}.auth-top{margin-bottom:20px;gap:12px}.auth-card h2{font-size:24px;line-height:1.3;letter-spacing:-.6px;margin-bottom:10px}.auth-card>.muted{font-size:14px;line-height:1.5;margin-bottom:22px}.auth-card .field{gap:6px;margin-bottom:14px}.auth-card .help{margin:8px 0 16px}.security-note{margin-top:16px}.auth-main footer{margin-top:24px;font-size:10px;text-align:center}}@media(max-width:600px){.topbar{height:56px;padding:0 12px}.topbar .icon{min-width:44px;min-height:44px;padding:10px}.account .avatar{width:30px;height:30px;font-size:12px}.content{padding:18px 14px 16px}.page-heading{gap:14px;margin-bottom:18px}.page-heading h1{font-size:24px;letter-spacing:-.6px;margin-bottom:6px}.page-heading .eyebrow{font-size:8px;margin-bottom:6px}.page-heading p{font-size:13px;line-height:1.45}.primary,.secondary,.white-button{min-height:44px;padding:10px 14px}.page-heading .primary{min-height:44px;font-size:13px}.period-bar{gap:10px;padding-bottom:16px;margin-bottom:16px}.period-bar>span{font-size:12px}.period-bar input,.period-bar select{font-size:16px;min-height:44px;padding:8px}.period-bar select{margin-top:0}.metrics{gap:10px;margin-bottom:16px}.metric{padding:13px 12px;border-radius:9px}.metric>span{font-size:12px;line-height:1.35;min-height:32px}.metric svg{width:14px;height:14px}.metric>strong{font-size:25px;line-height:1.2;margin:10px 0 6px;gap:8px}.metric.featured>strong{font-size:clamp(17px,5.2vw,22px);letter-spacing:-.7px}.metric>small{font-size:11px;line-height:1.4}.panel-title{padding:16px 14px;gap:10px}.panel-title h2{font-size:15px;margin-bottom:4px}.panel-title p{font-size:12px;line-height:1.4}.panel-title .text-button{font-size:12px;min-height:44px}.recent{padding:13px 12px;gap:8px}.recent>div>strong{font-size:12px}.recent>div>small{font-size:11px;line-height:1.4;margin-top:4px}.recent-value{gap:5px}.recent-value>strong{font-size:12px!important}.recent-value .badge{font-size:10px;padding:4px 6px}.date-tile{width:34px;min-height:43px}.date-tile strong{font-size:16px}.date-tile small{font-size:9px}.quick-panel{padding:18px}.quick-panel h2{font-size:20px;margin:10px 0 14px}.quick-panel button{padding:12px 0}.quick-panel button strong{font-size:13px}.quick-panel button small{font-size:11px;margin-top:4px}.content-footer{font-size:10px;margin-top:22px;padding-top:14px}.auth-main{padding:22px 18px}.auth-top .mini-label{font-size:9px;letter-spacing:1.3px}.auth-top a{font-size:12px;min-height:32px}.auth-card input,.auth-card select,.auth-card textarea{font-size:16px;min-height:44px;padding:10px 12px}.auth-card .field>span{font-size:13px}.auth-card input[type=checkbox]{min-height:17px;padding:0}.auth-card input[type=file]{font-size:12px;padding:6px}.entry-grid{padding:12px;gap:12px}.entry-card{padding:15px 13px 0}.entry-card h3{font-size:17px}.entry-card>p{font-size:13px;line-height:1.45;margin-bottom:10px}.entry-top{margin-bottom:12px}.entry-top>.checkbox,.entry-top>strong{font-size:13px}.entry-bottom{margin:14px 0 12px}.entry-bottom>span{font-size:12px}.entry-actions button{font-size:12px;min-height:44px}.operation-heading{gap:12px;margin-bottom:16px}.operation-heading p{font-size:13px;line-height:1.45;margin:0}}
