:root{--ink:#26383f;--muted:#68777d;--line:#e1e7e9;--paper:#f5f7f8;--card:#fff;--green:#68ae00;--green-2:#80b21f;--green-soft:#eff7e5;--amber:#80b21f;--amber-soft:#f2f8e7;--blue:#003a56;--blue-soft:#e8f0f4;--red:#a94d4d;--red-soft:#fbecec;--shadow:0 1px 2px rgba(0,58,86,.04),0 10px 30px rgba(0,58,86,.05)}
*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#102f26;color:#dce9e4;padding:28px 18px 20px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:38px;height:38px;border-radius:10px;background:#fff;color:#153c30;display:grid;place-items:center;font-family:Manrope;font-weight:800;font-size:20px;box-shadow:0 6px 18px rgba(0,0,0,.1)}.brand-mark span{color:#e9a23b}.brand strong,.brand small{display:block}.brand strong{font:700 15px Manrope}.brand small{font-size:11px;color:#9eb6ad;margin-top:2px}.nav-main{margin-top:42px;display:flex;flex-direction:column;gap:5px}.nav-item{display:flex;align-items:center;gap:12px;border-radius:8px;padding:10px 12px;color:#acc1ba;font-size:14px;font-weight:500;transition:.2s}.nav-item>span{font-size:17px;width:18px;text-align:center}.nav-item>b{margin-left:auto;background:#31584c;padding:2px 7px;border-radius:10px;font-size:11px}.nav-item:hover,.nav-item.active{background:#1f4a3d;color:#fff}.nav-item.active{box-shadow:inset 3px 0 #e7a33e}.nav-label{font-size:10px;letter-spacing:.13em;color:#6f9186;margin:26px 12px 8px}.sidebar-user{margin-top:auto;border-top:1px solid #315046;padding:18px 5px 0;display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:50%;background:#dcebe5;color:#155e45;display:grid;place-items:center;font-size:11px;font-weight:700}.sidebar-user strong,.sidebar-user small{display:block}.sidebar-user strong{font-size:12px}.sidebar-user small{font-size:10px;color:#91aaa1;margin-top:2px}.sidebar-user button{margin-left:auto;background:none;border:0;color:#9cb3ab}.main-content{min-width:0}.topbar{height:70px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 38px;position:sticky;top:0;z-index:10}.menu-button{display:none}.top-search{width:380px;display:flex;align-items:center;gap:10px;color:#89958f}.top-search input{width:100%;border:0;outline:0;font-size:13px}.top-search kbd{font-size:10px;background:#f0f3f1;border:1px solid #e1e5e3;border-radius:5px;padding:3px 6px;white-space:nowrap}.top-actions{margin-left:auto;display:flex;gap:8px}.top-actions button{position:relative;width:34px;height:34px;border:1px solid var(--line);border-radius:8px;background:#fff}.top-actions i{position:absolute;width:6px;height:6px;background:#e89628;border-radius:50%;top:6px;right:6px}.page-wrap{padding:38px;max-width:1480px;margin:auto}.page-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.page-heading.compact{margin-bottom:20px}.eyebrow{color:#247154;font-size:10px;font-weight:800;letter-spacing:.14em;margin:0 0 9px}.page-heading h1{font:800 29px/1.2 Manrope;margin:0 0 7px;letter-spacing:-.03em}.page-heading p:not(.eyebrow){margin:0;color:var(--muted);font-size:14px}.button{border:0;border-radius:8px;padding:11px 17px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.button.primary{background:var(--green);color:#fff;box-shadow:0 4px 12px rgba(21,94,69,.16)}.button.primary:hover{background:#0f4f39}.button.secondary{background:#fff;border:1px solid var(--line)}.button.light{background:#fff;color:#134d39;padding:13px 22px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.metric{position:relative;background:#fff;border:1px solid var(--line);border-radius:11px;padding:20px;box-shadow:var(--shadow)}.metric.accent{border-top:3px solid var(--green)}.metric-icon{position:absolute;right:17px;top:18px;width:30px;height:30px;border-radius:8px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-weight:bold}.metric-icon.amber{background:var(--amber-soft);color:var(--amber)}.metric-icon.blue{background:var(--blue-soft);color:var(--blue)}.metric-icon.green{background:#e7f6ec;color:#218b50}.metric small{font-size:9px;letter-spacing:.09em;font-weight:700;color:#74817b}.metric>strong{font:800 26px Manrope;display:block;margin:12px 0 9px}.metric p{font-size:11px;color:#849089;margin:0}.metric p b{color:#27825c}.metric p b.warn{color:#b47928}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-top:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:var(--shadow)}.panel-head{display:flex;justify-content:space-between;padding:20px 22px 16px;border-bottom:1px solid #edf0ee}.panel-head h2{font:700 15px Manrope;margin:0 0 4px}.panel-head p{font-size:11px;color:var(--muted);margin:0}.panel-head a{font-size:12px;color:var(--green);font-weight:700}.proposal-row{display:flex;align-items:center;gap:13px;padding:14px 20px;border-bottom:1px solid #eef1ef;transition:.2s}.proposal-row:last-child{border:0}.proposal-row:hover{background:#f9fbfa}.client-logo{width:38px;height:38px;border-radius:9px;background:#e6f0ec;color:#286650;display:grid;place-items:center;font-size:11px;font-weight:800;flex:0 0 auto}.client-logo.small{width:34px;height:34px}.client-logo.large{width:52px;height:52px;font-size:14px;border-radius:12px}.grow{flex:1}.proposal-row strong,.proposal-row small{display:block}.proposal-row .grow strong{font-size:12px}.proposal-row .grow small{color:#84908a;font-size:10px;margin-top:4px}.status{display:inline-flex;align-items:center;border-radius:15px;padding:5px 9px;font-size:10px;font-weight:700;white-space:nowrap;background:#eff2f0;color:#64716b}.status:before{content:'';width:5px;height:5px;border-radius:50%;background:currentColor;margin-right:6px}.status.draft,.status.review{background:var(--amber-soft);color:#9e671c}.status.published{background:var(--blue-soft);color:#466c9b}.status.viewed{background:#f0ecfa;color:#705ba0}.status.accepted{background:#e6f5eb;color:#27764b}.status.waiting{background:#f0f2f1;color:#67736d}.proposal-row .value{width:110px;text-align:right}.proposal-row .value strong{font-size:12px}.proposal-row .value small{font-size:9px;color:#929c97;margin-top:4px}.chevron{color:#aab2ae;font-size:22px}.task-panel{overflow:hidden}.task{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #eef1ef}.task-dot{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:800}.task-dot.red{background:var(--red-soft);color:var(--red)}.task-dot.amber{background:var(--amber-soft);color:var(--amber)}.task-dot.blue{background:var(--blue-soft);color:var(--blue)}.task>div{flex:1}.task strong{font-size:11px}.task p{font-size:9px;color:#8b9691;margin:3px 0 0}.mini-chart{padding:19px 20px 16px;background:#f8faf9}.mini-chart>div:first-child{display:flex;justify-content:space-between}.mini-chart b,.mini-chart small{display:block}.mini-chart b{font:700 15px Manrope}.mini-chart small{font-size:9px;color:#84908a;margin-top:3px}.mini-chart em{font-size:10px;color:#27825c;font-style:normal}.bars{height:55px;display:flex;align-items:end;gap:9px;margin-top:12px}.bars i{flex:1;background:#c5d9d1;border-radius:3px 3px 0 0}.bars i.hot{background:#28775a}.tab-bar{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:16px}.tab-bar a{padding:11px 14px;font-size:12px;color:#718079;border-bottom:2px solid transparent}.tab-bar a.active{color:var(--green);border-color:var(--green);font-weight:700}.tab-bar b{background:#e9eeeb;border-radius:10px;padding:2px 6px;font-size:9px}.table-panel{overflow:hidden}.filters{padding:16px 18px;display:flex;gap:10px;border-bottom:1px solid var(--line)}.filters select,.search-field{height:38px;border:1px solid var(--line);border-radius:7px;background:#fff}.search-field{width:320px;display:flex;align-items:center;gap:8px;padding:0 11px}.search-field input{border:0;outline:0;width:100%;font-size:12px}.filters select{padding:0 30px 0 11px;font-size:12px}.filters .button{padding-block:8px}.responsive-table{overflow:auto}table{width:100%;border-collapse:collapse;min-width:950px}th{text-align:left;font-size:9px;letter-spacing:.08em;color:#7b8781;background:#fafbfa;padding:11px 16px;border-bottom:1px solid var(--line)}td{padding:13px 16px;border-bottom:1px solid #eef1ef;font-size:11px;color:#52605a}tr:hover td{background:#fbfcfb}.table-client{display:flex;align-items:center;gap:10px}.table-client strong,.table-client small{display:block}.table-client strong{color:var(--ink);font-size:12px}.table-client small{font-size:9px;margin-top:3px;color:#87938d}.origin{font-size:10px;border-radius:12px;padding:4px 8px;background:#eef3f1;color:#486b5e;white-space:nowrap}.origin.interno{background:#f1eff7;color:#655b7d}.owner{display:flex;align-items:center;gap:7px;white-space:nowrap}.owner i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#edf1ef;font-size:8px;font-style:normal}.row-action{font-weight:800;letter-spacing:2px}.empty{text-align:center;padding:60px}.table-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;color:#78847e;font-size:10px}.table-footer button{border:1px solid var(--line);background:#fff;border-radius:6px;width:28px;height:28px;margin-left:4px}.table-footer button.active{background:var(--green);color:#fff}.breadcrumb{display:flex;gap:9px;font-size:11px;color:#7d8983;margin-bottom:16px}.breadcrumb a{color:var(--green)}.detail-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.heading-client{display:flex;align-items:center;gap:14px}.heading-client h1{font:800 23px Manrope;margin:0}.heading-client>div>div{display:flex;align-items:center;gap:10px}.heading-client p{font-size:11px;color:#7c8882;margin:5px 0 0}.heading-actions{display:flex;gap:9px}.detail-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(240px,.8fr);gap:18px}.detail-main{display:flex;flex-direction:column;gap:16px}.form-card{padding:22px}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-title>span{width:31px;height:31px;border-radius:8px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font:700 10px Manrope}.section-title div{flex:1}.section-title h2{font:700 15px Manrope;margin:0}.section-title p{font-size:10px;color:#84908a;margin:3px 0 0}.section-title button{border:0;background:transparent;color:var(--green);font-size:11px;font-weight:700}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.info-grid div{background:#f8faf9;border-radius:7px;padding:12px}.info-grid small,.info-grid strong{display:block}.info-grid small{font-size:8px;letter-spacing:.08em;color:#7d8983}.info-grid strong{font-size:11px;margin-top:6px}.risk-callout{display:flex;gap:11px;background:#fff8ec;border:1px solid #f4e4c5;border-radius:8px;padding:13px;margin-top:14px}.risk-callout>span{width:22px;height:22px;border-radius:50%;background:#e5aa47;color:#fff;display:grid;place-items:center;font-weight:bold}.risk-callout strong{font-size:10px}.risk-callout p{font-size:10px;line-height:1.5;color:#786a53;margin:4px 0 0}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field>span{font-size:11px;font-weight:700}.field input,.field select,.field textarea{border:1px solid #dfe5e1;border-radius:7px;background:#fff;padding:11px 12px;outline:0;font-size:12px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#6da58f;box-shadow:0 0 0 3px #eaf3ef}.field textarea{min-height:95px;resize:vertical;line-height:1.6}.service-item{display:flex;align-items:center;gap:12px;padding:14px 0;border-top:1px solid #edf0ee}.check{width:28px;height:28px;border-radius:7px;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-weight:bold}.service-item strong{font-size:11px}.service-item p{font-size:10px;color:#84908a;margin:4px 0 0}.service-item .price{text-align:right;margin-left:20px}.price small,.price strong{display:block}.price small{font-size:8px;color:#84908a}.price strong{font:700 12px Manrope;margin-top:4px}.service-item>button{border:0;background:none}.proposal-total{background:#133e31;color:#fff;border-radius:9px;padding:16px 18px;display:flex;justify-content:flex-end;gap:45px;margin-top:10px}.proposal-total small,.proposal-total strong{display:block}.proposal-total small{font-size:8px;color:#a7c0b7}.proposal-total strong{font:700 16px Manrope;margin-top:5px}.proposal-total em{font:400 10px 'DM Sans';color:#a7c0b7}.detail-aside{display:flex;flex-direction:column;gap:16px}.detail-aside>.panel{padding:19px}.detail-aside h3{font:700 13px Manrope;margin:0 0 16px}.detail-aside dl{margin:0}.detail-aside dl div{padding:11px 0;border-top:1px solid #edf0ee}.detail-aside dt{font-size:9px;color:#87938d;margin-bottom:7px}.detail-aside dd{font-size:10px;font-weight:600;margin:0;display:flex;align-items:center;gap:7px}.avatar.tiny{width:24px;height:24px;font-size:8px}.timeline>div{position:relative;padding:0 0 20px 24px}.timeline>div:not(:last-child):before{content:'';position:absolute;left:5px;top:10px;width:1px;height:35px;background:#dfe5e1}.timeline i{position:absolute;left:0;top:2px;width:11px;height:11px;border:2px solid #bac4bf;border-radius:50%;background:#fff}.timeline i.done{background:var(--green);border-color:var(--green)}.timeline strong,.timeline small{display:block}.timeline strong{font-size:10px}.timeline small{font-size:9px;color:#87938d;margin-top:4px}.toast{position:fixed;bottom:25px;right:25px;background:#153f32;color:#fff;border-radius:9px;padding:14px 19px;font-size:12px;box-shadow:0 12px 35px rgba(0,0,0,.22);transform:translateY(100px);opacity:0;transition:.3s;z-index:50}.toast.show{transform:translateY(0);opacity:1}
.public-shell{min-height:100vh;background:#f5f7f5}.public-header{height:78px;padding:0 max(6vw,24px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.public-header .brand strong{color:#183b30}.public-header .brand small{color:#819089}.secure,.client-pill{font-size:11px;color:#62716a;background:#f0f4f2;padding:8px 11px;border-radius:16px}.form-page{max-width:900px;margin:52px auto 80px;padding:0 22px}.form-intro{display:flex;justify-content:space-between;align-items:end}.form-intro h1{font:800 32px/1.2 Manrope;letter-spacing:-.035em;margin:0 0 10px;max-width:630px}.form-intro>div>p:last-child{color:#6d7973;font-size:13px;line-height:1.6;max-width:650px}.form-intro>span{font-size:11px;color:#7d8983}.form-intro>span b{color:var(--green)}.progress{height:4px;background:#dfe6e2;border-radius:4px;margin:24px 0}.progress i{display:block;width:14.28%;height:100%;background:#e0a13f;border-radius:4px}.public-form{padding:30px}.form-section-head{display:flex;align-items:center;gap:14px;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:24px}.form-section-head>span{font:800 12px Manrope;width:36px;height:36px;border-radius:9px;background:#153f32;color:#fff;display:grid;place-items:center}.form-section-head h2{font:700 18px Manrope;margin:0}.form-section-head p{font-size:11px;color:#819089;margin:4px 0 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 16px}.field.full{grid-column:1/-1}.form-actions{border-top:1px solid var(--line);margin-top:6px;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.form-actions>span{font-size:9px;color:#87938d}.success-page{text-align:center;max-width:620px;margin:100px auto;padding:30px}.success-icon{width:62px;height:62px;background:var(--green-soft);color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:28px;margin:0 auto 25px}.success-page h1{font:800 33px Manrope;margin:0 0 12px}.success-page>p:not(.eyebrow){font-size:14px;line-height:1.7;color:#6d7973;margin-bottom:28px}.proposal-public{background:#fff}.client-proposal{max-width:1100px;margin:auto}.proposal-hero{padding:78px 50px 62px;background:#133d31;color:#fff;position:relative;overflow:hidden}.proposal-hero:after{content:'C+';position:absolute;right:-20px;bottom:-80px;font:800 210px Manrope;color:rgba(255,255,255,.035)}.proposal-hero .eyebrow{color:#e8b35e}.proposal-hero h1{font:800 42px/1.18 Manrope;letter-spacing:-.04em;margin:0 0 18px}.proposal-hero>p:not(.eyebrow){max-width:620px;color:#c0d1ca;line-height:1.7;font-size:14px}.hero-meta{display:flex;gap:70px;margin-top:45px}.hero-meta small,.hero-meta strong{display:block}.hero-meta small{font-size:8px;color:#88a69b;letter-spacing:.1em}.hero-meta strong{font-size:11px;margin-top:7px}.proposal-body{padding:60px 50px}.maturity-card{display:grid;grid-template-columns:1.7fr 1fr;gap:50px;align-items:center;padding-bottom:55px;border-bottom:1px solid var(--line)}.maturity-card h2,.public-services>h2,.accept-card h2{font:700 25px/1.35 Manrope;margin:0 0 12px}.maturity-card>div>p:last-child{font-size:13px;line-height:1.7;color:#6e7b75}.maturity-gauge{padding:25px;background:#f4f8f6;border-radius:12px}.maturity-gauge i{display:block;height:7px;border-radius:5px;background:linear-gradient(90deg,#e8ae50 0 62%,#dce4e0 62%);margin-bottom:15px}.maturity-gauge b,.maturity-gauge small{display:block}.maturity-gauge b{font:700 15px Manrope}.maturity-gauge small{font-size:10px;color:#7a8781;margin-top:4px}.public-services{padding:55px 0}.public-service{display:grid;grid-template-columns:45px 1fr auto;gap:18px;align-items:center;border-top:1px solid var(--line);padding:24px 0}.public-service>span{font:700 11px Manrope;color:#b58436}.public-service h3{font:700 15px Manrope;margin:0 0 6px}.public-service p{font-size:11px;color:#77847e;margin:0}.public-service>strong{font:700 18px Manrope;text-align:right}.public-service>strong small{display:block;font:400 9px 'DM Sans';color:#84908a;margin-top:3px}.accept-card{background:#d99c3f;color:#142a22;border-radius:13px;padding:35px 40px;display:flex;justify-content:space-between;align-items:center}.accept-card .eyebrow{color:#65430d}.accept-card h2{margin-bottom:7px}.accept-card p:last-child{font-size:11px;margin:0;color:#5d461f}.public-footer{text-align:center;padding:35px;color:#89958f;font-size:9px}
@media(max-width:1050px){.metric-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.detail-layout{grid-template-columns:1fr}.detail-aside{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:760px){.app-shell{display:block}.sidebar{position:fixed;left:-260px;transition:.25s;width:248px}.sidebar.open{left:0}.topbar{padding:0 18px}.menu-button{display:block;border:0;background:none;font-size:20px;margin-right:14px}.top-search{width:auto;flex:1}.top-search kbd{display:none}.page-wrap{padding:24px 16px}.page-heading,.detail-heading{align-items:flex-start;gap:18px}.page-heading{flex-direction:column}.metric-grid{grid-template-columns:1fr 1fr}.content-grid{display:block}.task-panel{margin-top:16px}.proposal-row .status{display:none}.proposal-row .value{width:auto}.filters{flex-wrap:wrap}.search-field{width:100%}.detail-heading{flex-direction:column}.detail-layout{display:block}.detail-aside{display:block;margin-top:16px}.detail-aside>.panel{margin-bottom:16px}.heading-actions{flex-wrap:wrap}.form-intro{display:block}.form-intro>span{display:block;margin-top:15px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.form-actions{align-items:flex-start;gap:18px;flex-direction:column}.public-header{padding:0 18px}.secure{display:none}.proposal-hero{padding:55px 25px}.proposal-hero h1{font-size:31px}.hero-meta{gap:25px}.proposal-body{padding:40px 25px}.maturity-card{grid-template-columns:1fr;gap:20px}.accept-card{align-items:flex-start;gap:22px;flex-direction:column}.public-service{grid-template-columns:30px 1fr}.public-service>strong{grid-column:2;text-align:left}.proposal-total{justify-content:flex-start;flex-wrap:wrap}.service-item{align-items:flex-start;flex-wrap:wrap}.service-item .price{margin-left:40px}}

.task{color:inherit;text-decoration:none;transition:background .2s}.task:hover{background:#f8faf9}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.settings-card{position:relative;padding:24px;display:flex;flex-direction:column;align-items:flex-start;gap:18px;min-height:245px}.settings-card .metric-icon{position:static}.settings-card h2{font:700 17px Manrope;margin:0 0 8px}.settings-card p{color:var(--muted);font-size:12px;line-height:1.65;margin:0 0 12px}.settings-card strong{font-size:11px;color:var(--green)}.settings-card .button{margin-top:auto}

@media(max-width:760px){.settings-grid{grid-template-columns:1fr}.settings-card{min-height:auto}}
@media(max-width:480px){.metric-grid{grid-template-columns:1fr}.top-actions{display:none}.proposal-row{padding:13px}.proposal-row .value small{display:none}.detail-aside{display:block}.info-grid{grid-template-columns:1fr}.client-pill{display:none}.proposal-hero h1{font-size:27px}.form-page{margin-top:32px}.form-intro h1{font-size:27px}}
.client-nav{position:sticky;top:0;z-index:5;background:#fff;border:1px solid var(--line);border-top:0;padding:0 50px;display:flex;gap:30px}.client-nav a{padding:16px 0;font-size:11px;font-weight:700;color:#61706a;border-bottom:2px solid transparent}.client-nav a:hover{color:var(--green);border-color:#d89d40}.submitted-data,.maturity-card,.public-services{scroll-margin-top:70px}.submitted-heading{display:flex;justify-content:space-between;gap:35px;align-items:flex-start;margin-bottom:24px}.submitted-heading h2{font:700 25px/1.35 Manrope;margin:0 0 9px}.submitted-heading>div>p:last-child{font-size:12px;color:#77847e;line-height:1.6;margin:0;max-width:650px}.source-badge{white-space:nowrap;background:#edf6f2;color:#286d53;border-radius:18px;padding:8px 12px;font-size:10px;font-weight:700}.submitted-card{border:1px solid var(--line);border-radius:11px;margin-bottom:14px;overflow:hidden}.submitted-card-head{display:flex;justify-content:space-between;align-items:center;background:#f7f9f8;padding:15px 18px;border-bottom:1px solid var(--line)}.submitted-card-head h3{font:700 13px Manrope;margin:0}.submitted-card-head span{font-size:9px;color:#85918b}.submitted-grid{display:grid;grid-template-columns:repeat(2,1fr);margin:0}.submitted-grid.structure{grid-template-columns:repeat(3,1fr)}.submitted-grid div{padding:15px 18px;border-bottom:1px solid #edf0ee}.submitted-grid div:nth-child(odd){border-right:1px solid #edf0ee}.submitted-grid.structure div{border-right:1px solid #edf0ee;border-bottom:0}.submitted-grid dt{font-size:9px;color:#84908a;margin-bottom:5px}.submitted-grid dd{font-size:11px;font-weight:700;margin:0}.answer-sections{margin-top:14px}.answer-group{border:1px solid var(--line);border-radius:10px;margin-bottom:10px;overflow:hidden;background:#fff}.answer-group summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:16px 18px;cursor:pointer;font:700 12px Manrope}.answer-group summary::-webkit-details-marker{display:none}.answer-group summary span{display:flex;align-items:center;gap:12px}.answer-group summary b{width:26px;height:26px;background:#edf4f1;color:var(--green);border-radius:7px;display:grid;place-items:center;font-size:9px}.answer-group[open] summary i{transform:rotate(180deg)}.answer-group summary i{font-style:normal;transition:.2s}.answer-list{border-top:1px solid var(--line);padding:3px 18px}.answer-list>div{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0ee}.answer-list>div:last-child{border:0}.answer-list span{font-size:11px;color:#56645e}.answer{font-size:9px;padding:5px 9px;border-radius:13px;background:#f0f2f1;color:#65726c}.answer.positive{background:#e8f5ed;color:#237048}.answer.attention{background:#fff1dd;color:#9c6418}.section-divider{display:flex;align-items:center;gap:15px;color:#85918b;font-size:8px;letter-spacing:.12em;font-weight:800;margin:55px 0}.section-divider:before,.section-divider:after{content:'';height:1px;background:var(--line);flex:1}
@media(max-width:760px){.client-nav{padding:0 25px;gap:20px;overflow:auto}.client-nav a{white-space:nowrap}.submitted-heading{display:block}.source-badge{display:inline-flex;margin-top:15px}.submitted-grid,.submitted-grid.structure{grid-template-columns:1fr}.submitted-grid div,.submitted-grid.structure div{border-right:0;border-bottom:1px solid #edf0ee}.answer-list>div{align-items:flex-start}.answer-list span{max-width:75%}}
.sidebar{background:#003a56}.nav-item:hover,.nav-item.active{background:#0d536f}.nav-item.active{box-shadow:inset 3px 0 #68ae00}.nav-item>b{background:#1c607b}.nav-label{color:#85a9b8}.sidebar-user{border-color:#2c657d}.brand-mark{color:#003a56;border-radius:2px;font-size:22px}.brand-mark span{color:#68ae00}.public-header .brand strong{color:#003a56}.public-header .brand small{color:#68ae00;font-weight:600}.eyebrow{color:#68ae00}.button.primary{background:#68ae00;box-shadow:0 4px 12px rgba(104,174,0,.22)}.button.primary:hover{background:#589600}.metric.accent{border-top-color:#68ae00}.metric-icon,.form-section-head>span,.table-footer button.active{background:#003a56;color:#fff}.proposal-total,.toast{background:#003a56}.proposal-hero{background:#003a56}.proposal-hero .eyebrow{color:#a4d34e}.proposal-hero:after{color:rgba(104,174,0,.10)}.progress i{background:#68ae00}.accept-card{background:#68ae00}.accept-card .eyebrow{color:#244000}.client-nav a:hover{color:#003a56;border-color:#68ae00}.source-badge{background:#eff7e5;color:#477900}.answer-group summary b{background:#eff7e5;color:#477900}.maturity-gauge i{background:linear-gradient(90deg,#68ae00 0 62%,#dce4e0 62%)}.public-service>span{color:#68ae00}.client-logo{background:#e8f0f4;color:#003a56}
.brand-mark{display:inline-flex;align-items:center;justify-content:center;gap:0;line-height:1;white-space:nowrap}.brand-mark span{display:inline!important;margin:0 0 0 -1px;line-height:1}
.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid>.full{grid-column:1/-1;min-width:0}
.form-page.wide{max-width:1120px}.wizard-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;align-items:start}.wizard-steps{position:sticky;top:22px;display:flex;flex-direction:column;gap:4px}.wizard-steps button{display:flex;align-items:center;gap:11px;border:0;background:transparent;border-radius:9px;padding:9px;text-align:left;color:#7b8782;cursor:pointer}.wizard-steps button:hover{background:#edf2f4}.wizard-steps button.active{background:#e8f0f4;color:#003a56}.wizard-steps button.done{color:#477900}.wizard-steps b{width:27px;height:27px;border:1px solid #d4dcdf;border-radius:50%;display:grid;place-items:center;font-size:9px;background:#fff}.wizard-steps button.active b{background:#003a56;color:#fff;border-color:#003a56}.wizard-steps button.done b{background:#68ae00;color:#fff;border-color:#68ae00}.wizard-steps span,.wizard-steps small{display:block}.wizard-steps span{font-size:11px;font-weight:700}.wizard-steps small{font-size:8px;font-weight:400;margin-top:2px;color:#8b9691}.wizard-form{min-height:520px}.wizard-section{display:none}.wizard-section.active{display:block;animation:stepIn .24s ease}@keyframes stepIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.question{padding:17px 0;border-bottom:1px solid var(--line)}.question>span{display:block;font-size:12px;font-weight:700;margin-bottom:11px}.choice-row,.check-grid{display:flex;flex-wrap:wrap;gap:8px}.choice-row label,.check-grid label{cursor:pointer}.choice-row input,.check-grid input{position:absolute;opacity:0;pointer-events:none}.choice-row i,.check-grid i{display:block;border:1px solid #dce3e5;border-radius:7px;padding:9px 15px;background:#fff;font-size:10px;font-style:normal;transition:.15s}.choice-row input:checked+i,.check-grid input:checked+i{border-color:#68ae00;background:#eff7e5;color:#477900;box-shadow:inset 0 0 0 1px #68ae00}.choice-row input:focus-visible+i,.check-grid input:focus-visible+i{outline:3px solid rgba(104,174,0,.25)}.check-grid{display:grid;grid-template-columns:repeat(3,1fr)}.check-grid i{text-align:center}.consent{display:flex;gap:11px;align-items:flex-start;background:#f3f7f9;border:1px solid #dfe7ea;padding:15px;border-radius:8px;margin-top:20px;font-size:10px;line-height:1.5}.consent input{margin-top:2px;accent-color:#68ae00}.form-error{display:none;background:#fbecec;color:#983f3f;border-radius:7px;padding:10px 12px;font-size:10px;margin-top:15px}.form-error.show{display:block}.wizard-actions{justify-content:flex-end;gap:10px}.wizard-actions>span{margin-right:auto}.wizard-submit{display:none}
@media(max-width:760px){.wizard-layout{grid-template-columns:1fr}.wizard-steps{position:static;display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.wizard-steps button{justify-content:center;padding:7px}.wizard-steps button span{display:none}.wizard-steps b{width:30px;height:30px}.wizard-form{min-height:0}.check-grid{grid-template-columns:repeat(2,1fr)}.wizard-actions{flex-wrap:wrap}.wizard-actions>span{order:-1;width:100%;margin:0}.wizard-actions .button{flex:1}.form-page.wide{margin-top:30px}}
@media(min-width:761px) and (max-width:900px){.wizard-layout{grid-template-columns:1fr}.wizard-steps{position:static;display:grid;grid-template-columns:repeat(8,1fr);gap:6px}.wizard-steps button{justify-content:center;padding:7px}.wizard-steps button span{display:none}.wizard-steps b{width:34px;height:34px}.wizard-form{min-height:0}}
@media(max-width:1100px){.wizard-steps button,.button{min-height:44px}.field input,.field select{min-height:44px}.choice-row i,.check-grid i{min-height:44px;display:flex;align-items:center;justify-content:center}}

/* Responsive behavior for tablets and touch devices */
@media(max-width:1024px){
  .app-shell{display:block}
  .sidebar{position:fixed;inset:0 auto 0 -270px;width:248px;height:100dvh;transition:left .25s ease;box-shadow:12px 0 30px rgba(0,0,0,.18)}
  .sidebar.open{left:0}
  .menu-button{display:block;border:0;background:transparent;font-size:22px;margin-right:14px;min-width:44px;min-height:44px;cursor:pointer}
  .topbar{padding:0 24px}
  .page-wrap{padding:30px 24px}
  body.menu-open{overflow:hidden}
  body.menu-open::before{content:'';position:fixed;inset:0;background:rgba(0,32,45,.42);z-index:15}
}

@media(max-width:820px){
  .page-heading,.detail-heading{align-items:flex-start;gap:18px}
  .page-heading{flex-wrap:wrap}
  .tab-bar{overflow-x:auto;scrollbar-width:none;overscroll-behavior-inline:contain}
  .tab-bar::-webkit-scrollbar{display:none}
  .tab-bar a{flex:0 0 auto;white-space:nowrap}
  .filters{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .filters .search-field{grid-column:1/-1;width:100%}
  .filters select,.filters .button{width:100%}
  .responsive-table{overflow:visible}
  .responsive-table table{display:block;min-width:0}
  .responsive-table thead{display:none}
  .responsive-table tbody{display:grid;gap:12px;padding:12px}
  .responsive-table tr{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px;padding:14px 16px;border:1px solid var(--line);border-radius:10px;background:#fff}
  .responsive-table td{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:5px;padding:8px 0;border:0;background:transparent!important}
  .responsive-table td::before{content:attr(data-label);font-size:8px;font-weight:700;letter-spacing:.08em;color:#84908a}
  .responsive-table td:first-child{grid-column:1/-1;padding-right:54px;border-bottom:1px solid #edf0ee}
  .responsive-table td:first-child::before,.responsive-table td:last-child::before{display:none}
  .responsive-table td:last-child{position:absolute;top:14px;right:14px;padding:0}
  .responsive-table .row-action{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:8px;font-size:0;letter-spacing:0}
  .responsive-table .row-action::after{content:'›';font-size:24px;line-height:1}
  .responsive-table td.empty{position:static;grid-column:1/-1;align-items:center;padding:30px 12px}
  .responsive-table td.empty::before{display:none}
  .table-footer{gap:12px;flex-wrap:wrap}
}

@media(max-width:760px){
  .form-grid{grid-template-columns:1fr}
  .form-grid>.full{grid-column:auto}
  .public-form{padding:22px}
  .detail-heading{flex-direction:column}
  .heading-client,.heading-client>div{width:100%;min-width:0}
  .heading-client>div>div{flex-wrap:wrap}
  .heading-actions{width:100%}
  .heading-actions .button{flex:1 1 190px}
  .detail-aside{display:block}
  .detail-aside>.panel{margin-bottom:16px}
  .proposal-total{gap:22px}
}

@media(max-width:640px){
  .topbar{height:62px;padding:0 12px}
  .top-search input{font-size:12px;text-overflow:ellipsis}
  .page-wrap{padding:22px 15px}
  .page-heading{flex-direction:column;margin-bottom:22px}
  .page-heading .button{width:100%}
  .page-heading h1{font-size:27px}
  .metric-grid{grid-template-columns:1fr}
  .proposal-row{gap:10px}
  .proposal-row .chevron{display:none}
  .proposal-row .grow{min-width:0}
  .proposal-row .grow strong,.proposal-row .grow small{overflow-wrap:anywhere}
  .proposal-row .value{flex:0 0 auto}
  .filters{grid-template-columns:1fr}
  .filters .search-field{grid-column:auto}
  .client-proposal{width:100%}
  .proposal-hero{padding:44px 20px 38px}
  .proposal-hero h1{font-size:28px;overflow-wrap:anywhere}
  .hero-meta{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:32px}
  .client-nav{padding:0 20px;gap:22px}
  .proposal-body{padding:34px 20px}
  .submitted-heading h2{font-size:23px}
  .submitted-card-head{align-items:flex-start;gap:10px}
  .answer-list>div{gap:12px}
  .answer-list span{max-width:68%}
  .public-service{grid-template-columns:30px minmax(0,1fr)}
  .accept-card{padding:28px 24px}
  .accept-card .button{width:100%}
}

@media(max-width:420px){
  .public-header{height:68px;padding:0 14px}
  .public-header .brand{gap:9px}
  .public-header .brand-mark{width:34px;height:34px}
  .public-header .brand strong{font-size:13px}
  .public-header .brand small{font-size:9px}
  .form-page{padding:0 14px}
  .public-form{padding:18px}
  .wizard-steps{gap:4px}
  .wizard-actions .button{width:100%;flex-basis:100%}
  .hero-meta{grid-template-columns:1fr}
  .responsive-table tr{grid-template-columns:1fr}
  .responsive-table td:first-child{grid-column:auto}
  .heading-client{align-items:flex-start}
  .heading-client h1{font-size:21px}
  .section-title{align-items:flex-start;flex-wrap:wrap}
  .section-title button{margin-left:43px}
  .service-item .price{margin-left:40px}
}

/* Functional application forms */
.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#f4f8f6,#e8f0f4)}
.login-card{width:min(430px,100%);padding:34px;display:grid;gap:28px}
.login-card h1{font:800 29px/1.2 Manrope;margin:0 0 8px}
.login-card>div>p:last-child{font-size:12px;line-height:1.6;color:var(--muted);margin:0}
.login-card form{display:grid;gap:4px}
.login-card form>.button{width:100%;margin-top:5px}
.message-stack{display:grid;gap:8px;margin-bottom:18px}
.message{border-radius:8px;padding:12px 14px;font-size:12px;background:#e8f0f4;color:#174d64}
.message.success{background:#edf7e5;color:#477900}.message.error{background:#fbecec;color:#983f3f}
.message.warning{background:#fff4df;color:#8a5b15}.submitted-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.submitted-actions .button{white-space:nowrap}
.button.danger{background:#fff0f0;color:#9c3838;border:1px solid #f0cece}
.proposal-editor{display:grid;gap:16px}
.proposal-editor fieldset{display:contents;border:0;padding:0;margin:0;min-width:0}
.proposal-editor fieldset:disabled{opacity:.76}
.proposal-editor .form-control{width:100%}
.field .errorlist{list-style:none;margin:0;padding:0;color:#a13e3e;font-size:10px}
.service-formset{display:grid;gap:12px}
.service-form-row{display:grid;grid-template-columns:minmax(190px,2fr) minmax(120px,1fr) 90px minmax(110px,1fr) minmax(110px,1fr) 75px;gap:10px;align-items:end;padding:14px;border:1px solid var(--line);border-radius:9px;background:#fafcfb}
.service-form-row .field{margin:0}
.delete-field{grid-column:1/-1;display:flex;align-items:center;gap:7px;font-size:10px;color:#9c3838}
.editor-actions{position:sticky;bottom:12px;display:flex;justify-content:flex-end;padding:12px;background:rgba(245,247,245,.94);border-radius:10px;backdrop-filter:blur(8px);z-index:4}
.proposal-actions-panel{padding:19px;display:grid;gap:12px}
.proposal-actions-panel h3{margin:0;font:700 13px Manrope}
.proposal-actions-panel form,.proposal-actions-panel .button{width:100%}
.proposal-actions-panel dl{margin:0}.proposal-actions-panel dl>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--line)}
.proposal-actions-panel dt{font-size:10px;color:var(--muted)}.proposal-actions-panel dd{margin:0;font-size:11px;font-weight:700}
.token-url{font-size:10px;line-height:1.5;overflow-wrap:anywhere;background:#f5f8f6;padding:10px;border-radius:7px;margin:0}
.form-error ul{margin:8px 0 0;padding-left:18px}

@media(max-width:1200px){.service-form-row{grid-template-columns:repeat(3,minmax(0,1fr))}.service-product{grid-column:span 2}}
@media(max-width:760px){.service-form-row{grid-template-columns:repeat(2,minmax(0,1fr))}.service-product{grid-column:1/-1}.editor-actions .button{width:100%}}
@media(max-width:480px){.login-card{padding:24px}.service-form-row{grid-template-columns:1fr}.service-product{grid-column:auto}.commercial-grid{grid-template-columns:1fr}}

/* Identidade visual C+ */
.brand-image{display:inline-flex;align-items:center;line-height:0}
.brand-logo{display:block;width:225px;max-width:100%;height:auto}
.sidebar-brand{display:flex;width:auto;gap:10px}
.sidebar-brand .brand-symbol{display:block;width:38px;height:38px;flex:0 0 38px}
.sidebar-brand .brand-copy{min-width:0}
.sidebar-brand .brand-copy strong{color:#fff;font-size:13px;line-height:1.2;white-space:nowrap}
.sidebar-brand .brand-copy small{color:#a4d34e;font-size:8px;line-height:1.25;white-space:nowrap}
.login-card .brand-logo{width:260px}
.public-header .brand-logo{width:225px}

@media(max-width:420px){
  .public-header .brand-logo{width:190px}
}
.waiting-card{display:flex;align-items:flex-start;gap:16px;margin-top:35px;padding:28px;border:1px solid var(--line);border-radius:12px;background:#f7faf8}
.waiting-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#eff7e5;font-size:20px}
.waiting-card h2{font:700 20px Manrope;margin:0 0 7px}.waiting-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.pdf-download{margin-top:18px}
.accept-form{display:grid;gap:10px;width:min(340px,100%)}
.accept-form>input{width:100%;border:1px solid rgba(0,0,0,.16);border-radius:7px;padding:11px 12px;background:#fff}
.accept-form>label{display:flex;align-items:flex-start;gap:8px;font-size:10px;line-height:1.45}
.accept-form>label input{margin-top:2px}
.maturity-card h3{font:700 13px Manrope;margin:18px 0 7px}.maturity-card ul{margin:0;padding-left:18px;color:#66736d;font-size:11px;line-height:1.65}
@media(max-width:640px){.waiting-card{padding:22px}.accept-form{width:100%}}

.table-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.diagnostic-editor{display:grid;gap:16px}
.diagnostic-section{margin:0}
.diagnostic-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px}
.diagnostic-fields .field{min-width:0}
.diagnostic-fields .field.full{grid-column:1/-1}
.diagnostic-fields .field>label{font-size:11px;font-weight:700}
.diagnostic-fields .field>ul{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0}
.diagnostic-fields .field>ul label{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:7px;padding:9px 10px;background:#fff;font-size:11px}
.diagnostic-fields .field>ul input{width:auto}
.diagnostic-save-bar{position:sticky;bottom:0;z-index:8;display:flex;justify-content:flex-end;gap:9px;padding:14px 0 4px;background:linear-gradient(transparent,var(--paper) 22%)}

@media(max-width:760px){
  .diagnostic-fields{grid-template-columns:1fr}
  .diagnostic-fields .field.full{grid-column:auto}
  .diagnostic-fields .field>ul{grid-template-columns:1fr 1fr}
  .diagnostic-save-bar .button{flex:1}
}

.submitted-grid.structure{grid-template-columns:repeat(2,1fr)}
.submitted-grid.structure div{border-right:0;border-bottom:1px solid #edf0ee}
.submitted-grid.structure div:nth-child(odd){border-right:1px solid #edf0ee}
.submitted-grid dd{overflow-wrap:anywhere}
.answer.text{max-width:58%;text-align:right;line-height:1.45;white-space:pre-line;border-radius:7px}
.answer.neutral{background:#e8f0f4;color:#315f73}

@media(max-width:760px){
  .submitted-grid.structure{grid-template-columns:1fr}
  .submitted-grid.structure div:nth-child(odd){border-right:0}
  .answer.text{max-width:62%}
}
