@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_labelText__OubU0{font-weight:600;margin-right:4px;color:hsla(0,0%,100%,.85)}.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:rgba(30,41,59,.8);border-radius:.75rem;border:1px solid rgba(51,65,85,.4);padding:1.5rem;transition:all .25s ease;cursor:pointer;display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1)}.shotlistspage_shotListCard__cIaGq:hover{transform:translateY(-4px);box-shadow:0 8px 15px rgba(0,0,0,.15);border-color:rgba(126,34,206,.5);background-color:rgba(30,41,59,.9)}.shotlistspage_scriptBadge__MYrIC{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#d8b4fe;background-color:rgba(126,34,206,.15);padding:.5rem .75rem;border-radius:.375rem;margin-bottom:1rem;max-width:-moz-fit-content;max-width:fit-content}.shotlistspage_shotListHeader__sxhSQ{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.75rem;color:hsla(0,0%,100%,.6)}.shotlistspage_shotListDateInfo__fFZjE{display:flex;align-items:center;gap:.375rem}.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_shotListMetadata__AxM7_{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.shotlistspage_metadataItem__HtfwT{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:hsla(0,0%,100%,.7);padding:.25rem .625rem;background-color:rgba(51,65,85,.5);border-radius:.25rem}.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(auto-fill,minmax(300px,1fr))}.shotlistspage_title__u50XO{font-size:2.25rem}}