.ShareButtons-module__784vUG__shareContainer{z-index:1000;justify-content:space-between;display:flex}.ShareButtons-module__784vUG__buttonShare{align-items:center;text-decoration:none;transition:transform .2s;display:inline-flex}.ShareButtons-module__784vUG__buttonShare:hover{transform:translateY(-2px)}.ShareButtons-module__784vUG__icon{width:1.5rem;height:1.5rem;margin-right:.5rem}.ShareButtons-module__784vUG__text{font-family:Arial,sans-serif;font-size:.9rem;font-weight:500}.ShareButtons-module__784vUG__mobileShareContainer{display:inline-block;position:relative}.ShareButtons-module__784vUG__mobileShareToggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00426e,#0066a8);border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #0003}.ShareButtons-module__784vUG__mobileShareToggle:hover{background:linear-gradient(135deg,#0066a8,#00426e);transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.ShareButtons-module__784vUG__shareIcon{width:1rem;height:1rem}.ShareButtons-module__784vUG__mobileShareDropdown{z-index:1000;background-color:#1a1a23;border:1px solid #2a2a33;border-radius:8px;min-width:180px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 16px #00000080}.ShareButtons-module__784vUG__mobileShareItem{color:#fff;border-bottom:1px solid #2a2a33;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.ShareButtons-module__784vUG__mobileShareItem:last-child{border-bottom:none}.ShareButtons-module__784vUG__mobileShareItem:hover{background-color:#2a2a33}.ShareButtons-module__784vUG__mobileShareIcon{width:1.25rem;height:1.25rem}
.Layout-module__jbLzUW__fullWidthContainer{width:100vw;min-height:100vh}.Layout-module__jbLzUW__fullWidthContent{width:100%;min-height:100vh}.Layout-module__jbLzUW__container{min-height:100vh;display:flex;position:relative}.Layout-module__jbLzUW__mobileHeader{background:var(--white);border-bottom:1px solid var(--border);z-index:1000;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 1rem;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000001a}.Layout-module__jbLzUW__mobileLogo{align-items:center;display:flex}.Layout-module__jbLzUW__mobileLogo img{width:auto;max-height:60px}.Layout-module__jbLzUW__sidebar{width:var(--sidebar-width);background:var(--white);border-right:1px solid var(--border);z-index:100;flex-direction:column;justify-content:space-between;height:100vh;transition:transform .3s;display:flex;position:fixed}.Layout-module__jbLzUW__sidebarMobile{height:calc(100vh - 70px);top:70px;transform:translate(-100%)}.Layout-module__jbLzUW__sidebarOpen{transform:translate(0)}.Layout-module__jbLzUW__mainContent{margin-left:var(--sidebar-width);flex:1;min-height:100vh;transition:margin-left .3s}.Layout-module__jbLzUW__mainContentMobile{margin-top:70px;margin-left:0}.Layout-module__jbLzUW__hamburger{cursor:pointer;width:48px;height:48px;transition:var(--transition);border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.Layout-module__jbLzUW__hamburger:hover{background:var(--background)}.Layout-module__jbLzUW__hamburger span{background:var(--text-dark);width:24px;height:2px;transition:var(--transition);transform-origin:50%;display:block}.Layout-module__jbLzUW__hamburgerActive span:first-child{transform:rotate(45deg)translate(6px,6px)}.Layout-module__jbLzUW__hamburgerActive span:nth-child(2){opacity:0}.Layout-module__jbLzUW__hamburgerActive span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.Layout-module__jbLzUW__overlay{z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;width:100%;height:calc(100% - 70px);position:fixed;top:70px;left:0}@media (min-width:769px){.Layout-module__jbLzUW__mobileHeader,.Layout-module__jbLzUW__overlay{display:none}}@media (max-width:768px){.Layout-module__jbLzUW__sidebar{width:375px}.Layout-module__jbLzUW__mainContent{width:100%}}
.ImageGrid-module__kRrONq__imageGridContainer{margin:2rem 0}.ImageGrid-module__kRrONq__imageGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.ImageGrid-module__kRrONq__imageGridItem{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:var(--transition);border:1px solid var(--border);overflow:hidden}.ImageGrid-module__kRrONq__imageGridItem:hover{box-shadow:var(--hover-shadow);transform:translateY(-4px)}.ImageGrid-module__kRrONq__imageLink{color:inherit;text-decoration:none;display:block}.ImageGrid-module__kRrONq__imageWrapper{width:100%;height:400px;position:relative;overflow:hidden}.ImageGrid-module__kRrONq__coloringImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.ImageGrid-module__kRrONq__imageGridItem:hover .ImageGrid-module__kRrONq__coloringImage{transform:scale(1.05)}.ImageGrid-module__kRrONq__imageInfo{padding:1rem}.ImageGrid-module__kRrONq__imageTitle{color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem;font-weight:600;line-height:1.3}.ImageGrid-module__kRrONq__imageMeta{justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.ImageGrid-module__kRrONq__difficultyBadge{gap:.5rem;display:flex}.ImageGrid-module__kRrONq__tag{text-transform:capitalize;background:var(--primary-yellow);color:var(--text-dark);border-radius:12px;padding:.2rem .6rem;font-weight:500}.ImageGrid-module__kRrONq__fileSize{color:var(--text-light)}.ImageGrid-module__kRrONq__paginationControls{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem 0;display:flex}.ImageGrid-module__kRrONq__paginationInfo{color:var(--text-medium);flex:1;min-width:120px;font-weight:500}.ImageGrid-module__kRrONq__paginationButtons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.ImageGrid-module__kRrONq__paginationBtn{background:var(--primary-blue);color:var(--white);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;padding:.6rem 1.2rem;font-weight:500}.ImageGrid-module__kRrONq__paginationBtn:hover:not(:disabled){background:var(--primary-coral);transform:translateY(-1px)}.ImageGrid-module__kRrONq__paginationBtn:disabled{background:var(--text-light);cursor:not-allowed;transform:none}.ImageGrid-module__kRrONq__pageInputContainer{color:var(--text-medium);flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ImageGrid-module__kRrONq__pageInput{border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;width:60px;padding:.4rem .6rem}.ImageGrid-module__kRrONq__pageInput:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 2px #4ecdc41a}.ImageGrid-module__kRrONq__goBtn{font-size:.8rem;padding:.4rem .8rem!important}.ImageGrid-module__kRrONq__emptyState{text-align:center;color:var(--text-medium);background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:3rem}@media (max-width:768px){.ImageGrid-module__kRrONq__imageGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.ImageGrid-module__kRrONq__imageMeta{display:none}.ImageGrid-module__kRrONq__paginationControls{text-align:center;flex-direction:column}.ImageGrid-module__kRrONq__paginationButtons{justify-content:center}.ImageGrid-module__kRrONq__imageWrapper{height:200px}.ImageGrid-module__kRrONq__pagination-info{text-align:center}}@media (max-width:480px){.ImageGrid-module__kRrONq__imageGrid{grid-template-columns:repeat(2,1fr)}.ImageGrid-module__kRrONq__pagination-buttons{flex-direction:column;width:100%}.ImageGrid-module__kRrONq__pagination-btn{width:100%}.ImageGrid-module__kRrONq__page-input-container{justify-content:center;width:100%}}
.Detail-module__RgFycW__detailContainer{width:100vw;height:100vh;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.Detail-module__RgFycW__detailContent{scrollbar-width:none;-ms-overflow-style:none;flex:1;overflow:hidden auto}.Detail-module__RgFycW__detailContent::-webkit-scrollbar{display:none}.Detail-module__RgFycW__imageSection{background:var(--background);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.Detail-module__RgFycW__logoContainer{z-index:10;position:absolute;top:1.5rem;left:1.5rem}.Detail-module__RgFycW__logo{cursor:pointer;transition:transform .2s}.Detail-module__RgFycW__logo:hover{transform:scale(1.05)}.Detail-module__RgFycW__closeButton{z-index:10;cursor:pointer;width:48px;height:48px;color:var(--text-dark);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 2px 8px #00000026}.Detail-module__RgFycW__closeButton:hover{background:var(--white);transform:scale(1.1);box-shadow:0 4px 12px #0003}.Detail-module__RgFycW__navButton{z-index:10;cursor:pointer;width:56px;height:56px;color:var(--text-dark);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.Detail-module__RgFycW__navButton:hover:not(.Detail-module__RgFycW__navButtonDisabled),.Detail-module__RgFycW__navButton:hover{background:var(--white);transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #0003}.Detail-module__RgFycW__navButtonDisabled{opacity:.4;cursor:not-allowed;background:#fff9}.Detail-module__RgFycW__navButtonDisabled:hover{transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.Detail-module__RgFycW__prevButton{left:2rem}.Detail-module__RgFycW__nextButton{right:2rem}.Detail-module__RgFycW__imageSection{background:var(--background);flex:1;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:auto}.Detail-module__RgFycW__imageWrapper img{box-shadow:var(--card-shadow);justify-content:center;align-items:center;display:flex}.Detail-module__RgFycW__detailImage{object-fit:contain;border-radius:var(--radius-md);max-width:100%;max-height:100%}.Detail-module__RgFycW__imageCounter{color:var(--white);background:#000000b3;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.Detail-module__RgFycW__infoSection{background:var(--white);border-left:1px solid var(--border);flex-direction:column;width:400px;display:flex;overflow-y:auto}.Detail-module__RgFycW__infoContent{flex-direction:column;gap:2rem;padding:2rem;display:flex}.Detail-module__RgFycW__titleSection{border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;display:flex}.Detail-module__RgFycW__pageTitle{color:var(--text-dark);margin-bottom:2rem;font-size:1.5rem;font-weight:700;line-height:1.3}.Detail-module__RgFycW__metaSection{flex-direction:column;gap:1rem;display:flex}.Detail-module__RgFycW__metaItem{flex-direction:row;align-items:center;gap:1rem;display:flex}.Detail-module__RgFycW__metaItem strong{color:var(--text-medium);font-size:.9rem;font-weight:600}.Detail-module__RgFycW__difficulty{text-transform:capitalize;border-radius:20px;width:fit-content;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.Detail-module__RgFycW__difficulty.Detail-module__RgFycW__easy{background:var(--primary-yellow);color:var(--text-dark)}.Detail-module__RgFycW__difficulty.Detail-module__RgFycW__medium{background:var(--primary-blue);color:var(--white)}.Detail-module__RgFycW__difficulty.Detail-module__RgFycW__hard{background:var(--primary-coral);color:var(--white)}.Detail-module__RgFycW__tags{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.Detail-module__RgFycW__tag{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-medium);padding:.3rem .6rem;font-size:.8rem}.Detail-module__RgFycW__actionSection{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.Detail-module__RgFycW__actionButtons{flex-direction:column;gap:1rem;display:flex}.Detail-module__RgFycW__downloadBtn,.Detail-module__RgFycW__printBtn{border-radius:var(--radius-md);cursor:pointer;text-align:center;transition:var(--transition);border:none;flex:1;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none}.Detail-module__RgFycW__downloadBtn{background:var(--primary-blue);color:var(--white)}.Detail-module__RgFycW__downloadBtn:hover{background:var(--primary-coral);transform:translateY(-2px)}.Detail-module__RgFycW__printBtn{background:var(--white);color:var(--text-dark);border:2px solid var(--border)}.Detail-module__RgFycW__printBtn:hover{border-color:var(--primary-blue);transform:translateY(-2px)}.Detail-module__RgFycW__relatedSection{border-top:1px solid var(--border);padding-top:2rem}.Detail-module__RgFycW__relatedTitle{color:var(--text-dark);margin-bottom:1rem;font-size:1rem;font-weight:600}.Detail-module__RgFycW__relatedGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.Detail-module__RgFycW__relatedLink{border-radius:var(--radius-md);transition:var(--transition);text-decoration:none;display:block;overflow:hidden}.Detail-module__RgFycW__relatedLink:hover{box-shadow:var(--hover-shadow);transform:translateY(-2px)}.Detail-module__RgFycW__relatedImageWrapper{border-radius:var(--radius-md);border:1px solid var(--border);width:100%;height:180px;position:relative;overflow:hidden}.Detail-module__RgFycW__relatedImage{object-fit:cover;width:100%;height:100%}.Detail-module__RgFycW__extendedContent{margin-top:2rem}.Detail-module__RgFycW__contentSection{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.Detail-module__RgFycW__contentSection:last-child{border-bottom:none;margin-bottom:0}.Detail-module__RgFycW__contentSection h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.2rem;font-weight:600}.Detail-module__RgFycW__contentSection h4{color:var(--text-dark);margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.Detail-module__RgFycW__contentSection p{color:var(--text-medium);margin-bottom:.5rem;line-height:1.6}.Detail-module__RgFycW__contentSection ul{margin:.5rem 0;padding-left:1.5rem}.Detail-module__RgFycW__contentSection li{color:var(--text-medium);margin-bottom:.5rem;line-height:1.5;position:relative}.Detail-module__RgFycW__contentSection li:before{content:"•";color:var(--primary-blue);width:1em;margin-left:-1em;font-weight:700;display:inline-block}@media (max-width:1024px){.Detail-module__RgFycW__infoSection{width:350px}}@media (max-width:768px){.Detail-module__RgFycW__detailContainer{flex-direction:column;height:auto}.Detail-module__RgFycW__imageSection{height:50vh;padding:1rem;overflow:hidden}.Detail-module__RgFycW__infoSection{width:100%;height:50vh}.Detail-module__RgFycW__infoContent{padding:1.5rem}.Detail-module__RgFycW__navButton{width:48px;height:48px}.Detail-module__RgFycW__prevButton{left:.5rem}.Detail-module__RgFycW__nextButton{right:.5rem}.Detail-module__RgFycW__logoContainer{top:1rem;left:1rem}.Detail-module__RgFycW__closeButton{top:1rem;right:1rem}.Detail-module__RgFycW__relatedGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}.Detail-module__RgFycW__relatedImageWrapper{height:180px}.Detail-module__RgFycW__extendedContent{margin-top:1.5rem}.Detail-module__RgFycW__contentSection{margin-bottom:1.5rem;padding-bottom:1rem}}@media (max-width:480px){.Detail-module__RgFycW__actionButtons{flex-direction:column}.Detail-module__RgFycW__navButton{width:40px;height:40px}.Detail-module__RgFycW__logo{width:100px;height:50px}}
.Search-module__NyeKaa__searchSimpleHeader{margin-bottom:2rem;padding:2rem 1rem}.Search-module__NyeKaa__searchSimpleHeader h1{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.Search-module__NyeKaa__searchBoxLarge{border:2px solid var(--primary-coral);border-radius:50px;max-width:600px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.Search-module__NyeKaa__searchBoxLarge:focus-within{transform:translateY(-2px);box-shadow:0 6px 25px #ff6b6b33}.Search-module__NyeKaa__searchBoxLarge input{background:#fff;border:none;outline:none;flex:1;padding:1rem 1.5rem;font-size:1.1rem}.Search-module__NyeKaa__searchBoxLarge input::placeholder{color:var(--text-light)}.Search-module__NyeKaa__searchBoxLarge button{background:var(--primary-coral);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background-color .3s}.Search-module__NyeKaa__searchBoxLarge button:hover{background:var(--primary-purple)}.Search-module__NyeKaa__searchResultsContainer{margin-top:2rem}.Search-module__NyeKaa__searchResultsContainer h2{text-align:center;color:var(--text-dark);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.Search-module__NyeKaa__noResultsSuggestions{text-align:center;background:var(--background-light);border-radius:var(--radius-lg);margin:2rem 0;padding:3rem 2rem}.Search-module__NyeKaa__noResultsSuggestions p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}.Search-module__NyeKaa__suggestionButtons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.Search-module__NyeKaa__suggestionBtn{background:var(--primary-coral);color:#fff;cursor:pointer;border:none;border-radius:25px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .3s}.Search-module__NyeKaa__suggestionBtn:hover{background:var(--primary-purple);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Search-module__NyeKaa__searchStats{background:var(--background-light);border-radius:var(--radius-md);color:var(--text-light);margin-bottom:1.5rem;padding:1rem}.Search-module__NyeKaa__searchStats p{margin:0;font-size:.95rem}.Search-module__NyeKaa__loadingState{text-align:center;color:var(--text-light);padding:3rem 2rem}.Search-module__NyeKaa__loadingSpinner{border:4px solid #f3f3f3;border-top:4px solid var(--primary-coral);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite Search-module__NyeKaa__spin;display:inline-block}@keyframes Search-module__NyeKaa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.Search-module__NyeKaa__searchSimpleHeader h1{font-size:2rem}.Search-module__NyeKaa__searchBoxLarge{border-radius:12px;flex-direction:column}.Search-module__NyeKaa__searchBoxLarge input{padding:.875rem 1.25rem}.Search-module__NyeKaa__searchBoxLarge button{border-radius:0 0 10px 10px;padding:.875rem 1.25rem}.Search-module__NyeKaa__suggestionButtons{gap:.5rem}.Search-module__NyeKaa__suggestionBtn{padding:.625rem 1.25rem;font-size:.9rem}}@media (max-width:480px){.Search-module__NyeKaa__searchPage{padding:0 .5rem}.Search-module__NyeKaa__searchSimpleHeader{padding:1.5rem .5rem}.Search-module__NyeKaa__searchSimpleHeader h1{font-size:1.75rem}.Search-module__NyeKaa__searchResultsContainer h2{font-size:1.25rem}}
.SearchBox-module__NrhljW__searchBoxContainer{width:100%;max-width:400px;position:relative}.SearchBox-module__NrhljW__searchBox{background:var(--white);border-radius:var(--radius-lg);max-width:500px;box-shadow:var(--card-shadow);border:1px solid var(--border);transition:var(--transition);display:flex;overflow:hidden}.SearchBox-module__NrhljW__searchBox:focus-within{box-shadow:var(--hover-shadow);border-color:var(--primary-blue)}.SearchBox-module__NrhljW__searchBox input{color:var(--text-dark);border:none;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem}.SearchBox-module__NrhljW__searchBox input::placeholder{color:var(--text-light)}.SearchBox-module__NrhljW__searchBox button{background:var(--primary-blue);color:var(--white);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;padding:1rem 1.5rem;font-weight:600}.SearchBox-module__NrhljW__searchBox button:hover{background:var(--primary-coral)}.SearchBox-module__NrhljW__searchResults{z-index:1000;background:#fff;border:1px solid #e1e5e9;border-radius:8px;max-height:400px;margin-top:.5rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.SearchBox-module__NrhljW__searchResultsHeader{color:#6c757d;background:#f8f9fa;border-bottom:1px solid #e1e5e9;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;display:flex}.SearchBox-module__NrhljW__viewAllButton{color:#fff;cursor:pointer;background:#4ecdc4;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.8rem;transition:background-color .2s}.SearchBox-module__NrhljW__viewAllButton:hover{background:#45b7af}.SearchBox-module__NrhljW__searchResultItem{color:inherit;border-bottom:1px solid #f8f9fa;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.SearchBox-module__NrhljW__searchResultItem:hover{background-color:#f8f9fa}.SearchBox-module__NrhljW__searchResultItem:last-child{border-bottom:none}.SearchBox-module__NrhljW__resultPreview{border-radius:4px;flex-shrink:0;width:60px;height:80px;margin-right:.75rem;overflow:hidden}.SearchBox-module__NrhljW__resultPreview img{object-fit:cover;width:100%;height:100%}.SearchBox-module__NrhljW__resultContent{flex:1}.SearchBox-module__NrhljW__resultContent h4{margin:0 0 .25rem;font-size:.95rem;font-weight:600;line-height:1.3}.SearchBox-module__NrhljW__resultContent h4 mark{background:#fff3cd;border-radius:2px;padding:0 2px}.SearchBox-module__NrhljW__resultCategory{color:#4ecdc4;margin-bottom:.25rem;font-size:.8rem;font-weight:500;display:inline-block}.SearchBox-module__NrhljW__resultTags{flex-wrap:wrap;gap:.25rem;display:flex}.SearchBox-module__NrhljW__resultTag{color:#495057;background:#e9ecef;border-radius:10px;padding:.2rem .4rem;font-size:.7rem}.SearchBox-module__NrhljW__noResults{text-align:center;padding:1.5rem}.SearchBox-module__NrhljW__noResults p{color:#6c757d;margin:0 0 1rem}.SearchBox-module__NrhljW__searchTips{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.SearchBox-module__NrhljW__searchTips span{color:#6c757d;font-size:.9rem}.SearchBox-module__NrhljW__searchTips button{cursor:pointer;background:#e9ecef;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;transition:background-color .2s}.SearchBox-module__NrhljW__searchTips button:hover{background:#dee2e6}@media (max-width:768px){.SearchBox-module__NrhljW__searchBox{max-width:100%}.SearchBox-module__NrhljW__searchResultsHeader{flex-direction:column;align-items:stretch;gap:.5rem}.SearchBox-module__NrhljW__viewAllButton{align-self:center}}
