.public-profile-page{background:radial-gradient(at 20% 0,#312e44,#0000 65%),radial-gradient(at 90% 90%,#35272f,#0000 70%),#100f14;place-content:center;min-height:100svh;padding:64px 24px;display:grid}.public-profile-brand{color:#bab4c0;justify-content:center;align-items:center;gap:9px;margin-top:28px;font-size:.875rem;text-decoration:none;display:flex}.public-profile-brand img{border-radius:50%}.discord-profile{--profile-accent:#f5a2b5;border:1px solid color-mix(in srgb,var(--profile-accent) 36%,#ffffff20);background:color-mix(in srgb,var(--profile-accent) 13%,#17151d);color:#f9f5fa;border-radius:26px;width:min(440px,100vw - 48px);animation:.45s ease-out profile-arrive;position:relative;overflow:hidden;box-shadow:0 28px 100px #0005}.profile-banner{background:linear-gradient(135deg,var(--profile-accent),color-mix(in srgb,var(--profile-accent) 35%,#252135));height:164px;overflow:hidden}.profile-banner>img{object-fit:cover;width:100%;height:100%}.profile-body{padding:0 24px 24px}.profile-avatar{background:color-mix(in srgb,var(--profile-accent) 13%,#17151d);border-radius:50%;width:108px;height:108px;margin-top:-48px;margin-bottom:16px;padding:6px;position:relative}.profile-avatar-image{object-fit:cover;border-radius:50%;width:96px;height:96px}.profile-decoration{pointer-events:none;width:115.2px;height:115.2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.profile-body h1{overflow-wrap:anywhere;font-family:var(--font-body),sans-serif!important;letter-spacing:-.045em!important;margin:0 0 5px!important;font-size:1.75rem!important;line-height:1.15!important}.profile-username{overflow-wrap:anywhere;color:#dfd5e4!important;margin:0!important;font-size:.9375rem!important}.profile-guild{background:#ffffff12;border-radius:8px;align-items:center;gap:6px;margin-top:12px;padding:4px 8px;font-size:.875rem;display:inline-flex}.profile-bio{white-space:pre-wrap;overflow-wrap:anywhere;color:#f2eaf5!important;margin:22px 0!important;font-size:1rem!important;line-height:1.6!important}.profile-activity{background:#0002;border:1px solid #ffffff12;border-radius:16px;margin:20px 0 16px;padding:14px}.profile-activity-label{color:#cdbfd2;white-space:nowrap;text-overflow:ellipsis;margin-bottom:12px;font-size:.8125rem;overflow:hidden}.profile-activity-content{align-items:center;gap:13px;display:flex}.profile-cover{flex-shrink:0;width:72px;height:72px;position:relative}.profile-cover>img:first-child{object-fit:cover;border-radius:12px;width:72px;height:72px}.profile-cover-badge{object-fit:contain;background:0 0;border:0;border-radius:0;width:24px;height:24px;position:absolute;bottom:-4px;right:-4px}.profile-track{flex:1;gap:3px;min-width:0;font-size:.875rem;display:grid}.profile-track>strong,.profile-track>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-track>span{color:#ded2e3}.profile-timeline{margin-top:7px}.profile-timeline progress{width:100%;height:4px;accent-color:var(--profile-accent);background:#ffffff20;border:none;border-radius:8px;display:block;overflow:hidden}.profile-timeline progress::-webkit-progress-bar{background:#ffffff20}.profile-timeline progress::-webkit-progress-value{background:var(--profile-accent);border-radius:8px}.profile-timeline>div{color:#bcafc3;font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:5px;font-size:.75rem;display:flex}.profile-song,.profile-discord-link{border-radius:999px;justify-content:center;align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex;text-decoration:none!important}.profile-song{color:#eee8f1;background:#ffffff10;margin-top:14px;padding:9px}.profile-discord-link{color:#fff;background:#ffffff12;margin-top:20px;padding:13px;transition:background .2s}.profile-discord-link:hover,.profile-song:hover{background:#fff2}.profile-missing{border:1px solid #ffffff20;border-radius:24px;padding:40px}.profile-editor{grid-template-columns:minmax(0,1.15fr) minmax(300px,1fr);align-items:start;gap:40px;display:grid}.profile-editor-panel{gap:24px;display:grid}.profile-editor-panel h1{font-size:clamp(2rem,5vw,3.25rem)}.profile-editor-panel h2{font-size:1.3rem!important}.profile-editor-preview{justify-content:center;gap:12px;display:grid;position:sticky;top:110px}.profile-editor-preview>small{text-align:center;color:var(--muted);font-size:.875rem}.profile-editor input,.profile-editor textarea{width:100%;color:inherit;font:inherit;background:#ffffff07;border:1px solid #ffffff20;border-radius:16px;padding:14px;line-height:1.5}.profile-editor textarea{resize:vertical;min-height:140px}.profile-editor label{font-size:.9375rem}.profile-field{gap:10px;display:grid}.profile-field small,.profile-help{color:var(--muted);font-size:.875rem;line-height:1.6}.profile-switch{align-items:center;gap:14px;display:flex}.profile-switch input{width:20px;height:20px;accent-color:var(--pink);flex-shrink:0}.profile-editor-actions{flex-wrap:wrap;gap:12px;display:flex}.profile-error{color:#ffacb6;font-size:.9375rem}.profile-success{color:#a4edc2;font-size:.9375rem}.profile-url{overflow-wrap:anywhere;background:#ffffff07;border-radius:14px;padding:12px 15px;font-size:.875rem}.profile-editor .discord-profile{max-width:100%}.profile-link-card{margin-top:28px}.profile-link-card .text-link{margin-top:14px}.profile-empty{text-align:center;min-height:380px;color:var(--muted);border:1px dashed #ffffff25;border-radius:26px;place-content:center;padding:32px;display:grid}@keyframes profile-arrive{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:800px){.profile-editor{grid-template-columns:1fr}.profile-editor-preview{order:2;position:static}.public-profile-page{padding:36px 16px}.discord-profile{width:min(440px,100vw - 32px)}}@media (prefers-reduced-motion:reduce){.discord-profile{animation:none}.profile-discord-link{transition:none}}.profile-3d{--tilt-x:0deg;--tilt-y:0deg;--glare-x:50%;--glare-y:50%}.profile-glare{z-index:3;pointer-events:none;border-radius:inherit;opacity:0;background:radial-gradient(circle at var(--glare-x) var(--glare-y),#fff3 0%,#ffffff12 22%,transparent 55%);transition:opacity .25s;position:absolute;inset:0}@media (hover:hover) and (prefers-reduced-motion:no-preference){.profile-3d{transform:perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;will-change:transform;transition:transform .12s ease-out,box-shadow .25s}.profile-3d:hover{box-shadow:0 34px 110px #0007,0 0 0 1px color-mix(in srgb,var(--profile-accent) 55%,transparent);transition:transform 60ms linear,box-shadow .25s}.profile-3d:not(:hover){transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .35s}.profile-hover-highlight:hover .profile-glare{opacity:1}}
.fiji-profile-badges{vertical-align:middle;align-items:center;gap:9px;display:inline-flex}.fiji-badge{outline-offset:5px;cursor:default;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .18s;display:inline-flex;position:relative}.fiji-badge-staff{color:#8072ec}.fiji-badge-verified{color:#3897f0}.fiji-badge-premium{color:#cb4df5}.fiji-badge-diamond{object-fit:contain;width:24px;height:24px}.fiji-badge-icon,.fiji-profile-badges{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.fiji-badge-icon{filter:drop-shadow(0 0 2px color-mix(in srgb,currentColor 95%,transparent)) drop-shadow(0 0 6px color-mix(in srgb,currentColor 70%,transparent)) drop-shadow(0 0 12px color-mix(in srgb,currentColor 40%,transparent));flex-shrink:0;display:block}.fiji-badge-image{object-fit:contain;width:27px;height:22px}.fiji-custom-badge-image{object-fit:contain;width:24px;height:24px}.fiji-badge-glow-off .fiji-badge-icon{filter:none}.fiji-profile-badges{flex-wrap:wrap;max-width:100%}.fiji-badge:hover,.fiji-badge:focus-visible{transform:translateY(-2px)}.fiji-badge-tooltip{color:#fff;text-align:center;opacity:0;visibility:hidden;pointer-events:none;z-index:5;background:#171719;border-radius:13px;width:max-content;max-width:190px;padding:9px 12px;font:500 12px/1.5 sans-serif;transition:opacity .18s;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}.fiji-badge:hover .fiji-badge-tooltip,.fiji-badge:focus-visible .fiji-badge-tooltip{opacity:1;visibility:visible}.fiji-badge:focus:not(:focus-visible){outline:none}.profile-name-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;display:flex}.profile-name-row h1{margin:0!important}.badge-shop-row{align-items:center;gap:14px;display:flex}.badge-shop-icon{background:color-mix(in srgb,currentColor 10%,transparent);border-radius:16px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.badge-shop-row h3{margin:0}.badge-shop-row p{margin:4px 0 0}.badge-purchase-consent{align-items:flex-start;gap:10px;margin:18px 0;font-size:13px;line-height:1.6;display:flex}.badge-purchase-consent input{flex-shrink:0;margin-top:5px}.profile-editor .badge-purchase-consent input{width:18px;height:18px;accent-color:var(--pink);padding:0}@media (prefers-reduced-motion:reduce){.fiji-badge,.fiji-badge-tooltip{transition:none}.fiji-badge:hover,.fiji-badge:focus-visible{transform:none}}
.profile-name{--profile-name-font:var(--font-body);max-width:100%;display:inline-block;position:relative}.profile-name-text{display:inline}.profile-name-font-signature{--profile-name-font:var(--font-body)}.profile-name-font-soft{--profile-name-font:var(--font-name-soft)}.profile-name-font-serif{--profile-name-font:var(--font-name-serif)}.profile-name-font-mono{--profile-name-font:var(--font-name-mono)}.profile-name-font-script{--profile-name-font:var(--font-name-script)}.profile-name-font-pixel{--profile-name-font:var(--font-name-pixel)}h1.profile-name,.profile-body h1.profile-name{font-family:var(--profile-name-font),var(--font-body),sans-serif!important}.profile-body h1.profile-name-font-soft{font-weight:800;letter-spacing:-.02em!important}.profile-body h1.profile-name-font-serif{font-weight:700;letter-spacing:-.01em!important}.profile-body h1.profile-name-font-mono{font-weight:700;letter-spacing:-.03em!important}.profile-body h1.profile-name-font-script{font-weight:400;letter-spacing:0!important;font-size:1.9rem!important;line-height:1.35!important}.profile-body h1.profile-name-font-pixel{font-weight:400;letter-spacing:0!important;font-size:1.05rem!important;line-height:1.5!important}.profile-name-caret{vertical-align:-.12em;background:currentColor;width:2px;height:.95em;margin-left:3px;animation:1s steps(2,jump-none) infinite profile-name-caret;display:inline-block}@keyframes profile-name-caret{to{opacity:0}}.profile-name-effect-rainbow .profile-name-text,.profile-name-effect-rainbow .profile-name-char{background:linear-gradient(90deg,#ff5f6d,#ffc371,#f9f871,#5bff8a,#5ad1ff,#a98bff,#ff6ad5,#ff5f6d) 0 0/300% 100%;color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite profile-name-rainbow}@keyframes profile-name-rainbow{to{background-position:300% 0}}.profile-name-effect-shimmer .profile-name-text{background:linear-gradient(110deg,#9d8bab 0% 35%,#eee0ff 44%,#fff 50%,#eee0ff 56%,#9d8bab 65% 100%) 0 0/250% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;max-width:100%;animation:3.2s linear infinite profile-name-shimmer;display:inline-block}@keyframes profile-name-shimmer{0%{background-position:120% 0}to{background-position:-130% 0}}.profile-name-effect-glow .profile-name-text{animation:2.6s ease-in-out infinite profile-name-glow}@keyframes profile-name-glow{0%,to{text-shadow:0 0 6px color-mix(in srgb,var(--profile-accent,#f5a2b5) 70%,transparent),0 0 16px color-mix(in srgb,var(--profile-accent,#f5a2b5) 40%,transparent)}50%{text-shadow:0 0 10px var(--profile-accent,#f5a2b5),0 0 28px color-mix(in srgb,var(--profile-accent,#f5a2b5) 75%,transparent),0 0 46px color-mix(in srgb,var(--profile-accent,#f5a2b5) 35%,transparent)}}.profile-name-char{animation:1.8s ease-in-out infinite profile-name-wave;animation-delay:calc(var(--i,0)*70ms);display:inline-block}@keyframes profile-name-wave{0%,to{transform:translateY(0)}30%{transform:translateY(-.22em)}60%{transform:translateY(.06em)}}.profile-name-glitch-wrap{isolation:isolate;vertical-align:top;max-width:100%;display:inline-grid}.profile-name-glitch-wrap>span{min-width:0;font:inherit;letter-spacing:inherit;line-height:inherit;grid-area:1/1}.profile-name-glitch-layer{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;z-index:1}.profile-name-glitch-cyan{color:#4fd1ff;-webkit-text-fill-color:#4fd1ff;animation:2.8s step-end infinite profile-name-glitch-a}.profile-name-glitch-pink{color:#ff5fa2;-webkit-text-fill-color:#ff5fa2;animation:2.8s step-end infinite profile-name-glitch-b}@keyframes profile-name-glitch-a{0%,32%,to{opacity:0;clip-path:inset(0);transform:none}2%,14%{opacity:.9;clip-path:inset(0 0 55%);transform:translate(-3px,-1px)}8%,22%{opacity:.9;clip-path:inset(45% 0 0);transform:translate(3px,1px)}27%{opacity:.8;clip-path:inset(20% 0 50%);transform:translate(-2px)}}@keyframes profile-name-glitch-b{0%,34%,to{opacity:0;clip-path:inset(0);transform:none}4%,16%{opacity:.85;clip-path:inset(60% 0 0);transform:translate(3px,1px)}10%,24%{opacity:.85;clip-path:inset(0 0 60%);transform:translate(-3px,-1px)}29%{opacity:.7;clip-path:inset(35% 0 30%);transform:translate(2px)}}@media (prefers-reduced-motion:reduce){.profile-name-caret,.profile-name-effect-rainbow .profile-name-text,.profile-name-effect-rainbow .profile-name-char,.profile-name-effect-shimmer .profile-name-text,.profile-name-effect-glow .profile-name-text,.profile-name-char,.profile-name-glitch-layer{animation:none}.profile-name-effect-shimmer .profile-name-text{-webkit-text-fill-color:inherit;background:0 0}.profile-name-effect-glow .profile-name-text{text-shadow:0 0 10px var(--profile-accent,#f5a2b5)}}
.fiji-avatar{vertical-align:middle;flex:none;display:inline-block;position:relative;overflow:visible}.fiji-avatar>.fiji-avatar-photo{object-fit:cover;border-radius:50%;width:100%;height:100%}.fiji-avatar>.fiji-avatar-decoration{object-fit:contain;pointer-events:none;z-index:1;border:0;border-radius:0;width:125%;max-width:none;height:125%;position:absolute;top:-12.5%;left:-12.5%}
body:has(.profile-entrance-overlay:not(.is-leaving)){overflow:hidden}body:has(.profile-entrance-overlay:not(.is-leaving)) .skip-link{visibility:hidden}.page-enter:has(.public-profile-page){animation:none;transform:none}.profile-entrance-content{opacity:.45;outline:none;transition:opacity .65s,transform .65s cubic-bezier(.2,.7,.2,1);transform:translateY(8px)}.profile-entrance-content.is-entered{opacity:1;transform:none}.profile-entrance-overlay{z-index:1000;appearance:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;width:100%;height:100%;font-family:var(--font-body),sans-serif;text-align:center;cursor:pointer;opacity:1;touch-action:manipulation;background:#000000e0;border:0;border-radius:0;place-items:center;margin:0;padding:32px;font-size:clamp(1.35rem,4vw,2rem);font-weight:500;line-height:1.4;transition:opacity .65s;display:grid;position:fixed;inset:0}.profile-entrance-overlay span{overflow-wrap:anywhere;white-space:pre-wrap;max-width:min(680px,100%);transition:opacity .2s}.profile-entrance-overlay:hover span{opacity:.78}.profile-entrance-overlay:focus-visible{outline:none}.profile-entrance-overlay:focus-visible span{outline-offset:12px;border-radius:2px;outline:2px solid #fff}.profile-entrance-overlay.is-leaving{opacity:0;pointer-events:none}.profile-entrance-editor{border-top:1px solid var(--line);gap:12px;padding-top:22px;display:grid}.profile-entrance-editor h3{font-size:1rem}.profile-entrance-editor label{gap:8px;font-size:13px;font-weight:600;display:grid}.profile-entrance-editor input{box-sizing:border-box;appearance:none;border:1px solid var(--line);background:var(--surface);width:100%;min-width:0;color:var(--ink);font:inherit;border-radius:12px;padding:12px 14px;font-size:14px}.profile-entrance-editor input:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.profile-entrance-editor input:disabled{opacity:.5;cursor:not-allowed}.profile-entrance-sample{color:#fff;text-align:center;overflow-wrap:anywhere;background:#000;border-radius:14px;place-items:center;min-height:110px;padding:24px;font-size:20px;display:grid}@media (prefers-reduced-motion:reduce){.profile-entrance-overlay,.profile-entrance-overlay span,.profile-entrance-content{transition:none;transform:none}}
