:root{--navy:#0b1f4d;--navy2:#142f72;--blue:#2f79cc;--gold:#c89531;--gold2:#f0c66e;--plat:#f5f6f8;--ink:#172033;--muted:#667085;--line:#e5e7eb;--bg:#f4f6f9;--white:#fff}*{box-sizing:border-box}body:has(.dl-app),body:has(.dl-login-shell){margin:0!important;background:var(--bg);font-family:Inter,Arial,sans-serif;color:var(--ink)}body:has(.dl-app) #wpadminbar,body:has(.dl-login-shell) #wpadminbar{display:none}.dl-app{min-height:100vh;display:grid;grid-template-columns:258px 1fr}.dl-sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#081937,#0c2555);padding:18px 14px;color:#fff;display:flex;flex-direction:column}.dl-brand{display:flex;height:76px;padding:8px 10px 14px;border-bottom:1px solid rgba(255,255,255,.1)}.dl-brand img{max-width:100%;max-height:54px;object-fit:contain}.dl-sidebar nav{display:flex;flex-direction:column;gap:3px;padding:16px 0;overflow:auto}.dl-sidebar nav a{color:rgba(255,255,255,.74);text-decoration:none;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;font-size:13px}.dl-sidebar nav a:hover,.dl-sidebar nav a.active{background:rgba(255,255,255,.1);color:#fff}.dl-nav-ico{width:22px;text-align:center;color:var(--gold2);font-size:16px}.dl-sidebar-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding:14px 10px 4px;display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.58)}.dl-sidebar-bottom a{color:#fff;text-decoration:none}.dl-stage{min-width:0;display:flex;flex-direction:column}.dl-header{height:78px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:18px;padding:10px 24px;position:sticky;top:0;z-index:40}.dl-header-logo{display:none}.dl-header-copy{display:flex;flex-direction:column}.dl-header-copy strong{font-size:16px;color:var(--navy)}.dl-header-copy span{font-size:11px;color:var(--muted);margin-top:3px}.dl-user{margin-left:auto;padding:9px 13px;background:#f7f8fa;border:1px solid var(--line);border-radius:999px;font-size:12px}.dl-main{padding:26px;min-height:calc(100vh - 155px)}.dl-footer{margin:0 26px 20px;padding:15px 18px;background:#fff;border:1px solid var(--line);border-radius:18px;display:flex;align-items:center;gap:14px}.dl-footer img{height:38px;width:auto;max-width:180px;object-fit:contain}.dl-footer div{display:flex;flex-direction:column}.dl-footer strong{font-size:12px;color:var(--navy)}.dl-footer span,.dl-footer small{font-size:10px;color:var(--muted)}.dl-footer small{margin-left:auto}.dl-page-head,.dl-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.dl-page-head h1,.dl-card h2,.dl-card h3{margin:0;color:var(--navy)}.dl-page-head h1{font-size:28px}.dl-page-head p,.dl-card p{color:var(--muted);margin:5px 0 0;font-size:13px}.dl-hero{border-radius:24px;padding:28px 30px;background:linear-gradient(135deg,#091c43,#123475 60%,#2d6fb4);color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 20px 50px rgba(11,31,77,.18)}.dl-hero h1{font-size:30px;margin:7px 0}.dl-hero p{color:rgba(255,255,255,.78);margin:0}.dl-kicker{font-size:10px;letter-spacing:.18em;font-weight:700;color:var(--gold2)}.dl-hero-mark{width:84px;height:84px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(145deg,#f7f7f8,#c6cbd3);color:var(--navy);border:2px solid var(--gold);font-weight:800;font-size:26px}.dl-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.dl-kpi{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:6px;box-shadow:0 8px 20px rgba(11,31,77,.04)}.dl-kpi span{font-size:11px;color:var(--muted)}.dl-kpi strong{font-size:24px;color:var(--navy)}.dl-grid{display:grid;gap:16px}.dl-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.dl-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.dl-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(11,31,77,.045)}.dl-card-head a{font-size:11px;color:var(--navy)}.dl-money{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dl-money>div{padding:16px;background:#f7f8fa;border-radius:14px}.dl-money span{font-size:11px;color:var(--muted);display:block}.dl-money strong{font-size:20px;color:var(--navy);display:block;margin-top:4px}.dl-list>div,.dl-row{padding:13px 4px;border-bottom:1px solid #eef0f3;display:flex;justify-content:space-between;gap:18px}.dl-list>div:last-child,.dl-row:last-child{border-bottom:0}.dl-list strong,.dl-row strong{display:block;color:var(--navy);font-size:13px}.dl-list span,.dl-row span{display:block;color:var(--muted);font-size:11px;margin-top:3px}.dl-row>div:last-child{text-align:right}.dl-btn{border:1px solid #d8dde6;background:#fff;color:var(--navy);border-radius:12px;padding:10px 14px;font-weight:700;font-size:12px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.dl-btn.primary{background:linear-gradient(135deg,#0b1f4d,#214b93);color:#fff;border-color:#0b1f4d}.dl-form-card{margin-bottom:18px}.dl-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-bottom:15px}.dl-form-grid label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700;color:#344054}.dl-form-grid label.full{grid-column:1/-1}.dl-form-grid input,.dl-form-grid select,.dl-form-grid textarea{width:100%;border:1px solid #d9dee7;background:#fff;border-radius:11px;padding:10px 11px;font:inherit;color:var(--ink);min-height:40px}.dl-form-grid textarea{min-height:92px;resize:vertical}.dl-form-grid label:has(input[type=checkbox]){flex-direction:row;align-items:center}.dl-form-grid input[type=checkbox]{width:auto;min-height:0}.dl-empty{padding:20px;text-align:center;color:var(--muted)}.dl-tabs{display:flex;gap:8px;margin:-4px 0 16px}.dl-tabs a{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px;text-decoration:none;color:var(--navy)}.dl-timeline{position:relative;padding-left:18px}.dl-timeline:before{content:"";position:absolute;left:65px;top:8px;bottom:8px;width:1px;background:#d8dee8}.dl-timeline article{display:grid;grid-template-columns:48px 1fr;gap:18px;position:relative;padding:8px 0 18px}.dl-timeline article:before{content:"";position:absolute;left:60px;top:15px;width:11px;height:11px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px #fff}.dl-timeline time{font-size:10px;color:var(--muted)}.dl-timeline article span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-weight:700}.dl-timeline h3{font-size:14px;margin:3px 0;color:var(--navy)}.dl-timeline p{font-size:11px;margin:0;color:var(--muted)}.dl-preloader{position:fixed;inset:0;z-index:999999;background:radial-gradient(circle at 50% 42%,#fff,#f4f1e9 65%,#eae6da);display:grid;place-items:center;transition:opacity .55s ease,visibility .55s ease}.dl-preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}.dl-preloader-inner{width:min(640px,86vw);display:flex;flex-direction:column;align-items:center;gap:15px}.dl-preloader img{width:min(560px,82vw);max-height:210px;object-fit:contain;filter:drop-shadow(0 14px 28px rgba(11,31,77,.13));animation:dlBreath 4.8s cubic-bezier(.45,0,.55,1) infinite}.dl-preloader-track{width:min(390px,66vw);height:3px;border-radius:999px;background:#dfe3ea;overflow:hidden}.dl-preloader-track span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--navy),var(--blue),var(--gold2));animation:dlProgress 5.45s cubic-bezier(.2,.72,.2,1) forwards}.dl-preloader small{font-size:10px;letter-spacing:.14em;color:var(--navy)}@keyframes dlProgress{to{width:100%}}@keyframes dlBreath{
  0%,100%{transform:scale(1);filter:drop-shadow(0 14px 28px rgba(11,31,77,.11))}
  50%{transform:scale(1.018);filter:drop-shadow(0 17px 34px rgba(11,31,77,.16))}
}.dl-login-shell{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 40%,#fff,#f3f1eb);padding:20px}.dl-login-card{width:min(470px,94vw);background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:32px;box-shadow:0 24px 70px rgba(11,31,77,.14)}.dl-login-logo{display:block;width:min(350px,90%);height:auto;margin:0 auto 18px}.dl-login-card h1{color:var(--navy);margin:6px 0}.dl-login-card p{color:var(--muted);font-size:13px}.dl-login-card form{display:grid;gap:13px;margin-top:18px}.dl-login-card label{font-size:11px;font-weight:700;color:#344054;display:grid;gap:6px}.dl-login-card input{border:1px solid #d8dde6;border-radius:12px;padding:12px}.dl-alert{padding:10px 12px;border-radius:11px;background:#fff1f0;color:#b42318;font-size:12px;margin:12px 0}@media(max-width:980px){.dl-app{grid-template-columns:82px 1fr}.dl-sidebar{padding:14px 9px}.dl-brand{height:62px;padding:6px 2px 12px}.dl-sidebar nav a{justify-content:center;padding:11px 8px}.dl-sidebar nav a span:not(.dl-nav-ico){display:none}.dl-sidebar-bottom span{display:none}.dl-kpis{grid-template-columns:repeat(2,1fr)}.dl-grid.two,.dl-grid.three{grid-template-columns:1fr}.dl-header-copy span{display:none}}@media(max-width:650px){.dl-app{display:block}.dl-sidebar{position:fixed;z-index:50;bottom:0;top:auto;width:100%;height:68px;display:block;padding:7px 8px;background:#081937}.dl-brand,.dl-sidebar-bottom{display:none}.dl-sidebar nav{padding:0;display:grid;grid-template-columns:repeat(5,1fr);overflow:visible;gap:2px}.dl-sidebar nav a:nth-child(n+6){display:none}.dl-sidebar nav a{padding:7px 3px;display:flex;flex-direction:column;gap:3px;font-size:9px}.dl-sidebar nav a span:not(.dl-nav-ico){display:block}.dl-nav-ico{font-size:14px}.dl-header{height:62px;padding:8px 12px}.dl-header-logo{display:block}.dl-header-logo img{height:34px;width:auto;max-width:130px;object-fit:contain}.dl-header-copy{display:none}.dl-user{font-size:10px}.dl-main{padding:14px 12px 90px}.dl-footer{display:none}.dl-hero{padding:20px}.dl-hero-mark{display:none}.dl-hero h1{font-size:23px}.dl-kpis{grid-template-columns:1fr 1fr}.dl-page-head{align-items:center}.dl-page-head h1{font-size:22px}.dl-page-head p{display:none}.dl-form-grid{grid-template-columns:1fr}.dl-form-grid label.full{grid-column:auto}.dl-row{align-items:flex-start}.dl-preloader img{max-height:150px}}
/* ===== DocLife v0.4.3 · Premium Mobile Dock ===== */
.dl-mobile-dock,.dl-mobile-sheet,.dl-sheet-backdrop{display:none}
@media(max-width:650px){
  .dl-sidebar{display:none!important}
  .dl-main{padding-bottom:126px}
  .dl-mobile-dock{display:grid;grid-template-columns:1fr 1fr 1.22fr 1fr 1fr;align-items:end;position:fixed;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));height:74px;padding:7px 8px 8px;z-index:9000;border:1px solid rgba(255,255,255,.72);border-radius:24px;background:linear-gradient(180deg,rgba(15,37,81,.95),rgba(6,22,51,.98));box-shadow:0 18px 46px rgba(5,20,49,.28),inset 0 1px 0 rgba(255,255,255,.15);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
  .dl-mobile-dock:before{content:"";position:absolute;inset:1px;border-radius:23px;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 32%,rgba(240,198,110,.07) 76%,transparent)}
  .dl-dock-item,.dl-dock-add{position:relative;z-index:1;min-width:0;height:56px;border:0;background:transparent;text-decoration:none;color:rgba(255,255,255,.66);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:4px 2px;font-family:inherit;cursor:pointer}
  .dl-dock-item small,.dl-dock-add small{font-size:9px;line-height:1;font-weight:700;letter-spacing:.01em;white-space:nowrap}
  .dl-dock-icon{width:30px;height:28px;border-radius:11px;display:grid;place-items:center;font-size:18px;line-height:1;transition:.22s ease}
  .dl-dock-item.active{color:#fff}
  .dl-dock-item.active .dl-dock-icon{color:#ffd77f;background:rgba(255,255,255,.10);box-shadow:inset 0 0 0 1px rgba(240,198,110,.18),0 6px 16px rgba(0,0,0,.16);transform:translateY(-1px)}
  .dl-dock-item.active:after{content:"";position:absolute;bottom:-1px;width:20px;height:2px;border-radius:99px;background:linear-gradient(90deg,#c89531,#ffe0a0,#c89531);box-shadow:0 0 10px rgba(240,198,110,.7)}
  .dl-dock-add{height:76px;margin-top:-20px;justify-content:flex-start;color:#fff;gap:2px}
  .dl-dock-add span{width:54px;height:54px;border-radius:19px;display:grid;place-items:center;font-size:31px;font-weight:300;color:#fff;background:linear-gradient(145deg,#234f99,#0b1f4d 58%,#071735);border:1px solid rgba(255,224,160,.78);box-shadow:0 9px 24px rgba(0,0,0,.31),inset 0 1px 0 rgba(255,255,255,.28),0 0 0 5px rgba(11,31,77,.38)}
  .dl-dock-add span:after{content:"";position:absolute;width:47px;height:47px;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 46%);pointer-events:none}
  .dl-dock-add small{margin-top:5px;color:#ffe0a0}
  .dl-dots{display:flex;align-items:center;justify-content:center;gap:3px}
  .dl-dots i{display:block;width:4px;height:4px;border-radius:50%;background:currentColor}

  .dl-sheet-backdrop{display:block;position:fixed;inset:0;z-index:9100;background:rgba(3,12,31,.48);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.24s ease}
  .dl-sheet-backdrop.open{opacity:1;visibility:visible}
  .dl-mobile-sheet{display:block;position:fixed;left:0;right:0;bottom:0;z-index:9200;max-height:min(78vh,650px);overflow:auto;padding:10px 16px calc(24px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#fff,#f7f8fb);border-radius:28px 28px 0 0;box-shadow:0 -26px 70px rgba(5,20,49,.28);transform:translateY(108%);opacity:.98;transition:transform .32s cubic-bezier(.22,.9,.28,1)}
  .dl-mobile-sheet.open{transform:translateY(0)}
  .dl-sheet-handle{width:42px;height:4px;border-radius:999px;background:#d7dce5;margin:2px auto 14px}
  .dl-mobile-sheet header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
  .dl-mobile-sheet h2{margin:4px 0 0;font-size:21px;color:var(--navy)}
  .dl-sheet-x{width:34px;height:34px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--navy);font-size:24px;line-height:1;cursor:pointer}
  .dl-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .dl-quick-grid a{display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;column-gap:11px;align-items:center;padding:13px;border-radius:17px;border:1px solid #e4e8ef;background:rgba(255,255,255,.88);text-decoration:none;box-shadow:0 6px 18px rgba(11,31,77,.05)}
  .dl-quick-grid a>span{grid-row:1/3;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#102b62,#0b1f4d);color:#ffd77f;font-size:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}
  .dl-quick-grid strong{font-size:12px;color:var(--navy)}
  .dl-quick-grid small{font-size:9px;color:var(--muted);margin-top:2px}
  .dl-more-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
  .dl-more-grid a{min-height:76px;padding:10px 4px;border-radius:17px;border:1px solid #e4e8ef;background:#fff;text-decoration:none;color:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}
  .dl-more-grid a>span{font-size:19px;color:#b47c22}
  .dl-more-grid a>small{font-size:9px;line-height:1.15}
  .dl-more-grid a.active{background:linear-gradient(145deg,#0b1f4d,#183c79);color:#fff;border-color:#1f4a91;box-shadow:0 8px 18px rgba(11,31,77,.18)}
  .dl-more-grid a.active>span{color:#ffd77f}
  .dl-sheet-footer{margin-top:14px;padding-top:13px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}
  .dl-sheet-footer a{color:var(--navy);font-weight:800;text-decoration:none}
  body.dl-sheet-open{overflow:hidden}
}
@media(max-width:380px){
  .dl-mobile-dock{left:6px;right:6px;bottom:6px;border-radius:21px}
  .dl-dock-item small,.dl-dock-add small{font-size:8px}
  .dl-more-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* ===== DocLife v0.4.4 · White Gold Platinum Sidebar Patch ===== */
/* Surgical patch: logo panel only. Navigation/background structure is preserved. */
.doclife-sidebar-brand{
  background:linear-gradient(135deg,#fffdf8 0%,#f6f2e8 45%,#ffffff 100%);
  border:1px solid rgba(212,175,55,.55);
  border-top:0;
  box-shadow:inset 0 0 24px rgba(255,255,255,.9),0 4px 18px rgba(0,0,0,.08);
  border-radius:0 0 22px 22px;
  padding:18px 16px;
  min-height:88px;
  height:auto;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.doclife-sidebar-brand img{
  display:block;
  max-width:100%;
  max-height:58px;
  width:auto;
  height:auto;
  object-fit:contain;
}
.doclife-sidebar-scroll{
  overflow-y:auto!important;
  overflow-x:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.doclife-sidebar-scroll::-webkit-scrollbar{width:0;height:0}
@media(max-width:980px) and (min-width:651px){
  .doclife-sidebar-brand{padding:13px 8px;min-height:76px;border-radius:0 0 18px 18px}
  .doclife-sidebar-brand img{max-height:48px}
}
@media(max-width:650px){
  .doclife-sidebar-brand{display:none!important}
}

.dl-preloader.dl-no-anim{transition:none!important;animation:none!important}


/* ===== DocLife v0.4.7 · UX Refinement ===== */
.dl-page-kicker,.dl-card-eyebrow{display:block;font-size:9px;line-height:1;letter-spacing:.16em;font-weight:800;color:#a96f19;margin-bottom:7px}
.dl-hero-refined{position:relative;overflow:hidden;min-height:190px}
.dl-hero-refined:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-180px;top:-210px;background:radial-gradient(circle,rgba(255,220,141,.23),rgba(255,255,255,0) 68%);pointer-events:none}
.dl-hero-actions{display:flex;gap:9px;margin-top:18px}.dl-btn.light{background:#fff;color:var(--navy);border-color:#fff}.dl-btn.ghost{color:#fff;border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08)}
.dl-hero-privacy{position:relative;z-index:1;width:118px;min-width:118px;height:118px;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(240,237,229,.95));border:1px solid rgba(240,198,110,.82);box-shadow:0 16px 34px rgba(0,0,0,.16),inset 0 1px 0 #fff;color:var(--navy)}.dl-hero-privacy>span{color:var(--gold);font-size:23px;margin-bottom:7px}.dl-hero-privacy strong{font-size:15px}.dl-hero-privacy small{font-size:9px;color:var(--muted);margin-top:2px}
.dl-attention-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 0}.dl-attention-grid a{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:12px;padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:16px;text-decoration:none;color:var(--navy);box-shadow:0 6px 18px rgba(11,31,77,.035)}.dl-attention-grid span{font-size:10px;color:var(--muted)}.dl-attention-grid strong{grid-column:2;grid-row:1/3;font-size:25px;align-self:center}.dl-attention-grid small{font-size:9px;color:#8b95a7;margin-top:3px}.dl-attention-grid a.warn{border-color:#f0c36b;background:#fffaf0}.dl-attention-grid a.warn strong{color:#a66312}
.dl-kpi small{font-size:9px;color:#99a2b1}.dl-kpi:hover{transform:translateY(-1px);border-color:#ccd5e2;box-shadow:0 12px 28px rgba(11,31,77,.07)}.dl-kpi{transition:.2s ease}
.dl-recent-card{margin-top:16px}.dl-card-head>div{min-width:0}.dl-card-head>div h2{font-size:18px}.dl-card-head>a{text-decoration:none;font-weight:700}
.dl-empty-state{padding:28px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:7px}.dl-empty-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#f8f6ef,#fff);border:1px solid rgba(200,149,49,.36);color:#a96f19;font-size:20px;box-shadow:0 8px 22px rgba(11,31,77,.05)}.dl-empty-state strong{color:var(--navy);font-size:14px}.dl-empty-state p{max-width:420px;margin:0 0 5px!important;font-size:11px!important}.dl-empty-state .dl-btn{margin-top:4px}
.dl-module-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.dl-module-strip a{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:13px 14px;text-decoration:none}.dl-module-strip span{font-size:10px;color:var(--muted)}.dl-module-strip strong{font-size:18px;color:var(--navy)}
.dl-bridge{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;margin-bottom:16px;border-radius:18px;background:linear-gradient(135deg,#0b1f4d,#163872);color:#fff;border:1px solid #244b8a;box-shadow:0 10px 26px rgba(11,31,77,.12)}.dl-bridge>div{display:flex;flex-direction:column;gap:4px}.dl-bridge span{font-size:8px;letter-spacing:.16em;font-weight:800;color:#f3cc7a}.dl-bridge strong{font-size:13px}.dl-bridge small{font-size:9px;color:rgba(255,255,255,.68)}.dl-bridge>a{flex:none;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.26);border-radius:11px;padding:9px 12px;font-size:10px;font-weight:800}.dl-bridge.compact{background:linear-gradient(135deg,#fffdf8,#f5f1e6);border-color:rgba(200,149,49,.34);box-shadow:none;color:var(--navy)}.dl-bridge.compact small{color:var(--muted)}.dl-bridge.compact>a{color:var(--navy);border-color:#d8dce5}
.dl-mini-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}.dl-mini-summary>div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:13px 15px}.dl-mini-summary span{display:block;color:var(--muted);font-size:9px}.dl-mini-summary strong{display:block;color:var(--navy);font-size:19px;margin-top:3px}.dl-mini-summary .warn{background:#fff9ee;border-color:#f1cf8a}.dl-mini-summary .warn strong{color:#a66312}
.dl-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.dl-provider-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:16px;box-shadow:0 8px 24px rgba(11,31,77,.04)}.dl-provider-top{display:flex;align-items:flex-start;gap:12px}.dl-provider-avatar{width:46px;height:46px;flex:none;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#102b62,#0b1f4d);color:#ffd77f;font-weight:800;font-size:17px}.dl-provider-card h3{font-size:14px;margin:5px 0 2px!important}.dl-provider-card p{font-size:10px!important}.dl-chip,.dl-status-chip{display:inline-flex;width:max-content;border-radius:999px;padding:5px 8px;background:#f4f6f9;color:#5c6678;font-size:8px;font-weight:800;letter-spacing:.04em}.dl-provider-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:13px;padding-top:11px;border-top:1px solid #eef0f3;font-size:9px;color:var(--muted)}.dl-provider-meta a{color:var(--navy);text-decoration:none;font-weight:800}
.dl-kpis-finance{grid-template-columns:repeat(4,minmax(0,1fr))}.dl-finance-note{display:flex;align-items:center;gap:10px;margin:-4px 0 16px;padding:11px 14px;border-radius:13px;background:#fffaf0;border:1px solid #f0d49e;color:#74501b}.dl-finance-note strong{font-size:10px}.dl-finance-note span{font-size:9px;color:#8d6d3d}
.dl-row.is-alert{background:#fffaf2;border-radius:12px;padding-left:10px;padding-right:10px}.dl-row.is-alert>div:last-child strong{color:#a66312}
.dl-report-grid .dl-card{position:relative;min-height:150px}.dl-report-grid .dl-status-chip{margin-bottom:12px}.dl-status-chip.success{background:#eaf7ef;color:#237a43}.dl-settings-list{margin:16px 0 0;padding-left:18px;color:#566174;font-size:12px;line-height:1.75}
@media(max-width:980px){.dl-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dl-kpis-finance{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.dl-hero-refined{min-height:unset;padding:21px 18px}.dl-hero-privacy{display:none}.dl-hero-actions{flex-wrap:wrap}.dl-hero-actions .dl-btn{padding:9px 11px}.dl-attention-grid{grid-template-columns:1fr 1fr}.dl-attention-grid a:last-child{grid-column:1/-1}.dl-module-strip{grid-template-columns:1fr 1fr}.dl-bridge{align-items:flex-start;flex-direction:column}.dl-bridge>a{width:100%;text-align:center}.dl-mini-summary{grid-template-columns:repeat(3,1fr)}.dl-mini-summary>div{padding:11px}.dl-mini-summary strong{font-size:16px}.dl-provider-grid{grid-template-columns:1fr}.dl-kpis-finance{grid-template-columns:1fr 1fr}.dl-finance-note{align-items:flex-start;flex-direction:column;gap:3px}.dl-card-head>div h2{font-size:16px}}
@media(max-width:390px){.dl-attention-grid{grid-template-columns:1fr}.dl-attention-grid a:last-child{grid-column:auto}.dl-mini-summary{grid-template-columns:1fr}.dl-kpis-finance{grid-template-columns:1fr}}


/* ===== DocLife v0.4.8 · Pure White + Hairline UI =====
   Regra visual: superfícies operacionais em #FFFFFF e bordas finas de 1px.
   Hero/ações primárias permanecem com identidade navy/gold. */
:root{
  --dl-surface:#FFFFFF;
  --dl-hairline:#DFE4EA;
}

/* Cards, dashboards, quadros e botões secundários */
.dl-kpi,
.dl-card,
.dl-attention-grid a,
.dl-module-strip a,
.dl-mini-summary>div,
.dl-provider-card,
.dl-money>div,
.dl-tabs a,
.dl-more-grid a,
.dl-quick-grid a,
.dl-user,
.dl-footer,
.dl-login-card,
.dl-bridge.compact,
.dl-finance-note,
.dl-row.is-alert,
.dl-btn:not(.primary):not(.ghost){
  background:#FFFFFF!important;
  border:1px solid var(--dl-hairline)!important;
  box-shadow:0 4px 14px rgba(11,31,77,.025);
}

/* Mantém avisos com leitura sem usar fundo creme */
.dl-attention-grid a.warn,
.dl-mini-summary .warn{
  background:#FFFFFF!important;
  border:1px solid #E8C77E!important;
}
.dl-finance-note,
.dl-row.is-alert{
  background:#FFFFFF!important;
  border:1px solid #E8D7B0!important;
}

/* Inputs e áreas editáveis seguem o mesmo branco puro */
.dl-form-grid input,
.dl-form-grid select,
.dl-form-grid textarea,
.dl-login-card input{
  background:#FFFFFF!important;
  border:1px solid var(--dl-hairline)!important;
}

/* Estado vazio permanece leve, sem superfície acinzentada */
.dl-empty-state{
  background:#FFFFFF;
}

/* Hover limpo: borda um pouco mais presente, sem mudar a cor de fundo */
.dl-kpi:hover,
.dl-attention-grid a:hover,
.dl-module-strip a:hover,
.dl-provider-card:hover{
  background:#FFFFFF!important;
  border-color:#C9D1DC!important;
  box-shadow:0 6px 18px rgba(11,31,77,.045);
}


/* ===== DocLife v0.4.9 · Typography Boost + Darker Contrast =====
   Pedido: fontes ~40% maiores e ~40% mais escuras para leitura imediata. */
:root{
  --navy:#081E56;
  --ink:#10203A;
  --muted:#46556E;
}

/* Cabeçalho */
.dl-header-copy strong{font-size:22px;color:var(--navy)}
.dl-header-copy span{font-size:15px;color:var(--muted)}
.dl-user{font-size:17px;color:var(--ink)}

/* Sidebar */
.dl-sidebar nav a{font-size:18px;color:rgba(255,255,255,.90)}
.dl-nav-ico{width:24px;font-size:20px}
.dl-sidebar-bottom{font-size:15px;color:rgba(255,255,255,.78)}

/* Hero e títulos */
.dl-kicker{font-size:14px}
.dl-hero h1{font-size:42px}
.dl-hero p{font-size:18px;color:rgba(255,255,255,.88)}
.dl-hero-mark{font-size:36px}
.dl-page-head h1{font-size:39px}
.dl-card h2{font-size:39px}
.dl-card h3{font-size:31px}
.dl-page-head p,.dl-card p{font-size:18px;color:var(--muted)}

/* KPIs / dashboards */
.dl-kpi span{font-size:15px;color:var(--muted)}
.dl-kpi strong{font-size:34px;color:var(--navy)}
.dl-card-head a{font-size:15px}
.dl-money span{font-size:15px;color:var(--muted)}
.dl-money strong{font-size:28px;color:var(--navy)}

/* Listas / linhas / estados */
.dl-list strong,.dl-row strong{font-size:18px;color:var(--navy)}
.dl-list span,.dl-row span{font-size:15px;color:var(--muted)}
.dl-empty-state,
.dl-empty-state p,
.dl-empty-state span{font-size:18px;color:var(--muted)}

/* Botões e CTAs */
.dl-btn{font-size:17px}
.dl-module-strip a,
.dl-attention-grid a,
.dl-quick-grid a,
.dl-more-grid a,
.dl-tabs a{font-size:17px;color:var(--ink)}

/* Inputs e formulários */
.dl-form-grid label{font-size:16px;color:var(--ink)}
.dl-form-grid input,
.dl-form-grid select,
.dl-form-grid textarea,
.dl-login-card input{font-size:17px;color:var(--ink)}
.dl-login-card button,
.dl-login-card .dl-btn{font-size:17px}

/* Rodapé */
.dl-footer strong{font-size:17px}
.dl-footer span,.dl-footer small{font-size:14px;color:var(--muted)}


/* ===== DocLife v0.4.10 · Senior Legibility =====
   Regra: reforçar contraste em +40% aproximado para leitura de idosos,
   com tons mais densos, pesos mais firmes e melhor definição visual. */
:root{
  --navy:#04153F;
  --ink:#0A1930;
  --muted:#2F415F;
}

/* Texto-base mais definido */
body:has(.dl-app),body:has(.dl-login-shell){
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* Títulos, contagens e chamadas */
.dl-page-head h1,
.dl-card h2,
.dl-card h3,
.dl-kpi strong,
.dl-money strong,
.dl-list strong,
.dl-row strong,
.dl-header-copy strong,
.dl-hero h1,
.dl-footer strong{
  color:var(--navy)!important;
  font-weight:800;
}

/* Textos auxiliares e labels escurecidos */
.dl-page-head p,
.dl-card p,
.dl-kpi span,
.dl-money span,
.dl-list span,
.dl-row span,
.dl-form-grid label,
.dl-header-copy span,
.dl-footer span,
.dl-footer small,
.dl-empty-state,
.dl-empty-state p,
.dl-empty-state span,
.dl-card-head a{
  color:var(--muted)!important;
  font-weight:600;
}

/* Navegação mais legível */
.dl-sidebar nav a{
  color:rgba(255,255,255,.98)!important;
  font-weight:700;
}
.dl-sidebar-bottom,
.dl-sidebar-bottom a{
  color:rgba(255,255,255,.88)!important;
  font-weight:600;
}

/* Inputs e textos de ação */
.dl-form-grid input,
.dl-form-grid select,
.dl-form-grid textarea,
.dl-login-card input,
.dl-btn,
.dl-module-strip a,
.dl-attention-grid a,
.dl-quick-grid a,
.dl-more-grid a,
.dl-tabs a,
.dl-user{
  color:var(--ink)!important;
  font-weight:700;
}

/* Hero continua premium, mas com leitura mais forte */
.dl-hero p{
  color:rgba(255,255,255,.94)!important;
  font-weight:500;
}


/* ===== DocLife v0.4.11 · Dashboard Titles Balanced =====
   Correção cirúrgica: equilibrar títulos/labels dos dashboards
   e restaurar contraste correto do hero em fundo navy. */

/* HERO: contraste preservado sobre fundo azul */
.dl-hero h1{
  color:#FFFFFF !important;
  font-weight:800;
}
.dl-hero p{
  color:rgba(255,255,255,.94) !important;
  font-weight:600;
}
.dl-kicker{
  color:#F0C66E !important;
  font-weight:800;
}
.dl-hero .dl-btn{
  font-size:17px;
}
.dl-hero .dl-btn:not(.primary){
  color:#FFFFFF !important;
  border-color:rgba(255,255,255,.28) !important;
  background:rgba(255,255,255,.08) !important;
}
.dl-hero .dl-btn.primary{
  background:#FFFFFF !important;
  color:#0A1930 !important;
  border-color:#FFFFFF !important;
}

/* DASH TÍTULOS / LABELS: aumentar e escurecer mais, sem inflar números */
.dl-kpi span,
.dl-money span,
.dl-list span,
.dl-row span,
.dl-card-head a,
.dl-page-head p,
.dl-card p,
.dl-form-grid label,
.dl-footer span,
.dl-footer small{
  font-size:19px !important;
  color:#2A3F63 !important;
  font-weight:700 !important;
  line-height:1.35;
}

/* Títulos de módulos e cards */
.dl-page-head h1,
.dl-card h2,
.dl-card h3,
.dl-list strong,
.dl-row strong,
.dl-header-copy strong{
  color:#082251 !important;
  font-weight:800 !important;
}

/* Pequenos cabeçalhos/eyebrows em cards */
.dl-kpi,
.dl-money > div,
.dl-card,
.dl-footer{
  letter-spacing:0;
}

/* Números permanecem fortes, mas sem crescer mais */
.dl-kpi strong{
  font-size:34px !important;
}
.dl-money strong{
  font-size:28px !important;
}

/* Sidebar e cabeçalho seguem legíveis */
.dl-header-copy span{
  color:#2A3F63 !important;
  font-weight:700 !important;
}
.dl-user{
  color:#0A1930 !important;
}


/* ===== DocLife v0.4.12 · Global Legibility =====
   Padronização global: nenhum módulo deve manter microtítulos da fase antiga.
   Regra: título/label primeiro, valor depois, apoio por último. */

/* 1. Cards compactos do Hoje */
.dl-attention-grid span{
  font-size:18px !important;
  line-height:1.2;
  color:#18335D !important;
  font-weight:800 !important;
}
.dl-attention-grid small{
  font-size:14px !important;
  line-height:1.3;
  color:#52627A !important;
  font-weight:600 !important;
}
.dl-attention-grid strong{
  font-size:28px !important;
  color:#061D4D !important;
  font-weight:800 !important;
}

/* 2. Resumos compactos usados em Minha Rede, Rotina, Saúde e outros módulos */
.dl-mini-summary span{
  font-size:18px !important;
  line-height:1.2;
  color:#18335D !important;
  font-weight:800 !important;
}
.dl-mini-summary strong{
  font-size:26px !important;
  line-height:1.15;
  color:#061D4D !important;
  font-weight:800 !important;
}

/* 3. Faixas de módulo / atalhos contextuais */
.dl-module-strip span{
  font-size:17px !important;
  color:#294264 !important;
  font-weight:700 !important;
}
.dl-module-strip strong{
  font-size:24px !important;
  color:#061D4D !important;
  font-weight:800 !important;
}

/* 4. Eyebrows / pequenos títulos institucionais */
.dl-page-kicker,
.dl-card-eyebrow{
  font-size:14px !important;
  line-height:1.15;
  letter-spacing:.12em;
  color:#8A5A11 !important;
  font-weight:800 !important;
}

/* 5. Timeline */
.dl-timeline time{
  font-size:14px !important;
  color:#40536F !important;
  font-weight:700 !important;
}
.dl-timeline article span{
  font-size:13px !important;
  color:#1B5EAD !important;
  font-weight:800 !important;
}
.dl-timeline h3{
  font-size:20px !important;
  color:#061D4D !important;
  font-weight:800 !important;
}
.dl-timeline p{
  font-size:16px !important;
  color:#40536F !important;
  font-weight:600 !important;
}

/* 6. Minha Rede / prestadores */
.dl-provider-card h3{
  font-size:21px !important;
  color:#061D4D !important;
  font-weight:800 !important;
}
.dl-provider-card p{
  font-size:16px !important;
  color:#40536F !important;
  font-weight:600 !important;
}
.dl-provider-meta{
  font-size:14px !important;
  color:#40536F !important;
  font-weight:600 !important;
}
.dl-chip,
.dl-status-chip{
  font-size:13px !important;
  color:#2B405F !important;
  font-weight:800 !important;
}

/* 7. Pontes contextuais entre módulos */
.dl-bridge span{
  font-size:13px !important;
  font-weight:800 !important;
}
.dl-bridge strong{
  font-size:19px !important;
  font-weight:800 !important;
}
.dl-bridge small{
  font-size:14px !important;
  font-weight:600 !important;
}
.dl-bridge>a{
  font-size:15px !important;
  font-weight:800 !important;
}

/* 8. Notas financeiras/fiscais */
.dl-finance-note strong{
  font-size:16px !important;
  color:#5E3A07 !important;
  font-weight:800 !important;
}
.dl-finance-note span{
  font-size:14px !important;
  color:#6F5936 !important;
  font-weight:600 !important;
}

/* 9. Estados vazios */
.dl-empty-state strong{
  font-size:21px !important;
  color:#061D4D !important;
  font-weight:800 !important;
}
.dl-empty-state p{
  font-size:16px !important;
  line-height:1.45;
  color:#40536F !important;
  font-weight:600 !important;
}

/* 10. KPIs: garantir o mesmo padrão em QUALQUER menu */
.dl-kpi span{
  font-size:19px !important;
  line-height:1.25;
  color:#18335D !important;
  font-weight:800 !important;
}
.dl-kpi small{
  font-size:14px !important;
  line-height:1.3;
  color:#52627A !important;
  font-weight:600 !important;
}
.dl-kpi strong{
  color:#061D4D !important;
  font-weight:800 !important;
}

/* 11. Blocos financeiros */
.dl-money span{
  font-size:18px !important;
  color:#18335D !important;
  font-weight:800 !important;
}
.dl-money strong{
  color:#061D4D !important;
  font-weight:800 !important;
}

/* 12. Tabs e ações auxiliares */
.dl-tabs a{
  font-size:16px !important;
  color:#102B55 !important;
  font-weight:700 !important;
}

/* 13. Configurações */
.dl-settings-list{
  font-size:16px !important;
  color:#354B6A !important;
  font-weight:600 !important;
  line-height:1.7;
}

/* 14. Mobile: manter legibilidade sem estourar o layout */
@media(max-width:720px){
  .dl-attention-grid span,
  .dl-mini-summary span,
  .dl-kpi span,
  .dl-money span{
    font-size:16px !important;
  }
  .dl-attention-grid small,
  .dl-kpi small,
  .dl-provider-meta,
  .dl-finance-note span{
    font-size:13px !important;
  }
  .dl-mini-summary strong{
    font-size:23px !important;
  }
  .dl-dock-item small,
  .dl-dock-add small{
    font-size:11px !important;
    font-weight:800 !important;
  }
  .dl-quick-grid strong{
    font-size:16px !important;
  }
  .dl-quick-grid small,
  .dl-more-grid a>small,
  .dl-sheet-footer{
    font-size:12px !important;
  }
}

/* ===== DocLife v0.4.14 · Context-Safe Contrast =====
   Regra estrutural:
   1) fundo branco/claro = texto navy/escuro;
   2) fundo azul/navy = texto branco/claro;
   3) componentes claros dentro de áreas azuis mantêm suas próprias cores.
   Sem seletores universais (*) e sem seletores por fragmento de classe. */

/* HERO NAVY — apenas conteúdo textual do fundo azul */
.dl-hero h1{
  color:#FFFFFF !important;
  font-weight:800 !important;
}
.dl-hero p{
  color:rgba(255,255,255,.94) !important;
  font-weight:600 !important;
}
.dl-hero .dl-kicker{
  color:#F0C66E !important;
  font-weight:800 !important;
}
.dl-hero .dl-btn.primary{
  color:#0A1930 !important;
  background:#FFFFFF !important;
  border-color:#FFFFFF !important;
}
.dl-hero .dl-btn.ghost,
.dl-hero .dl-btn:not(.primary){
  color:#FFFFFF !important;
  border-color:rgba(255,255,255,.34) !important;
  background:rgba(255,255,255,.08) !important;
}

/* CARD CLARO DENTRO DO HERO — deve permanecer escuro sobre branco */
.dl-hero-privacy{
  color:#061D4D !important;
}
.dl-hero-privacy > span{
  color:#D39A32 !important;
}
.dl-hero-privacy strong{
  color:#061D4D !important;
  font-weight:800 !important;
}
.dl-hero-privacy small{
  color:#46556E !important;
  font-weight:700 !important;
}

/* BRIDGES NAVY — somente seus textos diretos */
.dl-bridge:not(.compact){
  color:#FFFFFF !important;
}
.dl-bridge:not(.compact) strong{
  color:#FFFFFF !important;
}
.dl-bridge:not(.compact) span,
.dl-bridge:not(.compact) small,
.dl-bridge:not(.compact) p{
  color:rgba(255,255,255,.92) !important;
}
.dl-bridge:not(.compact) > a{
  color:#FFFFFF !important;
  border-color:rgba(255,255,255,.30) !important;
  background:rgba(255,255,255,.06) !important;
}

/* BRIDGE CLARO — trava contraste próprio */
.dl-bridge.compact{
  color:#061D4D !important;
}
.dl-bridge.compact strong{
  color:#061D4D !important;
}
.dl-bridge.compact span,
.dl-bridge.compact small,
.dl-bridge.compact p{
  color:#46556E !important;
}
.dl-bridge.compact > a{
  color:#102B55 !important;
}

/* SIDEBAR NAVY — apenas elementos de texto/navegação */
.dl-sidebar nav a{
  color:rgba(255,255,255,.94) !important;
  font-weight:700 !important;
}
.dl-sidebar nav a:hover,
.dl-sidebar nav a.active{
  color:#FFFFFF !important;
}
.dl-sidebar-bottom{
  color:rgba(255,255,255,.86) !important;
}
.dl-sidebar-bottom a{
  color:#FFFFFF !important;
}
.dl-nav-ico{
  color:#F0C66E !important;
}

/* BOTÕES E ESTADOS ATIVOS AZUIS */
.dl-btn.primary{
  color:#FFFFFF !important;
}
.dl-more-grid a.active{
  color:#FFFFFF !important;
  background:linear-gradient(145deg,#0B1F4D,#183C79) !important;
  border-color:#1F4A91 !important;
}
.dl-more-grid a.active strong,
.dl-more-grid a.active small,
.dl-more-grid a.active span{
  color:#FFFFFF !important;
}
.dl-tabs a.active,
.dl-tabs a.is-active{
  color:#FFFFFF !important;
  background:linear-gradient(145deg,#0B1F4D,#183C79) !important;
  border-color:#1F4A91 !important;
}

/* MOBILE DOCK NAVY — textos claros sem afetar sheets brancos */
.dl-dock-item{
  color:rgba(255,255,255,.78) !important;
}
.dl-dock-item small{
  color:rgba(255,255,255,.78) !important;
}
.dl-dock-item.active,
.dl-dock-item.active small{
  color:#FFFFFF !important;
}
.dl-dock-add,
.dl-dock-add small{
  color:#FFFFFF !important;
}

/* Ícones em superfícies navy */
.dl-quick-grid a > span,
.dl-provider-avatar{
  color:#FFD77F !important;
}


/* ===== DocLife v0.4.15 · Gold Hero Buttons =====
   Botões do hero em gold premium rústico, reflexo espelhado dinâmico e texto azul do tema. */
.dl-hero .dl-btn,
.dl-hero .dl-btn.primary,
.dl-hero .dl-btn.ghost,
.dl-hero .dl-btn:not(.primary){
  position:relative;
  overflow:hidden;
  color:#0B1F4D !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), rgba(255,255,255,0) 42%),
    linear-gradient(145deg, #F5D48C 0%, #D4A34A 28%, #B97B22 62%, #F0C66E 100%) !important;
  border:1px solid rgba(255,224,160,.92) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.48),
    inset 0 -8px 18px rgba(122,76,10,.14),
    0 8px 22px rgba(11,31,77,.18),
    0 2px 8px rgba(185,123,34,.25);
  text-shadow:0 1px 0 rgba(255,255,255,.34);
  font-weight:800 !important;
}

.dl-hero .dl-btn::before,
.dl-hero .dl-btn.primary::before,
.dl-hero .dl-btn.ghost::before,
.dl-hero .dl-btn:not(.primary)::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  pointer-events:none;
  background:
    linear-gradient(135deg,
      rgba(255,255,255,.65) 0%,
      rgba(255,255,255,.18) 20%,
      rgba(255,255,255,0) 42%,
      rgba(255,240,200,.12) 60%,
      rgba(255,255,255,0) 100%);
  mix-blend-mode:screen;
}

.dl-hero .dl-btn::after,
.dl-hero .dl-btn.primary::after,
.dl-hero .dl-btn.ghost::after,
.dl-hero .dl-btn:not(.primary)::after{
  content:"";
  position:absolute;
  top:-120%;
  left:-35%;
  width:42%;
  height:300%;
  transform:rotate(18deg);
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.38) 48%,
    rgba(255,255,255,0) 100%);
  animation:dlGoldMirrorSweep 5.2s ease-in-out infinite;
  opacity:.78;
}

.dl-hero .dl-btn:hover,
.dl-hero .dl-btn.primary:hover,
.dl-hero .dl-btn.ghost:hover,
.dl-hero .dl-btn:not(.primary):hover{
  color:#0A1B43 !important;
  border-color:#FFE5A6 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.56),
    inset 0 -10px 20px rgba(122,76,10,.18),
    0 10px 26px rgba(11,31,77,.22),
    0 0 0 1px rgba(255,224,160,.12);
  transform:translateY(-1px);
}

@keyframes dlGoldMirrorSweep{
  0%,15%{left:-38%;opacity:0}
  22%{opacity:.85}
  45%{left:118%;opacity:.25}
  100%{left:118%;opacity:0}
}


/* ===== DocLife v0.4.16 · Gold Text on Other Buttons =====
   Mantém os botões do hero em gold premium já aprovados
   e aplica o dourado do tema nos textos dos demais botões azuis. */

/* Botões primários fora do hero: fundo azul, texto dourado */
.dl-btn.primary:not(.dl-hero .dl-btn.primary),
.dl-page-head .dl-btn.primary,
.dl-card .dl-btn.primary,
.dl-empty-state .dl-btn.primary,
.dl-form-actions .dl-btn.primary{
  color:#F0C66E !important;
  text-shadow:0 1px 0 rgba(0,0,0,.18);
}

/* Se o primário estiver em link/botão comum dentro de blocos */
.dl-btn.primary span,
.dl-btn.primary strong{
  color:inherit;
}

/* Hover: dourado ligeiramente mais claro */
.dl-page-head .dl-btn.primary:hover,
.dl-card .dl-btn.primary:hover,
.dl-empty-state .dl-btn.primary:hover,
.dl-form-actions .dl-btn.primary:hover,
.dl-btn.primary:not(.dl-hero .dl-btn.primary):hover{
  color:#FFE09A !important;
}

/* Garantia: hero continua com texto azul sobre gold */
.dl-hero .dl-btn.primary,
.dl-hero .dl-btn.ghost,
.dl-hero .dl-btn:not(.primary){
  color:#0B1F4D !important;
}


/* ===== DocLife v0.4.19 · Perfil Completo ===== */
.dl-user-profile{
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  color:#0A1930 !important;
}
.dl-user-profile-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.dl-user-profile-copy strong{
  max-width:170px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#0A1930 !important;
  font-size:14px;
}
.dl-user-profile-copy small{
  margin-top:4px;
  color:#53627A !important;
  font-size:11px;
  font-weight:700;
}

.dl-profile-avatar{
  display:grid;
  place-items:center;
  flex:none;
  overflow:hidden;
  border-radius:50%;
  background:linear-gradient(145deg,#0B1F4D,#2F79CC);
  color:#F0C66E;
  border:2px solid rgba(200,149,49,.65);
  font-weight:800;
  box-shadow:0 5px 16px rgba(11,31,77,.13);
}
.dl-profile-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.dl-profile-avatar.is-mini{width:36px;height:36px;font-size:12px}
.dl-profile-avatar.is-large{width:116px;height:116px;font-size:34px;border-width:3px}
.dl-profile-avatar.is-editor{width:132px;height:132px;font-size:38px;border-width:3px}

.dl-profile-hero{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) minmax(240px,320px);
  gap:24px;
  align-items:center;
  padding:24px;
  margin-bottom:18px;
  background:#FFFFFF;
  border:1px solid #DFE4EA;
  border-radius:22px;
  box-shadow:0 8px 24px rgba(11,31,77,.04);
}
.dl-profile-photo-panel{
  padding:8px;
  border-radius:50%;
  background:linear-gradient(145deg,#FFFDF8,#F3E8CE);
  border:1px solid rgba(200,149,49,.34);
}
.dl-profile-identity h2{
  margin:5px 0 2px;
  font-size:30px;
  color:#061D4D;
}
.dl-profile-identity p{
  margin:0;
  color:#46556E;
  font-weight:600;
}
.dl-profile-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  margin-top:12px;
  color:#52627A;
  font-size:14px;
  font-weight:700;
}
.dl-profile-completion{
  padding:18px;
  border-radius:18px;
  background:#F8FAFD;
  border:1px solid #E1E6ED;
}
.dl-profile-completion strong{
  display:block;
  font-size:30px;
  color:#061D4D;
}
.dl-profile-completion>span{
  display:block;
  margin-top:2px;
  color:#2A3F63;
  font-weight:800;
}
.dl-profile-completion small{
  display:block;
  margin-top:9px;
  color:#52627A;
  line-height:1.35;
  font-weight:600;
}
.dl-profile-progress{
  height:8px;
  overflow:hidden;
  margin-top:10px;
  border-radius:999px;
  background:#E8EDF4;
}
.dl-profile-progress i{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#B97B22,#F0C66E,#D49B32);
}

.dl-profile-form{
  display:grid;
  gap:16px;
  padding-bottom:96px;
}
.dl-profile-section{
  margin:0;
}
.dl-profile-photo-editor{
  display:flex;
  align-items:center;
  gap:24px;
}
.dl-profile-photo-editor>div:last-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
}
.dl-profile-upload{
  position:relative;
  display:inline-flex;
  cursor:pointer;
}
.dl-profile-upload span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:0 16px;
  border-radius:12px;
  color:#F0C66E;
  background:linear-gradient(135deg,#0B1F4D,#214B93);
  border:1px solid #173B79;
  font-weight:800;
}
.dl-profile-upload input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}
.dl-profile-photo-editor small{
  color:#52627A;
  font-weight:600;
}
.dl-check{
  display:flex;
  align-items:center;
  gap:8px;
  color:#2F415F;
  font-weight:700;
}
.dl-check input{
  width:18px;
  height:18px;
}
.dl-profile-account{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.dl-profile-account h2{margin:5px 0}
.dl-profile-account p{margin:0}
.dl-profile-savebar{
  position:sticky;
  bottom:18px;
  z-index:30;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(200,149,49,.42);
  box-shadow:0 12px 34px rgba(11,31,77,.14);
  backdrop-filter:blur(14px);
}
.dl-profile-savebar>div{
  display:flex;
  flex-direction:column;
}
.dl-profile-savebar strong{
  color:#061D4D;
  font-size:16px;
}
.dl-profile-savebar span{
  margin-top:2px;
  color:#52627A;
  font-size:13px;
  font-weight:600;
}
.dl-profile-notice{
  margin-bottom:16px;
  padding:13px 16px;
  border-radius:14px;
  font-weight:800;
}
.dl-profile-notice.success{
  color:#12482F;
  background:#F3FBF6;
  border:1px solid #B9DFC8;
}
.dl-profile-notice.error{
  color:#7A2430;
  background:#FFF6F7;
  border:1px solid #E8C0C6;
}

@media(max-width:900px){
  .dl-profile-hero{
    grid-template-columns:auto 1fr;
  }
  .dl-profile-completion{
    grid-column:1/-1;
  }
}
@media(max-width:720px){
  .dl-user-profile-copy{display:none}
  .dl-user-profile{padding:6px !important}
  .dl-profile-avatar.is-mini{width:40px;height:40px}
  .dl-profile-hero{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
    padding:20px;
  }
  .dl-profile-identity h2{font-size:27px}
  .dl-profile-meta{justify-content:center}
  .dl-profile-completion{width:100%;text-align:left}
  .dl-profile-photo-editor{
    flex-direction:column;
    align-items:flex-start;
  }
  .dl-profile-account{
    align-items:flex-start;
    flex-direction:column;
  }
  .dl-profile-savebar{
    bottom:94px;
  }
  .dl-profile-savebar>div{display:none}
  .dl-profile-savebar .dl-btn{
    width:100%;
    justify-content:center;
  }
}


/* ===== DocLife v0.5.0 · Family Network ===== */
.dl-page-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.dl-family-banner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  margin-bottom:18px;
  padding:22px 24px;
  border-radius:22px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0) 48%),
    linear-gradient(135deg,#081A42,#123875 62%,#1F5A9C);
  border:1px solid rgba(240,198,110,.48);
  box-shadow:0 14px 34px rgba(11,31,77,.12);
}
.dl-family-banner h2{
  margin:5px 0 6px;
  font-size:26px;
  color:#FFFFFF !important;
}
.dl-family-banner p{
  max-width:780px;
  margin:0;
  color:rgba(255,255,255,.92) !important;
  font-size:16px;
  font-weight:600;
  line-height:1.45;
}
.dl-family-banner .dl-card-eyebrow{
  color:#F0C66E !important;
}
.dl-family-banner-stats{
  display:flex;
  gap:10px;
}
.dl-family-banner-stats>div{
  min-width:116px;
  padding:15px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:16px;
  background:rgba(255,255,255,.08);
  text-align:center;
}
.dl-family-banner-stats strong{
  display:block;
  color:#FFFFFF !important;
  font-size:28px;
}
.dl-family-banner-stats span{
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.86) !important;
  font-size:12px;
  font-weight:700;
}
.dl-family-privacy-note{
  margin:14px 0;
  padding:13px 15px;
  border:1px solid #E4C982;
  border-radius:13px;
  background:#FFFFFF;
  color:#40506A;
  font-size:14px;
  font-weight:600;
  line-height:1.45;
}
.dl-family-privacy-note strong{
  color:#6E470B;
}
.dl-family-list{
  display:grid;
  gap:10px;
}
.dl-family-row{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:72px;
  padding:12px 4px;
  border-bottom:1px solid #E8ECF1;
}
.dl-family-row:last-child{
  border-bottom:0;
}
.dl-family-row.pending{
  opacity:.88;
}
.dl-family-avatar{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  flex:none;
  overflow:hidden;
  border-radius:50%;
  background:linear-gradient(145deg,#0B1F4D,#2F79CC);
  border:2px solid rgba(200,149,49,.60);
  color:#F0C66E;
  font-weight:800;
}
.dl-family-avatar img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.dl-family-avatar-fallback{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16);
}
.dl-family-row-copy{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
}
.dl-family-row-copy strong{
  color:#061D4D !important;
  font-size:17px;
  font-weight:800;
}
.dl-family-row-copy span{
  margin-top:3px;
  color:#334866 !important;
  font-size:14px;
  font-weight:650;
}
.dl-family-row-copy small{
  margin-top:3px;
  color:#65738A !important;
  font-size:12px;
  font-weight:600;
}
.dl-family-actions{
  flex:none;
  display:flex;
  gap:8px;
  align-items:center;
}
.dl-family-actions form{
  margin:0;
}
.dl-empty-state.compact{
  min-height:150px;
}
@media(max-width:820px){
  .dl-family-banner{
    grid-template-columns:1fr;
  }
  .dl-family-banner-stats{
    width:100%;
  }
  .dl-family-banner-stats>div{
    flex:1;
  }
}
@media(max-width:720px){
  .dl-page-actions{
    width:100%;
    justify-content:stretch;
  }
  .dl-page-actions .dl-btn{
    flex:1;
    justify-content:center;
  }
  .dl-family-banner{
    padding:18px;
  }
  .dl-family-banner h2{
    font-size:22px;
  }
  .dl-family-banner p{
    font-size:14px;
  }
  .dl-family-row{
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .dl-family-row-copy{
    min-width:calc(100% - 65px);
  }
  .dl-family-actions{
    width:100%;
    padding-left:61px;
  }
}


/* ===== DocLife v0.5.2 · Family Notify + Chat ===== */
.dl-notify-chip{
  position:relative;
  width:42px;
  height:42px;
  flex:none;
  display:grid;
  place-items:center;
  margin-left:auto;
  border-radius:14px;
  text-decoration:none;
  color:#B77C1E !important;
  background:#FFFFFF;
  border:1px solid #DFE4EA;
  box-shadow:0 4px 14px rgba(11,31,77,.04);
  font-weight:900;
}
.dl-user-profile{margin-left:0 !important}
.dl-notify-chip b{
  position:absolute;
  top:-6px;
  right:-6px;
  min-width:20px;
  height:20px;
  padding:0 5px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#0B1F4D;
  color:#F0C66E;
  border:2px solid #FFFFFF;
  font-size:10px;
  line-height:1;
}

.dl-family-notifications{margin-bottom:16px}
.dl-notification-list{display:grid;gap:0}
.dl-notification-row{
  display:flex;
  gap:12px;
  padding:13px 6px;
  border-bottom:1px solid #E7EBF0;
}
.dl-notification-row:last-child{border-bottom:0}
.dl-notification-row.is-unread{
  background:linear-gradient(90deg,#FFF9EC 0%,#FFFFFF 72%);
}
.dl-notification-dot{
  width:9px;
  height:9px;
  margin-top:7px;
  flex:none;
  border-radius:50%;
  background:#C89531;
}
.dl-notification-row:not(.is-unread) .dl-notification-dot{background:#CBD2DC}
.dl-notification-row strong{
  color:#061D4D !important;
  font-size:16px;
}
.dl-notification-row p{
  margin:3px 0 !important;
  color:#40536F !important;
  font-size:14px !important;
  font-weight:600 !important;
}
.dl-notification-row small{
  color:#718096 !important;
  font-size:12px !important;
  font-weight:600 !important;
}

.dl-chat-button{
  position:relative;
}
.dl-chat-button b{
  display:inline-grid;
  place-items:center;
  min-width:20px;
  height:20px;
  margin-left:5px;
  padding:0 5px;
  border-radius:999px;
  background:#0B1F4D;
  color:#F0C66E;
  font-size:10px;
}

.dl-family-chat{
  margin-bottom:16px;
  overflow:hidden;
}
.dl-chat-head{
  display:flex;
  align-items:center;
  gap:14px;
  padding-bottom:16px;
  border-bottom:1px solid #E7EBF0;
}
.dl-chat-head>div{
  flex:1;
}
.dl-chat-head h2{
  margin:2px 0 0;
}
.dl-chat-head p{
  margin:3px 0 0;
}
.dl-family-avatar.is-chat{
  width:52px;
  height:52px;
}
.dl-chat-stream{
  min-height:220px;
  max-height:520px;
  overflow-y:auto;
  padding:18px 4px;
  display:flex;
  flex-direction:column;
  gap:10px;
  scrollbar-width:thin;
  scrollbar-color:#D7DDE6 transparent;
}
.dl-chat-message{
  display:flex;
}
.dl-chat-message.is-mine{justify-content:flex-end}
.dl-chat-message.is-theirs{justify-content:flex-start}
.dl-chat-message>div{
  max-width:min(76%,680px);
  padding:11px 13px;
  border:1px solid #DFE4EA;
  border-radius:17px;
}
.dl-chat-message.is-mine>div{
  background:linear-gradient(145deg,#0B1F4D,#214B93);
  border-color:#224C90;
  border-bottom-right-radius:5px;
}
.dl-chat-message.is-theirs>div{
  background:#FFFFFF;
  border-bottom-left-radius:5px;
}
.dl-chat-message p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.42;
  font-weight:600 !important;
}
.dl-chat-message.is-mine p,
.dl-chat-message.is-mine small{
  color:#FFFFFF !important;
}
.dl-chat-message.is-theirs p{
  color:#1D304D !important;
}
.dl-chat-message small{
  display:block;
  margin-top:5px;
  font-size:10px !important;
  opacity:.76;
}
.dl-chat-compose{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
  padding-top:15px;
  border-top:1px solid #E7EBF0;
}
.dl-chat-compose textarea{
  width:100%;
  min-height:58px;
  max-height:150px;
  resize:vertical;
  padding:12px 13px;
  border:1px solid #D7DDE6;
  border-radius:14px;
  background:#FFFFFF;
  color:#10203A;
  font:inherit;
}
.dl-chat-note{
  display:block;
  margin-top:8px;
  color:#68778D;
  font-size:11px;
  font-weight:600;
}

@media(max-width:720px){
  .dl-notify-chip{
    width:40px;
    height:40px;
  }
  .dl-chat-head{
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .dl-chat-head .dl-btn{
    margin-left:66px;
  }
  .dl-chat-message>div{
    max-width:88%;
  }
  .dl-chat-compose{
    grid-template-columns:1fr;
  }
  .dl-chat-compose .dl-btn{
    width:100%;
    justify-content:center;
  }
}


/* ===== DocLife v0.5.3 · Open Relations + Family Root ===== */
.dl-relation-autocomplete{
  position:relative;
  width:100%;
  margin-top:7px;
}
.dl-relation-autocomplete>input{
  margin-top:0 !important;
}
.dl-relation-menu{
  position:absolute;
  z-index:140;
  top:calc(100% + 6px);
  left:0;
  right:0;
  max-height:260px;
  overflow-y:auto;
  padding:6px;
  border-radius:14px;
  background:#FFFFFF;
  border:1px solid #D5DCE6;
  box-shadow:0 16px 36px rgba(11,31,77,.16);
}
.dl-relation-menu[hidden]{display:none}
.dl-relation-menu button{
  width:100%;
  min-height:40px;
  display:flex;
  align-items:center;
  padding:8px 11px;
  border:0;
  border-radius:9px;
  background:#FFFFFF;
  color:#102B55;
  text-align:left;
  font:inherit;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
}
.dl-relation-menu button:hover,
.dl-relation-menu button:focus{
  background:#F2F5FA;
  color:#061D4D;
  outline:none;
}
.dl-relation-menu::-webkit-scrollbar{width:5px}
.dl-relation-menu::-webkit-scrollbar-track{background:transparent}
.dl-relation-menu::-webkit-scrollbar-thumb{background:#C9D1DC;border-radius:999px}

.dl-family-trace{
  margin-bottom:16px;
}
.dl-family-trace-form{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #E7EBF0;
}
.dl-family-trace-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.dl-family-trace-row{
  padding:14px 15px;
  border:1px solid #DFE4EA;
  border-radius:15px;
  background:#FFFFFF;
}
.dl-family-trace-row strong{
  color:#061D4D;
  font-size:17px;
  font-weight:800;
}
.dl-family-trace-row span{
  display:block;
  margin-top:3px;
  color:#40536F;
  font-size:13px;
  font-weight:700;
}
.dl-family-trace-row p{
  margin:8px 0 0 !important;
  color:#40536F !important;
  font-size:14px !important;
  line-height:1.45;
  font-weight:600 !important;
}

@media(max-width:720px){
  .dl-relation-menu{
    max-height:220px;
  }
}


/* ===== DocLife v0.5.5 · Family Locked + Acompanhantes ===== */
.dl-relation-autocomplete [data-dl-relation-input]{
  cursor:text;
}
.dl-relation-autocomplete [data-dl-relation-value]{
  display:none;
}

.dl-companion-contexts{
  display:flex;
  flex-wrap:wrap;
  gap:9px 14px;
  margin-top:8px;
  padding:12px 13px;
  background:#FFFFFF;
  border:1px solid #DFE4EA;
  border-radius:13px;
}
.dl-companion-contexts label{
  display:flex !important;
  flex-direction:row !important;
  align-items:center;
  gap:7px;
  margin:0 !important;
  color:#233B5F !important;
  font-size:14px !important;
  font-weight:700 !important;
}
.dl-companion-contexts input{
  width:18px !important;
  height:18px !important;
  margin:0 !important;
}

@media(max-width:720px){
  .dl-companion-contexts{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}


/* ===== DocLife v0.6.0 · Access + Account Types ===== */
.dl-access-shell{
  min-height:100vh;
  padding:34px 18px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 16% 12%,rgba(240,198,110,.17),transparent 28%),
    radial-gradient(circle at 88% 82%,rgba(47,121,204,.13),transparent 30%),
    #F4F6F9;
}
.dl-access-card{
  width:min(1120px,100%);
  display:grid;
  grid-template-columns:minmax(310px,.8fr) minmax(0,1.2fr);
  overflow:hidden;
  border-radius:28px;
  background:#FFFFFF;
  border:1px solid #DFE4EA;
  box-shadow:0 24px 70px rgba(11,31,77,.13);
}
.dl-access-brand{
  position:relative;
  min-height:620px;
  padding:42px 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(255,255,255,.08),transparent 38%),
    linear-gradient(145deg,#071735,#0B2555 54%,#1F5796);
  color:#FFFFFF;
}
.dl-access-brand:after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-130px;
  bottom:-120px;
  border-radius:50%;
  border:1px solid rgba(240,198,110,.32);
  box-shadow:0 0 90px rgba(240,198,110,.08);
}
.dl-access-brand .dl-login-logo{
  width:min(290px,88%);
  max-height:110px;
  object-fit:contain;
  object-position:left center;
  margin:0 0 34px;
  padding:13px 15px;
  border-radius:19px;
  background:linear-gradient(135deg,#FFFDF8,#F6F2E8,#FFFFFF);
  border:1px solid rgba(212,175,55,.58);
}
.dl-access-brand h1{
  margin:8px 0 12px;
  max-width:470px;
  color:#FFFFFF !important;
  font-size:38px;
  line-height:1.08;
}
.dl-access-brand p{
  max-width:520px;
  margin:0;
  color:rgba(255,255,255,.90) !important;
  font-size:17px;
  line-height:1.5;
  font-weight:600;
}
.dl-access-principles{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:26px;
}
.dl-access-principles span{
  padding:8px 10px;
  border-radius:999px;
  color:#FFFFFF !important;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.08);
  font-size:12px;
  font-weight:800;
}
.dl-access-panel{
  min-width:0;
  padding:30px 34px 34px;
}
.dl-access-tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:5px;
  padding:5px;
  margin-bottom:28px;
  border-radius:15px;
  background:#F2F4F7;
}
.dl-access-tabs a{
  min-height:42px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#40536F;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
}
.dl-access-tabs a.active{
  color:#0B1F4D;
  background:#FFFFFF;
  border:1px solid #DDE3EB;
  box-shadow:0 4px 12px rgba(11,31,77,.05);
}
.dl-access-copy h2{
  margin:5px 0 5px;
  color:#061D4D;
  font-size:30px;
}
.dl-access-copy p{
  margin:0 0 20px;
  color:#46556E;
  font-size:15px;
  font-weight:600;
}
.dl-access-form{
  display:grid;
  gap:14px;
}
.dl-access-form>label,
.dl-register-fields .dl-form-grid>label{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:#233B5F;
  font-size:14px;
  font-weight:800;
}
.dl-access-form input,
.dl-access-form select{
  width:100%;
  min-height:48px;
  padding:0 13px;
  border-radius:12px;
  border:1px solid #D7DDE6;
  background:#FFFFFF;
  color:#10203A;
  font:inherit;
  font-size:16px;
  outline:none;
}
.dl-access-form input:focus{
  border-color:#A97A29;
  box-shadow:0 0 0 3px rgba(200,149,49,.11);
}
.dl-access-submit{
  min-height:48px;
  justify-content:center;
}
.dl-account-types{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-bottom:16px;
}
.dl-account-type{
  position:relative;
  min-height:118px;
  padding:14px;
  display:grid;
  grid-template-columns:40px 1fr;
  grid-template-rows:auto 1fr;
  gap:3px 10px;
  align-items:start;
  border-radius:16px;
  border:1px solid #DFE4EA;
  background:#FFFFFF;
  color:#10203A;
  text-align:left;
  cursor:pointer;
}
.dl-account-type:hover{
  border-color:#C8A354;
  box-shadow:0 7px 20px rgba(11,31,77,.06);
}
.dl-account-type.active{
  border-color:#C89531;
  box-shadow:inset 0 0 0 1px rgba(200,149,49,.24),0 8px 22px rgba(11,31,77,.07);
  background:linear-gradient(145deg,#FFFDF8,#FFFFFF);
}
.dl-account-type i{
  grid-row:1/3;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:linear-gradient(145deg,#0B1F4D,#214B93);
  color:#F0C66E;
  font-style:normal;
  font-size:18px;
}
.dl-account-type strong{
  color:#061D4D;
  font-size:15px;
}
.dl-account-type small{
  color:#596980;
  font-size:11px;
  line-height:1.35;
  font-weight:600;
}
.dl-register-selected{
  margin:8px 0 14px;
  padding:10px 12px;
  border-radius:12px;
  background:#F7F9FC;
  border:1px solid #E0E5EC;
  color:#40536F;
  font-size:13px;
  font-weight:700;
}
.dl-register-selected strong{color:#0B1F4D}
.dl-access-consent{
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start;
  gap:9px !important;
  padding:11px 12px;
  border-radius:12px;
  background:#FBFCFE;
  border:1px solid #E1E6ED;
}
.dl-access-consent input{
  width:18px !important;
  min-height:18px !important;
  height:18px;
  margin-top:1px;
}
.dl-account-badge{
  display:inline-flex;
  align-items:center;
  padding:4px 8px;
  border-radius:999px;
  color:#76500E !important;
  background:#FFF7E7;
  border:1px solid #E8CD8B;
}

@media(max-width:900px){
  .dl-access-card{grid-template-columns:1fr}
  .dl-access-brand{
    min-height:auto;
    padding:28px;
  }
  .dl-access-brand .dl-login-logo{
    width:220px;
    margin-bottom:20px;
  }
  .dl-access-brand h1{font-size:30px}
}
@media(max-width:620px){
  .dl-access-shell{padding:0;background:#FFFFFF}
  .dl-access-card{
    border:0;
    border-radius:0;
    box-shadow:none;
  }
  .dl-access-brand{
    padding:24px 20px;
  }
  .dl-access-brand h1{font-size:26px}
  .dl-access-brand p{font-size:14px}
  .dl-access-panel{padding:22px 18px 110px}
  .dl-account-types{grid-template-columns:1fr}
  .dl-account-type{min-height:94px}
  .dl-access-copy h2{font-size:26px}
}


/* ===== DocLife v0.6.1 · Verification + Onboarding ===== */
.dl-verify-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  margin-bottom:18px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 66%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-verify-hero h2{
  margin:5px 0 6px;
  color:#FFFFFF !important;
  font-size:27px;
}
.dl-verify-hero p{
  max-width:800px;
  margin:0;
  color:rgba(255,255,255,.9) !important;
  font-size:15px;
  font-weight:600;
  line-height:1.48;
}
.dl-verify-hero .dl-card-eyebrow{color:#F0C66E !important}
.dl-verify-score{
  min-width:150px;
  padding:18px;
  border-radius:18px;
  text-align:center;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
}
.dl-verify-score strong{
  display:block;
  color:#FFFFFF !important;
  font-size:34px;
}
.dl-verify-score span{
  color:rgba(255,255,255,.84) !important;
  font-size:11px;
  font-weight:800;
}
.dl-verify-card{
  position:relative;
  overflow:hidden;
}
.dl-verify-card.is-verified{
  border-color:#D2B15F;
  box-shadow:inset 0 3px 0 #C89531;
}
.dl-verify-state{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#B77C1E;
  background:#FFF8E9;
  border:1px solid #E9CF92;
  font-size:20px;
  font-weight:900;
}
.dl-verify-card.is-verified .dl-verify-state{
  color:#17643E;
  background:#EAF8F0;
  border-color:#B9DFC8;
}
.dl-verify-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
  margin-top:14px;
}
.dl-verify-form label{
  display:flex;
  flex-direction:column;
  gap:7px;
  color:#233B5F;
  font-size:13px;
  font-weight:800;
}
.dl-verify-form input{
  min-height:48px;
  padding:0 13px;
  border-radius:12px;
  border:1px solid #D7DDE6;
  background:#FFFFFF;
  color:#10203A;
  font:inherit;
  font-size:20px;
  letter-spacing:.18em;
  font-weight:800;
}
.dl-verify-resend{margin-top:10px}
.dl-verify-success{
  padding:14px;
  border-radius:14px;
  background:#F1FAF5;
  border:1px solid #C9E7D5;
}
.dl-verify-success strong{
  display:block;
  color:#145A38;
  font-size:16px;
}
.dl-verify-success span{
  display:block;
  margin-top:4px;
  color:#416557;
  font-size:13px;
  font-weight:600;
}
.dl-test-code{
  margin-top:12px;
  padding:13px 14px;
  border-radius:14px;
  background:#0B1F4D;
  border:1px solid #D1A64E;
}
.dl-test-code span,
.dl-test-code small{
  display:block;
  color:#DCE6F5 !important;
  font-size:10px;
  font-weight:800;
}
.dl-test-code strong{
  display:block;
  margin:4px 0;
  color:#F0C66E !important;
  font-size:28px;
  letter-spacing:.12em;
}
.dl-verify-expiry{
  display:block;
  margin-top:8px;
  color:#66768D;
  font-size:11px;
  font-weight:700;
}
.dl-verify-next{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.dl-verify-next h2{margin:4px 0}
.dl-verify-next p{margin:0}

.dl-onboarding-progress{
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  align-items:center;
  gap:10px;
  margin-bottom:18px;
  padding:15px 18px;
  border:1px solid #DFE4EA;
  border-radius:17px;
  background:#FFFFFF;
}
.dl-onboarding-progress>div{
  display:flex;
  align-items:center;
  gap:8px;
  color:#52647E;
  font-size:12px;
  font-weight:800;
}
.dl-onboarding-progress>div strong{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #D6DEE8;
  background:#F5F7FA;
}
.dl-onboarding-progress>div.done strong{
  color:#FFFFFF;
  background:#17643E;
  border-color:#17643E;
}
.dl-onboarding-progress>div.active strong{
  color:#F0C66E;
  background:#0B1F4D;
  border-color:#0B1F4D;
}
.dl-onboarding-progress>i{
  height:1px;
  background:#D8DFE8;
}
.dl-onboarding-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid #E6EBF1;
}
.dl-profile-verification{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
  margin-top:9px;
}
.dl-profile-verification span{
  padding:5px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
}
.dl-profile-verification span.ok{
  color:#17643E;
  background:#EAF8F0;
  border:1px solid #C4E4D1;
}
.dl-profile-verification span.pending{
  color:#8A5A0A;
  background:#FFF8E9;
  border:1px solid #E8D29D;
}
.dl-profile-verification a{
  color:#143F7D;
  font-size:12px;
  font-weight:800;
}

@media(max-width:780px){
  .dl-verify-hero{grid-template-columns:1fr}
  .dl-verify-score{width:100%}
  .dl-verify-form{grid-template-columns:1fr}
  .dl-verify-next{align-items:flex-start;flex-direction:column}
  .dl-onboarding-progress{
    grid-template-columns:1fr;
  }
  .dl-onboarding-progress>i{display:none}
  .dl-onboarding-actions{flex-direction:column-reverse}
  .dl-onboarding-actions .dl-btn{width:100%;justify-content:center}
}


/* ===== DocLife v0.6.2 · Exames a Fazer + Resultados ===== */
.dl-exam-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:18px;
}
.dl-exam-switch a{
  min-height:112px;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto 1fr;
  gap:3px 12px;
  padding:18px 20px;
  border:1px solid #DFE4EA;
  border-radius:19px;
  background:#FFFFFF;
  text-decoration:none;
  box-shadow:0 7px 22px rgba(11,31,77,.04);
}
.dl-exam-switch a:hover{
  border-color:#C8A354;
}
.dl-exam-switch span{
  color:#76500E;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
.dl-exam-switch strong{
  grid-row:1/3;
  grid-column:2;
  align-self:center;
  color:#0B1F4D;
  font-size:34px;
}
.dl-exam-switch small{
  color:#53647B;
  font-size:13px;
  font-weight:650;
}

.dl-upload-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:16px 0;
}
.dl-upload-zone{
  min-height:108px;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:16px 0;
  padding:16px 18px;
  border:1px dashed #B9C4D3;
  border-radius:16px;
  background:#FFFFFF;
  cursor:pointer;
}
.dl-upload-grid .dl-upload-zone{margin:0}
.dl-upload-zone strong{
  display:block;
  color:#061D4D;
  font-size:16px;
}
.dl-upload-zone span{
  display:block;
  margin-top:4px;
  color:#66768D;
  font-size:12px;
  font-weight:650;
}
.dl-upload-zone input[type=file]{
  max-width:250px;
  color:#334866;
  font-size:12px;
}

.dl-exam-request-list,
.dl-exam-result-list{
  display:grid;
  gap:12px;
}
.dl-exam-request,
.dl-exam-result{
  padding:16px 18px;
  border:1px solid #DFE4EA;
  border-radius:17px;
  background:#FFFFFF;
}
.dl-exam-request{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
}
.dl-exam-request-main h3,
.dl-exam-result h3{
  margin:5px 0 4px;
  color:#061D4D;
  font-size:19px;
}
.dl-exam-request-main p,
.dl-exam-result-head p{
  margin:0;
  color:#40536F;
  font-size:14px;
  font-weight:650;
}
.dl-exam-request-main>small{
  display:block;
  margin-top:5px;
  color:#697991;
  font-weight:650;
}
.dl-exam-status{
  display:inline-flex;
  padding:5px 8px;
  border-radius:999px;
  color:#895B0E;
  background:#FFF7E6;
  border:1px solid #ECD69F;
  font-size:10px;
  font-weight:900;
}
.dl-exam-status.scheduled{
  color:#174B86;
  background:#EDF5FF;
  border-color:#C9DAF0;
}
.dl-exam-prep{
  margin-top:12px;
  padding:11px 12px;
  border-radius:12px;
  background:#F7F9FC;
  border:1px solid #E3E8EF;
}
.dl-exam-prep strong{
  display:block;
  color:#0B1F4D;
  font-size:12px;
}
.dl-exam-prep span{
  display:block;
  margin-top:3px;
  color:#455771;
  font-size:13px;
  font-weight:600;
}
.dl-exam-request-actions{
  display:flex;
  align-items:flex-start;
  gap:8px;
  flex-wrap:wrap;
}
.dl-exam-request-actions form{margin:0}

.dl-exam-result-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:start;
  padding-bottom:13px;
  border-bottom:1px solid #E7EBF0;
}
.dl-exam-result-head>div:last-child{
  text-align:right;
}
.dl-exam-result-head>div:last-child strong{
  display:block;
  color:#0B1F4D;
  font-size:14px;
}
.dl-exam-result-head>div:last-child small{
  color:#718096;
  font-size:10px;
  font-weight:800;
}
.dl-exam-field{
  margin-top:13px;
  padding:13px 14px;
  border:1px solid #DEE5ED;
  border-radius:14px;
  background:#FFFFFF;
}
.dl-exam-field.is-summary{
  background:#F8FAFC;
}
.dl-exam-field>span{
  display:block;
  color:#76500E;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
}
.dl-exam-field p{
  margin:5px 0 0 !important;
  color:#213650 !important;
  font-size:15px !important;
  font-weight:650 !important;
  line-height:1.48;
}
.dl-exam-context{
  display:block;
  margin-top:10px;
  color:#66768D;
  font-size:12px;
  font-weight:700;
}
.dl-exam-details{
  margin-top:12px;
}
.dl-exam-details strong{
  color:#0B1F4D;
  font-size:12px;
}
.dl-exam-details p{
  margin:4px 0 0 !important;
  color:#495B74 !important;
  font-size:13px !important;
  line-height:1.48;
}

.dl-exam-files{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.dl-exam-files a{
  min-width:210px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 11px;
  border:1px solid #DFE4EA;
  border-radius:12px;
  background:#FFFFFF;
  text-decoration:none;
}
.dl-exam-files a>span{
  width:30px;
  height:30px;
  flex:none;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#C89531;
  background:#0B1F4D;
}
.dl-exam-files strong{
  display:block;
  max-width:250px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#102B55;
  font-size:12px;
}
.dl-exam-files small{
  display:block;
  margin-top:2px;
  color:#718096;
  font-size:10px;
  font-weight:700;
}

@media(max-width:760px){
  .dl-exam-switch,
  .dl-upload-grid{
    grid-template-columns:1fr;
  }
  .dl-exam-request{
    grid-template-columns:1fr;
  }
  .dl-exam-request-actions{
    width:100%;
  }
  .dl-exam-request-actions .dl-btn{
    flex:1;
    justify-content:center;
  }
  .dl-exam-result-head{
    grid-template-columns:1fr;
  }
  .dl-exam-result-head>div:last-child{
    text-align:left;
  }
  .dl-upload-zone{
    flex-direction:column;
    align-items:flex-start;
  }
  .dl-upload-zone input[type=file]{
    max-width:100%;
    width:100%;
  }
}


/* ===== DocLife v0.6.3 · Report Engine PDF ===== */
.dl-report-engine-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  margin-bottom:18px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 66%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-report-engine-hero h2{
  margin:5px 0 6px;
  color:#FFFFFF !important;
  font-size:27px;
}
.dl-report-engine-hero p{
  max-width:780px;
  margin:0;
  color:rgba(255,255,255,.9) !important;
  font-size:15px;
  font-weight:600;
}
.dl-report-engine-hero .dl-card-eyebrow{color:#F0C66E !important}
.dl-report-engine-badge{
  width:120px;
  min-height:90px;
  display:grid;
  place-items:center;
  align-content:center;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
}
.dl-report-engine-badge strong{
  color:#FFFFFF !important;
  font-size:28px;
  line-height:1;
}
.dl-report-engine-badge span{
  margin-top:5px;
  color:#F0C66E !important;
  font-size:10px;
  font-weight:900;
}
.dl-report-card{
  display:flex;
  flex-direction:column;
  min-height:270px;
}
.dl-report-card .dl-status-chip{
  align-self:flex-start;
  margin-bottom:16px;
}
.dl-report-card h3{
  margin:5px 0 7px;
  color:#061D4D;
  font-size:25px;
}
.dl-report-card p{
  flex:1;
  margin:0 0 18px;
  color:#3C506D;
  font-size:15px;
  font-weight:650;
  line-height:1.45;
}
.dl-report-builder{
  margin-top:16px;
}
.dl-report-note{
  margin:15px 0;
  padding:12px 14px;
  border-radius:13px;
  border:1px solid #E5D3A7;
  background:#FFF9EC;
  color:#4F5C70;
  font-size:13px;
  font-weight:650;
}
.dl-report-note strong{color:#75500F}
.dl-report-checks{
  display:flex;
  flex-wrap:wrap;
  gap:9px 14px;
  margin-top:8px;
  padding:12px 13px;
  border:1px solid #DFE4EA;
  border-radius:13px;
  background:#FFFFFF;
}
.dl-report-checks label{
  display:flex !important;
  flex-direction:row !important;
  align-items:center;
  gap:6px;
  margin:0 !important;
  color:#233B5F !important;
  font-size:13px !important;
  font-weight:750 !important;
}
.dl-report-checks input{
  width:17px !important;
  height:17px !important;
  margin:0 !important;
}
.dl-report-history{
  margin-top:18px;
}

@media(max-width:780px){
  .dl-report-engine-hero{
    grid-template-columns:1fr;
  }
  .dl-report-engine-badge{
    width:100%;
    min-height:70px;
  }
  .dl-report-card{
    min-height:auto;
  }
  .dl-report-checks{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}


/* ===== DocLife v0.7.1 · Permission Core ===== */
.dl-permission-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
  margin-bottom:18px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 65%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-permission-hero h2{margin:5px 0 6px;color:#FFFFFF !important;font-size:27px}
.dl-permission-hero p{max-width:820px;margin:0;color:rgba(255,255,255,.9) !important;font-size:15px;line-height:1.48;font-weight:600}
.dl-permission-hero .dl-card-eyebrow{color:#F0C66E !important}
.dl-permission-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));gap:8px}
.dl-permission-hero-metrics div{min-width:105px;padding:14px 12px;border-radius:16px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);text-align:center}
.dl-permission-hero-metrics strong{display:block;color:#FFFFFF !important;font-size:25px}
.dl-permission-hero-metrics span{display:block;margin-top:3px;color:#E7EEF8 !important;font-size:9px;font-weight:800}

.dl-permission-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:8px}
.dl-permission-modules>label{min-height:92px;display:grid !important;grid-template-columns:auto 34px 1fr;gap:8px;align-items:start;margin:0 !important;padding:12px;border:1px solid #DFE4EA;border-radius:14px;background:#FFFFFF;cursor:pointer}
.dl-permission-modules input{width:18px !important;height:18px !important;margin:8px 0 0 !important}
.dl-permission-module-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#0B1F4D;color:#F0C66E;font-size:15px;font-weight:900}
.dl-permission-modules strong{display:block;color:#061D4D;font-size:13px}
.dl-permission-modules small{display:block;margin-top:3px;color:#697A91;font-size:10px;line-height:1.35;font-weight:650}

.dl-permission-warning{display:flex;align-items:flex-start;gap:9px;margin:15px 0;padding:12px 14px;border-radius:13px;background:#FFF9EC;border:1px solid #E6D19D}
.dl-permission-warning strong{color:#75500F;font-size:12px}
.dl-permission-warning span{color:#5F6470;font-size:12px;font-weight:650}

.dl-permission-list{display:grid;gap:9px}
.dl-permission-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:start;padding:13px;border:1px solid #DFE4EA;border-radius:15px;background:#FFFFFF}
.dl-permission-row.status-revoked,.dl-permission-row.status-expired{opacity:.64;background:#F8FAFC}
.dl-permission-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#0B1F4D,#214B93);color:#F0C66E;font-size:18px;font-weight:900}
.dl-permission-copy strong{display:block;color:#061D4D;font-size:14px}
.dl-permission-copy span{display:block;margin-top:2px;color:#314B6D;font-size:12px;font-weight:750}
.dl-permission-copy small{display:block;margin-top:4px;color:#708097;font-size:10px;line-height:1.4;font-weight:650}
.dl-permission-copy p{margin:7px 0 0 !important;color:#4F6179 !important;font-size:11px !important;line-height:1.4;font-weight:600 !important}
.dl-permission-actions{display:flex;flex-direction:column;align-items:flex-end;gap:7px}
.dl-permission-actions form{margin:0}
.dl-permission-status{display:inline-flex;padding:5px 8px;border-radius:999px;color:#17643E;background:#EAF8F0;border:1px solid #C4E4D1;font-size:9px;font-weight:900}
.status-revoked .dl-permission-status,.status-expired .dl-permission-status{color:#65758B;background:#F1F4F7;border-color:#D8DFE7}
.dl-permission-audit{margin-top:18px}

@media(max-width:900px){
  .dl-permission-hero{grid-template-columns:1fr}
  .dl-permission-hero-metrics{grid-template-columns:repeat(3,1fr)}
  .dl-permission-modules{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .dl-permission-hero-metrics{grid-template-columns:1fr 1fr 1fr}
  .dl-permission-hero-metrics div{min-width:0;padding:10px 6px}
  .dl-permission-hero-metrics strong{font-size:21px}
  .dl-permission-modules{grid-template-columns:1fr}
  .dl-permission-row{grid-template-columns:40px 1fr}
  .dl-permission-actions{grid-column:2;flex-direction:row;align-items:center;justify-content:space-between}
}


/* ===== DocLife v0.7.2 · Share Content ===== */
.dl-share-preview{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-bottom:18px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 66%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-share-preview h2{
  margin:5px 0 5px;
  color:#FFFFFF !important;
  font-size:27px;
}
.dl-share-preview p{
  margin:0;
  color:rgba(255,255,255,.88) !important;
  font-size:14px;
  font-weight:650;
}
.dl-share-preview .dl-card-eyebrow{color:#F0C66E !important}
.dl-share-preview-lock{
  width:68px;
  height:68px;
  display:grid;
  place-items:center;
  border-radius:19px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  color:#F0C66E;
  font-size:30px;
  font-weight:900;
}

.dl-share-mini{
  min-height:31px !important;
  margin-top:8px;
  padding:0 9px !important;
  font-size:10px !important;
}
.dl-share-row{
  display:inline-flex;
  margin-top:5px;
  color:#174B86 !important;
  font-size:10px;
  font-weight:850;
  text-decoration:none;
}
.dl-share-row:hover{text-decoration:underline}
.dl-share-unavailable{
  display:block;
  margin-top:4px;
  color:#8A95A5;
  font-size:9px;
  font-weight:700;
}
.dl-exam-result-side{text-align:right}
.dl-exam-result-side .dl-btn{display:inline-flex}

.dl-shared-accessbar{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin-bottom:16px;
}
.dl-shared-accessbar>div{
  padding:13px 14px;
  border:1px solid #DFE4EA;
  border-radius:15px;
  background:#FFFFFF;
}
.dl-shared-accessbar span{
  display:block;
  color:#7A889D;
  font-size:9px;
  font-weight:900;
  letter-spacing:.05em;
}
.dl-shared-accessbar strong{
  display:block;
  margin-top:4px;
  color:#061D4D;
  font-size:13px;
}

.dl-shared-object{
  padding:20px;
  border:1px solid #DFE4EA;
  border-radius:20px;
  background:#FFFFFF;
}
.dl-shared-owner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px 12px;
  margin-bottom:16px;
  padding:10px 12px;
  border-radius:13px;
  background:#F7F9FC;
  border:1px solid #E2E7ED;
}
.dl-shared-owner span{
  color:#8B5C0F;
  font-size:9px;
  font-weight:900;
}
.dl-shared-owner strong{
  color:#061D4D;
  font-size:13px;
}
.dl-shared-owner small{
  color:#68788F;
  font-size:10px;
  font-weight:700;
}
.dl-shared-title{
  padding-bottom:15px;
  border-bottom:1px solid #E7EBF0;
}
.dl-shared-title>span{
  color:#8B5C0F;
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em;
}
.dl-shared-title h2{
  margin:5px 0 4px;
  color:#061D4D;
  font-size:25px;
}
.dl-shared-title p{
  margin:0;
  color:#5C6E87;
  font-size:13px;
  font-weight:650;
}
.dl-shared-meta{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
  margin:14px 0;
}
.dl-shared-meta>div{
  padding:11px 12px;
  border:1px solid #E1E6EC;
  border-radius:13px;
  background:#FFFFFF;
}
.dl-shared-meta span{
  display:block;
  color:#77869B;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.dl-shared-meta strong{
  display:block;
  margin-top:3px;
  color:#102B55;
  font-size:12px;
}
.dl-shared-download{margin-top:16px}

@media(max-width:760px){
  .dl-share-preview{grid-template-columns:1fr}
  .dl-share-preview-lock{width:100%;height:55px}
  .dl-shared-accessbar{grid-template-columns:1fr 1fr}
  .dl-shared-meta{grid-template-columns:1fr 1fr}
  .dl-exam-result-side{text-align:left}
}


/* ===== DocLife v0.7.3 · Professional Connections ===== */
.dl-prof-validation{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-bottom:18px;padding:20px 22px;border:1px solid #DFE4EA;border-radius:20px;background:#FFF}
.dl-prof-validation.approved{border-color:#C9E2D4;background:linear-gradient(145deg,#FFF,#F4FBF7)}
.dl-prof-validation.pending{border-color:#E7D4A5;background:linear-gradient(145deg,#FFF,#FFF9EC)}
.dl-prof-validation.rejected{border-color:#E6C9C9;background:linear-gradient(145deg,#FFF,#FFF5F5)}
.dl-prof-validation h2{margin:5px 0 4px;color:#061D4D;font-size:25px}.dl-prof-validation p{margin:0;color:#5F7087;font-size:13px;font-weight:650}
.dl-prof-validation-mark{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:#0B1F4D;color:#F0C66E;font-size:29px;font-weight:900}.dl-prof-validation.approved .dl-prof-validation-mark{background:#164E34;color:#D9F3E4}.dl-prof-validation.rejected .dl-prof-validation-mark{background:#772D2D;color:#F8DADA}
.dl-prof-list{display:grid;gap:10px}.dl-prof-card{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px;border:1px solid #DFE4EA;border-radius:16px;background:#FFF}.dl-prof-card.active{border-color:#CFE0D7}.dl-prof-card .dl-family-avatar{width:50px;height:50px}.dl-prof-card-copy strong{display:block;color:#061D4D;font-size:14px}.dl-prof-card-copy span{display:block;margin-top:2px;color:#3D5576;font-size:11px;font-weight:750}.dl-prof-card-copy p{margin:7px 0 0!important;color:#586A82!important;font-size:11px!important;line-height:1.4}.dl-prof-card-copy small{display:block;margin-top:5px;color:#77869A;font-size:9px;font-weight:750}.dl-prof-card-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.dl-prof-card-actions form{margin:0}.dl-prof-awaiting{display:inline-flex;padding:6px 9px;border-radius:999px;background:#FFF8E9;border:1px solid #E7D19C;color:#81550F;font-size:9px;font-weight:900}.dl-prof-approve{margin:0 0 12px 62px;padding:16px;border:1px solid #D6DEE8;border-radius:16px;background:#F8FAFC}.dl-prof-approve h3{margin:0 0 4px;color:#061D4D;font-size:17px}.dl-prof-approve>form>p{margin:0 0 13px;color:#62738B;font-size:12px;font-weight:650}
@media(max-width:760px){.dl-prof-validation{grid-template-columns:1fr}.dl-prof-validation-mark{width:100%;height:50px}.dl-prof-card{grid-template-columns:46px 1fr}.dl-prof-card .dl-family-avatar{width:46px;height:46px}.dl-prof-card-actions{grid-column:2;justify-content:flex-start}.dl-prof-approve{margin-left:0}}


/* ===== DocLife v0.7.4 · Acompanhante Power ===== */
.dl-companion-power-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-bottom:16px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 66%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-companion-power-hero h2{
  margin:5px 0;
  color:#FFFFFF !important;
  font-size:27px;
}
.dl-companion-power-hero p{
  margin:0;
  color:rgba(255,255,255,.9) !important;
  font-size:14px;
  font-weight:650;
}
.dl-companion-power-hero .dl-card-eyebrow{color:#F0C66E !important}
.dl-companion-power-mark{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  color:#F0C66E;
  font-size:31px;
}

.dl-companion-boundary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}
.dl-companion-boundary span{
  padding:10px 11px;
  border:1px solid #DFE4EA;
  border-radius:12px;
  background:#FFFFFF;
  color:#294666;
  font-size:11px;
  font-weight:800;
}
.dl-companion-boundary span:nth-child(n+4){
  background:#F8FAFC;
  color:#7C8796;
}

.dl-digital-state{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:7px;
  font-size:10px;
  font-weight:750;
}
.dl-digital-state b{font-size:8px}
.dl-digital-state.active{color:#187248}
.dl-digital-state.pending{color:#A36D13}
.dl-digital-state.local{color:#718096}

.dl-companion-link-form{
  margin:-2px 0 11px 62px;
  padding:14px;
  border:1px solid #DCE3EB;
  border-radius:15px;
  background:#F8FAFC;
}
.dl-companion-link-form form{
  display:grid;
  grid-template-columns:minmax(240px,1fr) 150px minmax(220px,1fr) auto;
  gap:10px;
  align-items:end;
}
.dl-companion-link-form form>div strong{
  display:block;
  color:#061D4D;
  font-size:13px;
}
.dl-companion-link-form form>div span{
  display:block;
  margin-top:3px;
  color:#6A7A90;
  font-size:10px;
  font-weight:650;
}
.dl-companion-link-form label{
  display:grid;
  gap:4px;
  color:#40536F;
  font-size:10px;
  font-weight:800;
}
.dl-companion-link-form input,
.dl-companion-link-form select{
  min-height:39px;
  border:1px solid #D6DEE8;
  border-radius:11px;
  background:#FFFFFF;
  padding:0 10px;
}

.dl-companion-power-list{
  display:grid;
  gap:9px;
}
.dl-companion-digital-card{
  display:grid;
  grid-template-columns:50px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  padding:13px;
  border:1px solid #DFE4EA;
  border-radius:15px;
  background:#FFFFFF;
}
.dl-companion-digital-card strong{
  display:block;
  color:#061D4D;
  font-size:13px;
}
.dl-companion-digital-card span{
  display:block;
  margin-top:2px;
  color:#3E5575;
  font-size:11px;
  font-weight:700;
}
.dl-companion-digital-card small{
  display:block;
  margin-top:4px;
  color:#78869A;
  font-size:9px;
  font-weight:700;
}
.dl-companion-row{margin-left:9px}

@media(max-width:800px){
  .dl-companion-power-hero{grid-template-columns:1fr}
  .dl-companion-power-mark{width:100%;height:54px}
  .dl-companion-boundary{grid-template-columns:1fr 1fr}
  .dl-companion-link-form{margin-left:0}
  .dl-companion-link-form form{grid-template-columns:1fr}
}
@media(max-width:620px){
  .dl-companion-boundary{grid-template-columns:1fr}
  .dl-companion-digital-card{grid-template-columns:46px 1fr}
  .dl-companion-digital-card>.dl-family-actions,
  .dl-companion-digital-card>div:last-child{
    grid-column:2;
  }
}


/* ===== DocLife v0.7.5 · Life Vault Private ===== */
.dl-vault-private-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin-bottom:16px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 66%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-vault-private-hero .dl-card-eyebrow{color:#F0C66E !important}
.dl-vault-private-hero h2{
  margin:5px 0 6px;
  color:#FFFFFF !important;
  font-size:28px;
}
.dl-vault-private-hero p{
  max-width:880px;
  margin:0;
  color:rgba(255,255,255,.9) !important;
  font-size:14px;
  line-height:1.48;
  font-weight:650;
}
.dl-vault-private-mark{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  color:#F0C66E;
  font-size:30px;
}

.dl-vault-list{display:grid;gap:12px}
.dl-vault-item{
  padding:16px;
  border:1px solid #DFE4EA;
  border-radius:18px;
  background:#FFFFFF;
}
.dl-vault-item.is-alert{border-color:#E6C3C3}
.dl-vault-item-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px;
  align-items:start;
}
.dl-vault-item-head h3{
  margin:6px 0 3px;
  color:#061D4D;
  font-size:18px;
}
.dl-vault-item-head p{
  margin:0;
  color:#63748B;
  font-size:11px;
  font-weight:700;
}
.dl-vault-item-status{text-align:right}
.dl-vault-item-status strong{
  display:block;
  color:#0F6040;
  font-size:12px;
}
.dl-vault-item.is-alert .dl-vault-item-status strong{color:#9A3131}
.dl-vault-item-status span,
.dl-vault-item-status small{
  display:block;
  margin-top:3px;
  color:#77869A;
  font-size:9px;
  font-weight:750;
}
.dl-vault-item-meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:12px 0;
}
.dl-vault-item-meta span{
  padding:6px 8px;
  border:1px solid #E0E5EB;
  border-radius:999px;
  background:#F8FAFC;
  color:#53667F;
  font-size:9px;
  font-weight:800;
}
.dl-vault-item-meta .legacy{
  border-color:#E8D5A8;
  background:#FFF9EC;
  color:#8B5C0F;
}
.dl-vault-notes{
  margin:10px 0;
  padding:10px 12px;
  border-radius:12px;
  background:#F8FAFC;
  color:#52647B;
  font-size:11px;
  line-height:1.45;
  font-weight:650;
}

.dl-vault-file-list{
  display:grid;
  gap:7px;
  margin-top:10px;
}
.dl-vault-file{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:6px;
  align-items:stretch;
}
.dl-vault-file-main,
.dl-vault-file-list.shared .dl-vault-file{
  min-height:54px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  gap:9px;
  align-items:center;
  padding:8px 10px;
  border:1px solid #DFE4EA;
  border-radius:13px;
  background:#FFFFFF;
  text-decoration:none;
}
.dl-vault-file-main:hover,
.dl-vault-file-list.shared .dl-vault-file:hover{
  border-color:#C89531;
}
.dl-vault-file-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#0B1F4D;
  color:#F0C66E;
  font-size:16px;
}
.dl-vault-file strong{
  display:block;
  color:#061D4D;
  font-size:11px;
  overflow-wrap:anywhere;
}
.dl-vault-file small{
  display:block;
  margin-top:3px;
  color:#77869A;
  font-size:8px;
  font-weight:700;
}
.dl-vault-file b{
  color:#174B86;
  font-size:9px;
  font-weight:900;
}
.dl-vault-file form{margin:0}
.dl-vault-file-delete{
  width:38px;
  height:100%;
  min-height:54px;
  border:1px solid #E4D6D6;
  border-radius:12px;
  background:#FFF9F9;
  color:#9B3333;
  cursor:pointer;
  font-size:20px;
}
.dl-vault-no-file{
  margin-top:10px;
  padding:11px 12px;
  border:1px dashed #D7DEE7;
  border-radius:13px;
  background:#FBFCFD;
}
.dl-vault-no-file strong{
  display:block;
  color:#53657E;
  font-size:11px;
}
.dl-vault-no-file span{
  display:block;
  margin-top:2px;
  color:#8490A0;
  font-size:9px;
  font-weight:650;
}
.dl-vault-actions{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}
.dl-vault-add-file{
  margin-top:9px;
  padding:12px;
  border:1px solid #DCE3EB;
  border-radius:13px;
  background:#F8FAFC;
}
.dl-vault-add-file form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
}
.dl-vault-add-file label{
  display:grid;
  gap:4px;
  color:#40536F;
  font-size:10px;
  font-weight:800;
}
.dl-vault-add-file input[type=file]{
  padding:8px;
  border:1px solid #D8E0E9;
  border-radius:11px;
  background:#FFFFFF;
}
.dl-vault-add-file small{
  color:#7A8798;
  font-size:8px;
  font-weight:650;
}

@media(max-width:760px){
  .dl-vault-private-hero{grid-template-columns:1fr}
  .dl-vault-private-mark{width:100%;height:54px}
  .dl-vault-item-head{grid-template-columns:1fr}
  .dl-vault-item-status{text-align:left}
  .dl-vault-add-file form{grid-template-columns:1fr}
}


/* ===== DocLife v0.7.6 · Alertas & Vencimentos Power ===== */
.dl-global-alert-chip>span{
  color:#F0C66E;
  font-weight:950;
  font-size:16px;
}
.dl-alert-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin-bottom:16px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 66%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-alert-hero .dl-card-eyebrow{color:#F0C66E !important}
.dl-alert-hero h2{
  margin:5px 0 6px;
  color:#FFFFFF !important;
  font-size:29px;
}
.dl-alert-hero p{
  max-width:880px;
  margin:0;
  color:rgba(255,255,255,.9) !important;
  font-size:14px;
  line-height:1.48;
  font-weight:650;
}
.dl-alert-hero-mark{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  color:#F0C66E;
  font-size:34px;
  font-weight:950;
}

.dl-alert-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
  margin-bottom:14px;
}
.dl-alert-summary>a{
  min-height:96px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:13px 15px;
  border:1px solid #DFE4EA;
  border-radius:16px;
  background:#FFFFFF;
  text-decoration:none;
}
.dl-alert-summary span{
  color:#718096;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.dl-alert-summary strong{
  margin:4px 0 1px;
  color:#061D4D;
  font-size:28px;
}
.dl-alert-summary small{
  color:#6B7B91;
  font-size:9px;
  font-weight:700;
}
.dl-alert-summary>a.critical{
  border-color:#E6BABA;
  background:#FFF8F8;
}
.dl-alert-summary>a.critical strong{color:#982F2F}
.dl-alert-summary>a.attention{
  border-color:#E8D2A0;
  background:#FFF9EC;
}
.dl-alert-summary>a.attention strong{color:#966010}

.dl-alert-filters{
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding:2px 0 10px;
  scrollbar-width:none;
}
.dl-alert-filters::-webkit-scrollbar{display:none}
.dl-alert-filters a{
  flex:none;
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:34px;
  padding:0 11px;
  border:1px solid #DFE4EA;
  border-radius:999px;
  background:#FFFFFF;
  color:#53667F;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}
.dl-alert-filters a.active{
  border-color:#173D77;
  background:#0B1F4D;
  color:#F0C66E;
}
.dl-alert-filters b{
  min-width:18px;
  height:18px;
  display:grid;
  place-items:center;
  padding:0 4px;
  border-radius:999px;
  background:#F0C66E;
  color:#071A40;
  font-size:8px;
}

.dl-alert-list{display:grid;gap:9px}
.dl-alert-row{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  gap:11px;
  align-items:start;
  padding:13px;
  border:1px solid #DFE4EA;
  border-radius:15px;
  background:#FFFFFF;
}
.dl-alert-row.severity-critical{
  border-color:#E7C0C0;
  background:#FFF9F9;
}
.dl-alert-row.severity-attention{
  border-color:#E6D3A8;
}
.dl-alert-row.state-dismissed,
.dl-alert-row.state-snoozed{
  opacity:.7;
  background:#F8FAFC;
}
.dl-alert-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#0B1F4D;
  color:#F0C66E;
  font-size:17px;
  font-weight:950;
}
.severity-critical .dl-alert-icon{
  background:#792F2F;
  color:#FFE3E3;
}
.severity-attention .dl-alert-icon{
  background:#7D5818;
  color:#FFF0C9;
}
.dl-alert-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-bottom:4px;
}
.dl-alert-tags span,
.dl-alert-tags b{
  display:inline-flex;
  padding:4px 6px;
  border-radius:999px;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
}
.dl-alert-tags span{
  background:#F0F4F8;
  color:#52657E;
}
.dl-alert-tags b{
  background:#FFF6DD;
  color:#8B5C0F;
}
.severity-critical .dl-alert-tags b{
  background:#FCEAEA;
  color:#8E2D2D;
}
.dl-alert-copy>strong{
  display:block;
  color:#061D4D;
  font-size:14px;
}
.dl-alert-copy>p{
  margin:4px 0 0 !important;
  color:#596B83 !important;
  font-size:11px !important;
  line-height:1.4;
  font-weight:650 !important;
}
.dl-alert-copy>small{
  display:block;
  margin-top:5px;
  color:#7B8899;
  font-size:9px;
  font-weight:750;
}
.dl-alert-actions{
  display:flex;
  align-items:flex-start;
  gap:6px;
}
.dl-alert-actions form{margin:0}
.dl-alert-menu{position:relative}
.dl-alert-menu summary{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid #DFE4EA;
  border-radius:11px;
  background:#FFFFFF;
  color:#53667F;
  cursor:pointer;
  list-style:none;
  font-weight:900;
}
.dl-alert-menu summary::-webkit-details-marker{display:none}
.dl-alert-menu>div{
  position:absolute;
  z-index:40;
  top:41px;
  right:0;
  width:155px;
  padding:6px;
  border:1px solid #D9E0E8;
  border-radius:12px;
  background:#FFFFFF;
  box-shadow:0 14px 34px rgba(7,26,64,.14);
}
.dl-alert-menu button{
  width:100%;
  min-height:32px;
  padding:0 8px;
  border:0;
  border-radius:8px;
  background:#FFFFFF;
  color:#3D526E;
  text-align:left;
  cursor:pointer;
  font-size:10px;
  font-weight:750;
}
.dl-alert-menu button:hover{background:#F4F7FA}
.dl-alert-menu button.danger{color:#9A3434}

@media(max-width:900px){
  .dl-alert-summary{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .dl-alert-hero{grid-template-columns:1fr}
  .dl-alert-hero-mark{width:100%;height:52px}
  .dl-alert-row{grid-template-columns:40px 1fr}
  .dl-alert-actions{
    grid-column:2;
    justify-content:flex-start;
    flex-wrap:wrap;
  }
}


/* ===== DocLife v0.7.7 · Busca Global Power / Life Search ===== */
.dl-global-search-chip>span{
  color:#A66F15;
  font-size:18px;
  font-weight:950;
}
.dl-search-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin-bottom:14px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 66%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-search-hero .dl-card-eyebrow{color:#F0C66E !important}
.dl-search-hero h2{
  margin:5px 0 6px;
  color:#FFFFFF !important;
  font-size:29px;
}
.dl-search-hero p{
  max-width:880px;
  margin:0;
  color:rgba(255,255,255,.9) !important;
  font-size:14px;
  line-height:1.48;
  font-weight:650;
}
.dl-search-hero-mark{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  color:#F0C66E;
  font-size:34px;
  font-weight:950;
}
.dl-search-form{
  margin-bottom:14px;
  padding:14px;
  border:1px solid #DFE4EA;
  border-radius:18px;
  background:#FFFFFF;
}
.dl-search-input-wrap{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  gap:8px;
  align-items:center;
}
.dl-search-input-wrap>span{
  width:36px;height:36px;
  display:grid;place-items:center;
  color:#9A6714;
  font-size:20px;font-weight:950;
}
.dl-search-input-wrap input{
  min-height:48px;
  width:100%;
  border:1px solid #D5DCE5;
  border-radius:13px;
  padding:0 14px;
  background:#FFFFFF;
  color:#061D4D;
  font-size:15px;
  font-weight:700;
  outline:none;
}
.dl-search-input-wrap input:focus{
  border-color:#C89531;
  box-shadow:0 0 0 3px rgba(200,149,49,.12);
}
.dl-search-input-wrap button{
  min-height:48px;
  padding:0 18px;
  border:1px solid #C89531;
  border-radius:13px;
  background:linear-gradient(145deg,#F3CF7E,#C89531);
  color:#071A40;
  cursor:pointer;
  font-weight:900;
}
.dl-search-scopes{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:10px;
}
.dl-search-scopes label{
  position:relative;
  cursor:pointer;
}
.dl-search-scopes input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.dl-search-scopes span{
  display:inline-flex;
  min-height:32px;
  align-items:center;
  padding:0 10px;
  border:1px solid #DFE4EA;
  border-radius:999px;
  background:#FFFFFF;
  color:#53667F;
  font-size:10px;
  font-weight:850;
}
.dl-search-scopes input:checked+span{
  border-color:#153D78;
  background:#0B1F4D;
  color:#F0C66E;
}
.dl-search-examples{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.dl-search-examples a{
  display:inline-flex;
  min-height:37px;
  align-items:center;
  padding:0 12px;
  border:1px solid #DFE4EA;
  border-radius:999px;
  background:#FFFFFF;
  color:#174B86;
  text-decoration:none;
  font-size:11px;
  font-weight:850;
}
.dl-search-summary{
  display:grid;
  grid-template-columns:2fr repeat(3,1fr);
  gap:8px;
  margin-bottom:12px;
}
.dl-search-summary>div{
  padding:12px 14px;
  border:1px solid #DFE4EA;
  border-radius:14px;
  background:#FFFFFF;
}
.dl-search-summary span{
  display:block;
  color:#7A889D;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.dl-search-summary strong{
  display:block;
  margin-top:3px;
  color:#061D4D;
  font-size:16px;
  overflow-wrap:anywhere;
}
.dl-search-jump{
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding:0 0 10px;
  scrollbar-width:none;
}
.dl-search-jump::-webkit-scrollbar{display:none}
.dl-search-jump a{
  flex:none;
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:34px;
  padding:0 10px;
  border:1px solid #DFE4EA;
  border-radius:999px;
  background:#FFFFFF;
  color:#53667F;
  text-decoration:none;
  font-size:10px;
  font-weight:850;
}
.dl-search-jump b{
  min-width:18px;
  height:18px;
  display:grid;
  place-items:center;
  padding:0 4px;
  border-radius:999px;
  background:#FFF5D9;
  color:#8C5D10;
  font-size:8px;
}
.dl-search-group{
  margin-bottom:12px;
  scroll-margin-top:90px;
}
.dl-search-results{
  display:grid;
  gap:7px;
}
.dl-search-result{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  min-height:66px;
  padding:10px;
  border:1px solid #E1E6EC;
  border-radius:14px;
  background:#FFFFFF;
  text-decoration:none;
}
.dl-search-result:hover{
  border-color:#C89531;
  transform:translateY(-1px);
}
.dl-search-result-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#0B1F4D;
  color:#F0C66E;
  font-size:17px;
  font-weight:950;
}
.dl-search-result-copy strong{
  display:block;
  color:#061D4D;
  font-size:13px;
}
.dl-search-result-copy span{
  display:block;
  margin-top:2px;
  color:#405873;
  font-size:10px;
  font-weight:750;
}
.dl-search-result-copy small{
  display:block;
  margin-top:4px;
  color:#79879A;
  font-size:9px;
  line-height:1.35;
  font-weight:650;
}
.dl-search-open{
  color:#174B86;
  font-size:10px;
  font-weight:900;
}
.dl-search-shared-badge{
  display:inline-flex;
  min-height:25px;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  border:1px solid #DFCEA2;
  background:#FFF8E8;
  color:#895A10;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
}
@media(max-width:760px){
  .dl-search-hero{grid-template-columns:1fr}
  .dl-search-hero-mark{width:100%;height:52px}
  .dl-search-summary{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .dl-search-input-wrap{grid-template-columns:32px 1fr}
  .dl-search-input-wrap button{
    grid-column:1 / -1;
    width:100%;
  }
  .dl-search-summary{grid-template-columns:1fr 1fr}
  .dl-search-result{grid-template-columns:40px 1fr}
  .dl-search-open,.dl-search-shared-badge{
    grid-column:2;
    justify-self:start;
  }
}


/* ===== DocLife v0.7.8 · Timeline Power / Life Story Engine ===== */
.dl-page-head-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.dl-timeline-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin-bottom:14px;
  padding:22px 24px;
  border-radius:22px;
  background:linear-gradient(135deg,#071A40,#123B79 66%,#215FA4);
  border:1px solid rgba(240,198,110,.48);
}
.dl-timeline-hero .dl-card-eyebrow{color:#F0C66E !important}
.dl-timeline-hero h2{
  margin:5px 0 6px;
  color:#FFFFFF !important;
  font-size:29px;
}
.dl-timeline-hero p{
  max-width:900px;
  margin:0;
  color:rgba(255,255,255,.9) !important;
  font-size:14px;
  line-height:1.48;
  font-weight:650;
}
.dl-timeline-hero-mark{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  color:#F0C66E;
  font-size:31px;
  font-weight:950;
}
.dl-timeline-filters{
  margin-bottom:14px;
  padding:14px;
  border:1px solid #DFE4EA;
  border-radius:18px;
  background:#FFFFFF;
}
.dl-timeline-filter-top{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1fr;
  gap:8px;
}
.dl-timeline-filter-top label{
  display:grid;
  gap:4px;
  color:#53667F;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.dl-timeline-filter-top select,
.dl-timeline-filter-top input{
  min-height:42px;
  width:100%;
  padding:0 10px;
  border:1px solid #D6DEE7;
  border-radius:11px;
  background:#FFFFFF;
  color:#0A2654;
  font-size:11px;
  font-weight:750;
}
.dl-timeline-context-filter{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  align-items:center;
  margin-top:10px;
}
.dl-timeline-context-filter>label{
  position:relative;
  cursor:pointer;
}
.dl-timeline-context-filter input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.dl-timeline-context-filter label>span{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  gap:6px;
  padding:0 10px;
  border:1px solid #DFE4EA;
  border-radius:999px;
  background:#FFFFFF;
  color:#53667F;
  font-size:10px;
  font-weight:850;
}
.dl-timeline-context-filter label>span b{
  color:#946111;
  font-size:12px;
}
.dl-timeline-context-filter input:checked+span{
  border-color:#153D78;
  background:#0B1F4D;
  color:#FFFFFF;
}
.dl-timeline-context-filter input:checked+span b{color:#F0C66E}
.dl-timeline-context-filter>.dl-btn{margin-left:auto}

.dl-timeline-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-bottom:10px;
}
.dl-timeline-summary>div{
  min-height:91px;
  padding:12px 14px;
  border:1px solid #DFE4EA;
  border-radius:15px;
  background:#FFFFFF;
}
.dl-timeline-summary span{
  display:block;
  color:#7A889C;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.dl-timeline-summary strong{
  display:block;
  margin-top:4px;
  color:#061D4D;
  font-size:19px;
}
.dl-timeline-summary small{
  display:block;
  margin-top:3px;
  color:#718096;
  font-size:9px;
  line-height:1.3;
  font-weight:650;
}

.dl-timeline-context-summary{
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding:0 0 10px;
  scrollbar-width:none;
}
.dl-timeline-context-summary::-webkit-scrollbar{display:none}
.dl-timeline-context-summary>span{
  flex:none;
  display:inline-flex;
  min-height:32px;
  align-items:center;
  gap:6px;
  padding:0 9px;
  border:1px solid #DFE4EA;
  border-radius:999px;
  background:#FFFFFF;
  color:#53667F;
  font-size:9px;
  font-weight:800;
}
.dl-timeline-context-summary b{color:#986516;font-size:11px}
.dl-timeline-context-summary strong{
  min-width:19px;
  height:19px;
  display:grid;
  place-items:center;
  padding:0 4px;
  border-radius:999px;
  background:#F1F4F7;
  color:#163A70;
  font-size:8px;
}

.dl-timeline-power-card{padding-top:16px}
.dl-life-timeline{display:grid;gap:0}
.dl-life-timeline-month{
  position:relative;
  padding-left:6px;
}
.dl-life-timeline-month>h2{
  position:sticky;
  top:74px;
  z-index:5;
  display:inline-flex;
  margin:6px 0 9px 54px;
  padding:6px 10px;
  border:1px solid #E0E5EB;
  border-radius:999px;
  background:#FFFFFF;
  color:#183D6D;
  font-size:10px;
  font-weight:900;
}
.dl-life-event{
  position:relative;
  display:grid;
  grid-template-columns:42px 42px minmax(0,1fr) auto;
  gap:10px;
  align-items:start;
  padding:0 0 15px;
}
.dl-life-event:before{
  content:"";
  position:absolute;
  left:62px;
  top:42px;
  bottom:0;
  width:1px;
  background:#DCE3EA;
}
.dl-life-event:last-child:before{display:none}
.dl-life-event-date{
  padding-top:5px;
  text-align:center;
}
.dl-life-event-date strong{
  display:block;
  color:#061D4D;
  font-size:16px;
}
.dl-life-event-date span{
  display:block;
  margin-top:1px;
  color:#8792A2;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
}
.dl-life-event-icon{
  position:relative;
  z-index:2;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#0B1F4D;
  border:3px solid #FFFFFF;
  box-shadow:0 0 0 1px #DCE3EA;
  color:#F0C66E;
  font-size:16px;
  font-weight:950;
}
.dl-life-event-copy{
  min-height:75px;
  padding:11px 12px;
  border:1px solid #E0E5EB;
  border-radius:14px;
  background:#FFFFFF;
}
.dl-life-event-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  margin-bottom:4px;
}
.dl-life-event-tags span,
.dl-life-event-tags b{
  display:inline-flex;
  min-height:21px;
  align-items:center;
  padding:0 6px;
  border-radius:999px;
  font-size:8px;
  font-weight:900;
  text-transform:uppercase;
}
.dl-life-event-tags span{
  background:#F1F4F7;
  color:#53667F;
}
.dl-life-event-tags b{
  background:#FFF6DD;
  color:#8B5C0F;
}
.dl-life-event-copy h3{
  margin:0;
  color:#061D4D;
  font-size:14px;
}
.dl-life-event-copy p{
  margin:5px 0 0 !important;
  color:#607086 !important;
  font-size:10px !important;
  line-height:1.42;
  font-weight:650 !important;
}
.dl-life-event-copy p.dl-life-event-meta{
  color:#355273 !important;
  font-weight:800 !important;
}
.dl-life-event-action{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
  padding-top:8px;
}
.dl-life-event-action time{
  color:#8793A3;
  font-size:8px;
  font-weight:750;
}

.dl-timeline-report-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  margin-top:14px;
  padding:17px 18px;
  border:1px solid #E2D2A9;
  border-radius:17px;
  background:#FFF9EC;
}
.dl-timeline-report-cta span{
  display:block;
  color:#8C5B0D;
  font-size:9px;
  font-weight:900;
}
.dl-timeline-report-cta strong{
  display:block;
  margin-top:3px;
  color:#173A68;
  font-size:14px;
}
.dl-timeline-report-cta small{
  display:block;
  margin-top:3px;
  color:#68778C;
  font-size:9px;
  font-weight:650;
}

@media(max-width:980px){
  .dl-timeline-filter-top{grid-template-columns:1fr 1fr}
  .dl-timeline-summary{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .dl-timeline-hero{grid-template-columns:1fr}
  .dl-timeline-hero-mark{width:100%;height:52px}
  .dl-timeline-context-filter>.dl-btn{width:100%;margin-left:0}
  .dl-life-event{
    grid-template-columns:34px 38px 1fr;
  }
  .dl-life-event:before{left:52px}
  .dl-life-event-icon{width:38px;height:38px}
  .dl-life-event-action{
    grid-column:3;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    padding-top:0;
  }
  .dl-life-timeline-month>h2{margin-left:44px;top:68px}
  .dl-timeline-report-cta{grid-template-columns:1fr}
}
@media(max-width:520px){
  .dl-timeline-filter-top{grid-template-columns:1fr}
  .dl-timeline-summary{grid-template-columns:1fr 1fr}
}


/* ===== DocLife v0.7.9 · Preloader Opening 6s ===== */
@media (prefers-reduced-motion:reduce){
  .dl-preloader img{animation:none!important}
  .dl-preloader-track span{animation:dlProgress 5.45s linear forwards}
}


/* ===== DocLife v0.7.10 · Gold Buttons with Deep Space Blue Text ===== */
:root{
  --dl-space-blue:#071A40;
  --dl-space-blue-strong:#0B1F4D;
}
.dl-btn.gold,
.dl-btn.gold:link,
.dl-btn.gold:visited,
.dl-hero-actions .dl-btn.light,
.dl-empty-state .dl-btn.light,
.dl-card .dl-btn.light,
button.dl-btn.light,
a.dl-btn.light,
input[type="submit"].dl-btn.light,
button.dl-btn.gold,
a.dl-btn.gold{
  color:var(--dl-space-blue) !important;
  text-shadow:none !important;
}
.dl-btn.gold *,
.dl-hero-actions .dl-btn.light *,
.dl-empty-state .dl-btn.light *,
.dl-card .dl-btn.light *{
  color:var(--dl-space-blue) !important;
}
.dl-btn.gold:hover,
.dl-btn.gold:focus,
.dl-btn.gold:active,
.dl-hero-actions .dl-btn.light:hover,
.dl-hero-actions .dl-btn.light:focus,
.dl-hero-actions .dl-btn.light:active,
.dl-empty-state .dl-btn.light:hover,
.dl-empty-state .dl-btn.light:focus,
.dl-empty-state .dl-btn.light:active,
.dl-card .dl-btn.light:hover,
.dl-card .dl-btn.light:focus,
.dl-card .dl-btn.light:active{
  color:var(--dl-space-blue-strong) !important;
}
.dl-btn.light{
  color:var(--dl-space-blue) !important;
  text-shadow:none !important;
}
.dl-btn.light *,
.dl-btn.light strong,
.dl-btn.light span{
  color:var(--dl-space-blue) !important;
}


/* ===== DocLife v0.7.11 · FINAL Gold Button Text Fix ===== */
/* Regra final, intencionalmente no fim do CSS, para vencer os legados com !important. */
.doclife-standalone .dl-btn,
.doclife-standalone a.dl-btn,
.doclife-standalone button.dl-btn,
.doclife-standalone input.dl-btn,
.doclife-standalone .dl-btn.primary,
.doclife-standalone .dl-btn.light,
.doclife-standalone .dl-btn.gold,
.doclife-standalone .dl-empty-state .dl-btn,
.doclife-standalone .dl-empty-state .dl-btn.primary,
.doclife-standalone .dl-form-actions .dl-btn.primary,
.doclife-standalone .dl-card .dl-btn.primary,
.doclife-standalone .dl-page-head .dl-btn.primary,
.doclife-standalone .dl-hero .dl-btn.primary,
.doclife-standalone .dl-hero .dl-btn.ghost,
.doclife-standalone .dl-hero .dl-btn:not(.primary){
  color:#071A40 !important;
  text-shadow:none !important;
}
.doclife-standalone .dl-btn *,
.doclife-standalone .dl-btn.primary *,
.doclife-standalone .dl-btn.light *,
.doclife-standalone .dl-btn.gold *{
  color:#071A40 !important;
  text-shadow:none !important;
}
.doclife-standalone .dl-btn:hover,
.doclife-standalone .dl-btn:focus,
.doclife-standalone .dl-btn:active,
.doclife-standalone .dl-btn.primary:hover,
.doclife-standalone .dl-btn.primary:focus,
.doclife-standalone .dl-btn.primary:active{
  color:#0B1F4D !important;
  text-shadow:none !important;
}


/* ===== DocLife v0.7.12 · HOME/HOJE Gold Text Fix ===== */
/*
 * Correção do contexto real:
 * o workspace pode estar embutido no tema WordPress e não possuir
 * body.doclife-standalone. A raiz estável do app é .dl-app.
 */
.dl-app .dl-btn,
.dl-app a.dl-btn,
.dl-app button.dl-btn,
.dl-app input.dl-btn,
.dl-app .dl-btn.primary,
.dl-app .dl-empty-state .dl-btn,
.dl-app .dl-empty-state .dl-btn.primary,
.dl-app .dl-form-actions .dl-btn.primary,
.dl-app .dl-card .dl-btn.primary,
.dl-app .dl-page-head .dl-btn.primary,
.dl-app .dl-hero .dl-btn.primary,
.dl-app .dl-hero .dl-btn.ghost,
.dl-app .dl-hero .dl-btn:not(.primary){
  color:#071A40 !important;
  text-shadow:none !important;
}
.dl-app .dl-btn *,
.dl-app .dl-btn.primary *,
.dl-app .dl-empty-state .dl-btn *,
.dl-app .dl-empty-state .dl-btn.primary *{
  color:#071A40 !important;
  text-shadow:none !important;
}
.dl-app .dl-btn:hover,
.dl-app .dl-btn:focus,
.dl-app .dl-btn:active,
.dl-app .dl-btn.primary:hover,
.dl-app .dl-btn.primary:focus,
.dl-app .dl-btn.primary:active,
.dl-app .dl-empty-state .dl-btn.primary:hover,
.dl-app .dl-empty-state .dl-btn.primary:focus,
.dl-app .dl-empty-state .dl-btn.primary:active{
  color:#0B1F4D !important;
  text-shadow:none !important;
}


/* ===== DocLife v0.7.13 · GOLD BUTTON TEXT — REAL FIX ===== */
/*
 * Causa real identificada:
 * os botões já recebiam azul no `color`, porém os pseudo-elementos vítreos
 * ::before/::after ficavam pintados acima do texto. O `mix-blend-mode:screen`
 * clareava visualmente a tipografia e fazia o texto continuar parecendo dourado/branco.
 *
 * Correção:
 * - cria stacking context no botão;
 * - joga os reflexos para trás do conteúdo;
 * - força color + -webkit-text-fill-color no azul Space profundo.
 */
.dl-btn,
.dl-app .dl-btn,
.doclife-standalone .dl-btn{
  isolation:isolate !important;
  color:#071A40 !important;
  -webkit-text-fill-color:#071A40 !important;
  text-shadow:none !important;
}

.dl-btn::before,
.dl-btn::after,
.dl-hero .dl-btn::before,
.dl-hero .dl-btn::after{
  z-index:-1 !important;
}

.dl-btn.primary,
.dl-btn.light,
.dl-btn.gold,
.dl-app .dl-btn.primary,
.dl-app .dl-empty-state .dl-btn.primary,
.dl-app .dl-form-actions .dl-btn.primary,
.dl-app .dl-card .dl-btn.primary,
.dl-app .dl-page-head .dl-btn.primary,
.doclife-standalone .dl-btn.primary,
.doclife-standalone .dl-empty-state .dl-btn.primary{
  color:#071A40 !important;
  -webkit-text-fill-color:#071A40 !important;
  text-shadow:none !important;
}

.dl-btn:hover,
.dl-btn:focus,
.dl-btn:active,
.dl-btn.primary:hover,
.dl-btn.primary:focus,
.dl-btn.primary:active{
  color:#0B1F4D !important;
  -webkit-text-fill-color:#0B1F4D !important;
  text-shadow:none !important;
}
