*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f5f5f5;--surface:#fff;--gray-100:#f0f0f0;--gray-200:#e4e4e4;--gray-400:#acacac;--gray-500:#888;--gray-700:#555;--gray-900:#1a1a1a;--blue:#3182f6;--ease:cubic-bezier(0.32,0.72,0,1)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Apple SD Gothic Neo,Noto Sans KR,sans-serif;background:var(--bg);color:var(--gray-900);line-height:1.5}.page{min-height:100dvh}.container{max-width:620px;margin:0 auto;padding:0 24px}.nav{padding-top:16px}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:48px}.nav-logo{font-size:13px;font-weight:700;color:var(--gray-500);letter-spacing:.02em}.nav-badge{font-size:12px;font-weight:700;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gray-900);color:var(--surface)}.headline{padding:24px 0 40px}.headline-title{font-size:32px;font-weight:800;letter-spacing:-.04em;line-height:1.2;color:var(--gray-900)}.headline-desc{margin-top:6px;font-size:15px;color:var(--gray-500);letter-spacing:-.02em}.main{padding-bottom:80px}.group{margin-bottom:32px}.group:last-child{margin-bottom:0}.group-label{font-size:13px;font-weight:600;color:var(--gray-400);letter-spacing:-.01em;padding:0 4px;margin-bottom:8px}.group-list{background:var(--surface);border-radius:16px;overflow:hidden}.item{display:flex;align-items:center;gap:16px;padding:18px 20px;text-decoration:none;color:inherit;transition:background .15s ease;cursor:pointer}.item+.item{border-top:1px solid var(--gray-100)}.item:hover{background:var(--gray-100)}.item:active{background:var(--gray-200)}.item-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px}.item-name{font-size:16px;font-weight:700;letter-spacing:-.02em;color:var(--gray-900)}.item-desc{font-size:14px;color:var(--gray-500);letter-spacing:-.01em}.item-url{font-size:12px;letter-spacing:-.01em;white-space:nowrap}.item-icon,.item-url{color:var(--gray-400);flex-shrink:0}.item-icon{width:16px;height:16px;transition:transform .2s var(--ease)}.item:hover .item-icon{transform:translateX(2px);color:var(--gray-700)}@media (max-width:480px){.container{padding:0 16px}.headline{padding:16px 0 32px}.headline-title{font-size:26px}.item-url{display:none}.item{padding:16px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.group{animation:fadeIn .4s var(--ease) both}.group:nth-child(2){animation-delay:.06s}.group:nth-child(3){animation-delay:.12s}