*{box-sizing:border-box}body{margin:0;font-family:var(--th-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);font-size:var(--th-font-size-body,1rem);-webkit-font-smoothing:antialiased;background:var(--th-color-bg);color:var(--th-color-text)}code,kbd,pre,samp{font-family:var(--th-font-family-mono)}.site-home{max-width:56rem;margin:0 auto;padding:3rem 1.5rem}.site-home__header h1{font-size:var(--th-font-size-h1);margin:0 0 .5rem}.site-home__header p{color:var(--th-color-text-muted);margin:0}.site-home__intro{margin-top:.75rem!important;font-size:.9375rem}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.module-card{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem;border:1px solid var(--th-color-border);border-radius:.75rem;text-decoration:none;color:var(--th-color-text);background:var(--th-color-bg);transition:border-color .2s,box-shadow .2s;min-height:100%}.module-card:hover{border-color:var(--th-color-primary);box-shadow:0 2px 8px rgba(37,99,235,.08)}.module-card__icon{display:flex;align-items:center;color:var(--th-color-primary);line-height:1}.module-card__title{font-size:1.125rem;margin:0}.module-card__desc{margin:0;font-size:.875rem;color:var(--th-color-text-muted);line-height:1.5;flex:1 1}.module-card__badge{align-self:flex-start;font-size:.75rem;padding:.125rem .5rem;border-radius:999px;background:var(--th-color-bg-muted);color:var(--th-color-text-muted)}.module-card__action{font-size:.875rem;color:var(--th-color-primary);margin-top:.25rem}.module-section{margin-bottom:2rem}.module-section__header h2{font-size:var(--th-font-size-h2);margin:0 0 .25rem}.module-section__header p{margin:0 0 .75rem;color:var(--th-color-text-muted);font-size:.9375rem}.module-subcard{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid var(--th-color-border);border-radius:.75rem;text-decoration:none;color:var(--th-color-text);background:var(--th-color-bg);transition:border-color .2s,box-shadow .2s}.module-subcard:hover{border-color:var(--th-color-primary);box-shadow:0 2px 8px rgba(37,99,235,.08)}.module-subcard__icon{display:flex;align-items:center;color:var(--th-color-primary);flex-shrink:0}.module-subcard strong{display:block;font-size:1rem;margin-bottom:.25rem}.module-subcard p{margin:0;font-size:.8125rem;color:var(--th-color-text-muted)}.module-subcard__action{margin-left:auto;font-size:.875rem;color:var(--th-color-primary);flex-shrink:0}.entry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:1.5rem}.entry-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:1px solid var(--th-color-border);border-radius:.75rem;background:var(--th-color-bg)}.entry-card--link{text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.entry-card--link:hover{border-color:var(--th-color-primary);box-shadow:0 2px 8px rgb(0 0 0/6%)}.content-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.content-list__link{display:block;padding:1rem 1.25rem;border:1px solid var(--th-color-border);border-radius:.75rem;text-decoration:none;color:inherit;background:var(--th-color-bg)}.content-list__link:hover{border-color:var(--th-color-primary)}.content-list__link p{margin:.375rem 0 0;font-size:.875rem;color:var(--th-color-text-muted)}.entry-card__icon{display:flex;align-items:center;color:var(--th-color-primary);flex-shrink:0}.entry-card__title{font-size:.9375rem;flex:1 1}.entry-card__badge{font-size:.6875rem;padding:.125rem .5rem;border-radius:999px;color:var(--th-color-text-muted);flex-shrink:0}.coming-soon,.entry-card__badge{background:var(--th-color-bg-muted)}.coming-soon{margin-top:2rem;padding:2.5rem 1.5rem;border:1px dashed var(--th-color-border);border-radius:.75rem;text-align:center}.coming-soon__badge{display:inline-block;font-size:.875rem;font-weight:600;padding:.375rem 1rem;border-radius:999px;background:var(--th-color-bg);border:1px solid var(--th-color-border);color:var(--th-color-text);margin-bottom:1rem}.coming-soon p{margin:0;color:var(--th-color-text-muted);max-width:32rem;margin-inline:auto;line-height:1.6}.site-home__stats{display:flex;gap:.5rem;margin:1.5rem 0 2rem;font-size:.875rem;color:var(--th-color-text-muted)}.site-home__category{margin-bottom:2.5rem}.site-home__category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.site-home__category h2{font-size:1.25rem;margin:0}.site-home__category h2 a{color:var(--th-color-text);text-decoration:none}.site-home__category h2 a:hover,.site-home__view-all{color:var(--th-color-primary)}.site-home__view-all{font-size:.875rem;text-decoration:none}.site-home__tools{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.75rem;gap:.75rem}.site-home__tool-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border:1px solid var(--th-color-border);border-radius:.75rem;text-decoration:none;color:var(--th-color-text);background:var(--th-color-bg);transition:border-color .2s,box-shadow .2s;height:100%}.site-home__tool-card:hover{border-color:var(--th-color-primary);box-shadow:0 2px 8px rgba(37,99,235,.08)}.site-home__tool-icon{display:flex;align-items:center;color:var(--th-color-primary);line-height:1;flex-shrink:0}.site-home__tool-card strong{display:block;font-size:.9375rem;color:var(--th-color-text);margin-bottom:.25rem}.site-home__tool-card p{margin:0;font-size:.8125rem;color:var(--th-color-text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.site-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--th-color-text-muted);margin-bottom:1.5rem}.site-breadcrumb a{color:var(--th-color-text-muted);text-decoration:none}.site-breadcrumb a:hover{color:var(--th-color-primary)}.site-category,.site-tools-index{max-width:56rem;margin:0 auto;padding:3rem 1.5rem}.site-category__header h1{font-size:1.75rem;margin:0 0 .25rem}.site-category__header p{color:var(--th-color-text-muted);margin:0 0 .5rem}.site-category__desc{font-size:.9375rem;line-height:1.6;max-width:42rem}.site-category__count{color:var(--th-color-text-muted);font-size:.875rem;margin:0 0 2rem!important}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.category-card{display:flex;gap:.875rem;padding:1.125rem 1.25rem;border:1px solid var(--th-color-border);border-radius:.75rem;text-decoration:none;color:var(--th-color-text);background:var(--th-color-bg);transition:border-color .2s,box-shadow .2s}.category-card:hover{border-color:var(--th-color-primary);box-shadow:0 2px 8px rgba(37,99,235,.08)}.category-card__icon{display:flex;align-items:center;color:var(--th-color-primary);line-height:1;flex-shrink:0}.category-card__body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.category-card__title{font-size:1rem;font-weight:600;margin:0}.category-card__desc{margin:0;font-size:.8125rem;color:var(--th-color-text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-card__count{font-size:.75rem;color:var(--th-color-primary);margin-top:.25rem}.site-category .tool-faq{margin-top:3rem}.site-tools-index h1{font-size:1.75rem;margin:0 0 .5rem}.site-tools-index__desc{color:var(--th-color-text-muted);font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem;max-width:42rem}.my-ip-status{display:flex;flex-direction:column;gap:1rem}.my-ip-status__badge{display:inline-flex;align-items:center;align-self:flex-start;padding:.375rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:500}.my-ip-status__badge--idle,.my-ip-status__badge--loading{background:#fef3c7;color:#92400e}.my-ip-status__badge--success{background:#d1fae5;color:#065f46}.my-ip-status__badge--error{background:#fee2e2;color:#991b1b}.my-ip-status__ip{display:flex;flex-direction:column;gap:.25rem}.my-ip-status__label{font-size:.8125rem;color:var(--th-color-text-muted)}.my-ip-status__value{font-size:1.75rem;font-weight:700;font-family:var(--th-font-family-mono);color:var(--th-color-primary);word-break:break-all}.my-ip-status__version{display:inline-block;align-self:flex-start;padding:.125rem .5rem;background:#eff6ff;color:#1d4ed8;border-radius:.25rem;font-size:.75rem;font-weight:600}.my-ip-status__ua{display:flex;flex-direction:column;gap:.25rem;padding-top:.75rem;border-top:1px solid var(--th-color-border)}.my-ip-status__ua-text{font-size:.75rem;color:var(--th-color-text-muted);word-break:break-all;line-height:1.5}.rng-form{display:flex;flex-direction:column;gap:1rem}.rng-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}@media (max-width:480px){.rng-form__row{grid-template-columns:1fr}}.rng-form__field{display:flex;flex-direction:column;gap:.375rem}.rng-form__field--inline{flex-direction:row;align-items:center;gap:.5rem}.rng-form__field--inline .tool-input-text{width:4rem}.rng-form__label{font-size:.8125rem;font-weight:500;color:var(--th-color-text)}.rng-form__options{display:flex;flex-direction:column;gap:.625rem;padding-top:.25rem}.rng-form__checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rng-form__checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#2563eb}.rng-form__checkbox input:disabled+span{color:#9ca3af}.pwd-form{display:flex;flex-direction:column;gap:1rem}.pwd-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}@media (max-width:480px){.pwd-form__row{grid-template-columns:1fr}}.pwd-form__field{display:flex;flex-direction:column;gap:.375rem}.pwd-form__label{font-size:.8125rem;font-weight:500;color:var(--th-color-text)}.pwd-form__options{display:flex;flex-direction:column;gap:.5rem}.pwd-form__checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pwd-form__checkbox input[type=checkbox]{width:1rem;height:1rem;accent-color:#2563eb}.pwd-result__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.pwd-result__item{display:flex;flex-direction:column;gap:.375rem;padding:.75rem;background:var(--th-color-bg-muted);border:1px solid var(--th-color-border);border-radius:.5rem}.pwd-result__value{font-family:var(--th-font-family-mono);font-size:.9375rem;word-break:break-all;line-height:1.5;color:var(--th-color-text)}.pwd-result__strength{font-size:.75rem;font-weight:500}.pwd-result__strength--weak{color:#dc2626}.pwd-result__strength--medium{color:#d97706}.pwd-result__strength--strong{color:#059669}.pwd-result__strength--veryStrong{color:#2563eb}.site-search{max-width:56rem;margin:0 auto;padding:3rem 1.5rem}.site-search__form{display:flex;gap:.5rem;margin:1.5rem 0}.site-home__search{margin-top:1.25rem;max-width:32rem}.site-search__input{flex:1 1}.site-search__count{color:var(--th-color-text-muted);font-size:.875rem;margin-bottom:1rem}.site-search__empty{color:var(--th-color-text-muted);padding:2rem 0}.site-search__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.site-search__result-card{display:block;padding:1rem;border:1px solid var(--th-color-border,#e5e7eb);border-radius:.5rem;text-decoration:none;color:inherit}.site-search__result-card:hover{border-color:var(--th-color-accent,#2563eb)}.site-search__result-type{display:inline-block;font-size:.75rem;padding:.125rem .5rem;border-radius:999px;background:var(--th-color-bg-muted,#f3f4f6);color:var(--th-color-text-muted);margin-bottom:.375rem}.site-search__result-title{font-size:1rem;margin:0 0 .25rem}.site-search__result-desc{margin:0;font-size:.875rem;color:var(--th-color-text-muted)}.tool-meta-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;font-size:.8125rem;color:var(--th-color-text-muted)}.tool-btn--sm{padding:.25rem .75rem;font-size:.8125rem}.tool-md-preview ul{padding-left:1.5em}.tool-md-preview{white-space:normal;line-height:1.6;color:var(--th-color-text)}.tool-md-preview h1,.tool-md-preview h2,.tool-md-preview h3{margin:.75em 0 .35em;color:var(--th-color-text)}.tool-md-preview li,.tool-md-preview p{color:var(--th-color-text)}.tool-md-preview a{color:var(--th-color-primary)}.site-footer{border-top:1px solid var(--th-color-border);margin-top:3rem;padding:2rem 1.5rem;background:var(--th-color-bg-muted);color:var(--th-color-text-muted)}.site-footer__inner{max-width:56rem;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.site-footer__tagline{margin:0;font-size:.875rem;max-width:36rem}.site-footer__nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.site-footer__link{font-size:.875rem;color:var(--th-color-text-muted);text-decoration:none}.site-footer__link:hover{color:var(--th-color-primary)}.site-footer__copy{margin:0;font-size:.75rem}.lang-switch{display:inline-flex;align-items:center;gap:.375rem}.lang-switch__label{font-size:.8125rem;color:var(--th-color-text-muted)}.lang-switch__select{width:auto;min-width:6rem;padding:.25rem .5rem;font-size:.8125rem}.site-static{max-width:56rem;margin:0 auto;padding:3rem 1.5rem}.site-static h1{font-size:1.75rem;margin:0 0 1rem;color:var(--th-color-text)}.site-static p{line-height:1.8;color:var(--th-color-text-muted)}.site-static__email{color:var(--th-color-primary)}:root{--th-color-primary:#2563eb;--th-color-primary-hover:#1d4ed8;--th-color-text:#111827;--th-color-text-muted:#6b7280;--th-color-border:#e5e7eb;--th-color-bg:#ffffff;--th-color-bg-muted:#f9fafb;--th-color-accent-bg:#eff6ff;--th-space-xs:0.25rem;--th-space-sm:0.5rem;--th-space-md:0.75rem;--th-space-lg:1rem;--th-space-xl:1.5rem;--th-space-2xl:2rem;--th-space-3xl:2.5rem;--th-font-family:var(--font-inter),var(--font-noto-sans-sc),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--th-font-family-mono:var(--font-jetbrains-mono),ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--th-font-size-xs:0.75rem;--th-font-size-sm:0.8125rem;--th-font-size-base:0.875rem;--th-font-size-lg:1.125rem;--th-font-size-xl:1.25rem;--th-font-size-2xl:2rem;--th-font-size-h1:var(--th-font-size-2xl);--th-font-size-h2:var(--th-font-size-xl);--th-font-size-h3:var(--th-font-size-lg);--th-font-size-body:1rem;--th-font-size-caption:var(--th-font-size-xs);--th-radius-sm:0.375rem;--th-radius-md:0.5rem;--th-radius-lg:0.75rem;--th-radius-full:999px;--th-shadow-sm:0 1px 3px rgba(0,0,0,0.08);--th-shadow-md:0 2px 8px rgba(0,0,0,0.1);--th-shadow-lg:0 4px 12px rgba(0,0,0,0.15);--th-transition-fast:0.15s ease;--th-transition-base:0.2s ease;--th-transition-slow:0.3s ease;--th-max-width-site:56rem;--th-max-width-tool:72rem}html[data-theme=dark]{--th-color-text:#f9fafb;--th-color-text-muted:#d1d5db;--th-color-border:#4b5563;--th-color-bg:#111827;--th-color-bg-muted:#1f2937;--th-color-accent-bg:#1e3a5f;--th-color-primary:#60a5fa;--th-color-primary-hover:#93c5fd}@media (prefers-color-scheme:dark){html:not([data-theme=light]){--th-color-text:#f9fafb;--th-color-text-muted:#d1d5db;--th-color-border:#4b5563;--th-color-bg:#111827;--th-color-bg-muted:#1f2937;--th-color-accent-bg:#1e3a5f;--th-color-primary:#60a5fa;--th-color-primary-hover:#93c5fd}}.platform-toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);z-index:9999;padding:.625rem 1.25rem;background:#111827;color:#fff;border-radius:.5rem;font-size:.875rem;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:none}.platform-back-top{position:fixed;bottom:2rem;right:2rem;z-index:999;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--th-color-bg);font-size:1.125rem;box-shadow:var(--th-shadow-md)}.platform-back-top,.platform-theme-btn{border:1px solid var(--th-color-border);color:var(--th-color-text);cursor:pointer}.platform-theme-btn{background:transparent;border-radius:.375rem;padding:.25rem .5rem;font-size:1rem}.platform-search-overlay{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.4);display:flex;align-items:flex-start;justify-content:center;padding-top:15vh}.platform-search-modal{width:min(32rem,92vw);background:var(--th-color-bg);color:var(--th-color-text);border:1px solid var(--th-color-border);border-radius:.75rem;padding:1rem;box-shadow:var(--th-shadow-lg)}.platform-search-modal__input{width:100%;margin-bottom:.75rem}.platform-search-modal__list{list-style:none;padding:0;margin:0;max-height:20rem;overflow-y:auto}.platform-search-modal__item{display:flex;gap:.75rem;padding:.625rem;text-decoration:none;color:var(--th-color-text);border-radius:.375rem}.platform-search-modal__item:hover{background:var(--th-color-bg-muted)}.platform-search-modal__item p{margin:.125rem 0 0;font-size:.8125rem;color:var(--th-color-text-muted)}.platform-search-modal__type{display:inline-block;margin-left:.5rem;font-size:.6875rem;font-weight:500;padding:.1rem .4rem;border-radius:999px;background:var(--th-color-bg-muted);color:var(--th-color-text-muted);vertical-align:middle}.platform-search-modal__empty,.platform-search-modal__hint{font-size:.8125rem;color:var(--th-color-text-muted);padding:.5rem}.platform-skeleton__row{height:1rem;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:platform-shimmer 1.5s infinite;border-radius:.25rem;margin-bottom:.75rem}@keyframes platform-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.platform-empty{color:var(--th-color-text-muted);padding:2rem 0;text-align:center}.tool-meta-bar__actions{display:flex;flex-wrap:wrap;gap:.375rem}.tool-btn--active{border-color:var(--th-color-primary);color:var(--th-color-primary)}.tool-share-menu{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem;width:100%}.tool-share-qr{position:relative;display:inline-block}.tool-share-qr__popup{position:absolute;top:100%;right:0;z-index:10;margin-top:.5rem;padding:.75rem;background:var(--th-color-bg);border:1px solid var(--th-color-border);border-radius:.5rem;box-shadow:var(--th-shadow-md);text-align:center;color:var(--th-color-text)}.tool-feedback,.tool-rating{display:flex;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.8125rem;color:var(--th-color-text-muted)}.tool-rating__star{background:none;border:none;cursor:pointer;font-size:1.125rem;color:#d1d5db;padding:0}.tool-rating__star--active{color:#f59e0b}.tool-feedback__btn{background:none;border:1px solid var(--th-color-border);border-radius:.375rem;padding:.125rem .5rem;cursor:pointer;font-size:1rem;color:var(--th-color-text)}.tool-feedback__btn--active{border-color:var(--th-color-primary);background:var(--th-color-accent-bg)}.tool-prev-next{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin:2rem 0;padding-top:1.5rem;border-top:1px solid var(--th-color-border)}.tool-prev-next__link{display:block;padding:.75rem 1rem;border:1px solid var(--th-color-border);border-radius:.5rem;text-decoration:none;color:var(--th-color-text);background:var(--th-color-bg)}.tool-prev-next__link--next{text-align:right}.tool-prev-next__label{display:block;font-size:.75rem;color:var(--th-color-text-muted)}.tool-prev-next__title{display:block;font-weight:500;margin-top:.25rem;color:var(--th-color-text)}.site-header{border-bottom:1px solid var(--th-color-border);padding:.75rem 1.5rem;align-items:center;justify-content:space-between;gap:1rem;max-width:72rem;margin:0 auto;background:var(--th-color-bg)}.site-header,.site-header__brand{display:flex;color:var(--th-color-text)}.site-header__brand{flex-direction:column;gap:.125rem;font-weight:700;text-decoration:none;line-height:1.2}.site-header__brand-name{font-size:1.125rem;font-weight:700}.site-header__brand-tagline{font-size:.6875rem;font-weight:500;color:var(--th-color-text-muted);letter-spacing:.02em}.site-header__nav{display:flex;align-items:center;gap:.75rem}.site-header__link{font-size:.875rem;color:var(--th-color-text-muted);text-decoration:none}.site-header__link:hover{color:var(--th-color-primary)}.site-tag-filter{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1.5rem}.site-tag-filter__tag{font-size:.8125rem;padding:.25rem .625rem;border:1px solid var(--th-color-border);border-radius:999px;text-decoration:none;color:var(--th-color-text-muted);background:var(--th-color-bg)}.site-tag-filter__tag:hover{border-color:var(--th-color-primary);color:var(--th-color-primary)}.site-tools-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.site-tools-tabs__tab{font-size:.875rem;padding:.375rem .875rem;border:1px solid var(--th-color-border);border-radius:.375rem;text-decoration:none;color:var(--th-color-text);background:var(--th-color-bg)}.site-tools-tabs__tab--active{border-color:var(--th-color-primary);background:var(--th-color-accent-bg);color:var(--th-color-primary)}html[data-theme=dark] .platform-toast{background:var(--th-color-border)}html[data-theme=dark] .platform-back-top,html[data-theme=dark] .platform-search-modal,html[data-theme=dark] .site-home__tool-card,html[data-theme=dark] .tool-prev-next__link,html[data-theme=dark] .tool-share-qr__popup{background:var(--th-color-bg-muted);border-color:var(--th-color-border);color:var(--th-color-text)}html[data-theme=dark] .platform-search-modal__item:hover{background:var(--th-color-border)}html[data-theme=dark] .tool-shell,html[data-theme=dark] body{background:var(--th-color-bg);color:var(--th-color-text)}html[data-theme=dark] .site-home__header p,html[data-theme=dark] .site-home__stats,html[data-theme=dark] .site-search__count,html[data-theme=dark] .site-search__empty{color:var(--th-color-text-muted)}html[data-theme=dark] .site-home__category h2 a{color:var(--th-color-text)}html[data-theme=dark] .tool-input-text,html[data-theme=dark] .tool-input-textarea,html[data-theme=dark] .tool-result-output{background:var(--th-color-bg-muted);color:var(--th-color-text);border-color:var(--th-color-border)}html[data-theme=dark] .tool-md-preview code{background:var(--th-color-border);padding:.1em .3em;border-radius:4px}@media (prefers-color-scheme:dark){html:not([data-theme=light]) body{background:var(--th-color-bg);color:var(--th-color-text)}html:not([data-theme=light]) .site-home__header p,html:not([data-theme=light]) .site-home__stats,html:not([data-theme=light]) .site-search__count,html:not([data-theme=light]) .site-search__empty{color:var(--th-color-text-muted)}html:not([data-theme=light]) .platform-back-top,html:not([data-theme=light]) .platform-search-modal,html:not([data-theme=light]) .site-home__tool-card,html:not([data-theme=light]) .tool-prev-next__link,html:not([data-theme=light]) .tool-share-qr__popup{background:var(--th-color-bg-muted);border-color:var(--th-color-border);color:var(--th-color-text)}html:not([data-theme=light]) .site-home__category h2 a{color:var(--th-color-text)}html:not([data-theme=light]) .tool-input-text,html:not([data-theme=light]) .tool-input-textarea,html:not([data-theme=light]) .tool-result-output{background:var(--th-color-bg-muted);color:var(--th-color-text);border-color:var(--th-color-border)}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}