@import "https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;600;700&family=Barlow+Condensed:wght@600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{color:#222;background:#f0f2f5;flex-direction:column;height:100vh;font-family:Arial,sans-serif;font-size:14px;display:flex;overflow:hidden}.screen{display:none}.screen.active{flex:1;min-height:0;display:block;overflow:hidden auto}#s-book.active{min-height:200px;display:block!important}#app-header{color:#fff;background:#1a3a5c;flex-shrink:0;align-items:center;gap:12px;padding:10px 20px;display:flex}#app-header h1{font-size:1rem}#app-header .sub{opacity:.7;white-space:nowrap;text-overflow:ellipsis;max-width:500px;font-size:.75rem;overflow:hidden}.breadcrumb{color:#666;background:#fff;border-bottom:1px solid #eee;flex-shrink:0;padding:8px 20px;font-size:.75rem}.breadcrumb span{color:#1a3a5c;font-weight:700}.container{max-width:1500px;margin:0 auto;padding:20px}.card{background:#fff;border-radius:8px;margin-bottom:14px;padding:18px;box-shadow:0 1px 4px #00000014}.card h2{color:#1a3a5c;border-bottom:2px solid #1a3a5c;align-items:center;gap:6px;margin-bottom:14px;padding-bottom:7px;font-size:.9rem;display:flex}.fg{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;display:grid}.fg .full{grid-column:1/-1}.fg .half{grid-column:span 2}.f{flex-direction:column;gap:3px;display:flex}.f label{color:#555;text-transform:uppercase;letter-spacing:.3px;font-size:.7rem;font-weight:700}.f input,.f select,.f textarea{border:1px solid #ccc;border-radius:4px;padding:7px 9px;font-size:.83rem}.f input:focus,.f select:focus,.f textarea:focus{border-color:#1a3a5c;outline:none;box-shadow:0 0 0 2px #1a3a5c1a}.btn{cursor:pointer;border:none;border-radius:4px;align-items:center;gap:5px;padding:7px 16px;font-size:.82rem;font-weight:700;transition:opacity .15s;display:inline-flex}.btn:hover{opacity:.85}.btn-primary{color:#fff;background:#1a3a5c}.btn-success{color:#fff;background:#2e7d32}.btn-warning{color:#fff;background:#e65100}.btn-danger{color:#fff;background:#c62828}.btn-secondary{color:#fff;background:#607d8b}.btn-light{color:#333;background:#eceff1;border:1px solid #ccc}.btn-sm{padding:4px 10px;font-size:.75rem}.bgroup{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.alert{border-radius:4px;margin:8px 0;padding:9px 13px;font-size:.82rem;line-height:1.5}.alert-info{color:#0d47a1;background:#e3f2fd;border-left:3px solid #1565c0}.alert-warn{color:#bf360c;background:#fff3e0;border-left:3px solid #e65100}.alert-ok{color:#1b5e20;background:#e8f5e9;border-left:3px solid #2e7d32}.tag{color:#1a3a5c;background:#e8f0fe;border-radius:3px;margin:2px;padding:2px 8px;font-size:.72rem;display:inline-block}.round-wrap{gap:10px;display:flex}.round-opt{cursor:pointer;text-align:center;border:2px solid #ddd;border-radius:6px;flex:1;padding:12px;transition:all .2s}.round-opt:hover{border-color:#1a3a5c}.round-opt.sel{background:#e8f0fe;border-color:#1a3a5c}.round-opt h3{color:#1a3a5c;font-size:.83rem}.round-opt p{color:#666;margin-top:4px;font-size:.72rem}.round-opt .ex{color:#1a3a5c;margin-top:6px;font-family:monospace;font-size:.85rem;font-weight:700}.hero{text-align:center;padding:60px 20px}.hero h1{color:#1a3a5c;margin-bottom:8px;font-size:2rem}.hero p{color:#666;margin-bottom:28px}.hero-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.hbtn{cursor:pointer;border:2px solid #ddd;border-radius:8px;min-width:200px;padding:18px 32px;font-size:1rem;font-weight:700;transition:all .2s}.hbtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.hbtn-primary{color:#fff;background:#1a3a5c;border-color:#1a3a5c}.hbtn-secondary{color:#333;background:#fff}.upload-zone{text-align:center;cursor:pointer;border:2px dashed #aaa;border-radius:8px;padding:40px;transition:all .2s}.upload-zone:hover,.upload-zone.drag{background:#f0f7ff;border-color:#1a3a5c}.upload-zone .icon{margin-bottom:10px;font-size:3rem;display:block}.upload-zone p{color:#666;font-size:.85rem}.med-card{background:#fff;border:1px solid #ddd;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 14px;transition:all .15s;display:flex}.med-card:hover{border-color:#1a3a5c;box-shadow:0 2px 8px #00000014}.med-card .num{color:#1a3a5c;font-size:.95rem;font-weight:700}.med-card .info{color:#666;margin-top:3px;font-size:.75rem}.med-card .vals{margin-top:4px;font-size:.78rem}.prog-wrap{background:#e0e0e0;border-radius:3px;height:5px;margin-top:4px}.prog-fill{background:#2e7d32;border-radius:3px;height:100%;transition:all .3s}.tbl-wrap{flex:1;min-height:0;overflow:auto}table.mt{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.73rem}table.mt th{color:#fff;text-align:center;white-space:nowrap;z-index:2;background:#1a3a5c;border:1px solid #ffffff26;padding:5px 6px;position:sticky;top:0}table.mt th.th-fisico{background:#37474f}table.mt th.th-k{background:#bf360c}table.mt th.th-fin{background:#1b5e20}table.mt td{border-bottom:1px solid #eee;border-right:1px solid #f0f0f0;padding:3px 5px}tr.gp0 td{background:#dce8f5;font-weight:700}tr.gp1 td{background:#e8f5e9;font-weight:700}tr.gp2 td{background:#fff3e0;font-weight:600}tr.lf td{background:#fff}tr:hover td{filter:brightness(.97)}td.num{text-align:right;font-family:monospace;font-size:.72rem}td.k-col{white-space:nowrap;background:#fff9c4!important}td.k-col input{text-align:right;-moz-appearance:textfield;background:0 0;border:1px solid #bbb;border-radius:3px 0 0 3px;width:72px;padding:2px 5px;font-family:monospace;font-size:.72rem}td.k-col input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}td.k-col input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}td.k-col .k-fill-btn{cursor:pointer;color:#555;background:#f0f0f0;border:1px solid #bbb;border-left:none;border-radius:0 3px 3px 0;padding:2px 5px;font-size:.65rem;line-height:1.6;transition:all .15s}td.k-col .k-fill-btn:hover{color:#fff;background:#0d1b46;border-color:#0d1b46}td.k-col .k-fill-btn.k-done{color:#aaa;cursor:default;background:#e0e0e0;border-color:#ddd}td.k-col input:focus{background:#fff;border-color:#e65100;outline:none}tr.trow td{border-top:2px solid #1a3a5c;font-weight:700;background:#eceff1!important}.sticky-footer{z-index:20;background:#fff;border-top:2px solid #0d1b46;justify-content:flex-end;align-items:center;gap:8px;padding:10px 20px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #00000014}.cw-item{width:65px}.cw-desc{width:280px}.cw-und{width:52px}.cw-qty{width:65px}.cw-unit,.cw-total{width:82px}.cw-jkl{width:75px}.cw-jkl-k{width:115px}.cw-fin,.cw-saldo{width:88px}.cw-pct{width:58px}.logo-wrap{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.logo-zone{cursor:pointer;color:#888;background:#fafafa;border:2px dashed #aaa;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:180px;height:90px;font-size:.72rem;transition:all .2s;display:flex;overflow:hidden}.logo-zone:hover{background:#f0f7ff;border-color:#1a3a5c}.logo-zone img{object-fit:contain;width:100%;height:100%}.logo-zone .lz-txt{text-align:center;padding:8px}.obra-cols{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=700px){.fg{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}.round-wrap{flex-direction:column}.obra-cols{grid-template-columns:1fr}}.mp-home{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding-bottom:72px;font-family:Barlow,sans-serif;display:flex;position:relative;overflow:hidden}.mp-geo{pointer-events:none;position:absolute}.mp-geo-1{background:radial-gradient(circle,#0d1b460a 0%,#0000 70%);border-radius:50%;width:520px;height:520px;top:-140px;right:-140px}.mp-geo-2{background:radial-gradient(circle,#b8955a0f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;bottom:-120px;left:-120px}.mp-geo-3{background:linear-gradient(#0000,#b8955a1a 40%,#0000);width:1px;height:100vh;top:0;left:calc(50% - 400px)}.mp-geo-4{background:linear-gradient(#0000,#b8955a1a 40%,#0000);width:1px;height:100vh;top:0;left:calc(50% + 400px)}.mp-hero-inner{z-index:2;text-align:center;width:100%;max-width:820px;padding:60px 24px 40px;animation:.7s both mpFadeUp;position:relative}@keyframes mpFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.mp-logo-wrap{margin-bottom:6px}.mp-logo-img{width:260px;max-width:80vw;animation:.7s 80ms both mpFadeUp}.mp-tagline{color:#8a8ea0;letter-spacing:.22em;text-transform:uppercase;margin:0 0 32px;font-size:.78rem;font-weight:400;animation:.7s .15s both mpFadeUp}.mp-divider{align-items:center;gap:16px;max-width:360px;margin:0 auto 36px;animation:.7s .2s both mpFadeUp;display:flex}.mp-divider span:first-child,.mp-divider span:last-child{background:linear-gradient(90deg,#0000,#d4af7a,#0000);flex:1;height:1px}.mp-diamond{color:#b8955a;flex-shrink:0;font-size:.65rem}.mp-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:48px;animation:.7s .25s both mpFadeUp;display:flex}.mp-btn{cursor:pointer;text-align:left;border:none;border-radius:6px;align-items:center;gap:14px;min-width:220px;padding:15px 28px;transition:all .2s;display:flex}.mp-btn:hover{transform:translateY(-2px)}.mp-btn-primary{color:#fff;background:#0d1b46;box-shadow:0 4px 20px #0d1b4633}.mp-btn-primary:hover{background:#162060;box-shadow:0 8px 28px #0d1b4647}.mp-btn-secondary{color:#0d1b46;background:#fff;border:1.5px solid #0d1b46;box-shadow:0 2px 12px #0d1b4614}.mp-btn-secondary:hover{background:#f5f7ff;box-shadow:0 6px 20px #0d1b4624}.mp-btn-icon{flex-shrink:0;font-size:1.3rem;line-height:1}.mp-btn-text{flex-direction:column;display:flex}.mp-btn-text strong{letter-spacing:.02em;font-size:.9rem;font-weight:700}.mp-btn-text small{opacity:.6;margin-top:2px;font-size:.7rem;font-weight:400}.mp-features{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px;animation:.7s .32s both mpFadeUp;display:flex}.mp-feat{color:#444;background:#fff;border:1px solid #e8e8f0;border-radius:8px;align-items:center;gap:10px;min-width:160px;padding:12px 18px;font-size:.73rem;line-height:1.5;transition:all .2s;display:flex;box-shadow:0 2px 8px #0d1b460d}.mp-feat:hover{border-color:#0d1b46;box-shadow:0 4px 16px #0d1b461a}.mp-feat strong{color:#0d1b46;display:block}.mp-feat-icon{flex-shrink:0;font-size:1.4rem}.mp-footer-txt{color:#bbbcc8;letter-spacing:.18em;text-transform:uppercase;font-size:.65rem;animation:.7s .38s both mpFadeUp}#home-resumo .alert-ok{border-radius:6px;color:#0d1b46!important;background:#f0f4ff!important;border-color:#0d1b46!important;max-width:480px!important;margin:0 auto 20px!important}.mp-footer{z-index:5;background:#fff;border-top:1px solid #e8e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:6px 20px;display:flex;position:relative}.mp-footer-left{align-items:center;gap:14px;display:flex}.mp-footer-logo{object-fit:contain;border-radius:50%;flex-shrink:0;width:48px;height:48px}.mp-footer-info{line-height:1.5}.mp-footer-company{color:#1a3a1a;letter-spacing:.02em;font-size:.82rem;font-weight:700}.mp-footer-address{color:#7a8a7a;margin-top:1px;font-size:.68rem}.mp-footer-right{text-align:right;line-height:1.6}.mp-footer-copy,.mp-footer-dev{color:#aaa;font-size:.7rem}.mp-footer-dev a{color:#0d1b46;font-weight:600;text-decoration:none}.mp-footer-dev a:hover{text-decoration:underline}@media (width<=600px){.mp-footer{z-index:5;background:#fff;border-top:1px solid #e8e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:6px 20px;display:flex;position:relative}.mp-footer-right{text-align:center}.mp-footer-left{flex-direction:column}}.bk-shell{background:#f0f2f7;min-height:100%}.bk-header{color:#fff;background:#0d1b46;border-bottom:3px solid #b8955a;align-items:center;gap:14px;padding:14px 20px;display:flex}.bk-header-info{flex:1;min-width:0}.bk-header-title{letter-spacing:.01em;font-size:.95rem;font-weight:700}.bk-header-sub{opacity:.75;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.72rem;overflow:hidden}.bk-tabs{background:#fff;border-bottom:2px solid #e0e4f0;flex-wrap:nowrap;gap:2px;padding:0 16px;display:flex;overflow-x:auto}.bk-tab-btn{cursor:pointer;color:#666;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:5px;margin-bottom:-2px;padding:10px 14px;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.bk-tab-btn:hover{color:#0d1b46;background:#f8f9ff}.bk-tab-btn.active{color:#0d1b46;border-bottom-color:#b8955a}.bk-tab-done{color:#fff;background:#2e7d32;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.65rem;display:inline-flex}.bk-body{max-width:860px;margin:0 auto;padding:20px 20px 60px}.bk-card{background:#fff;border-radius:10px;margin-bottom:16px;padding:20px 22px;box-shadow:0 1px 6px #00000012}.bk-card-title{color:#0d1b46;border-bottom:1px solid #eef0f6;align-items:center;gap:8px;margin-bottom:14px;padding-bottom:10px;font-size:.88rem;font-weight:700;display:flex}.bk-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:4px;display:grid}.bk-field{background:#f8f9fc;border:1px solid #eef0f6;border-radius:7px;padding:9px 13px}.bk-field-label{color:#999;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:.65rem}.bk-field-val{color:#1a1a1a;font-size:.82rem;font-weight:500;line-height:1.3}.bk-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.bk-form-grid.cols3{grid-template-columns:1fr 1fr 1fr}.bk-form-grid.cols1{grid-template-columns:1fr}.bk-fgroup{flex-direction:column;gap:4px;display:flex}.bk-fgroup label{color:#555;font-size:.72rem;font-weight:600}.bk-fgroup input,.bk-fgroup select,.bk-fgroup textarea{box-sizing:border-box;border:1px solid #d0d8e8;border-radius:6px;width:100%;padding:7px 10px;font-family:inherit;font-size:.83rem}.bk-fgroup textarea{resize:vertical}.bk-fgroup input:focus,.bk-fgroup select:focus,.bk-fgroup textarea:focus{border-color:#0d1b46;outline:none;box-shadow:0 0 0 2px #0d1b461a}.bk-section-label{text-transform:uppercase;letter-spacing:.07em;color:#0d1b46;border-bottom:1px solid #e8edf5;margin:16px 0 8px;padding-bottom:4px;font-size:.72rem;font-weight:700}.bk-preview{background:#f0f4ff;border:1px solid #c8d8f0;border-radius:8px;margin:12px 0;padding:12px 16px;font-size:.8rem;line-height:1.7}.bk-preview strong{color:#0d1b46}.bk-saved{color:#2e7d32;background:#e8f5e9;border-radius:20px;align-items:center;gap:6px;margin-top:10px;padding:4px 12px;font-size:.73rem;font-weight:700;display:inline-flex}.bk-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.bk-foto-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;margin-top:12px;display:grid}.bk-foto-card{background:#fff;border:1px solid #e0e4f0;border-radius:8px;overflow:hidden}.bk-foto-img{object-fit:cover;width:100%;height:150px;display:block}.bk-foto-body{flex-direction:column;gap:6px;padding:10px;display:flex}.bk-foto-body select,.bk-foto-body textarea{box-sizing:border-box;border:1px solid #d0d8e8;border-radius:5px;width:100%;padding:4px 7px;font-family:inherit;font-size:.72rem}.bk-foto-ia-btn{color:#fff;cursor:pointer;background:#0d1b46;border:none;border-radius:5px;width:100%;padding:5px;font-size:.72rem}.bk-foto-tag{color:#fff;background:#0000008c;border-radius:10px;padding:1px 7px;font-size:.68rem;position:absolute;top:5px;left:7px}.bk-foto-del{color:#fff;cursor:pointer;background:#a00000b3;border:none;border-radius:50%;width:22px;height:22px;font-size:.65rem;position:absolute;top:5px;right:7px}.bk-foto-wrap{position:relative}.bk-list-item{background:#fff;border:1px solid #e8edf5;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:11px 14px;display:flex}.bk-list-main{color:#0d1b46;font-size:.83rem;font-weight:600}.bk-list-sub{color:#888;margin-top:2px;font-size:.72rem}.bk-list-btns{flex-shrink:0;gap:6px;display:flex}.rdo-cal{grid-template-columns:repeat(7,1fr);gap:3px;margin-top:8px;display:grid}.rdo-day{background:#fff;border:1px solid #e8edf5;border-radius:4px;min-height:60px;padding:4px 5px}.rdo-day.fim{background:#f5f5f5}.rdo-day-hdr{color:#0d1b46;margin-bottom:3px;font-size:.62rem;font-weight:700}.rdo-day.fim .rdo-day-hdr{color:#aaa}.rdo-day textarea{resize:none;background:0 0;border:none;width:100%;height:46px;padding:0;font-family:inherit;font-size:.63rem}.bk-doc-item{background:#fff;border:1px solid #e8edf5;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px;padding:12px 16px;display:flex}.bk-doc-left{flex:1;align-items:flex-start;gap:10px;min-width:0;display:flex}.bk-doc-num{color:#fff;background:#0d1b46;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.72rem;font-weight:700;display:flex}.bk-doc-info{flex:1}.bk-doc-name{color:#1a1a1a;font-size:.84rem;font-weight:600}.bk-doc-files{flex-direction:column;gap:3px;margin-top:5px;display:flex}.bk-doc-file{color:#666;align-items:center;gap:6px;font-size:.72rem;display:flex}.bk-doc-btns{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:6px;display:flex}.bk-cert-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:9px 13px;display:flex}.bk-cert-item:last-child{border-bottom:none}.bk-cert-label{color:#333;flex:1;font-size:.82rem}.bk-cert-status{color:#2e7d32;margin-right:10px;font-size:.72rem;font-weight:600}.bk-check-item{background:#fff;border:1px solid #e8edf5;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;padding:11px 16px;display:flex}.bk-check-left{flex:1;align-items:center;gap:10px;display:flex}.bk-check-left input[type=checkbox]{cursor:pointer;accent-color:#0d1b46;width:17px;height:17px}.bk-check-icon{font-size:1.05rem}.bk-check-text{color:#222;font-size:.83rem;font-weight:500}.bk-check-item.disabled{opacity:.5}.bk-check-badge{border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:600}.bk-badge-ok{color:#2e7d32;background:#e8f5e9}.bk-badge-pend{color:#e65100;background:#fff3e0}.bk-summary-bar{flex-wrap:wrap;gap:12px;margin-bottom:14px;display:flex}.bk-s-card{text-align:center;background:#f8f9fc;border:1px solid #e8edf5;border-radius:8px;flex:1;min-width:110px;padding:10px 16px}.bk-s-card-label{color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:.65rem}.bk-s-card-val{color:#0d1b46;font-size:.95rem;font-weight:700}.bk-nav-row{border-top:1px solid #eef0f6;justify-content:space-between;margin-top:20px;padding-top:14px;display:flex}.btn-ghost{color:#555;cursor:pointer;background:0 0;border:1px solid #c0c8d8;border-radius:7px;padding:7px 18px;font-family:inherit;font-size:.82rem}.btn-ghost:hover{background:#f4f6fb}.bk-empty{text-align:center;color:#bbb;padding:30px;font-size:.85rem}#s-book.active{background:#f0f2f8;display:block;padding:0!important}.book-wrap{height:calc(100vh - 56px);display:flex;overflow:hidden}.book-sidebar{background:#0d1b46;flex-direction:column;flex-shrink:0;width:220px;display:flex;overflow-y:auto}.book-sidebar-header{border-bottom:1px solid #ffffff1a;padding:18px 16px}.book-nav{flex:1;padding:8px 0}.book-tab{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:10px;width:100%;padding:9px 16px;transition:all .15s;display:flex}.book-tab:hover{color:#fff;background:#ffffff12}.book-tab.active{color:#fff;background:#ffffff1f;border-left-color:#b8955a}.bt-icon{text-align:center;flex-shrink:0;width:20px;font-size:1rem}.bt-text{flex-direction:column;flex:1;line-height:1.2;display:flex}.bt-text strong{font-size:.78rem}.bt-text small{opacity:.7;font-size:.62rem}.bt-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot-ok{background:#4caf50}.dot-partial{background:#ff9800}.dot-pend{background:#fff3}.book-sidebar-footer{padding:12px}.book-content{flex:1;padding:24px 28px;overflow-y:auto}.tab-content{max-width:800px}.tab-header{border-bottom:2px solid #e0e8f8;margin-bottom:20px;padding-bottom:14px}.tab-header h2{color:#0d1b46;margin:0 0 4px;font-size:1.1rem;font-weight:700}.tab-sub{color:#666;margin:0;font-size:.8rem}.info-card{background:#fff;border:1px solid #e0e8f8;border-radius:10px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 4px #0d1b460d}.info-card-header{color:#0d1b46;text-transform:uppercase;letter-spacing:.07em;background:#f0f4ff;border-bottom:1px solid #e0e8f8;padding:8px 16px;font-size:.72rem;font-weight:700}.info-grid{padding:10px 16px}.info-row{border-bottom:1px solid #f0f4f8;align-items:baseline;gap:12px;padding:5px 0;display:flex}.info-row:last-child{border-bottom:none}.info-label{color:#888;flex-shrink:0;min-width:140px;font-size:.72rem}.info-val{color:#222;flex:1;font-size:.83rem}.info-empty{color:#ccc;font-style:italic}.bm-val-green{color:#2e7d32;font-weight:700;font-size:1rem!important}.doc-action-card{background:#fff;border:1px solid #e0e8f8;border-radius:10px;align-items:center;gap:14px;margin-bottom:14px;padding:14px 18px;display:flex}.dac-icon{flex-shrink:0;font-size:2rem}.dac-body{flex:1}.dac-title{color:#0d1b46;font-size:.88rem;font-weight:700}.dac-sub{color:#888;margin-top:2px;font-size:.75rem}.doc-prefill-banner{color:#1a3a5c;background:#e8f4fd;border:1px solid #b8d4f0;border-radius:8px;margin-bottom:14px;padding:8px 14px;font-size:.78rem}.doc-ready-banner{color:#1b5e20;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:8px;margin-top:10px;padding:8px 14px;font-size:.8rem}.form-section{background:#fff;border:1px solid #e0e8f8;border-radius:10px;margin-bottom:14px;padding:16px 18px}.form-row-2{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:10px;display:grid}.form-row-4{grid-template-columns:1fr 1fr 1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.form-field{margin-bottom:10px}.form-field label{color:#555;margin-bottom:3px;font-size:.72rem;font-weight:500;display:block}.form-field input,.form-field textarea,.form-field select{box-sizing:border-box;background:#fafbff;border:1px solid #d0d8e8;border-radius:6px;width:100%;padding:6px 9px;font-size:.83rem;transition:all .15s}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{background:#fff;border-color:#0d1b46;outline:none}.req{color:#e65100;font-weight:700}.fotos-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px;margin-bottom:14px;display:grid}.foto-card2{background:#fff;border:1px solid #e0e8f8;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px #0d1b460f}.foto-img-wrap{position:relative}.foto-img-wrap img{object-fit:cover;width:100%;height:155px;display:block}.foto-badge{color:#fff;background:#0d1b46b3;border-radius:12px;padding:2px 8px;font-size:.68rem;font-weight:700;position:absolute;top:6px;left:8px}.foto-remove{color:#fff;cursor:pointer;text-align:center;background:#c80000bf;border:none;border-radius:50%;width:22px;height:22px;padding:0;font-size:.65rem;line-height:22px;position:absolute;top:6px;right:8px}.foto-body{padding:10px}.btn-ia{color:#fff;cursor:pointer;background:#0d1b46;border:none;border-radius:6px;width:100%;padding:6px;font-size:.73rem;transition:all .15s}.btn-ia:hover{background:#1a3a5c}.btn-ia-loading{opacity:.6;cursor:not-allowed}.rdo-card{background:#fff;border:1px solid #e0e8f8;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px 16px;display:flex}.rdo-mes{color:#0d1b46;font-size:.9rem;font-weight:700}.rdo-details{color:#888;gap:12px;margin-top:3px;font-size:.72rem;display:flex}.rdo-card-actions{gap:8px;display:flex}.section-group{background:#fff;border:1px solid #e0e8f8;border-radius:10px;overflow:hidden}.section-group-title{color:#0d1b46;text-transform:uppercase;letter-spacing:.07em;background:#f0f4ff;border-bottom:1px solid #e0e8f8;padding:9px 16px;font-size:.72rem;font-weight:700}.doc-row{border-bottom:1px solid #f0f4f8;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;transition:all .1s;display:flex}.doc-row:last-child{border-bottom:none}.doc-row:hover{background:#fafbff}.doc-row-ok{background:#f0fff4}.doc-row-ok:hover{background:#e8fdf0}.doc-row-info{flex:1;align-items:center;gap:10px;display:flex}.doc-row-num{color:#0d1b46;background:#e0e8f8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:700;display:flex}.doc-row-label{color:#222;flex:1;font-size:.82rem}.doc-row-count{color:#2e7d32;background:#e8f5e9;border-radius:12px;padding:2px 8px;font-size:.68rem}.doc-row-none{color:#e65100;font-size:.68rem}.doc-row-actions{flex-shrink:0;gap:6px;display:flex}.certs-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;padding:14px;display:grid}.cert-card{text-align:center;background:#fafbff;border:1px solid #e0e8f8;border-radius:8px;padding:10px 12px}.cert-card.cert-ok{background:#f0fff4;border-color:#a5d6a7}.cert-label{color:#0d1b46;font-size:.75rem;font-weight:600}.cert-name{color:#2e7d32;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.65rem;overflow:hidden}.book-checklist-final{background:#fff;border:1px solid #e0e8f8;border-radius:10px;margin-bottom:14px;overflow:hidden}.bcf-row{border-bottom:1px solid #f0f4f8;justify-content:space-between;align-items:center;gap:10px;padding:10px 16px;display:flex}.bcf-row:last-child{border-bottom:none}.bcf-ok{background:#fafffe}.bcf-pend{opacity:.7;background:#fffaf7}.bcf-check{cursor:pointer;flex:1;align-items:center;gap:10px;display:flex}.bcf-check input{cursor:pointer;accent-color:#0d1b46;flex-shrink:0;width:16px;height:16px}.bcf-num{color:#888;min-width:20px;font-size:.68rem;font-weight:700}.bcf-icon{flex-shrink:0;font-size:1rem}.bcf-label{color:#222;font-size:.82rem}.bcf-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.bcf-badge{color:#2e7d32;background:#e8f5e9;border-radius:12px;padding:2px 10px;font-size:.68rem;font-weight:600}.bcf-badge-pend{color:#e65100;background:#fff3e0}#s-med-edit{flex-direction:column;display:none}#s-med-edit.active{flex-direction:column;height:100%;display:flex}.med-table-wrap{flex:1;min-height:0;overflow:auto}
