:root{--bg:#f6f3f4;--surface:#fff;--surface2:#fbf8f9;--text:#20191c;--muted:#807378;--line:#eadfe3;--pink:#b94d75;--pink2:#e9b9ca;--dark:#2b2024;--ok:#14804a;--warn:#b36b00;--danger:#c8384b;--shadow:0 18px 45px rgba(63,35,45,.09);--r:22px}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.muted{color:var(--muted)}
.auth-body{min-height:100vh}.auth-wrap{min-height:100vh;display:grid;grid-template-columns:minmax(360px,480px) minmax(420px,1fr);gap:28px;max-width:1220px;margin:auto;padding:38px}.auth-panel{display:flex;flex-direction:column;justify-content:center}.brand{display:flex;align-items:center;gap:12px;margin:0 0 20px}.brand-icon{width:48px;height:48px;border-radius:16px;background:var(--dark);color:white;display:grid;place-items:center;font-size:20px}.brand strong,.brand small{display:block}.brand small{color:var(--muted);margin-top:3px}.auth-card,.card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--r)}.auth-card{padding:26px}.tabs{display:grid;grid-template-columns:1fr 1fr;background:var(--surface2);padding:5px;border-radius:14px;margin-bottom:22px}.tab{border:0;background:transparent;padding:11px;border-radius:11px;font-weight:800;color:var(--muted)}.tab.active{background:var(--dark);color:white}.auth-form{display:none;gap:14px}.auth-form.active{display:grid}.auth-form label,.form-grid label{font-size:12px;font-weight:800;color:var(--muted);display:grid;gap:7px}.auth-form input,.form-grid input,.form-grid textarea,.form-grid select{border:1px solid var(--line);background:var(--surface2);border-radius:14px;padding:13px 14px;outline:0;color:var(--text);width:100%}.auth-form input:focus,.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:var(--pink)}.primary{border:0;border-radius:14px;background:var(--dark);color:#fff;padding:14px 18px;font-weight:900}.secondary{border:1px solid var(--line);border-radius:14px;background:var(--surface2);padding:12px 14px;font-weight:800;color:var(--text)}.danger-btn{background:#fff1f3;color:var(--danger);border:1px solid #f4cbd2;border-radius:12px;padding:10px 12px;font-weight:800}.privacy{font-size:11px;color:var(--muted);margin:18px 2px 0}.auth-visual{min-height:650px;border-radius:34px;background:linear-gradient(145deg,#2c2025,#553342 60%,#7e405c);color:#fff;padding:50px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow);position:relative;overflow:hidden}.auth-visual:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;right:-130px;top:-110px;border:1px solid rgba(255,255,255,.15)}.pill{width:max-content;padding:8px 11px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.12em}.auth-visual h1{font-size:44px;line-height:1.04;letter-spacing:-.05em;margin:18px 0;max-width:720px}.auth-visual p{color:#eedfe5;line-height:1.6;max-width:680px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.feature-grid div{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);padding:16px;border-radius:16px}.feature-grid i{margin-right:8px}.alert{padding:12px 14px;border-radius:13px;margin-bottom:15px;font-size:13px;font-weight:700}.alert.danger{background:#fff0f2;color:#a92b3d}.alert.ok{background:#ecf8f1;color:#14703f}
.app-shell{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:100vh}.sidebar{height:100vh;position:sticky;top:0;background:var(--dark);color:#fff;padding:20px 15px;display:flex;flex-direction:column}.sidebar .brand{margin-bottom:18px}.sidebar .brand small{color:#cbbdc2}.nav{display:grid;gap:5px;overflow:auto}.nav a{padding:12px 13px;border-radius:13px;color:#d5c7cc;font-size:13px;font-weight:800;display:flex;align-items:center;gap:11px}.nav a:hover,.nav a.active{background:#fff;color:var(--dark)}.nav i{width:20px;text-align:center}.sidebar-foot{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:15px}.sidebar-foot small{color:#baaab0}.main{min-width:0}.topbar{height:72px;position:sticky;top:0;z-index:10;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.topbar h2{margin:0;font-size:18px}.content{padding:28px 30px 100px;max-width:1450px;margin:auto}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px}.page-head h1{margin:0;font-size:28px;letter-spacing:-.04em}.page-head p{margin:5px 0 0}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat{padding:18px;min-height:132px;position:relative;overflow:hidden}.stat i{font-size:20px;color:var(--pink)}.stat strong{display:block;font-size:25px;margin:16px 0 5px}.stat small{color:var(--muted)}.stat:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:var(--pink2);opacity:.32;right:-30px;top:-28px}.grid2{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.card{padding:18px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:26px 2px 12px}.section-title h3{margin:0;font-size:16px}.progress{height:8px;border-radius:999px;background:#f0e7ea;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--pink),#d789a6);border-radius:inherit}.list{display:grid;gap:10px}.item{padding:14px;border:1px solid var(--line);background:var(--surface2);border-radius:15px;display:flex;gap:12px;align-items:center}.item-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#f4e6eb;color:var(--pink);flex:0 0 auto}.item-body{min-width:0;flex:1}.item-body b{display:block}.item-body small{display:block;color:var(--muted);margin-top:4px;white-space:normal}.badge{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900;background:#f3e8ec;color:#774257}.badge.ok{background:#eaf7f0;color:#147445}.badge.warn{background:#fff4dc;color:#9a6000}.badge.danger{background:#ffecef;color:#b53245}.form-card{max-width:850px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid .full{grid-column:1/-1}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:650px}.table th,.table td{text-align:left;padding:12px;border-bottom:1px solid var(--line);font-size:13px}.table th{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.mobile-nav{display:none}.menu-btn{display:none}.upload-box{border:1.5px dashed #d9c4cc;border-radius:16px;padding:24px;text-align:center;background:#fdfafb}.week-hero{padding:24px;background:linear-gradient(135deg,#fff,#f8e9ef);position:relative;overflow:hidden}.week-hero .week{font-size:48px;font-weight:900;letter-spacing:-.06em}.week-hero .week span{font-size:16px;color:var(--muted);letter-spacing:0}.week-hero p{max-width:640px}.pressure-number{font-size:32px;font-weight:900}.timeline{border-left:2px solid #e5d4da;padding-left:18px;margin-left:8px}.timeline .event{position:relative;margin:0 0 16px}.timeline .event:before{content:"";width:11px;height:11px;background:var(--pink);border:4px solid #f8eef1;position:absolute;left:-25px;top:5px;border-radius:50%}.notice{padding:13px 14px;border-radius:14px;background:#fff8e8;border:1px solid #f2dfb7;color:#805814;font-size:12px;line-height:1.5}
@media(max-width:1050px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;width:270px;z-index:30;transform:translateX(-105%);transition:.25s}.sidebar.open{transform:none}.menu-btn{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);background:#fff;border-radius:13px}.topbar{padding:0 18px}.grid4{grid-template-columns:repeat(2,1fr)}.auth-wrap{grid-template-columns:1fr;max-width:620px;padding:24px}.auth-visual{display:none}}
@media(max-width:720px){.content{padding:18px 14px 95px}.topbar{height:64px}.topbar .desktop-only{display:none}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:24px}.grid4{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.stat{min-height:118px;padding:14px}.stat strong{font-size:20px}.grid2{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.mobile-nav{display:flex;position:fixed;z-index:20;left:12px;right:12px;bottom:12px;height:68px;border-radius:22px;background:rgba(43,32,36,.97);box-shadow:0 18px 50px rgba(0,0,0,.22);align-items:center;justify-content:space-around}.mobile-nav a{color:#a9999f;display:flex;flex-direction:column;gap:5px;align-items:center;font-size:9px;font-weight:800}.mobile-nav a.active{color:#fff}.mobile-nav i{font-size:18px}.week-hero .week{font-size:39px}.auth-wrap{padding:14px}.auth-card{padding:20px}}

/* =========================================================
   UI V2 — visual premium, mobile-first e desktop responsivo
   ========================================================= */
:root{
  --bg:#f7f4f6;
  --surface:#ffffff;
  --surface2:#fcfafb;
  --text:#231a1e;
  --muted:#8b7d83;
  --line:#eee4e8;
  --pink:#cf5c88;
  --pink-strong:#b94170;
  --pink2:#f2cbd9;
  --rose-soft:#fff4f8;
  --dark:#302329;
  --dark2:#473139;
  --shadow:0 12px 36px rgba(61,33,44,.07);
  --shadow-lg:0 24px 70px rgba(61,33,44,.12);
  --r:24px;
}
html{scroll-behavior:smooth}
body{background:
  radial-gradient(circle at 100% 0,rgba(233,185,202,.17),transparent 28rem),
  radial-gradient(circle at 0 100%,rgba(207,92,136,.07),transparent 30rem),
  var(--bg);line-height:1.45;-webkit-font-smoothing:antialiased}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.12),transparent 45%);z-index:-1}

/* global polish */
.card,.auth-card{border-color:rgba(96,55,72,.08);box-shadow:var(--shadow)}
.card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
@media(hover:hover){.card:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(61,33,44,.1);border-color:rgba(207,92,136,.2)}}
.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;background:linear-gradient(135deg,var(--dark),#49323c);box-shadow:0 10px 22px rgba(48,35,41,.16);transition:.2s ease}
.primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(48,35,41,.22)}
.secondary{min-height:44px;transition:.2s ease}.secondary:hover{border-color:#ddcbd2;background:#fff}
.danger-btn{transition:.2s ease}.danger-btn:hover{transform:translateY(-1px)}
.badge{padding:7px 10px;background:#f8e8ee;color:#8e4662;border:1px solid rgba(207,92,136,.08)}

/* sidebar desktop */
.app-shell{grid-template-columns:286px minmax(0,1fr)}
.sidebar{width:286px;padding:20px 16px 18px;background:
 radial-gradient(circle at 12% 8%,rgba(255,255,255,.08),transparent 13rem),
 linear-gradient(180deg,#302329,#281d22 100%);box-shadow:18px 0 45px rgba(40,28,34,.06);z-index:40}
.sidebar .brand{padding:4px 5px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.sidebar .brand-icon{background:linear-gradient(135deg,#fff,#f8e9ef);color:var(--pink-strong);box-shadow:0 10px 26px rgba(0,0,0,.16)}
.sidebar .brand strong{font-size:15px;letter-spacing:-.02em}.sidebar .brand small{font-size:11px}
.nav{gap:6px;padding-top:4px}.nav a{min-height:46px;padding:12px 14px;border-radius:15px;color:#d8cbd0;transition:.18s ease}.nav a i{font-size:15px}.nav a:hover{background:rgba(255,255,255,.08);color:#fff}.nav a.active{background:#fff;color:var(--dark);box-shadow:0 10px 25px rgba(0,0,0,.12)}
.sidebar-foot{margin-top:auto;padding:16px 7px 2px}.sidebar-foot b{font-size:13px}.sidebar-foot small{display:block;font-size:11px;margin-top:2px}.sidebar-foot a{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:#d5c7cc}

/* topbar */
.topbar{height:82px;padding:0 34px;background:rgba(255,255,255,.78);backdrop-filter:blur(22px) saturate(145%);border-bottom:1px solid rgba(109,73,87,.09);box-shadow:0 8px 28px rgba(73,48,58,.025)}
.topbar h2{font-size:19px;letter-spacing:-.025em}.topbar small{display:block;margin-top:2px;font-size:12px}.topbar .badge{font-size:11px;padding:9px 12px;background:#fff;box-shadow:0 6px 18px rgba(61,33,44,.05)}
.content{padding:34px 38px 112px;max-width:1500px}
.page-head{align-items:center;margin-bottom:22px}.page-head h1{font-size:31px;line-height:1.05}.page-head p{font-size:13px}.page-head .primary{padding-inline:18px;border-radius:15px}

/* dashboard hero */
.week-hero{min-height:238px;padding:30px 31px;background:
 radial-gradient(circle at 88% 18%,rgba(207,92,136,.18),transparent 13rem),
 radial-gradient(circle at 100% 115%,rgba(233,185,202,.42),transparent 19rem),
 linear-gradient(135deg,#fff 0%,#fff8fb 58%,#fbedf2 100%);border-radius:30px;box-shadow:var(--shadow-lg);isolation:isolate}
.week-hero:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-42px;top:-58px;border:28px solid rgba(255,255,255,.6);z-index:-1}
.week-hero:after{content:"♥";position:absolute;right:32px;bottom:22px;font-size:70px;line-height:1;color:rgba(207,92,136,.08);transform:rotate(-8deg);z-index:-1}
.week-hero .badge{background:#f6e2e9;color:#9b4263;border:0;padding:7px 11px}
.week-hero .week{font-size:60px;line-height:.98;margin:19px 0 14px;color:#21191d}.week-hero .week span{font-size:17px;font-weight:800;color:#75676d}.week-hero p{font-size:14px;line-height:1.55;max-width:720px;margin:0 0 20px}.week-hero .progress{height:9px;max-width:760px;background:rgba(219,190,201,.28)}
.week-hero .progress span{background:linear-gradient(90deg,#c94f7d,#e08dac)}

/* stats */
.grid4{gap:16px;margin-top:18px!important}.stat{min-height:142px;padding:19px 20px;border-radius:24px;background:linear-gradient(155deg,#fff,#fffafd)}
.stat i{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;font-size:16px;background:#f7e7ed;color:var(--pink-strong)}
.stat strong{font-size:27px;letter-spacing:-.04em;margin:18px 0 3px}.stat small{font-size:11px;font-weight:700}.stat:after{width:105px;height:105px;right:-38px;top:-38px;opacity:.38;background:linear-gradient(135deg,#f8dbe6,#f1bcd0)}
.stat:before{content:"";position:absolute;width:55px;height:55px;border-radius:50%;right:19px;bottom:-30px;background:rgba(207,92,136,.045)}

/* sections and list cards */
.grid2{gap:20px;margin-top:20px!important}.section-title{margin:30px 3px 12px}.section-title h3{font-size:17px;letter-spacing:-.02em}.section-title a{font-size:11px;font-weight:800;color:var(--pink-strong);padding:7px 9px;border-radius:999px;background:#f9eaf0}
.list{padding:9px}.item{border:0;background:#fbf8f9;border-radius:17px;padding:14px 13px}.item+.item{margin-top:0}.item-icon{background:#f7e7ed;color:var(--pink-strong);box-shadow:inset 0 0 0 1px rgba(207,92,136,.06)}.item-body b{font-size:13px}.item-body small{font-size:11px;line-height:1.45}

/* forms */
.form-card{max-width:980px;padding:24px;border-radius:28px}.form-grid{gap:16px}.form-grid label{font-size:11px;letter-spacing:.01em}.auth-form input,.form-grid input,.form-grid textarea,.form-grid select{min-height:48px;border-radius:15px;background:#fdfbfc;border-color:#eadde2;transition:.18s ease}.form-grid textarea{min-height:110px;resize:vertical}.auth-form input:focus,.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:#d88eaa;box-shadow:0 0 0 4px rgba(207,92,136,.08);background:#fff}
.table-wrap{border-radius:18px}.table th{background:#fcf9fa;position:sticky;top:0}.table td,.table th{padding:14px}.upload-box{padding:30px;background:linear-gradient(145deg,#fff,#fdf7fa);border-color:#dfbdca;border-radius:20px}
.notice{border-radius:16px}

/* login / register */
.auth-body{background:#f6f2f4}.auth-wrap{max-width:1320px;padding:34px;gap:32px;grid-template-columns:minmax(370px,500px) minmax(460px,1fr)}
.auth-panel{padding:10px}.auth-panel>.brand{margin-left:5px}.auth-panel>.brand .brand-icon{box-shadow:0 12px 30px rgba(48,35,41,.12)}
.auth-card{padding:30px;border-radius:28px;box-shadow:0 25px 70px rgba(61,33,44,.1)}
.tabs{padding:6px;border-radius:16px;background:#f5eff2}.tab{padding:12px;border-radius:12px}.tab.active{box-shadow:0 8px 20px rgba(48,35,41,.13)}
.auth-form{gap:16px}.auth-form label{font-size:11px}.auth-form .primary{margin-top:2px}
.auth-visual{min-height:700px;border-radius:38px;padding:56px;background:
 radial-gradient(circle at 82% 12%,rgba(255,255,255,.10),transparent 15rem),
 radial-gradient(circle at 10% 92%,rgba(207,92,136,.4),transparent 17rem),
 linear-gradient(145deg,#2c2025,#523440 55%,#884766);box-shadow:0 28px 80px rgba(57,31,42,.2)}
.auth-visual:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;left:-90px;top:70px;border:1px solid rgba(255,255,255,.09)}
.auth-visual h1{font-size:52px;max-width:760px}.feature-grid div{padding:18px;border-radius:18px;backdrop-filter:blur(10px)}

/* mobile/tablet */
@media(max-width:1050px){
 .app-shell{grid-template-columns:1fr}.sidebar{width:286px}
 .topbar{height:76px;padding:0 22px}.content{padding:28px 22px 105px}
 .auth-wrap{grid-template-columns:1fr;max-width:680px;padding:26px}.auth-panel{padding:0}.auth-visual{display:none}
}
@media(max-width:720px){
 body{background:linear-gradient(180deg,#fff 0,#f8f4f6 18rem,var(--bg) 100%)}
 .topbar{height:auto;min-height:78px;padding:12px 16px 11px;align-items:center;background:rgba(255,255,255,.88)}
 .topbar>div:first-child{gap:11px;min-width:0}.topbar h2{font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar small{font-size:10.5px;line-height:1.25;max-width:260px}
 .menu-btn{width:40px;height:40px;border-radius:13px;flex:0 0 auto;box-shadow:0 7px 18px rgba(61,33,44,.06)}
 .content{padding:20px 14px 104px;overflow-x:hidden}.page-head{gap:14px;margin-bottom:16px}.page-head h1{font-size:25px}.page-head p{font-size:12px}.page-head .primary{width:auto;min-height:44px;padding:12px 15px;border-radius:14px;font-size:12px}
 .week-hero{min-height:auto;padding:22px 21px 24px;border-radius:25px}.week-hero:before{width:130px;height:130px;right:-46px;top:-47px;border-width:22px}.week-hero:after{font-size:54px;right:18px;bottom:16px}.week-hero .week{font-size:43px;margin:15px 0 12px}.week-hero .week span{display:inline;font-size:14px}.week-hero p{font-size:12.5px;line-height:1.45;margin-bottom:17px;padding-right:6px}
 .grid4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px!important}.stat{min-height:124px;padding:14px 15px;border-radius:20px}.stat i{width:34px;height:34px;border-radius:11px;font-size:14px}.stat strong{font-size:21px;margin:14px 0 2px}.stat small{font-size:10px}.stat:after{width:88px;height:88px}
 .grid2{grid-template-columns:1fr;gap:2px;margin-top:6px!important}.section-title{margin:24px 2px 10px}.section-title h3{font-size:15px}.list{padding:7px}.item{padding:13px 12px}.item-icon{width:39px;height:39px;border-radius:12px}.item-body b{font-size:12.5px}.item-body small{font-size:10.5px}
 .form-card{padding:18px;border-radius:23px}.form-grid{grid-template-columns:1fr;gap:13px}.form-grid .full{grid-column:auto}.actions{gap:8px}.primary,.secondary,.danger-btn{font-size:12px}
 .mobile-nav{left:10px;right:10px;bottom:10px;height:72px;padding:0 4px;border-radius:24px;background:rgba(48,35,41,.96);backdrop-filter:blur(16px);box-shadow:0 18px 48px rgba(39,27,32,.28);border:1px solid rgba(255,255,255,.06)}
 .mobile-nav a{min-width:54px;height:58px;justify-content:center;border-radius:17px;font-size:8.5px;color:#b9aab0;transition:.18s ease}.mobile-nav a i{font-size:17px}.mobile-nav a.active{color:#fff;background:rgba(255,255,255,.08)}.mobile-nav a.active i{transform:translateY(-1px)}
 .auth-wrap{padding:16px 14px;min-height:100svh}.auth-panel>.brand{margin:6px 2px 18px}.auth-card{padding:21px;border-radius:24px}.tabs{margin-bottom:18px}.auth-form input{min-height:49px}.privacy{line-height:1.5}
}
@media(max-width:390px){
 .topbar h2{font-size:16px}.topbar small{max-width:220px}
 .week-hero .week{font-size:39px}.week-hero .week span{font-size:12.5px}.stat{min-height:119px;padding:13px}.stat strong{font-size:19px}.mobile-nav a{min-width:48px}
}

/* =========================================================
   UI V3 — home compacta + navbar mobile refinada
   ========================================================= */
.dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.dashboard-head h1{margin:2px 0 3px;font-size:30px;letter-spacing:-.045em}.dashboard-head p{margin:0;font-size:12.5px}.eyebrow{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--pink-strong)}.quick-pressure{display:inline-flex;align-items:center;gap:8px;padding:12px 15px}.hero-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.hero-dpp{font-size:11px;font-weight:800;color:#8d707c;background:rgba(255,255,255,.7);border:1px solid rgba(207,92,136,.08);padding:7px 10px;border-radius:999px}.week-line{display:flex;align-items:flex-end;gap:12px;margin:13px 0 8px}.week-line .week{margin:0!important}.week-copy{display:flex;flex-direction:column;padding-bottom:5px}.week-copy b{font-size:17px;line-height:1.1}.week-copy span{font-size:12px;color:var(--muted);font-weight:700}.quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.quick-actions>a{min-width:0;display:flex;align-items:center;gap:11px;padding:13px 14px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 8px 24px rgba(61,33,44,.045)}.quick-actions>a>i:first-child{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#faeaf0;color:var(--pink-strong);flex:0 0 auto}.quick-actions span{display:flex;flex-direction:column;min-width:0}.quick-actions b{font-size:12px}.quick-actions small{font-size:9.5px;color:var(--muted);margin-top:1px}.quick-actions .arrow{margin-left:auto;font-size:9px;color:#beaeb4}.home-stats{margin-top:12px!important}.home-panels{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:4px}.home-list{padding:7px}.empty-mini{min-height:62px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px;padding:8px}.empty-mini>i{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#f8edf1;color:var(--pink-strong)}.empty-mini>a{margin-left:auto;color:var(--pink-strong);font-weight:800;font-size:10px}.mobile-nav a{position:relative}.mobile-nav a.active:after{content:"";position:absolute;top:4px;width:20px;height:3px;border-radius:999px;background:#fff}.mobile-nav a span{display:block}

@media(min-width:1051px){.content{max-width:1240px}.week-hero{min-height:210px}.home-stats .stat{min-height:126px}.home-panels .section-title{margin-top:24px}}
@media(max-width:720px){
 .topbar{min-height:66px;padding:9px 13px 8px;border-bottom-color:rgba(109,73,87,.06)}.topbar h2{font-size:15px}.topbar small{font-size:9.5px;max-width:235px}.menu-btn{width:36px;height:36px;border-radius:12px}
 .content{padding:13px 12px 92px}.dashboard-head{align-items:center;margin-bottom:11px}.dashboard-head h1{font-size:21px;margin:0}.dashboard-head p,.dashboard-head .eyebrow{display:none}.quick-pressure{width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:12px!important;display:grid!important;place-items:center}.quick-pressure span{display:none}
 .week-hero{padding:17px 17px 18px;border-radius:22px;box-shadow:0 12px 34px rgba(61,33,44,.08)}.week-hero .badge{padding:5px 8px;font-size:8.5px}.hero-dpp{padding:5px 8px;font-size:9px}.week-line{margin:9px 0 5px;gap:9px}.week-hero .week{font-size:38px!important;line-height:.9}.week-copy{padding-bottom:2px}.week-copy b{font-size:14px}.week-copy span{font-size:10px}.week-hero p{font-size:10.5px;margin-bottom:11px}.week-hero .progress{height:6px}.week-hero:after{font-size:42px}
 .quick-actions{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:9px}.quick-actions>a{padding:10px 8px;gap:7px;border-radius:15px;min-height:58px}.quick-actions>a>i:first-child{width:30px;height:30px;font-size:12px;border-radius:10px}.quick-actions b{font-size:10.5px}.quick-actions small{font-size:8px}.quick-actions .arrow{display:none}
 .home-stats{gap:7px!important;margin-top:9px!important}.home-stats .stat{min-height:96px;padding:11px 12px;border-radius:17px}.home-stats .stat i{width:28px;height:28px;font-size:12px;border-radius:9px}.home-stats .stat strong{font-size:17px;margin:10px 0 1px;white-space:nowrap}.home-stats .stat small{font-size:8.5px}.home-stats .stat:after{width:72px;height:72px;right:-28px;top:-27px}
 .home-panels{grid-template-columns:1fr;gap:0}.home-panels .section-title{margin:18px 1px 7px}.home-panels .section-title h3{font-size:13px}.home-list{border-radius:18px}.home-list .item{padding:10px}.home-list .item-icon{width:34px;height:34px}.empty-mini{min-height:48px;padding:5px;font-size:10px}.empty-mini>i{width:31px;height:31px}
 .notice{font-size:9.5px;padding:10px 11px;margin-top:12px!important}
 .mobile-nav{left:8px;right:8px;bottom:8px;height:62px;border-radius:20px;padding:0 3px;background:rgba(42,30,36,.98);box-shadow:0 16px 42px rgba(39,27,32,.25)}.mobile-nav a{height:50px;min-width:0!important;flex:1;border-radius:15px;gap:3px;font-size:7.5px}.mobile-nav a i{font-size:15px}.mobile-nav a.active{background:rgba(255,255,255,.09)}.mobile-nav a.active:after{top:2px;width:17px;height:2px}
}
@media(max-width:370px){.quick-actions small{display:none}.quick-actions>a{justify-content:center}.quick-actions span{flex:0}.home-stats .stat strong{font-size:15px}.mobile-nav a{font-size:7px}.mobile-nav a i{font-size:14px}}

/* UI V4 — menu lateral mobile + foto de perfil */
.brand-avatar{width:48px;height:48px;border-radius:16px;overflow:hidden;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,#fff,#f5dfe7);color:var(--pink);font-size:18px;font-weight:900;border:2px solid rgba(255,255,255,.14);box-shadow:0 10px 28px rgba(0,0,0,.12)}
.brand-avatar img,.profile-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.sidebar .brand{padding:5px 6px 17px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar .brand strong{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-mobile-head,.sidebar-backdrop{display:none}.profile-photo-editor{display:flex;align-items:center;gap:16px;padding:14px;border:1px solid var(--line);background:var(--surface2);border-radius:18px}.profile-photo-preview{width:76px;height:76px;border-radius:24px;overflow:hidden;display:grid;place-items:center;flex:0 0 auto;background:linear-gradient(145deg,#f6dce6,#fff);color:var(--pink);font-size:27px;font-weight:900;border:1px solid #ead6de}.profile-photo-upload{flex:1}.profile-photo-upload input{margin-top:2px;background:#fff!important}.profile-photo-upload small{font-weight:600;color:var(--muted)}
@media(max-width:1050px){body.menu-open{overflow:hidden}.sidebar-backdrop{position:fixed;inset:0;z-index:29;background:rgba(24,15,19,.42);backdrop-filter:blur(3px);opacity:0;pointer-events:none;display:block;transition:.22s}.sidebar-backdrop.show{opacity:1;pointer-events:auto}.sidebar{width:min(86vw,320px)!important;padding:14px 14px 18px;border-radius:0 24px 24px 0;box-shadow:24px 0 60px rgba(28,17,22,.25);transform:translateX(-110%)}.sidebar.open{transform:translateX(0)}.sidebar-mobile-head{height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 4px 6px 7px;color:#aa989f;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.sidebar-close{width:34px;height:34px;border:0;border-radius:11px;background:rgba(255,255,255,.08);color:#fff;font-size:15px}.sidebar .brand{margin:4px 0 13px;padding:7px 7px 17px}.sidebar .brand-avatar{width:50px;height:50px;border-radius:17px}.nav{gap:4px}.nav a{min-height:46px;padding:12px 13px;border-radius:14px}.nav a.active{box-shadow:0 8px 22px rgba(0,0,0,.13)}.sidebar-foot{padding:14px 8px 2px}.sidebar-foot b{font-size:12px}.sidebar-foot small{display:block;margin-top:3px;font-size:9px}}
@media(max-width:720px){.profile-photo-editor{align-items:flex-start;padding:12px;gap:12px}.profile-photo-preview{width:66px;height:66px;border-radius:21px}.profile-photo-upload input{padding:9px!important;font-size:10px}.sidebar{height:100dvh}}

/* Login moderno glass + background */
.auth-body{position:relative;background:#efe4e8 url('login-background.png') center/cover fixed no-repeat;overflow-x:hidden}
.auth-body:before{content:"";position:fixed;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(247,239,242,.34));backdrop-filter:blur(1px);pointer-events:none}
.auth-wrap{position:relative;z-index:1;display:flex!important;align-items:center;justify-content:center;max-width:none!important;min-height:100svh;padding:32px!important}
.auth-panel{width:min(100%,480px);padding:0!important}
.auth-brand-centered{text-align:center;margin:0 auto 22px;display:flex;flex-direction:column;align-items:center;color:#35252c;text-shadow:0 1px 0 rgba(255,255,255,.45)}
.auth-brand-centered .brand-icon{width:64px;height:64px;border-radius:22px;margin-bottom:12px;background:rgba(48,35,41,.94);box-shadow:0 18px 42px rgba(55,31,41,.20);font-size:25px}
.auth-brand-centered strong{font-size:22px;letter-spacing:-.04em}.auth-brand-centered small{margin-top:6px;color:#6f6267;font-size:11px;font-weight:600}
.auth-card{background:rgba(255,255,255,.70)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 30px 80px rgba(61,33,44,.16)!important;backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);border-radius:32px!important;padding:28px!important}
.tabs{background:rgba(239,229,233,.72)!important;border:1px solid rgba(255,255,255,.7);border-radius:17px!important}.tab{min-height:44px}.tab.active{background:linear-gradient(135deg,#39282f,#2d2026)!important;box-shadow:0 10px 24px rgba(48,35,41,.18)!important}
.auth-form input{background:rgba(255,255,255,.58)!important;border:1px solid rgba(206,177,188,.48)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.6)}
.auth-form input:focus{background:rgba(255,255,255,.9)!important}.auth-form .primary{min-height:50px;border-radius:15px;background:linear-gradient(135deg,#4a313b,#302127);box-shadow:0 12px 28px rgba(48,35,41,.18)}
.privacy{text-align:center;color:#76696e}.auth-visual{display:none!important}
@media(max-width:720px){.auth-body{background-position:58% center}.auth-wrap{padding:22px 14px!important}.auth-panel{width:100%}.auth-brand-centered{margin-bottom:20px}.auth-brand-centered .brand-icon{width:58px;height:58px;border-radius:20px;font-size:22px}.auth-brand-centered strong{font-size:20px}.auth-brand-centered small{max-width:280px;line-height:1.45}.auth-card{padding:20px!important;border-radius:27px!important;background:rgba(255,255,255,.74)!important}.tabs{margin-bottom:20px}.auth-form{gap:15px}.auth-form input{min-height:51px}.auth-form .primary{min-height:51px}}

/* Login V6 — responsivo desktop/mobile com background gestante */
.auth-body{min-height:100svh;background-color:#f3dfe5;background-image:linear-gradient(90deg,rgba(255,245,248,.20),rgba(255,238,244,.08)),url('login-background.png');background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:fixed}
.auth-body:before{background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.02));backdrop-filter:none;-webkit-backdrop-filter:none}
.auth-wrap{min-height:100svh;display:grid!important;grid-template-columns:minmax(360px,470px) 1fr!important;align-items:center!important;justify-items:start!important;gap:clamp(28px,5vw,80px)!important;padding:clamp(28px,5vw,76px)!important}
.auth-panel{width:100%!important;max-width:470px!important;margin:0!important}
.auth-brand-centered{margin:0 0 18px!important;padding:0 8px;align-items:flex-start!important;text-align:left!important}
.auth-brand-centered .brand-icon{width:58px;height:58px;border-radius:19px;margin:0 0 12px!important;background:linear-gradient(135deg,#d23f73,#b9275e);color:#fff}
.auth-brand-centered strong{font-size:25px!important}.auth-brand-centered small{font-size:12px!important;color:#6e5962!important}
.auth-card{background:rgba(255,255,255,.69)!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 26px 75px rgba(76,37,52,.18)!important;backdrop-filter:blur(24px) saturate(135%)!important;-webkit-backdrop-filter:blur(24px) saturate(135%)!important}
@media(min-width:1051px){.auth-wrap{padding-left:max(5vw,60px)!important}.auth-panel{margin-left:3vw!important}}
@media(max-width:1050px){
 .auth-body{background-position:67% center!important;background-attachment:scroll!important}
 .auth-body:before{background:linear-gradient(180deg,rgba(255,245,248,.20),rgba(255,244,248,.28))!important}
 .auth-wrap{display:flex!important;align-items:center!important;justify-content:center!important;padding:30px 18px!important}
 .auth-panel{max-width:500px!important;margin:0!important}
 .auth-brand-centered{align-items:center!important;text-align:center!important;margin-bottom:18px!important}
}
@media(max-width:720px){
 .auth-body{background-size:auto 100%!important;background-position:69% center!important;min-height:100dvh!important}
 .auth-body:before{background:linear-gradient(180deg,rgba(255,246,249,.16),rgba(247,225,233,.24))!important}
 .auth-wrap{min-height:100dvh!important;padding:max(18px,env(safe-area-inset-top)) 13px max(18px,env(safe-area-inset-bottom))!important}
 .auth-panel{width:min(100%,430px)!important}
 .auth-brand-centered{margin:0 auto 14px!important;padding:0!important}
 .auth-brand-centered .brand-icon{width:54px;height:54px;border-radius:18px;margin-bottom:9px!important;font-size:21px}
 .auth-brand-centered strong{font-size:21px!important}.auth-brand-centered small{font-size:10.5px!important;color:#684f59!important}
 .auth-card{padding:18px!important;border-radius:25px!important;background:rgba(255,255,255,.73)!important;box-shadow:0 22px 58px rgba(76,37,52,.17)!important}
 .tabs{margin-bottom:16px!important}.tab{min-height:42px!important;font-size:12px}.auth-form{gap:12px!important}.auth-form input{min-height:48px!important}.auth-form .primary{min-height:48px!important}.privacy{margin-top:14px!important;font-size:9.5px!important}
}
@media(max-width:390px){.auth-wrap{padding-left:10px!important;padding-right:10px!important}.auth-card{padding:16px!important}.auth-brand-centered small{max-width:260px}}

/* LOGIN V8 FIX — layout real, sem usar a imagem de referência como tela */
.auth-body{min-height:100svh!important;background:#f9e3e9 url('login-background.png') 72% center/cover no-repeat!important;background-attachment:scroll!important;overflow-x:hidden!important}
.auth-body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,247,249,.94) 0%,rgba(255,239,244,.80) 38%,rgba(255,231,239,.28) 66%,rgba(255,231,239,.04) 100%)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.auth-wrap{position:relative;z-index:1;min-height:100svh!important;max-width:1280px!important;margin:0 auto!important;padding:48px 6vw!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}
.auth-panel{width:min(100%,560px)!important;max-width:560px!important;margin:0!important;padding:0!important}
.auth-brand-centered{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin:0 0 24px!important;padding:0!important;text-shadow:none!important}
.auth-brand-centered .brand-icon{width:88px!important;height:88px!important;border-radius:28px!important;margin:0 0 18px!important;background:linear-gradient(145deg,#e94b77,#c91f58)!important;color:#fff!important;font-size:36px!important;box-shadow:0 16px 36px rgba(194,37,83,.20)!important}
.auth-brand-centered strong{font-size:38px!important;line-height:1.05!important;letter-spacing:-.05em!important;color:#251a20!important;font-weight:900!important}
.auth-brand-centered small{margin-top:8px!important;color:#8d7c84!important;font-size:16px!important;font-weight:600!important;line-height:1.35!important}
.auth-card{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-radius:0!important}
.tabs{height:62px!important;display:grid!important;grid-template-columns:1fr 1fr!important;padding:3px!important;margin:0 0 26px!important;border:1px solid rgba(255,255,255,.92)!important;border-radius:20px!important;background:rgba(255,255,255,.30)!important;overflow:hidden!important}
.tab{border:0!important;border-radius:17px!important;background:transparent!important;color:#d1265c!important;font-size:17px!important;font-weight:800!important;padding:0 16px!important;cursor:pointer!important}
.tab.active{background:linear-gradient(100deg,#291822,#4c2939)!important;color:#fff!important;box-shadow:0 10px 26px rgba(58,29,43,.15)!important}
.auth-form{display:none!important;gap:16px!important}.auth-form.active{display:grid!important}
.auth-form label{display:grid!important;gap:7px!important;font-size:14px!important;font-weight:750!important;color:#4a2d3a!important}
.auth-form input{box-sizing:border-box!important;width:100%!important;height:62px!important;min-height:62px!important;padding:0 20px!important;border:1px solid rgba(220,196,205,.72)!important;border-radius:18px!important;background:rgba(255,255,255,.92)!important;color:#34232b!important;font-size:16px!important;outline:none!important;box-shadow:0 8px 24px rgba(112,57,77,.07)!important}
.auth-form input:focus{border-color:#d92c61!important;background:#fff!important;box-shadow:0 0 0 3px rgba(217,44,97,.09)!important}
.auth-form .primary{width:100%!important;height:62px!important;min-height:62px!important;margin-top:2px!important;border:0!important;border-radius:18px!important;background:linear-gradient(100deg,#281720,#562a40)!important;color:#fff!important;font-size:18px!important;font-weight:850!important;cursor:pointer!important;box-shadow:0 13px 30px rgba(55,25,39,.16)!important}
.privacy{margin:20px 0 0!important;text-align:center!important;color:#493740!important;font-size:12px!important;font-weight:600!important}.privacy i{color:#d72a5d!important;margin-right:6px!important}.auth-visual{display:none!important}
.alert{margin:0 0 15px!important;border-radius:14px!important}
@media(max-width:1050px){.auth-body{background-position:67% center!important}.auth-body:before{background:linear-gradient(180deg,rgba(255,244,248,.78),rgba(255,231,239,.55))!important}.auth-wrap{justify-content:center!important;padding:28px 18px!important}.auth-panel{width:min(100%,500px)!important}}
@media(max-width:720px){.auth-body{background-position:66% center!important;background-size:auto 100%!important}.auth-body:before{background:linear-gradient(180deg,rgba(255,246,249,.80),rgba(250,226,234,.58))!important}.auth-wrap{min-height:100dvh!important;align-items:center!important;padding:max(18px,env(safe-area-inset-top)) 13px max(18px,env(safe-area-inset-bottom))!important}.auth-panel{width:min(100%,430px)!important}.auth-brand-centered{margin-bottom:16px!important}.auth-brand-centered .brand-icon{width:62px!important;height:62px!important;border-radius:20px!important;font-size:25px!important;margin-bottom:10px!important}.auth-brand-centered strong{font-size:27px!important}.auth-brand-centered small{font-size:11px!important;max-width:310px!important}.tabs{height:52px!important;margin-bottom:17px!important;border-radius:17px!important}.tab{font-size:14px!important;border-radius:14px!important}.auth-form{gap:12px!important}.auth-form label{font-size:12px!important}.auth-form input{height:52px!important;min-height:52px!important;border-radius:15px!important;padding:0 16px!important;font-size:14px!important}.auth-form .primary{height:53px!important;min-height:53px!important;border-radius:15px!important;font-size:16px!important}.privacy{font-size:10px!important;margin-top:14px!important}}
@media(max-width:390px){.auth-wrap{padding-left:10px!important;padding-right:10px!important}.auth-brand-centered strong{font-size:24px!important}.auth-form{gap:10px!important}.auth-form input{height:49px!important;min-height:49px!important}}

/* Login V7 — layout limpo inspirado na referência, com textos HTML reais */
.auth-body{background-image:url('login-background.png')!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#f9dbe4!important}
.auth-body:before{content:"";position:fixed;inset:0;background:linear-gradient(90deg,rgba(255,247,249,.08) 0%,rgba(255,244,248,.12) 48%,rgba(255,236,243,.02) 100%)!important;pointer-events:none}
.auth-wrap{display:flex!important;align-items:center!important;justify-content:center!important;min-height:100svh!important;padding:34px 18px!important}
.auth-panel{width:min(100%,580px)!important;max-width:580px!important;margin:0!important}
.auth-brand-centered{align-items:center!important;text-align:center!important;margin:0 0 22px!important;padding:0!important;color:#25151d!important;text-shadow:none!important}
.auth-brand-centered .brand-icon{width:68px!important;height:68px!important;border-radius:22px!important;margin:0 0 13px!important;background:linear-gradient(145deg,#e83f75,#c51e58)!important;color:#fff!important;font-size:26px!important;box-shadow:0 14px 35px rgba(191,34,85,.25)!important}
.auth-brand-centered strong{font-size:34px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.045em!important;color:#24151d!important}
.auth-brand-centered small{font-size:14px!important;line-height:1.45!important;font-weight:600!important;color:#8b737d!important;margin-top:7px!important}
.auth-card{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.tabs{height:58px!important;margin:0 0 22px!important;padding:3px!important;border:2px solid rgba(255,255,255,.78)!important;border-radius:20px!important;background:rgba(255,239,245,.48)!important;box-shadow:0 10px 35px rgba(109,52,72,.08)!important;backdrop-filter:blur(10px)!important}
.tab{font-size:16px!important;font-weight:800!important;color:#d12560!important;border-radius:16px!important}.tab.active{background:linear-gradient(135deg,#2b1721,#573044)!important;color:#fff!important;box-shadow:0 10px 22px rgba(52,25,38,.18)!important}
.auth-form{gap:14px!important}.auth-form label{font-size:13px!important;font-weight:800!important;color:#38242d!important;gap:7px!important}
.login-field{height:64px;display:flex;align-items:center;gap:12px;padding:0 17px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.98);border-radius:18px;box-shadow:0 9px 26px rgba(81,41,56,.07)}
.login-field>i{width:23px;text-align:center;font-size:19px;color:#3b2630}.auth-form .login-field input{height:100%!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;font-size:15px!important;font-weight:600!important;color:#35222b!important}.login-field input::placeholder{color:#9c8991!important;opacity:1}.password-toggle{width:36px;height:36px;display:grid;place-items:center;border:0;background:transparent;color:#8f6d7b;font-size:17px;padding:0}
.login-options{display:flex;align-items:center;justify-content:space-between;padding:1px 4px 2px}.remember{display:flex!important;grid-template-columns:none!important;align-items:center!important;gap:9px!important;font-size:13px!important;font-weight:650!important;color:#35232b!important;cursor:pointer}.remember input{position:absolute;opacity:0;pointer-events:none}.remember span{width:21px;height:21px;border-radius:6px;border:1px solid rgba(199,45,91,.28);background:rgba(255,255,255,.8);display:grid;place-items:center}.remember input:checked+span{background:#d92f67;border-color:#d92f67}.remember input:checked+span:after{content:"✓";font-size:13px;color:#fff;font-weight:900}
.auth-form .login-submit{height:62px!important;border-radius:18px!important;font-size:18px!important;background:linear-gradient(135deg,#2a1720,#5a3044)!important;box-shadow:0 14px 30px rgba(67,32,47,.20)!important;display:flex;align-items:center;justify-content:center;position:relative}.login-submit i{position:absolute;right:22px;font-size:17px}
.privacy{margin:15px 0 0!important;text-align:center!important;font-size:11px!important;line-height:1.45!important;font-weight:650!important;color:#634b55!important}.privacy i{color:#d52c63;margin-right:5px}
.alert.danger{background:rgba(255,255,255,.88)!important;border:1px solid rgba(211,45,95,.18);color:#a61f49!important;box-shadow:0 8px 24px rgba(90,40,57,.07)}
@media(min-width:900px){.auth-panel{transform:translateX(-12vw)}.auth-body{background-position:center center!important}}
@media(max-width:720px){.auth-body{background-size:auto 100%!important;background-position:67% center!important}.auth-body:before{background:linear-gradient(180deg,rgba(255,247,249,.04),rgba(255,234,242,.08))!important}.auth-wrap{align-items:center!important;padding:24px 12px!important}.auth-panel{max-width:500px!important}.auth-brand-centered{margin-bottom:18px!important}.auth-brand-centered .brand-icon{width:54px!important;height:54px!important;border-radius:17px!important;font-size:20px!important;margin-bottom:10px!important}.auth-brand-centered strong{font-size:25px!important}.auth-brand-centered small{font-size:10px!important;max-width:330px}.tabs{height:50px!important;margin-bottom:16px!important;border-radius:16px!important}.tab{font-size:13px!important;border-radius:13px!important}.auth-form{gap:11px!important}.auth-form label{font-size:11px!important}.login-field{height:55px;border-radius:15px;padding:0 14px}.login-field>i{font-size:16px}.auth-form .login-field input{font-size:13px!important}.auth-form .login-submit{height:55px!important;border-radius:15px!important;font-size:15px!important}.privacy{font-size:9px!important;margin-top:11px!important}.login-options{padding-top:0}.remember{font-size:11px!important}.remember span{width:19px;height:19px;border-radius:5px}}
@media(max-width:390px),(max-height:720px){.auth-wrap{padding-top:15px!important;padding-bottom:15px!important}.auth-brand-centered{margin-bottom:12px!important}.auth-brand-centered .brand-icon{width:48px!important;height:48px!important;margin-bottom:7px!important}.auth-brand-centered strong{font-size:22px!important}.auth-brand-centered small{font-size:9px!important}.tabs{height:46px!important;margin-bottom:12px!important}.login-field{height:50px}.auth-form .login-submit{height:50px!important}.privacy{margin-top:8px!important}}

/* Pressão: período, horário e filtros de relatório */
.form-grid select,.bp-filter select,.bp-filter input{width:100%;min-height:48px;border:1px solid #eadde2;border-radius:12px;background:#fff;padding:0 12px;font:inherit;color:#38242d;box-sizing:border-box}
.bp-filter{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) auto auto;gap:12px;align-items:end;margin-bottom:16px}
.bp-filter label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#533744}.bp-filter .primary,.bp-filter .secondary{min-height:48px;display:flex;align-items:center;justify-content:center;white-space:nowrap}
@media(max-width:760px){.bp-filter{grid-template-columns:1fr 1fr}.bp-filter label:nth-of-type(3){grid-column:1/-1}.bp-filter .primary,.bp-filter .secondary{width:100%}.table-wrap{overflow-x:auto}.table{min-width:720px}}
/* Logo real na tela de login */
.auth-brand-centered .brand-icon.brand-logo{background:transparent!important;box-shadow:none!important;border-radius:0!important;width:116px!important;height:116px!important;overflow:visible!important;margin-bottom:10px!important}
.auth-brand-centered .brand-icon.brand-logo img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(176,34,79,.16))}
@media(max-width:720px){.auth-brand-centered .brand-icon.brand-logo{width:88px!important;height:88px!important;margin-bottom:7px!important}}
@media(max-width:390px),(max-height:720px){.auth-brand-centered .brand-icon.brand-logo{width:72px!important;height:72px!important}}
