.SearchPageContent_container__UYi__{min-height:100vh;display:flex;flex-direction:column}.SearchPageContent_main__YUh_t{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:20px}@media(max-width:768px){.SearchPageContent_main__YUh_t{padding:136px 30px 30px}}.SearchPageContent_searchHeader__IVppW{margin-bottom:32px}@media(max-width:768px){.SearchPageContent_searchHeader__IVppW{margin-bottom:24px}}.SearchPageContent_title__C2Ryz{font-size:32px;font-weight:700;margin-bottom:24px;color:#1a1a1a}@media(max-width:768px){.SearchPageContent_title__C2Ryz{font-size:24px;margin-bottom:16px}}.SearchResults_container__UdDxJ{width:100%}.SearchResults_loadingContainer__jXIXm{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.SearchResults_loadingContainer__jXIXm p{color:#666;font-size:16px}.SearchResults_loadingSpinner__1zpeG{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007aff;border-radius:50%;animation:SearchResults_spin__pFqgI 1s linear infinite}@keyframes SearchResults_spin__pFqgI{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SearchResults_emptyState__xXdLI{display:flex;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.SearchResults_emptyState__xXdLI p{color:#666;font-size:16px}.SearchResults_resultInfo__Wry7p{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.SearchResults_resultInfo__Wry7p p{color:#666;font-size:14px}.SearchResults_grid__sJ1sg{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:32px}@media(max-width:768px){.SearchResults_grid__sJ1sg{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}.SearchResults_photoCard__7jg9K{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.SearchResults_photoCard__7jg9K:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.SearchResults_thumbnail__F0A2F{width:100%;aspect-ratio:16/9;object-fit:cover;background:#f5f5f5}.SearchResults_photoInfo__23NyL{padding:16px;display:flex;flex-direction:column;gap:8px}.SearchResults_photoTitle__VzxaL{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.SearchResults_photoTitle__VzxaL{font-size:14px}}.SearchResults_photoDescription__ehZFO{font-size:14px;color:#666;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:768px){.SearchResults_photoDescription__ehZFO{font-size:12px}}.SearchResults_userInfo__GJ5Tp{display:flex;align-items:center;gap:4px;margin-top:4px}.SearchResults_displayname__mtPyr{font-size:16px;color:#1a1a1a;font-weight:500}@media(max-width:768px){.SearchResults_displayname__mtPyr{font-size:14px}}.SearchResults_username__OAojL{font-size:16px;color:#999}@media(max-width:768px){.SearchResults_username__OAojL{font-size:14px}}.SearchResults_loadMoreContainer__oLzC1{display:flex;justify-content:center;padding:24px 0}.SearchResults_loadMoreButton__CsotR{padding:12px 32px;font-size:16px;font-weight:600;color:#007aff;background:#fff;border:2px solid #007aff;border-radius:8px;cursor:pointer;transition:all .2s}.SearchResults_loadMoreButton__CsotR:hover:not(:disabled){background:#007aff;color:#fff}.SearchResults_loadMoreButton__CsotR:disabled{opacity:.5;cursor:not-allowed}.SearchResults_tagInfo__9qrK_{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between}.SearchResults_tagInfo__9qrK_ .SearchResults_hashtag__Sr_lF{align-items:center;padding:4px 10px;font-size:1rem;font-weight:500;color:var(--color-brand-navy);background-color:var(--color-white);border:1px solid var(--color-brand-navy);border-radius:9999px;white-space:nowrap}.SearchInput_form__6ET40{width:100%}.SearchInput_inputWrapper__zHx1u{position:relative;width:100%}.SearchInput_input__GuFBU{width:100%;padding:12px 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;outline:none;transition:border-color .2s}.SearchInput_input__GuFBU:focus{border-color:#007aff}.SearchInput_input__GuFBU:disabled{background-color:#f5f5f5;cursor:not-allowed}.SearchInput_input__GuFBU::placeholder{color:#999}.SearchInput_spinner__UgUHH{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:#007aff;border-radius:50%;animation:SearchInput_spin__PaaO4 1s linear infinite}@keyframes SearchInput_spin__PaaO4{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.MobileHeader_header__7cD2B{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;height:120px;padding-top:75px;position:fixed;background-color:#fff;top:0;width:100svw;z-index:1}@media(min-width:768px){.MobileHeader_header__7cD2B{display:none}}.MobileHeader_leftAction__DWQJa{display:flex;justify-content:flex-start;margin-left:16px;width:52px;flex-shrink:0}.MobileHeader_backButton__GEVTB,.MobileHeader_closeButton__ArJEk{background:#666;border:none;width:36px;height:36px;cursor:pointer;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;transition:color .2s,background-color .2s,box-shadow .2s,border-color .2s,opacity .2s}.MobileHeader_backButton__GEVTB:hover,.MobileHeader_closeButton__ArJEk:hover{background-color:#555}.MobileHeader_centerAction__OvC8N{display:flex;justify-content:center;align-items:center;flex:1}.MobileHeader_rightAction__NdEu3{display:flex;justify-content:flex-end;align-items:center;margin-right:16px;width:52px;flex-shrink:0}.UserMenu_button__ShneA{display:flex;cursor:pointer;align-items:center;gap:.5rem;background-color:transparent;border:1px solid transparent;border-radius:30px;justify-content:center;transition:all .15s;white-space:nowrap;padding:2px 14px 2px 2px}.UserMenu_button__ShneA:hover{border-color:var(--color-line-1)}.UserMenu_popover__WcpKw{background-color:#fff;border-color:#5300ff;border-radius:8px;box-shadow:var(--elevation-16);min-width:80px;z-index:1000}.UserMenu_menuItem___ygkj{display:flex;align-items:center;gap:.5rem;min-width:160px;border-radius:8px;height:40px;padding:0 14px}.UserMenu_menuItem___ygkj:hover{background-color:#f0f0f0}.Header_header__dJaOe{display:flex;justify-content:space-between;align-items:center;padding:0 8px;height:74px;width:100%}@media(max-width:768px){.Header_header__dJaOe{display:none}}.layout_withSidebar__JfOAE{display:flex}@media(max-width:768px){.layout_withSidebar__JfOAE{flex-direction:column;height:100vh}}.layout_withSidebar__JfOAE>*{min-width:0}.layout_content__Z0Ws8{flex:1}@media(max-width:768px){.layout_content__Z0Ws8{overflow:auto;padding-bottom:80px}}.Profile_accountSection__ch0gc{margin-bottom:80px}@media(max-width:768px){.Profile_accountSection__ch0gc{margin-bottom:0}}.Profile_sectionTitle__uO_mq{font-weight:600;font-size:36px;line-height:100%;letter-spacing:0}@media(max-width:768px){.Profile_sectionTitle__uO_mq{font-size:24px;padding:32px 16px 20px}}.Profile_accountTitle__4i0Mc{margin-bottom:32px;text-align:center}@media(max-width:768px){.Profile_accountTitle__4i0Mc{margin-bottom:0}}.Profile_profileWrapper__Y8KIm{display:flex;justify-content:center;margin-bottom:36px}@media(max-width:768px){.Profile_profileWrapper__Y8KIm{margin-bottom:8px;align-items:center;display:flex;padding:0 26px}}.Profile_profileImageArea__9XE2z,.Profile_profileImage__mw_WY{width:120px;height:120px;display:flex;align-items:center;justify-content:center}.Profile_profileImage__mw_WY{border-radius:60px}.Profile_profileImageImg__o2HDQ{width:100px;height:100px;object-fit:cover;border-radius:inherit}.Profile_userIcon__Ybasd{width:100px;height:100px}.Profile_field__MERWL,.Profile_formContent__5qQ6e{display:flex;flex-direction:column}.Profile_field__MERWL{padding:5px}.Profile_fieldRow__zVVWf{display:flex;justify-content:space-between}.Profile_buttonRow__PskAt{margin:5px;display:flex;justify-content:flex-end;gap:12px}.Profile_label__WzCgI{display:flex;margin-top:8px}.Profile_bio_description__nX1KY,.Profile_label__WzCgI{color:var(--color-brand-navy);align-items:center;font-size:14px;font-weight:700;line-height:1rem;margin-bottom:12px;margin-left:4px}.Profile_bio_description__nX1KY{word-wrap:break-word;width:85%;padding-left:20px}.Profile_changeOpen__JBTQY{align-items:center;cursor:pointer;color:blue}.Profile_input__RX4N5{background-color:var(--color-brand-navy-opacity08);border:1px solid rgba(0,0,0,0);border-radius:18px;color:var(--color-text);font-size:16px;outline:none;transition:box-shadow .2s,border-color .2s,opacity .2s;width:100%;height:54px;padding:0 22px;position:relative;margin:5px 0}.Profile_input__RX4N5::placeholder{color:var(--color-brand-navy-opacity30)}.Profile_input__RX4N5:hover{border-color:var(--color-brand-navy-opacity30)}.Profile_input__RX4N5:focus{border-color:var(--color-brand-navy);box-shadow:none}.Profile_input__RX4N5:disabled{background-color:#f9fafb;cursor:not-allowed}.Profile_textArea__DUT_J{width:100%;padding:18px 22px;border:1px solid rgba(0,0,0,0);border-radius:18px;font-size:16px;transition:border-color .2s ease;background-color:var(--color-brand-navy-opacity08);color:var(--color-text);outline:none;resize:vertical;max-height:200px;font-family:inherit}.Profile_textArea__DUT_J:focus{border-color:var(--color-brand-navy)}.Profile_requiredBadge___HqOn{background-color:#dc2626}.Profile_optionalBadge__KC_LO,.Profile_requiredBadge___HqOn{color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;margin-left:6px;text-transform:uppercase;letter-spacing:.05em}.Profile_optionalBadge__KC_LO{background-color:#6b7280}.Profile_required__yLC7x{color:#dc2626;font-weight:400;margin-left:4px}.Profile_optional__hHjrL{color:#6b7280;font-weight:400;font-size:12px;margin-left:4px}.Profile_errorMessage__WTANd{color:#dc2626;font-size:14px;text-align:center;background-color:#fef2f2;padding:12px;border-radius:8px;border:1px solid #fecaca}.Profile_inputError__aEKg3{border-color:#dc2626!important}.Profile_validationError__dHi4f{color:#dc2626;font-size:12px;margin-top:4px;padding-left:14px}.DescriptionTextarea_wrapper___FJ4J{position:relative;width:100%}.DescriptionTextarea_base__m8wnT{font-size:14px;line-height:1.6;font-family:inherit;padding:12px 16px;border-radius:12px;box-sizing:border-box;min-height:120px;width:100%;overflow-y:auto;overflow-x:hidden;color:#14151f}.DescriptionTextarea_highlight__Jx7fZ{position:absolute;inset:0;background-color:rgba(20,24,83,.08);pointer-events:none;white-space:pre-wrap;word-break:break-word}.DescriptionTextarea_textarea__XtHzq{position:relative;z-index:1;background-color:rgba(0,0,0,0);color:rgba(0,0,0,0);caret-color:#14151f;outline:none;border:1px solid rgba(0,0,0,0);scrollbar-gutter:stable}.DescriptionTextarea_textarea__XtHzq:focus{border-color:var(--color-brand-navy)}