.profile-page-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:32px;margin:0 0 28px;padding:0 0 24px;border-bottom:1px solid var(--ink,#101114)}.profile-page-head .eyebrow{margin:0 0 12px;color:var(--brand,#173bff);font-family:var(--mono,"SFMono-Regular",Consolas,monospace);font-size:11px;font-weight:700;letter-spacing:.14em}.profile-page-head h1{display:block;margin:0;font-size:clamp(42px,6vw,74px);font-weight:650;line-height:.95;letter-spacing:-.055em}.profile-page-head h1>i{display:none}.profile-page-head p:not(.eyebrow){max-width:620px;margin:16px 0 0;color:var(--muted,#65666b);font-size:15px;line-height:1.7}.profile-page-head .button{min-height:44px;border-color:var(--ink,#101114);border-radius:2px;background:transparent}.profile-account-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-bottom:22px;border-top:1px solid var(--ink,#101114);border-left:1px solid var(--ink,#101114)}.profile-info-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:0;min-height:160px;padding:20px;border:0;border-right:1px solid var(--ink,#101114);border-bottom:1px solid var(--ink,#101114);border-radius:0;background:transparent;box-shadow:none}.profile-info-card:after{position:absolute;right:18px;top:18px;color:var(--muted,#65666b);font-family:var(--mono,"SFMono-Regular",Consolas,monospace);font-size:9px;letter-spacing:.08em;content:"01"}.profile-info-card:nth-child(2):after{content:"02"}.profile-info-card:nth-child(3):after{content:"03"}.profile-info-card:nth-child(4):after{content:"04"}.profile-info-icon{display:none}.profile-info-card h2{margin:0 0 auto;color:var(--muted,#65666b);font-family:var(--mono,"SFMono-Regular",Consolas,monospace);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.profile-info-value{display:flex;align-items:center;flex-wrap:wrap;gap:9px;min-width:0;margin-top:30px}.profile-info-value>strong{max-width:100%;font-size:19px;font-weight:650;line-height:1.35;overflow-wrap:anywhere}.profile-balance-card .profile-info-value>strong{color:var(--brand,#173bff);font-size:38px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.045em}.profile-info-value>span:not(.status){color:var(--muted,#65666b);font-family:var(--mono,"SFMono-Regular",Consolas,monospace);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.profile-info-card p{margin:9px 0 0;color:var(--muted,#65666b);font-size:11px;line-height:1.5}.profile-info-card .usage-copy-button{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:2px}.profile-key-value{font-family:var(--mono,"SFMono-Regular",Consolas,monospace);font-size:14px!important}.profile-create-key{display:inline-flex;align-items:center;min-height:40px;padding:6px 10px;border:1px solid var(--line,#c9c7c1);border-radius:2px;color:var(--brand,#173bff);background:transparent;font-size:12px;font-weight:700}.profile-settings-panel{padding:0;border:1px solid var(--ink,#101114);border-radius:0;background:transparent;box-shadow:none}.profile-settings-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;min-height:86px;margin:0;padding:16px 20px;border-bottom:1px solid var(--line,#c9c7c1)}.profile-settings-title span{color:var(--brand,#173bff);font-family:var(--mono,"SFMono-Regular",Consolas,monospace);font-size:9px;font-weight:700;letter-spacing:.15em}.profile-settings-title h2{display:block;margin:4px 0 0;font-size:22px;font-weight:650;line-height:1.25;letter-spacing:-.025em}.profile-settings-title h2>i{display:none}.profile-settings-title p{margin:7px 0 0;color:var(--muted,#65666b);font-size:12px}.profile-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.profile-setting-item{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:92px;padding:15px 18px;border:0;border-right:1px solid var(--ink,#101114);border-bottom:1px solid var(--ink,#101114);border-radius:0;color:var(--ink,#101114);background:transparent;text-align:left;cursor:pointer;transition:background-color .16s ease}.profile-setting-item:nth-child(2n){border-right:0}.profile-setting-item:nth-last-child(-n+2){border-bottom:0}.profile-setting-item:hover{border-color:var(--ink,#101114);background:#173bff0d;box-shadow:none}.profile-setting-item:focus-visible{outline:2px solid var(--brand,#173bff);outline-offset:-2px}.profile-setting-icon{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line,#c9c7c1);border-radius:50%;color:var(--brand,#173bff);background:transparent}.profile-setting-icon i{font-size:15px;transition:none}.profile-setting-item:hover .profile-setting-icon i{transform:none}.profile-setting-item>span:nth-child(2){display:grid;gap:5px;min-width:0}.profile-setting-item strong{font-size:14px;font-weight:650}.profile-setting-item small{color:var(--muted,#65666b);font-size:11px;line-height:1.45}.profile-setting-item em{display:flex;align-items:center;gap:6px;color:var(--ink,#101114);font-family:var(--mono,"SFMono-Regular",Consolas,monospace);font-size:9px;font-style:normal;font-weight:700;letter-spacing:.05em;white-space:nowrap}.profile-setting-item em i{font-size:10px}.profile-setting-item.danger{color:var(--accent,#e34a2f)}.profile-setting-item.danger .profile-setting-icon{border-color:var(--accent,#e34a2f);color:var(--accent,#e34a2f);background:transparent}.profile-setting-item.danger:hover{border-color:var(--ink,#101114);background:#e34a2f0f}.profile-setting-item.danger em{color:var(--accent,#e34a2f)}.profile-settings-dialog{width:min(760px,calc(100% - 24px));max-width:none;max-height:min(90dvh,880px);padding:0;border:1px solid var(--ink,#101114);border-radius:2px;background:var(--surface,#f5f2ec);box-shadow:none;overflow:hidden}.profile-settings-dialog::backdrop{background:#101114ad;-webkit-backdrop-filter:none;backdrop-filter:none}.profile-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:20px 22px;border-bottom:1px solid var(--ink,#101114)}.profile-dialog-head .eyebrow{margin:0 0 5px;color:var(--brand,#173bff);font-family:var(--mono,"SFMono-Regular",Consolas,monospace);font-size:9px;font-weight:700;letter-spacing:.14em}.profile-dialog-head h2{margin:0;font-size:25px;font-weight:650;letter-spacing:-.03em}.profile-dialog-head p:last-child{margin:7px 0 0;color:var(--muted,#65666b);font-size:12px;line-height:1.5}.profile-dialog-head>button{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid var(--ink,#101114);border-radius:50%;color:var(--ink,#101114);background:transparent;cursor:pointer}.profile-dialog-head>button:hover{color:#fff;background:var(--ink,#101114)}.profile-dialog-body{max-height:calc(90dvh - 130px);padding:22px;overflow-y:auto}.profile-dialog-body>.docs-card,.profile-dialog-body>.danger-zone{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.profile-dialog-body>.docs-card>h2,.profile-dialog-body>.danger-zone>h2{display:none}.profile-edit-layout{display:grid;grid-template-columns:170px minmax(0,1fr);gap:22px}.profile-edit-layout .profile-preview{padding:18px;border:1px solid var(--line,#c9c7c1);border-radius:2px;background:transparent}.profile-edit-layout .profile-preview img,.profile-edit-layout .profile-preview>span{width:72px;height:72px;border-radius:50%;font-size:28px}.profile-settings-dialog input,.profile-settings-dialog textarea,.profile-settings-dialog select{border-color:var(--ink,#101114);border-radius:2px;background:transparent}.profile-settings-dialog label{font-size:12px}.profile-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px;padding-top:18px;border-top:1px solid var(--line,#c9c7c1)}.profile-dialog-actions .button{border-radius:2px}.profile-dialog-note{margin:0;padding:12px 14px;border:1px solid var(--line,#c9c7c1);border-left:3px solid var(--brand,#173bff);border-radius:0;color:var(--ink,#101114);background:transparent;font-size:12px;line-height:1.5}.profile-dialog-section>p{margin-top:0;color:var(--muted,#65666b)}.profile-settings-dialog .session-list>div,.profile-settings-dialog .security-events>div{border-color:var(--line,#c9c7c1)}.profile-settings-dialog .summary-card{border-color:var(--ink,#101114);border-radius:0;background:transparent;box-shadow:none}.profile-settings-dialog.danger,.profile-settings-dialog.danger .profile-dialog-head{border-color:var(--accent,#e34a2f)}.profile-settings-dialog.danger .profile-dialog-head .eyebrow{color:var(--accent,#e34a2f)}@media(max-width:700px){.profile-page-head{grid-template-columns:1fr;align-items:start;gap:18px}.profile-page-head .button{width:100%}.profile-account-overview{grid-template-columns:1fr;margin-bottom:22px}.profile-info-card{min-height:140px;padding:18px}.profile-info-card:nth-child(n){border-right:1px solid var(--ink,#101114)}.profile-settings-title{padding:16px}.profile-settings-grid{grid-template-columns:1fr}.profile-setting-item:nth-child(n){min-height:86px;padding-inline:14px;border-right:0;border-bottom:1px solid var(--ink,#101114)}.profile-setting-item:last-child{border-bottom:0}.profile-setting-item em{font-size:0}.profile-setting-item em i{font-size:12px}.profile-dialog-head,.profile-dialog-body{padding:16px}.profile-edit-layout{grid-template-columns:1fr}.profile-edit-layout .profile-preview{display:none}.profile-dialog-actions{flex-direction:column-reverse}.profile-dialog-actions .button{width:100%}}
