@charset "UTF-8";@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0);opacity:1}}:root{--primary-color: #313438;--primary-light: #4a4f54;--primary-dark: #1f2326;--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--background-primary: #ffffff;--background-secondary: #f9fafb;--border-color: #e5e7eb}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;color:#1f2937}h1{font-size:2.5rem}@media (max-width: 767px){h1{font-size:2rem}}h2{font-size:2rem}@media (max-width: 767px){h2{font-size:1.75rem}}h3{font-size:1.5rem}@media (max-width: 767px){h3{font-size:1.25rem}}p{margin-bottom:1rem;color:#6b7280}a{color:#313438;text-decoration:none;transition:color .2s ease}a:hover{color:#1f2326}.container{width:90%;min-width:900px;max-width:1920px;margin:0 auto;padding:0 1.5rem}@media (max-width: 767px){.container{width:100%;min-width:auto;padding:0 1rem}}.section{padding:4rem 0}@media (max-width: 767px){.section{padding:2rem 0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;line-height:1}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:linear-gradient(135deg,#313438 0%,#5a6068 100%);color:#fff}.btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn--secondary{background:#f9fafb;color:#1f2937;border:1px solid #e5e7eb}.btn--secondary:hover:not(:disabled){background:#f3f4f6}.btn--outline{background:transparent;color:#313438;border:2px solid #313438}.btn--outline:hover:not(:disabled){background:#313438;color:#fff}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.card{background:white;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.grid{display:grid;gap:1.5rem}.grid--auto{grid-template-columns:repeat(auto-fit,300px);justify-content:flex-start}@media (max-width: 767px){.grid--auto{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:stretch}}.grid--2{grid-template-columns:repeat(2,1fr)}@media (max-width: 767px){.grid--2{grid-template-columns:1fr}}.grid--3{grid-template-columns:repeat(3,1fr)}@media (max-width: 1023px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.grid--3{grid-template-columns:1fr}}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1199px){.grid--4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1023px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.grid--4{grid-template-columns:1fr}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f9fafb}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes _fadeIn_h8u6v_1{to{opacity:1}}@keyframes _slideUp_h8u6v_1{to{transform:translateY(0);opacity:1}}._header_h8u6v_12{background:white;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1020;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem 0}._headerRow_h8u6v_22{display:flex;align-items:center;gap:2rem}@media (max-width: 767px){._headerRow_h8u6v_22{flex-direction:column;align-items:flex-start;gap:1rem}}._logo_h8u6v_35{display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;transition:opacity .2s ease;flex-shrink:0}._logo_h8u6v_35:hover{opacity:.8}._logo_h8u6v_35 ._logoIcon_h8u6v_47{width:32px;height:32px;color:#313438}@media (max-width: 767px){._logo_h8u6v_35 ._logoIcon_h8u6v_47{width:28px;height:28px}}._logo_h8u6v_35 ._logoText_h8u6v_58{font-size:1.25rem;font-weight:700;color:#1f2937;background:linear-gradient(135deg,#313438 0%,#5a6068 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 767px){._logo_h8u6v_35 ._logoText_h8u6v_58{font-size:1rem}}._navigation_h8u6v_73{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-shrink:0}@media (max-width: 767px){._navigation_h8u6v_73{gap:1rem;width:100%;order:2}}._navLink_h8u6v_88{text-decoration:none;color:#6b7280;font-weight:500;font-size:.95rem;padding:.5rem 0;position:relative;transition:color .2s ease;white-space:nowrap}._navLink_h8u6v_88:hover,._navLink_h8u6v_88._active_h8u6v_101{color:#313438}._navLink_h8u6v_88._active_h8u6v_101:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#313438;border-radius:1px}@media (max-width: 767px){._navLink_h8u6v_88{font-size:.85rem;padding:.375rem 0}}._description_h8u6v_121{flex:1;text-align:center}._description_h8u6v_121 p{margin:0;color:#6b7280;font-size:.875rem;line-height:1.4}@media (max-width: 767px){._description_h8u6v_121{text-align:left;width:100%;order:3}._description_h8u6v_121 p{font-size:.8rem}}._headerActions_h8u6v_142{display:flex;align-items:center;justify-content:center;gap:1rem;flex-shrink:0}@media (max-width: 767px){._headerActions_h8u6v_142{gap:.5rem;order:1;align-self:flex-end}}@keyframes _fadeIn_1yc4j_1{to{opacity:1}}@keyframes _slideUp_1yc4j_1{to{transform:translateY(0);opacity:1}}._footer_1yc4j_12{background:#111827;color:#fff;margin-top:auto;padding:3rem 0 2rem}@media (max-width: 767px){._footer_1yc4j_12{padding:2rem 0 1.5rem}}._footerContent_1yc4j_24{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;align-items:start}@media (max-width: 1023px){._footerContent_1yc4j_24{grid-template-columns:1fr 1fr;gap:2.5rem}._footerContent_1yc4j_24 ._featuresSection_1yc4j_35{grid-column:1/-1;margin-top:1rem}}@media (max-width: 767px){._footerContent_1yc4j_24{grid-template-columns:1fr;gap:2rem;text-align:center}}._brandSection_1yc4j_48 ._logo_1yc4j_48{display:flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none;margin-bottom:1.5rem;width:fit-content;transition:all .2s ease}._brandSection_1yc4j_48 ._logo_1yc4j_48:hover{transform:translateY(-2px)}@media (max-width: 767px){._brandSection_1yc4j_48 ._logo_1yc4j_48{margin:0 auto 1.5rem}}._brandSection_1yc4j_48 ._logoIcon_1yc4j_66{width:36px;height:36px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._brandSection_1yc4j_48 ._logoText_1yc4j_72{font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#ffffff 0%,#e2e8f0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._brandSection_1yc4j_48 ._description_1yc4j_81{color:#fffc;line-height:1.6;margin-bottom:2rem;font-size:.95rem;max-width:300px}@media (max-width: 767px){._brandSection_1yc4j_48 ._description_1yc4j_81{max-width:none;margin:0 auto 2rem}}._copyright_1yc4j_95 p{color:#fff9;font-size:.85rem;margin:0 0 .5rem}._copyright_1yc4j_95 p:last-child{margin-bottom:0}._copyright_1yc4j_95 ._builtWith_1yc4j_103{font-weight:500;color:#ffffffb3}._navigationSection_1yc4j_108{display:flex;flex-direction:column;gap:2rem}@media (max-width: 767px){._navigationSection_1yc4j_108{gap:1.5rem}}._navGroup_1yc4j_119 ._sectionTitle_1yc4j_119{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff;position:relative;padding-bottom:.5rem}._navGroup_1yc4j_119 ._sectionTitle_1yc4j_119:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#313438;border-radius:1px}@media (max-width: 767px){._navGroup_1yc4j_119 ._sectionTitle_1yc4j_119{text-align:center}._navGroup_1yc4j_119 ._sectionTitle_1yc4j_119:after{left:50%;transform:translate(-50%)}}._linkList_1yc4j_147{list-style:none;margin:0;padding:0}._linkList_1yc4j_147 li{margin-bottom:.75rem}._linkList_1yc4j_147 li:last-child{margin-bottom:0}@media (max-width: 767px){._linkList_1yc4j_147 li{text-align:center}}._link_1yc4j_147{color:#ffffffb3;text-decoration:none;transition:all .2s ease;font-size:.9rem;display:inline-block;position:relative}._link_1yc4j_147:hover{color:#fff;transform:translate(2px)}._link_1yc4j_147:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#313438;transition:width .2s ease}._link_1yc4j_147:hover:before{width:100%}@media (max-width: 767px){._link_1yc4j_147:hover{transform:translateY(-2px)}}._featuresSection_1yc4j_35 ._sectionTitle_1yc4j_119{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fff;position:relative;padding-bottom:.5rem}._featuresSection_1yc4j_35 ._sectionTitle_1yc4j_119:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#313438;border-radius:1px}@media (max-width: 767px){._featuresSection_1yc4j_35 ._sectionTitle_1yc4j_119{text-align:center}._featuresSection_1yc4j_35 ._sectionTitle_1yc4j_119:after{left:50%;transform:translate(-50%)}}._featuresList_1yc4j_223{margin-bottom:2rem}._feature_1yc4j_35{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem 0;justify-content:flex-start}._feature_1yc4j_35:last-child{margin-bottom:0}@media (max-width: 767px){._feature_1yc4j_35{justify-content:center}}._feature_1yc4j_35 ._featureIcon_1yc4j_244{font-size:1.1rem;opacity:.9}._feature_1yc4j_35 ._featureText_1yc4j_248{color:#fffc;font-size:.9rem;font-weight:500}._contact_1yc4j_254{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}._contact_1yc4j_254 ._contactText_1yc4j_258{color:#ffffffb3;font-size:.85rem;line-height:1.5;margin:0;font-style:italic}._contact_1yc4j_254 ._contactLink_1yc4j_265{color:#313438;text-decoration:none;font-weight:500;transition:color .2s ease}._contact_1yc4j_254 ._contactLink_1yc4j_265:hover{color:#4a4f54;text-decoration:underline}@media (max-width: 767px){._brandSection_1yc4j_48 ._description_1yc4j_81{font-size:.9rem}._feature_1yc4j_35 ._featureIcon_1yc4j_244{font-size:1rem}._feature_1yc4j_35 ._featureText_1yc4j_248{font-size:.85rem}._contact_1yc4j_254{padding-top:1rem}._contact_1yc4j_254 ._contactText_1yc4j_258{font-size:.8rem}}@keyframes _fadeIn_1ilae_1{to{opacity:1}}@keyframes _slideUp_1ilae_1{to{transform:translateY(0);opacity:1}}._toolCard_1ilae_12{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;height:100%;width:300px}._toolCard_1ilae_12:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}@media (max-width: 767px){._toolCard_1ilae_12{width:100%;min-width:250px}}._cardHeader_1ilae_34{display:flex;align-items:flex-start;gap:16px;flex:1;margin-bottom:16px}._iconContainer_1ilae_42{flex-shrink:0;width:64px;height:64px;border-radius:12px;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb}._toolIcon_1ilae_55{width:100%;height:100%;object-fit:cover;object-position:center}._defaultIcon_1ilae_62{font-size:2rem;color:#9ca3af}._toolInfo_1ilae_67{flex:1;min-width:0}._toolName_1ilae_72{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._tags_1ilae_84{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}._pricingTag_1ilae_91{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.5px}._toolDescription_1ilae_101{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._cardActions_1ilae_112{display:flex;gap:8px;margin-top:auto}._primaryButton_1ilae_118{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;background:linear-gradient(135deg,#313438 0%,#5a6068 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .2s ease;flex:1}._primaryButton_1ilae_118:hover{transform:translateY(-1px);box-shadow:0 2px 8px #6366f14d;color:#fff}._primaryButton_1ilae_118:active{transform:translateY(0)}@keyframes _fadeIn_hjim5_1{to{opacity:1}}@keyframes _slideUp_hjim5_1{to{transform:translateY(0);opacity:1}}._container_hjim5_12{min-height:100vh;padding:2rem 0}._hero_hjim5_17{text-align:center;padding:4rem 0;background:linear-gradient(135deg,rgba(49,52,56,.05) 0%,rgba(74,79,84,.1) 100%);border-radius:.75rem;margin-bottom:3rem}@media (max-width: 767px){._hero_hjim5_17{padding:3rem 0;margin-bottom:2rem}}._title_hjim5_31{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1rem;background:linear-gradient(135deg,#313438 0%,#5a6068 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 767px){._title_hjim5_31{font-size:2rem}}._subtitle_hjim5_47{font-size:1.25rem;color:#6b7280;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 767px){._subtitle_hjim5_47{font-size:1rem;margin-bottom:1.5rem}}._searchContainer_hjim5_62{max-width:500px;margin:0 auto}._searchInput_hjim5_67{width:100%;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;background:white;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}._searchInput_hjim5_67:focus{outline:none;border-color:#313438;box-shadow:0 0 0 3px #3134381a}._searchInput_hjim5_67::placeholder{color:#9ca3af}._categories_hjim5_86{background:white;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;margin-bottom:3rem}@media (max-width: 767px){._categories_hjim5_86{padding:1rem;margin-bottom:2rem}}._categoryFilters_hjim5_100{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (max-width: 767px){._categoryFilters_hjim5_100{gap:.5rem}}._categoryButton_hjim5_112{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:white;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#6b7280;white-space:nowrap}._categoryButton_hjim5_112:hover{border-color:#313438;color:#313438;background:rgba(49,52,56,.05)}._categoryButton_hjim5_112._active_hjim5_132{background:linear-gradient(135deg,#313438 0%,#5a6068 100%);border-color:transparent;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media (max-width: 767px){._categoryButton_hjim5_112{padding:.5rem 1rem;font-size:.75rem}}._toolsSection_hjim5_145{margin-bottom:4rem}._toolsGrid_hjim5_149{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;justify-items:center}@media (max-width: 767px){._toolsGrid_hjim5_149{grid-template-columns:1fr;gap:1.5rem}}._noResults_hjim5_162{text-align:center;padding:4rem 2rem;color:#6b7280}._noResults_hjim5_162 p{font-size:1.125rem;margin:0}@media (max-width: 767px){._noResults_hjim5_162{padding:3rem 1rem}._noResults_hjim5_162 p{font-size:1rem}}._loading_hjim5_180{text-align:center;padding:4rem 2rem;font-size:1.125rem;color:#6b7280}._error_hjim5_187{text-align:center;padding:4rem 2rem;color:#ef4444}._error_hjim5_187 h1{color:#ef4444;margin-bottom:1rem}@keyframes _fadeIn_kde2i_1{to{opacity:1}}@keyframes _slideUp_kde2i_1{to{transform:translateY(0);opacity:1}}._container_kde2i_13{min-height:100vh;max-width:1200px;margin:0 auto;padding:2rem 1rem}@media (max-width: 767px){._container_kde2i_13{padding:1rem .5rem}}._toolDetail_kde2i_27{display:flex;flex-direction:column;gap:2rem}@media (max-width: 767px){._toolDetail_kde2i_27{gap:1.5rem}}._breadcrumb_kde2i_38{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;color:#6b7280}._breadcrumb_kde2i_38 a{color:#313438;text-decoration:none}._breadcrumb_kde2i_38 a:hover{text-decoration:underline}._breadcrumb_kde2i_38 span:not(:last-child){color:#9ca3af}._breadcrumb_kde2i_38 span:last-child{color:#1f2937;font-weight:500}._sidebarTitle_kde2i_62{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1rem;font-weight:600;color:#1f2937}._sidebarTitle_kde2i_62 ._sidebarIcon_kde2i_71{font-size:1.1rem}._toolInfoGrid_kde2i_75{display:flex;flex-direction:column;gap:.75rem}._infoCard_kde2i_81{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#f9fafb 0%,rgba(249,250,251,.5) 100%);border-radius:.5rem;border:1px solid #f3f4f6;transition:all .2s ease}._infoCard_kde2i_81:hover{transform:translateY(-1px);box-shadow:0 1px 2px #0000000d;border-color:#3134384d}._infoCard_kde2i_81 ._infoIcon_kde2i_96{font-size:1.25rem;flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:rgba(49,52,56,.1);border-radius:.25rem}._infoCard_kde2i_81 ._infoContent_kde2i_107{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}._infoCard_kde2i_81 ._infoContent_kde2i_107 ._infoLabel_kde2i_114{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._infoCard_kde2i_81 ._infoContent_kde2i_107 ._infoValue_kde2i_121{font-size:.875rem;color:#1f2937;font-weight:600;line-height:1.3}._pricingBadge_kde2i_128{display:inline-flex!important;align-items:center;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem!important;font-weight:700;text-transform:uppercase;letter-spacing:.5px}._pricingBadge_kde2i_128._pricing-free_kde2i_138{background:rgba(16,185,129,.15);color:#10b981}._pricingBadge_kde2i_128._pricing-freemium_kde2i_142{background:rgba(245,158,11,.15);color:#f59e0b}._pricingBadge_kde2i_128._pricing-paid_kde2i_146{background:rgba(49,52,56,.15);color:#313438}._websiteLink_kde2i_151{display:inline-flex;align-items:center;color:#313438;text-decoration:none;font-size:.875rem;font-weight:600;transition:all .2s ease}._websiteLink_kde2i_151:hover{color:#191b1d;text-decoration:underline}@media (max-width: 767px){._toolInfoGrid_kde2i_75{gap:.5rem}._infoCard_kde2i_81{padding:.75rem;gap:.5rem}._infoCard_kde2i_81 ._infoIcon_kde2i_96{width:1.75rem;height:1.75rem;font-size:1rem}._infoCard_kde2i_81 ._infoContent_kde2i_107 ._infoLabel_kde2i_114{font-size:.7rem}._infoCard_kde2i_81 ._infoContent_kde2i_107 ._infoValue_kde2i_121{font-size:.8rem}._tags_kde2i_184{gap:.375rem}._tag_kde2i_184{padding:.25rem .625rem;font-size:.7rem}._relatedLink_kde2i_191{padding:.75rem;font-size:.8rem}._relatedLink_kde2i_191:before{font-size:.8rem}}._relatedList_kde2i_199{display:flex;flex-direction:column;gap:.75rem}._relatedList_kde2i_199 ._relatedLink_kde2i_191{display:flex;align-items:center;padding:.875rem 1rem;background:linear-gradient(135deg,#f3f4f6 0%,rgba(243,244,246,.7) 100%);color:#1f2937;text-decoration:none;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease;border:1px solid #f3f4f6;position:relative;overflow:hidden}._relatedList_kde2i_199 ._relatedLink_kde2i_191:before{content:"🔗";margin-right:.5rem;font-size:.875rem}._relatedList_kde2i_199 ._relatedLink_kde2i_191:after{content:"→";margin-left:auto;opacity:0;transform:translate(-10px);transition:all .2s ease}._relatedList_kde2i_199 ._relatedLink_kde2i_191:hover{background:linear-gradient(135deg,#313438 0%,rgb(72.8,77.2571428571,83.2) 100%);color:#fff;transform:translateY(-1px);box-shadow:0 1px 2px #0000000d;border-color:#313438}._relatedList_kde2i_199 ._relatedLink_kde2i_191:hover:after{opacity:1;transform:translate(0)}._hero_kde2i_243{background:white;border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6;margin-bottom:2rem}@media (max-width: 767px){._hero_kde2i_243{padding:1.5rem}}._heroContent_kde2i_257{display:flex;justify-content:space-between;align-items:center;gap:2rem}@media (max-width: 1023px){._heroContent_kde2i_257{flex-direction:column;align-items:flex-start}}._toolHeader_kde2i_270{display:flex;align-items:center;gap:1.5rem;flex:1}@media (max-width: 767px){._toolHeader_kde2i_270{flex-direction:column;text-align:center;gap:1rem}}._toolLogo_kde2i_284{width:80px;height:80px;border-radius:.75rem;background:#f9fafb;border:1px solid #f3f4f6;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}._toolLogo_kde2i_284 img{width:100%;height:100%;object-fit:cover}@media (max-width: 767px){._toolLogo_kde2i_284{width:64px;height:64px}}._toolInfo_kde2i_75{flex:1;min-width:0}@media (max-width: 767px){._toolInfo_kde2i_75{text-align:center}}._toolName_kde2i_318{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}@media (max-width: 767px){._toolName_kde2i_318{font-size:1.5rem}}._toolDescription_kde2i_330{font-size:1.125rem;color:#6b7280;margin-bottom:1rem;line-height:1.6}@media (max-width: 767px){._toolDescription_kde2i_330{font-size:1rem}}._toolMeta_kde2i_342{display:flex;align-items:center;gap:1rem}@media (max-width: 767px){._toolMeta_kde2i_342{justify-content:center}}._pricing_kde2i_128{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#f3f4f6;color:#6b7280;font-size:.875rem;font-weight:500;border-radius:.5rem;text-transform:capitalize}._toolActions_kde2i_365{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width: 1023px){._toolActions_kde2i_365{align-self:flex-start}}@media (max-width: 767px){._toolActions_kde2i_365{align-self:stretch;flex-direction:column;width:100%}}._visitButton_kde2i_384{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#313438 0%,#5a6068 100%);color:#fff;text-decoration:none;border-radius:.75rem;font-weight:500;font-size:1rem;transition:all .2s ease;box-shadow:0 4px 15px #3134384d}._visitButton_kde2i_384:hover{transform:translateY(-2px);box-shadow:0 6px 20px #31343866}@media (max-width: 767px){._visitButton_kde2i_384{width:100%;justify-content:center}}._details_kde2i_409{margin-bottom:3rem}._detailsGrid_kde2i_413{display:grid;grid-template-columns:2fr 1fr;gap:3rem}@media (max-width: 1023px){._detailsGrid_kde2i_413{grid-template-columns:1fr;gap:2rem}}._mainContent_kde2i_425 ._section_kde2i_425{margin-bottom:3rem}._mainContent_kde2i_425 ._section_kde2i_425:last-child{margin-bottom:0}._sectionTitle_kde2i_432{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937}@media (max-width: 767px){._sectionTitle_kde2i_432{font-size:1.25rem;margin-bottom:1rem}}._descriptionSection_kde2i_445{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #f3f4f6}._detailedDescription_kde2i_451{font-size:1.125rem;line-height:1.7;color:#6b7280;margin:0}@media (max-width: 767px){._detailedDescription_kde2i_451{font-size:1rem;line-height:1.6}}._featuresSection_kde2i_464{margin-bottom:2rem}._featuresGrid_kde2i_468{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}@media (max-width: 767px){._featuresGrid_kde2i_468{grid-template-columns:1fr;gap:.75rem}}._featureCard_kde2i_480{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:white;border:1px solid #f3f4f6;border-radius:.75rem;transition:all .2s ease}._featureCard_kde2i_480:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-color:#313438}@media (max-width: 767px){._featureCard_kde2i_480{padding:1rem;gap:.75rem}}._featureIcon_kde2i_502{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#4a4f54,#6b7280);border-radius:.5rem;flex-shrink:0}._featureIcon_kde2i_502 span{font-size:1.25rem;filter:brightness(1.2)}@media (max-width: 767px){._featureIcon_kde2i_502{width:2rem;height:2rem}._featureIcon_kde2i_502 span{font-size:1rem}}._featureText_kde2i_526{font-size:.95rem;color:#6b7280;line-height:1.5;font-weight:500}@media (max-width: 767px){._featureText_kde2i_526{font-size:.875rem}}._featuresList_kde2i_538{list-style:none;margin:0;padding:0}._feature_kde2i_464{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}._feature_kde2i_464:last-child{border-bottom:none}._feature_kde2i_464 ._featureIcon_kde2i_502{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#10b981;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}._screenshots_kde2i_569{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}._screenshot_kde2i_569{width:100%;border-radius:.5rem;border:1px solid #f3f4f6;box-shadow:0 1px 2px #0000000d}._screenshotsPlaceholder_kde2i_582{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:.75rem;min-height:200px}._screenshotsPlaceholder_kde2i_582 ._placeholderIcon_kde2i_594{font-size:3rem;margin-bottom:1rem;opacity:.6}._screenshotsPlaceholder_kde2i_582 ._placeholderText_kde2i_599{color:#6b7280;font-size:1rem;text-align:center;margin:0}._pricingPlans_kde2i_606{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._pricingPlan_kde2i_606{background:white;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;text-align:center;transition:border-color .2s ease}._pricingPlan_kde2i_606:hover{border-color:#313438}._pricingPlan_kde2i_606 ._planName_kde2i_623{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}._pricingPlan_kde2i_606 ._planPrice_kde2i_629{font-size:2rem;font-weight:700;color:#313438;margin-bottom:1rem}._pricingPlan_kde2i_606 ._planFeatures_kde2i_635{list-style:none;margin:0;padding:0;text-align:left}._pricingPlan_kde2i_606 ._planFeatures_kde2i_635 li{padding:.5rem 0;border-bottom:1px solid #f3f4f6;color:#6b7280}._pricingPlan_kde2i_606 ._planFeatures_kde2i_635 li:last-child{border-bottom:none}._pricingPlan_kde2i_606 ._planFeatures_kde2i_635 li:before{content:"✓";color:#10b981;font-weight:700;margin-right:.5rem}._sidebar_kde2i_62 ._sidebarSection_kde2i_656{background:white;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6;margin-bottom:1.5rem}._sidebar_kde2i_62 ._sidebarSection_kde2i_656:last-child{margin-bottom:0}._sidebar_kde2i_62 ._sidebarSection_kde2i_656 h3:not(._sidebarTitle_kde2i_62){font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1f2937}._sidebar_kde2i_62 ._sidebarSection_kde2i_656 p{color:#6b7280;margin:0}._tags_kde2i_184{display:flex;flex-wrap:wrap;gap:.5rem}._tag_kde2i_184{display:inline-flex;align-items:center;padding:.375rem .875rem;background:linear-gradient(135deg,#313438 0%,rgb(72.8,77.2571428571,83.2) 100%);color:#fff;font-size:.75rem;font-weight:500;border-radius:.5rem;transition:all .2s ease;border:1px solid rgba(255,255,255,.2)}._tag_kde2i_184:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3134384d}._relatedSection_kde2i_701 ._sectionTitle_kde2i_432{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#1f2937}._relatedGrid_kde2i_708{gap:1.5rem}._loading_kde2i_712{padding:2rem 0}._loadingContent_kde2i_716{background:white;border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6}._loadingHeader_kde2i_724{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem}._loadingLogo_kde2i_732{width:80px;height:80px;background:#f3f4f6;border-radius:.75rem;flex-shrink:0}._loadingInfo_kde2i_740{flex:1;min-width:0}._loadingTitle_kde2i_745{height:2rem;background:#f3f4f6;border-radius:.25rem;margin-bottom:.5rem;width:60%}._loadingSubtitle_kde2i_753{height:1.25rem;background:#f3f4f6;border-radius:.25rem;width:80%}._loadingDescription_kde2i_760{height:1rem;background:#f3f4f6;border-radius:.25rem;margin-bottom:.75rem}._loadingDescription_kde2i_760:last-child{width:70%;margin-bottom:0}._error_kde2i_771{text-align:center;padding:4rem 2rem}._error_kde2i_771 h1{font-size:2rem;margin-bottom:1rem;color:#1f2937}._error_kde2i_771 p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}._faqList_kde2i_786 ._faqItem_kde2i_786{margin-bottom:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:.5rem;border-left:4px solid #313438}._faqList_kde2i_786 ._faqItem_kde2i_786 ._faqQuestion_kde2i_793{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;line-height:1.4}._faqList_kde2i_786 ._faqItem_kde2i_786 ._faqAnswer_kde2i_800{color:#6b7280;line-height:1.6;margin:0}@keyframes _fadeIn_y60y2_1{to{opacity:1}}@keyframes _slideUp_y60y2_1{to{transform:translateY(0);opacity:1}}._container_y60y2_12{padding:2rem 0;min-height:80vh}._content_y60y2_17{max-width:1200px;margin:0 auto;padding:0 1rem}._header_y60y2_23{text-align:center;margin-bottom:3rem}._header_y60y2_23 h1{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1rem;background:linear-gradient(135deg,#313438 0%,#5a6068 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 767px){._header_y60y2_23 h1{font-size:2.5rem}}._subtitle_y60y2_43{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 767px){._subtitle_y60y2_43{font-size:1rem;margin-bottom:1.5rem}}._loadingState_y60y2_59,._errorState_y60y2_60,._emptyState_y60y2_61{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:3rem 2rem;text-align:center;box-shadow:0 1px 2px #0000000d}._loadingState_y60y2_59 p,._errorState_y60y2_60 p,._emptyState_y60y2_61 p{color:#6b7280;font-size:1.125rem;margin:0 0 1rem}._retryButton_y60y2_77{padding:.75rem 1.5rem;background:#313438;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._retryButton_y60y2_77:hover{background:#1f2326}._hostingList_y60y2_91{display:flex;flex-direction:column;gap:1.5rem}._hostingCard_y60y2_97{background:white;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:row;align-items:center}._hostingCard_y60y2_97:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-color:#3134384d}@media (max-width: 767px){._hostingCard_y60y2_97{flex-direction:column;align-items:stretch}}._hostingImage_y60y2_120{width:120px;height:120px;flex-shrink:0;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;margin:1.5rem;border-radius:.5rem}._hostingImage_y60y2_120 img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;transition:transform .2s ease;display:block}._hostingImage_y60y2_120:hover img{transform:scale(1.05)}@media (max-width: 767px){._hostingImage_y60y2_120{width:100px;height:100px;margin:1rem auto}}._hostingContent_y60y2_153{padding:1.5rem 0;flex:1;display:flex;flex-direction:column;justify-content:center}@media (max-width: 767px){._hostingContent_y60y2_153{padding:1rem 1.5rem;text-align:center}}._hostingTitle_y60y2_167{font-size:1.5rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0 0 1rem}@media (max-width: 767px){._hostingTitle_y60y2_167{font-size:1.25rem}}._hostingDescription_y60y2_180{color:#6b7280;line-height:1.6;margin-bottom:0;font-size:.95rem}._hostingActions_y60y2_187{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;border-left:1px solid #e5e7eb;background:rgba(49,52,56,.02);min-width:180px}@media (max-width: 767px){._hostingActions_y60y2_187{border-left:none;border-top:1px solid #e5e7eb;min-width:auto;flex-direction:row;justify-content:center}}._viewDetailsLink_y60y2_206{display:inline-flex;align-items:center;justify-content:center;color:#313438;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;padding:.75rem 1rem;border:2px solid #313438;border-radius:.5rem;background:white;white-space:nowrap}._viewDetailsLink_y60y2_206:hover{color:#fff;background:#313438;transform:translateY(-1px);box-shadow:0 4px 12px #3134384d}@media (max-width: 767px){._viewDetailsLink_y60y2_206{padding:.625rem 1rem;font-size:.85rem;flex:1}}._visitWebsiteLink_y60y2_235{display:inline-flex;align-items:center;justify-content:center;color:#6b7280;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:white;white-space:nowrap}._visitWebsiteLink_y60y2_235:hover{color:#313438;border-color:#313438;background:rgba(49,52,56,.05);transform:translateY(-1px)}@media (max-width: 767px){._visitWebsiteLink_y60y2_235{padding:.625rem 1rem;font-size:.85rem;flex:1}}@media (max-width: 767px){._container_y60y2_12{padding:1.5rem 0}._content_y60y2_17{padding:0 .75rem}._header_y60y2_23{margin-bottom:2rem}._hostingCard_y60y2_97{margin-bottom:1rem}}@keyframes _fadeIn_13ho1_1{to{opacity:1}}@keyframes _slideUp_13ho1_1{to{transform:translateY(0);opacity:1}}._container_13ho1_12{padding:2rem 0;min-height:80vh}._content_13ho1_17{max-width:1200px;margin:0 auto;padding:0 1rem}._breadcrumb_13ho1_23{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem}._breadcrumbLink_13ho1_31{color:#313438;text-decoration:none;transition:color .2s ease}._breadcrumbLink_13ho1_31:hover{color:#1f2326}._breadcrumbSeparator_13ho1_40{color:#9ca3af}._breadcrumbCurrent_13ho1_44{color:#6b7280}._loadingState_13ho1_48,._errorState_13ho1_49{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:3rem 2rem;text-align:center;box-shadow:0 1px 2px #0000000d}._loadingState_13ho1_48 h1,._errorState_13ho1_49 h1{color:#1f2937;margin:0 0 1rem}._loadingState_13ho1_48 p,._errorState_13ho1_49 p{color:#6b7280;font-size:1.125rem;margin:0 0 1.5rem}._backLink_13ho1_69{display:inline-flex;align-items:center;gap:.5rem;color:#313438;text-decoration:none;font-weight:500;padding:.75rem 1.5rem;border:2px solid #313438;border-radius:.5rem;transition:all .2s ease}._backLink_13ho1_69:hover{background:#313438;color:#fff}._hostingHeader_13ho1_86{display:flex;gap:2rem;background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 2px #0000000d}@media (max-width: 767px){._hostingHeader_13ho1_86{flex-direction:column;gap:1.5rem;padding:1.5rem}}._hostingImage_13ho1_104{width:200px;height:200px;flex-shrink:0;border-radius:.75rem;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center}._hostingImage_13ho1_104 img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block}@media (max-width: 767px){._hostingImage_13ho1_104{width:120px;height:120px;margin:0 auto}}._hostingInfo_13ho1_132{flex:1;display:flex;flex-direction:column;justify-content:center}._hostingTitle_13ho1_139{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.2}@media (max-width: 767px){._hostingTitle_13ho1_139{font-size:2rem;text-align:center}}._hostingDescription_13ho1_153{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}@media (max-width: 767px){._hostingDescription_13ho1_153{text-align:center;margin-bottom:1.5rem}}._hostingActions_13ho1_166{display:flex;gap:1rem}@media (max-width: 767px){._hostingActions_13ho1_166{justify-content:center}}._visitWebsiteButton_13ho1_176{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#313438;color:#fff;text-decoration:none;font-weight:600;border-radius:.75rem;transition:all .2s ease;font-size:1.1rem}._visitWebsiteButton_13ho1_176:hover{background:#1f2326;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #3134384d}@media (max-width: 767px){._visitWebsiteButton_13ho1_176{padding:.875rem 1.5rem;font-size:1rem}}._hostingDetails_13ho1_202{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 767px){._hostingDetails_13ho1_202{grid-template-columns:1fr;gap:1.5rem}}._detailsSection_13ho1_214{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px #0000000d}@media (max-width: 767px){._detailsSection_13ho1_214{padding:1.5rem}}._detailDescription_13ho1_227{color:#6b7280;line-height:1.7;font-size:1rem}._detailDescription_13ho1_227 p{margin-bottom:1rem}._detailDescription_13ho1_227 ul,._detailDescription_13ho1_227 ol{margin:1rem 0;padding-left:1.5rem}._detailDescription_13ho1_227 li{margin-bottom:.5rem}._sidebar_13ho1_243{display:flex;flex-direction:column;gap:1.5rem}._infoCard_13ho1_249,._actionCard_13ho1_250{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}._infoCard_13ho1_249 h3,._actionCard_13ho1_250 h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 1rem}._infoItem_13ho1_265{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}._infoItem_13ho1_265:last-child{margin-bottom:0}._infoLabel_13ho1_275{font-weight:500;color:#9ca3af;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}._infoValue_13ho1_283{color:#6b7280}._actionCard_13ho1_250{text-align:center}._actionCard_13ho1_250 p{color:#6b7280;margin:0 0 1.5rem}._primaryButton_13ho1_295{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#313438;color:#fff;text-decoration:none;font-weight:600;border-radius:.5rem;transition:all .2s ease;width:100%;justify-content:center}._primaryButton_13ho1_295:hover{background:#1f2326;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3134384d}._backToList_13ho1_316{margin-top:3rem;text-align:center}._backButton_13ho1_321{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-weight:500;padding:.75rem 1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease}._backButton_13ho1_321:hover{color:#313438;border-color:#313438;background:rgba(49,52,56,.05)}@media (max-width: 767px){._container_13ho1_12{padding:1.5rem 0}._content_13ho1_17{padding:0 .75rem}._hostingDetails_13ho1_202{margin-top:1.5rem}._backToList_13ho1_316{margin-top:2rem}}@keyframes _fadeIn_1928c_1{to{opacity:1}}@keyframes _slideUp_1928c_1{to{transform:translateY(0);opacity:1}}._container_1928c_12{padding:2rem 0;min-height:70vh}._content_1928c_17{max-width:800px;margin:0 auto;padding:0 1rem}._header_1928c_23{text-align:center;margin-bottom:3rem}._header_1928c_23 h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#313438 0%,#5a6068 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 767px){._header_1928c_23 h1{font-size:2rem}}._header_1928c_23 p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 767px){._header_1928c_23 p{font-size:1rem}}._searchSection_1928c_55{margin-bottom:2rem}._searchInput_1928c_59{width:100%;padding:1rem 1.5rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;background:white;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}._searchInput_1928c_59:focus{outline:none;border-color:#313438;box-shadow:0 0 0 3px #3134381a}._searchInput_1928c_59::placeholder{color:#9ca3af}._resultsInfo_1928c_78{text-align:center;margin-bottom:2rem}._resultsInfo_1928c_78 p{color:#6b7280;font-size:.9rem;margin:0}._faqsList_1928c_88{margin-bottom:3rem}._faqItem_1928c_92{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}._faqItem_1928c_92:hover{border-color:#313438;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-2px)}._faqItem_1928c_92:last-child{margin-bottom:0}._question_1928c_110{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem;line-height:1.4}._answer_1928c_118{color:#6b7280;line-height:1.7;font-size:1rem}._answer_1928c_118 p{margin:0 0 1rem}._answer_1928c_118 p:last-child{margin-bottom:0}._toolReference_1928c_130{margin-top:1rem;padding:.75rem 1rem;background:rgba(49,52,56,.05);border-left:3px solid #313438;border-radius:0 .5rem .5rem 0}._toolReference_1928c_130 span{font-size:.875rem;color:#313438;font-weight:500}._noResults_1928c_143{text-align:center;padding:4rem 2rem}._noResults_1928c_143 h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}._noResults_1928c_143 p{color:#6b7280;font-size:1rem;margin:0}._pagination_1928c_159{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem}._paginationButton_1928c_167{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background:white;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#6b7280;text-decoration:none}._paginationButton_1928c_167:hover:not(._disabled_1928c_182){background:#313438;border-color:#313438;color:#fff}._paginationButton_1928c_167._disabled_1928c_182{opacity:.5;cursor:not-allowed;background:#f9fafb;color:#9ca3af}._pageInfo_1928c_194{color:#6b7280;font-size:.875rem;font-weight:500}@media (max-width: 767px){._container_1928c_12{padding:1rem 0}._content_1928c_17{padding:0 .75rem}._header_1928c_23{margin-bottom:2rem}._faqItem_1928c_92{padding:1.5rem;margin-bottom:1rem}._question_1928c_110{font-size:1.125rem}._answer_1928c_118{font-size:.9rem}._pagination_1928c_159{flex-direction:column;gap:.75rem;margin-top:2rem}._paginationButton_1928c_167{padding:.5rem 1rem;font-size:.75rem}}@keyframes _fadeIn_1u1kl_1{to{opacity:1}}@keyframes _slideUp_1u1kl_1{to{transform:translateY(0);opacity:1}}._container_1u1kl_12{padding:2rem 0;min-height:80vh}._content_1u1kl_17{max-width:1200px;margin:0 auto;padding:0 1rem}._header_1u1kl_23{text-align:center;margin-bottom:3rem}._header_1u1kl_23 h1{font-size:3rem;font-weight:700;color:#1f2937;margin:0 0 1rem;background:linear-gradient(135deg,#313438 0%,#5a6068 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 767px){._header_1u1kl_23 h1{font-size:2.5rem}}._subtitle_1u1kl_43{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 767px){._subtitle_1u1kl_43{font-size:1rem;margin-bottom:1.5rem}}._searchSection_1u1kl_59{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 2px #0000000d}@media (max-width: 767px){._searchSection_1u1kl_59{padding:1rem}}._searchForm_1u1kl_73{display:flex;gap:.5rem}@media (max-width: 767px){._searchForm_1u1kl_73{flex-direction:column}}._searchInput_1u1kl_83{flex:1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease}._searchInput_1u1kl_83:focus{outline:none;border-color:#313438;box-shadow:0 0 0 3px #3134381a}._searchInput_1u1kl_83::placeholder{color:#9ca3af}._searchButton_1u1kl_100{padding:.75rem 1.5rem;background:#313438;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}._searchButton_1u1kl_100:hover{background:#1f2326}@media (max-width: 767px){._searchButton_1u1kl_100{padding:.75rem 1rem}}._resultsSummary_1u1kl_120{margin-bottom:1.5rem}._resultsSummary_1u1kl_120 p{color:#6b7280;font-size:.95rem;margin:0}._resultsSummary_1u1kl_120 ._error_1u1kl_128{color:#dc3545;font-weight:500}._articlesList_1u1kl_133{display:grid;gap:2rem}._loadingState_1u1kl_138,._errorState_1u1kl_139,._emptyState_1u1kl_140{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:3rem 2rem;text-align:center;box-shadow:0 1px 2px #0000000d}._loadingState_1u1kl_138 p,._errorState_1u1kl_139 p,._emptyState_1u1kl_140 p{color:#6b7280;font-size:1.125rem;margin:0 0 1rem}._retryButton_1u1kl_156,._clearSearchButton_1u1kl_157{padding:.75rem 1.5rem;background:#313438;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._retryButton_1u1kl_156:hover,._clearSearchButton_1u1kl_157:hover{background:#1f2326}._articleCard_1u1kl_172{display:flex;flex-direction:row;background:white;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;align-items:stretch}._articleCard_1u1kl_172:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-color:#3134384d}@media (max-width: 767px){._articleCard_1u1kl_172{flex-direction:column}}._articleImage_1u1kl_194{width:200px;height:140px;overflow:hidden;background:#f8f9fa;flex-shrink:0}._articleImage_1u1kl_194 img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}._articleImage_1u1kl_194:hover img{transform:scale(1.05)}@media (max-width: 767px){._articleImage_1u1kl_194{width:100%;height:200px}}._articleContent_1u1kl_217{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:center;min-height:100px}@media (max-width: 767px){._articleContent_1u1kl_217{padding:1.25rem}}._articleTitle_1u1kl_231{font-size:1.5rem;font-weight:600;color:#1f2937;line-height:1.3;margin:0 0 1rem}@media (max-width: 767px){._articleTitle_1u1kl_231{font-size:1.25rem}}._articleMeta_1u1kl_244{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#9ca3af}._articleDate_1u1kl_253,._articleAuthor_1u1kl_254{display:flex;align-items:center;gap:.25rem}._articleDate_1u1kl_253:before,._articleAuthor_1u1kl_254:before{content:"";width:4px;height:4px;background:#9ca3af;border-radius:50%}._articleDate_1u1kl_253:first-child:before,._articleAuthor_1u1kl_254:first-child:before{display:none}._articleExcerpt_1u1kl_272{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}._articleAction_1u1kl_279{display:flex;align-items:center;justify-content:center;padding:1.5rem;border-left:1px solid #e5e7eb;background:rgba(49,52,56,.02);flex-shrink:0;min-width:160px}@media (max-width: 767px){._articleAction_1u1kl_279{border-left:none;border-top:1px solid #e5e7eb;padding:1rem 1.5rem;min-width:auto}}._readMoreLink_1u1kl_298{display:inline-flex;align-items:center;justify-content:center;color:#313438;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;padding:.75rem 1rem;border:2px solid #313438;border-radius:.5rem;background:white;white-space:nowrap;text-align:center}._readMoreLink_1u1kl_298:hover{color:#fff;background:#313438;transform:translateY(-1px);box-shadow:0 4px 12px #3134384d}@media (max-width: 767px){._readMoreLink_1u1kl_298{padding:.625rem 1rem;font-size:.85rem;width:100%}}._pagination_1u1kl_328{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem;padding:2rem 0}._paginationButton_1u1kl_337{padding:.75rem 1rem;background:white;border:1px solid #e5e7eb;border-radius:.5rem;color:#1f2937;font-weight:500;cursor:pointer;transition:all .2s ease}._paginationButton_1u1kl_337:hover:not(:disabled){background:#313438;color:#fff;border-color:#313438}._paginationButton_1u1kl_337:disabled{opacity:.5;cursor:not-allowed}._pageNumbers_1u1kl_357{display:flex;gap:.25rem;margin:0 1rem}._pageNumber_1u1kl_357{width:2.5rem;height:2.5rem;background:white;border:1px solid #e5e7eb;border-radius:.5rem;color:#1f2937;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._pageNumber_1u1kl_357:hover{background:#4a4f54;color:#fff;border-color:#4a4f54}._pageNumber_1u1kl_357._active_1u1kl_382{background:#313438;color:#fff;border-color:#313438}@media (max-width: 767px){._container_1u1kl_12{padding:1.5rem 0}._content_1u1kl_17{padding:0 .75rem}._header_1u1kl_23{margin-bottom:2rem}._articleCard_1u1kl_172{margin-bottom:1rem}._articleContent_1u1kl_217{padding:1rem}._pagination_1u1kl_328{margin-top:2rem;padding:1rem 0}._pageNumbers_1u1kl_357{margin:0 .5rem}._paginationButton_1u1kl_337{padding:.5rem .75rem;font-size:.9rem}}@keyframes _fadeIn_12thv_1{to{opacity:1}}@keyframes _slideUp_12thv_1{to{transform:translateY(0);opacity:1}}._container_12thv_13{padding:2rem 0;min-height:80vh;background:linear-gradient(135deg,rgba(49,52,56,.03) 0%,rgba(90,96,104,.05) 100%)}._content_12thv_19{max-width:1200px;margin:0 auto;padding:0 1rem}._breadcrumb_12thv_25{display:flex;align-items:center;gap:.75rem;margin-bottom:2.5rem;font-size:.9rem;color:#6b7280;background:white;padding:.75rem 1.5rem;border-radius:.75rem;border:1px solid rgba(229,231,235,.5);box-shadow:0 2px 8px #0000000a}._breadcrumb_12thv_25 a{color:#313438;text-decoration:none;font-weight:500;transition:all .2s ease;padding:.25rem .5rem;border-radius:.5rem}._breadcrumb_12thv_25 a:hover{color:#1f2326;background:rgba(49,52,56,.08)}._breadcrumb_12thv_25 ._separator_12thv_50{color:#9ca3af;font-weight:400;font-size:1.1em}._breadcrumb_12thv_25 ._current_12thv_55{color:#1f2937;font-weight:600;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 767px){._breadcrumb_12thv_25 ._current_12thv_55{max-width:120px}}@media (max-width: 767px){._breadcrumb_12thv_25{font-size:.85rem;margin-bottom:2rem;padding:.625rem 1rem}}._articleLayout_12thv_76{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}@media (max-width: 767px){._articleLayout_12thv_76{grid-template-columns:1fr;gap:2rem}}._articleLayout_12thv_76._fullWidth_12thv_88{grid-template-columns:1fr}._loadingState_12thv_92{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}._loadingState_12thv_92 ._spinner_12thv_100{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #313438;border-radius:50%;animation:_spin_12thv_100 1s linear infinite;margin-bottom:1rem}._loadingState_12thv_92 p{color:#6b7280;font-size:1.125rem}@keyframes _spin_12thv_100{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorState_12thv_122{background:white;border:1px solid #e5e7eb;border-radius:.75rem;padding:3rem 2rem;text-align:center;box-shadow:0 1px 2px #0000000d}._errorState_12thv_122 h1{font-size:2rem;color:#1f2937;margin:0 0 1rem}._errorState_12thv_122 p{color:#6b7280;font-size:1.125rem;margin:0 0 2rem;line-height:1.6}._title_12thv_142{font-size:2.75rem;font-weight:700;color:#1f2937;line-height:1.15;margin:0;letter-spacing:-.025em}@media (max-width: 767px){._title_12thv_142{font-size:2.25rem}}._publishInfo_12thv_156{display:flex;align-items:center;gap:1rem;margin:1rem 0 2.5rem;font-size:.95rem;color:#6b7280}@media (max-width: 767px){._publishInfo_12thv_156{flex-direction:column;align-items:flex-start;gap:.5rem;margin:.75rem 0 2rem}}._publishDate_12thv_173{font-weight:500;color:#9ca3af}._authorName_12thv_178{font-weight:500;color:#6b7280}._authorName_12thv_178:before{content:"•";margin-right:.5rem;color:#d1d5db}@media (max-width: 767px){._authorName_12thv_178:before{display:none}}._featuredImage_12thv_193{width:100%;border-radius:.75rem;overflow:hidden;background:#f3f4f6;box-shadow:0 8px 30px #0000001f;margin-bottom:2rem}._featuredImage_12thv_193 img{width:100%;height:auto;display:block;max-height:450px;object-fit:cover;transition:transform .2s ease}._featuredImage_12thv_193:hover img{transform:scale(1.02)}._articleMain_12thv_213{background:white;border:1px solid rgba(229,231,235,.6);border-radius:.75rem;padding:3rem;box-shadow:0 4px 20px #00000014;position:relative;overflow:hidden}._articleMain_12thv_213:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#313438 0%,#5a6068 100%)}@media (max-width: 767px){._articleMain_12thv_213{padding:2rem 1.5rem}}._articleMain_12thv_213 ._articleContent_12thv_236{line-height:1.8;color:#1f2937;font-size:1.125rem;max-width:none}@media (max-width: 767px){._articleMain_12thv_213 ._articleContent_12thv_236{font-size:1.0625rem}}._articleMain_12thv_213 ._articleContent_12thv_236 h1,._articleMain_12thv_213 ._articleContent_12thv_236 h2,._articleMain_12thv_213 ._articleContent_12thv_236 h3,._articleMain_12thv_213 ._articleContent_12thv_236 h4,._articleMain_12thv_213 ._articleContent_12thv_236 h5,._articleMain_12thv_213 ._articleContent_12thv_236 h6{font-weight:600;color:#1f2937;margin:2rem 0 1rem;line-height:1.3}._articleMain_12thv_213 ._articleContent_12thv_236 h1:first-child,._articleMain_12thv_213 ._articleContent_12thv_236 h2:first-child,._articleMain_12thv_213 ._articleContent_12thv_236 h3:first-child,._articleMain_12thv_213 ._articleContent_12thv_236 h4:first-child,._articleMain_12thv_213 ._articleContent_12thv_236 h5:first-child,._articleMain_12thv_213 ._articleContent_12thv_236 h6:first-child{margin-top:0}._articleMain_12thv_213 ._articleContent_12thv_236 h1{font-size:2rem}._articleMain_12thv_213 ._articleContent_12thv_236 h2{font-size:1.75rem}._articleMain_12thv_213 ._articleContent_12thv_236 h3{font-size:1.5rem}._articleMain_12thv_213 ._articleContent_12thv_236 h4{font-size:1.25rem}._articleMain_12thv_213 ._articleContent_12thv_236 h5{font-size:1.125rem}._articleMain_12thv_213 ._articleContent_12thv_236 h6{font-size:1rem}._articleMain_12thv_213 ._articleContent_12thv_236 p{margin:1.75rem 0;text-align:justify}._articleMain_12thv_213 ._articleContent_12thv_236 p:first-child{margin-top:0;font-size:1.1875rem;color:#6b7280;font-weight:500}._articleMain_12thv_213 ._articleContent_12thv_236 p:last-child{margin-bottom:0}._articleMain_12thv_213 ._articleContent_12thv_236 ul,._articleMain_12thv_213 ._articleContent_12thv_236 ol{margin:1.5rem 0;padding-left:2rem}._articleMain_12thv_213 ._articleContent_12thv_236 ul li,._articleMain_12thv_213 ._articleContent_12thv_236 ol li{margin:.5rem 0}._articleMain_12thv_213 ._articleContent_12thv_236 blockquote{background:linear-gradient(135deg,rgba(49,52,56,.03) 0%,rgba(49,52,56,.08) 100%);border-left:4px solid #313438;border-radius:0 .5rem .5rem 0;padding:1.5rem 2rem;margin:2.5rem 0;font-style:italic;color:#1f2937;position:relative;box-shadow:0 2px 10px #3134381a}._articleMain_12thv_213 ._articleContent_12thv_236 blockquote:before{content:'"';position:absolute;top:-.5rem;left:1rem;font-size:3rem;color:#313438;font-family:serif;opacity:.3}._articleMain_12thv_213 ._articleContent_12thv_236 blockquote p{margin:0;font-size:1.0625rem}._articleMain_12thv_213 ._articleContent_12thv_236 code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.5rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.9em;color:#1f2937}._articleMain_12thv_213 ._articleContent_12thv_236 pre{background:#111827;color:#fff;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:2rem 0}._articleMain_12thv_213 ._articleContent_12thv_236 pre code{background:transparent;padding:0;color:inherit}._articleMain_12thv_213 ._articleContent_12thv_236 img{max-width:100%;height:auto;border-radius:.5rem;margin:2rem 0;box-shadow:0 1px 2px #0000000d}._articleMain_12thv_213 ._articleContent_12thv_236 a{color:#313438;text-decoration:underline;transition:color .2s ease}._articleMain_12thv_213 ._articleContent_12thv_236 a:hover{color:#1f2326}._articleMain_12thv_213 ._articleContent_12thv_236 table{width:100%;border-collapse:collapse;margin:2rem 0}._articleMain_12thv_213 ._articleContent_12thv_236 table th,._articleMain_12thv_213 ._articleContent_12thv_236 table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}._articleMain_12thv_213 ._articleContent_12thv_236 table th{background:#f9fafb;font-weight:600;color:#1f2937}@media (max-width: 767px){._container_12thv_13{padding:1.5rem 0}._content_12thv_19{padding:0 .75rem}._articleMeta_12thv_378{flex-direction:column;gap:.75rem}._tags_12thv_382{margin-bottom:1.5rem;padding-bottom:1.5rem}}._sidebar_12thv_387{display:flex;flex-direction:column;gap:1.5rem}._sidebarCard_12thv_393{background:white;border:1px solid rgba(229,231,235,.6);border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 20px #00000014;position:sticky;top:2rem}._sidebarTitle_12thv_403{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(49,52,56,.1)}._hostWebsitesList_12thv_412{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._hostWebsiteCard_12thv_419{padding:1rem;background:rgba(49,52,56,.02);border:1px solid rgba(49,52,56,.1);border-radius:.5rem;transition:all .2s ease}._hostWebsiteCard_12thv_419:hover{background:rgba(49,52,56,.05);border-color:#31343833}._hostWebsiteInfo_12thv_431{display:flex;flex-direction:column;gap:.75rem}._hostWebsiteName_12thv_437{font-size:1rem;font-weight:600;color:#1f2937;margin:0;line-height:1.3;word-break:break-word}._hostWebsiteAction_12thv_446{align-self:flex-start}._officialButton_12thv_450{display:inline-flex;align-items:center;gap:.5rem;color:#fff;background:#313438;text-decoration:none;font-weight:500;font-size:.875rem;padding:.625rem 1rem;border-radius:.5rem;transition:all .2s ease;white-space:nowrap}._officialButton_12thv_450:hover{background:#1f2326;transform:translateY(-1px);box-shadow:0 4px 12px #3134384d}._sidebarFooter_12thv_470{padding-top:1rem;border-top:1px solid rgba(229,231,235,.3);text-align:center}._viewAllLink_12thv_476{display:inline-flex;align-items:center;gap:.5rem;color:#313438;text-decoration:none;font-weight:500;font-size:.9rem;padding:.75rem 1.5rem;border:2px solid #313438;border-radius:.5rem;transition:all .2s ease}._viewAllLink_12thv_476:hover{background:#313438;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #3134384d}@media (max-width: 767px){._sidebar_12thv_387{order:-1}._sidebarCard_12thv_393{position:static}._hostWebsiteAction_12thv_446{align-self:center;width:100%}._hostWebsiteAction_12thv_446 ._officialButton_12thv_450{width:100%;justify-content:center}}@keyframes _fadeIn_7t64a_1{to{opacity:1}}@keyframes _slideUp_7t64a_1{to{transform:translateY(0);opacity:1}}._container_7t64a_12{padding:2rem 0;min-height:70vh}._content_7t64a_17{max-width:800px;margin:0 auto;padding:0 1rem}._header_7t64a_23{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}._header_7t64a_23 h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem;background:linear-gradient(135deg,#313438 0%,#5a6068 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 767px){._header_7t64a_23 h1{font-size:2rem}}._lastUpdated_7t64a_45{color:#6b7280;font-size:.9rem;margin:0;font-style:italic}._legalContent_7t64a_52{line-height:1.7;color:#1f2937}._section_7t64a_57{margin-bottom:2.5rem}._section_7t64a_57:last-child{margin-bottom:0}._section_7t64a_57 h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #313438;display:inline-block}._section_7t64a_57 p{margin:0 0 1rem;font-size:1rem;line-height:1.7;color:#6b7280}._section_7t64a_57 p:last-child{margin-bottom:0}._section_7t64a_57 ul{margin:1rem 0;padding-left:1.5rem}._section_7t64a_57 ul li{margin-bottom:.5rem;color:#6b7280}._section_7t64a_57 ul li strong{color:#1f2937;font-weight:600}._section_7t64a_57 a{color:#313438;text-decoration:none;font-weight:500;transition:color .2s ease}._section_7t64a_57 a:hover{color:#1f2326;text-decoration:underline}@media (max-width: 767px){._container_7t64a_12{padding:1rem 0}._content_7t64a_17{padding:0 .75rem}._header_7t64a_23{margin-bottom:2rem;padding-bottom:1.5rem}._section_7t64a_57{margin-bottom:2rem}._section_7t64a_57 h2{font-size:1.25rem}._section_7t64a_57 p{font-size:.9rem}._section_7t64a_57 ul{padding-left:1.25rem}._section_7t64a_57 ul li{font-size:.9rem}}
