.ProfilePage_profilePage__FGof9{min-height:100vh;background:var(--background);padding-bottom:3rem}.ProfilePage_loadingContainer__9ULu_{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:var(--text-gray)}.ProfilePage_loadingSpinner__gnXqr{width:48px;height:48px;border:4px solid var(--border-gray);border-top-color:var(--primary-pink);border-radius:50%;animation:ProfilePage_spin__iK6fh .8s linear infinite}@keyframes ProfilePage_spin__iK6fh{to{transform:rotate(1turn)}}.ProfilePage_profileHeader__wqNLv{background:linear-gradient(135deg,rgba(164,36,125,.1),rgba(125,242,255,.1));padding:2rem 1rem;border-bottom:1px solid var(--border-gray)}.ProfilePage_headerContent__i6n0y{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.ProfilePage_profileCard__km_kt{background:white;border-radius:var(--border-radius-lg);padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid var(--border-gray);display:flex;flex-direction:column;gap:1.5rem;position:relative}.ProfilePage_avatarSection__FC1If{display:flex;align-items:center;gap:1.5rem}.ProfilePage_avatarContainer__zvMOm{position:relative}.ProfilePage_avatar__zkH0F{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);display:flex;align-items:center;justify-content:center;color:white;border:4px solid white;box-shadow:0 4px 12px rgba(0,0,0,.1)}.ProfilePage_avatarBadge__slw1J{position:absolute;bottom:0;right:0;background:white;border-radius:50%;padding:4px;box-shadow:0 2px 8px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center}.ProfilePage_nameSection__jE6wu{flex:1 1}.ProfilePage_userName__jOAg9{font-size:2rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem;line-height:1.2}.ProfilePage_userJob__G_O89{display:flex;align-items:center;gap:.5rem;color:var(--text-gray);font-size:1rem}.ProfilePage_pointsCard__v5XbF,.ProfilePage_pointsSection__7bXqO{display:flex;align-items:center;gap:1rem}.ProfilePage_pointsCard__v5XbF{background:linear-gradient(135deg,rgba(164,36,125,.1),rgba(125,242,255,.1));padding:1rem 1.5rem;border-radius:var(--border-radius);border:1px solid var(--border-gray);flex:1 1;max-width:300px}.ProfilePage_pointsIcon__WBam_{display:flex;align-items:center;justify-content:center}.ProfilePage_pointsInfo__ZDHP_{display:flex;flex-direction:column}.ProfilePage_pointsValue__trl6s{font-size:1.75rem;font-weight:700;color:var(--foreground);line-height:1;background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ProfilePage_pointsLabel__Z1GOL{font-size:.85rem;color:var(--text-gray);font-weight:500;margin-top:.25rem}.ProfilePage_editButton__6v_V7{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:white;border:2px solid var(--primary-pink);color:var(--primary-pink);border-radius:var(--border-radius);font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;align-self:flex-start}.ProfilePage_editButton__6v_V7:hover{background:var(--primary-pink);color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(164,36,125,.3)}.ProfilePage_statsGrid__PKB8f{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.ProfilePage_statCard__WKehN{background:white;border-radius:var(--border-radius);padding:1.5rem;border:1px solid var(--border-gray);display:flex;align-items:center;gap:1rem;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.ProfilePage_statCard__WKehN:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(0,0,0,.1);border-color:var(--primary-blue)}.ProfilePage_statIcon__qDnk7{width:56px;height:56px;border-radius:var(--border-radius);background:linear-gradient(135deg,rgba(164,36,125,.1),rgba(125,242,255,.1));display:flex;align-items:center;justify-content:center;color:var(--primary-pink);flex-shrink:0}.ProfilePage_statContent__zLuEA{display:flex;flex-direction:column;flex:1 1}.ProfilePage_statValue__8d9JK{font-size:1.75rem;font-weight:700;color:var(--foreground);line-height:1;margin-bottom:.25rem;background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ProfilePage_statLabel__NfZO3{font-size:.85rem;color:var(--text-gray);font-weight:500}.ProfilePage_profileDetails__pBTxn{padding:2rem 1rem;max-width:1400px;margin:0 auto}.ProfilePage_detailsContainer__K_Tu_{display:flex;flex-direction:column;gap:2rem}.ProfilePage_infoCard__hthVJ{background:white;border-radius:var(--border-radius-lg);padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid var(--border-gray)}.ProfilePage_cardTitle__ELj7S{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-gray)}.ProfilePage_infoGrid__UJwEa{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.ProfilePage_infoItem__U2mnx{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:var(--border-radius);background:var(--secondary-gray);transition:all .2s}.ProfilePage_infoItem__U2mnx:hover{background:linear-gradient(135deg,rgba(164,36,125,.05),rgba(125,242,255,.05));transform:translateX(4px)}.ProfilePage_infoIcon__HZW5t{width:40px;height:40px;border-radius:var(--border-radius-sm);background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.ProfilePage_infoContent__ixJjE{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.ProfilePage_infoLabel__zB6RL{font-size:.8rem;color:var(--text-gray);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.ProfilePage_infoValue__ihm8_{font-size:1rem;color:var(--foreground);font-weight:600}.ProfilePage_tabsContainer__cBU93{background:white;border-radius:var(--border-radius-lg);padding:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid var(--border-gray)}.ProfilePage_tabs__HAz9K{display:flex;gap:.5rem;overflow-x:auto}.ProfilePage_tab__121iD{flex:1 1;padding:1rem 1.5rem;background:transparent;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:600;color:var(--text-gray);cursor:pointer;transition:all .2s;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.ProfilePage_tab__121iD:hover{background:var(--secondary-gray);color:var(--foreground)}.ProfilePage_tab__121iD.ProfilePage_active__v90Ed{background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);color:white;box-shadow:0 4px 12px rgba(164,36,125,.3)}.ProfilePage_tabContent__848bw{background:white;border-radius:var(--border-radius-lg);padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid var(--border-gray);min-height:400px}.ProfilePage_overviewContent__ean_r{display:flex;flex-direction:column;gap:2rem}.ProfilePage_overviewCard__33GJk{background:linear-gradient(135deg,rgba(164,36,125,.05),rgba(125,242,255,.05));border-radius:var(--border-radius-lg);padding:2rem;border:1px solid var(--border-gray)}.ProfilePage_overviewTitle__BOSzR{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}.ProfilePage_activityGrid__Vw_GZ{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.ProfilePage_activityItem__YEFm4{display:flex;align-items:center;gap:1rem;background:white;padding:1.5rem;border-radius:var(--border-radius);border:1px solid var(--border-gray);transition:all .2s}.ProfilePage_activityItem__YEFm4:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ProfilePage_activityIcon__a8xGG{width:56px;height:56px;border-radius:var(--border-radius);background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);display:flex;align-items:center;justify-content:center;color:white;flex-shrink:0}.ProfilePage_activityInfo__BCiy1{display:flex;flex-direction:column}.ProfilePage_activityValue__b4LNY{font-size:1.75rem;font-weight:700;color:var(--foreground);line-height:1;margin-bottom:.25rem}.ProfilePage_activityLabel__JI_HQ{font-size:.9rem;color:var(--text-gray);font-weight:500}.ProfilePage_recentActivity__lYupP{display:flex;flex-direction:column;gap:1rem}.ProfilePage_sectionTitle__twPLS{font-size:1.25rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.ProfilePage_activityCard__0fNlt{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:var(--secondary-gray);border-radius:var(--border-radius);border:1px solid var(--border-gray);transition:all .2s}.ProfilePage_activityCard__0fNlt:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,.05);transform:translateX(4px)}.ProfilePage_activityCardContent__gQJK2{flex:1 1}.ProfilePage_activityCardTitle__fVDfP{font-size:1.1rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.ProfilePage_activityCardMeta__2Vami{font-size:.9rem;color:var(--text-gray)}.ProfilePage_viewButton__btPI6{padding:.5rem 1.5rem;background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);color:white;border:none;border-radius:var(--border-radius);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.ProfilePage_viewButton__btPI6:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(164,36,125,.3)}.ProfilePage_answeredContent__tyijH,.ProfilePage_surveysContent__pZaQC,.ProfilePage_surveysList__ndxBz{display:flex;flex-direction:column;gap:1.5rem}.ProfilePage_answeredGrid__EdnWO{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.ProfilePage_emptyState__pjp2V{text-align:center;padding:4rem 2rem;background:var(--secondary-gray);border-radius:var(--border-radius-lg);border:2px dashed var(--border-gray)}.ProfilePage_emptyState__pjp2V h3{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.ProfilePage_emptyState__pjp2V p{color:var(--text-gray);margin-bottom:2rem;font-size:1rem}.ProfilePage_createButton__T2CAK{padding:.875rem 2rem;background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);color:white;border:none;border-radius:var(--border-radius);font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.ProfilePage_createButton__T2CAK:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(164,36,125,.3)}@media (max-width:768px){.ProfilePage_profileHeader__wqNLv{padding:1.5rem 1rem}.ProfilePage_profileCard__km_kt{padding:1.5rem}.ProfilePage_avatarSection__FC1If{flex-direction:column;text-align:center}.ProfilePage_avatar__zkH0F{width:80px;height:80px}.ProfilePage_userName__jOAg9{font-size:1.5rem}.ProfilePage_pointsCard__v5XbF{max-width:100%}.ProfilePage_statsGrid__PKB8f{grid-template-columns:repeat(2,1fr);gap:.75rem}.ProfilePage_statCard__WKehN{padding:1rem}.ProfilePage_statIcon__qDnk7{width:48px;height:48px}.ProfilePage_statValue__8d9JK{font-size:1.5rem}.ProfilePage_infoGrid__UJwEa{grid-template-columns:1fr;gap:1rem}.ProfilePage_infoCard__hthVJ{padding:1.5rem}.ProfilePage_tabs__HAz9K{flex-direction:column}.ProfilePage_tab__121iD{text-align:center}.ProfilePage_tabContent__848bw{padding:1.5rem}.ProfilePage_activityGrid__Vw_GZ,.ProfilePage_answeredGrid__EdnWO{grid-template-columns:1fr}.ProfilePage_activityCard__0fNlt{flex-direction:column;align-items:flex-start;gap:1rem}.ProfilePage_viewButton__btPI6{width:100%}}@media (max-width:480px){.ProfilePage_profileCard__km_kt{padding:1rem}.ProfilePage_avatar__zkH0F{width:70px;height:70px}.ProfilePage_userName__jOAg9{font-size:1.25rem}.ProfilePage_pointsCard__v5XbF{padding:.75rem 1rem}.ProfilePage_pointsValue__trl6s{font-size:1.5rem}.ProfilePage_statsGrid__PKB8f{grid-template-columns:repeat(2,1fr);gap:.5rem}.ProfilePage_statCard__WKehN{padding:.75rem;flex-direction:column;text-align:center}.ProfilePage_statIcon__qDnk7{width:40px;height:40px}.ProfilePage_statValue__8d9JK{font-size:1.25rem}.ProfilePage_infoCard__hthVJ{padding:1rem}.ProfilePage_cardTitle__ELj7S{font-size:1.25rem}.ProfilePage_infoItem__U2mnx{padding:.75rem}.ProfilePage_tabContent__848bw{padding:1rem}.ProfilePage_overviewCard__33GJk{padding:1.5rem}.ProfilePage_activityItem__YEFm4{padding:1rem}.ProfilePage_activityIcon__a8xGG{width:48px;height:48px}.ProfilePage_activityValue__b4LNY{font-size:1.5rem}}.SurveyCard_survey-card__mtQ4N{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--border-gray);border-radius:12px;margin-bottom:1rem;transition:transform .2s,box-shadow .2s;cursor:pointer;background:var(--background);min-height:100px;height:100%}.SurveyCard_survey-genre-votes__aOV01{display:flex;justify-content:space-between}.SurveyCard_survey-card__mtQ4N:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.SurveyCard_survey-of-the-day__1uiDh:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(164,36,125,.4),0 0 0 1px rgba(255,255,255,.2)}.SurveyCard_survey-points-container__quXEp{display:flex;flex-direction:row;gap:.5rem}.SurveyCard_survey-icon__fg0Sc{width:48px;height:48px;background:var(--secondary-gray);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-gray);font-size:1.5rem}.SurveyCard_survey-info__WAIAV{flex:1 1}.SurveyCard_survey-title__sqbLi{font-weight:600;color:var(--foreground);margin-bottom:.25rem}.SurveyCard_survey-genre__6jZhI{color:var(--text-gray);font-size:.9rem;margin-bottom:.5rem}.SurveyCard_survey-stats__k6g6Z{display:flex;gap:1rem;font-size:.85rem;color:var(--text-gray)}.SurveyCard_survey-of-the-day__1uiDh{background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);box-shadow:0 8px 32px rgba(164,36,125,.3),0 0 0 1px rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;position:relative;overflow:hidden;height:calc(222px + 2rem);display:flex;flex-direction:column;justify-content:flex-start}.SurveyCard_survey-of-the-day__1uiDh:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));pointer-events:none}.SurveyCard_survey-of-the-day__1uiDh .SurveyCard_survey-icon__fg0Sc{background:rgba(255,255,255,.2);color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.SurveyCard_survey-of-the-day__1uiDh .SurveyCard_survey-title__sqbLi{color:#000000;font-size:1.1rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.SurveyCard_survey-of-the-day__1uiDh .SurveyCard_survey-genre__6jZhI{color:rgba(0,0,0,.7);font-size:.9rem;margin-bottom:.75rem}.SurveyCard_survey-of-the-day__1uiDh .SurveyCard_survey-stats__k6g6Z{color:rgba(0,0,0,.8);font-size:.85rem;font-weight:500}.SurveyCard_survey-of-the-day-label__fE0KD{color:white;font-size:1.4rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;z-index:1}.SurveyCard_survey-of-the-day__1uiDh .SurveyCard_survey-info__WAIAV{position:relative;z-index:1}@media (max-width:479px){.SurveyCard_survey-card__mtQ4N{padding:.75rem;gap:.75rem;flex-direction:column;text-align:center;min-height:auto}.SurveyCard_survey-icon__fg0Sc{width:40px;height:40px;font-size:1.25rem}.SurveyCard_survey-title__sqbLi{font-size:.95rem}.SurveyCard_survey-genre__6jZhI{font-size:.85rem}.SurveyCard_survey-stats__k6g6Z{font-size:.8rem;justify-content:center}.SurveyCard_survey-of-the-day__1uiDh{padding:1.5rem 1rem;min-height:160px}.SurveyCard_survey-of-the-day-label__fE0KD{font-size:1.4rem;text-align:center;margin-bottom:1rem}.SurveyCard_survey-of-the-day__1uiDh .SurveyCard_survey-title__sqbLi{font-size:1.1rem;text-align:center}.SurveyCard_survey-of-the-day__1uiDh .SurveyCard_survey-genre__6jZhI{font-size:.9rem;text-align:center}}@media (min-width:480px) and (max-width:767px){.SurveyCard_survey-card__mtQ4N{padding:.875rem;gap:.875rem}.SurveyCard_survey-icon__fg0Sc{width:44px;height:44px;font-size:1.375rem}.SurveyCard_survey-title__sqbLi{font-size:1rem}.SurveyCard_survey-of-the-day__1uiDh{padding:1.75rem 1.25rem;min-height:180px}.SurveyCard_survey-of-the-day-label__fE0KD{font-size:1.6rem}}@media (min-width:768px) and (max-width:1023px){.SurveyCard_survey-card__mtQ4N{padding:1rem}.SurveyCard_survey-of-the-day__1uiDh{padding:1.25rem}}.RangeSlider_rangeSliderSection__A7D3y{margin-bottom:2rem}.RangeSlider_rangeSliderSection__A7D3y h3{font-size:1.2rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.RangeSlider_rangeSliderWrapper__UnxCT{background:var(--secondary-gray);border-radius:12px;padding:1.5rem;border:1px solid var(--border-gray)}.RangeSlider_rangeValues__j4Da3{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:600;color:var(--text-gray)}.RangeSlider_rangeValues__j4Da3 span{background:white;padding:.5rem 1rem;border-radius:8px;border:1px solid var(--border-gray);font-size:.9rem}.RangeSlider_jquerySlider__D2z3E{height:20px;margin:0 10px}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider-range__f7Iab{background:linear-gradient(90deg,var(--primary-pink) 0,var(--primary-blue) 100%);border-radius:4px}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider-handle__Ln36m{width:24px;height:24px;border-radius:50%;border:3px solid white;background:var(--primary-pink);box-shadow:0 2px 8px rgba(0,0,0,.3);cursor:pointer;transition:all .2s ease;top:-2px}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider-handle__Ln36m:nth-child(2){background:var(--primary-blue)}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider-handle__Ln36m:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.4)}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider-track__QgPEG,.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider__X1saN{background:var(--border-gray);border-radius:4px;height:8px;border:none}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider__X1saN{position:relative;text-align:left}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider__X1saN .RangeSlider_ui-slider-handle__Ln36m{position:absolute;z-index:2;width:24px;height:24px;cursor:pointer;border-radius:50%;border:3px solid white;background:var(--primary-pink);box-shadow:0 2px 8px rgba(0,0,0,.3);transition:all .2s ease;top:-8px}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider__X1saN .RangeSlider_ui-slider-handle__Ln36m:nth-child(2){background:var(--primary-blue)}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider__X1saN .RangeSlider_ui-slider-handle__Ln36m:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.4)}.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider__X1saN .RangeSlider_ui-slider-range__f7Iab{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:linear-gradient(90deg,var(--primary-pink) 0,var(--primary-blue) 100%);border-radius:4px;height:8px;top:0}@media (max-width:768px){.RangeSlider_rangeSliderWrapper__UnxCT{padding:1rem}.RangeSlider_rangeValues__j4Da3{flex-direction:column;gap:.5rem;align-items:center}}@media (max-width:480px){.RangeSlider_jquerySlider__D2z3E .RangeSlider_ui-slider-handle__Ln36m{width:20px;height:20px}}.DiscoverPage_container__JzgGx{margin:0 auto}.DiscoverPage_header__AQ_SX{background:linear-gradient(135deg,var(--pink-less) 0,var(--blue-less) 100%);justify-content:center;align-items:center}.DiscoverPage_headerWrapper__4_plT{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem 4rem}.DiscoverPage_contentWrapper__s39hT{padding:1.5rem 4rem}.DiscoverPage_surveyOfTheDayCard__tlxi4{width:30vw}.DiscoverPage_header__AQ_SX h1{font-size:3rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.DiscoverPage_header__AQ_SX p{font-size:1.2rem;color:var(--text-gray);opacity:.9}.DiscoverPage_searchFiltersBar__mwOEF{background:white;border-radius:16px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 4px 20px rgba(0,0,0,.1)}.DiscoverPage_topRow__WWbEq{display:flex;gap:1rem;align-items:center}.DiscoverPage_searchInput__YRBTL{flex:1 1;padding:.75rem 1rem;border:2px solid var(--border-gray);border-radius:12px;font-size:.9rem;background:white;color:var(--foreground);transition:border-color .2s,box-shadow .2s}.DiscoverPage_searchInput__YRBTL:focus{outline:none;border-color:var(--primary-pink);box-shadow:0 0 0 3px rgba(164,36,125,.1)}.DiscoverPage_filterToggle__DS3iO{background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);color:white;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;white-space:nowrap}.DiscoverPage_filterToggle__DS3iO:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.DiscoverPage_sortButton__6kgZB{padding:.6rem 1rem;border-radius:8px;font-size:.8rem}.DiscoverPage_filtersPanel__AYW50{background:white;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1);animation:DiscoverPage_slideDown__ShPhg .3s ease-out}@keyframes DiscoverPage_slideDown__ShPhg{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.DiscoverPage_filtersRow___yA7E{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}.DiscoverPage_filterColumn__7Drfj{display:flex;flex-direction:column}.DiscoverPage_filterColumn__7Drfj h3{font-size:.9rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem;text-align:center}.DiscoverPage_sortingContainer__9LhCq{display:flex;flex-direction:column;gap:.5rem;align-items:center}.DiscoverPage_sortButton__6kgZB{background:var(--secondary-gray);color:var(--text-gray);border:1px solid var(--border-gray);padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;width:100%;text-align:center}.DiscoverPage_sortButton__6kgZB:hover{background:var(--primary-blue);color:white;border-color:var(--primary-blue);transform:translateY(-1px)}.DiscoverPage_sortButton__6kgZB.DiscoverPage_activeSort__U2yk8{background:var(--primary-pink);color:white;border-color:var(--primary-pink);box-shadow:0 2px 8px rgba(164,36,125,.3)}.DiscoverPage_categoriesGrid__CHMSQ{display:flex;flex-direction:column;gap:.5rem}.DiscoverPage_categoryCheckbox__1gEol{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid var(--border-gray);border-radius:6px;cursor:pointer;transition:all .2s;background:var(--secondary-gray);font-size:.8rem}.DiscoverPage_categoryCheckbox__1gEol:hover{background:var(--primary-blue);border-color:var(--primary-blue);color:white}.DiscoverPage_categoryCheckbox__1gEol input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary-pink)}.DiscoverPage_clearFiltersContainer__Pmb9O{display:flex;justify-content:center;border-top:1px solid var(--border-gray);padding-top:1rem}.DiscoverPage_clearFilters___9iuq{background:var(--secondary-gray);color:var(--text-gray);border:none;padding:.6rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s}.DiscoverPage_clearFilters___9iuq:hover{background:var(--border-gray);color:var(--foreground)}.DiscoverPage_resultsInfo__KLBp0{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 0;border-bottom:2px solid var(--border-gray)}.DiscoverPage_resultsInfo__KLBp0 h3{font-size:1.5rem;font-weight:600;color:var(--foreground)}.DiscoverPage_activeFilters__G_bTM{background:var(--primary-blue);color:var(--foreground);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.DiscoverPage_paginationInfo__zYW8d{background:var(--secondary-gray);color:var(--text-gray);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.DiscoverPage_loadMoreContainer__hgAX5{grid-column:1/-1;display:flex;justify-content:center;padding:2rem 0}.DiscoverPage_loadMoreButton__N71vl{background:linear-gradient(135deg,var(--primary-pink) 0,var(--primary-blue) 100%);color:white;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;min-width:200px}.DiscoverPage_loadMoreButton__N71vl:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.DiscoverPage_loadMoreButton__N71vl:disabled{opacity:.6;cursor:not-allowed;transform:none}.DiscoverPage_surveysGrid__f8ARh{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}.DiscoverPage_loading__u_HPg{grid-column:1/-1;text-align:center;padding:3rem;font-size:1.2rem;color:var(--text-gray)}.DiscoverPage_noResults__s_RCr{grid-column:1/-1;text-align:center;padding:3rem;background:var(--secondary-gray);border-radius:16px}.DiscoverPage_noResults__s_RCr p{font-size:1.1rem;color:var(--text-gray);margin-bottom:1rem}@media (max-width:768px){.DiscoverPage_container__JzgGx{padding:1rem}.DiscoverPage_header__AQ_SX h1{font-size:2rem}.DiscoverPage_searchContainer__uFfnL{flex-direction:column}.DiscoverPage_filtersRow___yA7E{grid-template-columns:1fr;gap:1rem}.DiscoverPage_filterColumn__7Drfj h3{text-align:left}.DiscoverPage_sortingContainer__9LhCq{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.DiscoverPage_sortButton__6kgZB{width:auto;min-width:80px}.DiscoverPage_categoriesGrid__CHMSQ{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));display:grid}.DiscoverPage_surveysGrid__f8ARh{grid-template-columns:1fr}.DiscoverPage_resultsInfo__KLBp0{flex-direction:column;gap:1rem;align-items:flex-start}}@media (max-width:480px){.DiscoverPage_header__AQ_SX{padding:1.5rem 1rem}.DiscoverPage_filtersPanel__AYW50{padding:1rem}.DiscoverPage_filtersRow___yA7E{gap:.75rem}.DiscoverPage_categoriesGrid__CHMSQ{grid-template-columns:1fr}}.MySurveyCard_surveyCard__o_jtt{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid var(--border-gray);border-radius:16px;margin-bottom:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;background:var(--background);min-height:200px;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.MySurveyCard_surveyCard__o_jtt:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.12);border-color:var(--primary-pink)}.MySurveyCard_surveyCard__o_jtt:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-pink),var(--primary-blue));opacity:0;transition:opacity .3s ease}.MySurveyCard_surveyCard__o_jtt:hover:before{opacity:1}.MySurveyCard_cardHeader__HhRsa{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.MySurveyCard_titleSection__UhAJT{flex:1 1}.MySurveyCard_surveyTitle__e_ZLp{font-size:1.5rem;font-weight:700;color:var(--foreground);margin:0;line-height:1.2}.MySurveyCard_statusBadge__OKT7G{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border-radius:25px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;white-space:nowrap;align-self:flex-start;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px rgba(0,0,0,.1)}.MySurveyCard_statusBadge__OKT7G:before{content:"";position:absolute;top:50%;left:8px;width:6px;height:6px;border-radius:50%;transform:translateY(-50%);animation:MySurveyCard_pulse__ceVVJ 2s infinite}.MySurveyCard_statusText__WK1HX{font-size:.75rem}.MySurveyCard_metaRow__4551Q{margin-bottom:1rem}.MySurveyCard_metaInfo__PcwN_{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-gray)}.MySurveyCard_categoryInfo__uZBhJ{font-weight:700}.MySurveyCard_dateInfo__zd3NW{display:flex;align-items:center}.MySurveyCard_contentSection__1JYse{flex:1 1}.MySurveyCard_surveyDescription__LsdyM{color:var(--text-gray);font-size:.9rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.MySurveyCard_statsSection__urBLt{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:1rem 0;border-top:1px solid var(--border-gray);border-bottom:1px solid var(--border-gray);margin:1rem 0}.MySurveyCard_statItem__ZwRZQ{display:flex;flex-direction:column;gap:.25rem;text-align:center;flex:1 1}.MySurveyCard_statValue__Uux1v{font-size:1.5rem;font-weight:700;color:var(--foreground);line-height:1}.MySurveyCard_statLabel__jh13Q{font-size:.85rem;color:var(--text-gray);font-weight:500}.MySurveyCard_actionsSection__L9XnP{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;margin-top:auto}.MySurveyCard_actionBtn__s5lCS{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:44px;position:relative;overflow:hidden}.MySurveyCard_actionBtn__s5lCS:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.MySurveyCard_actionBtn__s5lCS:hover:before{left:100%}.MySurveyCard_actionBtn__s5lCS:disabled{opacity:.5;cursor:not-allowed;transform:none}.MySurveyCard_actionBtn__s5lCS:disabled:before{display:none}.MySurveyCard_actionBtn__s5lCS:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.MySurveyCard_actionBtn__s5lCS:active:not(:disabled){transform:translateY(0)}.MySurveyCard_actionBtn__s5lCS span{display:inline;z-index:1;position:relative}.MySurveyCard_resultsBtn__3W32O{background:var(--primary-pink);color:white}.MySurveyCard_resultsBtn__3W32O:hover:not(:disabled){background:#d91a5f}.MySurveyCard_shareBtn__roo_e{background:#8e24aa;color:white}.MySurveyCard_shareBtn__roo_e:hover:not(:disabled){background:#7b1fa2}.MySurveyCard_editBtn__aQs_O{background:var(--primary-blue);color:white}.MySurveyCard_editBtn__aQs_O:hover:not(:disabled){background:#1565c0}.MySurveyCard_deleteBtn__C4NwV{background:#00bcd4;color:white}.MySurveyCard_deleteBtn__C4NwV:hover:not(:disabled){background:#0097a7}@media (max-width:768px){.MySurveyCard_cardHeader__HhRsa{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.MySurveyCard_statusBadge__OKT7G{align-self:flex-start;flex-shrink:0}.MySurveyCard_titleSection__UhAJT{flex:1 1;min-width:0}.MySurveyCard_metaInfo__PcwN_{gap:.5rem;justify-content:space-between;width:100%}.MySurveyCard_surveyTitle__e_ZLp{font-size:1.25rem}.MySurveyCard_statsSection__urBLt{flex-direction:row;justify-content:space-between;gap:1rem;margin:.75rem 0;padding:.75rem 0}.MySurveyCard_statItem__ZwRZQ{text-align:center;flex:1 1}.MySurveyCard_statValue__Uux1v{font-size:1.25rem}.MySurveyCard_actionsSection__L9XnP{grid-template-columns:repeat(4,1fr);gap:.75rem}.MySurveyCard_actionBtn__s5lCS{justify-content:center;padding:.75rem .5rem}.MySurveyCard_actionBtn__s5lCS span{display:none}}@media (max-width:480px){.MySurveyCard_surveyCard__o_jtt{padding:1rem}.MySurveyCard_statValue__Uux1v,.MySurveyCard_surveyTitle__e_ZLp{font-size:1.1rem}.MySurveyCard_actionsSection__L9XnP{grid-template-columns:1fr}.MySurveyCard_actionBtn__s5lCS{justify-content:flex-start;padding:.75rem 1rem}.MySurveyCard_actionBtn__s5lCS span{display:inline}}@media (prefers-contrast:high){.MySurveyCard_surveyCard__o_jtt{border-width:2px}.MySurveyCard_actionBtn__s5lCS{border:2px solid}}@keyframes MySurveyCard_pulse__ceVVJ{0%,to{opacity:1;transform:translateY(-50%) scale(1)}50%{opacity:.6;transform:translateY(-50%) scale(1.2)}}@keyframes MySurveyCard_fadeInUp__d8E8e{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.MySurveyCard_surveyCard__o_jtt{animation:MySurveyCard_fadeInUp__d8E8e .5s ease-out}.MySurveyCard_actionBtn__s5lCS:focus-visible{outline:2px solid var(--primary-pink);outline-offset:2px}.MySurveyCard_surveyCard__o_jtt:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}@media (prefers-color-scheme:dark){.MySurveyCard_surveyCard__o_jtt{box-shadow:0 2px 8px rgba(0,0,0,.3)}.MySurveyCard_surveyCard__o_jtt:hover{box-shadow:0 12px 40px rgba(0,0,0,.4)}.MySurveyCard_statusBadge__OKT7G{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-color:rgba(255,255,255,.1)}}