.PullToRefresh-module__HZ2RAa__container{-webkit-overflow-scrolling:touch;overscroll-behavior:none;height:100vh;position:relative;overflow:hidden auto}.PullToRefresh-module__HZ2RAa__content{min-height:100%}.PullToRefresh-module__HZ2RAa__refreshIndicator{z-index:100;flex-direction:column;justify-content:center;align-items:center;gap:4px;height:60px;transition:opacity .2s;display:flex;position:absolute;top:-60px;left:0;right:0}.PullToRefresh-module__HZ2RAa__spinner{width:32px;height:32px;transition:transform .1s linear;position:relative}.PullToRefresh-module__HZ2RAa__spinner.PullToRefresh-module__HZ2RAa__refreshing{animation:1s linear infinite PullToRefresh-module__HZ2RAa__spin}.PullToRefresh-module__HZ2RAa__circle{box-sizing:border-box;border:3px solid #0000;border-color:var(--color-primary-500)transparent transparent transparent;border-radius:50%;width:100%;height:100%;display:block;position:absolute}.PullToRefresh-module__HZ2RAa__text{color:var(--color-primary-500);font-size:12px;font-weight:500}.PullToRefresh-module__HZ2RAa__content{min-height:100%;transition:transform .3s ease-out}@keyframes PullToRefresh-module__HZ2RAa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.SearchBar-module__C_gjrG__searchBar{background:var(--gray-100);border-radius:var(--radius-md);transition:all var(--transition-normal);cursor:pointer;border:1px solid #0000;align-items:center;gap:10px;padding:10px 14px;display:flex}.SearchBar-module__C_gjrG__searchBar:active{background:var(--gray-50)}.SearchBar-module__C_gjrG__searchBar:focus-within{background:var(--bg-primary);border-color:var(--primary)}.SearchBar-module__C_gjrG__icon{width:18px;height:18px;color:var(--text-tertiary);flex-shrink:0}.SearchBar-module__C_gjrG__searchBar:focus-within .SearchBar-module__C_gjrG__icon{color:var(--primary)}.SearchBar-module__C_gjrG__placeholder{color:var(--text-tertiary);-webkit-user-select:none;user-select:none;flex:1;font-size:14px;font-weight:400}.SearchBar-module__C_gjrG__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:14px;font-weight:400}.SearchBar-module__C_gjrG__input::placeholder{color:var(--text-tertiary);font-weight:400}.SearchBar-module__C_gjrG__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:1000;padding:var(--space-5);background:#0006;justify-content:center;align-items:center;animation:.2s ease-out SearchBar-module__C_gjrG__fadeIn;display:flex;position:fixed;inset:0}@keyframes SearchBar-module__C_gjrG__fadeIn{0%{opacity:0}to{opacity:1}}.SearchBar-module__C_gjrG__modalContent{background:var(--bg-primary);border-radius:var(--radius-2xl);padding:var(--space-8)var(--space-5);width:100%;max-width:400px;box-shadow:var(--shadow-xl);animation:.3s cubic-bezier(.34,1.56,.64,1) SearchBar-module__C_gjrG__slideUp}@keyframes SearchBar-module__C_gjrG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
.HomeHeader-module__cFQzCq__appBar{background:var(--bg-primary);z-index:100;border-bottom:1px solid var(--border-light);padding:10px 16px;position:sticky;top:0}.HomeHeader-module__cFQzCq__locationRow{justify-content:space-between;align-items:center;display:flex}.HomeHeader-module__cFQzCq__logo{color:var(--primary);letter-spacing:-.5px;font-size:20px;font-weight:700;font-family:var(--font-family)}.HomeHeader-module__cFQzCq__icons{gap:4px;display:flex}.HomeHeader-module__cFQzCq__icons button{border-radius:var(--radius-full);width:36px;height:36px;transition:all var(--transition-fast);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:20px;display:flex}.HomeHeader-module__cFQzCq__icons button:active{background:var(--gray-100);transform:scale(.92)}
.BannerSlider-module___mXBQa__bannerSection{background:var(--bg-primary);margin-bottom:0;padding:12px 0;position:relative;overflow:hidden}.BannerSlider-module___mXBQa__bannerSlider{border-radius:var(--radius-lg);margin:0 16px;overflow:hidden}.BannerSlider-module___mXBQa__bannerContainer{display:flex}.BannerSlider-module___mXBQa__bannerSlide{cursor:pointer;border-radius:var(--radius-lg);flex:0 0 100%;min-width:0;position:relative;overflow:hidden}.BannerSlider-module___mXBQa__bannerImage{object-fit:cover;-webkit-user-drag:none;user-drag:none;pointer-events:none;width:100%;height:100%}.BannerSlider-module___mXBQa__bannerContent{background:var(--gray-100);height:100%;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.BannerSlider-module___mXBQa__bannerDots{background:var(--bg-primary);justify-content:center;gap:6px;padding:12px;display:flex}.BannerSlider-module___mXBQa__dot{border-radius:var(--radius-full);background:var(--gray-300);cursor:pointer;width:6px;height:6px;transition:all var(--transition-normal);border:none;padding:0}.BannerSlider-module___mXBQa__activeDot{border-radius:var(--radius-full);background:var(--primary);width:18px}
.SearchHeader-module___WNshq__header{z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;padding:12px 16px;position:sticky;top:0}.SearchHeader-module___WNshq__headerTop{align-items:center;gap:12px;display:flex}.SearchHeader-module___WNshq__backBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.SearchHeader-module___WNshq__backBtn:hover{background:#f5f5f5}.SearchHeader-module___WNshq__searchBarWrapper{flex:1}
.QuickActions-module__a1xM8W__quickActions{padding:var(--section-gap)var(--page-padding);background:var(--bg-primary);grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.QuickActions-module__a1xM8W__quickAction{border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;background:0 0;flex-direction:column;align-items:center;gap:8px;padding:12px 4px;text-decoration:none;display:flex}.QuickActions-module__a1xM8W__quickAction:active{background:var(--gray-100);transform:scale(.96)}.QuickActions-module__a1xM8W__quickIcon{background:var(--primary-50);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:52px;height:52px;line-height:1;display:flex}.QuickActions-module__a1xM8W__quickLabel{color:var(--text-secondary);text-align:center;letter-spacing:-.2px;font-size:12px;font-weight:600;line-height:1.3}
.PopularSearches-module__zECD5a__container{padding:20px 16px}.PopularSearches-module__zECD5a__title{color:#1a1a1a;margin-bottom:16px;font-size:16px;font-weight:700}.PopularSearches-module__zECD5a__tags{flex-wrap:wrap;gap:10px;display:flex}.PopularSearches-module__zECD5a__tag{color:#333;cursor:pointer;background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;align-items:center;gap:8px;padding:10px 16px;font-size:14px;transition:all .2s;display:flex}.PopularSearches-module__zECD5a__tag:hover{background:#e9ecef;border-color:#dee2e6}.PopularSearches-module__zECD5a__rank{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}
.SectionHeader-module__C2yuLa__header{margin-bottom:var(--section-header-gap);justify-content:space-between;align-items:center;display:flex}.SectionHeader-module__C2yuLa__header h2{color:var(--text-primary);letter-spacing:-.3px;font-size:16px;font-weight:600}.SectionHeader-module__C2yuLa__link{color:var(--text-tertiary);transition:color var(--transition-fast);border-radius:var(--radius-xs);align-items:center;gap:2px;margin:-4px;padding:4px;font-size:13px;font-weight:400;display:flex}.SectionHeader-module__C2yuLa__link:hover{color:var(--primary)}.SectionHeader-module__C2yuLa__linkArrow{justify-content:center;align-items:center;line-height:0;display:inline-flex}
.ProcedureCategories-module__PLnW7q__container{padding:var(--space-4)var(--page-padding)}.ProcedureCategories-module__PLnW7q__title{color:var(--text-primary);margin:0 0 var(--space-4)0;letter-spacing:-.3px;font-size:16px;font-weight:700}.ProcedureCategories-module__PLnW7q__layout{border:1px solid var(--border-light);border-radius:var(--radius-lg);min-height:200px;display:flex;overflow:hidden}.ProcedureCategories-module__PLnW7q__departmentList{background:var(--bg-secondary);border-right:1px solid var(--border-light);flex-shrink:0;width:100px}.ProcedureCategories-module__PLnW7q__departmentItem{width:100%;padding:var(--space-3)var(--space-3);border:none;border-bottom:1px solid var(--border-light);color:var(--text-secondary);text-align:left;cursor:pointer;transition:all var(--transition-fast);background:0 0;font-size:13px;font-weight:500}.ProcedureCategories-module__PLnW7q__departmentItem:last-child{border-bottom:none}.ProcedureCategories-module__PLnW7q__departmentItem:hover{background:var(--bg-primary);color:var(--text-primary)}.ProcedureCategories-module__PLnW7q__departmentItem.ProcedureCategories-module__PLnW7q__active{background:var(--bg-primary);color:var(--primary);font-weight:600;position:relative}.ProcedureCategories-module__PLnW7q__departmentItem.ProcedureCategories-module__PLnW7q__active:before{content:"";background:var(--primary);width:3px;position:absolute;top:0;bottom:0;left:0}.ProcedureCategories-module__PLnW7q__procedureList{padding:var(--space-3);background:var(--bg-primary);flex:1}.ProcedureCategories-module__PLnW7q__procedureHeader{color:var(--text-primary);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border-light);font-size:14px;font-weight:600}.ProcedureCategories-module__PLnW7q__procedureTags{gap:var(--space-2);flex-wrap:wrap;display:flex}.ProcedureCategories-module__PLnW7q__procedureTag{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-full);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);padding:8px 14px;font-size:13px;font-weight:500}.ProcedureCategories-module__PLnW7q__procedureTag:hover{background:var(--primary-50);border-color:var(--primary);color:var(--primary)}.ProcedureCategories-module__PLnW7q__procedureTag:active{transform:scale(.96)}
.StoryCard-module__dGOxKq__card{background:var(--bg-primary);border-radius:var(--radius-lg);width:100%;transition:all var(--transition-fast);flex-direction:column;display:flex;overflow:hidden}.StoryCard-module__dGOxKq__card:active{background:var(--gray-50)}.StoryCard-module__dGOxKq__imageWrapper{width:100%;height:120px;position:relative;overflow:hidden}.StoryCard-module__dGOxKq__image{object-fit:cover;width:100%;height:100%}.StoryCard-module__dGOxKq__badge{display:none}.StoryCard-module__dGOxKq__content{padding:10px}.StoryCard-module__dGOxKq__title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;margin-bottom:2px;font-size:13px;font-weight:600;line-height:1.4;overflow:hidden}.StoryCard-module__dGOxKq__author{color:var(--text-tertiary);font-size:11px;font-weight:400}
.SearchTabs-module__BBEzEW__container{background:#fff;border-bottom:1px solid #f0f0f0;padding:0 16px}.SearchTabs-module__BBEzEW__tabs{gap:24px;display:flex}.SearchTabs-module__BBEzEW__tab{color:#999;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 0;font-size:15px;font-weight:500;transition:all .2s}.SearchTabs-module__BBEzEW__tab:hover{color:#666}.SearchTabs-module__BBEzEW__tab.SearchTabs-module__BBEzEW__active{color:#667eea;border-bottom-color:#667eea;font-weight:600}
.PageHeader-module__ucCQgG__header{z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}.PageHeader-module__ucCQgG__backBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-right:8px;transition:background .2s;display:flex}.PageHeader-module__ucCQgG__backBtn:hover{background:#f5f5f5}.PageHeader-module__ucCQgG__title{color:#1a1a1a;align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}.PageHeader-module__ucCQgG__icon{align-items:center;display:flex}
.HeroBanner-module__96WyjG__banner{background:var(--primary-50);padding:20px var(--page-padding)}.HeroBanner-module__96WyjG__title{color:var(--text-primary);letter-spacing:-.3px;margin-bottom:4px;font-size:17px;font-weight:700}.HeroBanner-module__96WyjG__description{color:var(--text-secondary);font-size:13px;line-height:1.5}
.TodayMedamSection-module__4cHIQa__section{margin-top:var(--section-gap)}.TodayMedamSection-module__4cHIQa__header{padding:0 var(--page-padding)}.TodayMedamSection-module__4cHIQa__emblaViewport{overflow:hidden}.TodayMedamSection-module__4cHIQa__emblaContainer{padding:0 var(--page-padding)8px;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;gap:10px;display:flex}.TodayMedamSection-module__4cHIQa__emblaSlide{flex:0 0 200px;min-width:0}.TodayMedamSection-module__4cHIQa__emblaSlide img{pointer-events:none;-webkit-user-drag:none;user-drag:none}.TodayMedamSection-module__4cHIQa__emptyText{color:var(--text-tertiary);padding:20px}
.SearchResultInfo-module__WnSxTG__container{background:#fafafa;justify-content:space-between;align-items:center;padding:16px;display:flex}.SearchResultInfo-module__WnSxTG__count{color:#666;font-size:14px}.SearchResultInfo-module__WnSxTG__query{color:#667eea;font-weight:600}.SearchResultInfo-module__WnSxTG__number{color:#333;font-weight:600}.SearchResultInfo-module__WnSxTG__sortBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:13px;transition:background .2s}.SearchResultInfo-module__WnSxTG__sortBtn:hover{background:#f0f0f0}
