/* Adventure Builder v1.4 Beta · Account card */
.smart-account-panel{width:min(460px,100%);margin:1rem auto 1.35rem;padding:1rem;border:1px solid rgba(255,255,255,.18);border-radius:20px;text-align:center;position:relative;z-index:2;background:linear-gradient(145deg,rgba(8,29,28,.82),rgba(13,42,39,.7));box-shadow:0 18px 45px rgba(0,0,0,.28);backdrop-filter:blur(12px)}
.smart-account-greeting{margin:0 0 .65rem;font-size:1.05rem;font-weight:900;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.45)}
.smart-account-button{width:100%;min-height:52px;border:1px solid rgba(255,255,255,.28);border-radius:15px;padding:.85rem 1.1rem;background:linear-gradient(135deg,#f59b23,#d66b0b);color:#fff;font:inherit;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.28);cursor:pointer}
.smart-account-links{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.smart-account-links a,.smart-account-links button{color:#fff;font:inherit;font-size:.9rem;font-weight:750}.smart-account-links button{border:0;background:transparent;text-decoration:underline;cursor:pointer}.account-status-link{text-decoration:none!important;padding:.38rem .68rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(255,255,255,.08)}
.smart-account-note{display:block;margin-top:.65rem;color:rgba(255,255,255,.88);font-size:.82rem}.smart-account-note strong{color:#ffbd72}.smart-account-button[aria-busy=true]{opacity:.75;cursor:wait}.smart-account-panel[hidden]{display:none!important}
