:root{--dashboard-ease:cubic-bezier(.4,0,.2,1);--dashboard-ease-out:cubic-bezier(0,0,.2,1);--dashboard-ease-spring:cubic-bezier(.34,1.56,.64,1);--dashboard-duration:.2s;--dashboard-duration-lg:.4s;--dashboard-duration-xl:.6s}.Dashboard-module__0qHQXq__dashboardContainer{min-height:calc(100vh - 364px);padding:calc(var(--nav-height) + var(--space-8))var(--space-6)var(--space-16);max-width:var(--max-width);width:100%;margin:0 auto}@media (max-width:768px){.Dashboard-module__0qHQXq__dashboardContainer{padding:calc(var(--nav-height) + var(--space-4))var(--space-4)var(--space-10)}}.Dashboard-module__0qHQXq__loadingContainer{justify-content:center;align-items:center;min-height:60vh;display:flex}.Dashboard-module__0qHQXq__loadingContent{align-items:center;gap:var(--space-4);color:var(--color-text-2);flex-direction:column;display:flex}.Dashboard-module__0qHQXq__loadingSpinner{border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite Dashboard-module__0qHQXq__spin}.Dashboard-module__0qHQXq__loadingText{font-size:var(--text-small);color:var(--color-text-2)}@keyframes Dashboard-module__0qHQXq__spin{to{transform:rotate(360deg)}}.Dashboard-module__0qHQXq__skeleton{background:linear-gradient(90deg,var(--color-bg-2)25%,var(--color-bg-3)50%,var(--color-bg-2)75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s ease-in-out infinite Dashboard-module__0qHQXq__skeletonShimmer}@keyframes Dashboard-module__0qHQXq__skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Dashboard-module__0qHQXq__skeletonHeader{height:80px;margin-bottom:var(--space-8)}.Dashboard-module__0qHQXq__skeletonNav{height:48px;margin-bottom:var(--space-6)}.Dashboard-module__0qHQXq__skeletonContent{height:400px}.Dashboard-module__0qHQXq__pageEnter{animation:Dashboard-module__0qHQXq__pageFadeIn .4s var(--dashboard-ease-out)both}@keyframes Dashboard-module__0qHQXq__pageFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__0qHQXq__authPrompt{text-align:center;justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;min-height:60vh;display:flex}.Dashboard-module__0qHQXq__authTitle{font-family:var(--font-serif);font-size:var(--text-headline-1);color:var(--color-text);font-weight:500}.Dashboard-module__0qHQXq__authText{font-size:var(--text-body);color:var(--color-text-2);max-width:360px}.Dashboard-module__0qHQXq__dashboardHeader{margin-bottom:var(--space-8)}.Dashboard-module__0qHQXq__headerContent{justify-content:space-between;align-items:flex-start;gap:var(--space-4);flex-wrap:wrap;display:flex}.Dashboard-module__0qHQXq__headerTitleBlock{animation:Dashboard-module__0qHQXq__fadeSlideUp .6s var(--dashboard-ease-out)both}.Dashboard-module__0qHQXq__headerTitle{font-family:var(--font-serif);font-size:var(--text-headline-1);letter-spacing:var(--text-headline-1-letter-spacing);margin-bottom:var(--space-1);background:linear-gradient(135deg,var(--color-text)0%,var(--color-text-2)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:500}.Dashboard-module__0qHQXq__headerSubtitle{color:var(--color-text-2);font-size:var(--text-body)}.Dashboard-module__0qHQXq__userInfo{align-items:center;gap:var(--space-2);animation:Dashboard-module__0qHQXq__fadeSlideUp .6s var(--dashboard-ease-out).1s both;flex-flow:wrap;display:flex}@media (max-width:640px){.Dashboard-module__0qHQXq__userInfo{align-items:flex-start;gap:var(--space-1);flex-direction:column}}.Dashboard-module__0qHQXq__userEmail{font-size:var(--text-small);color:var(--color-text-2);font-weight:500}.Dashboard-module__0qHQXq__planBadge{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);font-size:var(--text-caption);letter-spacing:.04em;text-transform:uppercase;transition:all var(--dashboard-duration)var(--dashboard-ease);font-weight:600;display:inline-flex}.Dashboard-module__0qHQXq__planBadge_free{background:var(--color-bg-3);color:var(--color-text-2);border:1px solid var(--color-border)}.Dashboard-module__0qHQXq__planBadge_individual{background:var(--color-accent-glow);color:var(--color-accent);border:1px solid var(--color-border-accent)}.Dashboard-module__0qHQXq__planBadge_business{color:var(--color-success);background:#34c7591a;border:1px solid #34c75933}@keyframes Dashboard-module__0qHQXq__fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__0qHQXq__navTabs{gap:var(--space-1);margin-bottom:var(--space-6);padding:var(--space-1);background:var(--color-bg-2);border-radius:var(--radius-lg);-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;max-width:fit-content;display:flex;overflow-x:auto}.Dashboard-module__0qHQXq__navTabs::-webkit-scrollbar{display:none}.Dashboard-module__0qHQXq__navTab{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);border-radius:var(--radius-md);font-size:var(--text-small);color:var(--color-text-2);cursor:pointer;transition:all var(--dashboard-duration)var(--dashboard-ease);white-space:nowrap;background:0 0;border:none;flex:1;min-width:0;font-weight:500;display:flex}.Dashboard-module__0qHQXq__navTab:hover{color:var(--color-text);background:#ffffff80}.Dashboard-module__0qHQXq__navTabLabel{display:inline}.Dashboard-module__0qHQXq__navTabLabelShort{display:none}@media (max-width:640px){.Dashboard-module__0qHQXq__navTabs{width:100%;max-width:100%}.Dashboard-module__0qHQXq__navTab{padding:var(--space-2)var(--space-2);font-size:var(--text-caption);justify-content:center;gap:var(--space-1);flex:1}.Dashboard-module__0qHQXq__navTab svg{width:16px;height:16px}}@media (max-width:480px){.Dashboard-module__0qHQXq__navTab{padding:var(--space-2)var(--space-1);font-size:11px}.Dashboard-module__0qHQXq__navTabLabel{display:none}.Dashboard-module__0qHQXq__navTabLabelShort{display:inline}}@media (max-width:360px){.Dashboard-module__0qHQXq__navTab{padding:var(--space-2)}.Dashboard-module__0qHQXq__navTabLabel,.Dashboard-module__0qHQXq__navTabLabelShort{display:none}}.Dashboard-module__0qHQXq__navTabActive{background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-sm)}.Dashboard-module__0qHQXq__viewContainer{width:100%;max-width:100%;position:relative;overflow:hidden}.Dashboard-module__0qHQXq__view{animation:Dashboard-module__0qHQXq__viewEnter .5s var(--dashboard-ease-out)both;width:100%;max-width:100%}.Dashboard-module__0qHQXq__viewExit{animation:Dashboard-module__0qHQXq__viewExit .3s var(--dashboard-ease)both;pointer-events:none;position:absolute;top:0;left:0;right:0}@keyframes Dashboard-module__0qHQXq__viewEnter{0%{opacity:0;transform:translateY(16px)scale(.995)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Dashboard-module__0qHQXq__viewExit{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-12px)scale(.995)}}.Dashboard-module__0qHQXq__galleryList{width:100%;max-width:100%}.Dashboard-module__0qHQXq__listHeader{margin-bottom:var(--space-6);animation:Dashboard-module__0qHQXq__fadeSlideUp .5s var(--dashboard-ease-out).15s both;justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.Dashboard-module__0qHQXq__listTitle{font-size:var(--text-headline-3);color:var(--color-text);font-weight:600}.Dashboard-module__0qHQXq__galleryCount{font-size:var(--text-small);color:var(--color-text-3);font-weight:500}.Dashboard-module__0qHQXq__galleryGrid{gap:var(--space-5);width:100%;max-width:100%;padding-bottom:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}@media (max-width:640px){.Dashboard-module__0qHQXq__galleryGrid{grid-template-columns:1fr}}@media (min-width:641px) and (max-width:1024px){.Dashboard-module__0qHQXq__galleryGrid{grid-template-columns:repeat(2,1fr)}}.Dashboard-module__0qHQXq__galleryCardWrapper{position:relative}.Dashboard-module__0qHQXq__galleryCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-6);transition:all var(--dashboard-duration-lg)var(--dashboard-ease);animation:Dashboard-module__0qHQXq__cardEnter .5s var(--dashboard-ease-out)both;box-sizing:border-box;width:100%;min-width:0;margin-bottom:var(--space-2);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.Dashboard-module__0qHQXq__galleryCard:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 12px 40px #00000014,0 4px 12px #b8924a14}.Dashboard-module__0qHQXq__galleryCard:first-child{animation-delay:.1s}.Dashboard-module__0qHQXq__galleryCard:nth-child(2){animation-delay:.18s}.Dashboard-module__0qHQXq__galleryCard:nth-child(3){animation-delay:.26s}.Dashboard-module__0qHQXq__galleryCard:nth-child(4){animation-delay:.34s}.Dashboard-module__0qHQXq__galleryCard:nth-child(5){animation-delay:.42s}.Dashboard-module__0qHQXq__galleryCard:nth-child(6){animation-delay:.5s}@keyframes Dashboard-module__0qHQXq__cardEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__0qHQXq__cardHeader{margin-bottom:var(--space-4);justify-content:space-between;align-items:flex-start;gap:var(--space-4);min-width:0;display:flex}.Dashboard-module__0qHQXq__cardTitle{font-size:var(--text-headline-3);color:var(--color-text);font-weight:600;line-height:var(--text-headline-3-line-height);transition:color var(--dashboard-duration)var(--dashboard-ease);word-break:break-word;overflow-wrap:break-word;min-width:0;margin:0}.Dashboard-module__0qHQXq__galleryCard:hover .Dashboard-module__0qHQXq__cardTitle{color:var(--color-accent)}.Dashboard-module__0qHQXq__cardMeta{gap:var(--space-2);flex-direction:column;margin-top:auto;display:flex}.Dashboard-module__0qHQXq__cardStats{align-items:center;gap:var(--space-3);font-size:var(--text-small);color:var(--color-text-2);display:flex}.Dashboard-module__0qHQXq__cardStat{align-items:center;gap:var(--space-1);display:flex}.Dashboard-module__0qHQXq__cardStatIcon{opacity:.6;width:16px;height:16px}.Dashboard-module__0qHQXq__cardDate{font-size:var(--text-caption);color:var(--color-text-3);letter-spacing:.02em}.Dashboard-module__0qHQXq__cardActions{bottom:var(--space-5);right:var(--space-5);gap:var(--space-2);z-index:2;display:flex;position:absolute}.Dashboard-module__0qHQXq__cardAction{background:var(--color-bg-2);width:36px;height:36px;color:var(--color-text-3);cursor:pointer;opacity:0;transition:all .2s var(--dashboard-ease);box-shadow:var(--shadow-sm);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;transform:scale(.8)}.Dashboard-module__0qHQXq__galleryCardWrapper:hover .Dashboard-module__0qHQXq__cardAction{opacity:1;transform:scale(1)}.Dashboard-module__0qHQXq__cardAction:hover{background:var(--color-error);color:#fff;box-shadow:0 4px 12px #ff453a40;transform:scale(1.1)!important}.Dashboard-module__0qHQXq__cardActionManage:hover{background:var(--color-accent);color:var(--color-text);box-shadow:var(--shadow-accent)}.Dashboard-module__0qHQXq__statusBadge{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);font-size:var(--text-caption);letter-spacing:.02em;text-transform:uppercase;transition:all var(--dashboard-duration)var(--dashboard-ease);white-space:nowrap;flex-shrink:0;font-weight:600;display:inline-flex}.Dashboard-module__0qHQXq__statusBadge:before{content:"";border-radius:50%;width:6px;height:6px}.Dashboard-module__0qHQXq__status_processing{color:var(--color-warning);background:#ff9f0a14;border:1px solid #ff9f0a26}.Dashboard-module__0qHQXq__status_processing:before{background:var(--color-warning);animation:1.5s ease-in-out infinite Dashboard-module__0qHQXq__pulse}.Dashboard-module__0qHQXq__status_ready{background:var(--color-success-bg);color:var(--color-success);border:1px solid #34c75926}.Dashboard-module__0qHQXq__status_ready:before{background:var(--color-success)}.Dashboard-module__0qHQXq__status_error{background:var(--color-error-bg);color:var(--color-error);border:1px solid #ff3b3026}.Dashboard-module__0qHQXq__status_error:before{background:var(--color-error)}@keyframes Dashboard-module__0qHQXq__pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.Dashboard-module__0qHQXq__emptyState{padding:var(--space-16)var(--space-6);text-align:center;background:linear-gradient(135deg,var(--color-surface)0%,var(--color-bg-2)100%);border:2px dashed var(--color-border);border-radius:var(--radius-xl);animation:Dashboard-module__0qHQXq__fadeSlideUp .6s var(--dashboard-ease-out)both;transition:all var(--dashboard-duration-lg)var(--dashboard-ease);flex-direction:column;justify-content:center;align-items:center;display:flex}.Dashboard-module__0qHQXq__emptyState:hover{border-color:var(--color-accent);background:linear-gradient(135deg,var(--color-surface)0%,#b8924a08 100%)}.Dashboard-module__0qHQXq__emptyIcon{background:var(--color-bg-3);width:80px;height:80px;margin-bottom:var(--space-5);transition:all var(--dashboard-duration-lg)var(--dashboard-ease);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;animation:3s ease-in-out infinite Dashboard-module__0qHQXq__float;display:flex}.Dashboard-module__0qHQXq__emptyState:hover .Dashboard-module__0qHQXq__emptyIcon{background:var(--color-accent-glow);transform:scale(1.05)}.Dashboard-module__0qHQXq__emptyTitle{font-size:var(--text-headline-3);color:var(--color-text);margin-bottom:var(--space-2);font-weight:600}.Dashboard-module__0qHQXq__emptyText{color:var(--color-text-2);font-size:var(--text-body);max-width:320px;margin-bottom:var(--space-6);line-height:var(--text-body-line-height)}.Dashboard-module__0qHQXq__skeletonContainer{gap:var(--space-5);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.Dashboard-module__0qHQXq__skeletonCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-6);animation:2s ease-in-out infinite Dashboard-module__0qHQXq__skeletonPulse}.Dashboard-module__0qHQXq__skeletonHeader{margin-bottom:var(--space-4);justify-content:space-between;display:flex}.Dashboard-module__0qHQXq__skeletonTitle{background:var(--color-bg-3);border-radius:var(--radius-sm);width:60%;height:24px}.Dashboard-module__0qHQXq__skeletonBadge{background:var(--color-bg-3);border-radius:var(--radius-full);width:80px;height:24px}.Dashboard-module__0qHQXq__skeletonMeta{gap:var(--space-2);flex-direction:column;display:flex}.Dashboard-module__0qHQXq__skeletonLine{background:var(--color-bg-3);border-radius:var(--radius-sm);height:16px}.Dashboard-module__0qHQXq__skeletonLineShort{width:40%}@keyframes Dashboard-module__0qHQXq__skeletonPulse{0%,to{opacity:1}50%{opacity:.6}}
.Modal-module__iX2sxG__overlay{z-index:9999;will-change:transform;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.Modal-module__iX2sxG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;animation:.2s Modal-module__iX2sxG__fadeIn;position:absolute;inset:0}@keyframes Modal-module__iX2sxG__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__iX2sxG__content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:90vh;animation:.3s cubic-bezier(0,0,.2,1) Modal-module__iX2sxG__modalEnter;position:relative;overflow:hidden;box-shadow:0 20px 80px #0003}@keyframes Modal-module__iX2sxG__modalEnter{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.Modal-module__iX2sxG__header{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.Modal-module__iX2sxG__dangerIcon{color:#ff453a;background:#ff453a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;animation:2s ease-in-out infinite Modal-module__iX2sxG__dangerPulse;display:flex}@keyframes Modal-module__iX2sxG__dangerPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.Modal-module__iX2sxG__headerText{flex:1;min-width:0}.Modal-module__iX2sxG__title{color:var(--color-text);margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.Modal-module__iX2sxG__description{color:var(--color-text-2);margin:0;font-size:.9375rem;line-height:1.5}.Modal-module__iX2sxG__closeButton{width:32px;height:32px;color:var(--color-text-3);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Modal-module__iX2sxG__closeButton:hover{background:var(--color-bg-2);color:var(--color-text)}.Modal-module__iX2sxG__body{scrollbar-width:thin;scrollbar-color:var(--color-border-2)transparent;max-height:calc(90vh - 200px);padding:1.5rem;overflow-y:auto}.Modal-module__iX2sxG__body::-webkit-scrollbar{width:6px}.Modal-module__iX2sxG__body::-webkit-scrollbar-track{background:0 0}.Modal-module__iX2sxG__body::-webkit-scrollbar-thumb{background:var(--color-border-2);border-radius:3px}.Modal-module__iX2sxG__body::-webkit-scrollbar-thumb:hover{background:var(--color-text-3)}.Modal-module__iX2sxG__footer{background:var(--color-bg-2);border-top:1px solid var(--color-border);padding:1rem 1.5rem}.Modal-module__iX2sxG__footerButtons{justify-content:flex-end;gap:.75rem;display:flex}.Modal-module__iX2sxG__cancelButton{border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;font-size:.9375rem;font-weight:500;font-family:var(--font-sans);background:0 0;padding:.625rem 1.25rem;transition:all .2s}.Modal-module__iX2sxG__cancelButton:hover:not(:disabled){border-color:var(--color-text-2);background:var(--color-bg-3)}.Modal-module__iX2sxG__cancelButton:disabled{opacity:.5;cursor:not-allowed}.Modal-module__iX2sxG__confirmButton{background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-2)100%);border-radius:var(--radius-md);color:var(--color-black);cursor:pointer;font-size:.9375rem;font-weight:600;font-family:var(--font-sans);border:none;align-items:center;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s;display:flex}.Modal-module__iX2sxG__confirmButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #b8924a4d}.Modal-module__iX2sxG__confirmButton:disabled{opacity:.7;cursor:not-allowed}.Modal-module__iX2sxG__confirmButton.Modal-module__iX2sxG__danger{color:#fff;background:linear-gradient(135deg,#ff453a 0%,#ff6b6b 100%)}.Modal-module__iX2sxG__confirmButton.Modal-module__iX2sxG__danger:hover:not(:disabled){box-shadow:0 4px 12px #ff453a4d}.Modal-module__iX2sxG__spinner{border:2px solid #0003;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Modal-module__iX2sxG__spin}@keyframes Modal-module__iX2sxG__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.Modal-module__iX2sxG__overlay{align-items:flex-end;padding:1rem}.Modal-module__iX2sxG__content{max-height:80vh}.Modal-module__iX2sxG__body{max-height:calc(80vh - 180px)}.Modal-module__iX2sxG__header{padding:1.25rem}.Modal-module__iX2sxG__footerButtons{flex-direction:column-reverse}.Modal-module__iX2sxG__cancelButton,.Modal-module__iX2sxG__confirmButton{justify-content:center;width:100%}}
.ManageGalleryModal-module__EqjvRa__modalContent{min-width:400px;max-width:500px}@media (max-width:640px){.ManageGalleryModal-module__EqjvRa__modalContent{min-width:unset;width:100%}}.ManageGalleryModal-module__EqjvRa__demoBanner{border-radius:var(--radius-md);color:var(--color-text);background:linear-gradient(135deg,#b8924a1a 0%,#b8924a0d 100%);border:1px solid #b8924a33;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.875rem 1rem;font-size:.8125rem;line-height:1.5;display:flex}.ManageGalleryModal-module__EqjvRa__demoIcon{flex-shrink:0;font-size:1.25rem}.ManageGalleryModal-module__EqjvRa__tabs{border-bottom:1px solid var(--color-border);scrollbar-width:none;-ms-overflow-style:none;gap:.25rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.ManageGalleryModal-module__EqjvRa__tabs::-webkit-scrollbar{display:none}.ManageGalleryModal-module__EqjvRa__tab{border-radius:var(--radius-md);color:var(--color-text-2);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.ManageGalleryModal-module__EqjvRa__tab:hover{background:var(--color-bg-2);color:var(--color-text)}.ManageGalleryModal-module__EqjvRa__tabActive{background:var(--color-accent-glow);color:var(--color-accent)}.ManageGalleryModal-module__EqjvRa__tabBadge{color:#fff;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.02em;background:#34c759;align-items:center;margin-left:.375rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700;line-height:1;display:inline-flex}.ManageGalleryModal-module__EqjvRa__loading{color:var(--color-text-2);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;font-size:.875rem;display:flex}.ManageGalleryModal-module__EqjvRa__spinner{border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite ManageGalleryModal-module__EqjvRa__spin}@keyframes ManageGalleryModal-module__EqjvRa__spin{to{transform:rotate(360deg)}}.ManageGalleryModal-module__EqjvRa__buttonSpinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite ManageGalleryModal-module__EqjvRa__spin}.ManageGalleryModal-module__EqjvRa__buttonSpinnerSmall{border:2px solid;border-top-color:#0000;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ManageGalleryModal-module__EqjvRa__spin}.ManageGalleryModal-module__EqjvRa__errorBanner{color:#ff453a;border-radius:var(--radius-md);background:#ff453a14;border:1px solid #ff453a33;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.ManageGalleryModal-module__EqjvRa__tabContent{flex-direction:column;gap:1.25rem;display:flex}.ManageGalleryModal-module__EqjvRa__field{flex-direction:column;gap:.5rem;display:flex}.ManageGalleryModal-module__EqjvRa__label{color:var(--color-text);font-size:.8125rem;font-weight:600}.ManageGalleryModal-module__EqjvRa__input{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);padding:.625rem .875rem;font-family:inherit;font-size:.9375rem;transition:all .2s}.ManageGalleryModal-module__EqjvRa__input:hover{border-color:var(--color-border-2)}.ManageGalleryModal-module__EqjvRa__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow);outline:none}.ManageGalleryModal-module__EqjvRa__hint{color:var(--color-text-3);margin:0;font-size:.75rem}.ManageGalleryModal-module__EqjvRa__currentPassword{color:#34c759;align-items:center;gap:.375rem;margin-bottom:.5rem;font-size:.8125rem;display:flex}.ManageGalleryModal-module__EqjvRa__passwordHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ManageGalleryModal-module__EqjvRa__toggle{cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:inherit;display:flex}.ManageGalleryModal-module__EqjvRa__toggle:disabled{opacity:.5;cursor:not-allowed}.ManageGalleryModal-module__EqjvRa__toggleTrack{background:var(--color-border-2);border-radius:12px;width:44px;height:24px;transition:background .2s;position:relative}.ManageGalleryModal-module__EqjvRa__toggleActive .ManageGalleryModal-module__EqjvRa__toggleTrack{background:var(--color-accent)}.ManageGalleryModal-module__EqjvRa__toggleThumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.ManageGalleryModal-module__EqjvRa__toggleActive .ManageGalleryModal-module__EqjvRa__toggleThumb{transform:translate(20px)}.ManageGalleryModal-module__EqjvRa__toggleLabel{color:var(--color-text-2);text-align:left;min-width:50px;font-size:.8125rem;font-weight:500}.ManageGalleryModal-module__EqjvRa__toggleActive .ManageGalleryModal-module__EqjvRa__toggleLabel{color:var(--color-accent)}.ManageGalleryModal-module__EqjvRa__passwordInputSection{animation:.2s ManageGalleryModal-module__EqjvRa__slideDown}@keyframes ManageGalleryModal-module__EqjvRa__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ManageGalleryModal-module__EqjvRa__toggleGroup{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ManageGalleryModal-module__EqjvRa__toggle{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;text-align:left;color:var(--color-text-2);align-items:center;gap:.75rem;padding:.875rem;transition:all .2s;display:flex}.ManageGalleryModal-module__EqjvRa__toggle:hover{border-color:var(--color-border-2);background:var(--color-bg-2)}.ManageGalleryModal-module__EqjvRa__toggleActive{border-color:var(--color-accent);background:var(--color-accent-glow);color:var(--color-accent)}.ManageGalleryModal-module__EqjvRa__toggleContent{flex-direction:column;gap:.125rem;display:flex}.ManageGalleryModal-module__EqjvRa__toggleTitle{font-size:.875rem;font-weight:600}.ManageGalleryModal-module__EqjvRa__toggleDesc{opacity:.8;font-size:.75rem}.ManageGalleryModal-module__EqjvRa__saveButton{background:var(--color-accent);width:100%;color:var(--color-black);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.ManageGalleryModal-module__EqjvRa__saveButton:hover:not(:disabled){background:var(--color-accent-2);transform:translateY(-1px)}.ManageGalleryModal-module__EqjvRa__saveButton:disabled{opacity:.6;cursor:not-allowed}.ManageGalleryModal-module__EqjvRa__peopleDesc{color:var(--color-text-2);margin:0 0 .5rem;font-size:.875rem}.ManageGalleryModal-module__EqjvRa__peopleList{flex-direction:column;gap:.5rem;max-height:320px;padding-right:.25rem;display:flex;overflow-y:auto}.ManageGalleryModal-module__EqjvRa__peopleList::-webkit-scrollbar{width:4px}.ManageGalleryModal-module__EqjvRa__peopleList::-webkit-scrollbar-track{background:var(--color-bg-2);border-radius:2px}.ManageGalleryModal-module__EqjvRa__peopleList::-webkit-scrollbar-thumb{background:var(--color-border-2);border-radius:2px}.ManageGalleryModal-module__EqjvRa__personRow{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.625rem;transition:all .2s;display:flex}.ManageGalleryModal-module__EqjvRa__personRow:hover{border-color:var(--color-border-2)}.ManageGalleryModal-module__EqjvRa__personAvatar{background:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:600;display:flex;overflow:hidden}.ManageGalleryModal-module__EqjvRa__personAvatarImg{object-fit:cover;width:100%;height:100%}.ManageGalleryModal-module__EqjvRa__personInfo{flex:1;min-width:0}.ManageGalleryModal-module__EqjvRa__personDisplay{flex-direction:column;gap:.125rem;display:flex}.ManageGalleryModal-module__EqjvRa__personName{color:var(--color-text);font-size:.875rem;font-weight:500}.ManageGalleryModal-module__EqjvRa__personCount{color:var(--color-text-3);font-size:.75rem}.ManageGalleryModal-module__EqjvRa__personEdit{align-items:center;gap:.5rem;display:flex}.ManageGalleryModal-module__EqjvRa__personInput{background:var(--color-bg);border:1.5px solid var(--color-accent);border-radius:var(--radius-sm);color:var(--color-text);flex:1;padding:.375rem .625rem;font-family:inherit;font-size:.875rem}.ManageGalleryModal-module__EqjvRa__personInput:focus{box-shadow:0 0 0 2px var(--color-accent-glow);outline:none}.ManageGalleryModal-module__EqjvRa__personSaveBtn{background:var(--color-accent);width:28px;height:28px;color:var(--color-black);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.ManageGalleryModal-module__EqjvRa__personSaveBtn:hover:not(:disabled){background:var(--color-accent-2)}.ManageGalleryModal-module__EqjvRa__personSaveBtn:disabled{opacity:.6;cursor:not-allowed}.ManageGalleryModal-module__EqjvRa__personEditBtn{background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-2);cursor:pointer;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.ManageGalleryModal-module__EqjvRa__personEditBtn:hover{background:var(--color-bg-3);color:var(--color-text);border-color:var(--color-border-2)}.ManageGalleryModal-module__EqjvRa__noPeople{text-align:center;color:var(--color-text-3);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem;display:flex}.ManageGalleryModal-module__EqjvRa__noPeople p{margin:0;font-size:.875rem}.ManageGalleryModal-module__EqjvRa__noPeopleHint{opacity:.8;font-size:.75rem}.ManageGalleryModal-module__EqjvRa__fieldDisabled{opacity:.7}.ManageGalleryModal-module__EqjvRa__fieldDisabled .ManageGalleryModal-module__EqjvRa__input{background:var(--color-bg-2);cursor:not-allowed}.ManageGalleryModal-module__EqjvRa__fieldDisabled .ManageGalleryModal-module__EqjvRa__hint{color:var(--color-accent)}.ManageGalleryModal-module__EqjvRa__upgradeBadge{background:var(--color-accent);color:var(--color-black);border-radius:var(--radius-sm);text-transform:uppercase;align-items:center;gap:.25rem;margin-left:.5rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.ManageGalleryModal-module__EqjvRa__upgradeSection{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem;display:flex}.ManageGalleryModal-module__EqjvRa__upgradeIcon{color:#fff;background:linear-gradient(135deg,#34c759 0%,#30d158 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.ManageGalleryModal-module__EqjvRa__upgradeTitle{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:600}.ManageGalleryModal-module__EqjvRa__upgradeDesc{color:var(--color-text-2);max-width:360px;margin:0;font-size:.875rem}.ManageGalleryModal-module__EqjvRa__upgradeFeatures{flex-direction:column;gap:.5rem;margin:.5rem 0;padding:0;list-style:none;display:flex}.ManageGalleryModal-module__EqjvRa__upgradeFeatures li{color:var(--color-text);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.ManageGalleryModal-module__EqjvRa__upgradeFeatures li svg{color:#34c759}.ManageGalleryModal-module__EqjvRa__upgradeButton{color:#fff;border-radius:var(--radius-md);cursor:pointer;background:linear-gradient(135deg,#34c759 0%,#30d158 100%);border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.ManageGalleryModal-module__EqjvRa__upgradeButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #34c7594d}.ManageGalleryModal-module__EqjvRa__brandingDesc{color:var(--color-text-2);margin:0 0 .5rem;font-size:.875rem}.ManageGalleryModal-module__EqjvRa__defaultsInfo{background:var(--color-accent-glow);border:1.5px solid var(--color-accent);border-radius:var(--radius-md);color:var(--color-text);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.ManageGalleryModal-module__EqjvRa__defaultsInfo a{color:var(--color-accent);margin-left:auto;font-weight:600;text-decoration:none}.ManageGalleryModal-module__EqjvRa__defaultsInfo a:hover{text-decoration:underline}.ManageGalleryModal-module__EqjvRa__defaultsPreview{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.ManageGalleryModal-module__EqjvRa__defaultsTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-2);border-bottom:1.5px solid var(--color-border);margin:0;padding-bottom:.75rem;font-size:.75rem;font-weight:700}.ManageGalleryModal-module__EqjvRa__defaultsPreview .ManageGalleryModal-module__EqjvRa__field{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:.75rem;transition:border-color .2s;display:flex}.ManageGalleryModal-module__EqjvRa__defaultsPreview .ManageGalleryModal-module__EqjvRa__field:hover{border-color:var(--color-border-2)}.ManageGalleryModal-module__EqjvRa__defaultsPreview .ManageGalleryModal-module__EqjvRa__label{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-3);font-size:.75rem;font-weight:600}.ManageGalleryModal-module__EqjvRa__defaultValue{color:var(--color-text);background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);margin:0;padding:.625rem .875rem;font-size:.9375rem;font-weight:500}.ManageGalleryModal-module__EqjvRa__noValue{color:var(--color-text-3);background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);margin:0;padding:.625rem .875rem;font-size:.9375rem;font-style:italic}.ManageGalleryModal-module__EqjvRa__colorPreview{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:.875rem;padding:.625rem .875rem;font-family:monospace;font-size:.9375rem;display:flex}.ManageGalleryModal-module__EqjvRa__colorSwatch{border-radius:var(--radius-md);border:1.5px solid var(--color-border);width:28px;height:28px;box-shadow:0 1px 2px #0000000d}.ManageGalleryModal-module__EqjvRa__brandingHeader{background:var(--color-accent-glow);border:1px solid var(--color-accent);border-radius:var(--radius-md);align-items:flex-start;gap:.75rem;margin-bottom:.5rem;padding:1rem;display:flex}.ManageGalleryModal-module__EqjvRa__brandingHeaderIcon{color:var(--color-accent);flex-shrink:0;margin-top:.125rem}.ManageGalleryModal-module__EqjvRa__brandingTitle{color:var(--color-text);margin:0 0 .25rem;font-size:1rem;font-weight:600}.ManageGalleryModal-module__EqjvRa__logoUpload{flex-direction:column;gap:.75rem;display:flex}.ManageGalleryModal-module__EqjvRa__logoUploadBtn{background:var(--color-surface);border:2px dashed var(--color-border-2);border-radius:var(--radius-md);color:var(--color-text-2);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;transition:all .2s;display:flex}.ManageGalleryModal-module__EqjvRa__logoUploadBtn:hover:not(:disabled){border-color:var(--color-accent);background:var(--color-accent-glow);color:var(--color-accent)}.ManageGalleryModal-module__EqjvRa__logoUploadBtn:disabled{opacity:.6;cursor:not-allowed}.ManageGalleryModal-module__EqjvRa__logoUploadBtn span{font-size:.9375rem;font-weight:500}.ManageGalleryModal-module__EqjvRa__logoUploadBtn small{opacity:.7;font-size:.75rem}.ManageGalleryModal-module__EqjvRa__hiddenFileInput{display:none}.ManageGalleryModal-module__EqjvRa__logoPreview{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);align-self:flex-start;padding:1.5rem;display:inline-flex;position:relative}.ManageGalleryModal-module__EqjvRa__defaultsPreview .ManageGalleryModal-module__EqjvRa__logoPreview{background:var(--color-bg);border:1.5px solid var(--color-border);padding:1rem}.ManageGalleryModal-module__EqjvRa__logoPreviewImg{object-fit:contain;max-width:200px;max-height:60px}.ManageGalleryModal-module__EqjvRa__removeLogoBtn{color:#fff;cursor:pointer;background:#ff453a;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0000001a}.ManageGalleryModal-module__EqjvRa__removeLogoBtn:hover:not(:disabled){background:#ff3b30;transform:scale(1.1)}.ManageGalleryModal-module__EqjvRa__removeLogoBtn:disabled{opacity:.6;cursor:not-allowed}.ManageGalleryModal-module__EqjvRa__colorPicker{align-items:center;gap:.75rem;display:flex}.ManageGalleryModal-module__EqjvRa__colorInput{border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;background:0 0;width:44px;height:44px;padding:0;overflow:hidden}.ManageGalleryModal-module__EqjvRa__colorInput::-webkit-color-swatch-wrapper{padding:0}.ManageGalleryModal-module__EqjvRa__colorInput::-webkit-color-swatch{border-radius:var(--radius-sm);border:none}.ManageGalleryModal-module__EqjvRa__colorInput:hover{border-color:var(--color-border-2)}.ManageGalleryModal-module__EqjvRa__toggleRow{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.ManageGalleryModal-module__EqjvRa__toggleRow:hover{border-color:var(--color-border-2)}.ManageGalleryModal-module__EqjvRa__toggleCheckbox{width:20px;height:20px;accent-color:var(--color-accent);cursor:pointer}.ManageGalleryModal-module__EqjvRa__toggleLabel{color:var(--color-text);cursor:pointer;flex:1;font-size:.875rem}.ManageGalleryModal-module__EqjvRa__bulkActions{background:var(--color-accent-glow);border:1.5px solid var(--color-accent);border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem 1rem;animation:.2s ManageGalleryModal-module__EqjvRa__slideDown;display:flex}.ManageGalleryModal-module__EqjvRa__pendingChanges{color:var(--color-accent);font-size:.875rem;font-weight:500}.ManageGalleryModal-module__EqjvRa__bulkButtons{gap:.5rem;display:flex}.ManageGalleryModal-module__EqjvRa__discardBtn{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-2);cursor:pointer;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.ManageGalleryModal-module__EqjvRa__discardBtn:hover:not(:disabled){background:var(--color-bg-2);border-color:var(--color-border-2);color:var(--color-text)}.ManageGalleryModal-module__EqjvRa__saveAllBtn{background:var(--color-accent);border-radius:var(--radius-md);color:var(--color-black);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.ManageGalleryModal-module__EqjvRa__saveAllBtn:hover:not(:disabled){background:var(--color-accent-2);transform:translateY(-1px)}.ManageGalleryModal-module__EqjvRa__saveAllBtn:disabled,.ManageGalleryModal-module__EqjvRa__discardBtn:disabled{opacity:.6;cursor:not-allowed}.ManageGalleryModal-module__EqjvRa__personRowModified{background:var(--color-accent-glow);border-color:var(--color-accent)!important}.ManageGalleryModal-module__EqjvRa__personInputModified{background:var(--color-bg);border-color:var(--color-accent)!important}.ManageGalleryModal-module__EqjvRa__modifiedIndicator{justify-content:center;align-items:center;padding:0 .25rem;display:flex}.ManageGalleryModal-module__EqjvRa__dot{background:var(--color-accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite ManageGalleryModal-module__EqjvRa__pulse}@keyframes ManageGalleryModal-module__EqjvRa__pulse{0%,to{opacity:1}50%{opacity:.5}}
.CreateGalleryForm-module__ir2cZq__createForm{max-width:720px;animation:CreateGalleryForm-module__ir2cZq__fadeSlideUp .5s var(--ease-out)both;margin:0 auto}@keyframes CreateGalleryForm-module__ir2cZq__fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CreateGalleryForm-module__ir2cZq__formHeader{margin-bottom:var(--space-8)}.CreateGalleryForm-module__ir2cZq__backButton{align-items:center;gap:var(--space-2);padding:var(--space-2)0;color:var(--color-text-2);font-size:var(--text-small);cursor:pointer;transition:all .2s var(--ease);margin-bottom:var(--space-4);background:0 0;border:none;font-weight:500;display:inline-flex}.CreateGalleryForm-module__ir2cZq__backButton:hover{color:var(--color-accent);transform:translate(-4px)}.CreateGalleryForm-module__ir2cZq__backButton svg{transition:transform .2s var(--ease)}.CreateGalleryForm-module__ir2cZq__backButton:hover svg{transform:translate(-2px)}.CreateGalleryForm-module__ir2cZq__formTitle{font-family:var(--font-serif);font-size:var(--text-headline-1);letter-spacing:var(--text-headline-1-letter-spacing);color:var(--color-text);margin-bottom:var(--space-2);font-weight:500}.CreateGalleryForm-module__ir2cZq__formSubtitle{color:var(--color-text-2);font-size:var(--text-body);line-height:var(--text-body-line-height)}.CreateGalleryForm-module__ir2cZq__formSection{margin-bottom:var(--space-6);animation:CreateGalleryForm-module__ir2cZq__fadeSlideUp .5s var(--ease-out)both}.CreateGalleryForm-module__ir2cZq__formSection:nth-child(2){animation-delay:50ms}.CreateGalleryForm-module__ir2cZq__formSection:nth-child(3){animation-delay:.1s}.CreateGalleryForm-module__ir2cZq__formSection:nth-child(4){animation-delay:.15s}.CreateGalleryForm-module__ir2cZq__formLabel{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-2);margin-bottom:var(--space-2);font-weight:600;display:block}.CreateGalleryForm-module__ir2cZq__formInput{width:100%;padding:var(--space-3)var(--space-4);background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font-size:var(--text-body);font-family:var(--font-sans);transition:all .2s var(--ease)}.CreateGalleryForm-module__ir2cZq__formInput:hover{border-color:var(--color-border-2)}.CreateGalleryForm-module__ir2cZq__formInput:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow);outline:none}.CreateGalleryForm-module__ir2cZq__formInput::placeholder{color:var(--color-text-3)}.CreateGalleryForm-module__ir2cZq__formInput:disabled{opacity:.6;cursor:not-allowed;background:var(--color-bg-2)}.CreateGalleryForm-module__ir2cZq__dropZone{border:2px dashed var(--color-border-2);border-radius:var(--radius-xl);padding:var(--space-12)var(--space-8);text-align:center;cursor:pointer;transition:all .3s var(--ease);background:var(--color-surface);position:relative}.CreateGalleryForm-module__ir2cZq__dropZone:hover{border-color:var(--color-accent);background:linear-gradient(135deg,var(--color-surface)0%,#b8924a05 100%)}.CreateGalleryForm-module__ir2cZq__dropZoneActive{border-color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-glow);background:#b8924a0a;transform:scale(1.01)}.CreateGalleryForm-module__ir2cZq__dropZoneCompact{padding:var(--space-4)}.CreateGalleryForm-module__ir2cZq__dropZoneContent{pointer-events:none;flex-direction:column;align-items:center;display:flex}.CreateGalleryForm-module__ir2cZq__hiddenFileInput{opacity:0;pointer-events:none;width:0;height:0;position:absolute;overflow:hidden}.CreateGalleryForm-module__ir2cZq__dropIconWrapper{background:var(--color-bg-2);width:80px;height:80px;margin:0 auto var(--space-5);transition:all .3s var(--ease-spring);border-radius:50%;justify-content:center;align-items:center;display:flex}.CreateGalleryForm-module__ir2cZq__dropZone:hover .CreateGalleryForm-module__ir2cZq__dropIconWrapper{background:var(--color-accent-glow);transform:scale(1.1)}.CreateGalleryForm-module__ir2cZq__dropIcon{color:var(--color-accent);transition:transform .3s var(--ease-spring)}.CreateGalleryForm-module__ir2cZq__dropZone:hover .CreateGalleryForm-module__ir2cZq__dropIcon{transform:scale(1.15)rotate(-5deg)}.CreateGalleryForm-module__ir2cZq__dropTitle{font-size:var(--text-headline-3);margin-bottom:var(--space-2);color:var(--color-text);font-weight:600}.CreateGalleryForm-module__ir2cZq__dropText{font-size:var(--text-body);color:var(--color-text-2);margin-bottom:var(--space-1)}.CreateGalleryForm-module__ir2cZq__dropHint{font-size:var(--text-caption);color:var(--color-text-3)}.CreateGalleryForm-module__ir2cZq__dropAddMore{font-size:var(--text-body);color:var(--color-accent);justify-content:center;align-items:center;gap:var(--space-2);font-weight:500;display:flex}.CreateGalleryForm-module__ir2cZq__fileListSection{animation:CreateGalleryForm-module__ir2cZq__fadeSlideUp .4s var(--ease-out)both}.CreateGalleryForm-module__ir2cZq__fileListHeader{margin-bottom:var(--space-4);padding:0 var(--space-1);justify-content:space-between;align-items:center;display:flex}.CreateGalleryForm-module__ir2cZq__fileCount{font-size:var(--text-small);color:var(--color-text-2);font-weight:500}.CreateGalleryForm-module__ir2cZq__fileCountNumber{color:var(--color-text);font-weight:600}.CreateGalleryForm-module__ir2cZq__clearButton{font-size:var(--text-caption);color:var(--color-text-3);cursor:pointer;padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);transition:all .2s var(--ease);background:0 0;border:none;font-weight:500}.CreateGalleryForm-module__ir2cZq__clearButton:hover{color:var(--color-error);background:var(--color-error-bg)}.CreateGalleryForm-module__ir2cZq__fileGrid{gap:var(--space-3);padding:var(--space-1)var(--space-1)var(--space-4);grid-template-columns:repeat(auto-fill,minmax(140px,1fr));display:grid}.CreateGalleryForm-module__ir2cZq__fileCard{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);transition:all .2s var(--ease);animation:CreateGalleryForm-module__ir2cZq__cardEnter .4s var(--ease-out)both;margin-bottom:var(--space-2);position:relative;overflow:hidden}@keyframes CreateGalleryForm-module__ir2cZq__cardEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.CreateGalleryForm-module__ir2cZq__fileCard:first-child{animation-delay:20ms}.CreateGalleryForm-module__ir2cZq__fileCard:nth-child(2){animation-delay:40ms}.CreateGalleryForm-module__ir2cZq__fileCard:nth-child(3){animation-delay:60ms}.CreateGalleryForm-module__ir2cZq__fileCard:nth-child(4){animation-delay:80ms}.CreateGalleryForm-module__ir2cZq__fileCard:nth-child(5){animation-delay:.1s}.CreateGalleryForm-module__ir2cZq__fileCard:nth-child(6){animation-delay:.12s}.CreateGalleryForm-module__ir2cZq__fileCard:nth-child(7){animation-delay:.14s}.CreateGalleryForm-module__ir2cZq__fileCard:nth-child(8){animation-delay:.16s}.CreateGalleryForm-module__ir2cZq__fileCard:hover{border-color:var(--color-border-2);box-shadow:var(--shadow-md);transform:translateY(-2px)}.CreateGalleryForm-module__ir2cZq__fileCard_done{border-color:#34c75966}.CreateGalleryForm-module__ir2cZq__fileCard_done:hover{border-color:var(--color-success);box-shadow:0 4px 12px #34c75926}.CreateGalleryForm-module__ir2cZq__fileCard_error{border-color:#ff3b3066}.CreateGalleryForm-module__ir2cZq__fileCard_error:hover{border-color:var(--color-error);box-shadow:0 4px 12px #ff3b3026}.CreateGalleryForm-module__ir2cZq__filePreview{aspect-ratio:1;background:var(--color-bg-2);position:relative;overflow:hidden}.CreateGalleryForm-module__ir2cZq__filePreview img{object-fit:cover;width:100%;height:100%;transition:transform .3s var(--ease)}.CreateGalleryForm-module__ir2cZq__fileCard:hover .CreateGalleryForm-module__ir2cZq__filePreview img{transform:scale(1.05)}.CreateGalleryForm-module__ir2cZq__fileOverlay{opacity:0;transition:opacity .2s var(--ease);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.CreateGalleryForm-module__ir2cZq__fileCard_done .CreateGalleryForm-module__ir2cZq__fileOverlay{opacity:1;background:#34c75926}.CreateGalleryForm-module__ir2cZq__fileCard_error .CreateGalleryForm-module__ir2cZq__fileOverlay{opacity:1;background:#ff3b3026}.CreateGalleryForm-module__ir2cZq__fileOverlayIcon{width:36px;height:36px;transition:transform .3s var(--ease-spring);border-radius:50%;justify-content:center;align-items:center;display:flex;transform:scale(0)}.CreateGalleryForm-module__ir2cZq__fileCard_done .CreateGalleryForm-module__ir2cZq__fileOverlayIcon{background:var(--color-success);color:#fff;transform:scale(1)}.CreateGalleryForm-module__ir2cZq__fileCard_error .CreateGalleryForm-module__ir2cZq__fileOverlayIcon{background:var(--color-error);color:#fff;transform:scale(1)}.CreateGalleryForm-module__ir2cZq__progressBar{background:var(--color-bg-3);border-radius:2px;width:100%;height:3px}.CreateGalleryForm-module__ir2cZq__progressFill{background:linear-gradient(90deg,var(--color-accent)0%,var(--color-accent-2)100%);height:100%;transition:width .3s var(--ease);border-radius:2px;position:relative}.CreateGalleryForm-module__ir2cZq__progressFill:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);animation:1.5s infinite CreateGalleryForm-module__ir2cZq__shimmer;position:absolute;inset:0}@keyframes CreateGalleryForm-module__ir2cZq__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.CreateGalleryForm-module__ir2cZq__fileInfo{padding:var(--space-2);align-items:center;gap:var(--space-1);flex-wrap:wrap;display:flex}.CreateGalleryForm-module__ir2cZq__fileName{font-size:var(--text-caption);color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.125rem;margin-right:var(--space-2);font-weight:500;overflow:hidden}.CreateGalleryForm-module__ir2cZq__fileSize{font-size:var(--text-footnote);color:var(--color-text-3)}.CreateGalleryForm-module__ir2cZq__fileStatus{padding:0 var(--space-2)var(--space-2);font-size:var(--text-footnote);color:var(--color-accent);align-items:center;gap:var(--space-1);font-weight:500;display:flex}.CreateGalleryForm-module__ir2cZq__statusIndicator{background:var(--color-accent);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite CreateGalleryForm-module__ir2cZq__pulse}@keyframes CreateGalleryForm-module__ir2cZq__pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.CreateGalleryForm-module__ir2cZq__fileRemove{color:#fff;cursor:pointer;opacity:0;width:26px;height:26px;transition:all .2s var(--ease);background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:8px;transform:scale(.8)}.CreateGalleryForm-module__ir2cZq__fileCard:hover .CreateGalleryForm-module__ir2cZq__fileRemove{opacity:1;transform:scale(1)}.CreateGalleryForm-module__ir2cZq__fileRemove:hover{background:var(--color-error);transform:scale(1.1)!important}.CreateGalleryForm-module__ir2cZq__errorBanner{align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-4);background:var(--color-error-bg);border-radius:var(--radius-md);color:var(--color-error);font-size:var(--text-small);margin-bottom:var(--space-5);border:1.5px solid #ff3b3026;animation:.5s CreateGalleryForm-module__ir2cZq__shake;display:flex}@keyframes CreateGalleryForm-module__ir2cZq__shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-2px)}80%{transform:translate(2px)}}.CreateGalleryForm-module__ir2cZq__uploadButton{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4)var(--space-6);background:linear-gradient(135deg,var(--color-accent)0%,var(--color-accent-2)100%);color:#fff;border-radius:var(--radius-md);font-size:var(--text-body);cursor:pointer;transition:all .3s var(--ease);border:none;font-weight:600;display:flex;box-shadow:0 4px 12px #b8924a40}.CreateGalleryForm-module__ir2cZq__uploadButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #b8924a59}.CreateGalleryForm-module__ir2cZq__uploadButton:active:not(:disabled){transform:translateY(0)}.CreateGalleryForm-module__ir2cZq__uploadButton:disabled{opacity:.7;cursor:not-allowed}.CreateGalleryForm-module__ir2cZq__buttonSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite CreateGalleryForm-module__ir2cZq__spin}@keyframes CreateGalleryForm-module__ir2cZq__spin{to{transform:rotate(360deg)}}.CreateGalleryForm-module__ir2cZq__successCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-10);text-align:center;box-shadow:var(--shadow-lg);animation:CreateGalleryForm-module__ir2cZq__scaleIn .5s var(--ease-out)both}@keyframes CreateGalleryForm-module__ir2cZq__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.CreateGalleryForm-module__ir2cZq__successIcon{margin-bottom:var(--space-4);animation:CreateGalleryForm-module__ir2cZq__bounce .6s var(--ease-spring);font-size:3.5rem}@keyframes CreateGalleryForm-module__ir2cZq__bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.CreateGalleryForm-module__ir2cZq__successTitle{font-family:var(--font-serif);font-size:var(--text-headline-2);color:var(--color-text);margin-bottom:var(--space-2);font-weight:500}.CreateGalleryForm-module__ir2cZq__successText{color:var(--color-text-2);font-size:var(--text-body);margin-bottom:var(--space-6)}.CreateGalleryForm-module__ir2cZq__successActions{gap:var(--space-3);margin-bottom:var(--space-8);flex-wrap:wrap;justify-content:center;display:flex}.CreateGalleryForm-module__ir2cZq__primaryButton{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-6);background:var(--color-text);color:#fff;border-radius:var(--radius-md);font-size:var(--text-body);transition:all .2s var(--ease);font-weight:600;text-decoration:none;display:inline-flex}.CreateGalleryForm-module__ir2cZq__primaryButton:hover{background:#2d2d2f;transform:translateY(-1px)}.CreateGalleryForm-module__ir2cZq__secondaryButton{padding:var(--space-3)var(--space-6);color:var(--color-text-2);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-body);cursor:pointer;transition:all .2s var(--ease);background:0 0;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.CreateGalleryForm-module__ir2cZq__secondaryButton:hover{background:var(--color-bg-2);border-color:var(--color-border-2);color:var(--color-text)}.CreateGalleryForm-module__ir2cZq__shareBlock{background:var(--color-bg-2);border-radius:var(--radius-lg);padding:var(--space-5);text-align:left}.CreateGalleryForm-module__ir2cZq__shareLabel{font-size:var(--text-caption);color:var(--color-text-3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-3);font-weight:600;display:block}.CreateGalleryForm-module__ir2cZq__shareRow{gap:var(--space-2);display:flex}.CreateGalleryForm-module__ir2cZq__shareInput{padding:var(--space-3)var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font-size:var(--text-small);flex:1;font-family:ui-monospace,SF Mono,monospace}.CreateGalleryForm-module__ir2cZq__copyButton{padding:var(--space-3)var(--space-5);background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-small);cursor:pointer;transition:all .2s var(--ease);white-space:nowrap;font-weight:600}.CreateGalleryForm-module__ir2cZq__copyButton:hover{background:var(--color-bg-3);border-color:var(--color-border-2)}.CreateGalleryForm-module__ir2cZq__copyButton.CreateGalleryForm-module__ir2cZq__copied{background:var(--color-success-bg);color:var(--color-success);border-color:#34c75933}@media (max-width:640px){.CreateGalleryForm-module__ir2cZq__createForm{padding:0 var(--space-2)}.CreateGalleryForm-module__ir2cZq__formTitle{font-size:var(--text-headline-2)}.CreateGalleryForm-module__ir2cZq__dropZone{padding:var(--space-8)var(--space-4)}.CreateGalleryForm-module__ir2cZq__dropIconWrapper{width:64px;height:64px}.CreateGalleryForm-module__ir2cZq__fileGrid{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.CreateGalleryForm-module__ir2cZq__successCard{padding:var(--space-6)}.CreateGalleryForm-module__ir2cZq__successActions,.CreateGalleryForm-module__ir2cZq__shareRow{flex-direction:column}}.CreateGalleryForm-module__ir2cZq__progressContainer{margin-top:var(--space-5);padding:var(--space-4);background:linear-gradient(135deg,var(--color-surface)0%,var(--color-bg-2)100%);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);animation:.4s CreateGalleryForm-module__ir2cZq__slideUp}@keyframes CreateGalleryForm-module__ir2cZq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CreateGalleryForm-module__ir2cZq__progressHeader{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.CreateGalleryForm-module__ir2cZq__progressStatus{align-items:center;gap:var(--space-2);color:var(--color-text);font-size:.9375rem;font-weight:600;display:flex}.CreateGalleryForm-module__ir2cZq__progressStatus svg{color:var(--color-accent)}.CreateGalleryForm-module__ir2cZq__progressETA{align-items:center;gap:var(--space-1);color:var(--color-text-3);font-size:.8125rem;font-weight:500;display:flex}.CreateGalleryForm-module__ir2cZq__progressETA svg{opacity:.7}.CreateGalleryForm-module__ir2cZq__progressBar{background:var(--color-bg-3);border-radius:var(--radius-full);height:12px;margin-bottom:var(--space-3);position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000f}.CreateGalleryForm-module__ir2cZq__progressFill{border-radius:var(--radius-full);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1),background .3s;position:relative}.CreateGalleryForm-module__ir2cZq__progressFilluploading{background:linear-gradient(90deg,var(--color-accent)0%,var(--color-accent-2)100%)}.CreateGalleryForm-module__ir2cZq__progressFillprocessing{background:linear-gradient(90deg,#8b5cf6 0%,#6366f1 100%);box-shadow:0 0 20px #8b5cf666}.CreateGalleryForm-module__ir2cZq__progressFillcomplete{background:linear-gradient(90deg,#22c55e 0%,#34d399 100%)}.CreateGalleryForm-module__ir2cZq__progressFill:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);width:50%;height:100%;animation:1.5s ease-in-out infinite CreateGalleryForm-module__ir2cZq__progressShine;position:absolute;top:0;left:-100%}@keyframes CreateGalleryForm-module__ir2cZq__progressShine{0%{left:-100%}to{left:200%}}.CreateGalleryForm-module__ir2cZq__progressShine{filter:blur(4px);pointer-events:none;background:radial-gradient(#ffffffe6 0%,#0000 70%);width:24px;height:20px;transition:left .4s cubic-bezier(.4,0,.2,1);position:absolute;top:-4px;transform:translate(-50%)}.CreateGalleryForm-module__ir2cZq__progressStats{color:var(--color-text-2);justify-content:space-between;align-items:center;font-size:.8125rem;font-weight:500;display:flex}.CreateGalleryForm-module__ir2cZq__progressStats span:first-child{color:var(--color-accent);font-size:1rem;font-weight:700}.CreateGalleryForm-module__ir2cZq__progressNote{margin-top:var(--space-3);padding:var(--space-3)var(--space-4);background:var(--color-accent-glow);border:1px solid var(--color-accent);border-radius:var(--radius-md);color:var(--color-text);text-align:center;font-size:.8125rem;line-height:1.5}@keyframes CreateGalleryForm-module__ir2cZq__processingPulse{0%,to{opacity:1;box-shadow:0 0 #8b5cf666}50%{opacity:.95;box-shadow:0 0 20px 4px #8b5cf633}}.CreateGalleryForm-module__ir2cZq__progressBar:has(.CreateGalleryForm-module__ir2cZq__progressFillprocessing){animation:2s ease-in-out infinite CreateGalleryForm-module__ir2cZq__processingPulse}@media (max-width:640px){.CreateGalleryForm-module__ir2cZq__progressContainer{padding:var(--space-3)}.CreateGalleryForm-module__ir2cZq__progressHeader{align-items:flex-start;gap:var(--space-2);flex-direction:column}.CreateGalleryForm-module__ir2cZq__progressBar{height:10px}}
.Confetti-module__8iN2uq__container{pointer-events:none;z-index:9999;position:fixed;inset:0;overflow:hidden}.Confetti-module__8iN2uq__piece{border-radius:2px;animation:ease-out forwards Confetti-module__8iN2uq__confetti-fall;position:absolute}@keyframes Confetti-module__8iN2uq__confetti-fall{0%{opacity:1;transform:translateY(0)rotate(0)}20%{opacity:1}80%{opacity:.8}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}
.BillingSection-module__GbOedq__container{max-width:1100px;margin:0 auto}.BillingSection-module__GbOedq__currentPlanCard{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-8);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);margin-bottom:var(--space-8)}.BillingSection-module__GbOedq__currentPlanHeader{align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);padding-bottom:var(--space-6);border-bottom:1px solid var(--color-border);display:flex}.BillingSection-module__GbOedq__planIcon{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:56px;height:56px;display:flex}.BillingSection-module__GbOedq__currentPlanInfo{flex:1}.BillingSection-module__GbOedq__currentPlanTitle{font-family:var(--font-serif);font-size:var(--text-headline-3);color:var(--color-text);margin:0 0 var(--space-1);font-weight:500}.BillingSection-module__GbOedq__currentPlanPrice{font-family:var(--font-serif);color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:600}.BillingSection-module__GbOedq__currentPlanPrice span{font-size:var(--text-body);color:var(--color-text-3);font-weight:400}.BillingSection-module__GbOedq__activeBadge{align-items:center;gap:var(--space-1);background:var(--color-success-bg);color:var(--color-success);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.04em;font-weight:600;display:flex}.BillingSection-module__GbOedq__subscriptionInfo{background:var(--color-bg-2);border-radius:var(--radius-lg);padding:var(--space-4)var(--space-5);margin-bottom:var(--space-6)}.BillingSection-module__GbOedq__infoRow{padding:var(--space-2)0;justify-content:space-between;align-items:center;display:flex}.BillingSection-module__GbOedq__infoRow:not(:last-child){border-bottom:1px solid var(--color-border)}.BillingSection-module__GbOedq__infoLabel{font-size:var(--text-small);color:var(--color-text-3)}.BillingSection-module__GbOedq__infoValue{font-size:var(--text-small);color:var(--color-text);font-family:ui-monospace,SF Mono,monospace}.BillingSection-module__GbOedq__statusBadge{padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);font-size:var(--text-caption);text-transform:capitalize;font-weight:600}.BillingSection-module__GbOedq__status_active{background:var(--color-success-bg);color:var(--color-success)}.BillingSection-module__GbOedq__status_trialing{color:#007aff;background:#007aff1a}.BillingSection-module__GbOedq__status_canceled{background:var(--color-error-bg);color:var(--color-error)}.BillingSection-module__GbOedq__status_past_due{color:var(--color-warning);background:#ff9f0a1a}.BillingSection-module__GbOedq__currentFeatures{margin-top:var(--space-6)}.BillingSection-module__GbOedq__sectionTitle{font-size:var(--text-caption);color:var(--color-text-3);text-transform:uppercase;letter-spacing:.08em;margin:0 0 var(--space-4);font-weight:600}.BillingSection-module__GbOedq__featureList{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin:0;padding:0;list-style:none;display:grid}.BillingSection-module__GbOedq__featureItem{align-items:center;gap:var(--space-2);font-size:var(--text-small);color:var(--color-text);line-height:1.5;display:flex}.BillingSection-module__GbOedq__featureMissing{color:var(--color-text-3)}.BillingSection-module__GbOedq__featureCheck{color:var(--color-success);text-align:center;flex-shrink:0;width:18px;font-weight:600}.BillingSection-module__GbOedq__featureCross{color:var(--color-text-3);text-align:center;opacity:.5;flex-shrink:0;width:18px}.BillingSection-module__GbOedq__allPlansSection{margin-top:var(--space-12)}.BillingSection-module__GbOedq__allPlansHeader{margin-bottom:var(--space-8);text-align:center;justify-content:space-between;align-items:flex-start;display:flex}.BillingSection-module__GbOedq__allPlansHeader>div:first-child{flex:1}.BillingSection-module__GbOedq__allPlansTitle{font-family:var(--font-serif);font-size:var(--text-headline-2);color:var(--color-text);margin:0 0 var(--space-2);text-align:center;font-weight:500}.BillingSection-module__GbOedq__allPlansSubtitle{font-size:var(--text-body);color:var(--color-text-2);text-align:center;margin:0}.BillingSection-module__GbOedq__regionIndicator{align-items:center;gap:var(--space-1);background:var(--color-bg-2);color:var(--color-text-3);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.04em;margin-left:var(--space-4);font-weight:500;display:flex}.BillingSection-module__GbOedq__priceLoading{opacity:.5;animation:1.5s ease-in-out infinite BillingSection-module__GbOedq__pulse}@keyframes BillingSection-module__GbOedq__pulse{0%,to{opacity:.5}50%{opacity:.8}}.BillingSection-module__GbOedq__planCards{gap:var(--space-4);padding:var(--space-2)var(--space-2)var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.BillingSection-module__GbOedq__planCard{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:all .3s var(--ease);margin-bottom:var(--space-4);flex-direction:column;display:flex;position:relative}.BillingSection-module__GbOedq__planCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.BillingSection-module__GbOedq__planCardCurrent{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent),var(--shadow-lg)}.BillingSection-module__GbOedq__planCardFeatured{border-color:var(--color-accent);box-shadow:var(--shadow-md)}.BillingSection-module__GbOedq__planCardFeatured:hover{box-shadow:0 0 40px var(--color-accent-glow)}.BillingSection-module__GbOedq__planCardFeatured.BillingSection-module__GbOedq__planCardCurrent{border-color:var(--color-success);box-shadow:0 0 0 1px var(--color-success),var(--shadow-lg)}.BillingSection-module__GbOedq__currentBadge{background:var(--color-accent);color:#fff;padding:var(--space-1)var(--space-3);border-radius:0 0 var(--radius-md)var(--radius-md);font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.05em;z-index:1;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.BillingSection-module__GbOedq__planCardFeatured .BillingSection-module__GbOedq__currentBadge{background:var(--color-success)}.BillingSection-module__GbOedq__featuredBadge{background:var(--color-accent);color:#fff;padding:var(--space-1)var(--space-3);border-radius:0 0 var(--radius-md)var(--radius-md);font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.05em;font-weight:700;position:absolute;top:-1px;right:30%;transform:translate(50%)}.BillingSection-module__GbOedq__planCardHeader{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);padding-top:var(--space-2);display:flex}.BillingSection-module__GbOedq__planCardIcon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.BillingSection-module__GbOedq__planCardName{font-size:var(--text-headline-3);color:var(--color-text);margin:0 0 var(--space-1);font-weight:600}.BillingSection-module__GbOedq__planCardPrice{font-family:var(--font-serif);color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:600}.BillingSection-module__GbOedq__planCardPrice span{font-size:var(--text-small);color:var(--color-text-3);font-weight:400}.BillingSection-module__GbOedq__planCardFeatures{margin:0 0 var(--space-6);gap:var(--space-2);flex-direction:column;flex:1;padding:0;list-style:none;display:flex}.BillingSection-module__GbOedq__planCardFeatures li{font-size:var(--text-small);color:var(--color-text-2);padding-left:var(--space-5);line-height:1.5;position:relative}.BillingSection-module__GbOedq__planCardFeatures li:before{content:"✓";color:var(--color-accent);text-align:center;width:18px;font-weight:600;position:absolute;left:0}.BillingSection-module__GbOedq__upgradeButton,.BillingSection-module__GbOedq__currentButton,.BillingSection-module__GbOedq__downgradeButton,.BillingSection-module__GbOedq__currentButtonPrimary{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);font-size:var(--text-small);cursor:pointer;transition:all .2s var(--ease);border:none;font-weight:600;display:flex}.BillingSection-module__GbOedq__upgradeButton{background:var(--color-bg-2);color:var(--color-text);border:1px solid var(--color-border)}.BillingSection-module__GbOedq__upgradeButton:hover:not(:disabled){background:var(--color-bg-3);border-color:var(--color-border-2);color:var(--color-accent)}.BillingSection-module__GbOedq__upgradeButtonPrimary{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-sm)}.BillingSection-module__GbOedq__upgradeButtonPrimary:hover:not(:disabled){background:var(--color-accent-2);box-shadow:var(--shadow-accent);transform:translateY(-1px)}.BillingSection-module__GbOedq__currentButton{background:var(--color-bg-2);color:var(--color-text-3);cursor:default}.BillingSection-module__GbOedq__currentButtonPrimary{background:var(--color-success-bg);color:var(--color-success);cursor:default;border:1px solid #34c75933}.BillingSection-module__GbOedq__downgradeButton{background:var(--color-bg);color:var(--color-text-3);border:1px solid var(--color-border)}.BillingSection-module__GbOedq__downgradeButton:hover:not(:disabled){border-color:var(--color-border-2);color:var(--color-text)}.BillingSection-module__GbOedq__upgradeButton:disabled,.BillingSection-module__GbOedq__downgradeButton:disabled{opacity:.6;cursor:not-allowed}.BillingSection-module__GbOedq__spinner{animation:1s linear infinite BillingSection-module__GbOedq__spin}@keyframes BillingSection-module__GbOedq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:900px){.BillingSection-module__GbOedq__planCards{grid-template-columns:1fr;max-width:420px;margin:0 auto}.BillingSection-module__GbOedq__featureList{grid-template-columns:1fr}.BillingSection-module__GbOedq__currentPlanCard{padding:var(--space-6)}}@media (max-width:640px){.BillingSection-module__GbOedq__currentPlanHeader{flex-wrap:wrap}.BillingSection-module__GbOedq__allPlansHeader{align-items:center;gap:var(--space-3);flex-direction:column}.BillingSection-module__GbOedq__regionIndicator{margin-left:0}.BillingSection-module__GbOedq__allPlansTitle{font-size:var(--text-headline-3)}}
.GalleryPasswordGate-module__nFTWGW__page{background:var(--color-bg);min-height:100vh;font-family:var(--font-sans);flex-direction:column;display:flex}.GalleryPasswordGate-module__nFTWGW__header{z-index:50;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#ffffffe6;position:sticky;top:0}.GalleryPasswordGate-module__nFTWGW__headerInner{padding:var(--space-4)var(--space-5);justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;display:flex}.GalleryPasswordGate-module__nFTWGW__galleryMeta{align-items:center;gap:var(--space-3);display:flex}.GalleryPasswordGate-module__nFTWGW__logoMark{background:var(--color-accent);width:32px;height:32px;color:var(--color-black);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.GalleryPasswordGate-module__nFTWGW__galleryTitle{color:var(--color-text);font-size:.95rem;font-weight:600;line-height:1.2}.GalleryPasswordGate-module__nFTWGW__gallerySubtitle{color:var(--color-text-3);margin-top:1px;font-size:.75rem}.GalleryPasswordGate-module__nFTWGW__main{padding:var(--space-8)var(--space-5);flex:1;justify-content:center;align-items:center;display:flex}.GalleryPasswordGate-module__nFTWGW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:420px;padding:var(--space-8)var(--space-6);text-align:center;box-shadow:var(--shadow-lg);animation:GalleryPasswordGate-module__nFTWGW__cardEnter .5s var(--ease-out)}@keyframes GalleryPasswordGate-module__nFTWGW__cardEnter{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.GalleryPasswordGate-module__nFTWGW__iconWrapper{background:var(--color-accent-glow);width:72px;height:72px;margin:0 auto var(--space-5);color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;display:flex}.GalleryPasswordGate-module__nFTWGW__title{font-family:var(--font-serif);color:var(--color-text);margin-bottom:var(--space-2);letter-spacing:-.02em;font-size:1.75rem;font-weight:600}.GalleryPasswordGate-module__nFTWGW__description{color:var(--color-text-2);margin-bottom:var(--space-6);font-size:1rem;line-height:1.6}.GalleryPasswordGate-module__nFTWGW__form{gap:var(--space-4);flex-direction:column;display:flex}.GalleryPasswordGate-module__nFTWGW__inputWrapper{align-items:center;display:flex;position:relative}.GalleryPasswordGate-module__nFTWGW__inputIcon{left:var(--space-4);color:var(--color-text-3);pointer-events:none;position:absolute}.GalleryPasswordGate-module__nFTWGW__input{width:100%;padding:var(--space-4)var(--space-4)var(--space-4)calc(var(--space-4) + 28px);background:var(--color-bg-2);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);transition:all var(--duration)var(--ease);font-family:inherit;font-size:1rem}.GalleryPasswordGate-module__nFTWGW__input:hover{border-color:var(--color-border-2)}.GalleryPasswordGate-module__nFTWGW__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-glow);outline:none}.GalleryPasswordGate-module__nFTWGW__input::placeholder{color:var(--color-text-3)}.GalleryPasswordGate-module__nFTWGW__inputError{animation:.4s ease-in-out GalleryPasswordGate-module__nFTWGW__shake;border-color:#ff453a!important;box-shadow:0 0 0 4px #ff453a26!important}@keyframes GalleryPasswordGate-module__nFTWGW__shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.GalleryPasswordGate-module__nFTWGW__errorBanner{align-items:center;gap:var(--space-3);color:#fff;padding:var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-4);background:linear-gradient(135deg,#ff453a 0%,#ff6b6b 100%);animation:.4s cubic-bezier(.175,.885,.32,1.275) GalleryPasswordGate-module__nFTWGW__errorPopIn;display:flex;box-shadow:0 4px 16px #ff453a4d}@keyframes GalleryPasswordGate-module__nFTWGW__errorPopIn{0%{opacity:0;transform:scale(.9)translateY(-10px)}70%{transform:scale(1.02)}to{opacity:1;transform:scale(1)translateY(0)}}.GalleryPasswordGate-module__nFTWGW__errorIcon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.GalleryPasswordGate-module__nFTWGW__errorContent{text-align:left;flex-direction:column;gap:2px;display:flex}.GalleryPasswordGate-module__nFTWGW__errorTitle{font-size:1rem;font-weight:700}.GalleryPasswordGate-module__nFTWGW__errorText{opacity:.95;font-size:.875rem}.GalleryPasswordGate-module__nFTWGW__submitBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4);background:var(--color-accent);color:var(--color-black);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration)var(--ease);border:none;font-size:1rem;font-weight:600;display:flex}.GalleryPasswordGate-module__nFTWGW__submitBtn:hover:not(:disabled){background:var(--color-accent-2);transform:translateY(-1px);box-shadow:0 4px 16px #b8924a4d}.GalleryPasswordGate-module__nFTWGW__submitBtn:disabled{opacity:.6;cursor:not-allowed}.GalleryPasswordGate-module__nFTWGW__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite GalleryPasswordGate-module__nFTWGW__spin}@keyframes GalleryPasswordGate-module__nFTWGW__spin{to{transform:rotate(360deg)}}.GalleryPasswordGate-module__nFTWGW__footer{padding:var(--space-6)var(--space-5);text-align:center;border-top:1px solid var(--color-border)}.GalleryPasswordGate-module__nFTWGW__footerText{color:var(--color-text-3);font-size:.875rem}.GalleryPasswordGate-module__nFTWGW__footerLink{color:var(--color-accent);transition:opacity var(--duration)var(--ease);font-weight:500;text-decoration:none}.GalleryPasswordGate-module__nFTWGW__footerLink:hover{opacity:.8}@media (max-width:640px){.GalleryPasswordGate-module__nFTWGW__card{padding:var(--space-6)var(--space-5);margin:0 var(--space-2)}.GalleryPasswordGate-module__nFTWGW__title{font-size:1.5rem}.GalleryPasswordGate-module__nFTWGW__iconWrapper{width:64px;height:64px}}
.AdminSection-module__xuuMCW__adminSection{flex-direction:column;gap:1.5rem;display:flex}.AdminSection-module__xuuMCW__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:768px){.AdminSection-module__xuuMCW__statsGrid{grid-template-columns:repeat(2,1fr)}}.AdminSection-module__xuuMCW__statCard{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem;display:flex}.AdminSection-module__xuuMCW__statIcon{color:var(--color-accent);opacity:.8}.AdminSection-module__xuuMCW__statValue{color:var(--color-text);font-size:1.5rem;font-weight:700}.AdminSection-module__xuuMCW__statLabel{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-3);font-size:.75rem;font-weight:500}.AdminSection-module__xuuMCW__controls{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.AdminSection-module__xuuMCW__controls{flex-direction:row;justify-content:space-between;align-items:center}}.AdminSection-module__xuuMCW__tabs{gap:.5rem;display:flex}.AdminSection-module__xuuMCW__tab{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-2);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.AdminSection-module__xuuMCW__tab:hover{border-color:var(--color-border-2);color:var(--color-text)}.AdminSection-module__xuuMCW__tabActive{background:var(--color-accent-glow);border-color:var(--color-accent);color:var(--color-accent)}.AdminSection-module__xuuMCW__searchBox{align-items:center;width:100%;display:flex;position:relative}@media (min-width:640px){.AdminSection-module__xuuMCW__searchBox{width:280px}}.AdminSection-module__xuuMCW__searchIcon{color:var(--color-text-3);pointer-events:none;position:absolute;left:.875rem}.AdminSection-module__xuuMCW__searchInput{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;color:var(--color-text);padding:.625rem 2.5rem;font-size:.9375rem;transition:all .2s}.AdminSection-module__xuuMCW__searchInput:hover{border-color:var(--color-border-2)}.AdminSection-module__xuuMCW__searchInput:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow);outline:none}.AdminSection-module__xuuMCW__clearSearch{background:var(--color-bg-2);width:20px;height:20px;color:var(--color-text-3);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;right:.75rem}.AdminSection-module__xuuMCW__clearSearch:hover{background:var(--color-border);color:var(--color-text)}.AdminSection-module__xuuMCW__errorBanner{border-radius:var(--radius-md);color:#ff453a;background:#ff453a14;border:1.5px solid #ff453a33;padding:.875rem 1rem;font-size:.875rem}.AdminSection-module__xuuMCW__loading{color:var(--color-text-2);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.AdminSection-module__xuuMCW__spinner{animation:1s linear infinite AdminSection-module__xuuMCW__spin}@keyframes AdminSection-module__xuuMCW__spin{to{transform:rotate(360deg)}}.AdminSection-module__xuuMCW__userList{flex-direction:column;gap:.75rem;display:flex}.AdminSection-module__xuuMCW__userCard{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.AdminSection-module__xuuMCW__userHeader{justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}@media (max-width:640px){.AdminSection-module__xuuMCW__userHeader{flex-direction:column;align-items:flex-start}}.AdminSection-module__xuuMCW__userInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.AdminSection-module__xuuMCW__userEmail{color:var(--color-text);font-size:.9375rem;font-weight:600}.AdminSection-module__xuuMCW__userMeta{color:var(--color-text-3);align-items:center;gap:.75rem;font-size:.75rem;display:flex}.AdminSection-module__xuuMCW__userId{font-family:monospace}.AdminSection-module__xuuMCW__userActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}@media (max-width:640px){.AdminSection-module__xuuMCW__userActions{justify-content:space-between;width:100%}}.AdminSection-module__xuuMCW__planSelect{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s}.AdminSection-module__xuuMCW__planSelect:hover:not(:disabled){border-color:var(--color-border-2)}.AdminSection-module__xuuMCW__planSelect:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow);outline:none}.AdminSection-module__xuuMCW__expandBtn{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-2);cursor:pointer;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.AdminSection-module__xuuMCW__expandBtn:hover{border-color:var(--color-border-2);color:var(--color-text)}.AdminSection-module__xuuMCW__userGalleries{border-top:1.5px solid var(--color-border);background:var(--color-bg);flex-direction:column;gap:.5rem;padding:.75rem 1rem;display:flex}.AdminSection-module__xuuMCW__galleryRow{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;padding:.625rem .875rem;display:flex}.AdminSection-module__xuuMCW__galleryInfo{flex-direction:column;gap:.125rem;min-width:0;display:flex}.AdminSection-module__xuuMCW__galleryName{color:var(--color-text);font-size:.875rem;font-weight:500}.AdminSection-module__xuuMCW__galleryMeta{color:var(--color-text-3);font-size:.75rem}.AdminSection-module__xuuMCW__galleryLink{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-2);align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.AdminSection-module__xuuMCW__galleryLink:hover{border-color:var(--color-accent);color:var(--color-accent)}.AdminSection-module__xuuMCW__galleryList{flex-direction:column;gap:.75rem;display:flex}.AdminSection-module__xuuMCW__galleryCard{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}@media (max-width:640px){.AdminSection-module__xuuMCW__galleryCard{flex-direction:column;align-items:flex-start}}.AdminSection-module__xuuMCW__galleryMain{align-items:center;gap:.875rem;min-width:0;display:flex}.AdminSection-module__xuuMCW__galleryIcon{background:var(--color-accent-glow);border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.AdminSection-module__xuuMCW__galleryDetails{flex-direction:column;gap:.25rem;min-width:0;display:flex}.AdminSection-module__xuuMCW__galleryTitle{color:var(--color-text);margin:0;font-size:.9375rem;font-weight:600}.AdminSection-module__xuuMCW__gallerySlug{color:var(--color-text-3);margin:0;font-family:monospace;font-size:.8125rem}.AdminSection-module__xuuMCW__galleryStats{color:var(--color-text-3);align-items:center;gap:.75rem;font-size:.75rem;display:flex}.AdminSection-module__xuuMCW__statusBadge{background:var(--color-bg);border-radius:var(--radius-sm);padding:.125rem .5rem;font-weight:500}.AdminSection-module__xuuMCW__galleryActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}@media (max-width:640px){.AdminSection-module__xuuMCW__galleryActions{justify-content:flex-end;width:100%}}.AdminSection-module__xuuMCW__actionBtn{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-2);cursor:pointer;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.AdminSection-module__xuuMCW__actionBtn:hover:not(:disabled){border-color:var(--color-border-2);color:var(--color-text)}.AdminSection-module__xuuMCW__actionBtn:disabled{opacity:.6;cursor:not-allowed}.AdminSection-module__xuuMCW__deleteBtn:hover:not(:disabled){color:#ff453a;background:#ff453a0d;border-color:#ff453a}.AdminSection-module__xuuMCW__emptyState{color:var(--color-text-3);background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.AdminSection-module__xuuMCW__emptyState p{margin:0;font-size:.9375rem}.AdminSection-module__xuuMCW__searchControls{align-items:center;gap:.75rem;width:100%;display:flex}@media (min-width:640px){.AdminSection-module__xuuMCW__searchControls{width:auto}}.AdminSection-module__xuuMCW__filterSelect{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding:.625rem 2rem .625rem .875rem;font-size:.9375rem}.AdminSection-module__xuuMCW__filterSelect:hover{border-color:var(--color-border-2)}.AdminSection-module__xuuMCW__filterSelect:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow);outline:none}.AdminSection-module__xuuMCW__manageBtn{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-2);cursor:pointer;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.AdminSection-module__xuuMCW__manageBtn:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-glow)}.AdminSection-module__xuuMCW__deleteUserBtn{color:#ff453a;border-color:#ff453a4d}.AdminSection-module__xuuMCW__deleteUserBtn:hover{background:#ff453a1a;border-color:#ff453a}.AdminSection-module__xuuMCW__errorClose{float:right;color:#ff453a;cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:0}.AdminSection-module__xuuMCW__pagination{justify-content:center;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.AdminSection-module__xuuMCW__pageBtn{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.AdminSection-module__xuuMCW__pageBtn:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.AdminSection-module__xuuMCW__pageBtn:disabled{opacity:.5;cursor:not-allowed}.AdminSection-module__xuuMCW__pageInfo{color:var(--color-text-2);text-align:center;font-size:.875rem}.AdminSection-module__xuuMCW__pageTotal{color:var(--color-text-3);margin-left:.5rem}.AdminSection-module__xuuMCW__modalOverlay{z-index:9999;isolation:isolate;background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s AdminSection-module__xuuMCW__fadeIn;display:flex;position:fixed;inset:0}@keyframes AdminSection-module__xuuMCW__fadeIn{0%{opacity:0}to{opacity:1}}.AdminSection-module__xuuMCW__modal{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:90vh;animation:.3s AdminSection-module__xuuMCW__slideUp;overflow:hidden}.AdminSection-module__xuuMCW__modalLarge{max-width:640px}@keyframes AdminSection-module__xuuMCW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AdminSection-module__xuuMCW__modalHeader{border-bottom:1.5px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.AdminSection-module__xuuMCW__modalIcon{border-radius:var(--radius-md);color:#ff453a;background:#ff453a1a;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.AdminSection-module__xuuMCW__modalTitle{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:600}.AdminSection-module__xuuMCW__modalSubtitle{color:var(--color-text-2);margin:.25rem 0 0;font-size:.875rem}.AdminSection-module__xuuMCW__modalClose{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-2);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;margin-left:1rem;transition:all .2s;display:flex}.AdminSection-module__xuuMCW__modalClose:hover{border-color:var(--color-border-2);color:var(--color-text)}.AdminSection-module__xuuMCW__modalHeader>div:first-child{flex:1;min-width:0}.AdminSection-module__xuuMCW__modalContent{max-height:60vh;padding:1.25rem;overflow-y:auto}.AdminSection-module__xuuMCW__modalText{color:var(--color-text);margin:0 0 1rem;font-size:.9375rem;line-height:1.5}.AdminSection-module__xuuMCW__modalWarning{color:var(--color-text);margin:0 0 .5rem;font-size:.875rem;font-weight:600}.AdminSection-module__xuuMCW__modalList{color:var(--color-text-2);margin:0 0 1rem;padding-left:1.25rem;font-size:.875rem;line-height:1.6}.AdminSection-module__xuuMCW__modalNote{color:#ff453a;border-radius:var(--radius-md);background:#ff453a0d;margin:0;padding:.75rem;font-size:.8125rem}.AdminSection-module__xuuMCW__modalActions{border-top:1.5px solid var(--color-border);gap:.75rem;padding:1.25rem;display:flex}.AdminSection-module__xuuMCW__modalCancel{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;flex:1;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s}.AdminSection-module__xuuMCW__modalCancel:hover:not(:disabled){border-color:var(--color-border-2)}.AdminSection-module__xuuMCW__modalConfirm{border-radius:var(--radius-md);color:#fff;cursor:pointer;background:#ff453a;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.AdminSection-module__xuuMCW__modalConfirm:hover:not(:disabled){background:#ff3b30}.AdminSection-module__xuuMCW__modalConfirm:disabled{opacity:.6;cursor:not-allowed}.AdminSection-module__xuuMCW__emptyModal{color:var(--color-text-3);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.AdminSection-module__xuuMCW__emptyIcon{opacity:.5}.AdminSection-module__xuuMCW__galleryListModal{flex-direction:column;gap:.5rem;display:flex}.AdminSection-module__xuuMCW__galleryListItem{background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.AdminSection-module__xuuMCW__galleryListInfo{flex-direction:column;gap:.125rem;min-width:0;display:flex}.AdminSection-module__xuuMCW__galleryListName{color:var(--color-text);font-size:.9375rem;font-weight:500}.AdminSection-module__xuuMCW__galleryListMeta{color:var(--color-text-3);font-size:.8125rem}.AdminSection-module__xuuMCW__galleryListActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.AdminSection-module__xuuMCW__galleryListView{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-2);align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.AdminSection-module__xuuMCW__galleryListView:hover{border-color:var(--color-accent);color:var(--color-accent)}.AdminSection-module__xuuMCW__galleryListDelete{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-3);cursor:pointer;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.AdminSection-module__xuuMCW__galleryListDelete:hover:not(:disabled){color:#ff453a;background:#ff453a0d;border-color:#ff453a}.AdminSection-module__xuuMCW__galleryListDelete:disabled{opacity:.5;cursor:not-allowed}
.GalleryNoPermission-module__bPikyq__page{background:var(--color-bg);min-height:100vh;font-family:var(--font-sans);flex-direction:column;display:flex}.GalleryNoPermission-module__bPikyq__header{z-index:50;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#ffffffe6;position:sticky;top:0}.GalleryNoPermission-module__bPikyq__headerInner{padding:var(--space-4)var(--space-5);justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;display:flex}.GalleryNoPermission-module__bPikyq__logo{align-items:center;gap:var(--space-3);text-decoration:none;display:flex}.GalleryNoPermission-module__bPikyq__logoMark{background:var(--color-accent);width:32px;height:32px;color:var(--color-black);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.GalleryNoPermission-module__bPikyq__logoText{color:var(--color-text);font-size:.95rem;font-weight:600}.GalleryNoPermission-module__bPikyq__main{padding:var(--space-8)var(--space-5);flex:1;justify-content:center;align-items:center;display:flex}.GalleryNoPermission-module__bPikyq__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;max-width:420px;padding:var(--space-8)var(--space-6);text-align:center;box-shadow:var(--shadow-lg);animation:GalleryNoPermission-module__bPikyq__cardEnter .5s var(--ease-out)}@keyframes GalleryNoPermission-module__bPikyq__cardEnter{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.GalleryNoPermission-module__bPikyq__iconWrapper{background:linear-gradient(135deg,var(--color-bg-2)0%,var(--color-bg-3)100%);width:72px;height:72px;margin:0 auto var(--space-5);color:var(--color-text-2);border:1px solid var(--color-border);border-radius:50%;justify-content:center;align-items:center;display:flex}.GalleryNoPermission-module__bPikyq__title{font-family:var(--font-serif);color:var(--color-text);margin-bottom:var(--space-2);letter-spacing:-.02em;font-size:1.75rem;font-weight:600}.GalleryNoPermission-module__bPikyq__description{color:var(--color-text-2);margin-bottom:var(--space-6);font-size:1rem;line-height:1.6}.GalleryNoPermission-module__bPikyq__galleryName{color:var(--color-text);font-weight:600}.GalleryNoPermission-module__bPikyq__actions{gap:var(--space-3);flex-direction:column;display:flex}.GalleryNoPermission-module__bPikyq__primaryBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4);background:var(--color-accent);color:var(--color-black);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration)var(--ease);border:none;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.GalleryNoPermission-module__bPikyq__primaryBtn:hover{background:var(--color-accent-2);transform:translateY(-1px);box-shadow:0 4px 16px #b8924a4d}.GalleryNoPermission-module__bPikyq__secondaryBtn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4);color:var(--color-text-2);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration)var(--ease);background:0 0;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.GalleryNoPermission-module__bPikyq__secondaryBtn:hover{background:var(--color-bg-2);border-color:var(--color-border-2);color:var(--color-text)}.GalleryNoPermission-module__bPikyq__footer{padding:var(--space-6)var(--space-5);text-align:center;border-top:1px solid var(--color-border)}.GalleryNoPermission-module__bPikyq__footerText{color:var(--color-text-3);font-size:.875rem}@media (max-width:640px){.GalleryNoPermission-module__bPikyq__card{padding:var(--space-6)var(--space-5);margin:0 var(--space-2)}.GalleryNoPermission-module__bPikyq__title{font-size:1.5rem}.GalleryNoPermission-module__bPikyq__iconWrapper{width:64px;height:64px}}
.GrowthChart-module__7P9kSq__container{background:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-6);border:1px solid var(--color-border);margin-bottom:var(--space-6)}.GrowthChart-module__7P9kSq__header{margin-bottom:var(--space-5)}.GrowthChart-module__7P9kSq__title{font-family:var(--font-serif);font-size:var(--text-headline-3);color:var(--color-text);margin:0 0 var(--space-1);font-weight:500}.GrowthChart-module__7P9kSq__subtitle{font-size:var(--text-body);color:var(--color-text-2);margin:0}.GrowthChart-module__7P9kSq__metricToggles{gap:var(--space-3);margin-bottom:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.GrowthChart-module__7P9kSq__metricToggle{align-items:flex-start;gap:var(--space-1);padding:var(--space-4);background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;flex-direction:column;transition:all .2s;display:flex}.GrowthChart-module__7P9kSq__metricToggle:hover{border-color:var(--color-border-2);background:var(--color-bg-2)}.GrowthChart-module__7P9kSq__metricToggle.GrowthChart-module__7P9kSq__active{border-color:var(--metric-color,var(--color-accent));background:color-mix(in srgb,var(--metric-color,var(--color-accent))8%,var(--color-bg))}.GrowthChart-module__7P9kSq__dot{background:var(--metric-color,var(--color-text-3));border-radius:50%;width:8px;height:8px}.GrowthChart-module__7P9kSq__label{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-2);font-weight:600}.GrowthChart-module__7P9kSq__value{font-family:var(--font-serif);color:var(--color-text);letter-spacing:-.02em;font-size:1.75rem;font-weight:600}.GrowthChart-module__7P9kSq__growth{font-size:var(--text-caption);border-radius:var(--radius-full);padding:2px 8px;font-weight:600}.GrowthChart-module__7P9kSq__growth.GrowthChart-module__7P9kSq__positive{color:#34c759;background:#34c7591a}.GrowthChart-module__7P9kSq__growth.GrowthChart-module__7P9kSq__negative{color:#ff3b30;background:#ff3b301a}.GrowthChart-module__7P9kSq__chartContainer{width:100%;height:300px}@media (max-width:900px){.GrowthChart-module__7P9kSq__metricToggles{grid-template-columns:repeat(2,1fr)}.GrowthChart-module__7P9kSq__container{padding:var(--space-4)}}@media (max-width:640px){.GrowthChart-module__7P9kSq__metricToggles{grid-template-columns:1fr}.GrowthChart-module__7P9kSq__chartContainer{height:250px}.GrowthChart-module__7P9kSq__title{font-size:var(--text-headline-4)}}
.Toast-module__eHqTLW__container{top:calc(var(--nav-height) + 1rem);z-index:1000;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;right:1.5rem}.Toast-module__eHqTLW__toast{background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-md);pointer-events:auto;align-items:center;gap:.75rem;min-width:320px;max-width:420px;padding:1rem 1.25rem;animation:.4s cubic-bezier(0,0,.2,1) Toast-module__eHqTLW__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001f}@keyframes Toast-module__eHqTLW__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__eHqTLW__exit{animation:.3s cubic-bezier(.4,0,1,1) forwards Toast-module__eHqTLW__slideOut}@keyframes Toast-module__eHqTLW__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.Toast-module__eHqTLW__success{border-color:#34c75966}.Toast-module__eHqTLW__success .Toast-module__eHqTLW__icon{color:#34c759}.Toast-module__eHqTLW__error{border-color:#ff453a66}.Toast-module__eHqTLW__error .Toast-module__eHqTLW__icon{color:#ff453a}.Toast-module__eHqTLW__info{border-color:#007aff66}.Toast-module__eHqTLW__info .Toast-module__eHqTLW__icon{color:#007aff}.Toast-module__eHqTLW__icon{background:var(--color-bg-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Toast-module__eHqTLW__message{color:var(--color-text);flex:1;margin:0;font-size:.9375rem;line-height:1.5}.Toast-module__eHqTLW__close{width:28px;height:28px;color:var(--color-text-3);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Toast-module__eHqTLW__close:hover{background:var(--color-bg-2);color:var(--color-text)}.Toast-module__eHqTLW__progress{background:linear-gradient(90deg,var(--color-accent)0%,var(--color-accent-2)100%);height:3px;animation:linear forwards Toast-module__eHqTLW__progress;position:absolute;bottom:0;left:0}@keyframes Toast-module__eHqTLW__progress{0%{width:100%}to{width:0%}}@media (max-width:640px){.Toast-module__eHqTLW__container{left:1rem;right:1rem;top:calc(var(--nav-height) + .5rem)}.Toast-module__eHqTLW__toast{min-width:auto;max-width:none}}
