/* DontHurtUs auth — split panel (CalgaryFinder register2025 style) */
.auth-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#f6f7f9;position:relative;overflow:hidden}
.auth-page::before{content:'';position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;background:rgba(209,10,60,.12);pointer-events:none}
.auth-page::after{content:'';position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;border-radius:50%;background:rgba(209,10,60,.08);pointer-events:none}
.auth-container{display:flex;max-width:1040px;width:100%;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(209,10,60,.15),0 1px 3px rgba(0,0,0,.4);overflow:hidden;position:relative;z-index:1}
.auth-form-panel{flex:1;padding:40px 44px 36px;min-width:0;color:#1e293b}
.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.auth-brand img{height:40px;width:auto}
.auth-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:14px 0 4px;letter-spacing:-.02em}
.auth-subtitle{color:#64748b;font-size:.93rem;margin-bottom:22px}
.sf-section{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#94a3b8;margin:22px 0 10px;padding-top:14px;border-top:1px solid #f1f5f9}
.sf-section:first-of-type{border-top:none;padding-top:0;margin-top:0}
.sf-row{display:flex;gap:14px}.sf-row>.sf-group{flex:1}
.sf-group{margin-bottom:16px;position:relative}
.sf-group label{display:block;font-size:.84rem;font-weight:600;color:#334155;margin-bottom:5px}
.sf-group label .sf-opt{font-weight:400;color:#94a3b8;font-size:.8rem}
.sf-input-wrap{position:relative}
.sf-input-wrap i.field-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.9rem;pointer-events:none;transition:color .2s}
.sf-input-wrap input,.sf-input-wrap textarea,.sf-input-wrap select{width:100%;padding:11px 14px 11px 40px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.93rem;color:#1e293b;background:#f8fafc;transition:border-color .2s,box-shadow .2s,background .2s;outline:none;box-sizing:border-box;font-family:inherit}
.sf-input-wrap textarea{padding-top:10px;min-height:56px;resize:vertical}
.sf-input-wrap.no-icon input,.sf-input-wrap.no-icon textarea{padding-left:14px}
.sf-input-wrap input:focus,.sf-input-wrap textarea:focus{border-color:#1e90ff;box-shadow:0 0 0 3px rgba(30,144,255,.12);background:#fff}
.sf-input-wrap input:focus~i.field-icon,.sf-input-wrap textarea:focus~i.field-icon{color:#1e90ff}
.sf-toggle-pw{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;padding:4px;z-index:2}
.sf-pw-strength{display:flex;gap:4px;margin-top:8px;height:4px}
.sf-pw-bar{flex:1;height:100%;border-radius:2px;background:#e2e8f0;transition:background .3s}
.sf-pw-label{font-size:.75rem;margin-top:4px;min-height:1em;color:#94a3b8}
.sf-pw-strength.pw-weak .sf-pw-bar:nth-child(1){background:#ef4444}
.sf-pw-strength.pw-fair .sf-pw-bar:nth-child(1),.sf-pw-strength.pw-fair .sf-pw-bar:nth-child(2){background:#f59e0b}
.sf-pw-strength.pw-good .sf-pw-bar:nth-child(1),.sf-pw-strength.pw-good .sf-pw-bar:nth-child(2),.sf-pw-strength.pw-good .sf-pw-bar:nth-child(3){background:#3b82f6}
.sf-pw-strength.pw-strong .sf-pw-bar{background:#1e90ff}
.sf-security{background:rgba(209,10,60,.04);border:1px solid rgba(209,10,60,.15);border-radius:10px;padding:14px 16px;margin:6px 0 18px}
.sf-security label{color:#d10a3c!important}
.sf-btn{width:100%;padding:13px 20px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;transition:transform .1s,box-shadow .2s}
.sf-btn-primary{background:linear-gradient(135deg,#1e90ff,#1573cc);color:#fff;box-shadow:0 4px 14px rgba(30,144,255,.35)}
.sf-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(30,144,255,.45)}
.sf-bottom-link{text-align:center;margin-top:20px;font-size:.9rem;color:#64748b}
.sf-bottom-link a{color:#1e90ff;font-weight:600;text-decoration:none}
.sf-bottom-link a:hover{text-decoration:underline}
.sf-trust{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:24px;padding-top:18px;border-top:1px solid #f1f5f9}
.sf-trust-item{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#94a3b8}
.sf-trust-item i{color:#1e90ff}
.sf-alert{padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:.9rem;line-height:1.5;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}
.sf-alert a{color:#fff;text-decoration:underline;font-weight:500}
.sf-success{padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:.9rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;text-align:center}
.auth-benefits{flex:0 0 360px;background:linear-gradient(160deg,#5c0a16 0%,#a80830 45%,#d10a3c 100%);color:#fff;padding:36px 30px;display:flex;flex-direction:column;position:relative;overflow:hidden}
.auth-benefits::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='g' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 40 0 L 0 0 0 40' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3C/svg%3E");pointer-events:none}
.auth-benefits-inner{position:relative;z-index:1}
.auth-benefits-img{width:100%;max-width:300px;height:auto;border-radius:10px;display:block;margin:0 auto 18px;box-shadow:0 8px 30px rgba(0,0,0,.25)}
.auth-benefits h3{font-size:1.3rem;font-weight:700;margin-bottom:6px;color:#fff}
.sb-subtitle{font-size:.88rem;color:#fff;line-height:1.6;margin-bottom:22px}
.sb-features{list-style:none;padding:0;margin:0 0 24px}
.sb-features li{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:.88rem;color:#fff}
.sb-features li i{flex-shrink:0;width:28px;height:28px;background:rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.78rem;margin-top:1px}
.sb-features li strong{display:block;font-weight:600;margin-bottom:1px}
.sb-features li span{color:#fff;font-size:.8rem}
.sb-network{background:rgba(255,255,255,.12);border-radius:12px;padding:16px 18px}
.sb-network h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;color:#fff}
.sb-network-item{display:flex;align-items:center;justify-content:space-between;padding:5px 0;font-size:.82rem;border-bottom:1px solid rgba(255,255,255,.12);color:#fff}
.sb-network-item:last-child{border-bottom:none}
.sb-network-item a{color:#fff;text-decoration:none;font-weight:600}
.sb-network-item span{color:#fff;font-size:.78rem}
.login-hero{flex:0 0 380px;background:linear-gradient(160deg,#5c0a16 0%,#a80830 45%,#d10a3c 100%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 36px;position:relative;overflow:hidden}
.login-hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='g' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 40 0 L 0 0 0 40' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23g)'/%3E%3C/svg%3E");pointer-events:none}
.login-hero-content{position:relative;z-index:1;text-align:center}
.login-hero-img{width:100%;max-width:280px;border-radius:10px;margin:0 auto 20px;display:block;box-shadow:0 8px 30px rgba(0,0,0,.25)}
.login-hero h3{font-size:1.45rem;font-weight:700;margin-bottom:12px;color:#fff}
.login-hero p{font-size:.92rem;color:#fff;line-height:1.6;margin-bottom:20px}
.login-hero-stats{display:flex;gap:24px;justify-content:center}
.login-hero-stat strong{display:block;font-size:1.3rem;font-weight:700}
.login-hero-stat span{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}
.lf-forgot-link{color:#1e90ff;text-decoration:none;font-weight:500;font-size:.85rem}
@media(max-width:900px){.auth-benefits,.login-hero{display:none}.auth-container{max-width:540px}.auth-item-card{display:flex!important}}
@media(max-width:480px){.auth-page{padding:20px 12px}.auth-form-panel{padding:28px 20px}.sf-row{flex-direction:column;gap:0}}
.login-hero-stat span,.sb-features li span,.sb-subtitle,.sb-network-item span{color:#fff}
.teaser-eyebrow{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.85;margin:0 0 10px;color:#fff}
.teaser-prod-img{width:100%;max-width:230px;aspect-ratio:1;object-fit:contain;background:rgba(255,255,255,.14);border-radius:12px;padding:8px;margin:0 auto 14px;display:block}
.teaser-prod-title{font-size:1.1rem;line-height:1.3;margin:0 0 6px;color:#fff}
.teaser-prod-price{font-size:1.15rem;font-weight:800;margin:0 0 14px;color:#fff}
.teaser-bin{font-size:.85rem;font-weight:600;opacity:.9}
/* Product teaser — main listing photo (login/register) */
.teaser-prod-frame{
  width:100%;max-width:280px;margin:0 auto 14px;
  background:rgba(255,255,255,.14);
  border-radius:12px;padding:10px;
  box-sizing:border-box;
}
.teaser-prod-img,
.login-hero .teaser-prod-img,
.auth-benefits .teaser-prod-img{
  width:100%!important;max-width:100%!important;
  max-height:220px!important;height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border-radius:8px!important;padding:0!important;margin:0 auto!important;
  display:block!important;
  box-shadow:none!important;
}
.teaser-photo-n{font-size:.75rem;opacity:.85;margin:0 0 10px;color:#fff}
.teaser-lead{font-size:.9rem;line-height:1.45;margin:0;color:#fff}
.teaser-eyebrow{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.85;margin:0 0 10px;color:#fff}
.teaser-prod-title{font-size:1.1rem;line-height:1.3;margin:0 0 6px;color:#fff}
.teaser-prod-price{font-size:1.15rem;font-weight:800;margin:0 0 10px;color:#fff}
.teaser-bin{font-size:.85rem;font-weight:600;opacity:.9}

/* CF-style inline product card in form panel (mobile + desktop) */
.auth-item-card{
  display:flex;align-items:center;gap:11px;
  background:rgba(209,10,60,.05);
  border:1px solid rgba(209,10,60,.14);
  border-radius:10px;
  padding:10px 12px;
  margin:0 0 16px;
  text-align:left;
}
.auth-item-card-img-wrap{flex:0 0 64px;line-height:0}
.auth-item-card-img{
  width:64px;height:64px;border-radius:8px;object-fit:cover;
  background:#f3f3f3;display:block;border:1px solid rgba(0,0,0,.06);
}
.auth-item-card-body{min-width:0;flex:1}
.auth-item-card-eyebrow{
  margin:0 0 2px;font-size:.68rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.06em;color:#9a1030;
}
.auth-item-card-title{
  display:block;font-weight:700;font-size:.9rem;color:#1a1a1a;
  text-decoration:none;line-height:1.25;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.auth-item-card-title:hover{color:#d10a3c}
.auth-item-card-meta{
  margin:3px 0 0;font-size:.78rem;color:#555;line-height:1.3
}
.auth-item-card-meta strong{color:#111}


/* auth polish v4 */
.auth-page{padding:20px 12px!important;align-items:flex-start!important;min-height:auto!important}
@media(min-width:901px){.auth-page{padding:32px 20px!important;align-items:center!important;min-height:calc(100vh - 100px)!important}}
.auth-container{border-radius:12px!important}
.auth-item-card{margin:0 0 12px!important;padding:9px 11px!important}
.auth-form-panel{padding:22px 20px!important}
@media(min-width:600px){.auth-form-panel{padding:28px 32px!important}}
.login-hero,.auth-benefits{padding:28px 22px!important}
.teaser-prod-frame{max-width:260px;padding:8px;margin:0 auto 12px}
.teaser-prod-img{max-height:200px!important}

/* auth conversion polish v6 */
.login-hero-note{font-size:.82rem;margin:.85rem 0 0;opacity:.9;color:#fff}
.auth-form-meta{display:flex;justify-content:flex-end;margin:-6px 0 14px}
.auth-join-link{color:var(--red,#d10a3c)!important;text-decoration:none}
.auth-join-link:hover{text-decoration:underline}
.auth-value-row{
  display:flex;flex-wrap:wrap;gap:.35rem .65rem;justify-content:center;
  list-style:none;margin:16px 0 0;padding:12px 0 0;border-top:1px solid #eee;
  font-size:.78rem;font-weight:700;color:#444;
}
.auth-value-row li{position:relative;padding:0 .15rem}
.auth-value-row--form{
  margin:0 0 14px;padding:8px 10px;border:1px solid rgba(209,10,60,.12);
  border-radius:10px;background:rgba(209,10,60,.04);border-top:1px solid rgba(209,10,60,.12);
  justify-content:space-around;
}
.auth-value-row--form strong{color:#9a1030}
.auth-optional{
  margin:0 0 14px;border:1px solid #e5e5e5;border-radius:10px;background:#fafafa;overflow:hidden;
}
.auth-optional>summary{
  cursor:pointer;padding:10px 12px;font-size:.88rem;font-weight:700;color:#333;list-style:none;
}
.auth-optional>summary::-webkit-details-marker{display:none}
.auth-optional>summary::before{content:'▸ ';color:#999}
.auth-optional[open]>summary::before{content:'▾ '}
.auth-optional-body{padding:0 12px 12px}
.auth-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.sf-btn-lg{min-height:50px!important;font-size:1.05rem!important;margin-top:4px}
.auth-cta-reassure{
  margin:10px 0 0;text-align:center;font-size:.78rem;color:#666;line-height:1.35;
}
.sf-section{margin-top:4px}
.auth-form .sf-group{margin-bottom:12px}
.auth-form .sf-btn-primary{width:100%}


/* Classic theme: icons were covering inputs (global transform:none broke centering) */
html[data-theme="classic"] .auth-page .sf-input-wrap{
  position:relative!important;
}
html[data-theme="classic"] .auth-page .sf-input-wrap i.field-icon{
  position:absolute!important;
  left:10px!important;
  top:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  -webkit-transform:translateY(-50%)!important;
  z-index:1!important;
  margin:0!important;
  width:1em!important;
  text-align:center!important;
  color:#666!important;
  font-size:13px!important;
  pointer-events:none!important;
}
html[data-theme="classic"] .auth-page .sf-input-wrap input,
html[data-theme="classic"] .auth-page .sf-input-wrap textarea,
html[data-theme="classic"] .auth-page .sf-input-wrap select{
  padding:8px 12px 8px 34px!important;
  border:1px solid #999!important;
  border-radius:0!important;
  background:#fff!important;
  color:#000!important;
  font-size:13px!important;
  min-height:34px!important;
  line-height:1.3!important;
  box-sizing:border-box!important;
}
html[data-theme="classic"] .auth-page .sf-input-wrap.no-icon input,
html[data-theme="classic"] .auth-page .sf-input-wrap.no-icon textarea{
  padding-left:10px!important;
}
html[data-theme="classic"] .auth-page .sf-input-wrap textarea{
  padding-top:8px!important;
  min-height:56px!important;
}
html[data-theme="classic"] .auth-page .sf-toggle-pw{
  position:absolute!important;
  right:8px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  -webkit-transform:translateY(-50%)!important;
  z-index:2!important;
  padding:4px!important;
  border:0!important;
  background:transparent!important;
  color:#666!important;
}
html[data-theme="classic"] .auth-page #loginPassword,
html[data-theme="classic"] .auth-page #regPassword{
  padding-right:36px!important;
}
html[data-theme="classic"] .auth-page .sf-group label{
  color:#000!important;
  font-size:12px!important;
  margin-bottom:3px!important;
}
html[data-theme="classic"] .auth-page .auth-form-panel{
  color:#000!important;
  background:#fff!important;
}
html[data-theme="classic"] .auth-page .sf-btn-primary{
  background:#0654ba!important;
  color:#fff!important;
  border:1px solid #044a9e!important;
  border-radius:0!important;
}


/* Register error visibility */
.sf-alert--warn{background:linear-gradient(135deg,#f59e0b,#d97706)!important}
.sf-alert-cta{margin:12px 0 0!important}
.sf-alert-cta .sf-btn{display:inline-flex!important;width:auto!important;margin:0!important;text-decoration:none!important;color:#fff!important;background:#111!important;border:0!important;padding:10px 16px!important;border-radius:8px!important;font-weight:700!important}
.sf-alert-cta .sf-btn:hover{background:#333!important;color:#fff!important}
html[data-theme="classic"] .auth-page .sf-alert{
  background:#c00!important;color:#fff!important;border:1px solid #900!important;border-radius:0!important;
  padding:12px!important;margin-bottom:12px!important;display:block!important;
}
html[data-theme="classic"] .auth-page .sf-alert a{color:#fff!important;text-decoration:underline!important}
html[data-theme="classic"] .auth-page .sf-alert-cta .sf-btn{
  background:#fc0!important;color:#000!important;border:1px solid #c90!important;border-radius:0!important;
}


/* === AUTH DARK MODE CONTRAST v10 — no dark-grey-on-black anywhere === */
html[data-theme="dark"] .auth-page{
  background:#000!important;
}
html[data-theme="dark"] .auth-container{
  background:#000!important;
  border:1px solid #333!important;
  box-shadow:none!important;
}
html[data-theme="dark"] .auth-form-panel{
  background:#000!important;
  color:#eee!important;
}
html[data-theme="dark"] .auth-title{
  color:#fff!important;
}
html[data-theme="dark"] .auth-subtitle,
html[data-theme="dark"] .sf-bottom-link,
html[data-theme="dark"] .auth-cta-reassure,
html[data-theme="dark"] .sf-section,
html[data-theme="dark"] .sf-opt,
html[data-theme="dark"] .sf-pw-label,
html[data-theme="dark"] .sf-trust-item{
  color:#ccc!important;
}
html[data-theme="dark"] .sf-group label{
  color:#eee!important;
}
html[data-theme="dark"] .sf-group label .sf-opt{
  color:#aaa!important;
}
html[data-theme="dark"] .sf-input-wrap input,
html[data-theme="dark"] .sf-input-wrap textarea,
html[data-theme="dark"] .sf-input-wrap select{
  background:#111!important;
  border-color:#444!important;
  color:#fff!important;
}
html[data-theme="dark"] .sf-input-wrap input::placeholder,
html[data-theme="dark"] .sf-input-wrap textarea::placeholder{
  color:#999!important;
  opacity:1!important;
}
html[data-theme="dark"] .sf-input-wrap i.field-icon,
html[data-theme="dark"] .sf-toggle-pw{
  color:#bbb!important;
}
html[data-theme="dark"] .sf-input-wrap input:focus,
html[data-theme="dark"] .sf-input-wrap textarea:focus{
  background:#111!important;
  border-color:#1e90ff!important;
  color:#fff!important;
}
html[data-theme="dark"] .sf-section{
  border-top-color:#333!important;
}
html[data-theme="dark"] .sf-bottom-link a,
html[data-theme="dark"] .lf-forgot-link,
html[data-theme="dark"] .auth-join-link{
  color:#6eb6ff!important;
}
html[data-theme="dark"] .auth-value-row{
  border-top-color:#333!important;
  color:#ddd!important;
}
html[data-theme="dark"] .auth-value-row--form{
  background:#111!important;
  border-color:#444!important;
  color:#eee!important;
}
html[data-theme="dark"] .auth-value-row--form strong{
  color:#ff8a9a!important;
}
html[data-theme="dark"] .auth-optional{
  background:#111!important;
  border-color:#444!important;
}
html[data-theme="dark"] .auth-optional>summary{
  color:#eee!important;
}
html[data-theme="dark"] .auth-optional>summary::before{
  color:#aaa!important;
}

/* Product teaser card on form panel — was #1a1a / #555 on black */
html[data-theme="dark"] .auth-item-card{
  background:#111!important;
  border:1px solid #555!important;
}
html[data-theme="dark"] .auth-item-card-eyebrow{
  color:#ff8a9a!important;
}
html[data-theme="dark"] .auth-item-card-title,
html[data-theme="dark"] .auth-item-card-title:link,
html[data-theme="dark"] .auth-item-card-title:visited{
  color:#fff!important;
}
html[data-theme="dark"] .auth-item-card-title:hover{
  color:#ffb3be!important;
}
html[data-theme="dark"] .auth-item-card-meta{
  color:#ddd!important;
}
html[data-theme="dark"] .auth-item-card-meta strong{
  color:#fff!important;
}
html[data-theme="dark"] .auth-item-card-img{
  background:#000!important;
  border-color:#555!important;
}

/* Hero / benefits stay white-on-red — force readable */
html[data-theme="dark"] .login-hero,
html[data-theme="dark"] .auth-benefits{
  color:#fff!important;
}
html[data-theme="dark"] .login-hero h3,
html[data-theme="dark"] .login-hero p,
html[data-theme="dark"] .login-hero-note,
html[data-theme="dark"] .auth-benefits h3,
html[data-theme="dark"] .sb-subtitle,
html[data-theme="dark"] .sb-features li,
html[data-theme="dark"] .sb-features li span,
html[data-theme="dark"] .sb-network h4,
html[data-theme="dark"] .sb-network-item,
html[data-theme="dark"] .sb-network-item a,
html[data-theme="dark"] .sb-network-item span,
html[data-theme="dark"] .teaser-eyebrow,
html[data-theme="dark"] .teaser-prod-title,
html[data-theme="dark"] .teaser-prod-price,
html[data-theme="dark"] .teaser-lead,
html[data-theme="dark"] .teaser-photo-n,
html[data-theme="dark"] .teaser-bin{
  color:#fff!important;
}


/* Security year field — never look pre-filled */
.sf-field-hint{
  font-size:.78rem;color:#64748b;margin:4px 0 6px;line-height:1.35;
}
.sf-example-year{
  font-weight:800;color:#334155;font-variant-numeric:tabular-nums;
  letter-spacing:.04em;
}
#regMayor:placeholder-shown{
  border-style:dashed!important;
  border-color:#cbd5e1!important;
  background:#fffbeb!important;
}
#regMayor:not(:placeholder-shown){
  border-style:solid!important;
  background:#f0fdf4!important;
  border-color:#86efac!important;
}
html[data-theme="dark"] .sf-field-hint{color:#bbb!important}
html[data-theme="dark"] .sf-example-year{color:#fff!important}
html[data-theme="dark"] #regMayor:placeholder-shown{
  background:#1a1500!important;border-color:#665c00!important;color:#fff!important;
}
html[data-theme="dark"] #regMayor:not(:placeholder-shown){
  background:#0a1a0a!important;border-color:#3d8f3d!important;color:#fff!important;
}
html[data-theme="classic"] .sf-field-hint{color:#555!important;font-size:11px!important}
html[data-theme="classic"] .sf-example-year{color:#000!important}
html[data-theme="classic"] #regMayor:placeholder-shown{
  background:#ffc!important;border:1px dashed #c90!important;
}
html[data-theme="classic"] #regMayor:not(:placeholder-shown){
  background:#efe!important;border:1px solid #090!important;
}
