body{margin:0;background:#eef4fb;color:#131927;font-family:"PingFang SC",-apple-system,BlinkMacSystemFont,sans-serif}.account-page{min-height:680px;padding:150px 24px 110px}.account-wrap{width:min(1120px,100%);margin:auto}.account-wrap header p,.account-section-title p{margin:0 0 8px;color:#2d63d5;font-size:12px;font-weight:750;letter-spacing:.16em}.account-wrap h1,.account-section-title h2{margin:0 0 20px;font-size:28px;letter-spacing:-.03em}.account-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;border:1px solid rgba(40,96,223,.09);border-radius:18px;background:#fff;box-shadow:0 12px 36px rgba(43,78,125,.06)}.account-identity{display:flex;align-items:center;gap:18px}.account-avatar-editor{position:relative;width:62px;height:62px;flex:0 0 62px;padding:0;border:0;border-radius:50%;background:#e2e7ef;overflow:hidden;cursor:pointer}.account-avatar-editor img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.account-avatar-overlay{position:absolute;inset:0;display:grid;place-items:center;border-radius:50%;background:rgba(31,38,49,.42);opacity:0;transition:opacity .16s ease}.account-avatar-overlay svg,.account-name-edit svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.account-avatar-overlay svg{color:#fff}.account-avatar-editor:hover .account-avatar-overlay,.account-avatar-editor:focus-visible .account-avatar-overlay{opacity:1}.account-identity-copy{display:flex;flex-direction:column;gap:5px}.account-name-line{position:relative;display:flex;align-items:center;height:24px;min-width:190px}.account-name-line strong{font-size:18px;line-height:24px}.account-name-edit{display:grid;place-items:center;width:25px;height:25px;margin-left:4px;padding:0;border:0;border-radius:7px;background:transparent;color:#919aaa;opacity:0;transform:translateX(-2px);transition:opacity .15s ease,background .15s ease,transform .15s ease;cursor:pointer}.account-name-line:hover .account-name-edit,.account-name-edit:focus-visible{opacity:1;transform:none}.account-name-edit:hover{background:#f0f2f6;color:#5d6879}.account-name-line input{display:none;width:172px;height:28px;box-sizing:border-box;padding:2px 8px;border:1px solid #98afe6;border-radius:7px;outline:0;background:#fff;color:#131927;font:600 16px/22px "PingFang SC",sans-serif;box-shadow:0 0 0 3px rgba(40,96,223,.08)}.account-name-line.editing strong,.account-name-line.editing .account-name-edit{display:none}.account-name-line.editing input{display:block}.account-identity-copy>span,.account-plan span{color:#737d8f;font-size:14px}.account-plan div{display:flex;flex-direction:column;gap:5px}.account-plan strong{font-size:18px}.account-section-title{margin-top:44px}.account-secondary,.account-primary{display:inline-flex;align-items:center;justify-content:center;min-width:106px;height:44px;padding:0 18px;border:1px solid #ced4de;border-radius:10px;background:#fff;color:#161b25;font-size:14px;font-weight:650;text-decoration:none;cursor:pointer}.account-primary{border-color:#1e55d2;background:#2860df;color:#fff}.account-profile-toast{position:fixed;left:50%;top:92px;z-index:2000;max-width:min(420px,calc(100vw - 32px));padding:10px 16px;border:1px solid #d9e0ea;border-radius:12px;background:#fff;color:#526074;font-size:13px;box-shadow:0 10px 30px rgba(31,45,72,.14);opacity:0;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .18s ease,transform .18s ease}.account-profile-toast.visible{opacity:1;transform:translate(-50%,0)}.account-profile-toast.success{border-color:#a9d9bc;color:#277848}.account-profile-toast.error{border-color:#efb3b3;color:#c63d3d}.account-empty{max-width:460px;margin:80px auto;text-align:center}.account-empty h1{font-size:30px}.account-empty p{color:#737d8f;line-height:1.7}.account-empty button{margin-top:10px}@media(max-width:640px){.account-page{padding:118px 16px 72px}.account-card{align-items:flex-start;flex-direction:column}.account-card>button,.account-card>a{width:100%}.account-name-line{min-width:0}.account-profile-toast{top:76px}}
/* Match the pricing page's full-page background treatment. */
body{background:#e9f2ff}.account-page{background:linear-gradient(180deg,#fff 0%,#f7faff 38%,#e9f2ff 100%)}
