/* Paula Vicente — Login + Central premium (08/2026)
   Camada visual isolada: não altera regras de negócio nem telas internas. */

/* LOGIN */
.pv-login-body{min-height:100vh;background:#f8fbff;overflow:hidden;color:#0b1733}
.pv-login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(520px,50vw) 1fr;background:#f8fbff}
.pv-login-visual{min-height:100vh;background:#061a3b url('/static/login-premium-panel.webp') center/cover no-repeat;box-shadow:inset -1px 0 rgba(255,255,255,.08)}
.pv-login-stage{position:relative;min-height:100vh;display:grid;place-items:center;padding:56px clamp(34px,5vw,86px) 100px;background:
  radial-gradient(circle at 96% 60%,rgba(37,99,235,.08),transparent 26%),
  radial-gradient(circle at 7% 5%,rgba(59,130,246,.05),transparent 24%),
  linear-gradient(180deg,#fff 0%,#fbfdff 55%,#f7faff 100%)}
.pv-login-card{width:min(590px,100%);padding:52px 54px;border:1px solid #dce5f2;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 28px 70px rgba(20,44,84,.12)}
.pv-login-heading{display:flex;align-items:center;gap:20px;margin-bottom:34px}
.pv-login-shield{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:#1764f6;flex:0 0 auto}
.pv-login-shield svg,.pv-login-security svg,.pv-login-input-wrap>svg,.pv-password-toggle svg,.pv-login-submit svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pv-login-heading h1{font-size:40px;line-height:1;margin:0 0 10px;letter-spacing:-.035em;color:#0b1733}
.pv-login-heading p{margin:0;color:#6c7b96;font-size:15px}
.pv-login-alert{margin:-10px 0 24px;padding:12px 14px;border-radius:12px;border:1px solid #fecaca;background:#fff1f2;color:#a11c2f;font-weight:700}
.pv-login-field{margin:0 0 24px;color:#0b1733;font-size:14px;font-weight:800}
.pv-login-field>span:first-child{display:block;margin-bottom:9px}
.pv-login-input-wrap{position:relative;display:flex;align-items:center}
.pv-login-input-wrap>svg{position:absolute;left:18px;width:22px;height:22px;color:#7285a5;z-index:2}
.pv-login-input-wrap input{height:58px;padding:0 54px;border:1px solid #cfdbea;border-radius:11px;background:#fff;color:#10203d;font-size:17px;box-shadow:none}
.pv-login-input-wrap input::placeholder{color:#70809c}
.pv-login-input-wrap input:focus{border-color:#2f73f6;box-shadow:0 0 0 4px rgba(47,115,246,.10)}
.pv-password-toggle{position:absolute;right:12px;width:40px;height:40px;border:0;background:transparent;color:#6c7fa0;display:grid;place-items:center;cursor:pointer;margin:0!important;padding:0}
.pv-password-toggle svg{width:22px;height:22px}.pv-password-toggle.is-visible .pv-eye-slash{display:none}
.pv-login-options{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:4px 0 28px;font-size:14px}
.pv-remember{display:flex;align-items:center;gap:10px;font-weight:700;color:#263958;cursor:pointer}
.pv-remember input{width:18px;height:18px;min-height:0;padding:0;margin:0;accent-color:#1764f6}
.pv-login-help{color:#1764f6;font-weight:700}
.pv-login-submit{width:100%;height:58px;border:0;border-radius:10px;background:linear-gradient(90deg,#1764f6,#0c50dd);color:#fff;display:flex;align-items:center;justify-content:center;gap:18px;font-weight:800;font-size:17px;cursor:pointer;box-shadow:0 12px 24px rgba(23,100,246,.18);transition:.18s ease}
.pv-login-submit:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(23,100,246,.24)}
.pv-login-submit svg{position:absolute;margin-left:min(440px,35vw);width:22px;height:22px}
.pv-login-security{margin-top:28px;padding:15px 17px;border-radius:11px;background:#f6f9fe;display:flex;align-items:center;gap:13px;color:#28405f}
.pv-login-security-icon{width:38px;height:38px;border-radius:10px;background:#e9f1ff;color:#4c6d9d;display:grid;place-items:center;flex:0 0 auto}
.pv-login-security svg{width:20px;height:20px}.pv-login-security div{display:grid;gap:3px}.pv-login-security strong{font-size:14px}.pv-login-security small{color:#6e7f99;font-size:12px}
.pv-login-footer{position:absolute;bottom:30px;left:0;right:0;text-align:center;color:#64758f;font-size:13px}

/* CENTRAL */
.pv-central-body{margin:0;background:#f4f7fb;overflow-x:hidden;color:#0b1733}
.pv-central{min-height:100vh;display:grid;grid-template-columns:268px minmax(0,1fr);background:#f4f7fb}
.pv-central svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pv-sidebar{position:sticky;top:0;height:100vh;z-index:50;display:flex;flex-direction:column;padding:24px 18px 18px;background:linear-gradient(180deg,#061b3e 0%,#061a39 58%,#04142e 100%);color:#dce9ff;box-shadow:16px 0 42px rgba(6,27,62,.08)}
.pv-sidebar-logo{display:flex;align-items:center;justify-content:center;height:84px;margin-bottom:18px}.pv-sidebar-logo img{width:156px;max-height:74px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.14))}
.pv-sidebar-nav{display:grid;gap:5px}.pv-sidebar-nav a{min-height:47px;padding:0 14px;border-radius:9px;display:flex;align-items:center;gap:13px;color:#e7efff;font-weight:600;font-size:14px;transition:.15s ease}.pv-sidebar-nav a span{width:22px;height:22px;display:grid;place-items:center;color:#e7efff}.pv-sidebar-nav a svg{width:21px;height:21px}.pv-sidebar-nav a:hover{background:rgba(255,255,255,.08);color:#fff}.pv-sidebar-nav a.active{background:linear-gradient(90deg,#216df4,#0f4fc7);box-shadow:0 12px 24px rgba(12,80,209,.24);color:#fff;font-weight:800}
.pv-sidebar-section{margin:19px 8px 8px;padding-top:17px;border-top:1px solid rgba(255,255,255,.10);font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#b9c8e3;font-weight:800}.pv-sidebar-admin a{font-size:13px}
.pv-sidebar-spacer{flex:1}.pv-sidebar-user{display:grid;grid-template-columns:38px 1fr 28px;align-items:center;gap:10px;padding:11px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.045)}.pv-sidebar-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#1458d6;color:#fff;font-size:13px;font-weight:900}.pv-sidebar-user div{min-width:0;display:grid;gap:2px}.pv-sidebar-user strong{font-size:12px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pv-sidebar-user small{font-size:10px;color:#9fb3d5}.pv-sidebar-user>a{display:grid;place-items:center;color:#fff;font-weight:900}.pv-central-install{margin-top:8px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;border-radius:10px;padding:9px;font-size:11px;font-weight:700;cursor:pointer}
.pv-sidebar-overlay{display:none}
.pv-central-stage{min-width:0;min-height:100vh}
.pv-topbar{height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(26px,3vw,48px);background:#fff;border-bottom:1px solid #e6ebf3;position:sticky;top:0;z-index:35}
.pv-topbar-title{display:flex;align-items:center;gap:14px;min-width:0}.pv-topbar-title strong{font-size:22px;letter-spacing:-.025em;white-space:nowrap}.pv-menu-button{width:34px;height:34px;border:0;background:transparent;color:#0b244c;padding:6px;display:grid;place-items:center;cursor:pointer}.pv-menu-button svg{width:21px;height:21px}
.pv-topbar-meta{display:flex;align-items:center;gap:20px;min-width:0}.pv-date{font-size:13px;white-space:nowrap;color:#20324f}.pv-top-coverage{display:grid;grid-template-columns:auto auto;align-items:center;gap:8px;min-width:170px;padding-left:20px;border-left:1px solid #dbe3ef}.pv-top-coverage>i{width:8px;height:8px;border-radius:50%;background:#ef4444}.pv-top-coverage>i.ok{background:#10b981}.pv-top-coverage b{font-size:13px;white-space:nowrap}.pv-top-coverage em{grid-column:1/-1;height:7px;border-radius:999px;background:#e7ecf4;overflow:hidden}.pv-top-coverage u{display:block;height:100%;background:#2f73f6;border-radius:inherit;text-decoration:none}
.pv-bell{position:relative;width:36px;height:36px;display:grid;place-items:center;color:#142a4e}.pv-bell svg{width:21px;height:21px}.pv-bell b{position:absolute;top:-2px;right:-1px;min-width:17px;height:17px;border-radius:50%;background:#ef4444;color:#fff;font-size:9px;display:grid;place-items:center;border:2px solid #fff}
.pv-top-user{display:flex;align-items:center;gap:10px;padding-left:17px;border-left:1px solid #dbe3ef}.pv-top-user>span{width:43px;height:43px;border-radius:50%;display:grid;place-items:center;background:#071b3d;color:#fff;font-weight:900;font-size:13px}.pv-top-user div{display:grid;gap:2px}.pv-top-user strong{font-size:13px}.pv-top-user small{font-size:11px;color:#667792}.pv-top-exit{height:37px;padding:0 13px;border-radius:9px;border:1px solid #e2e8f0;display:flex;align-items:center;color:#dc2626;font-size:12px;font-weight:800;background:#fff}
.pv-dashboard{padding:28px clamp(24px,2.7vw,44px) 36px;max-width:1660px;margin:0 auto}
.pv-dashboard-head{display:grid;grid-template-columns:minmax(400px,2.7fr) repeat(4,minmax(135px,.9fr));gap:14px;margin-bottom:22px}.pv-welcome{position:relative;overflow:hidden;min-height:175px;border-radius:16px;background:linear-gradient(90deg,#071e43 0%,#082a57 62%,rgba(8,42,87,.72)),url('/static/central-hero-building.webp') right 42%/45% auto no-repeat;color:#fff;box-shadow:0 12px 28px rgba(10,37,78,.10)}.pv-welcome>div{position:relative;z-index:2;padding:35px 34px;max-width:72%}.pv-welcome h1{font-size:25px;line-height:1.16;margin:0 0 13px;letter-spacing:-.03em}.pv-welcome h1 span{font-size:22px}.pv-welcome p{margin:0;color:#d7e4f7;font-size:13px;line-height:1.55;max-width:500px}.pv-welcome i{display:block;width:48px;height:4px;border-radius:999px;background:#ff3838;margin-top:18px}
.pv-metric{min-height:175px;padding:25px 14px 18px;border:1px solid #e1e7f0;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:13px;box-shadow:0 7px 20px rgba(18,42,76,.04);transition:.17s ease}.pv-metric:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(18,42,76,.08)}.pv-metric-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:#1764f6}.pv-metric-icon svg{width:25px;height:25px}.pv-metric div{display:grid;gap:5px}.pv-metric small{text-transform:uppercase;font-size:10px;font-weight:800;color:#5a6b86;letter-spacing:.04em}.pv-metric strong{font-size:26px;line-height:1;color:#08172f}.pv-metric em{font-style:normal;color:#6d7e98;font-size:10px}.pv-metric.approvals .pv-metric-icon{background:#fff0ef;color:#ef4444}.pv-metric.third .pv-metric-icon{background:#f4edff;color:#7c3aed}
.pv-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pv-module-card{position:relative;min-height:208px;padding:27px 22px 20px;border:1px solid #dde6f1;border-radius:14px;background:#fff;display:grid;grid-template-columns:64px 1fr;gap:18px;box-shadow:0 8px 24px rgba(17,43,78,.045);overflow:hidden;transition:.17s ease}.pv-module-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent,#2f73f6)}.pv-module-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(17,43,78,.09);border-color:#cbd8e9}.pv-card-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft,#eef4ff);color:var(--accent,#2f73f6)}.pv-card-icon svg{width:28px;height:28px}.pv-card-copy{min-width:0;display:flex;flex-direction:column}.pv-card-copy>small{text-transform:uppercase;color:var(--accent,#2f73f6);font-size:10px;font-weight:900;letter-spacing:.035em;margin:2px 0 8px}.pv-card-copy h2{font-size:20px;line-height:1.15;margin:0 0 10px;letter-spacing:-.025em}.pv-card-copy p{margin:0;color:#64758e;font-size:13px;line-height:1.55}.pv-card-copy footer{margin-top:auto;padding-top:17px;display:flex;align-items:center;justify-content:space-between;gap:12px}.pv-card-copy footer b{font-size:12px;color:#152b4f}.pv-card-copy footer i{width:39px;height:39px;border-radius:8px;display:grid;place-items:center;background:#061a3b;color:#fff;font-style:normal;box-shadow:0 8px 15px rgba(6,26,59,.16)}.pv-card-copy footer i svg{width:19px;height:19px}.pv-module-card.green{--accent:#099b63;--accent-soft:#e5f8ef}.pv-module-card.blue{--accent:#1764f6;--accent-soft:#eaf2ff}.pv-module-card.orange{--accent:#f97316;--accent-soft:#fff0e6}.pv-module-card.red{--accent:#ef4444;--accent-soft:#ffeceb}.pv-module-card.purple{--accent:#7c3aed;--accent-soft:#f1eaff}.pv-module-card.navy{--accent:#113d88;--accent-soft:#e9f0fb}.pv-module-card.teal{--accent:#0f8c86;--accent-soft:#e5f7f5}
.pv-admin-card{min-height:208px;border:1px solid #dbe5f2;border-radius:14px;background:linear-gradient(135deg,#fff 0%,#fbfdff 65%,#f0f6ff 100%);padding:23px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(17,43,78,.045)}.pv-admin-card-head small{text-transform:uppercase;color:#1764f6;font-size:10px;font-weight:900}.pv-admin-card-head h2{font-size:20px;margin:6px 0 8px}.pv-admin-card-head p{margin:0;color:#64758e;font-size:12px;line-height:1.45}.pv-admin-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:auto;padding-top:14px}.pv-admin-actions a{position:relative;min-height:82px;padding:10px 8px;border:1px solid #e4eaf3;border-radius:10px;background:#fff;display:grid;place-items:center;text-align:center;gap:3px;color:#112646;box-shadow:0 4px 12px rgba(17,43,78,.025)}.pv-admin-actions a:hover{border-color:#bcd0ee;background:#f8fbff}.pv-admin-actions span{width:28px;height:28px;display:grid;place-items:center}.pv-admin-actions svg{width:23px;height:23px}.pv-admin-actions b{font-size:10px;line-height:1.2}.pv-admin-actions i{position:absolute;right:7px;bottom:5px;font-style:normal;font-size:18px;color:#4c6486}.pv-admin-card+ .admin-module{}
.pv-statusbar{grid-column:1/-1;margin-top:18px;min-height:92px;padding:16px 22px;border:1px solid #dce5f1;border-radius:13px;background:#fff;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;box-shadow:0 8px 24px rgba(17,43,78,.035)}.pv-status-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#12a86d;color:#fff;font-size:20px;font-weight:900}.pv-statusbar div{display:grid;gap:2px}.pv-statusbar small{text-transform:uppercase;font-size:9px;font-weight:900;color:#62738e}.pv-statusbar strong{font-size:15px}.pv-statusbar p{margin:0;color:#667792;font-size:11px}.pv-statusbar>a{height:46px;padding:0 22px;border-radius:8px;background:linear-gradient(90deg,#0d54dd,#1764f6);color:#fff;display:flex;align-items:center;gap:13px;font-size:12px;font-weight:800}.pv-statusbar>a svg{width:18px;height:18px}

@media(max-width:1380px){.pv-central{grid-template-columns:238px minmax(0,1fr)}.pv-sidebar{padding-left:14px;padding-right:14px}.pv-dashboard-head{grid-template-columns:minmax(350px,2.2fr) repeat(4,minmax(120px,.8fr))}.pv-topbar-meta{gap:12px}.pv-date{display:none}.pv-module-card{grid-template-columns:54px 1fr;gap:13px;padding-left:18px;padding-right:18px}.pv-card-icon{width:48px;height:48px}.pv-admin-actions b{font-size:9px}}
@media(max-width:1120px){.pv-dashboard-head{grid-template-columns:repeat(4,1fr)}.pv-welcome{grid-column:1/-1}.pv-welcome>div{max-width:62%}.pv-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pv-admin-card{grid-column:span 2}.pv-top-user div,.pv-top-exit{display:none}.pv-topbar{padding-left:24px;padding-right:24px}}
@media(max-width:900px){.pv-login-shell{grid-template-columns:1fr}.pv-login-visual{display:none}.pv-login-stage{padding:32px 20px 78px}.pv-login-card{padding:36px 28px}.pv-login-footer{bottom:18px}.pv-central{display:block}.pv-sidebar{position:fixed;left:0;top:0;width:min(285px,86vw);transform:translateX(-105%);transition:transform .2s ease;box-shadow:20px 0 50px rgba(0,0,0,.24)}.pv-central.sidebar-open .pv-sidebar{transform:translateX(0)}.pv-sidebar-overlay{display:block;position:fixed;inset:0;z-index:45;border:0;background:rgba(4,18,43,.45);opacity:0;pointer-events:none;transition:.2s}.pv-central.sidebar-open .pv-sidebar-overlay{opacity:1;pointer-events:auto}.pv-topbar{height:auto;min-height:76px;padding:12px 18px}.pv-topbar-title strong{font-size:18px}.pv-topbar-meta{gap:9px}.pv-top-coverage{border-left:0;padding-left:0;min-width:0}.pv-top-coverage em{display:none}.pv-top-coverage b{font-size:11px}.pv-bell{width:32px}.pv-top-user{padding-left:0;border-left:0}.pv-top-user>span{width:36px;height:36px}.pv-top-user div{display:none}.pv-dashboard{padding:18px}.pv-dashboard-head{grid-template-columns:repeat(2,1fr)}.pv-welcome{grid-column:1/-1;min-height:155px}.pv-welcome>div{max-width:78%;padding:27px 24px}.pv-welcome h1{font-size:22px}.pv-metric{min-height:145px;padding-top:18px}.pv-module-grid{grid-template-columns:1fr}.pv-admin-card{grid-column:auto}.pv-statusbar{grid-template-columns:42px 1fr}.pv-statusbar>a{grid-column:1/-1;justify-content:center}}
@media(max-width:580px){.pv-login-card{border-radius:15px;padding:30px 20px}.pv-login-heading{gap:13px}.pv-login-shield{width:52px;height:52px}.pv-login-heading h1{font-size:33px}.pv-login-input-wrap input{height:54px;font-size:16px}.pv-login-options{align-items:flex-start;flex-direction:column;gap:10px}.pv-login-submit svg{position:static;margin:0}.pv-topbar-meta .pv-top-coverage,.pv-bell{display:none}.pv-dashboard-head{grid-template-columns:1fr 1fr;gap:10px}.pv-welcome{grid-column:1/-1}.pv-welcome>div{max-width:100%;background:linear-gradient(90deg,rgba(4,23,52,.96),rgba(4,23,52,.72));padding:25px 20px}.pv-welcome p{font-size:12px}.pv-metric{min-height:128px;padding:14px 8px}.pv-metric-icon{width:40px;height:40px}.pv-metric strong{font-size:23px}.pv-module-card{grid-template-columns:47px 1fr;gap:12px;padding:20px 16px;min-height:190px}.pv-card-icon{width:44px;height:44px}.pv-card-copy h2{font-size:18px}.pv-card-copy p{font-size:12px}.pv-admin-actions{grid-template-columns:1fr}.pv-admin-actions a{min-height:58px;grid-template-columns:32px 1fr 20px;justify-items:start;text-align:left}.pv-admin-actions i{position:static}.pv-statusbar p{font-size:10px}}

/* =============================================================
   LOGIN MODERNO PAULA VICENTE - DESKTOP + MOBILE
   2026-08-12
   ============================================================= */
.pv-login-body{background:#f7f8fa;overflow:hidden}
.pv-login-shell{grid-template-columns:minmax(560px,51vw) 1fr;background:#f7f8fa}
.pv-login-visual{position:relative;isolation:isolate;overflow:hidden;background:#111 url('/static/login-premium-panel.webp') 86% center/cover no-repeat;box-shadow:inset -1px 0 rgba(255,255,255,.06)}
.pv-login-visual::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(11,12,15,.98) 0%,rgba(13,14,17,.93) 46%,rgba(13,14,17,.58) 100%)}
.pv-login-visual::after{content:"";position:absolute;left:0;bottom:0;width:240px;height:240px;background:linear-gradient(45deg,rgba(180,0,0,.34),transparent 64%);clip-path:polygon(0 0,100% 100%,0 100%)}
.pv-login-visual-content{position:relative;z-index:2;height:100%;max-width:650px;padding:clamp(54px,7vh,92px) clamp(54px,7vw,106px);display:flex;flex-direction:column;justify-content:center;color:#fff}
.pv-login-brand-desktop{width:min(310px,72%);height:auto;object-fit:contain;object-position:left center;margin-bottom:54px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.24))}
.pv-login-kicker{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:#b8bec7;margin-bottom:12px}
.pv-login-visual h2{margin:0;font-size:clamp(42px,4.1vw,66px);line-height:1.08;letter-spacing:-.045em;font-weight:800;color:#fff}
.pv-login-visual h2 span{display:block;color:#e20d18}
.pv-login-accent{display:block;width:48px;height:4px;border-radius:999px;background:#e20d18;margin:32px 0 27px}
.pv-login-visual-content>p{max-width:540px;margin:0;color:#e1e3e7;font-size:clamp(16px,1.15vw,20px);line-height:1.65}
.pv-login-features{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:32px;margin-top:62px;max-width:590px}
.pv-login-feature{display:grid;gap:14px;color:#fff}
.pv-login-feature span{width:64px;height:64px;border:1px solid rgba(226,13,24,.46);border-radius:16px;display:grid;place-items:center;color:#ef2430;background:rgba(255,255,255,.025)}
.pv-login-feature svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.pv-login-feature strong{font-size:15px;line-height:1.45}
.pv-login-stage{background:radial-gradient(circle at 16% 14%,rgba(226,13,24,.025),transparent 25%),linear-gradient(135deg,#fbfbfc 0%,#f5f6f8 100%);padding:56px clamp(40px,5vw,90px) 100px}
.pv-login-mobile-brand{display:none}
.pv-login-card{width:min(600px,100%);padding:50px 52px;border:1px solid #e1e4e9;border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 30px 72px rgba(20,24,32,.11)}
.pv-login-heading{margin-bottom:32px}
.pv-login-shield{background:#fff0f1;color:#df101b}
.pv-login-heading h1{color:#111827}
.pv-login-heading p{color:#747b88}
.pv-login-field{color:#111827}
.pv-login-input-wrap input{font-weight:400!important;color:#1f2937;background:#fff;border-color:#d7dce4}
.pv-login-input-wrap input:-webkit-autofill,.pv-login-input-wrap input:-webkit-autofill:hover,.pv-login-input-wrap input:-webkit-autofill:focus{-webkit-text-fill-color:#1f2937!important;font-weight:400!important;box-shadow:0 0 0 1000px #fff inset!important}
.pv-login-input-wrap input:focus{border-color:#e20d18;box-shadow:0 0 0 4px rgba(226,13,24,.09)}
.pv-login-input-wrap>svg,.pv-password-toggle{color:#7c8798}
.pv-remember input{accent-color:#e20d18}
.pv-login-help{color:#d70f19}
.pv-login-submit{position:relative;background:linear-gradient(90deg,#db0c17,#ef111d);box-shadow:0 12px 26px rgba(226,13,24,.20)}
.pv-login-submit:hover{box-shadow:0 16px 34px rgba(226,13,24,.28)}
.pv-login-security{background:#fafafa;border:1px solid #eceef1;color:#222c3b}
.pv-login-security-icon{background:#fff0f1;color:#df101b}
.pv-login-security small{color:#727b89}
.pv-login-footer{color:#777f8d}
.pv-footer-lock{color:#d80e18;font-weight:900;margin-right:4px}

@media(max-width:1120px) and (min-width:901px){
  .pv-login-shell{grid-template-columns:47vw 1fr}
  .pv-login-visual-content{padding-left:50px;padding-right:42px}
  .pv-login-brand-desktop{margin-bottom:38px;width:250px}
  .pv-login-features{gap:18px;margin-top:44px}
  .pv-login-feature span{width:56px;height:56px}
  .pv-login-stage{padding-left:36px;padding-right:36px}
  .pv-login-card{padding:42px 40px}
}

@media(max-width:900px){
  .pv-login-body{overflow:auto;background:#12161d}
  .pv-login-shell{display:block;min-height:100dvh;background:#12161d}
  .pv-login-visual{display:none}
  .pv-login-stage{position:relative;isolation:isolate;min-height:100dvh;padding:28px 18px 82px;background:linear-gradient(rgba(11,16,24,.66),rgba(10,15,22,.82)),url('/static/login-premium-panel.webp') 88% center/cover no-repeat;background-attachment:scroll}
  .pv-login-stage::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(15,20,28,.18),rgba(12,17,25,.64))}
  .pv-login-mobile-brand{display:flex;align-items:center;justify-content:center;width:min(410px,88vw);margin:0 auto 18px}
  .pv-login-mobile-brand img{width:min(300px,78vw);height:auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.28))}
  .pv-login-card{width:min(440px,100%);margin:0 auto;padding:31px 28px 28px;border-radius:24px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.97);box-shadow:0 26px 65px rgba(0,0,0,.30);backdrop-filter:blur(10px)}
  .pv-login-heading{gap:14px;margin-bottom:26px}
  .pv-login-shield{width:50px;height:50px}
  .pv-login-heading h1{font-size:32px;margin-bottom:7px}
  .pv-login-heading p{font-size:13px;line-height:1.45}
  .pv-login-field{margin-bottom:19px}
  .pv-login-input-wrap input{height:55px;font-size:16px}
  .pv-login-options{margin:2px 0 22px}
  .pv-login-submit{height:56px}
  .pv-login-security{margin-top:20px}
  .pv-login-footer{position:absolute;bottom:22px;padding:0 16px;color:rgba(255,255,255,.82);font-size:11px;text-shadow:0 1px 3px rgba(0,0,0,.35)}
  .pv-footer-lock{color:#ff3944}
}

@media(max-width:580px){
  .pv-login-stage{padding:22px 14px 74px}
  .pv-login-mobile-brand{margin-bottom:14px}
  .pv-login-mobile-brand img{width:min(255px,72vw)}
  .pv-login-card{padding:27px 20px 22px;border-radius:20px}
  .pv-login-heading{gap:12px;margin-bottom:22px}
  .pv-login-shield{width:46px;height:46px}
  .pv-login-heading h1{font-size:30px}
  .pv-login-heading p{font-size:12px}
  .pv-login-field{font-size:13px;margin-bottom:17px}
  .pv-login-input-wrap input{height:52px;padding-left:50px;font-size:15px}
  .pv-login-options{align-items:flex-start;flex-direction:column;gap:9px;margin-bottom:19px;font-size:13px}
  .pv-login-submit{height:54px;font-size:16px}
  .pv-login-security{padding:13px 14px;gap:11px}
  .pv-login-security strong{font-size:13px}.pv-login-security small{font-size:11px}
  .pv-login-footer{bottom:18px;font-size:10px}
}

/* =============================================================
   LOGIN FINAL - CORRECAO LOGO + FUNDO LIMPO DESKTOP/MOBILE
   2026-08-12
   ============================================================= */
.pv-login-visual{
  background-image:url('/static/login-construction-clean.webp')!important;
  background-position:center center!important;
  background-size:cover!important;
}
.pv-login-visual::before{
  background:
    linear-gradient(90deg,rgba(8,9,12,.97) 0%,rgba(9,10,13,.90) 47%,rgba(9,10,13,.52) 100%),
    linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.34))!important;
}
.pv-login-brand-desktop{
  width:min(330px,76%)!important;
  max-height:165px;
  margin:0 0 46px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.22))!important;
}
.pv-login-stage{
  background:
    radial-gradient(circle at 90% 10%,rgba(226,13,24,.035),transparent 24%),
    linear-gradient(135deg,#ffffff 0%,#f7f8fa 100%)!important;
}
.pv-login-card{
  border-color:#e3e6eb!important;
  box-shadow:0 30px 72px rgba(18,24,35,.12)!important;
}
.pv-login-input-wrap input{
  font-weight:400!important;
  letter-spacing:0!important;
}

@media(max-width:900px){
  .pv-login-stage{
    background:
      linear-gradient(180deg,rgba(11,15,21,.54),rgba(8,12,18,.84)),
      url('/static/login-construction-clean.webp') center center/cover no-repeat!important;
  }
  .pv-login-mobile-brand{
    width:min(390px,88vw)!important;
    margin:0 auto 16px!important;
  }
  .pv-login-mobile-brand img{
    width:min(280px,76vw)!important;
    max-height:135px;
    object-fit:contain;
    filter:drop-shadow(0 8px 18px rgba(0,0,0,.30))!important;
  }
  .pv-login-card{
    background:rgba(255,255,255,.975)!important;
    backdrop-filter:blur(12px);
  }
}

@media(max-width:580px){
  .pv-login-mobile-brand img{width:min(245px,72vw)!important;max-height:118px}
}

/* =============================================================
   HOTFIX LOGIN - LOGO OFICIAL SEM DISTORCAO
   2026-08-12
   Usa o arquivo oficial vermelho/preto sobre placa branca limpa.
   ============================================================= */
.pv-login-brand-desktop{
  width:min(360px,78%)!important;
  max-height:none!important;
  padding:14px 16px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.98)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 14px 34px rgba(0,0,0,.22)!important;
  filter:none!important;
  object-fit:contain!important;
  object-position:left center!important;
}

@media(max-width:1120px) and (min-width:901px){
  .pv-login-brand-desktop{width:min(300px,80%)!important;padding:12px 14px!important}
}

@media(max-width:900px){
  .pv-login-mobile-brand img{
    width:min(290px,78vw)!important;
    max-height:none!important;
    padding:10px 12px!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.98)!important;
    border:1px solid rgba(255,255,255,.76)!important;
    box-shadow:0 12px 30px rgba(0,0,0,.28)!important;
    filter:none!important;
  }
}

@media(max-width:580px){
  .pv-login-mobile-brand img{width:min(250px,74vw)!important;padding:9px 11px!important}
}
