.account-page{min-height:100vh;padding:160px 24px 80px;background:linear-gradient(135deg,#f5f5f5,#ececec)}.account-card{max-width:720px;margin:0 auto;background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 30px rgba(0,0,0,.08);padding:32px}.account-card h1{font-size:2rem;margin-bottom:8px}.account-card p{color:#4b4b4b;line-height:1.6}.account-detail{display:flex;flex-direction:column;gap:4px;margin-top:20px;padding:16px;border-radius:14px;background:#f8f8f8;border:1px solid rgba(0,0,0,.06)}.account-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#777}.account-value{font-size:1.1rem;color:#1f1f1f}.account-plan{border-color:rgba(34,197,94,.2);background:#f7fbf8}.account-plan-status{color:#5a665d;font-size:.95rem;text-transform:capitalize}.account-pro-options{margin-top:20px;padding:16px;border-radius:14px;background:#f8f8f8;border:1px solid rgba(0,0,0,.06)}.account-upgrade-button{display:inline-flex;justify-content:center;border-radius:999px}.account-pro-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:12px}.account-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.account-actions .btn{border-radius:999px}.account-checkout-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}.account-checkout-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.58);cursor:pointer}.account-checkout-modal__content{position:relative;width:min(980px,100%);height:min(820px,calc(100vh - 48px));overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.34)}.account-checkout-modal__close{position:absolute;top:12px;right:12px;z-index:1;border:0;border-radius:999px;padding:8px 14px;color:#fff;background:#111}.account-checkout-modal__frame{display:block;width:100%;height:100%;border:0;background:#fff}.account-loading{text-align:center;font-size:1.05rem;color:#555}@media (max-width:640px){.account-page{padding:140px 16px 64px}.account-card{padding:24px}.account-pro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-checkout-modal{padding:0}.account-checkout-modal__content{width:100%;height:100vh;border-radius:0}}