.spolight-account{max-width:900px;margin:0 auto;padding:20px 0;color:#20242e}
.spolight-account h2{margin:0 0 20px;font-size:clamp(28px,4vw,42px)}
.spolight-account__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.spolight-account__panel,.spolight-account__logged-in{background:#fff;border:1px solid #d8e1e8;border-radius:12px;padding:22px;box-shadow:0 5px 18px rgba(20,35,55,.08)}
.spolight-account__panel h3{margin:0 0 18px;font-size:22px}
.spolight-account form{display:grid;gap:14px}
.spolight-account label{display:grid;gap:6px;font-weight:600;color:#20242e}
.spolight-account input{box-sizing:border-box;width:100%;min-height:44px;padding:9px 11px;border:1px solid #aeb9c5;border-radius:7px;background:#fff;color:#20242e;font:inherit}
.spolight-account input:focus{outline:2px solid #00bfd8;outline-offset:1px;border-color:#00bfd8}
.spolight-account button,.spolight-account__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid #00bfd8;border-radius:8px;background:#202733;color:#fff!important;text-decoration:none;font:inherit;font-weight:700;cursor:pointer}
.spolight-account__button--sub{background:#fff;color:#20242e!important}
.spolight-account__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.spolight-account__help{margin:14px 0 0;font-size:14px}
.spolight-account__separator{border:0;border-top:1px solid #d8e1e8;margin:26px 0 22px}
.spolight-account__message{margin:0 0 18px;padding:12px 14px;border-radius:8px;background:#eef8fa;border:1px solid #9bdce6;color:#20242e}
.spolight-account__message--error{background:#fff1f1;border-color:#e5aaaa;color:#7a2525}
@media(max-width:700px){.spolight-account__grid{grid-template-columns:1fr}.spolight-account{padding:10px 0}.spolight-account__panel{padding:16px}}
