:root{
    --red:#c21833;
    --red2:#7d1324;
    --bg:#edf2fa;
    --card:rgba(255,255,255,.88);
    --text:#162033;
    --muted:#667085;
    --border:rgba(148,163,184,.22);
    --shadow:0 18px 42px rgba(15,23,42,.08);
    --font-sans:"Manrope","Segoe UI",Arial,sans-serif;
    --font-display:"Sora","Manrope","Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
body{margin:0;font-family:var(--font-sans);background:radial-gradient(circle at top left,rgba(194,24,51,.08),transparent 22%),radial-gradient(circle at 84% 8%,rgba(96,165,250,.10),transparent 18%),linear-gradient(180deg,#f7f9fd 0%,#edf2fa 100%);color:var(--text);letter-spacing:-.01em}
a{color:inherit}
.vo-app{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}
.vo-sidebar{position:sticky;top:0;height:100vh;background:#121620;color:#fff;padding:22px;display:flex;flex-direction:column;z-index:10}
.vo-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}
.vo-brand-mark{width:46px;height:46px;border-radius:18px;background:transparent url(../img/brand-mark.png) center/contain no-repeat;display:grid;place-items:center;font-weight:1000;letter-spacing:-.06em;color:transparent;font-size:0;box-shadow:none;border:0;overflow:hidden}
.vo-brand strong,.vo-brand span{display:block}.vo-brand span{color:#a8b0be;font-size:12px;margin-top:2px}
.vo-nav{display:grid;gap:8px}
.vo-nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;color:#c9ced8;text-decoration:none;font-weight:850}
.vo-nav a span{width:24px;text-align:center;color:#fff}
.vo-nav a:hover,.vo-nav a.active{background:rgba(177,18,38,.22);color:#fff}
.vo-sidebar-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:16px}
.vo-sidebar-user strong,.vo-sidebar-user span,.vo-sidebar-user a{display:block}
.vo-sidebar-user span{color:#a8b0be;font-size:12px;margin:4px 0 12px}
.vo-sidebar-user a{color:#fff;text-decoration:none;font-weight:900;background:rgba(255,255,255,.08);border-radius:14px;padding:10px 12px;text-align:center}
.vo-main{min-width:0}
.vo-topbar{position:sticky;top:0;z-index:5;background:rgba(244,246,249,.86);backdrop-filter:blur(14px);height:74px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 28px;border-bottom:1px solid rgba(229,231,235,.7)}
.vo-topbar strong,.vo-topbar span{display:block}.vo-topbar span{color:var(--muted);font-size:12px;margin-top:2px}
.vo-menu-btn{display:none;border:0;background:#fff;border-radius:14px;width:42px;height:42px;font-size:20px;box-shadow:0 8px 20px rgba(15,23,42,.08)}
.vo-avatar{width:42px;height:42px;border-radius:15px;background:var(--red);color:#fff;display:grid;place-items:center;text-decoration:none;font-weight:1000}
.vo-content{padding:28px;max-width:1420px;margin:0 auto}
.vo-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:22px}
.vo-hero h1{font-size:32px;letter-spacing:-.05em;margin:0 0 6px}
.vo-hero p{margin:0;color:var(--muted);line-height:1.45;max-width:760px}
.vo-card{background:var(--card);border:1px solid var(--border);border-radius:26px;padding:22px;box-shadow:var(--shadow)}
.vo-grid{display:grid;gap:16px}.vo-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.vo-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.vo-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.vo-kpi span{display:block;color:var(--muted);font-weight:850;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.vo-kpi strong{display:block;font-size:30px;letter-spacing:-.04em;margin-top:6px}.vo-kpi small{display:block;color:var(--muted);margin-top:6px}
.vo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;border-radius:14px;border:1px solid var(--border);padding:0 16px;text-decoration:none;font-weight:900;background:#fff;color:var(--text);cursor:pointer}
.vo-btn.primary{background:var(--red);border-color:var(--red);color:#fff}.vo-btn.block{width:100%}
.vo-actions{display:flex;gap:10px;flex-wrap:wrap}.vo-muted{color:var(--muted)}.vo-mt{margin-top:18px}
.vo-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.vo-table{width:100%;border-collapse:separate;border-spacing:0;min-width:820px}.vo-table th{background:#fafafa;color:#667085;text-align:left;text-transform:uppercase;font-size:11px;letter-spacing:.04em;padding:13px;border-bottom:1px solid var(--border)}.vo-table td{padding:14px;border-bottom:1px solid #f0f2f5;vertical-align:top}.vo-table tr:last-child td{border-bottom:0}
.vo-pill{display:inline-flex;border-radius:999px;padding:6px 10px;background:#eef2ff;color:#343a8a;font-weight:900;font-size:12px}.vo-pill.ok{background:#e9fff0;color:#13652d}.vo-pill.warn{background:#fff7d6;color:#8a5a00}.vo-pill.red{background:#fff0f2;color:#9a1022}
.vo-pill.gray{background:#f4f4f5;color:#52525b}
.vo-list{display:grid;gap:10px}.vo-list-item{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:18px;padding:14px;background:#fff}.vo-list-item strong,.vo-list-item span{display:block}.vo-list-item span{color:var(--muted);font-size:12px;margin-top:3px}
.vo-tree{overflow:auto;padding:10px}.vo-tree ul{list-style:none;margin:0;padding-left:28px;position:relative}.vo-tree li{margin:10px 0;position:relative}.vo-tree li::before{content:"";position:absolute;left:-18px;top:18px;width:18px;border-top:1px solid #d1d5db}.vo-tree-card{display:inline-block;min-width:220px;border:1px solid var(--border);background:#fff;border-radius:18px;padding:12px;box-shadow:0 8px 20px rgba(15,23,42,.06)}.vo-tree-card strong,.vo-tree-card span{display:block}.vo-tree-card span{color:var(--muted);font-size:12px;margin-top:4px}
.vo-filter-grid.org{grid-template-columns:minmax(220px,1.25fr) minmax(170px,.7fr) minmax(170px,.7fr) minmax(130px,.45fr) auto;align-items:end}
.vo-org-scroll{overflow:auto;border:1px solid var(--border);border-radius:24px;background:linear-gradient(180deg,#fff,#fafafa);padding:22px;min-height:420px}
.vo-org-tree{display:inline-block;min-width:100%;padding:8px 18px 24px;text-align:center}
.vo-org-tree ul{display:flex;justify-content:center;gap:18px;list-style:none;margin:0;padding:34px 0 0;position:relative}
.vo-org-tree ul::before{content:"";position:absolute;top:16px;left:50%;width:1px;height:18px;background:#cbd5e1}
.vo-org-tree li{display:flex;flex-direction:column;align-items:center;position:relative;margin:0;padding:0 4px}
.vo-org-tree li::before,.vo-org-tree li::after{content:"";position:absolute;top:16px;width:50%;height:1px;background:#cbd5e1}
.vo-org-tree li::before{right:50%}.vo-org-tree li::after{left:50%}
.vo-org-tree li:first-child::before,.vo-org-tree li:last-child::after{display:none}
.vo-org-tree li:only-child::before,.vo-org-tree li:only-child::after{display:none}
.vo-org-tree>ul{padding-top:0}.vo-org-tree>ul::before{display:none}.vo-org-tree>ul>li::before,.vo-org-tree>ul>li::after{display:none}
.vo-org-card{width:250px;text-align:left;border:1px solid var(--border);border-top:6px solid var(--grad,#e5e7eb);background:#fff;border-radius:20px;padding:13px;box-shadow:0 12px 26px rgba(15,23,42,.08);transition:.16s ease}
.vo-org-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.12)}
.vo-org-card.is-match{outline:2px solid rgba(177,18,38,.18)}
.vo-org-card-top{display:grid;gap:9px}.vo-org-card-top strong{font-size:14px;line-height:1.25;letter-spacing:-.02em}
.vo-org-card-meta{display:grid;gap:4px;margin-top:10px;color:var(--muted);font-size:12px}.vo-org-card-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vo-org-card-foot{margin-top:10px;padding-top:10px;border-top:1px solid #f0f2f5;color:var(--muted);font-size:12px;font-weight:900}
.vo-level-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.vo-level-card{border:1px solid var(--border);border-radius:20px;padding:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.vo-level-card span{display:block;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:12px}.vo-level-card strong{display:block;font-size:30px;letter-spacing:-.04em;margin:5px 0}.vo-level-card small{display:block;color:var(--muted);line-height:1.35}
.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,520px);background:#111827}
.login-art{padding:60px;color:#fff;background:radial-gradient(circle at 20% 15%,rgba(239,69,96,.4),transparent 35%),linear-gradient(135deg,#14040a,#111827 60%);display:flex;flex-direction:column;justify-content:space-between}
.login-art h1{font-size:46px;letter-spacing:-.06em;line-height:1;margin:0 0 14px}.login-art p{font-size:18px;line-height:1.5;color:#d7dbe4;max-width:620px}
.login-card-wrap{display:grid;place-items:center;background:#f8fafc;padding:28px}.login-card{width:100%;max-width:420px;background:#fff;border-radius:30px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.18)}.login-card h2{margin:0 0 6px;font-size:28px;letter-spacing:-.04em}.login-card p{margin:0 0 22px;color:var(--muted)}
.form-group{display:grid;gap:7px;margin-bottom:14px}.form-group label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#667085;font-weight:900}.form-group input{height:48px;border:1px solid var(--border);border-radius:15px;padding:0 13px;font:inherit}
.alert{border-radius:16px;padding:12px 14px;margin:0 0 16px;font-weight:800}.alert.danger{background:#fff0f2;color:#9a1022;border:1px solid #ffd1d9}.alert.info{background:#eef2ff;color:#343a8a;border:1px solid #dbe4ff}
.mobile-only{display:none}
@media(max-width:1100px){.vo-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.vo-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){
    .vo-app{display:block}.vo-sidebar{position:fixed;inset:0 auto 0 0;width:300px;transform:translateX(-105%);transition:.22s ease;box-shadow:30px 0 80px rgba(0,0,0,.35)}.vo-sidebar.open{transform:translateX(0)}
    .vo-topbar{height:66px;padding:0 16px}.vo-menu-btn{display:block}.vo-content{padding:18px 14px 92px}.vo-hero h1{font-size:27px}.vo-grid.cols-4,.vo-grid.cols-3,.vo-grid.cols-2{grid-template-columns:1fr}.vo-card{border-radius:22px;padding:18px}.vo-actions .vo-btn{flex:1}
    .mobile-only{display:block}
    .login-page{grid-template-columns:1fr}.login-art{min-height:34vh;padding:34px 24px}.login-art h1{font-size:34px}.login-card-wrap{padding:20px;margin-top:-28px;border-radius:28px 28px 0 0}.login-card{box-shadow:none;padding:24px;border-radius:26px}
}

/* Solicitações */
.vo-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.vo-tabs a{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 14px;border-radius:14px;border:1px solid var(--border);text-decoration:none;font-weight:900;background:#fff;color:var(--text)}
.vo-tabs a.active{background:var(--red);border-color:var(--red);color:#fff}
.vo-section-head{margin-bottom:18px}.vo-section-head h2{margin:0 0 6px}.vo-section-head p{margin:0;color:var(--muted)}
.vo-form-grid,.vo-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vo-filter-grid{grid-template-columns:minmax(220px,1fr) minmax(160px,220px) minmax(160px,220px) auto;align-items:end}
.vo-form-stack{display:grid;gap:14px}.span-2{grid-column:span 2}.form-group span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#667085;font-weight:900}.form-group select,.form-group textarea{width:100%;border:1px solid var(--border);border-radius:15px;padding:13px;font:inherit;background:#fff;color:var(--text)}.form-group textarea{resize:vertical;min-height:120px}.form-group small{display:block;color:var(--muted);font-size:12px;margin-top:6px}
.vo-empty{border:1px dashed var(--border);border-radius:20px;padding:18px;background:#fafafa}.vo-empty strong{display:block;margin-bottom:6px}.vo-empty p{margin:0;color:var(--muted)}
.vo-link-strong{font-weight:1000;color:var(--red);text-decoration:none}.vo-link-strong:hover{text-decoration:underline}
.vo-pill.aberto{background:#e8f1ff;color:#174ea6}.vo-pill.em_analise{background:#fff7d6;color:#8a5a00}.vo-pill.aguardando_solicitante{background:#fff7d6;color:#8a5a00}.vo-pill.respondido{background:#eef2ff;color:#343a8a}.vo-pill.concluido{background:#e9fff0;color:#13652d}.vo-pill.cancelado{background:#f4f4f5;color:#555}
.vo-detail-grid{align-items:start}.vo-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:22px}.vo-meta-grid div,.vo-summary-list div{border:1px solid var(--border);border-radius:18px;padding:13px;background:#fff}.vo-meta-grid span,.vo-summary-list span{display:block;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.vo-meta-grid strong,.vo-summary-list strong{display:block;color:var(--text)}
.vo-thread{display:grid;gap:12px}.vo-thread h2{margin:0 0 4px}.vo-message{border:1px solid var(--border);border-radius:20px;padding:16px;background:#fff}.vo-message.is-atendimento{background:#f8fbff;border-color:#dceafe}.vo-message.is-solicitante{background:#fff}.vo-message-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.vo-message-head strong,.vo-message-head span{display:block}.vo-message-head span{color:var(--muted);font-size:12px;margin-top:3px}.vo-message-head em{font-style:normal;font-weight:900;font-size:12px;border-radius:999px;padding:6px 9px;background:#f3f4f6;color:#555;white-space:nowrap}.vo-message.is-atendimento .vo-message-head em{background:#e8f1ff;color:#174ea6}.vo-message-body{line-height:1.55;color:#1f2937}
.vo-attachments{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.vo-attachments a{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;padding:8px 11px;text-decoration:none;font-weight:900;background:#fff;color:var(--text);font-size:13px}.vo-attachments small{color:var(--muted);font-weight:800}
.vo-sep{border:0;border-top:1px solid var(--border);margin:22px 0}.vo-summary-list{display:grid;gap:10px}
.vo-note{border:1px solid var(--border);border-radius:18px;padding:14px;background:#f8fafc;display:grid;gap:5px}.vo-note strong,.vo-note span{display:block}.vo-note span{color:var(--muted);line-height:1.45}.vo-note.warn{background:#fff7d6;border-color:#fde68a}.vo-history-list{display:grid;gap:10px}.vo-history-list div{border:1px solid var(--border);border-radius:16px;padding:12px;background:#fff}.vo-history-list strong,.vo-history-list span,.vo-history-list small{display:block}.vo-history-list span,.vo-history-list small{color:var(--muted);font-size:12px;margin-top:3px;line-height:1.35}
button[disabled],input[disabled],select[disabled],textarea[disabled]{opacity:.55;cursor:not-allowed}
@media(max-width:980px){.vo-filter-grid,.vo-meta-grid{grid-template-columns:1fr}.vo-form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.vo-filter-grid .vo-actions{display:grid;grid-template-columns:1fr 1fr}.vo-message-head{display:block}.vo-message-head em{display:inline-flex;margin-top:8px}}

/* Financeiro app */
.vo-fin-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:24px}
.vo-fin-kpi{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--border);border-radius:22px;padding:18px;box-shadow:var(--shadow)}
.vo-fin-icon{width:56px;height:56px;border-radius:999px;background:rgba(177,18,38,.08);display:grid;place-items:center;font-size:25px;flex:0 0 auto}
.vo-fin-kpi small,.vo-fin-kpi em{display:block}.vo-fin-kpi small{font-weight:900;color:var(--text);font-size:13px}.vo-fin-kpi strong{display:block;color:#e00018;font-size:23px;letter-spacing:-.04em;margin:7px 0 4px}.vo-fin-kpi em{font-style:normal;color:var(--muted);font-size:12px}
.vo-fin-tabs{display:flex;align-items:center;gap:22px;overflow:auto;border-bottom:1px solid var(--border);margin:2px 0 18px;padding:0 0 10px}
.vo-fin-tabs a{white-space:nowrap;text-decoration:none;color:#596273;font-weight:850;padding:12px 10px;border-bottom:3px solid transparent}
.vo-fin-tabs a.active,.vo-fin-tabs a:hover{color:#e00018;border-bottom-color:#e00018}
.vo-fin-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}
.vo-fin-main{min-width:0}.vo-fin-aside{position:sticky;top:92px}
.vo-fin-section-head,.vo-fin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.vo-fin-section-head h2,.vo-fin-card-head h2{margin:0 0 6px}.vo-fin-section-head p{margin:0;color:var(--muted)}.vo-fin-card-head small{color:var(--muted);font-weight:800}.vo-fin-card-head a{color:#e00018;text-decoration:none;font-weight:900;font-size:13px}
.vo-fin-badges{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.vo-fin-badges span{display:inline-flex;align-items:center;min-height:34px;border-radius:10px;background:#eef2ff;color:#174ea6;padding:0 12px;font-weight:900;font-size:13px}.vo-fin-badges span.ok{background:#e9fff0;color:#13652d}
.vo-table-wrap.flat{box-shadow:none;border-radius:14px}.vo-table-wrap.mini .vo-table{min-width:560px}.vo-fin-money{color:#e00018}.vo-fin-total-row td{background:#fff8ed;font-weight:900}.vo-table tr.is-selected td{background:#fff6f7}
.vo-fin-summary div{display:flex;align-items:center;justify-content:space-between;gap:12px}.vo-fin-summary span{margin:0}.vo-fin-summary strong{text-align:right}.vo-fin-total-big{font-size:22px;color:#e00018!important}
.vo-fin-progress{height:14px;border-radius:999px;background:#edf2f7;overflow:hidden;border:1px solid rgba(148,163,184,.16)}.vo-fin-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#c21833,#ef4560);box-shadow:0 10px 24px rgba(194,24,51,.22)}
@media(max-width:1280px){.vo-fin-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.vo-fin-layout{grid-template-columns:1fr}.vo-fin-aside{position:static}}
@media(max-width:820px){.vo-fin-kpis{grid-template-columns:1fr}.vo-fin-kpi{border-radius:20px}.vo-fin-tabs{gap:8px}.vo-fin-tabs a{background:#fff;border:1px solid var(--border);border-radius:14px;padding:10px 12px}.vo-fin-tabs a.active{background:var(--red);color:#fff;border-color:var(--red)}.vo-fin-section-head,.vo-fin-card-head{display:block}.vo-fin-badges{justify-content:flex-start;margin-top:12px}.vo-fin-layout{gap:16px}}

/* V1.0 - refresh visual e responsividade com cara de app */
.vo-icon-sprite{
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
    pointer-events:none;
}

h1,h2,h3,.vo-btn,.vo-pill,.vo-brand strong,.vo-topbar strong,.login-kicker{
    font-family:var(--font-display);
}

.vo-app{
    grid-template-columns:296px minmax(0,1fr);
    min-height:100vh;
}

.vo-sidebar{
    padding:20px 16px 18px;
    background:
        linear-gradient(180deg,rgba(11,18,32,.98) 0%,rgba(14,23,40,.98) 100%);
    border-right:1px solid rgba(255,255,255,.06);
    box-shadow:18px 0 44px rgba(15,23,42,.08);
    z-index:22;
}

.vo-brand-wrap{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:26px;
}

.vo-brand{
    margin-bottom:0;
}

.vo-brand-mark{
    width:48px;
    height:48px;
    border-radius:16px;
    background:transparent url(../img/brand-mark.png) center/contain no-repeat;
    box-shadow:none;
    border:0;
    color:transparent;
    font-size:0;
    overflow:hidden;
}

.vo-brand strong{
    font-size:15px;
    font-weight:600;
    letter-spacing:-.03em;
}

.vo-brand span{
    color:#8f97a5;
    font-size:11px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.vo-sidebar-close,
.vo-sidebar-backdrop,
.vo-mobile-dock{
    display:none;
}

.vo-sidebar-close{
    align-items:center;
    justify-content:center;
    width:36px;
    min-width:36px;
    height:36px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    color:#dbe2ec;
    background:rgba(255,255,255,.04);
}

.vo-sidebar-close svg,
.vo-menu-btn svg,
.vo-nav-icon svg,
.vo-dock-icon svg,
.vo-logout-link svg{
    width:18px;
    height:18px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.vo-nav{
    gap:6px;
}

.vo-nav a{
    min-height:48px;
    padding:12px 13px;
    border-radius:16px;
    color:#c7ced9;
    font-size:14px;
    font-weight:620;
    letter-spacing:-.01em;
    transition:background-color .18s ease,color .18s ease,transform .18s ease;
}

.vo-nav a:hover,
.vo-nav a.active{
    background:linear-gradient(90deg,rgba(194,24,51,.24),rgba(194,24,51,.08));
    color:#fff;
}

.vo-nav-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    min-width:20px;
    height:20px;
    color:#f6f8fb;
}

.vo-sidebar-user{
    gap:12px;
    padding-top:18px;
    border-top-color:rgba(255,255,255,.08);
}

.vo-user-chip{
    padding:14px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.06);
}

.vo-user-chip strong,
.vo-user-chip span{
    display:block;
}

.vo-user-chip strong{
    color:#fff;
    font-weight:600;
}

.vo-user-chip span{
    margin-top:5px;
    color:#9ca3b1;
    font-size:12px;
}

.vo-logout-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:44px;
    border-radius:14px;
    text-decoration:none;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-weight:620;
}

.vo-main{
    background:transparent;
}

.vo-topbar{
    height:78px;
    padding:0 clamp(18px,2.5vw,34px);
    background:rgba(247,249,253,.76);
    border-bottom:1px solid rgba(148,163,184,.18);
    backdrop-filter:blur(18px);
    box-shadow:none;
}

.vo-topbar-start,
.vo-topbar-actions{
    display:flex;
    align-items:center;
    gap:14px;
}

.vo-topbar-copy strong{
    font-size:16px;
    font-weight:600;
    letter-spacing:-.04em;
}

.vo-topbar-copy span{
    color:#667085;
    font-size:12px;
}

.vo-topbar .vo-topbar-chip{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(255,255,255,.84);
    border:1px solid rgba(148,163,184,.18);
    color:#8f1022;
    font-size:12px;
    font-weight:620;
}

.vo-menu-btn{
    border:1px solid rgba(148,163,184,.18);
    color:#536173;
    box-shadow:none;
}

.vo-avatar{
    width:44px;
    height:44px;
    border-radius:16px;
    background:linear-gradient(135deg,#c21833,#7d1324);
    box-shadow:0 16px 28px rgba(194,24,51,.18);
}

.vo-content{
    padding:clamp(18px,2.4vw,32px);
    max-width:1480px;
}

.vo-hero{
    margin-bottom:24px;
}

.vo-hero h1{
    font-size:clamp(30px,3vw,42px);
    font-weight:600;
    letter-spacing:-.06em;
}

.vo-hero p,
.vo-muted{
    color:#667085;
}

.vo-card,
.vo-table-wrap,
.vo-list-item,
.vo-tree-card,
.vo-org-card,
.vo-level-card,
.vo-message,
.vo-note,
.vo-history-list div,
.vo-meta-grid div,
.vo-summary-list div,
.vo-fin-kpi{
    background:rgba(255,255,255,.84);
    border-color:rgba(148,163,184,.16);
    box-shadow:0 12px 36px rgba(15,23,42,.05);
    backdrop-filter:blur(14px);
}

.vo-card,
.vo-level-card,
.vo-org-card,
.vo-table-wrap,
.vo-note,
.vo-message,
.vo-list-item{
    border-radius:24px;
}

.vo-kpi span,
.vo-level-card span,
.vo-meta-grid span,
.vo-summary-list span,
.form-group label,
.form-group span{
    font-weight:620;
}

.vo-kpi strong,
.vo-level-card strong{
    color:#162033;
}

.vo-btn{
    height:46px;
    border-radius:16px;
    font-size:13px;
    font-weight:620;
    letter-spacing:-.01em;
}

.vo-btn.primary{
    background:linear-gradient(135deg,#c21833,#7d1324);
    box-shadow:0 14px 28px rgba(194,24,51,.18);
}

.vo-pill,
.vo-tabs a,
.vo-fin-tabs a,
.vo-attachments a{
    font-weight:620;
}

.vo-table th,
.vo-fin-kpi small,
.vo-fin-badges span,
.vo-message-head em{
    font-weight:620;
}

.login-kicker{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 10px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#dbe2ec;
    font-size:11px;
    font-weight:600;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.login-kicker.muted{
    color:#8f1022;
    background:#fff2f4;
}

.login-art{
    position:relative;
    overflow:hidden;
}

.login-art::before{
    content:"";
    position:absolute;
    inset:auto -14% -24% auto;
    width:280px;
    height:280px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(194,24,51,.34),transparent 70%);
    pointer-events:none;
}

.login-art > *{
    position:relative;
    z-index:1;
}

.login-art h1{
    font-family:var(--font-display);
    font-weight:600;
}

.login-metrics{
    display:grid;
    gap:14px;
}

.login-metrics div{
    padding:16px 18px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.05);
}

.login-metrics strong,
.login-metrics span{
    display:block;
}

.login-metrics strong{
    margin-bottom:8px;
    font-family:var(--font-display);
    font-size:15px;
    font-weight:600;
}

.login-metrics span{
    color:#dbe2ec;
    line-height:1.55;
    font-size:14px;
}

.login-card{
    background:rgba(255,255,255,.9);
    border:1px solid rgba(255,255,255,.66);
    backdrop-filter:blur(18px);
}

.login-card h2{
    font-family:var(--font-display);
    font-weight:600;
}

.login-card p{
    color:#667085;
}

.form-group input,
.form-group select,
.form-group textarea{
    border-color:rgba(148,163,184,.24);
    border-radius:16px;
    box-shadow:none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
    border-color:rgba(194,24,51,.48);
    box-shadow:0 0 0 4px rgba(194,24,51,.09);
    outline:none;
}

@media(max-width:820px){
    .vo-menu-open,
    .vo-menu-open body{
        overflow:hidden;
    }

    .vo-sidebar{
        width:min(320px,calc(100vw - 34px));
        box-shadow:26px 0 70px rgba(0,0,0,.34);
    }

    .vo-sidebar-close{
        display:inline-flex;
    }

    .vo-sidebar-backdrop{
        position:fixed;
        inset:0;
        display:block;
        border:0;
        padding:0;
        background:rgba(15,23,42,.54);
        backdrop-filter:blur(8px);
        z-index:18;
    }

    .vo-topbar{
        height:70px;
        padding:0 14px;
    }

    .vo-topbar .vo-topbar-chip{
        display:none;
    }

    .vo-content{
        padding:16px 14px 104px;
    }

    .vo-hero h1{
        font-size:30px;
    }

    .vo-card,
    .vo-table-wrap,
    .vo-list-item,
    .vo-org-card,
    .vo-level-card,
    .vo-message,
    .vo-note,
    .vo-fin-kpi{
        border-radius:22px;
    }

    .vo-mobile-dock{
        position:fixed;
        left:12px;
        right:12px;
        bottom:max(12px,env(safe-area-inset-bottom));
        display:grid;
        grid-template-columns:repeat(5,minmax(0,1fr));
        gap:8px;
        padding:8px;
        border-radius:24px;
        border:1px solid rgba(255,255,255,.7);
        background:rgba(255,255,255,.84);
        box-shadow:0 20px 60px rgba(15,23,42,.16);
        backdrop-filter:blur(20px);
        z-index:24;
    }

    .vo-mobile-dock a{
        display:grid;
        justify-items:center;
        gap:6px;
        padding:8px 4px;
        border-radius:16px;
        text-decoration:none;
        color:#6b7280;
        font-size:10px;
        font-weight:620;
        letter-spacing:-.01em;
    }

    .vo-mobile-dock a.active{
        color:#8f1022;
        background:#fff2f4;
    }

    .vo-dock-icon{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        width:18px;
        height:18px;
    }

    .login-art{
        min-height:40svh;
        padding:30px 22px 34px;
    }

    .login-card-wrap{
        padding:20px 16px 28px;
    }
}

/* V75.25 - Financeiro consultor: filtro próprio de inadimplentes */
.vo-fin-date-filter-card{
    margin-bottom:18px;
}
.vo-fin-date-filter{
    display:grid;
    grid-template-columns:minmax(260px,1fr) minmax(160px,220px) minmax(160px,220px) auto;
    gap:14px;
    align-items:end;
}
.vo-fin-date-filter strong,
.vo-fin-date-filter span,
.vo-fin-date-filter label{
    display:block;
}
.vo-fin-date-filter > div > strong{
    font-size:15px;
    color:var(--text);
}
.vo-fin-date-filter > div > span{
    margin-top:4px;
    color:var(--muted);
    font-size:13px;
    line-height:1.35;
}
.vo-fin-date-filter label span{
    margin-bottom:7px;
    color:#667085;
    font-size:12px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.vo-fin-date-filter input[type="date"]{
    width:100%;
    height:46px;
    border:1px solid var(--border);
    border-radius:15px;
    padding:0 13px;
    background:#fff;
    color:var(--text);
    font:inherit;
}
@media(max-width:980px){
    .vo-fin-date-filter{
        grid-template-columns:1fr;
    }
    .vo-fin-date-filter .vo-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
    }
}


/* V75.26 - Avanço semanal no financeiro do consultor */
.vo-week-progress{
    min-width:170px;
    display:grid;
    gap:7px;
}
.vo-week-progress-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.vo-week-progress-top strong{
    color:#162033;
    font-size:14px;
    font-weight:900;
}
.vo-week-progress-top span{
    color:#667085;
    font-size:11px;
    font-weight:800;
    white-space:nowrap;
}
.vo-week-progress-bar{
    height:9px;
    border-radius:999px;
    background:#edf2f7;
    overflow:hidden;
    border:1px solid rgba(148,163,184,.18);
}
.vo-week-progress-bar span{
    display:block;
    height:100%;
    border-radius:inherit;
    background:linear-gradient(90deg,#c21833,#ef4560);
}
.vo-week-progress.ok .vo-week-progress-bar span{
    background:linear-gradient(90deg,#16a34a,#22c55e);
}
.vo-week-progress.warn .vo-week-progress-bar span{
    background:linear-gradient(90deg,#f59e0b,#fbbf24);
}
.vo-week-progress.low .vo-week-progress-bar span{
    background:linear-gradient(90deg,#c21833,#ef4560);
}

/* V75.27 - Meu Financeiro no menu lateral */
.vo-nav-group{
    display:grid;
    gap:4px;
}
.vo-nav-group-toggle{
    width:100%;
    min-height:48px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 13px;
    border:0;
    border-radius:16px;
    background:transparent;
    color:#c7ced9;
    font:inherit;
    font-size:14px;
    font-weight:620;
    letter-spacing:-.01em;
    text-align:left;
    cursor:pointer;
    transition:background-color .18s ease,color .18s ease,transform .18s ease;
}
.vo-nav-group-toggle:hover,
.vo-nav-group-toggle.active,
.vo-nav-group.active .vo-nav-group-toggle{
    background:linear-gradient(90deg,rgba(194,24,51,.24),rgba(194,24,51,.08));
    color:#fff;
}
.vo-nav-group-toggle .vo-nav-label{
    flex:1 1 auto;
}
.vo-nav-group-arrow{
    width:16px;
    height:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:transform .18s ease;
}
.vo-nav-group.is-open .vo-nav-group-arrow{
    transform:rotate(90deg);
}
.vo-nav-group-arrow svg{
    width:100%;
    height:100%;
}
.vo-nav-sub{
    display:none;
    gap:4px;
    margin:-2px 0 6px 44px;
    padding:4px 0 6px 10px;
    border-left:1px solid rgba(255,255,255,.12);
}
.vo-nav-group.is-open .vo-nav-sub{
    display:grid;
}
.vo-nav-sub a{
    min-height:34px;
    padding:8px 11px;
    border-radius:12px;
    color:#9aa4b2;
    font-size:12px;
    font-weight:720;
    text-decoration:none;
}
.vo-nav-sub a:hover,
.vo-nav-sub a.active{
    background:rgba(194,24,51,.18);
    color:#fff;
}
.vo-muted.compact{
    margin:4px 0 0;
    font-size:13px;
    line-height:1.35;
}
.vo-fin-tabs{
    display:none!important;
}
@media(max-width:820px){
    .vo-nav-sub{
        margin-left:40px;
        padding-left:10px;
    }
}

/* V75.30 - Visão Geral do Meu Financeiro mais resumida */
.vo-fin-overview-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(340px,420px);
    gap:18px;
    align-items:start;
}
.vo-fin-mini-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}
.vo-fin-mini-card{
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
    padding:15px;
    min-height:118px;
}
.vo-fin-mini-card span,
.vo-fin-action-list small{
    display:block;
    color:var(--muted);
    font-size:12px;
    line-height:1.35;
}
.vo-fin-mini-card span{
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.vo-fin-mini-card strong{
    display:block;
    margin:8px 0 5px;
    color:#e00018;
    font-size:24px;
    letter-spacing:-.04em;
}
.vo-fin-mini-card small{
    display:block;
    color:var(--muted);
    line-height:1.35;
}
.vo-fin-mini-card.highlight{
    background:linear-gradient(145deg,#fff7f8,#fff);
    border-color:rgba(194,24,51,.20);
}
.vo-fin-action-list{
    display:grid;
    gap:10px;
}
.vo-fin-action-list a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:13px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
    color:var(--text);
    text-decoration:none;
}
.vo-fin-action-list a:hover{
    border-color:rgba(194,24,51,.28);
    box-shadow:0 10px 24px rgba(15,23,42,.06);
}
.vo-fin-action-list strong{
    display:block;
    margin-bottom:3px;
}
.vo-fin-action-list em{
    flex:0 0 auto;
    border-radius:999px;
    background:#fff0f2;
    color:#9a1022;
    padding:7px 10px;
    font-style:normal;
    font-size:12px;
    font-weight:900;
}
@media(max-width:1180px){
    .vo-fin-overview-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:980px){
    .vo-fin-mini-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:620px){
    .vo-fin-mini-grid{
        grid-template-columns:1fr;
    }
}

/* V75.41 - Financeiro separado entre previa, fechamento e conferencia */
.vo-fin-status-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.vo-fin-state-card{
    border:1px solid var(--border);
    border-radius:20px;
    background:#fff;
    padding:16px;
    min-height:136px;
}
.vo-fin-state-card span{
    display:block;
    color:var(--muted);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.vo-fin-state-card strong{
    display:block;
    margin-top:8px;
    color:#111827;
    font-size:24px;
    letter-spacing:-.04em;
}
.vo-fin-state-card small{
    display:block;
    margin-top:8px;
    color:var(--muted);
    font-weight:800;
    line-height:1.45;
}
.vo-fin-state-card.is-primary{
    background:linear-gradient(145deg,#fff7f8,#fff);
    border-color:rgba(194,24,51,.22);
}
.vo-fin-flag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    padding:8px 12px;
    background:#fff7d6;
    color:#8a5a00;
    font-size:12px;
    font-weight:900;
}
.vo-fin-flag.ok{
    background:#eaf8ef;
    color:#166534;
}
.vo-fin-flag.red{
    background:#fff1f2;
    color:#9f1239;
}
.vo-fin-plain-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.vo-fin-balance-list{
    display:grid;
    gap:10px;
}
.vo-fin-balance-list div{
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
    padding:14px;
}
.vo-fin-balance-list span{
    display:block;
    color:var(--muted);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.vo-fin-balance-list strong{
    display:block;
    margin-top:8px;
    color:#111827;
    font-size:22px;
    letter-spacing:-.04em;
}
.vo-fin-balance-list small{
    display:block;
    margin-top:5px;
    color:var(--muted);
    font-weight:800;
}
.vo-fin-kpi-stack{
    display:grid;
    gap:14px;
}
.vo-fin-kpi-stack .vo-fin-kpi{
    margin:0;
}
.vo-fin-inline-note{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    border:1px dashed rgba(194,24,51,.22);
    border-radius:18px;
    background:#fff7f8;
    padding:14px;
}
.vo-fin-inline-note strong,
.vo-fin-inline-note span{
    display:block;
}
.vo-fin-inline-note span{
    color:#7c2d12;
    font-size:13px;
    line-height:1.45;
}
.vo-fin-inline-note a{
    flex:0 0 auto;
    color:#9a1022;
    font-size:12px;
    font-weight:900;
    text-decoration:none;
}
.vo-fin-consultor-filter{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(180px,220px);
    gap:12px;
}
.vo-fin-consultor-filter .vo-field,
.vo-fin-consultor-filter label{
    display:grid;
    gap:7px;
}
.vo-fin-consultor-filter span{
    color:var(--muted);
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.vo-fin-consultor-filter input,
.vo-fin-consultor-filter select{
    width:100%;
    min-height:48px;
    border:1px solid var(--border);
    border-radius:16px;
    background:#fff;
    padding:0 14px;
    font:inherit;
    color:var(--text);
}
@media(max-width:1180px){
    .vo-fin-status-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:820px){
    .vo-fin-status-grid,
    .vo-fin-plain-grid,
    .vo-fin-consultor-filter{
        grid-template-columns:1fr;
    }
}

/* V75.31 - Home Meu Escritório */
.vo-office-home{
    display:grid;
    gap:18px;
}
.vo-office-searchbar{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:58px;
    padding:0 18px;
    border:1px solid var(--border);
    border-radius:22px;
    background:rgba(255,255,255,.92);
    box-shadow:0 12px 28px rgba(15,23,42,.05);
}
.vo-office-searchbar span{
    color:#667085;
    font-size:26px;
    line-height:1;
}
.vo-office-searchbar input{
    width:100%;
    border:0;
    outline:0;
    background:transparent;
    color:var(--text);
    font:inherit;
    font-weight:700;
}
.vo-office-searchbar input::placeholder{
    color:#8a94a6;
}
.vo-office-top-grid{
    display:grid;
    grid-template-columns:minmax(360px,1.05fr) minmax(300px,.78fr) minmax(320px,.88fr);
    grid-template-areas:
        "profile actions cycle"
        "banner banner banner";
    gap:18px;
    align-items:stretch;
}
.vo-office-profile-card,
.vo-office-actions-card,
.vo-office-cycle-card,
.vo-office-summary-strip{
    background:rgba(255,255,255,.94);
    border:1px solid var(--border);
    border-radius:26px;
    box-shadow:var(--shadow);
}
.vo-office-profile-card{
    grid-area:profile;
    display:grid;
    grid-template-columns:150px minmax(0,1fr);
    gap:22px;
    padding:24px;
    overflow:hidden;
}
.vo-office-medal{
    align-self:center;
    justify-self:center;
    width:138px;
    height:138px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:
        radial-gradient(circle at 38% 32%,#fff1a7 0 8%,transparent 9%),
        radial-gradient(circle at 50% 50%,#f9d264 0 25%,#c89219 42%,#8c5a08 66%,#f6cf68 100%);
    border:7px solid #f6db8f;
    box-shadow:inset 0 5px 14px rgba(255,255,255,.54), inset 0 -12px 18px rgba(86,49,0,.25), 0 18px 26px rgba(92,61,0,.18);
}
.vo-office-medal span{
    width:76px;
    height:76px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff2ae;
    font-size:50px;
    text-shadow:0 4px 10px rgba(63,38,0,.35);
    background:radial-gradient(circle,#d9a622,#7b4e07);
    border:2px solid rgba(255,255,255,.38);
}
.vo-office-profile-copy h1{
    margin:0 0 10px;
    font-family:var(--font-display);
    font-size:27px;
    line-height:1.05;
    letter-spacing:-.06em;
    text-transform:uppercase;
}
.vo-office-level-dot{
    display:inline-flex;
    align-items:center;
    gap:6px;
    min-height:30px;
    padding:0 11px;
    border-radius:999px;
    background:#fff7e0;
    color:#8a5a00;
    border:1px solid rgba(217,164,34,.30);
    font-weight:1000;
    font-size:12px;
    text-transform:uppercase;
}
.vo-office-level-dot::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#d9a622;
    box-shadow:0 0 0 4px rgba(217,166,34,.15);
}
.vo-office-profile-list{
    list-style:none;
    display:grid;
    gap:8px;
    margin:16px 0;
    padding:0;
    color:#475467;
    font-weight:750;
}
.vo-office-profile-list li{
    display:flex;
    align-items:center;
    gap:8px;
}
.vo-office-profile-list li span{
    color:var(--red);
    font-weight:1000;
}
.vo-office-total{
    border-top:1px dashed var(--border);
    padding-top:12px;
}
.vo-office-total small,
.vo-office-summary-strip small{
    display:block;
    color:var(--muted);
    font-weight:850;
}
.vo-office-total strong{
    display:block;
    color:#e00018;
    font-size:26px;
    letter-spacing:-.05em;
    margin-top:2px;
}
.vo-office-total-meta{
    display:grid;
    gap:6px;
    margin-top:10px;
}
.vo-office-total-chip{
    display:inline-flex;
    align-items:center;
    gap:7px;
    width:max-content;
    min-height:28px;
    padding:0 11px;
    border-radius:999px;
    background:#fff0f2;
    color:#9a1022;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.vo-office-total-meta p{
    margin:0;
    color:#475467;
    font-size:12px;
    font-weight:780;
    line-height:1.45;
}
.vo-office-total-meta p.is-warning{
    color:#9a3412;
}
@media(max-width:820px){
    .vo-office-total-meta p{
        font-size:11px;
    }
}
.vo-office-actions-card{
    grid-area:actions;
    padding:22px;
    display:grid;
    gap:15px;
    align-content:center;
}
.vo-office-action-buttons{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}
.vo-office-action{
    min-height:138px;
    display:grid;
    place-items:center;
    text-align:center;
    gap:7px;
    border:1px solid rgba(194,24,51,.28);
    border-radius:20px;
    padding:16px;
    color:var(--red);
    background:#fff;
    text-decoration:none;
}
.vo-office-action.primary{
    color:#fff;
    background:linear-gradient(145deg,#c21833,#650917);
    box-shadow:0 18px 34px rgba(194,24,51,.22);
}
.vo-office-action span{
    font-size:30px;
    line-height:1;
}
.vo-office-action strong,
.vo-office-help strong{
    display:block;
    font-family:var(--font-display);
    font-size:15px;
}
.vo-office-action small,
.vo-office-help small{
    display:block;
    color:inherit;
    opacity:.82;
    line-height:1.3;
    font-size:12px;
}
.vo-office-help{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    min-height:64px;
    padding:13px 15px;
    border:1px solid var(--border);
    border-radius:18px;
    background:#fff;
    color:var(--text);
    text-decoration:none;
}
.vo-office-help > span{
    color:var(--red);
    font-size:24px;
}
.vo-office-help em{
    color:var(--muted);
    font-style:normal;
    font-size:28px;
}
.vo-office-cycle-card{
    grid-area:cycle;
    padding:24px;
}
.vo-office-section-title{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
}
.vo-office-section-title span{
    width:46px;
    height:46px;
    border-radius:16px;
    display:grid;
    place-items:center;
    color:var(--red);
    background:#fff0f2;
    font-size:22px;
}
.vo-office-section-title h2{
    margin:0;
    font-family:var(--font-display);
    letter-spacing:-.04em;
}
.vo-office-countdown{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}
.vo-office-countdown div{
    min-height:88px;
    display:grid;
    place-items:center;
    border:1px solid var(--border);
    border-radius:17px;
    background:#fff;
}
.vo-office-countdown strong{
    display:block;
    color:var(--red);
    font-size:34px;
    line-height:1;
    letter-spacing:-.05em;
}
.vo-office-countdown span{
    display:block;
    color:#475467;
    font-size:12px;
    font-weight:800;
}
.vo-office-cycle-progress{
    height:9px;
    margin:18px 0 16px;
    border-radius:999px;
    background:#f5d4da;
    overflow:hidden;
}
.vo-office-cycle-progress span{
    display:block;
    height:100%;
    background:linear-gradient(90deg,#c21833,#e00018);
    border-radius:inherit;
}
.vo-office-cycle-dates{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:13px 16px;
    border-radius:16px;
    background:#f8fafc;
    color:#475467;
    font-weight:800;
    font-size:13px;
}
.vo-office-banner-shell{
    grid-area:banner;
    min-width:0;
}
.vo-office-banners{
    position:relative;
    border-radius:26px;
    overflow:hidden;
    min-height:250px;
    box-shadow:var(--shadow);
}
.vo-office-banner{
    display:none;
    min-height:250px;
    padding:42px 44px;
    color:#fff;
    background:
        radial-gradient(circle at 75% 30%,rgba(255,221,88,.28),transparent 18%),
        linear-gradient(120deg,#1d0208 0%,#760d20 52%,#260006 100%);
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
}
.vo-office-banner.active{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.vo-office-banner.is-dark{
    background:linear-gradient(120deg,#060914,#182033 48%,#710a1b 100%);
}
.vo-office-banner.is-gold{
    background:linear-gradient(120deg,#2a1300,#8d5200 52%,#180c00 100%);
}
.vo-office-banner.has-image{
    background-image:
        linear-gradient(90deg,rgba(25,0,5,.82),rgba(98,0,13,.28)),
        var(--vo-banner-desktop-image);
}
.vo-office-banner::after{
    content:"";
    position:absolute;
    inset:auto -30px -90px 45%;
    height:210px;
    background:radial-gradient(circle,rgba(255,255,255,.16),transparent 55%);
    transform:rotate(-8deg);
}
.vo-office-banner > div:first-child{
    position:relative;
    z-index:2;
    max-width:620px;
}
.vo-office-banner span{
    display:block;
    font-weight:1000;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#fff;
    opacity:.95;
}
.vo-office-banner h2{
    margin:8px 0 10px;
    max-width:620px;
    font-family:var(--font-display);
    font-size:38px;
    line-height:1.02;
    letter-spacing:-.06em;
    text-transform:uppercase;
}
.vo-office-banner p{
    margin:0 0 24px;
    color:rgba(255,255,255,.88);
    font-size:17px;
    line-height:1.4;
}
.vo-office-banner a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 20px;
    border-radius:13px;
    background:#fff;
    color:var(--red);
    text-decoration:none;
    font-weight:1000;
}
.vo-office-banner-art{
    position:relative;
    z-index:2;
    width:210px;
    min-width:210px;
    height:160px;
    display:grid;
    place-items:center;
    font-size:92px;
    opacity:.95;
}
.vo-office-banner-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:0;
    border-radius:999px;
    color:#fff;
    background:rgba(0,0,0,.30);
    font-size:32px;
    cursor:pointer;
    z-index:4;
}
.vo-office-banner-arrow.prev{left:18px}
.vo-office-banner-arrow.next{right:18px}
.vo-office-banner-dots{
    position:absolute;
    left:0;
    right:0;
    bottom:18px;
    display:flex;
    justify-content:center;
    gap:8px;
    z-index:5;
}
.vo-office-banner-dots button{
    width:9px;
    height:9px;
    border:0;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    cursor:pointer;
}
.vo-office-banner-dots button.active{
    width:22px;
    background:#e00018;
}
.vo-office-summary-strip article > span{
    width:48px;
    height:48px;
    border-radius:18px;
    display:grid;
    place-items:center;
    color:var(--red);
    background:#fff0f2;
    font-size:24px;
    font-weight:1000;
}
.vo-office-summary-strip{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    padding:18px;
}
.vo-office-summary-strip article{
    display:flex;
    align-items:center;
    gap:15px;
    padding:6px 20px;
    border-right:1px solid var(--border);
}
.vo-office-summary-strip article:last-child{
    border-right:0;
}
.vo-office-summary-strip strong{
    display:block;
    margin-top:4px;
    color:#121827;
    font-size:18px;
    letter-spacing:-.04em;
}
.vo-office-summary-strip article:nth-child(1) strong,
.vo-office-summary-strip article:nth-child(2) strong{
    color:#e00018;
}
.vo-office-summary-strip article.is-recurrence > span{
    font-size:16px;
}
.vo-office-summary-strip article.is-recurrence strong{
    color:#e00018;
}
.vo-office-summary-strip em{
    display:block;
    height:8px;
    margin-top:7px;
    border-radius:999px;
    background:#f5d4da;
    overflow:hidden;
}
.vo-office-summary-strip i{
    display:block;
    height:100%;
    border-radius:inherit;
    background:linear-gradient(90deg,#ff1746,#e00018 55%,#8f0015);
    box-shadow:0 0 16px rgba(255,23,70,.58);
}
@media(max-width:1280px){
    .vo-office-top-grid{grid-template-columns:1fr 1fr;grid-template-areas:"profile actions" "banner banner" "cycle cycle"}.vo-office-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vo-office-summary-strip article{border:1px solid var(--border);border-radius:18px;background:#fff}
}
@media(max-width:820px){
    .vo-topbar-copy span,.vo-topbar-chip{display:none}.vo-office-home{gap:12px}.vo-office-searchbar{min-height:54px;border-radius:18px}.vo-office-top-grid{grid-template-columns:1fr;grid-template-areas:"profile" "banner" "actions" "cycle";gap:12px}.vo-office-profile-card{grid-template-columns:92px minmax(0,1fr);gap:12px;padding:16px;border-radius:20px;background:linear-gradient(135deg,#7d0a1b,#2a0107);color:#fff}.vo-office-profile-copy h1{font-size:17px;color:#fff}.vo-office-profile-list{grid-template-columns:1fr 1fr;gap:7px 10px;color:rgba(255,255,255,.84);font-size:11px}.vo-office-profile-list li span{color:#fff}.vo-office-total{border-top:1px dashed rgba(255,255,255,.22)}.vo-office-total small{color:rgba(255,255,255,.72)}.vo-office-total strong{font-size:19px;color:#fff}.vo-office-medal{width:82px;height:82px;border-width:4px}.vo-office-medal span{width:48px;height:48px;font-size:30px}.vo-office-actions-card{padding:0;background:transparent;border:0;box-shadow:none}.vo-office-action-buttons{grid-template-columns:1fr 1fr}.vo-office-action{min-height:92px;border-radius:16px}.vo-office-action small{display:none}.vo-office-help{border-radius:16px;min-height:52px}.vo-office-cycle-card{padding:16px;border-radius:20px}.vo-office-section-title h2{font-size:20px}.vo-office-section-title span{width:38px;height:38px}.vo-office-countdown{gap:7px}.vo-office-countdown div{min-height:70px;border-radius:13px}.vo-office-countdown strong{font-size:24px}.vo-office-cycle-dates{font-size:11px;padding:10px}.vo-office-banners{border-radius:18px}.vo-office-banner{padding:22px}.vo-office-banner h2{font-size:20px}.vo-office-banner p{font-size:12px;margin-bottom:10px}.vo-office-banner a{min-height:30px;border-radius:9px;font-size:11px;padding:0 12px}.vo-office-banner-art{display:none}.vo-office-banner-arrow{width:30px;height:30px;font-size:24px}.vo-office-banner-arrow.prev{left:8px}.vo-office-banner-arrow.next{right:8px}.vo-office-banner-dots{bottom:8px}.vo-office-summary-strip{grid-template-columns:1fr;padding:10px;border-radius:18px}.vo-office-summary-strip article{padding:10px;border:0;border-bottom:1px solid var(--border);border-radius:0}.vo-office-summary-strip article:last-child{border-bottom:0}.vo-office-summary-strip article > span{width:36px;height:36px;border-radius:14px;font-size:18px}.vo-office-summary-strip strong{font-size:15px}
}
@media(max-width:420px){
    .vo-office-profile-list{grid-template-columns:1fr}.vo-office-profile-list li:nth-child(3){grid-column:auto}.vo-office-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
    .vo-office-banner.has-image{
        background-image:
            linear-gradient(90deg,rgba(25,0,5,.78),rgba(98,0,13,.22)),
            var(--vo-banner-mobile-image, var(--vo-banner-desktop-image));
    }
}

/* V75.32 - ajuste fino do mobile: dock compacto e drawer acima do blur */
@media(max-width:820px){
    .vo-sidebar{
        z-index:60;
    }

    .vo-sidebar-backdrop{
        z-index:50;
        background:rgba(15,23,42,.46);
        backdrop-filter:blur(5px);
    }

    .vo-menu-open .vo-mobile-dock{
        opacity:0;
        pointer-events:none;
        transform:translateY(14px);
    }

    .vo-mobile-dock{
        left:10px;
        right:10px;
        bottom:calc(8px + env(safe-area-inset-bottom));
        grid-template-columns:repeat(5,minmax(0,1fr));
        gap:4px;
        padding:6px;
        max-height:74px;
        overflow:hidden;
        border-radius:22px;
        background:rgba(255,255,255,.95);
        border:1px solid rgba(226,232,240,.95);
        box-shadow:0 16px 42px rgba(15,23,42,.16);
        backdrop-filter:blur(14px);
        transition:opacity .18s ease,transform .18s ease;
    }

    .vo-mobile-dock a:nth-child(n+6){
        display:none;
    }

    .vo-mobile-dock a{
        min-width:0;
        min-height:58px;
        gap:4px;
        padding:6px 2px;
        border-radius:16px;
        font-size:9.5px;
        line-height:1.05;
    }

    .vo-mobile-dock a > span:last-child{
        display:block;
        width:100%;
        max-width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        text-align:center;
    }

    .vo-mobile-dock a.active{
        background:#fff0f2;
        color:#9a1022;
        box-shadow:inset 0 0 0 1px rgba(194,24,51,.08);
    }

    .vo-dock-icon{
        width:20px;
        height:20px;
    }

    .vo-dock-icon svg{
        width:20px;
        height:20px;
    }

    .vo-content{
        padding-bottom:calc(92px + env(safe-area-inset-bottom));
    }
}

@media(max-width:380px){
    .vo-mobile-dock{
        left:8px;
        right:8px;
        border-radius:20px;
    }

    .vo-mobile-dock a{
        font-size:9px;
    }
}


/* V75.33 - trava anti-overlay no mobile
   O backdrop só pode aparecer quando o menu lateral estiver aberto de verdade.
   Isso evita a home ficar embaçada/cinza no mobile quando o drawer está fechado. */
.vo-sidebar-backdrop[hidden],
.vo-sidebar-backdrop.is-hidden{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
}

@media(max-width:820px){
    html:not(.vo-menu-open) .vo-sidebar-backdrop,
    body:not(.vo-menu-open) .vo-sidebar-backdrop{
        display:none!important;
        opacity:0!important;
        visibility:hidden!important;
        pointer-events:none!important;
        backdrop-filter:none!important;
        -webkit-backdrop-filter:none!important;
    }

    .vo-sidebar-backdrop{
        display:none!important;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        background:rgba(15,23,42,.20);
        backdrop-filter:none!important;
        -webkit-backdrop-filter:none!important;
        transition:opacity .16s ease,visibility .16s ease;
    }

    html.vo-menu-open .vo-sidebar-backdrop:not([hidden]){
        display:block!important;
        opacity:1;
        visibility:visible;
        pointer-events:auto;
    }

    html.vo-menu-open .vo-sidebar.open ~ .vo-sidebar-backdrop{
        display:block!important;
    }

    .vo-sidebar{
        will-change:transform;
    }

    .vo-sidebar:not(.open){
        transform:translateX(-108%)!important;
    }
}

/* V75.34 - padronizacao mobile das telas do portal */
.vo-fin-hero-actions{
    align-items:stretch;
}

.vo-fin-competencia-form{
    display:flex;
    align-items:end;
    gap:10px;
    padding:6px;
    border:1px solid var(--border);
    border-radius:18px;
    background:rgba(255,255,255,.92);
    box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.vo-fin-competencia-form label{
    display:grid;
    gap:5px;
    min-width:180px;
    margin:0;
}

.vo-fin-competencia-form span{
    color:#667085;
    font-size:11px;
    font-weight:800;
    letter-spacing:0;
    text-transform:uppercase;
}

.vo-fin-competencia-form select{
    width:100%;
    height:40px;
    border:1px solid var(--border);
    border-radius:13px;
    padding:0 12px;
    background:#fff;
    color:var(--text);
    font:inherit;
}

.vo-fin-estimate-alert{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin:0 0 18px;
    padding:14px;
    border:1px solid #fde68a;
    border-radius:20px;
    background:#fff7d6;
    color:#7c4a00;
}

.vo-fin-estimate-icon{
    display:grid;
    place-items:center;
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:13px;
    background:#fff;
    font-size:18px;
}

.vo-fin-estimate-alert strong,
.vo-fin-estimate-alert p{
    display:block;
}

.vo-fin-estimate-alert strong{
    color:#5c3900;
}

.vo-fin-estimate-alert p{
    margin:3px 0 0;
    line-height:1.4;
}

.vo-fin-action-list a > span{
    min-width:0;
}

.vo-fin-action-list strong,
.vo-fin-action-list small{
    overflow-wrap:anywhere;
}

.vo-main,
.vo-content,
.vo-card,
.vo-form-stack,
.vo-grid,
.vo-fin-kpis,
.vo-fin-overview-grid,
.vo-fin-mini-grid,
.vo-meta-grid{
    min-width:0;
}

.vo-grid > *,
.vo-fin-kpis > *,
.vo-fin-overview-grid > *,
.vo-fin-mini-grid > *,
.vo-meta-grid > *{
    min-width:0;
}

@media(max-width:820px){
    body.vo-shell{
        min-width:0;
    }

    .vo-content{
        width:100%;
        max-width:none;
        padding-left:14px;
        padding-right:14px;
    }

    .vo-hero{
        display:grid;
        gap:12px;
        margin-bottom:14px;
    }

    .vo-hero h1{
        margin-bottom:4px;
        font-size:22px;
        line-height:1.12;
        letter-spacing:0;
    }

    .vo-hero p{
        max-width:none;
        font-size:13px;
        line-height:1.38;
    }

    .vo-hero .vo-actions{
        display:grid;
        grid-template-columns:1fr;
        gap:8px;
        width:100%;
    }

    .vo-hero .vo-actions .vo-btn,
    .vo-fin-competencia-form .vo-btn{
        width:100%;
        min-width:0;
        flex:none;
    }

    .vo-fin-competencia-form{
        width:100%;
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        gap:8px;
        padding:10px;
        border-radius:18px;
    }

    .vo-fin-competencia-form label{
        min-width:0;
    }

    .vo-grid{
        gap:10px;
    }

    .vo-grid.cols-4,
    .vo-grid.cols-3,
    .vo-fin-kpis,
    .vo-fin-mini-grid,
    .vo-meta-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .vo-grid.cols-2,
    .vo-fin-overview-grid{
        grid-template-columns:1fr!important;
    }

    .vo-grid.cols-3 > :first-child{
        grid-column:1/-1;
    }

    .vo-card,
    .vo-table-wrap,
    .vo-list-item,
    .vo-level-card,
    .vo-message,
    .vo-note,
    .vo-fin-kpi{
        border-radius:18px;
    }

    .vo-card{
        padding:15px;
    }

    .vo-kpi{
        min-height:112px;
    }

    .vo-kpi span,
    .vo-level-card span,
    .vo-meta-grid span,
    .vo-summary-list span{
        font-size:10.5px;
        letter-spacing:0;
    }

    .vo-kpi strong,
    .vo-level-card strong{
        margin-top:5px;
        font-size:24px;
        line-height:1.05;
        letter-spacing:0;
        overflow-wrap:anywhere;
    }

    .vo-kpi small,
    .vo-level-card small{
        margin-top:5px;
        font-size:11px;
        line-height:1.28;
    }

    .vo-fin-kpis{
        gap:10px;
        margin-bottom:14px;
    }

    .vo-fin-kpi{
        display:grid;
        align-content:start;
        gap:8px;
        min-height:118px;
        padding:13px;
    }

    .vo-fin-kpis .vo-fin-kpi:first-child{
        grid-column:1/-1;
        grid-template-columns:38px minmax(0,1fr);
        align-items:center;
        min-height:96px;
    }

    .vo-fin-icon{
        width:38px;
        height:38px;
        font-size:18px;
    }

    .vo-fin-kpi small{
        font-size:11px;
        line-height:1.25;
    }

    .vo-fin-kpi strong{
        margin:4px 0 3px;
        font-size:20px;
        line-height:1.08;
        letter-spacing:0;
        overflow-wrap:anywhere;
    }

    .vo-fin-kpi em{
        font-size:11px;
        line-height:1.25;
    }

    .vo-fin-card-head,
    .vo-section-head{
        margin-bottom:12px;
    }

    .vo-fin-card-head h2,
    .vo-section-head h2{
        font-size:18px;
        line-height:1.18;
        letter-spacing:0;
    }

    .vo-summary-list{
        gap:8px;
    }

    .vo-summary-list div,
    .vo-meta-grid div{
        padding:11px;
        border-radius:15px;
        min-width:0;
    }

    .vo-fin-summary div{
        align-items:flex-start;
        flex-wrap:wrap;
    }

    .vo-fin-summary strong{
        max-width:100%;
        text-align:left;
        overflow-wrap:anywhere;
    }

    .vo-fin-mini-card{
        min-height:108px;
        padding:12px;
        border-radius:16px;
    }

    .vo-fin-mini-card span{
        font-size:10.5px;
        letter-spacing:0;
    }

    .vo-fin-mini-card strong{
        font-size:20px;
        line-height:1.08;
        letter-spacing:0;
        overflow-wrap:anywhere;
    }

    .vo-fin-action-list{
        gap:8px;
    }

    .vo-fin-action-list a{
        min-height:62px;
        padding:11px;
        border-radius:16px;
    }

    .vo-fin-action-list em{
        padding:6px 9px;
        font-size:11px;
    }

    .vo-table-wrap{
        max-width:100%;
        border-radius:18px;
    }

    .vo-table-wrap.flat{
        border-radius:16px;
    }

    .vo-table{
        min-width:680px;
    }

    .vo-table-wrap.mini .vo-table{
        min-width:540px;
    }

    .vo-table th,
    .vo-table td{
        padding:11px;
    }

    .vo-fin-date-filter{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
    }

    .vo-fin-date-filter > div:first-child,
    .vo-fin-date-filter .vo-actions{
        grid-column:1/-1;
    }

    .vo-fin-date-filter .vo-actions{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .vo-fin-estimate-alert{
        gap:10px;
        margin-bottom:14px;
        padding:12px;
        border-radius:18px;
    }

    .vo-fin-estimate-alert p{
        font-size:12px;
    }
}

@media(max-width:360px){
    .vo-grid.cols-4,
    .vo-grid.cols-3,
    .vo-fin-kpis,
    .vo-fin-mini-grid,
    .vo-meta-grid,
    .vo-fin-date-filter,
    .vo-fin-competencia-form{
        grid-template-columns:1fr!important;
    }

    .vo-kpi,
    .vo-fin-kpi{
        min-height:auto;
    }
}

/* V75.37 - proporção oficial dos banners: desktop 1440x360 e mobile 720x260 */
.vo-office-banners{
    aspect-ratio:4 / 1;
    min-height:0 !important;
}
.vo-office-banner{
    position:absolute;
    inset:0;
    min-height:0 !important;
    height:100%;
    box-sizing:border-box;
}
.vo-office-banner.has-image{
    background-image:linear-gradient(120deg,#130106,#39020b 52%,#120005) !important;
    background-size:cover !important;
    background-position:center !important;
}
.vo-office-banner.is-image.has-image,
.vo-office-banner.is-pure-image.has-image{
    background:#0b0f19 !important;
}
.vo-office-banner-picture{
    position:absolute;
    inset:0;
    z-index:0;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
    overflow:hidden;
}
.vo-office-banner-picture img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}
.vo-office-banner.has-image:not(.is-pure-image)::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(90deg,rgba(20,0,6,.82),rgba(20,0,6,.44) 45%,rgba(20,0,6,.10));
    pointer-events:none;
}
.vo-office-banner.is-pure-image::before,
.vo-office-banner.is-pure-image::after,
.vo-office-banner.is-image::after{
    display:none;
}
.vo-office-banner-copy{
    position:relative;
    z-index:2;
    max-width:620px;
}
.vo-office-banner.is-pure-image.active{
    justify-content:center;
    align-items:center;
    padding:0;
}
.vo-office-banner.is-pure-image .vo-office-banner-picture img{
    object-fit:cover;
}
@media(max-width:820px){
    .vo-office-banners{
        aspect-ratio:36 / 13;
        min-height:0 !important;
    }
    .vo-office-banner{
        min-height:0 !important;
        padding:0;
    }
    .vo-office-banner.has-image{
        background-image:linear-gradient(120deg,#130106,#39020b 52%,#120005) !important;
    }
    .vo-office-banner.has-image:not(.is-pure-image)::before{
        background:linear-gradient(90deg,rgba(20,0,6,.72),rgba(20,0,6,.26));
    }
    .vo-office-banner-copy{
        padding:22px;
        max-width:56%;
    }
    .vo-office-banner.is-pure-image{
        padding:0 !important;
    }
    .vo-office-banner.is-pure-image .vo-office-banner-copy{
        padding:0;
        max-width:none;
    }
}

/* V75.39 - Minha equipe: modal na lista e contencao mobile */
.vo-team-page{
    min-width:0;
}

.vo-team-page .vo-card,
.vo-team-page .vo-table-wrap{
    min-width:0;
}

.vo-team-consultor-link{
    display:inline-flex;
    max-width:100%;
    color:var(--text);
    font-weight:1000;
    line-height:1.3;
    text-decoration:none;
}

.vo-team-consultor-link strong{
    display:block;
    overflow-wrap:anywhere;
}

.vo-team-consultor-link:hover{
    color:var(--red);
    text-decoration:underline;
}

@media(max-width:820px){
    .vo-team-page .vo-filter-grid.org{
        grid-template-columns:1fr;
    }

    .vo-team-page .vo-filter-grid.org .form-group,
    .vo-team-page .vo-filter-grid.org .vo-actions{
        min-width:0;
        width:100%;
    }

    .vo-team-page .vo-filter-grid.org .vo-btn{
        width:100%;
    }

    .vo-team-page .vo-table-wrap{
        overflow-x:auto;
        overscroll-behavior-x:contain;
        -webkit-overflow-scrolling:touch;
    }

    .vo-team-page .vo-table{
        min-width:620px;
    }
}

@media(max-width:480px){
    .vo-team-page .vo-table{
        min-width:560px;
    }
}

/* V75.40 - Home: meta por graduação histórica e popover de ajuda */
.vo-office-summary-strip article{
    position:relative;
}

.vo-office-summary-title-row{
    display:flex;
    align-items:center;
    gap:8px;
}

.vo-office-summary-title-row > small{
    margin:0;
}

.vo-office-summary-note{
    display:block;
    margin-top:5px;
    color:#64748b;
    font-size:12px;
    font-weight:800;
    line-height:1.35;
}

.vo-office-summary-note.is-rule{
    margin-top:3px;
    color:#94a3b8;
    font-size:11px;
}

.vo-office-info-popover{
    position:relative;
}

.vo-office-info-popover summary{
    list-style:none;
    width:22px;
    height:22px;
    display:grid;
    place-items:center;
    border-radius:999px;
    border:1px solid rgba(194,24,51,.18);
    background:#fff3f5;
    color:var(--red);
    cursor:pointer;
    font-size:12px;
    font-weight:1000;
    line-height:1;
}

.vo-office-info-popover summary::-webkit-details-marker{
    display:none;
}

.vo-office-info-popover[open] summary{
    background:var(--red);
    border-color:var(--red);
    color:#fff;
}

.vo-office-info-card{
    position:absolute;
    right:0;
    top:30px;
    width:min(300px, calc(100vw - 56px));
    padding:14px;
    border:1px solid #f3d6dc;
    border-radius:18px;
    background:#fff;
    box-shadow:0 18px 40px rgba(15,23,42,.16);
    z-index:20;
}

.vo-office-info-card strong{
    display:block;
    margin:0 0 8px;
    color:#111827;
    font-size:15px;
}

.vo-office-info-card p{
    margin:0;
    color:#4b5563;
    font-size:12px;
    font-weight:700;
    line-height:1.45;
}

.vo-office-info-card p + p{
    margin-top:6px;
}

.vo-office-info-card .is-emphasis{
    color:#111827;
}

.vo-office-info-card .is-warning{
    color:#b11226;
}

@media(max-width:820px){
    .vo-office-summary-note{
        font-size:11px;
    }

    .vo-office-summary-note.is-rule{
        font-size:10px;
    }

    .vo-office-info-card{
        left:0;
        right:auto;
        width:min(280px, calc(100vw - 48px));
    }
}

/* V75.42 - Central de Notificações VO360 */
.vo-notif-bell{
    position:relative;
    width:42px;
    height:42px;
    border:1px solid var(--border);
    border-radius:16px;
    display:grid;
    place-items:center;
    color:var(--text);
    background:#fff;
    text-decoration:none;
    box-shadow:0 10px 26px rgba(15,23,42,.06);
}
.vo-notif-bell svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.vo-notif-bell span{
    position:absolute;
    top:-7px;
    right:-7px;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#e00018;
    color:#fff;
    font-size:11px;
    font-weight:1000;
    border:2px solid #fff;
}
.vo-notif-hero{
    align-items:center;
}
.vo-eyebrow{
    display:block;
    color:var(--red);
    font-weight:1000;
    letter-spacing:.06em;
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:6px;
}
.vo-alert{
    border-radius:18px;
    padding:14px 16px;
    margin-bottom:14px;
    border:1px solid var(--border);
    background:#fff;
    color:var(--text);
    font-weight:800;
}
.vo-alert-warning{
    border-color:#fde68a;
    background:#fffbeb;
    color:#92400e;
}
.vo-notif-list{
    display:grid;
    gap:14px;
}
.vo-notif-card{
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    gap:14px;
    align-items:flex-start;
    padding:18px;
}
.vo-notif-card.is-unread{
    border-color:rgba(224,0,24,.25);
    box-shadow:0 16px 40px rgba(224,0,24,.08);
}
.vo-notif-card.is-read{
    opacity:.82;
}
.vo-notif-icon{
    width:52px;
    height:52px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:#fff0f2;
    color:var(--red);
    font-weight:1000;
    font-size:22px;
}
.vo-notif-head{
    display:flex;
    justify-content:space-between;
    gap:10px;
    align-items:center;
    margin-bottom:6px;
}
.vo-notif-head span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 9px;
    border-radius:999px;
    background:#fff1f2;
    color:#9f1239;
    text-transform:uppercase;
    letter-spacing:.04em;
    font-size:11px;
    font-weight:1000;
}
.vo-notif-head small,
.vo-notif-read{
    color:var(--muted);
    font-size:12px;
}
.vo-notif-body h2{
    margin:0 0 8px;
    font-size:20px;
    letter-spacing:-.04em;
}
.vo-notif-body p{
    margin:0 0 14px;
    color:#475467;
    line-height:1.55;
}
.vo-empty-card{
    text-align:center;
    padding:28px;
}
@media(max-width:820px){
    .vo-notif-bell{
        width:38px;
        height:38px;
        border-radius:14px;
    }
    .vo-notif-card{
        grid-template-columns:42px minmax(0,1fr);
        padding:14px;
        border-radius:18px;
    }
    .vo-notif-icon{
        width:42px;
        height:42px;
        border-radius:15px;
        font-size:18px;
    }
    .vo-notif-head{
        align-items:flex-start;
        flex-direction:column;
    }
    .vo-notif-body h2{
        font-size:17px;
    }
}

/* V75.43 - anexos nas notificações */
.vo-notif-attachments{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin:14px 0 16px;
}
.vo-notif-attachments a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:38px;
    padding:8px 12px;
    border:1px solid rgba(194,24,51,.16);
    border-radius:999px;
    background:#fff7f8;
    color:#344054;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
}
.vo-notif-attachments a span{
    color:#c21833;
    font-size:10px;
    letter-spacing:.06em;
}
.vo-notif-attachments a strong{
    max-width:260px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
@media(max-width:820px){
    .vo-notif-attachments{
        display:grid;
        grid-template-columns:1fr;
    }
    .vo-notif-attachments a{
        border-radius:14px;
        justify-content:flex-start;
    }
    .vo-notif-attachments a strong{
        max-width:100%;
        white-space:normal;
    }
}

/* V75.45 - PWA, notificações do navegador e alerta sonoro */
.vo-topbar-actions{
    gap:10px;
}
.vo-notif-bell.has-unread{
    color:#e00018;
    border-color:rgba(224,0,24,.22);
    box-shadow:0 16px 34px rgba(224,0,24,.14);
}
.vo-notif-bell.has-unread svg{
    animation:voBellPulse 1.8s ease-in-out infinite;
}
@keyframes voBellPulse{
    0%,100%{transform:rotate(0deg)}
    20%{transform:rotate(-9deg)}
    40%{transform:rotate(8deg)}
    60%{transform:rotate(-4deg)}
    80%{transform:rotate(3deg)}
}
.vo-notif-permission{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:0 26px;
    padding:14px 16px;
    border:1px solid rgba(194,24,51,.16);
    border-radius:20px;
    background:linear-gradient(135deg,#fff,#fff5f6);
    box-shadow:0 14px 36px rgba(15,23,42,.07);
}
.vo-notif-permission[hidden]{display:none!important}
.vo-notif-permission strong{
    display:block;
    color:#121827;
    font-size:14px;
    font-weight:1000;
}
.vo-notif-permission span{
    display:block;
    color:var(--muted);
    font-size:12px;
    margin-top:2px;
}
.vo-pwa-card{
    margin:12px 12px 0;
    padding:14px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:20px;
    background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
    color:#e5e7eb;
}
.vo-pwa-card strong,
.vo-pwa-card span{
    display:block;
}
.vo-pwa-card strong{
    font-size:13px;
    font-weight:1000;
}
.vo-pwa-card span{
    margin-top:4px;
    color:#9ca3af;
    font-size:11px;
    line-height:1.35;
}
.vo-pwa-action,
.vo-pwa-link{
    width:100%;
    min-height:36px;
    margin-top:10px;
    border:0;
    border-radius:13px;
    font-weight:1000;
    cursor:pointer;
}
.vo-pwa-action{
    background:#e00018;
    color:#fff;
}
.vo-pwa-link{
    background:rgba(255,255,255,.08);
    color:#fff;
}
.vo-mobile-notif-pill{
    position:fixed;
    left:14px;
    right:14px;
    bottom:86px;
    z-index:45;
    min-height:42px;
    border-radius:16px;
    display:none;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#fff;
    background:linear-gradient(135deg,#e00018,#7d0a1b);
    text-decoration:none;
    font-size:13px;
    font-weight:1000;
    box-shadow:0 18px 42px rgba(224,0,24,.26);
}
.vo-mobile-notif-pill span{
    min-width:24px;
    height:24px;
    padding:0 7px;
    border-radius:999px;
    display:grid;
    place-items:center;
    color:#e00018;
    background:#fff;
    font-size:12px;
}
.vo-mobile-notif-pill[hidden]{display:none!important}
.vo-ios-modal{
    position:fixed;
    inset:0;
    z-index:120;
    display:grid;
    place-items:center;
    padding:18px;
    background:rgba(15,23,42,.58);
    backdrop-filter:blur(8px);
}
.vo-ios-modal[hidden]{display:none!important}
.vo-ios-modal-card{
    position:relative;
    width:min(460px,100%);
    padding:24px;
    border-radius:26px;
    background:#fff;
    color:#121827;
    box-shadow:0 30px 80px rgba(15,23,42,.28);
}
.vo-ios-modal-card h2{
    margin:0 0 12px;
    font-size:24px;
    letter-spacing:-.04em;
}
.vo-ios-modal-card ol{
    margin:0 0 14px;
    padding-left:22px;
    color:#344054;
    line-height:1.65;
    font-weight:800;
}
.vo-ios-modal-card p{
    margin:0;
    color:#667085;
    line-height:1.5;
}
.vo-ios-close{
    position:absolute;
    top:12px;
    right:12px;
    width:34px;
    height:34px;
    border:0;
    border-radius:12px;
    background:#f2f4f7;
    color:#344054;
    font-size:22px;
    cursor:pointer;
}
.vo-notif-hero-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
}
.vo-notif-hero-actions form{margin:0}
@media(max-width:820px){
    .vo-notif-permission{
        margin:10px 14px 0;
        align-items:stretch;
        flex-direction:column;
        border-radius:18px;
    }
    .vo-notif-permission .vo-btn{
        width:100%;
    }
    .vo-mobile-notif-pill{
        display:flex;
    }
    .vo-menu-open .vo-mobile-notif-pill{
        opacity:0;
        pointer-events:none;
        transform:translateY(10px);
    }
    .vo-pwa-card{
        display:block;
    }
    .vo-notif-hero-actions{
        width:100%;
        justify-content:stretch;
    }
    .vo-notif-hero-actions .vo-btn,
    .vo-notif-hero-actions form{
        width:100%;
    }
}
@media(min-width:821px){
    .vo-pwa-card{
        display:none;
    }
}

/* V75.52 - limpeza da central de notificações do consultor */
.vo-notif-card{position:relative;}
.vo-notif-select{position:absolute;top:18px;right:18px;z-index:2;width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#fff;border:1px solid var(--border);box-shadow:0 8px 20px rgba(15,23,42,.08);cursor:pointer;}
.vo-notif-select input{width:16px;height:16px;accent-color:var(--red);}
.vo-notif-read-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px;}
.vo-notif-read-actions form{margin:0;}
.vo-notif-read-actions .vo-btn{min-height:34px;padding:0 12px;font-size:12px;border-radius:10px;}
@media(max-width:820px){
    .vo-notif-select{top:12px;right:12px;}
    .vo-notif-read-actions{align-items:flex-start;}
}

.vo-office-action{
    min-height:76px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:left;
    gap:12px;
    padding:12px 14px;
}
.vo-office-action-icon{
    width:38px;
    min-width:38px;
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    background:#fff0f2;
    color:var(--red);
    font-size:0;
}
.vo-office-action.primary .vo-office-action-icon{
    background:rgba(255,255,255,.16);
    color:#fff;
}
.vo-office-action-icon svg{
    width:19px;
    height:19px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.vo-office-action-copy{
    display:grid;
    gap:2px;
    min-width:0;
}
.vo-office-action-copy strong{
    line-height:1.15;
}
.vo-office-action-copy small{
    line-height:1.25;
}
@media(max-width:820px){
    .vo-office-action{
        min-height:64px;
        border-radius:14px;
        padding:10px 11px;
    }
    .vo-office-action-icon{
        width:34px;
        min-width:34px;
        height:34px;
        border-radius:12px;
    }
    .vo-office-action small{
        display:block;
        font-size:11px;
    }
}

/* V76.07 - VO360 Home: informativo centralizado e camadas do banner */
.vo-topbar{
    z-index:80;
}

.vo-office-banner-shell,
.vo-office-banners{
    position:relative;
    z-index:0;
}

.vo-office-banners{
    isolation:isolate;
}

.vo-office-banner-arrow{
    z-index:2;
}

.vo-office-banner-dots{
    z-index:1;
}

.vo-office-info-popover[open]{
    z-index:120;
}

.vo-office-info-popover[open] summary{
    position:relative;
    z-index:122;
}

.vo-office-info-card{
    position:fixed;
    left:50%;
    right:auto;
    top:44%;
    transform:translate(-50%,-50%);
    width:min(360px, calc(100vw - 32px));
    max-height:min(68svh, 520px);
    overflow:auto;
    box-sizing:border-box;
    padding:18px 18px 16px;
    z-index:121;
}

.vo-office-info-card strong{
    padding-right:34px;
}

.vo-office-info-close{
    position:absolute;
    top:10px;
    right:10px;
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border:0;
    border-radius:999px;
    background:#fff3f5;
    color:var(--red);
    cursor:pointer;
    font-size:22px;
    font-weight:900;
    line-height:1;
}

.vo-office-info-close:focus-visible{
    outline:3px solid rgba(194,24,51,.22);
    outline-offset:2px;
}

@supports not (height:1svh){
    .vo-office-info-card{
        max-height:min(68vh, 520px);
    }
}

@media(max-width:820px){
    .vo-office-info-card{
        top:45%;
        width:min(332px, calc(100vw - 28px));
        max-height:calc(100svh - 178px);
    }
}

/* V76.08 - Minha equipe: limpeza de resumo e tabela compacta */
.vo-team-page .vo-filter-grid.org{
    grid-template-columns:minmax(240px,1.35fr) minmax(180px,.75fr) auto;
}

.vo-team-page .vo-team-kpis{
    max-width:520px;
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.vo-team-page .vo-table{
    min-width:620px;
}

.vo-team-page .vo-table th:last-child,
.vo-team-page .vo-table td:last-child{
    text-align:center;
    white-space:nowrap;
}

@media(max-width:820px){
    .vo-team-page .vo-filter-grid.org{
        grid-template-columns:1fr;
    }

    .vo-team-page .vo-team-kpis{
        max-width:none;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    .vo-team-page .vo-table{
        min-width:540px;
    }
}

@media(max-width:480px){
    .vo-team-page .vo-table{
        min-width:500px;
    }
}

/* V76.13 - VO360 Financeiro: Prévia financeira com volume da conferência */
.vo-preview-page{
    display:grid;
    width:100%;
    max-width:100%;
    gap:16px;
}

.vo-preview-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:-4px;
    color:#64748b;
    font-size:13px;
    font-weight:800;
}

.vo-preview-status{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 12px;
    border-radius:999px;
    background:#eef2ff;
    color:#334155;
    font-weight:900;
}

.vo-preview-status.is-live{
    background:#fff7d6;
    color:#7c4a00;
}

.vo-preview-status.is-closed{
    background:#ecfdf5;
    color:#047857;
}

.vo-preview-summary-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:14px;
}

.vo-preview-card{
    display:grid;
    grid-template-columns:52px minmax(0,1fr);
    align-items:center;
    gap:14px;
    min-height:124px;
    padding:18px;
    border:1px solid var(--border);
    border-radius:24px;
    background:#fff;
    box-shadow:0 12px 34px rgba(15,23,42,.06);
}

.vo-preview-card-icon{
    width:52px;
    height:52px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:rgba(194,24,51,.10);
    color:#b11226;
    font-size:22px;
    font-weight:900;
}

.vo-preview-card small,
.vo-preview-card em{
    display:block;
}

.vo-preview-card small{
    color:#667085;
    font-size:12px;
    font-weight:900;
}

.vo-preview-card strong{
    display:block;
    margin:5px 0 4px;
    color:#b11226;
    font-size:24px;
    line-height:1.08;
    letter-spacing:0;
    overflow-wrap:anywhere;
}

.vo-preview-card.is-money strong{
    font-size:30px;
}

.vo-preview-card em{
    color:#64748b;
    font-size:12px;
    font-style:normal;
    line-height:1.35;
}

.vo-preview-composition{
    overflow:hidden;
}

.vo-preview-table-wrap{
    overflow:auto;
}

.vo-preview-table{
    min-width:720px;
}

.vo-preview-table th,
.vo-preview-table td{
    text-align:center;
    vertical-align:middle;
}

.vo-preview-table th:first-child,
.vo-preview-table td:first-child{
    text-align:left;
}

.vo-preview-table td strong{
    color:#111827;
}

.vo-preview-cell-note{
    display:block;
    margin-top:4px;
    color:#64748b;
    font-size:11px;
    font-weight:800;
    line-height:1.25;
}

.vo-preview-total-row td{
    background:#fff1f2;
    font-weight:900;
}

.vo-preview-total-row td strong{
    color:#b11226;
}

.vo-preview-detail-btn{
    width:38px;
    height:38px;
    border-radius:14px;
    border:1px solid rgba(177,18,38,.26);
    background:#fff;
    color:#b11226;
    display:inline-grid;
    place-items:center;
    cursor:pointer;
    transition:.18s ease;
}

.vo-preview-detail-btn:hover{
    background:#fff1f2;
    transform:translateY(-1px);
}

.vo-preview-detail-btn svg{
    width:19px;
    height:19px;
}

.vo-preview-help-line{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:12px;
    color:#64748b;
}

.vo-preview-help-line span{
    width:22px;
    height:22px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#f1f5f9;
    color:#64748b;
    font-weight:900;
}

.vo-preview-help-line small{
    font-size:12px;
    font-weight:700;
}

body.vo-preview-modal-open{
    overflow:hidden;
}

.vo-preview-modal[hidden]{
    display:none!important;
}

.vo-preview-modal{
    position:fixed;
    inset:0;
    z-index:9999;
    display:grid;
    place-items:center;
    padding:22px;
}

.vo-preview-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.52);
    backdrop-filter:blur(5px);
}

.vo-preview-modal-dialog{
    position:relative;
    width:min(560px,calc(100vw - 28px));
    max-height:calc(100vh - 44px);
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border:1px solid rgba(226,232,240,.92);
    border-radius:26px;
    background:#fff;
    box-shadow:0 24px 80px rgba(15,23,42,.28);
}

.vo-preview-modal-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:18px 20px;
    border-bottom:1px solid #eef2f7;
}

.vo-preview-modal-head h3{
    margin:0;
    color:#0f172a;
    font-size:17px;
    letter-spacing:0;
}

.vo-preview-modal-head button{
    width:36px;
    height:36px;
    border-radius:999px;
    border:1px solid #dbe5ef;
    background:#fff;
    color:#334155;
    font-size:24px;
    line-height:1;
    cursor:pointer;
}

.vo-preview-modal-body{
    overflow:auto;
    padding:14px 18px;
}

.vo-preview-week-list,
.vo-preview-tier-list,
.vo-preview-career-list,
.vo-preview-recurrence-list{
    display:grid;
    gap:10px;
}

.vo-preview-week-list article,
.vo-preview-tier-list article,
.vo-preview-career-list div,
.vo-preview-recurrence-list div{
    border:1px solid #eef2f7;
    border-radius:16px;
    background:#fff;
    padding:13px;
}

.vo-preview-week-list strong,
.vo-preview-week-list span{
    display:block;
}

.vo-preview-week-list strong{
    color:#0f172a;
    font-size:13px;
}

.vo-preview-week-list span{
    margin-top:5px;
    color:#64748b;
    font-size:12px;
    line-height:1.35;
}

.vo-preview-tier-list article,
.vo-preview-career-list div,
.vo-preview-recurrence-list div{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    align-items:center;
    gap:12px;
}

.vo-preview-tier-list span,
.vo-preview-career-list span,
.vo-preview-recurrence-list span{
    color:#0f172a;
    font-weight:850;
}

.vo-preview-tier-list b{
    color:#b11226;
}

.vo-preview-tier-list strong,
.vo-preview-career-list strong,
.vo-preview-recurrence-list strong{
    color:#b11226;
    font-weight:950;
    text-align:right;
}

.vo-preview-career-list div{
    grid-template-columns:minmax(0,1fr) auto;
}

.vo-preview-recurrence-list div{
    grid-template-columns:minmax(0,1fr) auto;
}

.vo-preview-recurrence-progress{
    height:10px;
    margin-top:14px;
    border-radius:999px;
    background:#f5d4da;
    overflow:hidden;
}

.vo-preview-recurrence-progress span{
    display:block;
    height:100%;
    border-radius:inherit;
    background:linear-gradient(90deg,#ff1746,#e00018 55%,#8f0015);
    box-shadow:0 0 16px rgba(255,23,70,.55);
}

.vo-preview-recurrence-note{
    margin:12px 0 0;
    color:#64748b;
    font-weight:800;
    line-height:1.45;
}

.vo-preview-modal-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:15px 18px;
    border-top:1px solid #fee2e2;
    background:#fff1f2;
}

.vo-preview-modal-total span{
    color:#334155;
    font-weight:850;
}

.vo-preview-modal-total strong{
    color:#b11226;
    font-size:16px;
    text-align:right;
}

.vo-preview-empty{
    border:1px dashed #cbd5e1;
    border-radius:16px;
    padding:16px;
    color:#64748b;
    font-weight:800;
    text-align:center;
}

@media(max-width:920px){
    .vo-preview-summary-grid{
        grid-template-columns:1fr;
    }

    .vo-preview-card{
        min-height:0;
    }
}

@media(max-width:620px){
    .vo-preview-toolbar{
        align-items:flex-start;
        flex-direction:column;
    }

    .vo-preview-card{
        grid-template-columns:44px minmax(0,1fr);
        gap:12px;
        padding:14px;
        border-radius:20px;
    }

    .vo-preview-card-icon{
        width:44px;
        height:44px;
        border-radius:16px;
        font-size:19px;
    }

    .vo-preview-card strong,
    .vo-preview-card.is-money strong{
        font-size:22px;
    }

    .vo-preview-table{
        min-width:560px;
    }

    .vo-preview-table th,
    .vo-preview-table td{
        padding:11px 9px;
    }

    .vo-preview-modal{
        align-items:end;
        padding:10px;
    }

    .vo-preview-modal-dialog{
        width:100%;
        max-height:86vh;
        border-radius:24px 24px 20px 20px;
    }

    .vo-preview-modal-head{
        padding:16px;
    }

    .vo-preview-modal-body{
        padding:12px;
    }

    .vo-preview-week-list article,
    .vo-preview-tier-list article,
    .vo-preview-career-list div,
    .vo-preview-recurrence-list div{
        padding:12px;
        border-radius:15px;
    }

    .vo-preview-modal-total{
        align-items:flex-start;
        flex-direction:column;
        padding:14px;
    }

    .vo-preview-modal-total strong{
        text-align:left;
    }
}
