: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:88px minmax(0,1fr);align-items:center;gap:16px;padding:16px;display:grid}.mel-profile-photo-wrap{background:#08090c;border:3px solid #9c7cff59;border-radius:50%;flex-shrink:0;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{min-width:0}.mel-profile-title-row{justify-content:space-between;align-items:baseline;gap:14px;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}.mel-badge-list{flex-wrap:wrap;gap:8px;margin-top:14px;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:2px 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{overflow:hidden}.mel-carousel-stage{aspect-ratio:4/5;border-radius:calc(var(--mel-radius) - 1px);touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#06070a;position:relative;overflow:hidden}.mel-carousel-image{object-fit:cover;width:100%;height:100%;display:block}.mel-carousel-arrow{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08090cb3;border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:42px;height:42px;padding:0;font-size:2rem;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.mel-carousel-arrow:hover{background:#16181fe6}.mel-carousel-arrow--left{left:12px}.mel-carousel-arrow--right{right:12px}.mel-carousel-counter{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08090cb8;border:1px solid #ffffff21;border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:700;position:absolute;bottom:12px;right:12px}.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;gap:8px;padding:14px 16px 16px;display:flex}.mel-carousel-dot{cursor:pointer;background:#ffffff3d;border:0;border-radius:999px;width:9px;height:9px;padding:0;transition:width .16s,background .16s}.mel-carousel-dot.is-active{background:var(--mel-accent);width:26px}.mel-carousel--empty{min-height:180px;color:var(--mel-text-muted);text-align:center;place-items:center;padding:24px;display:grid}@media (width>=700px){.mel-profile-header{grid-template-columns:110px 1fr}.mel-profile-photo-wrap{width:110px;height:110px}.mel-expandable-trigger{min-height:70px;padding:20px 22px}.mel-expandable-content{padding:0 22px 22px}.mel-carousel-stage{aspect-ratio:16/10}}@media (prefers-reduced-motion:reduce){.mel-badge--red{animation:none}.mel-expandable-icon,.mel-carousel-dot{transition:none}}
