.boo-root{--bg:#000;--bg-card:#111;--text:#fff;--text-secondary:#9ca3af;--accent:#1558d6;--border:#222;--shadow:#ffffff0d;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--dur-fast:.15s;--dur-slow:.4s;isolation:isolate;background-color:var(--boo-shade,#0b0b12);background-image:radial-gradient(125% 90% at 50% -10%, color-mix(in srgb, var(--boo-shade,#0b0b12) 60%, #000), #050507);color:var(--text);min-height:100vh;font-family:Nunito,system-ui,sans-serif;position:relative}.boo-root .boo-bg{z-index:-1;filter:blur(34px)brightness(.5)saturate(1.25);background-position:50%;background-size:cover;position:fixed;inset:-8%;transform:scale(1.08)}.boo-root .page{z-index:1;flex-direction:column;align-items:center;max-width:600px;margin:0 auto;padding:2.25rem 1rem 4rem;display:flex;position:relative}.boo-root .boo-card{-webkit-backdrop-filter:blur(22px)saturate(1.4);backdrop-filter:blur(22px)saturate(1.4);background:#1212188c;border:1px solid #ffffff1f;border-radius:26px;width:100%;padding:2rem 1.15rem 1.5rem;box-shadow:0 24px 70px #0000008c,inset 0 1px #ffffff14}.boo-root .profile-header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;padding-bottom:2rem;display:flex}.boo-root .avatar,.boo-root .avatar-initials{object-fit:cover;border:3px solid #ffffffe6;border-radius:50%;width:104px;height:104px;box-shadow:0 6px 24px #0006}.boo-root .avatar-initials{background:var(--bg-card);justify-content:center;align-items:center;font-size:2.25rem;font-weight:800;display:flex}.boo-root .profile-name{letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.boo-root .profile-username{color:var(--text-secondary);font-size:.875rem;font-weight:600}.boo-root .profile-bio{color:var(--text-secondary);max-width:420px;font-size:.95rem;line-height:1.65}.boo-root .social-icons{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.boo-root .social-icon{width:22px;height:22px;color:var(--text-secondary);transition:color var(--dur-fast) var(--ease-out-expo);display:inline-flex}.boo-root .social-icon:hover{color:var(--text)}.boo-root .social-icon svg{width:22px;height:22px}.boo-root .mosaic{grid-template-columns:1fr 1fr;grid-auto-flow:dense;grid-auto-rows:90px;gap:10px;width:100%;display:grid}.boo-root .tile{background:var(--bg-card);border:1px solid var(--border);color:var(--text);box-shadow:0 2px 8px var(--shadow);transition:transform var(--dur-fast) var(--ease-out-expo), box-shadow var(--dur-fast) var(--ease-out-expo);cursor:pointer;font:inherit;text-align:left;border-radius:16px;flex-direction:column;justify-content:space-between;width:100%;padding:14px;text-decoration:none;display:flex;position:relative;overflow:hidden}.boo-root .tile:hover{box-shadow:0 6px 24px var(--shadow);transform:translateY(-2px)scale(1.01)}.boo-root .tile:active{transform:scale(.98)}.boo-root .s-1x1{grid-area:span 1/span 1}.boo-root .s-2x1{grid-area:span 1/span 2}.boo-root .s-1x2{grid-area:span 2/span 1}.boo-root .s-2x2{grid-area:span 2/span 2}.boo-root .shape-rounded{border-radius:16px}.boo-root .shape-pill{border-radius:32px}.boo-root .shape-square{border-radius:0}.boo-root .border-none{border:none}.boo-root .border-solid{border:1.5px solid var(--border)}.boo-root .border-outline{border:1px dashed var(--text-secondary)}.boo-root .ts-sm .tile-title{font-size:.78rem}.boo-root .ts-md .tile-title{font-size:.88rem}.boo-root .ts-lg .tile-title{font-size:1rem}.boo-root .tile-title{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.88rem;font-weight:800;line-height:1.22;display:-webkit-box;overflow:hidden}.boo-root .tile-header{box-shadow:none;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;cursor:default;background:0 0;border:none;grid-column:1/-1;padding:10px 4px;font-weight:900}@keyframes tilePulse{0%,to{transform:scale(1)}50%{transform:scale(1.045)}}.boo-root .tile--pulse{animation:1.5s ease-in-out infinite tilePulse;box-shadow:0 0 #ee719e73}.boo-root .tile--pulse:hover{animation-play-state:paused}@keyframes tileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.boo-root .tile--float{animation:2.8s ease-in-out infinite tileFloat}.boo-root .tile--float:hover{animation-play-state:paused}@keyframes tileGlow{0%,to{box-shadow:0 0 #ee719e00}50%{box-shadow:0 0 18px 2px #ee719e8c}}.boo-root .tile--glow{animation:2s ease-in-out infinite tileGlow}.boo-root .avatar-edit{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0;display:inline-block;position:relative}.boo-root .avatar-edit-overlay{color:#fff;letter-spacing:.02em;opacity:0;background:#00000080;border-radius:50%;justify-content:center;align-items:center;font-size:.74rem;font-weight:800;transition:opacity .15s;display:flex;position:absolute;inset:0}.boo-root .avatar-edit:hover .avatar-edit-overlay,.boo-root .avatar-edit:focus-visible .avatar-edit-overlay{opacity:1}.boo-root .preview-edit{cursor:pointer;border-radius:8px;transition:box-shadow .15s,background .15s}.boo-root .preview-edit:hover,.boo-root .preview-edit:focus-visible{background:#6aa0ff14;outline:none;box-shadow:0 0 0 2px #6aa0ffe6}.boo-root .tile--editable{cursor:pointer}.boo-root .tile--editable:hover{box-shadow:0 0 0 2px #6aa0ffe6, 0 6px 24px var(--shadow)}.boo-root .tile-glyph{background:color-mix(in srgb, currentColor 12%, transparent);width:30px;height:30px;color:var(--text-secondary);border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.boo-root .tile-glyph svg{width:17px;height:17px}.boo-root .tile.has-image{color:#fff;border:none;justify-content:flex-end;min-height:90px;padding:0}.boo-root .tile-image-bg{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.boo-root .tile.has-image>.tile-title,.boo-root .tile.has-image>.tile-shield{z-index:2;position:relative}.boo-root .tile-title--overlay{color:#fff;text-shadow:0 1px 4px #00000080;-webkit-line-clamp:2;background:linear-gradient(#0000,#000000b8);width:100%;margin:0;padding:1.5rem .85rem .7rem}.boo-root .tile-shield{color:#fff;background:#00000080;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:absolute;top:8px;right:8px}.boo-root .tile-shield svg{width:12px;height:12px}.boo-root .tile-age{z-index:3;filter:drop-shadow(0 1px 3px #00000073);pointer-events:none;background:url(/age-18.svg) 50%/contain no-repeat;width:24px;height:24px;position:absolute;top:8px;left:8px}.boo-root .tile.has-image>.tile-age{z-index:3}.boo-root .tile-online{z-index:3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:.01em;background:#0000008c;border-radius:999px;align-items:center;gap:6px;padding:3px 9px 3px 8px;font-size:.66rem;font-weight:700;display:inline-flex;position:absolute;top:8px;right:8px}.boo-root .tile-online-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:1.8s ease-out infinite onlinePulse;box-shadow:0 0 #22c55e99}@keyframes onlinePulse{0%{box-shadow:0 0 #22c55e8c}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media (prefers-reduced-motion:reduce){.boo-root .tile-online-dot{animation:none}}.boo-root .boo-footer{text-align:center;color:var(--text-secondary);opacity:.5;margin-top:3rem;font-size:.8rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.boo-root .profile-header{animation:fadeUp var(--dur-slow) var(--ease-out-expo) both}.boo-root .mosaic{animation:fadeUp var(--dur-slow) var(--ease-out-expo) .1s both}@media (prefers-reduced-motion:reduce){.boo-root *{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:480px){.boo-root .page{padding:2rem .75rem 4rem}.boo-root .profile-name{font-size:1.35rem}}
