@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--bg-main: #0c0d14;--bg-mobile: #f8fafc;--text-main: #0f172a;--text-sub: #475569;--text-muted: #94a3b8;--accent: #eab308;--accent-light: #fef08a;--accent-gradient: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);--radius-xl: 30px;--radius-lg: 18px;--radius-md: 12px;--radius-full: 9999px;--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1);--transition-smooth: all .4s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-sans);min-height:100vh;display:flex;justify-content:center;overflow-x:hidden;-webkit-font-smoothing:antialiased;padding:2.5rem 0}.mobile-container{width:100%;max-width:460px;min-height:840px;background-color:var(--bg-mobile);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;position:relative;box-shadow:0 25px 60px #000c,inset 0 0 1px 1px #ffffff0d;border:1px solid rgba(255,255,255,.03)}.okupic-banner-wrapper{width:100%;aspect-ratio:16 / 9;overflow:hidden;position:relative;background:#000}.okupic-banner{width:100%;height:100%;object-fit:cover;display:block}.okupic-profile-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;margin-top:-38px;margin-bottom:2rem;position:relative;z-index:10}.okupic-avatar-wrapper{width:86px;height:86px;background:#fc0;border-radius:var(--radius-full);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 24px #ffcc0059;border:4px solid var(--bg-mobile);margin-bottom:.85rem;overflow:hidden}.okupic-avatar-icon{width:32px;height:32px;margin-bottom:.15rem;color:#000}.okupic-avatar-text{font-size:.72rem;font-weight:850;color:#000;letter-spacing:-.5px}.okupic-name{font-size:1.15rem;font-weight:850;color:#0f172a;letter-spacing:-.8px;margin-bottom:.5rem}.okupic-bio{font-size:.78rem;font-weight:700;color:#eab308;background:#eab3080f;border:1px solid rgba(234,179,8,.15);padding:.65rem 1.1rem;border-radius:12px;line-height:1.5;max-width:340px;word-break:keep-all}.play-deco{width:28px;height:28px;background:#ff8fa3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1rem;box-shadow:0 4px 10px #ff8fa366}.play-deco svg{width:14px;height:14px;color:#fff;margin-left:1.5px}.okupic-search-section{padding:0 1.25rem;margin-bottom:1.5rem}.okupic-search-wrapper{display:flex;align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:0 .85rem;box-shadow:0 4px 10px #00000005;transition:var(--transition-fast)}.okupic-search-wrapper:focus-within{border-color:var(--accent);box-shadow:0 0 12px #eab30826,0 4px 10px #0000000a}.search-icon{width:16px;height:16px;color:var(--text-muted);margin-right:.5rem}#search-input{width:100%;height:42px;background:transparent;border:none;outline:none;color:var(--text-main);font-size:.825rem;font-weight:600}#search-input::placeholder{color:var(--text-muted)}.okupic-gallery-section{padding:0 1.25rem;display:flex;flex-direction:column;gap:.85rem}.okupic-product-card{background:#fff;border:1.5px solid #eef2f6;border-radius:20px;padding:.75rem 1rem .75rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.85rem;cursor:pointer;box-shadow:0 6px 16px #00000006;transition:var(--transition-smooth)}.okupic-product-card:hover{transform:translateY(-3px) scale(1.01);border-color:gold;box-shadow:0 10px 24px #eab3081f}.okupic-product-card:active{transform:scale(.99)}.okupic-card-img-wrapper{position:relative;width:68px;height:68px;border-radius:var(--radius-lg);overflow:hidden;background:#f8fafc;flex-shrink:0;border:1px solid #f1f5f9}.okupic-card-img{width:100%;height:100%;object-fit:cover}.okupic-card-badge{position:absolute;bottom:0;right:0;font-size:.5rem;font-weight:800;padding:.1rem .35rem;border-radius:var(--radius-md) 0 0 0;color:#fff;background:#ff5722}.badge-naver{background:#19ce60}.badge-general{background:#4f46e5}.okupic-card-info{flex-grow:1;display:flex;align-items:center}.okupic-card-title{font-size:.9rem;font-weight:800;color:#0f172a;line-height:1.4;letter-spacing:-.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:left}.okupic-card-chevron{color:#cbd5e1;font-size:.85rem;font-weight:700;display:flex;align-items:center;flex-shrink:0}.okupic-card-chevron svg{width:14px;height:14px;stroke-width:3px}.no-results-view{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center;color:var(--text-muted)}.no-results-view h3{font-size:.95rem;font-weight:800;color:var(--text-main);margin-bottom:.25rem}.no-results-view p{font-size:.75rem}.okupic-footer{margin-top:auto;padding:3rem 1.5rem 2.5rem;text-align:center;background:#f1f5f9;border-top:1px solid #e2e8f0;color:var(--text-muted);font-size:.7rem}.okupic-footer p{line-height:1.5;font-weight:600}@media(max-width:480px){body{background-color:var(--bg-mobile);padding:0}.mobile-container{max-width:100vw;min-height:100vh;border-radius:0;border:none;box-shadow:none}}
