.coab-auth-page{min-height:100vh;background:radial-gradient(760px 280px at 16% -10%,rgba(0,107,73,.15),transparent 62%),radial-gradient(820px 320px at 86% 0%,rgba(240,191,61,.18),transparent 60%),linear-gradient(135deg,#fffaf0,#f2fff8);display:flex;align-items:flex-start;justify-content:center;padding:7vh 18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#14100e}
.coab-auth-shell-inner{width:100%}
.coab-auth-layout{width:100%;display:flex;justify-content:center}
.coab-auth-layout__card{width:min(100%,520px)}
.coab-auth-card{background:#fff;border:1px solid #e7ddce;border-radius:24px;padding:32px;box-shadow:0 22px 70px rgba(0,67,47,.12);position:relative;overflow:hidden}
.coab-auth-card:before{content:"TOGO PAPEL";display:block;font-weight:950;letter-spacing:-.04em;font-size:26px;margin:0 0 22px;color:#14100e}
.coab-auth-card:after{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,#006b49 0 33.33%,#f0bf3d 33.33% 66.66%,#c92534 66.66% 100%)}
.coab-auth-card h2{font-size:38px;line-height:1;margin:0 0 10px;font-weight:950;letter-spacing:-.04em}
.coab-auth-subtitle{margin:0 0 24px;color:#4a423d;font-size:15.5px}
.coab-google-btn{display:flex;align-items:center;justify-content:center;gap:12px;min-height:58px;border:1px solid #e7ddce;border-radius:18px;color:#14100e;text-decoration:none;font-weight:850;font-size:16px;background:#fff}
.coab-google-btn:hover{background:#fbf7ee}
.coab-auth-sep{display:flex;align-items:center;gap:16px;margin:22px 0;color:#8b8178;font-weight:800}
.coab-auth-sep:before,.coab-auth-sep:after{content:"";height:1px;background:#e7ddce;flex:1}
.coab-auth-field{margin:0 0 16px}
.coab-auth-field label{display:block;margin:0 0 8px;font-weight:850;color:#14100e}
.coab-auth-field input,.coab-auth-field select{width:100%;min-height:58px;border:1.5px solid #e7ddce;border-radius:16px;padding:0 16px;font-size:16px;box-sizing:border-box;background:#fff;color:#14100e}
.coab-auth-field input:focus,.coab-auth-field select:focus{outline:0;border-color:#006b49;box-shadow:0 0 0 4px rgba(0,107,73,.08)}
.coab-auth-password-wrap{position:relative}
.coab-auth-password-wrap input{padding-right:58px}
.coab-auth-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:transparent;font-size:18px;cursor:pointer}
.coab-auth-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:8px 0 22px;color:#4a423d}
.coab-auth-row a,.coab-auth-links a{color:#006b49;text-decoration:none;font-weight:850}
.coab-auth-check{display:flex!important;align-items:center;gap:10px;margin:0!important;font-weight:600!important;color:#4a423d!important}
.coab-auth-check input{width:22px!important;height:22px!important;min-height:22px!important;accent-color:#006b49}
.coab-auth-submit,.coab-auth-ghost{width:100%;min-height:58px;border-radius:16px;border:0;background:#006b49;color:#fff;font-size:17px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(0,107,73,.2)}
.coab-auth-submit:hover{background:#064532}
.coab-auth-ghost{background:#fbf7ee;color:#14100e;border:1px solid #e7ddce;box-shadow:none}
.coab-auth-links{margin-top:18px;text-align:center}
.coab-auth-errors,.coab-auth-success{border-radius:16px;padding:14px 16px;margin:0 0 20px;font-weight:800}
.coab-auth-errors{background:#fff1f2;border:1px solid #fecdd3;color:#991b1b}
.coab-auth-success{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534}
.coab-auth-help{font-size:12.5px;color:#6b625c;margin:7px 0 0}
.coab-password-rules{display:grid;gap:6px;margin-top:10px}
.coab-password-rules__item{font-size:12px;color:#6b625c;background:#fbf7ee;border:1px solid #e7ddce;border-radius:10px;padding:7px 10px}
.coab-auth-actions--split{display:grid;grid-template-columns:1fr 1.5fr;gap:12px}
.coab-auth-step-panel[hidden]{display:none!important}
@media(max-width:600px){
  .coab-auth-page{padding:22px 12px}
  .coab-auth-card{padding:22px;border-radius:20px}
  .coab-auth-card h2{font-size:32px}
  .coab-auth-card:before{font-size:23px}
  .coab-auth-row{align-items:flex-start;flex-direction:column}
  .coab-auth-actions--split{grid-template-columns:1fr}
}

/* Togo Papel Auth v1.6.0 */
.coab-auth-page{background:linear-gradient(135deg,#fffaf0,#f4fff8)!important;color:#071d16!important;}
.coab-auth-card{border-color:#eadcc8!important;box-shadow:0 22px 70px rgba(0,67,47,.12)!important;}
.coab-auth-card:before{content:"TOGO PAPEL"!important;color:#071d16!important;}
.coab-auth-card h2{color:#071d16!important;}
.coab-auth-submit{background:#007a4d!important;}
.coab-auth-submit:hover{background:#055f40!important;}
.coab-google-btn{border-color:#eadcc8!important;background:#fff!important;}
@media(max-width:600px){.coab-auth-page{padding:18px 12px!important;}.coab-auth-card{border-radius:22px!important;padding:22px!important;}.coab-auth-card h2{font-size:30px!important;}}

/* Togo Papel Auth v1.6.1 — standalone premium shell */
html,body{margin:0!important;min-height:100%!important}.coab-auth-page{min-height:100vh!important;padding:34px 16px!important;display:grid!important;place-items:center!important;background:radial-gradient(700px 320px at 15% 0,rgba(0,122,77,.14),transparent 60%),radial-gradient(700px 320px at 85% 0,rgba(240,191,61,.16),transparent 62%),linear-gradient(135deg,#fffaf0,#f4fff8)!important}.coab-auth-card{width:100%!important;max-width:500px!important;border-radius:28px!important;padding:34px!important}.coab-auth-card:before{content:"TOGO PAPEL"!important;text-align:center!important;font-family:Inter,system-ui,sans-serif!important;font-size:25px!important;letter-spacing:-.04em!important}.coab-auth-card:after{height:6px!important}.coab-auth-card h2{text-align:center!important;font-size:38px!important;line-height:1.05!important}.coab-auth-subtitle{text-align:center!important;max-width:340px!important;margin-left:auto!important;margin-right:auto!important}.coab-google-btn{border-radius:16px!important;min-height:56px!important;box-shadow:0 8px 22px rgba(10,36,28,.06)!important}.coab-auth-submit{border-radius:16px!important;background:#007a4d!important}.coab-auth-links a{color:#007a4d!important}.coab-auth-field input{background:#fff!important}.coab-auth-page a{text-decoration:none!important}
@media(max-width:600px){.coab-auth-page{padding:18px 12px!important;align-items:start!important}.coab-auth-card{padding:24px 20px!important;border-radius:24px!important}.coab-auth-card h2{font-size:31px!important}.coab-auth-card:before{font-size:22px!important;margin-bottom:18px!important}.coab-auth-subtitle{font-size:14.5px!important}.coab-auth-field input{min-height:54px!important}.coab-google-btn,.coab-auth-submit{min-height:54px!important}.coab-auth-row{gap:10px!important}.coab-auth-actions--split{grid-template-columns:1fr!important}}

/* Togo Papel Auth v1.6.2 — écran dédié clair, sans header/footer du thème */
html,body{margin:0!important;min-height:100%!important;background:linear-gradient(135deg,#fffaf0,#f4fff8)!important;overflow-x:hidden!important}
.coab-auth-page{min-height:100vh!important;padding:42px 16px!important;display:grid!important;place-items:center!important;background:radial-gradient(680px 300px at 10% 0,rgba(0,122,77,.13),transparent 62%),radial-gradient(760px 320px at 92% 2%,rgba(240,191,61,.16),transparent 62%),linear-gradient(135deg,#fffaf0,#f4fff8)!important;color:#071d16!important}
.coab-auth-layout__card{width:min(100%,500px)!important;margin:auto!important}
.coab-auth-card{border-radius:28px!important;border:1px solid #eadcc8!important;background:#fff!important;box-shadow:0 28px 80px rgba(0,67,47,.13)!important;padding:34px!important}
.coab-auth-card:before{content:"TOGO PAPEL"!important;text-align:center!important;font-family:Inter,system-ui,sans-serif!important;font-weight:950!important;font-size:25px!important;letter-spacing:-.04em!important;color:#071d16!important}
.coab-auth-card h2{text-align:center!important;color:#071d16!important;font-size:38px!important;line-height:1.05!important;margin-bottom:10px!important}
.coab-auth-subtitle{text-align:center!important;margin-left:auto!important;margin-right:auto!important;max-width:350px!important;color:#544941!important}
.coab-google-btn{display:flex!important;border-radius:17px!important;min-height:58px!important;background:#fff!important;border:1.5px solid #eadcc8!important;color:#071d16!important;font-weight:900!important;box-shadow:0 8px 22px rgba(10,36,28,.06)!important}
.coab-auth-sep{margin:20px 0!important}.coab-auth-field label{color:#071d16!important}.coab-auth-field input,.coab-auth-field select{border-color:#eadcc8!important;border-radius:16px!important;min-height:56px!important;background:#fff!important;color:#071d16!important}.coab-auth-submit{background:#007a4d!important;border-radius:16px!important}.coab-auth-links a{color:#007a4d!important;font-weight:900!important}
@media(max-width:600px){.coab-auth-page{padding:20px 12px!important;place-items:start center!important}.coab-auth-card{padding:24px 20px!important;border-radius:24px!important}.coab-auth-card h2{font-size:31px!important}.coab-auth-card:before{font-size:22px!important}.coab-auth-subtitle{font-size:14.5px!important}.coab-auth-actions--split{grid-template-columns:1fr!important}}


/* Togo Papel Auth v1.6.4 — harmonisation finale */
.coab-auth-card:before{content:"TOGO PAPEL"!important}.coab-auth-submit{background:#007a4d!important}.coab-google-btn svg,.coab-google-btn img{flex:none!important}.coab-auth-links{display:flex!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important}.coab-auth-card{max-width:500px!important}.coab-auth-page{background:transparent!important}
@media(max-width:600px){.coab-auth-card{box-shadow:0 18px 52px rgba(0,67,47,.12)!important}.coab-auth-field input{font-size:16px!important}.coab-auth-card:before{font-size:21px!important}}

/* Togo Papel Auth v1.6.4 */
.coab-auth-check--terms{align-items:flex-start;gap:10px;margin:4px 0 12px;line-height:1.35}.coab-auth-check--terms input{margin-top:3px}.coab-auth-field input[type=tel]{width:100%}


/* Togo Papel Auth v1.6.5 — mobile full-width compact */
.coab-auth-layout,.coab-auth-shell-inner{width:100%!important;max-width:none!important}
.coab-auth-layout__card{width:min(100%,540px)!important;max-width:540px!important;margin:0 auto!important}
.coab-auth-card{box-sizing:border-box!important}
@media(max-width:600px){
  html,body{width:100%!important;overflow-x:hidden!important}
  .coab-auth-page{min-height:100svh!important;padding:8px 6px 18px!important;display:block!important;background:linear-gradient(135deg,#fffaf0,#f4fff8)!important}
  .coab-auth-shell-inner{width:100%!important}
  .coab-auth-layout{display:block!important;width:100%!important}
  .coab-auth-layout__card{width:100%!important;max-width:none!important;margin:0!important}
  .coab-auth-card{width:100%!important;max-width:none!important;border-radius:22px!important;padding:18px 14px 20px!important;box-shadow:0 14px 38px rgba(0,67,47,.10)!important}
  .coab-auth-card:before{font-size:20px!important;margin-bottom:14px!important;line-height:1.05!important}
  .coab-auth-card:after{height:5px!important}
  .coab-auth-card h2{font-size:31px!important;line-height:1.02!important;margin-bottom:8px!important}
  .coab-auth-subtitle{font-size:14px!important;margin-bottom:18px!important;max-width:100%!important}
  .coab-google-btn{min-height:52px!important;border-radius:15px!important;font-size:15px!important}
  .coab-auth-sep{margin:16px 0!important;gap:10px!important}
  .coab-auth-field{margin-bottom:13px!important}
  .coab-auth-field label{font-size:14px!important;margin-bottom:7px!important}
  .coab-auth-field input,.coab-auth-field select{min-height:52px!important;border-radius:15px!important;padding-left:14px!important;padding-right:14px!important}
  .coab-auth-password-wrap input{padding-right:52px!important}
  .coab-auth-row{margin:6px 0 16px!important;gap:8px!important}
  .coab-auth-submit,.coab-auth-ghost{min-height:54px!important;border-radius:15px!important;font-size:16px!important}
  .coab-auth-links{margin-top:14px!important}
}
@media(max-width:390px){
  .coab-auth-page{padding-left:5px!important;padding-right:5px!important}
  .coab-auth-card{padding-left:12px!important;padding-right:12px!important;border-radius:20px!important}
  .coab-auth-card h2{font-size:29px!important}
}
