.page-module__E0kJGG__page{flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:40px 16px 96px;display:flex}.page-module__E0kJGG__stage{justify-content:center;width:100%;display:flex}.page-module__E0kJGG__empty{color:var(--text-muted);font-family:var(--font-outfit), sans-serif;text-align:center;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:15px;display:flex}.page-module__E0kJGG__emptyPlus{background:var(--chip-bg);width:22px;height:22px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}.page-module__E0kJGG__grid{flex-wrap:wrap;justify-content:center;gap:4px;width:100%;max-width:645px;display:flex}.page-module__E0kJGG__cell{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;position:relative}.page-module__E0kJGG__cell.page-module__E0kJGG__dragging{opacity:.35}.page-module__E0kJGG__item{border-radius:var(--radius-item);width:88px;cursor:var(--cursor-pointer);background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;padding:16px 4px 14px;transition:background .15s;animation:.3s both page-module__E0kJGG__fadeUp;display:flex}.page-module__E0kJGG__item:hover{background:var(--bg-hover)}.page-module__E0kJGG__item:active{background:var(--bg-active)}.page-module__E0kJGG__iconWrap{background:var(--chip-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;overflow:visible}.page-module__E0kJGG__icon{object-fit:contain;border-radius:50%;width:28px;height:28px}.page-module__E0kJGG__label{color:var(--icon-label);font-size:12px;font-family:var(--font-outfit), sans-serif;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:80px;overflow:hidden}.page-module__E0kJGG__fab{background:var(--fab-bg);width:56px;height:56px;color:var(--text);box-shadow:var(--shadow-fab);z-index:20;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .2s;display:flex;position:fixed;bottom:28px;right:28px}.page-module__E0kJGG__fab:hover{background:#5c5c5c}.page-module__E0kJGG__fab:active{transform:scale(.94)}.page-module__E0kJGG__fabOpen{transform:rotate(45deg)}.page-module__E0kJGG__fabOpen:active{transform:rotate(45deg)scale(.94)}.page-module__E0kJGG__overlay{background:var(--overlay);z-index:30;justify-content:center;align-items:center;padding:24px;animation:.15s both page-module__E0kJGG__fadeIn;display:flex;position:fixed;inset:0}.page-module__E0kJGG__panel{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:var(--radius-panel);width:100%;max-width:640px;max-height:80dvh;box-shadow:var(--shadow-panel);flex-direction:column;animation:.18s both page-module__E0kJGG__popIn;display:flex;overflow:hidden}.page-module__E0kJGG__panelHead{justify-content:space-between;align-items:center;padding:18px 20px 0;display:flex}.page-module__E0kJGG__panelTitle{font-family:var(--font-outfit), sans-serif;color:var(--text);font-size:16px;font-weight:600}.page-module__E0kJGG__panelClose{width:28px;height:28px;color:var(--text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.page-module__E0kJGG__panelClose:hover{background:var(--bg-hover);color:var(--text)}.page-module__E0kJGG__searchBar{background:var(--search-bg);border-radius:var(--radius-search);align-items:center;gap:4px;height:44px;margin:16px 20px 4px;padding:0 16px;transition:box-shadow .2s;display:flex;box-shadow:0 1px 6px #00000047}.page-module__E0kJGG__searchBar:focus-within{box-shadow:0 1px 6px #0006,0 0 0 1px #ffffff14}.page-module__E0kJGG__searchIcon{pointer-events:none;flex-shrink:0}.page-module__E0kJGG__searchInput{font-size:15px;font-family:var(--font-outfit), sans-serif;color:var(--search-text);background:0 0;border:none;flex:1;min-width:0;padding:0 8px}.page-module__E0kJGG__searchInput::placeholder{color:var(--search-placeholder)}.page-module__E0kJGG__searchInput:focus{outline:none}.page-module__E0kJGG__panelBody{padding:12px 12px 20px;overflow-y:auto}.page-module__E0kJGG__libraryGrid{flex-wrap:wrap;justify-content:flex-start;gap:2px;display:flex}.page-module__E0kJGG__libItem{border-radius:var(--radius-item);background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;width:88px;padding:14px 4px 12px;transition:background .15s;display:flex}.page-module__E0kJGG__libItem:hover{background:var(--bg-hover)}.page-module__E0kJGG__libItem:active{background:var(--bg-active)}.page-module__E0kJGG__stateBadge{color:#1f1f1f;background:#e8e8e8;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 1px 3px #00000080}.page-module__E0kJGG__noMatch{color:var(--text-muted);font-family:var(--font-outfit), sans-serif;text-align:center;padding:32px 16px;font-size:14px}@keyframes page-module__E0kJGG__fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module__E0kJGG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module__E0kJGG__popIn{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.page-module__E0kJGG__page{padding:32px 20px 96px}.page-module__E0kJGG__item,.page-module__E0kJGG__libItem{gap:6px;width:76px;padding:12px 2px 10px}.page-module__E0kJGG__iconWrap{width:44px;height:44px}.page-module__E0kJGG__icon{width:24px;height:24px}.page-module__E0kJGG__label{font-size:11px}.page-module__E0kJGG__fab{bottom:20px;right:20px}.page-module__E0kJGG__panel{max-height:86dvh}}@media (prefers-reduced-motion:reduce){.page-module__E0kJGG__item,.page-module__E0kJGG__overlay,.page-module__E0kJGG__panel,.page-module__E0kJGG__fab,.page-module__E0kJGG__fabOpen{transition:none!important;animation:none!important}}
