:root{font-family:Inter,system-ui,-apple-system,sans-serif;background:#000;color:#f5f5f5}*{box-sizing:border-box}body{margin:0;background:#000}#root{min-height:100vh;background:#000}.screen{min-height:100vh;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:18px 16px 20px;gap:14px}.avatar{width:110px;height:110px;border-radius:50%;border:3px solid rgba(255,255,255,.28);background:radial-gradient(circle at 30% 30%,#ffffff1f,#ffffff05);box-shadow:0 10px 30px #00000073,inset 0 0 0 1px #ffffff0f;background-position:center;background-size:cover;border:none;padding:0;cursor:pointer}.caption{margin:0;text-align:center;color:#f5f5f5;font-size:17px;line-height:1.4;max-width:320px}.ig-icon{width:42px;height:42px;color:#f5f5f5}.ig-button{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;border:1px solid rgba(245,245,245,.36);background:#ffffff0a;color:#f5f5f5;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease;margin-bottom:14px;touch-action:manipulation}.ig-button:active{transform:translateY(1px) scale(.99)}.ig-button:hover,.ig-button:focus-visible{background:#ffffff14;border-color:#f5f5f599;outline:none}.ig-container{display:flex;gap:32px;align-items:center;justify-content:center;margin-bottom:14px}.ig-item{display:flex;flex-direction:column;align-items:center;gap:6px}.ig-title{margin:0;font-size:14px;color:#f5f5f5;font-weight:500;letter-spacing:.3px}.carousel{width:100%;max-width:480px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:10px;margin-left:auto;margin-right:auto;position:relative}.nav-arrow{width:64px;height:64px;padding:8px;border:none;background:transparent;color:#f5f5f5;font-size:30px;cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,color .12s ease;touch-action:none;-webkit-user-select:none;user-select:none;position:relative;z-index:2}.nav-arrow:active{transform:translateY(1px) scale(.96)}.nav-arrow:hover,.nav-arrow:focus-visible{color:#fff;outline:none}.nav-arrow:disabled{opacity:.25;cursor:default;pointer-events:none}.carousel-close{position:absolute;top:-28px;left:50%;right:auto;transform:translate(-50%);width:40px;height:40px;border:none;background:transparent;border-radius:50%;color:#f5f5f5;font-size:20px;cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,background .12s ease,border-color .12s ease;z-index:5}.carousel-close:hover,.carousel-close:focus-visible{background:#ffffff14;border-color:#f5f5f599;outline:none}.carousel-close:active{transform:scale(.96)}.slides{display:grid;grid-template-columns:1fr;gap:14px;align-items:center}.slides.single{width:100%;display:flex;justify-content:center;margin-top:20px}.slides.single .slide{width:min(320px,78vw)}.slide{position:relative;width:100%;aspect-ratio:9 / 16;max-height:clamp(180px,52vh,360px);min-height:170px;border-radius:16px;overflow:hidden;display:grid;place-items:end center;padding:10px;color:#0f0f0f;font-weight:700;letter-spacing:.4px;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,filter .18s ease;box-shadow:inset 0 0 0 1px #ffffff0f}.slide-label{background:#ffffffd9;padding:6px 10px;border-radius:999px}.slide.current{transform:scale(1.01);box-shadow:0 0 0 1px #ffffff47,0 0 0 8px #ffffff1f,0 12px 30px #00000073;filter:drop-shadow(0 0 14px rgba(255,255,255,.18))}.nav-arrow:disabled{opacity:.25;cursor:default}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 420px){.screen{padding:18px 12px 24px;gap:14px}.avatar{width:92px;height:92px}.caption{font-size:16px}.ig-container{gap:24px}.carousel{max-width:100%;gap:10px}.slides{gap:10px;grid-template-columns:1fr}.nav-arrow{width:48px;height:48px;font-size:26px;padding:6px}.slides.single .slide{width:76vw;max-width:280px;max-height:58vh}}.video-layer{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#000000bf;padding:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:10}.video-box{width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;border-radius:0;overflow:hidden;box-shadow:none;transition:transform .8s ease-in,opacity .7s ease-in;transform-origin:center;background:#000}.video-box.shrinking{opacity:.6}.video-player{width:100%;height:100%;object-fit:cover;display:block}.avatar-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#000c;z-index:20;padding:16px}.avatar-full{max-width:92vw;max-height:88vh;border-radius:16px;box-shadow:0 18px 40px #0000008c}.image-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#000000f2;z-index:60;cursor:zoom-out}.image-fullscreen .fs-img{position:absolute;left:50%;top:50%;max-width:100vw;max-height:100vh;object-fit:contain;display:block;transform-origin:center center;touch-action:none;will-change:transform}.image-fullscreen .fs-img.rotated{transform:rotate(90deg);max-width:100vh;max-height:100vw}.image-fullscreen .carousel-close{position:absolute;top:18px;right:18px;background:#ffffff0f}.avatar-close{position:absolute;top:12px;right:12px;border:none;background:#ffffff1f;color:#fff;font-size:22px;width:38px;height:38px;border-radius:10px;cursor:pointer;transition:background .12s ease,transform .12s ease}.avatar-close:active{transform:translateY(1px)}.avatar-close:hover,.avatar-close:focus-visible{background:#ffffff2e;outline:none}
