
:root{--azul:#06499b;--azul2:#0865c8;--roxo:#982aa8;--roxo2:#b63ab0;--vermelho:#ff3b4f;--laranja:#ffae16;--verde:#18b66b;--texto:#24345d;--muted:#687596;--bg:#f4f7fc;--linha:#e1e7f2;--shadow:0 8px 22px rgba(20,39,90,.08)}
*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Segoe UI,Arial,sans-serif;color:var(--texto);font-size:13px}.header{height:116px;background:linear-gradient(105deg,#062f75,#0749a6 48%,#07357f);color:white;display:flex;align-items:center;padding:0 26px;gap:24px}.brand{width:275px;border-right:2px solid rgba(255,255,255,.45);padding-right:22px}.brand .small{font-size:11px;letter-spacing:5px;font-weight:900}.brand .big{font-size:42px;font-weight:900;line-height:.9}.brand .toc{font-size:29px;font-weight:900;line-height:.9}.brand .tag{margin-top:6px;background:#b335a7;font-size:9px;letter-spacing:1.7px;padding:3px;text-align:center}.heart{background:#fff;color:#af28a2;border-radius:50%;display:inline-flex;width:27px;height:27px;align-items:center;justify-content:center;font-size:17px}.head-title{flex:1}.head-title h1{margin:0 0 7px;font-size:25px}.head-title p{margin:0;color:#dce9ff;font-weight:600}.top-actions{display:flex;gap:10px;align-items:center}.top-actions button,.filebtn{width:76px;height:74px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:8px;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:800;cursor:pointer}.filebtn input{display:none}.userbox{width:205px;height:64px;border-radius:10px;background:rgba(255,255,255,.08);display:flex;align-items:center;gap:10px;padding:10px}.avatar{width:38px;height:38px;background:#e9fff7;color:#159663;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900}.userbox b{display:block}.userbox span{font-size:11px;color:#dce9ff}.shell{display:grid;grid-template-columns:240px 1fr;min-height:calc(100vh - 116px)}.sidebar{background:white;border-right:1px solid var(--linha);padding:20px 16px;display:flex;flex-direction:column}.nav button{width:100%;border:0;background:white;color:#253767;border-radius:8px;text-align:left;padding:13px 15px;margin:4px 0;font-weight:800;cursor:pointer}.nav button.active{background:linear-gradient(90deg,var(--roxo),var(--roxo2));color:white}.version{margin-top:auto;border:1px solid var(--linha);border-radius:10px;text-align:center;padding:17px 10px}.badge{display:inline-block;background:linear-gradient(90deg,var(--roxo),var(--roxo2));color:white;border-radius:8px;padding:5px 12px;font-weight:900;margin:8px}.main{padding:20px 22px 0}.metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:16px}.metric{background:white;border:1px solid var(--linha);border-radius:8px;box-shadow:var(--shadow);height:100px;padding:17px;display:flex;align-items:center;gap:14px}.circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:25px;font-weight:900}.purple{background:#9635c3}.blue{background:#5d73d6}.red{background:var(--vermelho)}.orange{background:var(--laranja)}.green{background:var(--verde)}.m-title{font-size:10px;text-transform:uppercase;color:#687394;font-weight:900}.m-number{font-size:28px;color:#073d97;font-weight:900;line-height:1}.m-sub{font-size:12px;color:#526080;font-weight:700}.dashboard{display:grid;grid-template-columns:1.05fr 1.15fr 2fr;gap:14px}.panel,.small-panel{background:white;border:1px solid var(--linha);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}.panel-head,.detail-head{height:42px;background:linear-gradient(90deg,var(--roxo),var(--roxo2));color:white;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-weight:900;font-size:15px}.head-btn{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:white;border-radius:5px;padding:5px 9px;font-size:11px;cursor:pointer}.table{width:100%;border-collapse:collapse}.table th{font-size:10px;text-transform:uppercase;color:#667291;padding:12px;border-bottom:1px solid var(--linha);text-align:left}.table td{padding:13px 12px;border-bottom:1px solid var(--linha);font-weight:800}.table tr{cursor:pointer}.table tr.selected{background:#f2dff1}.count{min-width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:white;font-size:11px;font-weight:900}.bg-red{background:var(--vermelho)}.bg-green{background:var(--verde)}.bg-orange{background:var(--laranja)}.bg-blue{background:#2e75d4}.footer-btn{margin:12px;border:1px solid var(--linha);height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#16469a;cursor:pointer}.search{padding:12px;display:flex}.search input{flex:1;border:1px solid var(--linha);border-radius:5px 0 0 5px;padding:10px}.search button{width:40px;border:1px solid var(--linha);border-left:0;background:white}.person{display:grid;grid-template-columns:42px 1fr auto 18px;gap:10px;align-items:center;padding:11px 12px;border-bottom:1px solid var(--linha);cursor:pointer}.person.selected{background:#f2e1f2;border-radius:6px;margin:0 10px 4px}.initial{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:900}.person b{display:block}.person small{font-weight:700;color:#5d698a}.pill{border-radius:999px;color:white;font-size:10px;font-weight:900;padding:6px 9px;white-space:nowrap}.detail-body{padding:14px}.profile{display:grid;grid-template-columns:54px 1fr auto;gap:13px;align-items:start}.profile h2{margin:0 0 7px;font-size:18px}.info-line{display:flex;gap:15px;flex-wrap:wrap;color:#667291;font-size:11px;font-weight:800}.edit-btn,.btn{border:0;border-radius:6px;padding:9px 14px;font-weight:900;cursor:pointer}.edit-btn{background:linear-gradient(90deg,var(--roxo),var(--roxo2));color:white}.tabs{display:flex;gap:24px;margin-top:16px;border-bottom:1px solid var(--linha)}.tab{padding:10px 0;font-size:11px;font-weight:900;color:#526080;cursor:pointer}.tab.active{color:var(--roxo);border-bottom:3px solid var(--roxo)}.legend{display:flex;gap:25px;font-size:11px;font-weight:800;color:#526080;margin:13px 0}.dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:7px}.docs{width:100%;border-collapse:collapse;font-size:11px}.docs th{color:#64708f;text-transform:uppercase;font-size:10px;padding:9px;border-top:1px solid var(--linha);border-bottom:1px solid var(--linha)}.docs td{border-bottom:1px solid var(--linha);padding:9px;font-weight:800}.type{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.type.obr{background:#f0d6ef;color:#9b2aa5}.type.extra{background:#fff0d0;color:#c56c00}.type.ctrl{background:#dbeafe;color:#0754bd}.switch{width:34px;height:18px;background:#dfe5ef;border-radius:999px;display:inline-flex;align-items:center;padding:2px;cursor:pointer}.switch:before{content:"";width:14px;height:14px;background:white;border-radius:50%;box-shadow:0 1px 2px #aaa}.switch.on{background:var(--verde);justify-content:flex-end}.actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.btn{background:#0c56bd;color:white}.btn.out{background:white;color:#16469a;border:1px solid var(--linha)}.btn.purple{background:linear-gradient(90deg,var(--roxo),var(--roxo2))}.lower{display:grid;grid-template-columns:1.05fr 1.15fr 1fr 1fr;gap:14px;margin-top:14px}.small-panel{height:190px;padding:14px}.small-title{font-size:15px;color:var(--roxo);font-weight:900;margin-bottom:10px;display:flex;justify-content:space-between}.link-row{display:grid;grid-template-columns:32px 1fr auto;gap:9px;align-items:center;padding:8px 0;border-bottom:1px solid var(--linha)}.tiny-pill{font-size:9px;color:white;font-weight:900;border-radius:999px;padding:4px 7px}.donut-wrap{display:flex;align-items:center;gap:20px;height:130px}.donut{width:116px;height:116px;border-radius:50%;background:conic-gradient(var(--vermelho) 0 58%,var(--laranja) 58% 82%,#2e75d4 82% 100%);position:relative}.donut:after{content:"";position:absolute;inset:32px;background:white;border-radius:50%}.quick-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--linha);font-weight:900;cursor:pointer}.bar-bg{height:5px;background:#e5eaf2;border-radius:999px;margin-top:6px}.bar-fill{height:5px;border-radius:999px;background:#20b78a}.bottom{height:43px;background:linear-gradient(90deg,var(--roxo),var(--roxo2));color:white;display:flex;align-items:center;justify-content:space-between;padding:0 24px;font-weight:700;font-size:12px;margin:20px -22px 0}.modal{position:fixed;inset:0;background:rgba(13,22,45,.55);display:flex;align-items:center;justify-content:center;z-index:50}.modal.hidden{display:none}.modalbox{background:white;border-radius:14px;width:min(980px,92vw);max-height:90vh;overflow:auto;box-shadow:0 22px 70px rgba(0,0,0,.25)}.modalhead{display:flex;justify-content:space-between;align-items:center;padding:15px 18px;border-bottom:1px solid var(--linha)}.modalhead h2{margin:0;color:var(--roxo)}.modalhead button{border:0;background:white;font-size:28px;cursor:pointer}.modal-form{padding:18px}.modal-form label{display:block;margin-bottom:10px;font-weight:800}.modal-form input,.modal-form select,.modal-form textarea{width:100%;border:1px solid var(--linha);border-radius:8px;padding:10px;margin-top:4px}.modal-form textarea{min-height:100px}.doc-preview{background:#fff;padding:35px 44px;border:1px solid #ddd;font-family:Georgia,'Times New Roman',serif;color:#000;line-height:1.55}.doc-head{text-align:center;border-bottom:3px solid #06499b;margin-bottom:25px;padding-bottom:12px}.doc-head b{font-size:22px;color:#06499b}.doc-body{text-align:justify;white-space:pre-wrap}.doc-date{text-align:right;margin:26px 0}.signature{text-align:center;margin-top:38px}.signature .line{width:320px;border-top:1px solid #000;margin:0 auto 4px}.doc-footer{border-top:1px solid #000;margin-top:35px;padding-top:7px;text-align:center;font-size:11px}.toast{position:fixed;right:20px;bottom:20px;background:#163b68;color:white;border-radius:10px;padding:13px 18px;font-weight:800;z-index:100}.toast.hidden{display:none}.mobile-body{background:#e9f0f9}.phone-page{max-width:430px;margin:0 auto;background:#f8fafc;min-height:100vh}.mobile-header{background:linear-gradient(135deg,#063b8f,#0754bd);color:white;padding:22px}.mobile-header h1{margin:16px 0 5px}.progress{height:8px;background:rgba(255,255,255,.25);border-radius:999px}.progress div{height:100%;width:65%;background:#ffae16;border-radius:999px}.mobile-form{padding:16px}.card-mobile{background:white;border:1px solid var(--linha);border-radius:16px;padding:16px;margin-bottom:14px;box-shadow:var(--shadow)}.card-mobile h2{margin-top:0;color:#063b8f}.card-mobile label{display:block;margin:10px 0;font-weight:800}.required{color:var(--vermelho)}.card-mobile input,.card-mobile select,.card-mobile textarea{width:100%;border:1px solid var(--linha);border-radius:10px;padding:12px;margin-top:5px;font-size:16px}.card-mobile textarea{min-height:90px}.mobile-submit{width:100%;background:linear-gradient(90deg,var(--roxo),var(--roxo2));color:white;border:0;border-radius:14px;padding:16px;font-size:16px;font-weight:900}.hidden{display:none}@media print{body *{visibility:hidden}.doc-preview,.doc-preview *{visibility:visible}.doc-preview{position:absolute;left:0;top:0;width:100%;border:0;padding:25mm 20mm}.modalhead,.modal .btn{display:none}.doc-body{text-align:justify}.doc-date{text-align:right}.signature{text-align:center}}@media(max-width:1200px){.header,.shell{min-width:1180px}}
