@import url("https://fonts.googleapis.com/css2?family=Limelight&family=Lato:wght@400;700&family=Montserrat:wght@400;700&family=Raleway:wght@400;700&family=Inter:wght@400;700&display=swap");.shotlistspage_container__SqJ4e{min-height:100vh;background:linear-gradient(180deg,#020617,#0f172a);padding:5rem 1rem 1rem;margin-left:0;transition:margin-left .3s ease;font-family:Inter,sans-serif}.shotlistspage_content__Xesdg{max-width:1200px;margin:0 auto;width:100%}.shotlistspage_header__3yFNx{position:relative;display:flex;flex-direction:column;margin-bottom:2rem;gap:1rem}.shotlistspage_headerMain__VLQPc{display:flex;flex-direction:column;gap:.5rem}.shotlistspage_title__u50XO{color:#fff;font-size:1.75rem;font-weight:600;margin:2rem 0 0;text-align:center}.shotlistspage_subtitle__Wa34S{color:#9ca3af;font-size:.875rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.shotlistspage_backButton__2Dp_s{position:absolute;top:0;left:0;display:flex;align-items:center;gap:.5rem;background:none;color:#9ca3af;border:none;font-size:.875rem;padding:.5rem;cursor:pointer;transition:color .2s;z-index:5}.shotlistspage_backButton__2Dp_s:hover{color:#fff}.shotlistspage_createButton__m5JTf{display:flex;align-items:center;gap:.5rem;background-color:#7e22ce;color:#fff;padding:.75rem 1.25rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease}.shotlistspage_createButton__m5JTf:hover{background-color:#9333ea;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.shotlistspage_createCard__zcsxQ{background-color:rgba(30,41,59,.5);border:2px dashed rgba(126,34,206,.3);display:flex;align-items:center;justify-content:center;min-height:200px;transition:all .3s ease}.shotlistspage_createCard__zcsxQ:hover{background-color:rgba(30,41,59,.7);border-color:rgba(126,34,206,.6);transform:translateY(-4px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.shotlistspage_createCardContent__IvI1z{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:hsla(0,0%,100%,.7)}.shotlistspage_createCardText__qnaik{font-size:1rem;font-weight:500}.shotlistspage_sidebarToggle__VD4SC{position:fixed;top:1rem;left:1rem;z-index:160;background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.375rem;padding:.5rem;transition:background-color .2s}.shotlistspage_sidebarToggle__VD4SC:hover{background-color:rgba(75,85,99,.2)}.shotlistspage_loadingContainer__oNh3p{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;width:100%;color:#fff;padding:2rem;text-align:center}.shotlistspage_loadingOverlay__5KFj8{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#020617,#0f172a);display:flex;align-items:center;justify-content:center;z-index:1000}.shotlistspage_loadingContent__VSDbO{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:2rem;text-align:center;max-width:400px}.shotlistspage_loadingSpinnerWrapper__Ds6DL{margin-bottom:1.5rem;position:relative;width:60px;height:60px}.shotlistspage_loadingSpinner__2_f2e{width:100%;height:100%;border-radius:50%;border:4px solid rgba(147,51,234,.2);border-top-color:#9333ea;animation:shotlistspage_spin__Wdj_R 1s ease-in-out infinite}.shotlistspage_loadingContainer__oNh3p h3{font-size:1.25rem;margin-bottom:.5rem;color:#9333ea}.shotlistspage_loadingContainer__oNh3p p{color:hsla(0,0%,100%,.8);max-width:400px}@keyframes shotlistspage_spin__Wdj_R{to{transform:rotate(1turn)}}.shotlistspage_error__g6RrU{color:#ef4444;text-align:center;font-size:1.125rem;margin-top:2rem}.shotlistspage_errorContainer__g4The{min-height:100vh;background:linear-gradient(180deg,#020617,#0f172a);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;gap:1.5rem}.shotlistspage_errorMessage__GXozQ{color:hsla(0,0%,100%,.8);font-size:1.125rem;max-width:400px}.shotlistspage_errorBackButton__M9zeT{display:inline-flex;align-items:center;gap:.5rem;background-color:#7e22ce;color:#fff;padding:.75rem 1.25rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s ease}.shotlistspage_errorBackButton__M9zeT:hover{background-color:#9333ea;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.shotlistspage_emptyState__ZnD_O{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:hsla(0,0%,100%,.7)}.shotlistspage_emptyState__ZnD_O h2{margin-top:1rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:600;color:#fff}.shotlistspage_emptyState__ZnD_O p{margin-bottom:1.5rem;font-size:1rem}.shotlistspage_shotListGrid__g7bIC{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;margin-top:2rem}.shotlistspage_shotListCard__cIaGq{background-color:var(--lib-card-bg);border-radius:var(--lib-card-radius);border:1px solid var(--lib-card-border);padding:1.5rem;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.2)}.shotlistspage_shotListCard__cIaGq:hover{border-color:rgba(100,110,160,.3);background-color:#1e2030}.shotlistspage_thumbStrip__InnEW{display:flex;align-items:stretch;gap:6px;margin-bottom:.85rem}.shotlistspage_thumb__Irs_8{flex:1 1 0;min-width:0;height:96px;border-radius:6px;-o-object-fit:cover;object-fit:cover;background:hsla(0,0%,100%,.04)}.shotlistspage_thumbOverflow__bjMK6{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:48px;height:96px;padding:0 10px;border-radius:6px;background:hsla(0,0%,100%,.06);color:#9ca3af;font-size:14px;font-weight:600}.shotlistspage_detailThumbs__IL5Le{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:.25rem;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.18) transparent}.shotlistspage_detailThumbs__IL5Le::-webkit-scrollbar{height:8px}.shotlistspage_detailThumbs__IL5Le::-webkit-scrollbar-track{background:transparent}.shotlistspage_detailThumbs__IL5Le::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.18);border-radius:4px}.shotlistspage_detailThumb__dDm_k{flex:0 0 auto;width:120px;height:80px;border-radius:6px;-o-object-fit:cover;object-fit:cover;background:hsla(0,0%,100%,.04)}.shotlistspage_sceneChips__65i5j{display:flex;flex-wrap:wrap;gap:4px;margin:.5rem 0 .25rem}.shotlistspage_sceneChip__sY_CS{padding:2px 7px;border-radius:4px;background:hsla(0,0%,100%,.06);color:#c7cbd6;font-size:11px;font-weight:500;line-height:1.4}.shotlistspage_sceneChipMore__Zznp1{padding:2px 7px;border-radius:4px;color:#9ca3af;font-size:11px;font-weight:500}.shotlistspage_shotAssoc__KQ9sl{display:block;font-size:.8125rem;color:var(--color-accent,#a855f7);margin-bottom:1rem}.shotlistspage_shotAssocProject__0Q46M{color:hsla(0,0%,100%,.55)}.shotlistspage_shotListHeader__sxhSQ{display:flex;justify-content:flex-end;align-items:center;margin-bottom:.75rem;font-size:.75rem;color:hsla(0,0%,100%,.6)}.shotlistspage_cardActions__huOl5{display:flex;gap:.25rem;opacity:0;transition:opacity .2s ease}.shotlistspage_shotListCard__cIaGq:hover .shotlistspage_cardActions__huOl5{opacity:1}.shotlistspage_cardActionButton__8UwR8{background:none;border:none;color:hsla(0,0%,100%,.5);cursor:pointer;padding:.375rem;border-radius:.375rem;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.shotlistspage_cardActionButton__8UwR8:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.shotlistspage_deleteAction__NrSpa:hover{color:#ef4444;background-color:rgba(239,68,68,.1)}.shotlistspage_shotListActions__91ZfV{display:flex;gap:.5rem}.shotlistspage_actionButton__mW9Hl{background:none;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.shotlistspage_actionButton__mW9Hl:hover{background-color:hsla(0,0%,100%,.1);color:#fff}.shotlistspage_shotListName__AJbM5{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff}.shotlistspage_shotListDescription__pJ__d{font-size:.875rem;color:hsla(0,0%,100%,.7);margin-bottom:1rem;line-height:1.4}.shotlistspage_completionStats__e6Yys{margin-top:auto}.shotlistspage_progressBarContainer__jJKa3{width:100%;height:.3rem;background-color:rgba(51,65,85,.3);border-radius:1rem;margin-bottom:.75rem;overflow:hidden}.shotlistspage_progressBar__Pg2xf{height:100%;border-radius:1rem;transition:width .5s ease}.shotlistspage_statsBreakdown__hwlgV{display:flex;flex-wrap:wrap;gap:1rem;font-size:.75rem;color:hsla(0,0%,100%,.7)}.shotlistspage_statItem__ONFQq{display:flex;align-items:center;gap:.375rem}.shotlistspage_completedIcon__Ppz4_{color:#10b981}.shotlistspage_inProgressIcon__La824{color:#6366f1}.shotlistspage_pendingIcon__hWgK6{color:#f59e0b}.shotlistspage_shotListInfo__79CUF{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.shotlistspage_infoItem__T3kwV{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.875rem}.shotlistspage_projectBadge__EIa1M{display:inline-block;background-color:rgba(126,34,206,.2);color:#d8b4fe;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;margin-top:.5rem}@media (min-width:640px){.shotlistspage_container__SqJ4e{padding:5rem 1.5rem 1.5rem}.shotlistspage_title__u50XO{font-size:2rem}}@media (min-width:768px){.shotlistspage_shotListGrid__g7bIC{grid-template-columns:repeat(2,1fr)}.shotlistspage_container__SqJ4e{padding:5rem 1.5rem 1.5rem}}@media (min-width:1024px){.shotlistspage_container__SqJ4e{padding:5rem 2rem 2rem;margin-left:20rem}.shotlistspage_shotListGrid__g7bIC{grid-template-columns:repeat(2,1fr)}.shotlistspage_title__u50XO{font-size:2.25rem}}.shotlistspage_headerActions__yAU7y{position:absolute;top:0;right:0}.shotlistspage_list__VGaND{display:flex;flex-direction:column;gap:8px;margin-top:2rem}.shotlistspage_listRow__9Pfgi{background-color:var(--lib-card-bg);border:1px solid var(--lib-card-border);border-radius:var(--lib-card-radius);overflow:hidden;transition:all .2s ease}.shotlistspage_listRow__9Pfgi:hover{border-color:rgba(100,110,160,.3)}.shotlistspage_listRowMain__92iaQ{display:flex;align-items:center;gap:14px;padding:12px 16px;cursor:pointer;min-width:0}.shotlistspage_listRowMain__92iaQ:hover{background-color:#1e2030}.shotlistspage_listRowOpen__CtScU{background-color:#1e2030;border-left:3px solid #a855f7}.shotlistspage_listRowDetail__uzZlM{display:flex;flex-direction:column;gap:12px;padding:12px 16px 14px;border-top:1px solid var(--lib-card-border)}.shotlistspage_listIcon__ZsJqn{display:flex;align-items:center;color:#64748b;flex-shrink:0}.shotlistspage_listMain__Vah1F{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}.shotlistspage_listTitle__Y0nlj{font-size:15px;font-weight:600;color:#f1f5f9;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shotlistspage_listAssoc__Bopv6{font-size:11.5px;color:hsla(0,0%,100%,.55)}.shotlistspage_listShots__lmD1x{display:flex;align-items:center;gap:10px;flex-shrink:0}.shotlistspage_listStat__Ld_GF{font-size:12px;color:#94a3b8;white-space:nowrap}.shotlistspage_listProgressMini__W_fKA{width:72px;height:.3rem;background-color:rgba(51,65,85,.3);border-radius:1rem;overflow:hidden}.shotlistspage_listCompletion__laadY{font-size:12px;font-weight:600;color:#cbd5e1;flex-shrink:0;min-width:34px;text-align:right}.shotlistspage_detailProgress___JMbx{display:flex;flex-direction:column;gap:8px}.shotlistspage_detailMeta__EqcGf{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:#94a3b8}.shotlistspage_detailMetaItem__Ds5a4{white-space:nowrap}.shotlistspage_detailAssoc__F6Pno{display:flex;align-items:center;gap:8px;font-size:13px}.shotlistspage_detailAssocScript__zO5xj{color:var(--color-accent,#a855f7);font-weight:500}.shotlistspage_detailAssocSep__gSNlw{color:hsla(0,0%,100%,.35)}.shotlistspage_detailAssocProject___o_Jf{color:hsla(0,0%,100%,.6)}.shotlistspage_detailActions__1MxNI{display:flex;flex-wrap:wrap;gap:8px}.shotlistspage_detailBtn__MoH0_{display:inline-flex;align-items:center;gap:6px;background-color:rgba(51,65,85,.5);color:#cbd5e1;border:1px solid var(--lib-card-border);border-radius:7px;padding:7px 12px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.shotlistspage_detailBtn__MoH0_:hover{background-color:rgba(51,65,85,.9);color:#f1f5f9}.shotlistspage_detailBtnPrimary__7Ijtj{background-color:#7e22ce;color:#fff;border-color:#7e22ce}.shotlistspage_detailBtnPrimary__7Ijtj:hover{background-color:#4338ca;color:#fff}.shotlistspage_detailBtnDanger__owhf8{color:#f87171}.shotlistspage_detailBtnDanger__owhf8:hover{background-color:hsla(0,91%,71%,.12);color:#f87171}.shotlistspage_listCreateRow__m_Y28{display:flex;align-items:center;justify-content:center;gap:8px;background:none;border:1px dashed var(--lib-card-border);border-radius:var(--lib-card-radius);padding:14px 16px;color:#94a3b8;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.shotlistspage_listCreateRow__m_Y28:hover{border-color:rgba(100,110,160,.5);color:#f1f5f9}