.profile-picker{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg-canvas);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif}.profile-picker-card{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;text-align:center}.profile-picker-logo{width:56px;height:56px;object-fit:contain;margin-bottom:16px}.profile-picker-card h1{margin:0 0 8px;font-size:22px;font-weight:700}.profile-picker-subtitle{margin:0 0 28px;color:var(--text-muted);font-size:14px;max-width:380px}.profile-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:24px}.profile-tile-wrap{position:relative}.profile-tile{display:flex;flex-direction:column;align-items:center;gap:10px;background:none;border:none;color:inherit;cursor:pointer;padding:6px;width:96px;font-family:inherit}.profile-avatar{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:#000000a6;box-shadow:0 6px 18px var(--shadow-color);transition:transform .12s ease}.profile-tile:hover .profile-avatar{transform:scale(1.05)}.profile-tile:focus-visible .profile-avatar{outline:2px solid var(--accent);outline-offset:2px}.profile-avatar-add{background:var(--bg-panel-soft);border:1px dashed var(--border-strong);color:var(--text-muted);font-size:30px;font-weight:400;box-shadow:none}.profile-tile-add:hover .profile-avatar-add{border-color:var(--accent);color:var(--accent)}.profile-name{font-size:13px;color:var(--text-secondary);max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-tile-remove{position:absolute;top:-2px;right:6px;width:22px;height:22px;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--border-strong);color:var(--text-muted);font-size:14px;line-height:1;cursor:pointer;opacity:0;transition:opacity .12s ease}.profile-tile-wrap:hover .profile-tile-remove,.profile-tile-remove:focus-visible{opacity:1}.profile-tile-remove:hover{color:var(--danger);border-color:var(--danger)}.profile-create-form{display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px}.profile-create-form input{background:var(--bg-panel);border:1px solid var(--border-strong);border-radius:8px;color:var(--text-primary);padding:10px 12px;font-size:14px;font-family:inherit;text-align:center}.profile-create-form input:focus{outline:none;border-color:var(--accent)}.profile-create-actions{display:flex;gap:8px;justify-content:center}.profile-btn{border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;border:1px solid transparent}.profile-btn-primary{background:var(--accent);color:var(--text-on-accent)}.profile-btn-primary:hover{filter:brightness(1.08)}.profile-btn-secondary{background:none;border-color:var(--border-strong);color:var(--text-primary)}.profile-btn-secondary:hover{background:var(--bg-panel-soft)}.profile-btn-danger{background:var(--danger);color:#2a0f0f}.profile-btn-danger:hover{filter:brightness(1.08)}.profile-confirm-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:10;padding:20px}.profile-confirm-dialog{background:var(--bg-panel);border:1px solid var(--border-strong);border-radius:12px;padding:22px;max-width:380px;width:100%;box-shadow:0 20px 50px var(--shadow-color);text-align:left}.profile-confirm-dialog h2{margin:0 0 10px;font-size:16px}.profile-confirm-dialog p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.5}.profile-confirm-actions{display:flex;align-items:center;gap:8px;margin-top:18px}.profile-spacer{flex:1}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}.icon{vertical-align:-3px;margin-right:6px;flex-shrink:0}.icon.icon-only{margin-right:0}:root{--bg-canvas: #12141c;--bg-glow: #1b1f2e;--bg-panel: #1c2032;--bg-panel-alt: #181b28;--bg-panel-soft: #21253a;--bg-elevated: #262b42;--border: #2a2e42;--border-strong: #3a3f55;--text-primary: #e8eaf6;--text-secondary: #c4c8dd;--text-muted: #9ea3c4;--text-faint: #7d83a3;--text-faint-2: #565c78;--text-on-accent: #f5f2ff;--accent: #8b7cf6;--accent-rgb: 139, 124, 246;--danger: #ff7a7a;--danger-border: #4a2f34;--warn: #f5a623;--shadow-color: rgba(0, 0, 0, .35)}body{background:var(--bg-canvas);color:var(--text-primary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;overscroll-behavior:none}
