*{box-sizing:border-box}
:root{--red:#ef312f;--text:#303139;--muted:#737781;--bg:#f5f5f8}
.account-body{margin:0;background:var(--bg);font-family:Arial,sans-serif;color:var(--text);min-height:100vh}
.account-shell{width:min(480px,calc(100% - 30px));margin:35px auto}
.account-brand{display:flex;align-items:center;gap:8px;color:#26272d;text-decoration:none;justify-content:center;margin-bottom:22px}
.account-brand span{background:var(--red);color:#fff;border-radius:7px;padding:7px;font-weight:900}
.account-card,.account-panel{background:#fff;border-radius:16px;padding:27px;box-shadow:0 8px 30px rgba(0,0,0,.08)}
.account-card h1,.account-panel h1{margin:7px 0 7px}.account-card>p,.account-panel>p{color:var(--muted);line-height:1.5}
.account-kicker{font-size:11px;font-weight:900;letter-spacing:1px;color:var(--red)}
.account-card label{display:block;font-size:13px;font-weight:800;margin:15px 0 6px}
.account-card input{width:100%;height:45px;border:1px solid #ccd0d7;border-radius:8px;padding:0 11px;font:inherit}
.account-card small{display:block;color:#777;margin-top:5px}
.account-primary,.account-secondary{width:100%;min-height:46px;border:0;border-radius:9px;font-weight:800;cursor:pointer;margin-top:18px;font-size:15px}
.account-primary{background:var(--red);color:#fff}.account-secondary{background:#f0f1f4;color:#333}
.account-links{text-align:center;margin-top:20px;font-size:13px;color:#777}.account-links a{color:var(--red);font-weight:800;text-decoration:none}
.account-alert{padding:12px 13px;border-radius:8px;margin:13px 0;font-size:13px}.account-alert.error{background:#ffe5e1;color:#96271f}.account-alert.success{background:#e4f7ea;color:#176c36}
.code-input{text-align:center;font-size:27px!important;font-weight:800;letter-spacing:8px}
.secondary-form{margin-top:5px}
.account-dashboard{width:min(1050px,calc(100% - 30px));margin:25px auto}.account-dashboard-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.account-dashboard-top .account-brand{margin:0;justify-content:flex-start}.account-dashboard-top a{color:#555;text-decoration:none}
.account-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.plan-highlight{background:#fff6d9;border:1px solid #ecd794}.account-detail{display:flex;justify-content:space-between;border-top:1px solid rgba(0,0,0,.08);padding:11px 0;font-size:13px}.as-link{display:inline-flex;width:auto;padding:0 18px;align-items:center;text-decoration:none}
@media(max-width:700px){.account-dashboard-grid{grid-template-columns:1fr}.account-dashboard-top{align-items:flex-start;gap:10px;flex-direction:column}}


/* RESPONSIVO V4.3 */
@media(max-width:520px){
    .account-shell{width:calc(100% - 18px);margin:18px auto}
    .account-card{padding:20px 16px}
    .account-dashboard{width:calc(100% - 18px);margin:15px auto}
    .account-panel{padding:19px 15px}
    .account-card input{font-size:16px;min-height:48px}
}


/* SESSÃO ÚNICA V5.0 */
.account-alert.warning{
    background:#fff1cf;
    color:#7d5700;
    border:1px solid #ead08b;
}
.single-session-note{
    margin-top:-5px!important;
    padding:9px 10px;
    border-radius:8px;
    background:#f4f5f7;
    color:#60636c!important;
    font-size:12px!important;
}
