.library-module__b-buiG__layout{background:var(--color-bg-page);height:100vh;font-family:var(--font-geist-stack);color:var(--color-text-primary);display:flex}.library-module__b-buiG__sidebar{scrollbar-width:none;flex-direction:column;flex:0 0 280px;gap:32px;width:280px;padding:20px;display:flex;overflow-y:auto}.library-module__b-buiG__sidebar::-webkit-scrollbar{display:none}.library-module__b-buiG__topActions{justify-content:space-between;gap:8px;display:flex}.library-module__b-buiG__btnM{font-family:var(--font-geist-stack);font-size:var(--btn-m-size);line-height:var(--btn-m-lh);font-weight:var(--btn-m-weight);padding:var(--btn-m-padding);color:var(--color-text-primary);cursor:pointer;transition:background-color .15s var(--ease-out-strong), transform .16s var(--ease-out-strong);background:#f2f2f2;border:none;border-radius:999px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.library-module__b-buiG__btnMLabel{display:inline-block}.library-module__b-buiG__btnM[data-active=true]{padding:2px}.library-module__b-buiG__btnM[data-active=true] .library-module__b-buiG__btnMLabel{background:#e3e3e3;border-radius:999px;padding:4px 12px}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__btnM:hover{background:#ebebeb}}.library-module__b-buiG__btnM:active{background:#e0e0e0;transform:scale(.97)}.library-module__b-buiG__meta{flex-direction:column;gap:8px;display:flex}.library-module__b-buiG__title{font-size:var(--title-m-size);line-height:var(--title-m-lh);font-weight:var(--title-m-weight);color:var(--color-text-primary);margin:0}.library-module__b-buiG__description{font-size:var(--body-s-size);line-height:var(--body-s-lh);font-weight:var(--body-s-weight);color:var(--color-text-muted);margin:0}.library-module__b-buiG__navContainer{background:var(--color-nav-bg);scrollbar-width:none;border-radius:16px;flex-direction:column;flex:auto;gap:4px;min-height:0;padding:4px;display:flex;overflow-y:auto}.library-module__b-buiG__navContainer::-webkit-scrollbar{display:none}.library-module__b-buiG__mobileDropdown{width:100%;display:none;position:relative}.library-module__b-buiG__mobileDropdownTrigger{background:var(--color-nav-bg);cursor:pointer;width:100%;font-family:var(--font-geist-stack);font-size:var(--nav-label-size);line-height:var(--nav-label-lh);font-weight:var(--nav-label-weight);color:var(--color-text-primary);text-align:left;border:none;border-radius:16px;align-items:center;gap:8px;padding:8px;display:flex}.library-module__b-buiG__mobileTriggerIcon{object-fit:cover;border:1px solid #fff;border-radius:6px;flex-shrink:0;width:24px;height:24px}.library-module__b-buiG__mobileTriggerLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.library-module__b-buiG__mobileTriggerChevron{color:var(--color-text-muted);transition:transform .16s var(--ease-out-strong);flex-shrink:0;margin-left:auto}.library-module__b-buiG__mobileTriggerChevron[data-open=true]{transform:rotate(180deg)}.library-module__b-buiG__mobileDropdownList{background:var(--color-nav-bg);z-index:1000;scrollbar-width:none;border-radius:16px;flex-direction:column;gap:4px;max-height:60vh;padding:4px;display:flex;position:fixed;overflow-y:auto}.library-module__b-buiG__mobileDropdownList::-webkit-scrollbar{display:none}.library-module__b-buiG__mobileDropdownItem{cursor:pointer;font-family:var(--font-geist-stack);font-size:var(--nav-label-size);line-height:var(--nav-label-lh);font-weight:var(--nav-label-weight);color:var(--color-text-primary);text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;width:100%;padding:8px;display:flex}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__mobileDropdownItem:hover{background:var(--color-nav-hover-bg)}}.library-module__b-buiG__mobileDropdownItem.library-module__b-buiG__active{background:var(--color-nav-active-bg);box-shadow:var(--shadow-nav-active)}.library-module__b-buiG__mobileItemIcon{object-fit:cover;border:1px solid #fff;border-radius:6px;flex-shrink:0;width:24px;height:24px}.library-module__b-buiG__mobileItemLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.library-module__b-buiG__navItem{cursor:pointer;text-align:left;width:100%;transition:background-color .16s var(--ease-out-strong), box-shadow .2s var(--ease-out-strong);animation:library-module__b-buiG__navItemIn .32s var(--ease-out-strong) backwards;background:0 0;border:none;border-radius:12px;align-items:center;gap:8px;padding:8px;display:flex;box-shadow:0 0 #0000}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__navItem:hover{background:var(--color-nav-hover-bg)}}.library-module__b-buiG__navItem.library-module__b-buiG__active{background:var(--color-nav-active-bg);box-shadow:var(--shadow-nav-active)}.library-module__b-buiG__navItem:first-child{animation-delay:0s}.library-module__b-buiG__navItem:nth-child(2){animation-delay:40ms}.library-module__b-buiG__navItem:nth-child(3){animation-delay:80ms}.library-module__b-buiG__navItem:nth-child(4){animation-delay:.12s}.library-module__b-buiG__navItem:nth-child(5){animation-delay:.16s}.library-module__b-buiG__navItem:nth-child(6){animation-delay:.2s}.library-module__b-buiG__navItem:nth-child(7){animation-delay:.24s}.library-module__b-buiG__navItem:nth-child(8){animation-delay:.28s}@keyframes library-module__b-buiG__navItemIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.library-module__b-buiG__navIcon{object-fit:cover;border:1px solid #fff;border-radius:6px;flex-shrink:0;width:24px;height:24px}.library-module__b-buiG__navLabel{font-size:var(--nav-label-size);line-height:var(--nav-label-lh);font-weight:var(--nav-label-weight);color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.library-module__b-buiG__navSkeleton{background:#0000000f;border-radius:12px;height:40px;padding:8px}.library-module__b-buiG__filterGroup{flex-direction:column;flex:auto;gap:16px;min-height:0;display:flex}.library-module__b-buiG__topRow{flex-shrink:0;height:40px;position:relative}.library-module__b-buiG__topRowDefault{opacity:1;transform-origin:100%;transition:opacity .18s var(--ease-out-strong), transform .18s var(--ease-out-strong);justify-content:space-between;align-items:center;gap:8px;display:flex;position:absolute;inset:0;transform:scale(1)}.library-module__b-buiG__topRow[data-searching=true] .library-module__b-buiG__topRowDefault{opacity:0;pointer-events:none;transform:scale(.98)}.library-module__b-buiG__platformTabs{background:var(--color-nav-bg);border-radius:999px;gap:2px;padding:2px;display:inline-flex;position:relative}.library-module__b-buiG__platformIndicator{background:var(--color-nav-active-bg);width:0;box-shadow:var(--shadow-nav-active);pointer-events:none;opacity:0;transition:transform .22s var(--ease-in-out-strong), width .22s var(--ease-in-out-strong), opacity .12s var(--ease-out-strong);border-radius:999px;position:absolute;top:2px;bottom:2px;left:0}.library-module__b-buiG__platformIndicator[data-ready=true]{opacity:1}.library-module__b-buiG__platformTab{z-index:1;font-family:var(--font-geist-stack);font-size:var(--btn-m-size);line-height:var(--btn-m-lh);font-weight:var(--btn-m-weight);color:var(--color-text-muted);cursor:pointer;transition:color .18s var(--ease-out-strong), transform .16s var(--ease-out-strong);background:0 0;border:none;border-radius:999px;padding:8px 14px;position:relative}.library-module__b-buiG__platformTab[data-active=true]{color:var(--color-text-primary)}.library-module__b-buiG__platformTab:active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__platformTab:not([data-active=true]):hover{color:var(--color-text-primary)}}@media (prefers-reduced-motion:reduce){.library-module__b-buiG__platformIndicator,.library-module__b-buiG__platformTab{transition:none;transform:none}}.library-module__b-buiG__searchButton{background:var(--color-nav-bg);width:40px;height:40px;color:var(--color-text-primary);cursor:pointer;transition:background-color .15s var(--ease-out-strong), transform .16s var(--ease-out-strong);border:none;border-radius:999px;flex:0 0 40px;justify-content:center;align-items:center;display:inline-flex}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__searchButton:hover{background:#ebebeb}}.library-module__b-buiG__searchButton:active{transform:scale(.94)}.library-module__b-buiG__searchExpanded{background:var(--color-nav-bg);color:var(--color-text-muted);opacity:0;transform-origin:100%;pointer-events:none;transition:opacity .2s var(--ease-out-strong), transform .2s var(--ease-out-strong);border-radius:999px;align-items:center;gap:8px;padding:0 12px;display:flex;position:absolute;inset:0;transform:scale(.95)}.library-module__b-buiG__topRow[data-searching=true] .library-module__b-buiG__searchExpanded{opacity:1;pointer-events:auto;transform:scale(1)}@media (prefers-reduced-motion:reduce){.library-module__b-buiG__topRowDefault,.library-module__b-buiG__searchExpanded{transition-duration:0s;transform:none}}.library-module__b-buiG__searchInput{min-width:0;font-family:var(--font-geist-stack);font-size:var(--nav-label-size);line-height:var(--nav-label-lh);color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:auto;padding:0}.library-module__b-buiG__searchInput::placeholder{color:var(--color-text-muted)}.library-module__b-buiG__searchClose{width:24px;height:24px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__searchClose:hover{color:var(--color-text-primary)}}.library-module__b-buiG__tagRowWrap{flex-shrink:0;margin:0 -20px;position:relative}.library-module__b-buiG__tagRow{scrollbar-width:none;gap:6px;padding:0 20px;display:flex;overflow-x:auto}.library-module__b-buiG__tagRow::-webkit-scrollbar{display:none}.library-module__b-buiG__tagChip{font-family:var(--font-geist-stack);font-size:var(--nav-label-size);line-height:var(--nav-label-lh);font-weight:var(--nav-label-weight);color:var(--color-text-muted);background:var(--color-nav-bg);cursor:pointer;white-space:nowrap;transition:background-color .15s var(--ease-out-strong), color .15s var(--ease-out-strong), transform .16s var(--ease-out-strong);border:none;border-radius:999px;flex:none;padding:4px 12px}.library-module__b-buiG__tagChip[data-active=true]{background:var(--color-btn-primary-bg);color:var(--color-btn-primary-text)}.library-module__b-buiG__tagChip:active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__tagChip:not([data-active=true]):hover{color:var(--color-text-primary);background:#ebebeb}}@media (prefers-reduced-motion:reduce){.library-module__b-buiG__tagChip{transition:background-color .15s,color .15s;transform:none}}.library-module__b-buiG__tagFadeLeft,.library-module__b-buiG__tagFadeRight{pointer-events:none;opacity:0;width:40px;transition:opacity .15s var(--ease-out-strong);position:absolute;top:0;bottom:0}.library-module__b-buiG__tagFadeLeft{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}.library-module__b-buiG__tagFadeRight{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}.library-module__b-buiG__tagFadeLeft[data-visible=true],.library-module__b-buiG__tagFadeRight[data-visible=true]{opacity:1}.library-module__b-buiG__navEmpty{font-size:var(--nav-label-size);line-height:var(--nav-label-lh);color:var(--color-text-muted);text-align:center;padding:16px 12px}.library-module__b-buiG__navFooter{margin-top:4px;padding:8px 12px}.library-module__b-buiG__navFooterLine{font-size:var(--nav-label-size);line-height:var(--nav-label-lh);font-weight:var(--nav-label-weight);color:var(--color-text-muted)}.library-module__b-buiG__body{flex:1;padding-top:40px;padding-left:20px;overflow-y:auto}.library-module__b-buiG__bodyCenter{justify-content:center;display:flex;overflow:visible}.library-module__b-buiG__bodyInner{text-align:left;opacity:1;width:100%;max-width:800px;transition:opacity .24s var(--ease-out-strong), transform .24s var(--ease-out-strong);flex-direction:column;align-items:flex-start;display:flex;overflow:visible;transform:translateY(0)}@starting-style{.library-module__b-buiG__bodyInner{opacity:0;transform:translateY(4px)}}.library-module__b-buiG__empty{height:100%;font-size:var(--body-s-size);line-height:var(--body-s-lh);font-weight:var(--body-s-weight);color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.library-module__b-buiG__topSection{align-items:center;gap:24px;display:flex}.library-module__b-buiG__appIcon{object-fit:cover;width:120px;height:120px;box-shadow:var(--shadow-icon);border-radius:30px;flex-shrink:0}.library-module__b-buiG__headerText{flex-direction:column;display:flex}.library-module__b-buiG__appName{font-size:var(--title-m-size);line-height:var(--title-m-lh);font-weight:var(--title-m-weight);color:var(--color-text-primary);margin:0}.library-module__b-buiG__headline{font-size:var(--body-s-size);line-height:var(--body-s-lh);font-weight:var(--body-s-weight);color:var(--color-text-muted);margin:0}.library-module__b-buiG__cta{background:var(--color-btn-primary-bg);color:var(--color-btn-primary-text);font-family:var(--font-geist-stack);font-size:var(--body-s-size);line-height:var(--body-s-lh);font-weight:var(--body-s-weight);cursor:pointer;transition:background-color .18s var(--ease-out-strong), transform .16s var(--ease-out-strong);border:none;border-radius:999px;align-self:flex-start;align-items:center;margin-top:12px;padding:6px 14px;text-decoration:none;display:inline-flex}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__cta:hover{background:#3a3a3a}}.library-module__b-buiG__cta:active{transform:scale(.97)}.library-module__b-buiG__screenshots{scroll-snap-type:x proximity;scrollbar-width:none;box-sizing:content-box;overscroll-behavior-x:contain;touch-action:pan-x;gap:8px;width:calc(100vw - 340px);margin-top:32px;margin-left:min(0px,550px - 50vw);padding-bottom:4px;padding-right:40px;scroll-padding-right:40px;display:flex;overflow:auto visible}.library-module__b-buiG__screenshots::-webkit-scrollbar{display:none}.library-module__b-buiG__screenshot,.library-module__b-buiG__screenshotPlaceholder{opacity:0;transition:opacity .32s var(--ease-out-strong), transform .32s var(--ease-out-strong);transform:translateY(8px)}.library-module__b-buiG__screenshot[data-visible=true],.library-module__b-buiG__screenshotPlaceholder[data-visible=true]{opacity:1;transform:translateY(0)}.library-module__b-buiG__screenshot{object-fit:cover;scroll-snap-align:start;border:.5px solid #ebebeb;border-radius:18px;flex-shrink:0;width:auto;height:400px}.library-module__b-buiG__screenshotPlaceholder{scroll-snap-align:start;background:#f0f0f0;border:.5px solid #ebebeb;border-radius:18px;flex-shrink:0;width:185px;height:400px}@media (prefers-reduced-motion:reduce){.library-module__b-buiG__btnM,.library-module__b-buiG__cta,.library-module__b-buiG__navItem,.library-module__b-buiG__bodyInner,.library-module__b-buiG__screenshot,.library-module__b-buiG__screenshotPlaceholder{transition-duration:0s!important;animation:none!important;transform:none!important}}.library-module__b-buiG__aboutWrapper{flex:1;justify-content:center;padding-top:80px;display:flex;overflow-y:auto}.library-module__b-buiG__aboutPanel{flex-direction:column;gap:24px;width:100%;max-width:480px;display:flex}.library-module__b-buiG__aboutTitle{font-family:var(--font-geist-stack);color:var(--color-text-primary);margin:0;font-size:18px;font-weight:500;line-height:24px}.library-module__b-buiG__aboutParagraph{font-family:var(--font-geist-stack);color:var(--color-text-primary);margin:0;font-size:14px;font-weight:400;line-height:18px}.library-module__b-buiG__aboutLink{color:var(--color-text-primary);text-decoration:underline}.library-module__b-buiG__aboutSubmit{align-self:flex-start}.library-module__b-buiG__soundsTitle{font-size:var(--nav-label-size);line-height:var(--nav-label-lh);color:var(--color-text-primary);margin:24px 0 12px;font-weight:500}.library-module__b-buiG__soundChips{flex-wrap:wrap;gap:6px;display:flex}.library-module__b-buiG__soundChip{font-family:var(--font-geist-stack);font-size:var(--nav-label-size);line-height:var(--nav-label-lh);font-weight:var(--nav-label-weight);color:var(--color-text-primary);background:var(--color-nav-bg);cursor:pointer;white-space:nowrap;transition:background-color .15s var(--ease-out-strong), transform .16s var(--ease-out-strong);border:none;border-radius:999px;flex:none;padding:4px 12px}@media (hover:hover) and (pointer:fine){.library-module__b-buiG__soundChip:hover{background:#ebebeb}}.library-module__b-buiG__soundChip:active{transform:scale(.96)}@media (prefers-reduced-motion:reduce){.library-module__b-buiG__soundChip{transition:background-color .15s;transform:none}}.library-module__b-buiG__copiedToast{bottom:calc(24px + env(safe-area-inset-bottom));background:var(--color-btn-primary-bg);color:var(--color-btn-primary-text);font-family:var(--font-geist-stack);z-index:2000;opacity:0;pointer-events:none;transition:opacity .2s var(--ease-out-strong), transform .2s var(--ease-out-strong);border-radius:999px;padding:10px 16px;font-size:14px;font-weight:400;line-height:20px;position:fixed;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 4px 16px #00000026}.library-module__b-buiG__copiedToast[data-visible=true]{opacity:1;transform:translate(-50%)translateY(0)}@media (max-width:768px){.library-module__b-buiG__layout{flex-direction:column;height:auto;overflow:visible}.library-module__b-buiG__sidebar{z-index:50;border-bottom:.5px solid #00000014;border-right:none;flex:none;width:100%;padding:16px;position:relative}.library-module__b-buiG__navContainer{display:none}.library-module__b-buiG__mobileDropdown{z-index:50;display:block}.library-module__b-buiG__mobileDropdownList{overscroll-behavior-y:contain;touch-action:pan-y;height:520px;max-height:70vh;overflow:hidden auto}.library-module__b-buiG__navFooter{display:none}.library-module__b-buiG__body{flex:none;padding:16px;overflow:visible}.library-module__b-buiG__bodyCenter{justify-content:flex-start}.library-module__b-buiG__bodyInner{max-width:100%}.library-module__b-buiG__topSection{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:20px}.library-module__b-buiG__appIcon{border-radius:20px;width:80px;height:80px}.library-module__b-buiG__screenshots{width:calc(100vw - 32px);margin-left:0;padding-right:16px;scroll-padding-right:16px}.library-module__b-buiG__aboutWrapper{padding-left:16px;padding-right:16px}}
