.pr96-body{
    min-height:100vh;
    margin:0;
    background:linear-gradient(135deg,#051a16 0%,#0f2f27 42%,#d2b236 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    color:#0f172a;
}
.pr96-shell{width:100%;max-width:620px;}
.pr96-card{
    background:rgba(255,255,255,.96);
    border:1px solid rgba(255,255,255,.55);
    box-shadow:0 28px 80px rgba(2,6,23,.28);
    border-radius:30px;
    padding:34px;
}
.pr96-brand{display:flex;align-items:center;gap:14px;margin-bottom:28px;}
.pr96-mark{width:54px;height:54px;border-radius:18px;background:#07883f;color:white;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:24px;}
.pr96-brand strong{display:block;font-size:18px;}
.pr96-brand span{display:block;color:#64748b;font-size:14px;}
.pr96-card h1{font-weight:900;letter-spacing:-.04em;margin-bottom:10px;}
.pr96-muted{color:#475569;font-size:16px;line-height:1.6;}
.pr96-btn{border-radius:16px;font-weight:800;padding:14px 18px;box-shadow:0 14px 30px rgba(22,163,74,.28);}
.pr96-back{display:inline-flex;align-items:center;gap:8px;margin-top:22px;text-decoration:none;color:#064e3b;font-weight:700;}
.form-control,.input-group-text,.btn{border-radius:14px;}
.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0;}
.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0;}
