:root{color:#f4f5f7;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#07080b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}html{background:#07080b;min-width:320px;min-height:100%}body{background-color:#0000;background-image:radial-gradient(circle at top,#5e368929,#0000 34rem),linear-gradient(#0c0d12 0%,#07080b 55%,#050609 100%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-width:320px;min-height:100svh;margin:0}body,button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}img,picture,svg{max-width:100%}#root{width:100%;min-height:100svh}::selection{color:#fff;background:#9c7cff8c}.site-shell{box-sizing:border-box;width:100%;min-height:100svh;padding:18px 14px 40px}.profile-page{gap:16px;width:min(100%,900px);margin:0 auto;display:grid}.profile-sections{gap:12px;display:grid}@media (width>=700px){.site-shell{padding:30px 24px 60px}.profile-page{gap:20px}.profile-sections{gap:14px}}@media (width>=1100px){.site-shell{padding-top:44px}}:root{--mel-bg:#090a0d;--mel-surface:#12141a;--mel-surface-raised:#181b22;--mel-border:#ffffff17;--mel-text:#f4f5f7;--mel-text-muted:#a8abb4;--mel-accent:#9c7cff;--mel-accent-soft:#9c7cff29;--mel-danger:#e53434;--mel-shadow:0 18px 48px #00000057;--mel-radius:18px}.mel-card{box-sizing:border-box;width:100%;color:var(--mel-text);background:linear-gradient(145deg, #ffffff06, transparent 44%), var(--mel-surface);border:1px solid var(--mel-border);border-radius:var(--mel-radius);box-shadow:var(--mel-shadow)}.mel-profile-header{grid-template-columns:92px minmax(0,1fr);grid-template-areas:"photo content""badges badges";align-items:center;gap:16px;padding:16px;display:grid}.mel-profile-photo-wrap{background:#08090c;border:3px solid #9c7cff59;border-radius:50%;grid-area:photo;width:92px;height:92px;overflow:hidden;box-shadow:0 0 0 1px #ffffff0d,0 8px 25px #00000073}.mel-profile-photo{object-fit:cover;width:100%;height:100%;display:block}.mel-profile-content{grid-area:content;align-self:center;min-width:0}.mel-profile-title-row{justify-content:space-between;align-items:baseline;gap:12px;min-width:0;display:flex}.mel-profile-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:clamp(1.15rem,5vw,1.7rem);font-weight:750;line-height:1.15;overflow:hidden}.mel-profile-age{color:var(--mel-text-muted);flex:none;font-size:1rem;font-weight:700;line-height:1}.mel-badge-list{flex-wrap:wrap;grid-area:badges;align-items:center;gap:8px;width:100%;margin:0;display:flex}.mel-badge{letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-items:center;min-height:30px;padding:5px 11px;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.mel-badge--default{color:#d9ceff;background:#8a6beb2e;border-color:#ab92ff47}.mel-badge--purple{color:#eccfff;background:#9d44d32e;border-color:#c877f74d}.mel-badge--green{color:#bff4d5;background:#2ea0632b;border-color:#49d38b47}.mel-badge--gold{color:#ffe5a6;background:#be891c2e;border-color:#ffc14247}.mel-badge--muted{color:#d5d7dc;background:#fff1;border-color:#ffffff1a}.mel-badge--red{color:#ffd5d5;background:#c61f1f33;border-color:#ff4a4a6b;animation:2.4s ease-in-out infinite mel-red-pulse}@keyframes mel-red-pulse{0%,to{filter:brightness();box-shadow:0 0 #ff303000,inset 0 0 #fff0}50%{filter:brightness(1.18);box-shadow:0 0 16px #ff303052,inset 0 0 10px #ff5c5c14}}.mel-expandable{overflow:hidden}.mel-expandable-trigger{width:100%;min-height:62px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto 28px;align-items:center;gap:12px;padding:16px;display:grid}.mel-expandable-trigger:hover{background:#ffffff06}.mel-expandable-trigger:focus-visible,.mel-carousel:focus-visible,.mel-carousel-arrow:focus-visible,.mel-carousel-dot:focus-visible{outline:3px solid var(--mel-accent);outline-offset:3px}.mel-expandable-title{font-size:1rem;font-weight:750}.mel-expandable-action{color:var(--mel-text-muted);white-space:nowrap;font-size:.78rem}.mel-expandable-icon{width:28px;height:28px;color:var(--mel-text);background:var(--mel-accent-soft);border-radius:999px;place-items:center;font-size:1.25rem;transition:transform .18s;display:grid}.mel-expandable.is-open .mel-expandable-icon{transform:rotate(45deg)}.mel-expandable-content{color:#d6d8de;padding:0 16px 18px;line-height:1.72}.mel-expandable-content p{margin:0}.mel-expandable-content p+p{margin-top:1rem}.mel-carousel{width:100%;max-width:520px;margin:0 auto;overflow:hidden}.mel-carousel-stage{aspect-ratio:9/16;border-radius:calc(var(--mel-radius) - 1px) calc(var(--mel-radius) - 1px) 0 0;touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab;background:#050608;width:100%;position:relative;overflow:hidden}.mel-carousel-stage.is-dragging{cursor:grabbing}.mel-carousel-track{will-change:transform;backface-visibility:hidden;width:100%;height:100%;display:flex}.mel-carousel-slide{background:#050608;flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden}.mel-carousel-image{object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none;-webkit-touch-callout:none;background:#050608;width:100%;height:100%;display:block}.mel-carousel-arrow{z-index:3;color:#fff;cursor:pointer;opacity:.88;-webkit-backdrop-filter:blur(12px);-webkit-tap-highlight-color:transparent;background:#07080b8f;border:1px solid #ffffff2e;border-radius:14px;place-items:center;width:46px;height:56px;padding:0;transition:background-color .16s,border-color .16s,box-shadow .16s,opacity .16s,transform .16s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #0000004d,inset 0 1px #ffffff0d}.mel-carousel-arrow:hover{opacity:1;background:#12141acc;border-color:#ffffff4d;transform:translateY(-50%)scale(1.04);box-shadow:0 10px 28px #0000006b,0 0 18px #9c7cff24}.mel-carousel-arrow:active{background:#08090ce6;transform:translateY(-50%)scale(.96)}.mel-carousel-arrow--left{left:12px}.mel-carousel-arrow--right{right:12px}.mel-carousel-chevron{border-top:3px solid;border-right:3px solid;width:14px;height:14px;display:block}.mel-carousel-arrow--left .mel-carousel-chevron{margin-left:5px;transform:rotate(-135deg)}.mel-carousel-arrow--right .mel-carousel-chevron{margin-right:5px;transform:rotate(45deg)}.mel-carousel-counter{z-index:2;color:#fff;letter-spacing:.04em;text-align:center;-webkit-backdrop-filter:blur(10px);-webkit-user-select:none;user-select:none;pointer-events:none;background:#08090cc7;border:1px solid #ffffff29;border-radius:999px;min-width:58px;padding:8px 14px;font-size:.82rem;font-weight:700;line-height:1;position:absolute;bottom:12px;right:12px;box-shadow:0 8px 20px #0000004d,inset 0 0 0 1px #ffffff05}.mel-carousel-caption{color:var(--mel-text-muted);margin:0;padding:14px 16px 2px;font-size:.9rem;line-height:1.5}.mel-carousel-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;padding:16px 16px 18px;display:flex}.mel-carousel-dot{width:10px;height:10px;box-shadow:none;cursor:pointer;opacity:.82;-webkit-tap-highlight-color:transparent;background:#ffffff40;border:1px solid #ffffff14;border-radius:999px;flex:none;padding:0;transition:width .18s,background-color .18s,border-color .18s,box-shadow .18s,opacity .18s,transform .18s}.mel-carousel-dot:hover{opacity:1;background:#ffffff7a;border-color:#fff3;transform:scale(1.12)}.mel-carousel-dot:active{transform:scale(.9)}.mel-carousel-dot.is-active{background:var(--mel-accent);opacity:1;border-color:#d1c1ff9e;width:34px;box-shadow:0 0 12px #9c7cff5c,inset 0 0 0 1px #ffffff1a}.mel-carousel--empty{min-height:180px;color:var(--mel-text-muted);text-align:center;place-items:center;padding:24px;display:grid}@media (width<=420px){.mel-carousel-arrow{border-radius:12px;width:40px;height:50px}.mel-carousel-arrow--left{left:8px}.mel-carousel-arrow--right{right:8px}.mel-carousel-chevron{border-top-width:2.5px;border-right-width:2.5px;width:12px;height:12px}.mel-carousel-counter{min-width:52px;padding:7px 11px;font-size:.76rem;bottom:9px;right:9px}}@media (width>=700px){.mel-profile-header{grid-template-columns:110px minmax(0,1fr);grid-template-areas:"photo content""photo badges";align-items:center;gap:12px 20px;padding:20px 22px}.mel-profile-photo-wrap{align-self:center;width:110px;height:110px}.mel-profile-content{align-self:end}.mel-badge-list{align-self:start}.mel-expandable-trigger{min-height:70px;padding:20px 22px}.mel-expandable-content{padding:0 22px 22px}.mel-carousel{max-width:540px}.mel-carousel-arrow--left{left:18px}.mel-carousel-arrow--right{right:18px}.mel-carousel-counter{bottom:16px;right:16px}}@media (width>=900px){.mel-carousel{max-width:580px}}@media (prefers-reduced-motion:reduce){.mel-badge--red{animation:none}.mel-expandable-icon,.mel-carousel-arrow,.mel-carousel-dot{transition:none}.mel-carousel-track{scroll-behavior:auto}}
