#bioAccountButton{position:relative;isolation:isolate;display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;overflow:visible;background:linear-gradient(145deg,#365eae,#4f8992 56%,#8175a8);box-shadow:0 7px 18px rgba(31,74,91,.2);color:#fff;font-weight:850;cursor:pointer}
#bioAccountButton .bio-avatar-face{display:grid;place-items:center;width:100%;height:100%;overflow:hidden;border-radius:50%;background:inherit;color:#fff;line-height:1}
#bioAccountButton .bio-avatar-face img{display:block;width:100%;height:100%;object-fit:cover}
#bioAccountButton::after{content:'';position:absolute;right:-3px;bottom:-3px;z-index:3;width:10px;height:10px;border:2px solid var(--surface,#fff);border-radius:50%;background:#9aa8b8;box-shadow:0 1px 4px rgba(18,42,37,.2);pointer-events:none}
#bioAccountButton[data-signed-in="true"]::after{background:#4aa382}
#bioAccountButton:focus-visible{outline:3px solid rgba(74,128,191,.28);outline-offset:3px}
.ide-brand{gap:10px}
.bio-account-dialog{width:min(900px,calc(100vw - 24px));max-height:min(88vh,850px);padding:0;border:0;border-radius:18px;background:transparent;color:var(--text,#18302c)}
.bio-account-dialog::backdrop{background:rgba(14,28,26,.5);backdrop-filter:blur(4px)}
.bio-account-shell{display:grid;gap:14px;max-height:88vh;overflow:auto;padding:18px;border:1px solid var(--line,#c9d8d3);border-radius:18px;background:var(--surface,#fff);box-shadow:0 24px 70px rgba(13,35,31,.28)}
.bio-account-header,.bio-signed-row,.bio-gallery-section>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}
.bio-account-header h2,.bio-gallery-section h3{margin:0}.bio-account-header span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent,#4d8177)}.bio-account-header p{margin:4px 0 0;color:var(--muted,#687b77);font-size:12px}.bio-account-header button{width:38px;height:38px;border-radius:10px;font-size:22px}
.bio-account-auth{display:grid;gap:10px;padding:14px;border:1px solid var(--line,#d3dfdc);border-radius:14px;background:var(--soft,#f4f8f7)}
.bio-account-auth label{display:grid;gap:5px;margin-top:8px;font-size:11px;color:var(--muted,#5f716d)}.bio-account-auth input{min-height:40px;padding:8px 10px;border:1px solid var(--line,#cbd8d4);border-radius:9px;background:var(--surface,#fff);color:inherit}
.bio-account-actions,.bio-save-actions,.bio-project-card-actions{display:flex;flex-wrap:wrap;gap:8px}.bio-account-actions{margin-top:10px}.bio-account-actions button,.bio-save-actions button,.bio-project-card-actions button{min-height:38px}.bio-account-dialog .primary{background:var(--accent,#2f7468);color:var(--accent-ink,#fff);border-color:var(--accent,#2f7468)}
.bio-signed-row>span:nth-child(2){display:grid;flex:1}.bio-signed-row small{color:var(--muted,#6c7c79)}.bio-dialog-avatar{display:grid;place-items:center;width:40px;height:40px;overflow:hidden;border-radius:50%;background:linear-gradient(145deg,#365eae,#4f8992 56%,#8175a8);color:#fff;font-weight:850}.bio-dialog-avatar .bio-avatar-face{display:grid;place-items:center;width:100%;height:100%;overflow:hidden;border-radius:inherit;line-height:1}.bio-dialog-avatar .bio-avatar-face img{display:block;width:100%;height:100%;object-fit:cover}
#bioAccountMessage{min-height:18px;margin:0;font-size:11px;color:var(--muted,#657571)}#bioAccountMessage[data-kind="error"]{color:#b42318}#bioAccountMessage[data-kind="success"]{color:#24705f}
.bio-gallery-section{display:grid;gap:8px}.bio-gallery-section small{color:var(--muted,#6d7c79)}.bio-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bio-project-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:10px;padding:11px;border:1px solid var(--line,#d2dfdb);border-radius:13px;background:var(--surface,#fff)}.bio-project-card>div:nth-child(2){display:grid;align-content:center;min-width:0}.bio-project-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bio-project-card small{margin-top:3px;color:var(--muted,#6d7c79);font-size:10px}.bio-project-icon{grid-row:1/3;display:grid;place-items:center;width:46px;height:46px;border-radius:11px;background:var(--accent-soft,#e8f3ef);font-size:20px}.bio-project-card-actions{grid-column:2}.bio-project-card-actions button{min-height:30px;padding:5px 9px;font-size:10px}.bio-gallery-empty{grid-column:1/-1;margin:0;padding:14px;border:1px dashed var(--line,#cbd8d4);border-radius:11px;color:var(--muted,#6b7b77);font-size:11px}
html[data-figureloom-theme="dark"] .bio-account-shell,html[data-figureloom-theme="dark"] .bio-project-card{background:var(--surface,#202725);color:var(--text,#eef7f4)}html[data-figureloom-theme="dark"] .bio-account-auth{background:var(--soft,#252e2b)}html[data-figureloom-theme="dark"] .bio-account-auth input{background:var(--editor,#18201e);color:var(--text,#eef7f4)}
@media(max-width:700px){.bio-project-grid{grid-template-columns:1fr}.bio-account-dialog{width:calc(100vw - 12px)}.bio-account-shell{padding:12px}.ide-brand span small{display:none}}
