.Library-module__QVjoeG__container{max-width:100%;min-height:calc(100vh - var(--header-height));background:0 0;flex-direction:column;flex:1;min-width:0;margin:0;padding:0;display:flex;position:relative}.Library-module__QVjoeG__contentWrapper{width:100%;min-width:0;max-width:1600px;margin:0 auto;padding:40px 80px 80px}.Library-module__QVjoeG__sectionAnimate{opacity:0;animation:.6s cubic-bezier(.16,1,.3,1) forwards Library-module__QVjoeG__slideUp;transform:translateY(20px)}@keyframes Library-module__QVjoeG__slideUp{to{opacity:1;transform:translateY(0)}}.Library-module__QVjoeG__delay1{animation-delay:.1s}.Library-module__QVjoeG__delay2{animation-delay:.2s}.Library-module__QVjoeG__delay3{animation-delay:.3s}.Library-module__QVjoeG__delay4{animation-delay:.4s}.Library-module__QVjoeG__delay5{animation-delay:.5s}.Library-module__QVjoeG__delay6{animation-delay:.6s}@media (max-width:768px){.Library-module__QVjoeG__contentWrapper{padding:20px 16px 80px}}.Library-module__QVjoeG__carouselSection{margin-bottom:48px}@media (max-width:768px){.Library-module__QVjoeG__carouselSection{margin-bottom:24px}}.Library-module__QVjoeG__carouselHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Library-module__QVjoeG__carouselHeader h2{color:var(--text-primary);align-items:center;gap:10px;font-size:1.3rem;font-weight:700;display:flex}.Library-module__QVjoeG__carouselHeader h2:before{content:"";background:var(--accent);border-radius:3px;width:3px;height:20px}.Library-module__QVjoeG__carouselWrapper{width:100%;position:relative}.Library-module__QVjoeG__carouselScroll{scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;gap:20px;padding:16px 4px 24px;display:flex;overflow-x:auto}.Library-module__QVjoeG__carouselScroll::-webkit-scrollbar{display:none}.Library-module__QVjoeG__carouselItem{scroll-snap-align:start;flex-shrink:0;width:220px}.Library-module__QVjoeG__navBtn{background:var(--bg-card);border:1px solid var(--border-secondary);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;z-index:10;box-shadow:var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Library-module__QVjoeG__navBtn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.Library-module__QVjoeG__leftBtn{left:-20px}.Library-module__QVjoeG__rightBtn{right:-20px}@media (max-width:1024px){.Library-module__QVjoeG__carouselItem{width:190px}.Library-module__QVjoeG__navBtn{display:none}}@media (max-width:640px){.Library-module__QVjoeG__carouselItem{scroll-snap-align:none;width:130px}.Library-module__QVjoeG__carouselScroll{scroll-snap-type:none;gap:12px;width:100%;margin:0;padding:10px 0 20px;display:flex;overflow-x:auto}.Library-module__QVjoeG__carouselScroll:after{display:none}.Library-module__QVjoeG__carouselHeader h2{font-size:1.15rem}}.Library-module__QVjoeG__guestBanner{background:var(--accent-light);border:1px solid rgba(var(--accent-rgb), .2);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;gap:32px;margin:32px 0 48px;padding:32px;display:flex}.Library-module__QVjoeG__guestBannerContent h3{color:var(--text-primary);margin-bottom:8px;font-size:1.6rem;font-weight:700}.Library-module__QVjoeG__guestBannerBtn{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:12px 28px;font-size:1rem;font-weight:700;transition:all .2s}.Library-module__QVjoeG__guestBannerBtn:hover{background:var(--accent-hover)}@media (max-width:768px){.Library-module__QVjoeG__guestBanner{text-align:center;border-radius:var(--radius-lg);flex-direction:column;gap:12px;margin:16px 0 24px;padding:16px}.Library-module__QVjoeG__guestBannerContent h3{margin-bottom:2px;font-size:.85rem}.Library-module__QVjoeG__guestBannerContent p{font-size:.7rem;line-height:1.3}.Library-module__QVjoeG__guestBannerBtn{width:100%;padding:8px 12px;font-size:.8rem}}.Library-module__QVjoeG__footer{border-top:1px solid var(--border-secondary);text-align:center;color:var(--text-muted);margin-top:80px;padding:40px;font-size:.85rem;font-weight:500}.Library-module__QVjoeG__uploadRow{justify-content:flex-end;margin-bottom:32px;display:flex}.Library-module__QVjoeG__uploadBtn{background:var(--bg-card);border:1px solid var(--border-secondary);color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:all .2s;display:flex}.Library-module__QVjoeG__uploadBtn:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.Library-module__QVjoeG__globalLoading{background:var(--bg-secondary);z-index:9999;flex-direction:column;justify-content:center;align-items:center;gap:24px;display:flex;position:fixed;inset:0}.Library-module__QVjoeG__loadingLogo{align-items:center;gap:12px;display:flex}.Library-module__QVjoeG__logoText{color:var(--text-primary);letter-spacing:.15em;font-size:2rem;font-weight:800;line-height:1}.Library-module__QVjoeG__loadingBarContainer{background:var(--bg-tertiary);border-radius:3px;width:200px;height:3px;position:relative;overflow:hidden}.Library-module__QVjoeG__loadingBar{background:var(--accent);border-radius:3px;width:40%;height:100%;animation:1.5s ease-in-out infinite Library-module__QVjoeG__loading-slide;position:absolute;top:0;left:0}.Library-module__QVjoeG__loadingText{color:var(--text-muted);text-transform:uppercase;letter-spacing:.2em;margin-top:4px;font-size:.75rem;font-weight:600}@keyframes Library-module__QVjoeG__loading-slide{0%{left:-40%}to{left:100%}}.Library-module__QVjoeG__tabBar{border-bottom:1px solid var(--border-secondary);gap:32px;margin-bottom:32px;padding-bottom:12px;display:flex}.Library-module__QVjoeG__tabBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px 4px;font-size:1rem;font-weight:700;transition:all .2s;display:flex;position:relative}.Library-module__QVjoeG__tabBtn:hover{color:var(--text-primary)}.Library-module__QVjoeG__activeTabBtn{color:var(--accent)}.Library-module__QVjoeG__activeTabBtn:after{content:"";background:var(--accent);border-radius:2px;height:2px;position:absolute;bottom:-13px;left:0;right:0}.Library-module__QVjoeG__exploreHeader{margin-bottom:32px}.Library-module__QVjoeG__exploreTitle{background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2.5rem;font-weight:900}.Library-module__QVjoeG__exploreSubtitle{color:var(--text-muted);font-size:1.1rem;font-weight:500}.Library-module__QVjoeG__discoverySection{flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:48px;display:flex}.Library-module__QVjoeG__searchContainer{width:100%;max-width:800px;position:relative}.Library-module__QVjoeG__exploreSearch{background:var(--bg-card);border:1px solid var(--border-secondary);width:100%;color:var(--text-primary);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:18px 24px 18px 56px;font-size:1.1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.Library-module__QVjoeG__exploreSearch:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .15), var(--shadow-xl);outline:none;transform:translateY(-2px)}.Library-module__QVjoeG__exploreSearch::placeholder{color:var(--text-muted);opacity:.7}.Library-module__QVjoeG__searchIcon{color:var(--accent);opacity:.8;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.Library-module__QVjoeG__filterPillsRow{flex-flow:wrap;align-items:center;gap:12px;width:100%;display:flex}.Library-module__QVjoeG__filterPill{background:var(--bg-card);border:1px solid var(--border-secondary);color:var(--text-secondary);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.Library-module__QVjoeG__filterPill:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--text-primary)}.Library-module__QVjoeG__activeFilterPill{background:rgba(var(--accent-rgb), .1);border-color:var(--accent);color:var(--accent)}.Library-module__QVjoeG__pillValue{color:var(--text-primary);font-weight:800}.Library-module__QVjoeG__activeFiltersSummary{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.Library-module__QVjoeG__activeChip{background:var(--accent);color:#fff;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:700;animation:.3s cubic-bezier(.175,.885,.32,1.275) Library-module__QVjoeG__chip-pop;display:flex}@keyframes Library-module__QVjoeG__chip-pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Library-module__QVjoeG__removeChip{cursor:pointer;opacity:.8;align-items:center;display:flex}.Library-module__QVjoeG__removeChip:hover{opacity:1}.Library-module__QVjoeG__filterBar{display:none}.Library-module__QVjoeG__searchSelectTrigger{background:var(--bg-card);border-radius:100px;padding:8px 16px;font-size:.85rem}.Library-module__QVjoeG__filterTabs{flex-wrap:wrap;gap:8px;display:flex}.Library-module__QVjoeG__searchSelect{width:auto;min-width:fit-content;position:relative}.Library-module__QVjoeG__searchSelectTrigger{background:var(--bg-secondary);border:1px solid var(--border-secondary);width:auto;min-width:fit-content;color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.Library-module__QVjoeG__searchSelectTrigger:hover{background:var(--bg-hover);border-color:var(--accent)}.Library-module__QVjoeG__searchSelectTriggerActive{border-color:var(--accent);box-shadow:0 0 0 4px rgba(var(--accent-rgb), .1)}.Library-module__QVjoeG__searchSelectDropdown{background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:.2s ease-out Library-module__QVjoeG__dropdown-fade-in;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}@keyframes Library-module__QVjoeG__dropdown-fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Library-module__QVjoeG__searchSelectDropdown{z-index:9999;background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);width:calc(100% - 32px);max-width:400px;box-shadow:var(--shadow-xl);animation:.3s cubic-bezier(.175,.885,.32,1.275) Library-module__QVjoeG__dropdown-pop;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@keyframes Library-module__QVjoeG__dropdown-pop{0%{opacity:0;transform:translate(-50%,-40%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}}.Library-module__QVjoeG__searchSelectInputWrapper{border-bottom:1px solid var(--border-secondary);background:rgba(var(--bg-card-rgb), .5);padding:12px;position:sticky;top:0}.Library-module__QVjoeG__searchSelectInput{background:var(--bg-secondary);border:1px solid var(--border-secondary);width:100%;color:var(--text-primary);border-radius:var(--radius-md);outline:none;padding:10px 10px 10px 36px;font-size:.9rem}.Library-module__QVjoeG__searchSelectInput:focus{border-color:var(--accent)}.Library-module__QVjoeG__searchSelectOptions{max-height:250px;padding:8px;overflow-y:auto}.Library-module__QVjoeG__searchSelectOption{border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 12px;font-size:.9rem;font-weight:600;transition:all .15s;display:flex}.Library-module__QVjoeG__searchSelectOption:hover{background:var(--bg-hover);color:var(--text-primary)}.Library-module__QVjoeG__searchSelectOptionActive{background:rgba(var(--accent-rgb), .1);color:var(--accent)}.Library-module__QVjoeG__filterTab{background:var(--bg-secondary);border:1px solid var(--border-secondary);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.Library-module__QVjoeG__filterTab:hover{background:var(--bg-hover);color:var(--text-primary)}.Library-module__QVjoeG__activeFilterTab{background:var(--accent);color:#fff;border-color:var(--accent)}.Library-module__QVjoeG__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:32px;margin-bottom:60px;display:grid}.Library-module__QVjoeG__listView{flex-direction:column;gap:12px;margin-bottom:60px;display:flex}.Library-module__QVjoeG__viewToggle{background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:12px;gap:4px;padding:4px;display:flex}.Library-module__QVjoeG__viewBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.Library-module__QVjoeG__viewBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.Library-module__QVjoeG__activeViewBtn{background:var(--accent);color:#fff!important}.Library-module__QVjoeG__resultsCount{color:var(--text-muted);margin-bottom:24px;font-size:.9rem;font-weight:600}.Library-module__QVjoeG__emptyState{text-align:center;background:var(--bg-card);border-radius:var(--radius-xl);border:2px dashed var(--border-secondary);flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.Library-module__QVjoeG__emptyState h3{margin-bottom:8px;font-size:1.4rem}.Library-module__QVjoeG__emptyState p{color:var(--text-muted);margin-bottom:24px}.Library-module__QVjoeG__resetBtn{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 24px;font-weight:700;transition:all .2s}.Library-module__QVjoeG__resetBtn:hover{background:var(--accent-hover)}.Library-module__QVjoeG__skeletonCard{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-secondary);aspect-ratio:10/14;box-shadow:var(--shadow-sm);flex-direction:column;display:flex;position:relative;overflow:hidden}.Library-module__QVjoeG__skeletonCard:after{content:"";background-image:linear-gradient(90deg,#fff0 0,#ffffff0d 20%,#ffffff1a 60%,#fff0);background-size:200% 100%;animation:2s linear infinite Library-module__QVjoeG__shimmer-effect;position:absolute;inset:0}.Library-module__QVjoeG__skeletonCover{background:var(--bg-tertiary);background-image:linear-gradient(90deg,#fff0 0,#ffffff08 20%,#ffffff14 60%,#fff0);background-size:200% 100%;width:100%;height:100%;animation:2s linear infinite Library-module__QVjoeG__shimmer-effect}@keyframes Library-module__QVjoeG__shimmer-effect{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){.Library-module__QVjoeG__exploreTitle{font-size:1.8rem}.Library-module__QVjoeG__exploreSubtitle{font-size:.9rem}.Library-module__QVjoeG__exploreHeader{text-align:center;margin-bottom:24px}.Library-module__QVjoeG__exploreSearch{border-radius:16px;padding:14px 20px 14px 48px;font-size:.95rem}.Library-module__QVjoeG__discoverySection{gap:16px;margin-bottom:32px}.Library-module__QVjoeG__filterPillsRow{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto}.Library-module__QVjoeG__filterPillsRow::-webkit-scrollbar{display:none}.Library-module__QVjoeG__filterPill{flex-shrink:0;padding:8px 16px;font-size:.8rem}.Library-module__QVjoeG__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}}.Library-module__QVjoeG__spin{animation:1s linear infinite Library-module__QVjoeG__spin}@keyframes Library-module__QVjoeG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.PreferenceSelectionModal-module__C5BJ7q__overlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:10000;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out PreferenceSelectionModal-module__C5BJ7q__fadeIn;display:flex;position:fixed;inset:0}@media (max-width:640px){.PreferenceSelectionModal-module__C5BJ7q__overlay{padding:0}}@keyframes PreferenceSelectionModal-module__C5BJ7q__fadeIn{0%{opacity:0}to{opacity:1}}.PreferenceSelectionModal-module__C5BJ7q__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:32px;flex-direction:column;width:100%;max-width:540px;max-height:85vh;animation:.5s cubic-bezier(.16,1,.3,1) PreferenceSelectionModal-module__C5BJ7q__modalEnter;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #00000080}@keyframes PreferenceSelectionModal-module__C5BJ7q__modalEnter{0%{opacity:0;transform:scale(.95)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}.PreferenceSelectionModal-module__C5BJ7q__closeBtn{background:var(--bg-secondary);color:var(--text-muted);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.PreferenceSelectionModal-module__C5BJ7q__closeBtn:hover{color:var(--text-primary);background:var(--bg-tertiary);transform:rotate(90deg)}.PreferenceSelectionModal-module__C5BJ7q__headerArea{background:var(--bg-card);z-index:10;padding:32px 32px 20px}.PreferenceSelectionModal-module__C5BJ7q__stepIndicator{margin-bottom:20px}.PreferenceSelectionModal-module__C5BJ7q__stepIndicator span{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:4px;font-size:.75rem;font-weight:800;display:block}.PreferenceSelectionModal-module__C5BJ7q__stepIndicator h3{color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.PreferenceSelectionModal-module__C5BJ7q__progress{background:var(--bg-secondary);border-radius:10px;height:6px;overflow:hidden}.PreferenceSelectionModal-module__C5BJ7q__progressBar{background:linear-gradient(90deg, var(--accent), #ff4d4d);height:100%;box-shadow:0 0 15px var(--accent-alpha);transition:width .4s cubic-bezier(.4,0,.2,1)}.PreferenceSelectionModal-module__C5BJ7q__limitHint{text-align:center;padding:16px 32px}.PreferenceSelectionModal-module__C5BJ7q__limitHint span{color:var(--accent);background:var(--accent-alpha);text-transform:uppercase;letter-spacing:.05em;border-radius:10px;padding:8px 16px;font-size:.8rem;font-weight:700}.PreferenceSelectionModal-module__C5BJ7q__content{flex-direction:column;flex:1;min-height:300px;padding:0 32px 32px;display:flex;overflow-y:auto}.PreferenceSelectionModal-module__C5BJ7q__optionGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding-top:8px;display:grid}.PreferenceSelectionModal-module__C5BJ7q__chip{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;text-align:left;border-radius:16px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.PreferenceSelectionModal-module__C5BJ7q__chip:hover{background:var(--bg-hover);border-color:var(--accent)}.PreferenceSelectionModal-module__C5BJ7q__chipActive{background:var(--accent);border-color:var(--accent);color:#fff}.PreferenceSelectionModal-module__C5BJ7q__footer{border-top:1px solid var(--border);background:var(--bg-card);opacity:.95;padding:24px 32px}.PreferenceSelectionModal-module__C5BJ7q__footerInner{justify-content:space-between;align-items:center;gap:16px;display:flex}.PreferenceSelectionModal-module__C5BJ7q__backBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:16px;align-items:center;gap:8px;padding:12px 20px;font-weight:700;transition:all .2s;display:flex}.PreferenceSelectionModal-module__C5BJ7q__backBtn:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--text-muted)}.PreferenceSelectionModal-module__C5BJ7q__nextBtn{background:var(--accent);color:#fff;cursor:pointer;box-shadow:0 8px 15px var(--accent-alpha);border:none;border-radius:16px;align-items:center;gap:8px;padding:12px 28px;font-size:1rem;font-weight:800;transition:all .2s;display:flex}.PreferenceSelectionModal-module__C5BJ7q__nextBtn:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 12px 20px var(--accent-alpha);transform:translateY(-2px)}.PreferenceSelectionModal-module__C5BJ7q__nextBtn:disabled{opacity:.5;cursor:not-allowed}.PreferenceSelectionModal-module__C5BJ7q__loading{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.PreferenceSelectionModal-module__C5BJ7q__spin{animation:1s linear infinite PreferenceSelectionModal-module__C5BJ7q__spin}@keyframes PreferenceSelectionModal-module__C5BJ7q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:640px){.PreferenceSelectionModal-module__C5BJ7q__modal{border:none;border-radius:0;max-width:none;height:100dvh;max-height:100dvh}.PreferenceSelectionModal-module__C5BJ7q__headerArea{padding:60px 24px 20px}.PreferenceSelectionModal-module__C5BJ7q__stepIndicator h3{font-size:1.3rem}.PreferenceSelectionModal-module__C5BJ7q__content{padding:16px 20px}.PreferenceSelectionModal-module__C5BJ7q__optionGrid{grid-template-columns:repeat(2,1fr);gap:8px}.PreferenceSelectionModal-module__C5BJ7q__footer{padding:20px 24px calc(20px + env(safe-area-inset-bottom,0px))}}
.PreferenceBanner-module__VS5t4W__banner{background:linear-gradient(135deg, var(--accent) 0%, #7c3aed 100%);border-radius:var(--radius-xl);box-shadow:0 20px 40px rgba(var(--accent-rgb), .2);color:#fff;justify-content:space-between;align-items:center;margin-bottom:40px;padding:32px;animation:.5s ease-out PreferenceBanner-module__VS5t4W__slideDown;display:flex;position:relative;overflow:hidden}@keyframes PreferenceBanner-module__VS5t4W__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.PreferenceBanner-module__VS5t4W__bannerContent{z-index:2;max-width:60%;position:relative}.PreferenceBanner-module__VS5t4W__bannerContent h2{letter-spacing:-.02em;color:#fff;margin-bottom:12px;font-size:1.8rem;font-weight:800}.PreferenceBanner-module__VS5t4W__bannerContent p{opacity:.9;color:#fff;margin-bottom:24px;font-size:1.05rem;line-height:1.6}.PreferenceBanner-module__VS5t4W__bannerActions{gap:12px;display:flex}.PreferenceBanner-module__VS5t4W__primaryBtn{color:var(--accent);border-radius:var(--radius-md);cursor:pointer;background:#fff;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.PreferenceBanner-module__VS5t4W__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.PreferenceBanner-module__VS5t4W__secondaryBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .2s}.PreferenceBanner-module__VS5t4W__secondaryBtn:hover{background:#fff3}.PreferenceBanner-module__VS5t4W__bannerImage{opacity:.15;pointer-events:none;z-index:1;width:300px;height:300px;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.PreferenceBanner-module__VS5t4W__decoration{z-index:0;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-200px;right:-100px}@media (max-width:768px){.PreferenceBanner-module__VS5t4W__banner{text-align:center;flex-direction:column;padding:32px 24px}.PreferenceBanner-module__VS5t4W__bannerContent{max-width:100%}.PreferenceBanner-module__VS5t4W__bannerActions{justify-content:center}.PreferenceBanner-module__VS5t4W__bannerImage{display:none}}
.UserPreferencesCard-module__f8xV8q__card{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:32px;padding:24px;transition:transform .2s,border-color .2s;box-shadow:0 4px 20px #0000001a}.UserPreferencesCard-module__f8xV8q__card:hover{border-color:var(--accent)}.UserPreferencesCard-module__f8xV8q__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.UserPreferencesCard-module__f8xV8q__titleGroup{align-items:center;gap:10px;display:flex}.UserPreferencesCard-module__f8xV8q__titleGroup h3{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.UserPreferencesCard-module__f8xV8q__icon{color:var(--accent)}.UserPreferencesCard-module__f8xV8q__editBtn{background:rgba(var(--accent-rgb,124, 58, 237), .1);border:1px solid rgba(var(--accent-rgb,124, 58, 237), .2);color:var(--accent);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.UserPreferencesCard-module__f8xV8q__editBtn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.UserPreferencesCard-module__f8xV8q__content{flex-direction:column;gap:16px;display:flex}.UserPreferencesCard-module__f8xV8q__group{flex-direction:column;gap:8px;display:flex}.UserPreferencesCard-module__f8xV8q__groupLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.UserPreferencesCard-module__f8xV8q__tagList{flex-wrap:wrap;gap:8px;display:flex}.UserPreferencesCard-module__f8xV8q__tag{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);color:var(--text-secondary);padding:4px 10px;font-size:.85rem;transition:all .2s}.UserPreferencesCard-module__f8xV8q__tag:hover{border-color:var(--accent);color:var(--text-primary);transform:translateY(-1px)}@media (max-width:640px){.UserPreferencesCard-module__f8xV8q__card{padding:16px}}
