:root{
  --oco-blue:#0f2d52;
  --oco-blue-2:#123e71;
  --oco-green:#0e6b5c;
  --oco-green-2:#15856f;
  --oco-text:#102235;
  --oco-text-soft:#4b6075;
  --oco-bg:#f4f7fb;
  --oco-card:#ffffff;
  --oco-border:#d8e3ef;
  --oco-shadow:0 18px 55px rgba(12,31,56,.08);
  --oco-radius:24px;
}
.oco-wrap{max-width:1220px;margin:36px auto;padding:0 18px;color:var(--oco-text);font-family:Arial,Helvetica,sans-serif}
.oco-hero{background:linear-gradient(135deg,var(--oco-blue),var(--oco-green));border-radius:32px;padding:34px 38px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:var(--oco-shadow);position:relative;overflow:hidden;margin-bottom:26px}
.oco-hero:before,.oco-hero:after{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.09)}
.oco-hero:before{width:210px;height:210px;left:-60px;bottom:-90px}.oco-hero:after{width:250px;height:250px;right:-70px;top:-85px}
.oco-hero.small{padding:30px 38px}
.oco-hero h1,.oco-hero.small h1{margin:0 0 8px;font-size:42px;line-height:1.05;color:#fff !important;text-shadow:0 1px 0 rgba(0,0,0,.08)}
.oco-hero.small h1{font-size:34px}
.oco-hero p{margin:0;max-width:720px;font-size:18px;line-height:1.5;color:#fff !important}
.oco-chip{display:inline-block;margin-top:18px;padding:12px 18px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);border-radius:999px;font-weight:700;color:#fff}
.oco-grid{display:grid;gap:24px}.oco-grid.two{grid-template-columns:1fr 1fr}.oco-grid.two-mini{grid-template-columns:1fr 1fr}.oco-grid.three{grid-template-columns:1fr 1fr 1fr}
.oco-card{background:var(--oco-card);border:1px solid var(--oco-border);border-radius:var(--oco-radius);box-shadow:var(--oco-shadow);padding:28px}
.oco-card h2{margin:0 0 8px;font-size:28px;color:var(--oco-blue)}
.oco-sub{margin:0 0 24px;color:var(--oco-text-soft);font-size:17px;line-height:1.5}
.oco-form{display:flex;flex-direction:column;gap:12px}
.oco-form label{font-weight:700;color:var(--oco-text);font-size:15px}
.oco-form input,.oco-form select,.oco-form textarea{border:1px solid #bfcfe2;border-radius:14px;padding:0 16px;font-size:15px;background:#fff;color:#0f172a;outline:none;box-sizing:border-box;width:100%}
.oco-form input,.oco-form select{height:54px}
.oco-form textarea{padding:14px 16px;min-height:160px}
.oco-form input:focus,.oco-form select:focus,.oco-form textarea:focus{border-color:var(--oco-green-2);box-shadow:0 0 0 4px rgba(21,133,111,.12)}
.oco-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border-radius:14px;text-decoration:none;border:1px solid transparent;cursor:pointer;font-weight:800;font-size:16px;transition:.2s ease;white-space:nowrap}
.oco-btn:hover{transform:translateY(-1px)}
.oco-btn-primary{background:linear-gradient(135deg,var(--oco-green),var(--oco-blue));color:#fff !important;border-color:#103867;box-shadow:0 12px 28px rgba(12,31,56,.12)}
.oco-btn-primary *{color:#fff !important}
.oco-btn-light{background:#fff;color:var(--oco-blue) !important;border-color:#c3d3e5}
.oco-btn-logout{background:#ffffff14;color:#fff !important;border:1px solid rgba(255,255,255,.45)}
.oco-btn-logout:hover{background:#ffffff22}
.oco-actions-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.oco-links-row{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:8px}
.oco-links-row a{color:var(--oco-green);text-decoration:none;font-weight:700}
.oco-response{display:none;padding:14px 16px;border-radius:14px;font-size:14px;line-height:1.5;margin-top:10px}
.oco-response.success{display:block;background:#eaf8f1;color:#106741}.oco-response.error{display:block;background:#fff0ef;color:#b83829}
.oco-steps{display:flex;gap:10px;flex-wrap:wrap;margin:6px 0 22px}.oco-steps span{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;border:1px solid #cfdae8;color:var(--oco-blue);background:#f7fafc;font-weight:800}.oco-steps span.active{background:#e7f5f1;border-color:#a7d8c9;color:var(--oco-green)}.oco-steps span.done{background:#eef4ff;border-color:#cbdcf7}
.oco-highlight-box{background:#eef8ff;border:1px solid #d4e8f8;color:var(--oco-blue);padding:16px 18px;border-radius:16px;margin-bottom:18px;line-height:1.6}
.oco-loading{padding:18px;border-radius:18px;background:#edf4fb;color:var(--oco-blue);font-weight:800;text-align:center}
.oco-estimate-box{background:linear-gradient(180deg,#fcfffd,#f1f8f5);border:1px solid #d5e8e1;padding:22px;border-radius:22px;box-shadow:var(--oco-shadow)}
.oco-estimate-kicker{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--oco-green);font-weight:800}.oco-estimate-price{font-size:48px;line-height:1.05;color:var(--oco-blue);font-weight:900;margin:8px 0 10px}
.oco-topmenu{position:relative;display:inline-block}.oco-topmenu-trigger{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid #d5e3f0;color:var(--oco-blue);text-decoration:none;font-weight:800;box-shadow:var(--oco-shadow)}
.oco-avatar{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,var(--oco-green),var(--oco-blue));color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800}
.oco-topmenu-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:230px;background:#fff;border:1px solid #d8e3ef;border-radius:18px;box-shadow:var(--oco-shadow);padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:999}
.oco-topmenu:hover .oco-topmenu-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.oco-topmenu-dropdown a{display:block;padding:12px 14px;border-radius:12px;text-decoration:none;color:var(--oco-blue);font-weight:700}.oco-topmenu-dropdown a:hover{background:#f3f8fd}
.oco-history-list{display:flex;flex-direction:column;gap:14px}.oco-history-item{border:1px solid var(--oco-border);border-radius:18px;padding:18px;background:#fbfdff}.oco-history-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--oco-blue)}
.oco-history-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;color:var(--oco-text-soft);font-size:14px}.oco-history-grid span{line-height:1.6}.oco-history-price{margin-top:14px;font-size:28px;font-weight:900;color:var(--oco-green)}
.oco-empty,.oco-alert{padding:18px;border-radius:16px;background:#fff8df;color:#7b5a00}
.oco-modal{position:fixed;inset:0;background:rgba(8,18,30,.48);display:flex;align-items:center;justify-content:center;padding:20px;z-index:99999}.oco-modal-box{width:100%;max-width:480px;background:#fff;border-radius:24px;padding:24px;box-shadow:var(--oco-shadow)}
@media (max-width:980px){.oco-grid.two,.oco-grid.three{grid-template-columns:1fr}.oco-hero{padding:26px;align-items:flex-start;flex-direction:column}.oco-hero h1{font-size:34px}.oco-estimate-price{font-size:40px}}
@media (max-width:640px){.oco-wrap{padding:0 12px}.oco-card{padding:20px}.oco-hero h1{font-size:30px}.oco-form input,.oco-form select,.oco-btn{min-height:50px;height:50px}.oco-history-grid,.oco-grid.two-mini{grid-template-columns:1fr}.oco-links-row{flex-direction:column}}

.oco-card-login{align-self:start}
.oco-form .oco-actions-row{margin-top:8px}
.oco-btn[disabled]{opacity:.75;cursor:not-allowed;transform:none}
.oco-step-form .oco-response{margin-top:14px}
.status-novo strong{color:#0e6b5c}.status-lida strong{color:#0f2d52}.status-em_analise strong{color:#7c5c00}.status-em_processamento strong{color:#0d5ea7}.status-cancelado strong,.status-excluido strong{color:#b42318}
.wrap .widefat td{vertical-align:top}
