.httool-page-wrap{max-width:1200px;margin:0 auto;padding:0 0 40px}.httool-breadcrumbs-wrap{margin:16px 0 20px}.httool-layout{display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start}.httool-main{min-width:0}.httool-hero{position:relative;text-align:center;padding:52px 24px 40px;margin-bottom:32px;overflow:hidden;border-radius:var(--ht-radius-lg,14px)}.httool-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,#1e1b4b 0,#312e81 30%,#7c3aed 70%,#a78bfa 100%);z-index:0}.httool-hero__bg::after{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='rgba(255,255,255,.08)'/%3E%3C/svg%3E") repeat;pointer-events:none}.httool-hero__content{position:relative;z-index:1}.httool-hero__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.12);border:2px solid rgba(255,255,255,.2);color:#fff;margin-bottom:16px}.httool-hero__title{font-size:calc(var(--ht-body-size, 14px) * 2.4);font-weight:800;color:#fff;margin:0 0 12px;line-height:1.2}.httool-hero__subtitle{font-size:calc(var(--ht-body-size, 14px) * 1.07);color:rgba(255,255,255,.72);max-width:620px;margin:0 auto 20px;line-height:1.6}.httool-hero__badges{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.httool-hero__badges .ht-badge--outline{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(4px)}.httool-index-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:36px}.httool-card{display:flex;flex-direction:column;padding:28px;background:#fff;border:2px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius,12px);box-shadow:var(--ht-shadow,0 1px 3px rgba(0,0,0,.06));text-decoration:none!important;color:inherit;transition:border-color var(--ht-transition, .2s ease),box-shadow var(--ht-transition, .2s ease),transform var(--ht-transition, .2s ease)}.httool-card:hover{border-color:var(--card-accent,var(--ht-primary));box-shadow:0 8px 30px rgba(0,0,0,.1);transform:translateY(-3px)}.httool-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.httool-card__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 14px rgba(0,0,0,.18)}.httool-card__num{font-size:calc(var(--ht-body-size, 14px) * .86);font-weight:700;color:var(--ht-gray-300,#d1d5db)}.httool-card__title{font-size:calc(var(--ht-body-size, 14px) * 1.28);font-weight:700;color:var(--ht-gray-900,#111827);margin:0 0 8px}.httool-card__desc{font-size:calc(var(--ht-body-size, 14px) * .93);color:var(--ht-gray-500,#6b7280);line-height:1.6;margin:0 0 18px;flex:1}.httool-card__cta{display:inline-flex;align-items:center;gap:6px;font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:600;color:var(--card-accent,var(--ht-primary));transition:gap var(--ht-transition, .2s ease)}.httool-card:hover .httool-card__cta{gap:12px}.httool-cross-links{padding:24px;background:var(--ht-gray-50,#f9fafb);border:1px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius,12px)}.httool-cross-links__title{display:flex;align-items:center;gap:8px;font-size:calc(var(--ht-body-size, 14px) * 1);font-weight:700;color:var(--ht-gray-800,#1f2937);margin:0 0 14px}.httool-cross-links__grid{display:flex;flex-wrap:wrap;gap:10px}.httool-cross-link{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:1px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius-sm,8px);font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:500;color:var(--ht-primary,#054239)!important;text-decoration:none!important;transition:border-color var(--ht-transition, .2s ease),background var(--ht-transition, .2s ease)}.httool-cross-link:hover{border-color:var(--ht-primary,#054239);background:var(--ht-primary-lighter,rgba(18,65,135,.06))}.httool-sidebar{position:sticky;top:80px}.httool-sidebar-card{background:#fff;border:1px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius,12px);padding:20px;margin-bottom:16px;box-shadow:var(--ht-shadow,0 1px 3px rgba(0,0,0,.06))}.httool-sidebar-card__title{display:flex;align-items:center;gap:8px;font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:700;color:var(--ht-gray-800,#1f2937);margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid var(--ht-gray-100,#f3f4f6);text-transform:uppercase;letter-spacing:.04em}.httool-sidebar-card__title svg{color:var(--ht-primary,#054239)}.httool-sidebar-nav{list-style:none;padding:0;margin:0}.httool-sidebar-nav li a{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--ht-gray-100,#f3f4f6);font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:500;color:var(--ht-gray-700,#374151)!important;text-decoration:none!important;transition:color var(--ht-transition, .2s ease)}.httool-sidebar-nav li:last-child a{border-bottom:none}.httool-sidebar-nav li a:hover,.httool-sidebar-nav li.active a{color:var(--ht-primary,#054239)!important}.httool-sidebar-nav li.active a{font-weight:700}.httool-sidebar-nav__icon{display:flex;align-items:center;flex-shrink:0}.httool-sidebar-nav__active{margin-left:auto;font-size:calc(var(--ht-body-size, 14px) * .71);font-weight:600;color:#fff;background:var(--ht-primary,#054239);padding:1px 8px;border-radius:10px}.httool-sidebar-links{display:flex;flex-direction:column;gap:8px}.httool-sidebar-link{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--ht-gray-50,#f9fafb);border-radius:var(--ht-radius-sm,8px);font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:500;color:var(--ht-primary,#054239)!important;text-decoration:none!important;transition:background var(--ht-transition, .2s ease)}.httool-sidebar-link:hover{background:var(--ht-primary-lighter,rgba(18,65,135,.06))}.httool-app{background:#fff;border:1px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius,12px);box-shadow:var(--ht-shadow,0 1px 3px rgba(0,0,0,.06));overflow:hidden}.httool-app__header{display:flex;align-items:center;gap:16px;padding:24px;border-bottom:1px solid var(--ht-gray-200,#e5e7eb);background:var(--ht-gray-50,#f9fafb)}.httool-app__icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.httool-app__title{font-size:calc(var(--ht-body-size, 14px) * 1.5);font-weight:700;color:var(--ht-gray-900,#111827);margin:0 0 4px}.httool-app__desc{font-size:calc(var(--ht-body-size, 14px) * .93);color:var(--ht-gray-500,#6b7280);margin:0;line-height:1.4}.httool-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:calc(var(--ht-body-size, 14px) * 1);font-weight:600;border-radius:var(--ht-radius-sm,8px);border:2px solid transparent;cursor:pointer;transition:all var(--ht-transition, .2s ease);text-decoration:none!important;font-family:inherit;line-height:1.4}.httool-btn--primary{background:var(--ht-primary,#054239);color:#fff;border-color:var(--ht-primary,#054239)}.httool-btn--primary:hover{background:var(--ht-primary-dark);border-color:var(--ht-primary-dark)}.httool-btn--primary:disabled{opacity:.5;cursor:not-allowed}.httool-btn--outline{background:0 0;color:var(--ht-gray-600,#4b5563);border-color:var(--ht-gray-300,#d1d5db)}.httool-btn--outline:hover{border-color:var(--ht-primary);color:var(--ht-primary)}.httool-btn--sm{padding:6px 14px;font-size:calc(var(--ht-body-size, 14px) * .86)}.httool-btn--lg{padding:14px 28px;font-size:calc(var(--ht-body-size, 14px) * 1.14)}.httool-btn--block{width:100%}.httool-btn--danger{background:0 0;color:var(--ht-danger,#dc2626);border-color:var(--ht-danger,#dc2626)}.httool-btn--danger:hover{background:var(--ht-danger,#dc2626);color:#fff}.httool-btn--success{background:var(--ht-success,#16a34a);color:#fff;border-color:var(--ht-success,#16a34a)}.httool-input,.httool-select{width:100%;padding:10px 14px;border:1px solid var(--ht-gray-300,#d1d5db);border-radius:var(--ht-radius-sm,8px);font-size:calc(var(--ht-body-size, 14px) * 1);color:var(--ht-gray-700,#374151);background:#fff;transition:border-color .2s;box-sizing:border-box;font-family:inherit}.httool-input:focus,.httool-select:focus{outline:0;border-color:var(--ht-primary,#054239);box-shadow:0 0 0 3px rgba(18,65,135,.1)}.httool-range{width:100%;accent-color:var(--ht-primary,#054239)}.httool-range-wrap{display:flex;align-items:center;gap:12px}.httool-range__val{font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:600;color:var(--ht-primary,#054239);min-width:40px;text-align:right}.httool-checkbox{display:flex;align-items:center;gap:6px;font-size:calc(var(--ht-body-size, 14px) * .86);color:var(--ht-gray-600,#4b5563);cursor:pointer}.httool-checkbox input{accent-color:var(--ht-primary,#054239)}.httool-checkboxes{display:flex;flex-wrap:wrap;gap:10px}.httool-toggle{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}.httool-toggle input{opacity:0;width:0;height:0}.httool-toggle__slider{position:absolute;inset:0;background:var(--ht-gray-300,#d1d5db);border-radius:24px;transition:background .2s}.httool-toggle__slider::before{content:'';position:absolute;width:20px;height:20px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.httool-toggle input:checked+.httool-toggle__slider{background:var(--ht-primary,#054239)}.httool-toggle input:checked+.httool-toggle__slider::before{transform:translateX(20px)}.httool-chip{display:inline-flex;align-items:center;gap:4px;padding:7px 16px;font-size:calc(var(--ht-body-size, 14px) * .86);font-weight:500;color:var(--ht-gray-600,#4b5563);background:#fff;border:1px solid var(--ht-gray-300,#d1d5db);border-radius:20px;cursor:pointer;transition:all var(--ht-transition, .2s ease);font-family:inherit}.httool-chip:hover{border-color:var(--ht-primary,#054239);color:var(--ht-primary,#054239)}.httool-chip.active{background:var(--ht-primary,#054239);border-color:var(--ht-primary,#054239);color:#fff}.httool-wizard{padding:28px}.httool-wizard__progress{height:4px;background:var(--ht-gray-200,#e5e7eb);border-radius:4px;margin-bottom:28px;overflow:hidden}.httool-wizard__bar{height:100%;width:20%;background:linear-gradient(90deg,#7c3aed,#a78bfa);border-radius:4px;transition:width .4s ease}.httool-wstep{display:none;animation:httoolFadeIn .3s ease}.httool-wstep.active{display:block}@keyframes httoolFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.httool-wstep__q{font-size:calc(var(--ht-body-size, 14px) * 1.35);font-weight:700;color:var(--ht-gray-900,#111827);margin:0 0 8px}.httool-wstep__hint{font-size:calc(var(--ht-body-size, 14px) * .86);color:var(--ht-gray-400,#9ca3af);margin:0 0 16px}.httool-wstep__options{display:flex;flex-direction:column;gap:10px;margin-top:16px}.httool-wstep__options--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.httool-opt{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#fff;border:2px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius-sm,8px);font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:500;color:var(--ht-gray-700,#374151);cursor:pointer;transition:all var(--ht-transition, .2s ease);font-family:inherit;text-align:left}.httool-opt:hover{border-color:var(--ht-primary,#054239);color:var(--ht-primary,#054239)}.httool-opt.selected{border-color:#7c3aed;background:rgba(124,58,237,.06);color:#7c3aed;font-weight:600}.httool-opt svg{flex-shrink:0}.httool-wizard__nav{display:flex;align-items:center;justify-content:space-between;margin-top:28px;padding-top:20px;border-top:1px solid var(--ht-gray-200,#e5e7eb)}.httool-wizard__step-count{font-size:calc(var(--ht-body-size, 14px) * .86);font-weight:600;color:var(--ht-gray-400,#9ca3af)}#htWizardPrev{flex-direction:row-reverse}.httool-wizard__results{margin-top:24px}.httool-wresult{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border:1px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius,12px);margin-bottom:14px;animation:httoolFadeIn .4s ease;transition:border-color var(--ht-transition, .2s ease)}.httool-wresult:first-child{border-color:#7c3aed;background:rgba(124,58,237,.02)}.httool-wresult__rank{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--ht-gray-100,#f3f4f6);font-size:calc(var(--ht-body-size, 14px) * .86);font-weight:700;color:var(--ht-gray-500,#6b7280);flex-shrink:0}.httool-wresult:first-child .httool-wresult__rank{background:#7c3aed;color:#fff}.httool-wresult__logo{width:48px;height:48px;border-radius:10px;object-fit:contain;background:var(--ht-gray-50,#f9fafb);flex-shrink:0}.httool-wresult__body{flex:1;min-width:0}.httool-wresult__top{display:flex;align-items:center;gap:10px;margin-bottom:6px}.httool-wresult__name{font-size:calc(var(--ht-body-size, 14px) * 1.07);font-weight:700;color:var(--ht-gray-900,#111827)}.httool-wresult__match{font-size:calc(var(--ht-body-size, 14px) * .71);font-weight:700;padding:2px 8px;border-radius:10px;background:#dcfce7;color:#15803d}.httool-wresult__match--high{background:#dcfce7;color:#15803d}.httool-wresult__match--medium{background:#fef3c7;color:#d97706}.httool-wresult__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:calc(var(--ht-body-size, 14px) * .79);color:var(--ht-gray-500,#6b7280);margin-bottom:10px}.httool-wresult__meta strong{color:var(--ht-gray-800,#1f2937)}.httool-wresult__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.httool-wresult__tag{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;background:var(--ht-gray-100,#f3f4f6);border-radius:12px;font-size:calc(var(--ht-body-size, 14px) * .71);font-weight:500;color:var(--ht-gray-600,#4b5563)}.httool-wresult__actions{display:flex;gap:8px}.httool-search{padding:24px}.httool-search__bar{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--ht-gray-50,#f9fafb);border:2px solid var(--ht-gray-200,#e5e7eb);border-radius:50px;transition:border-color .2s;margin-bottom:16px}.httool-search__bar:focus-within{border-color:var(--ht-primary,#054239)}.httool-search__icon{display:flex;color:var(--ht-gray-400,#9ca3af);flex-shrink:0}.httool-search__input{flex:1;border:none;background:0 0;font-size:calc(var(--ht-body-size, 14px) * 1);color:var(--ht-gray-800,#1f2937);outline:0;font-family:inherit}.httool-search__count{font-size:calc(var(--ht-body-size, 14px) * .79);font-weight:600;color:var(--ht-gray-400,#9ca3af);flex-shrink:0}.httool-search__controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:16px}.httool-search__filters{display:flex;gap:10px}.httool-search__filters .httool-select{width:auto;min-width:140px}.httool-search__advanced{background:var(--ht-gray-50,#f9fafb);border:1px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius,12px);padding:20px;margin-bottom:20px}.httool-search__adv-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:14px}.httool-search__adv-group label:first-child{display:block;font-size:calc(var(--ht-body-size, 14px) * .86);font-weight:600;color:var(--ht-gray-700,#374151);margin-bottom:8px}.httool-search__results{min-height:200px}.httool-scard{display:flex;align-items:flex-start;gap:14px;padding:18px;border:1px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius-sm,8px);margin-bottom:10px;transition:border-color var(--ht-transition, .2s ease),box-shadow var(--ht-transition, .2s ease);animation:httoolFadeIn .3s ease}.httool-scard:hover{border-color:var(--ht-primary,#054239);box-shadow:var(--ht-shadow,0 1px 3px rgba(0,0,0,.06))}.httool-scard__logo{width:44px;height:44px;border-radius:10px;object-fit:contain;background:var(--ht-gray-50,#f9fafb);flex-shrink:0}.httool-scard__body{flex:1;min-width:0}.httool-scard__top{display:flex;align-items:center;gap:8px;margin-bottom:4px}.httool-scard__name{font-size:calc(var(--ht-body-size, 14px) * 1);font-weight:700;color:var(--ht-gray-900,#111827)}.httool-scard__type{font-size:calc(var(--ht-body-size, 14px) * .71);font-weight:500;padding:1px 8px;background:var(--ht-gray-100,#f3f4f6);border-radius:10px;color:var(--ht-gray-500,#6b7280)}.httool-scard__meta{display:flex;flex-wrap:wrap;gap:14px;font-size:calc(var(--ht-body-size, 14px) * .79);color:var(--ht-gray-500,#6b7280);margin-bottom:8px}.httool-scard__meta strong{color:var(--ht-gray-800,#1f2937)}.httool-scard__features{display:flex;flex-wrap:wrap;gap:6px}.httool-scard__feat{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;font-size:calc(var(--ht-body-size, 14px) * .71);font-weight:500;border-radius:10px}.httool-scard__feat--yes{background:var(--ht-success-light,#dcfce7);color:var(--ht-success-dark,#15803d)}.httool-scard__actions{display:flex;gap:8px;flex-shrink:0;align-self:center}.httool-stack{padding:24px}.httool-stack__builder{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.httool-stack__cat-title{display:flex;align-items:center;gap:8px;font-size:calc(var(--ht-body-size, 14px) * 1);font-weight:700;color:var(--ht-gray-800,#1f2937);margin:0 0 12px}.httool-stack__cat-title svg{color:var(--ht-primary,#054239)}.httool-stack__items{display:flex;flex-wrap:wrap;gap:8px}.httool-stack__summary{background:var(--ht-gray-50,#f9fafb);border:1px solid var(--ht-gray-200,#e5e7eb);border-radius:var(--ht-radius,12px);padding:20px;margin-bottom:20px}.httool-stack__summary-title{display:flex;align-items:center;gap:8px;font-size:calc(var(--ht-body-size, 14px) * 1);font-weight:700;color:var(--ht-gray-800,#1f2937);margin:0 0 14px}.httool-stack__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:var(--ht-primary,#054239);color:#fff;border-radius:11px;font-size:calc(var(--ht-body-size, 14px) * .71);font-weight:700}.httool-stack__selected{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;min-height:40px}.httool-stack__empty{font-size:calc(var(--ht-body-size, 14px) * .86);color:var(--ht-gray-400,#9ca3af);margin:0}.httool-stack__tag{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:var(--ht-primary,#054239);color:#fff;border-radius:16px;font-size:calc(var(--ht-body-size, 14px) * .79);font-weight:600}.httool-stack__tag-remove{display:flex;align-items:center;cursor:pointer;opacity:.7;transition:opacity .2s;background:0 0;border:none;color:inherit;padding:0;font-size:16px;line-height:1}.httool-stack__tag-remove:hover{opacity:1}.httool-checklist{padding:24px}.httool-check-section{margin-bottom:28px}.httool-check-section__title{display:flex;align-items:center;gap:8px;font-size:calc(var(--ht-body-size, 14px) * 1.07);font-weight:700;color:var(--ht-gray-800,#1f2937);margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid var(--ht-gray-200,#e5e7eb)}.httool-check-section__title svg{color:var(--ht-primary,#054239)}.httool-check-section__items{display:flex;flex-direction:column;gap:14px}.httool-check-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:var(--ht-gray-50,#f9fafb);border-radius:var(--ht-radius-sm,8px)}.httool-check-item__label{font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:600;color:var(--ht-gray-700,#374151);flex-shrink:0;min-width:180px}.httool-check-item .httool-input,.httool-check-item .httool-select{max-width:300px}.httool-check-item .httool-multi-select{display:flex;flex-wrap:wrap;gap:6px}.httool-checklist__actions{text-align:center;padding:20px 0;border-top:1px solid var(--ht-gray-200,#e5e7eb)}.httool-checklist__output{margin-top:24px}.httool-output{background:#fff;border:2px solid var(--ht-primary,#054239);border-radius:var(--ht-radius,12px);overflow:hidden}.httool-output__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:var(--ht-gray-50,#f9fafb);border-bottom:1px solid var(--ht-gray-200,#e5e7eb)}.httool-output__title{font-size:calc(var(--ht-body-size, 14px) * 1.14);font-weight:700;color:var(--ht-gray-900,#111827);margin:0}.httool-output__actions{display:flex;gap:8px}.httool-output__body{padding:24px}.httool-output__section{margin-bottom:20px}.httool-output__section-title{font-size:calc(var(--ht-body-size, 14px) * .93);font-weight:700;color:var(--ht-primary,#054239);margin:0 0 10px;text-transform:uppercase;letter-spacing:.04em}.httool-output__row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--ht-gray-100,#f3f4f6);font-size:calc(var(--ht-body-size, 14px) * .93)}.httool-output__row:last-child{border-bottom:none}.httool-output__label{color:var(--ht-gray-600,#4b5563)}.httool-output__value{font-weight:600;color:var(--ht-gray-900,#111827)}.httool-output__value--yes{color:var(--ht-success,#16a34a)}.httool-output__value--no{color:var(--ht-gray-400,#9ca3af)}.httool-output__matching{margin-top:20px;padding-top:20px;border-top:2px solid var(--ht-gray-200,#e5e7eb)}.httool-output__matching-title{font-size:calc(var(--ht-body-size, 14px) * 1);font-weight:700;color:var(--ht-gray-800,#1f2937);margin:0 0 14px}.httool-no-results{text-align:center;padding:40px 20px;color:var(--ht-gray-400,#9ca3af)}.httool-no-results svg{opacity:.4;margin-bottom:12px}.httool-no-results p{margin:0;font-size:calc(var(--ht-body-size, 14px) * 1)}.httool-not-found{text-align:center;padding:60px 20px}@media (max-width:1024px){.httool-layout{grid-template-columns:1fr 260px;gap:20px}}@media (max-width:768px){.httool-layout{grid-template-columns:1fr}.httool-sidebar{position:static;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.httool-sidebar-card{margin-bottom:0}.httool-index-grid{grid-template-columns:1fr}.httool-hero{padding:36px 16px 28px}.httool-hero__title{font-size:calc(var(--ht-body-size, 14px) * 1.7)}.httool-wstep__options--grid{grid-template-columns:repeat(2,1fr)}.httool-search__adv-grid{grid-template-columns:1fr}.httool-search__controls{flex-direction:column;align-items:stretch}.httool-search__filters{flex-direction:column}.httool-search__filters .httool-select{width:100%}.httool-check-item{flex-direction:column;align-items:flex-start;gap:8px}.httool-check-item .httool-input,.httool-check-item .httool-select{max-width:100%}.httool-scard{flex-direction:column}.httool-scard__actions{align-self:stretch}.httool-scard__actions .httool-btn{flex:1}.httool-wresult{flex-wrap:wrap}}@media (max-width:480px){.httool-page-wrap{padding:0 0 24px}.httool-hero{padding:28px 14px 22px}.httool-wstep__options--grid{grid-template-columns:1fr}.httool-wizard{padding:20px 16px}.httool-checklist,.httool-search,.httool-stack{padding:16px}.httool-card{padding:20px}.httool-output__actions{flex-direction:column}.httool-sidebar{grid-template-columns:1fr}}@media print{.httool-btn,.httool-checklist__actions,.httool-output__actions,.httool-sidebar,.httool-wizard__nav{display:none!important}.httool-output{border:1px solid #ccc}.httool-output__body{padding:16px}}.httool-geo-intro{padding:0 4px 8px}.httool-geo-intro__lead{font-size:1.05rem;line-height:1.8;color:#334155;margin:0 0 20px}.httool-geo-intro__features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.httool-geo-intro__feature{display:flex;gap:12px;align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.httool-geo-intro__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-radius:10px;color:#0d9488}.httool-geo-intro__feature strong{display:block;font-size:.9rem;color:#0f172a;margin-bottom:4px}.httool-geo-intro__feature span{font-size:.82rem;color:#64748b;line-height:1.5}.httool-geo-faq{margin-top:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:28px}.httool-geo-faq__title{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 20px}.httool-geo-faq__title .ht-icon{color:#0d9488}.httool-geo-faq__list{display:flex;flex-direction:column;gap:8px}.httool-geo-faq__item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:border-color .2s}.httool-geo-faq__item[open]{border-color:#99f6e4;box-shadow:0 1px 4px rgba(13,148,136,.08)}.httool-geo-faq__q{padding:16px 20px;font-weight:600;font-size:.95rem;color:#0f172a;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.httool-geo-faq__q::-webkit-details-marker{display:none}.httool-geo-faq__q::after{content:'+';font-size:1.3rem;font-weight:400;color:#94a3b8;transition:transform .2s;flex-shrink:0;margin-inline-start:12px}.httool-geo-faq__item[open] .httool-geo-faq__q::after{content:'−';color:#0d9488}.httool-geo-faq__a{padding:0 20px 16px}.httool-geo-faq__a p{font-size:.88rem;line-height:1.8;color:#475569;margin:0}.httool-geo{display:flex;flex-direction:column;gap:24px}.httool-geo__selector{background:linear-gradient(135deg,#f0fdfa 0,#e0f2fe 100%);border:1px solid #99f6e4;border-radius:12px;padding:24px;text-align:center}.httool-geo__label{display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:600;color:#0d9488;margin-bottom:12px}.httool-geo__select-wrap{max-width:360px;margin:0 auto}.httool-select--lg{padding:12px 16px;font-size:15px;width:100%;border-radius:8px;border:2px solid #99f6e4;background:#fff;cursor:pointer;transition:border-color .2s}.httool-select--lg:focus{border-color:#0d9488;outline:0;box-shadow:0 0 0 3px rgba(13,148,136,.15)}.httool-geo__preferred{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.httool-geo__section-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#1f2937;margin:0 0 14px}.httool-geo__dc-chips{display:flex;flex-wrap:wrap;gap:8px}.httool-geo__dc-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid transparent}.httool-geo__dc-chip--preferred{background:#ccfbf1;color:#0d9488;border-color:#99f6e4}.httool-geo__dc-chip--preferred .ht-icon{color:#0d9488}.httool-geo__dc-chip--nearby{background:#fef3c7;color:#92400e;border-color:#fde68a}.httool-geo__dc-chip--order{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgba(13,148,136,.15);color:#0d9488;font-size:11px;font-weight:700}.httool-geo__filter-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.httool-geo__results-count{font-size:14px;color:#6b7280;font-weight:500}.httool-geo__filter-btns{display:flex;gap:8px}.httool-geo__empty{text-align:center;padding:48px 24px;color:#9ca3af}.httool-geo__empty .ht-icon{opacity:.4;margin-bottom:12px}.httool-geo__empty p{font-size:15px;max-width:420px;margin:0 auto;line-height:1.6}.httool-geo__cards{display:grid;gap:16px}.httool-geo-card{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s,box-shadow .2s}.httool-geo-card:hover{border-color:#99f6e4;box-shadow:0 4px 12px rgba(13,148,136,.08)}.httool-geo-card--excellent{border-inline-start:3px solid #0d9488}.httool-geo-card--good{border-inline-start:3px solid #f59e0b}.httool-geo-card--limited{border-inline-start:3px solid #9ca3af}.httool-geo-card__logo{width:48px;height:48px;object-fit:contain;border-radius:8px;background:#f9fafb;padding:4px}.httool-geo-card__logo-placeholder{width:48px;height:48px;border-radius:8px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:18px;font-weight:700}.httool-geo-card__info{min-width:0}.httool-geo-card__name{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 4px}.httool-geo-card__rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#6b7280}.httool-geo-card__rating-val{font-weight:600;color:#f59e0b}.httool-geo-card__locs{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.httool-geo-card__loc{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:500}.httool-geo-card__loc--match{background:#ccfbf1;color:#0d9488}.httool-geo-card__loc--other{background:#f3f4f6;color:#6b7280}.httool-geo-card__coverage{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:100px}.httool-geo-card__score{font-size:24px;font-weight:700;line-height:1}.httool-geo-card__score--excellent{color:#0d9488}.httool-geo-card__score--good{color:#f59e0b}.httool-geo-card__score--limited{color:#9ca3af}.httool-geo-card__score-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:4px}.httool-geo-card__score-label--excellent{background:#ccfbf1;color:#0d9488}.httool-geo-card__score-label--good{background:#fef3c7;color:#92400e}.httool-geo-card__score-label--limited{background:#f3f4f6;color:#6b7280}.httool-geo-card__actions{display:flex;gap:8px;margin-top:8px}.httool-geo-card__btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:500;border-radius:6px;text-decoration:none;transition:opacity .2s}.httool-geo-card__btn:hover{opacity:.85}.httool-geo-card__btn--primary{background:#0d9488;color:#fff}.httool-geo-card__btn--outline{background:0 0;border:1px solid #d1d5db;color:#374151}[dir=rtl] .httool-geo-card--excellent{border-inline-start:3px solid #0d9488;border-inline-end:none}[dir=rtl] .httool-geo-card--good{border-inline-start:3px solid #f59e0b;border-inline-end:none}[dir=rtl] .httool-geo-card--limited{border-inline-start:3px solid #9ca3af;border-inline-end:none}@media (max-width:768px){.httool-geo-card{grid-template-columns:1fr;gap:12px;text-align:center}.httool-geo-card__logo,.httool-geo-card__logo-placeholder{margin:0 auto}.httool-geo-card__locs{justify-content:center}.httool-geo-card__coverage{flex-direction:row;justify-content:center}.httool-geo-card__actions{justify-content:center}.httool-geo__filter-bar{flex-direction:column;text-align:center}.httool-geo__filter-btns{justify-content:center}.httool-geo-intro__features{grid-template-columns:1fr}.httool-geo-faq{padding:20px 16px}}.httool-arena-fullwidth{width:100%;position:relative;max-width:100vw;overflow-x:hidden;padding:0 16px 40px;background:linear-gradient(180deg,#fff 0,#fafafa 100%)}.httool-arena-fullwidth .httool-app{max-width:1600px;margin:0 auto}.httool-arena-fullwidth .httool-app__header{margin-bottom:24px}.httool-arena-intro{padding:0 4px 8px}.httool-arena-intro__lead{font-size:1.05rem;line-height:1.8;color:#334155;margin:0 0 20px}.httool-arena-intro__features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.httool-arena-intro__feature{display:flex;gap:12px;align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.httool-arena-intro__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px}.httool-arena-intro__feature strong{display:block;font-size:.9rem;color:#0f172a;margin-bottom:4px}.httool-arena-intro__feature span{font-size:.82rem;color:#64748b;line-height:1.5}.httool-arena{display:flex;flex-direction:column;gap:28px}.httool-arena__shelf{background:linear-gradient(135deg,#fef2f2 0,#fff7ed 100%);border:2px dashed #fca5a5;border-radius:14px;padding:24px}.httool-arena__shelf-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 16px}.httool-arena__components{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.httool-arena__comp{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px;cursor:grab;transition:all .2s;user-select:none;-webkit-user-select:none}.httool-arena__comp:hover{border-color:#e11d48;box-shadow:0 2px 8px rgba(225,29,72,.12);transform:translateY(-1px)}.httool-arena__comp--dragging{opacity:.4}.httool-arena__comp--ghost{position:absolute;z-index:9999;pointer-events:none;width:200px;opacity:.85;box-shadow:0 8px 24px rgba(0,0,0,.2)}.httool-arena__comp-icon{font-size:1.5rem;flex-shrink:0}.httool-arena__comp-info{display:flex;flex-direction:column;gap:2px}.httool-arena__comp-info strong{font-size:.82rem;color:#0f172a}.httool-arena__comp-info span{font-size:.72rem;color:#94a3b8;font-family:monospace}.httool-arena__servers{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.httool-arena__server{background:#fff;border:2px solid #e2e8f0;border-radius:14px;padding:20px;position:relative;overflow:hidden;transition:border-color .3s,box-shadow .3s;display:flex;flex-direction:column;gap:12px}.httool-arena__server--shared{border-bottom:3px solid #94a3b8}.httool-arena__server--cloud{border-bottom:3px solid #0891b2}.httool-arena__server--managed{border-bottom:3px solid #7c3aed}.httool-arena__server--dedicated{border-bottom:3px solid #059669}.httool-arena__server-head{display:flex;align-items:center;gap:10px}.httool-arena__server-emoji{font-size:2rem}.httool-arena__server-name{font-size:.95rem;font-weight:700;color:#0f172a;margin:0}.httool-arena__server-price{font-size:.78rem;color:#64748b;font-weight:600}.httool-arena__server-desc{font-size:.78rem;color:#64748b;line-height:1.5;margin:0}.httool-arena__meters{display:flex;flex-direction:column;gap:8px}.httool-arena__meter-label{display:flex;justify-content:space-between;font-size:.72rem;font-weight:600;color:#475569;margin-bottom:2px}.httool-arena__meter-val{font-family:monospace;font-size:.68rem;color:#94a3b8}.httool-arena__meter-track{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.httool-arena__meter-fill{height:100%;width:0;border-radius:4px;transition:width .4s ease,background .3s}.httool-arena__meter-fill--ok{background:linear-gradient(90deg,#34d399,#10b981)}.httool-arena__meter-fill--warning{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.httool-arena__meter-fill--danger{background:linear-gradient(90deg,#f87171,#ef4444)}.httool-arena__dropzone{min-height:60px;border:2px dashed #e2e8f0;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:6px;transition:background .2s,border-color .2s}.httool-arena__dropzone--over{background:#fef2f2;border-color:#e11d48}.httool-arena__dropzone-hint{font-size:.78rem;color:#94a3b8;text-align:center;padding:8px 0}.httool-arena__dropped{display:flex;flex-wrap:wrap;gap:4px}.httool-arena__chip{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:3px 8px;font-size:.72rem;color:#334155;font-weight:500}.httool-arena__status{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:.8rem;font-weight:600}.httool-arena__status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.httool-arena__status--idle{background:#f8fafc;color:#94a3b8}.httool-arena__status--idle .httool-arena__status-dot{background:#cbd5e1}.httool-arena__status--ok{background:#ecfdf5;color:#059669}.httool-arena__status--ok .httool-arena__status-dot{background:#10b981;animation:arenaPulse 1.5s infinite}.httool-arena__status--warning{background:#fffbeb;color:#d97706}.httool-arena__status--warning .httool-arena__status-dot{background:#f59e0b;animation:arenaPulse .8s infinite}.httool-arena__status--crash{background:#fef2f2;color:#dc2626}.httool-arena__status--crash .httool-arena__status-dot{background:#ef4444}@keyframes arenaPulse{0%,100%{opacity:1}50%{opacity:.3}}.httool-arena__crash{position:absolute;inset:0;z-index:10;background:rgba(127,29,29,.92);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;border-radius:12px}.httool-arena__crash-inner{text-align:center;color:#fff;padding:20px}.httool-arena__crash-code{display:block;font-size:1.8rem;font-weight:800;margin-bottom:8px}.httool-arena__crash-msg{display:block;font-size:.9rem;opacity:.9;line-height:1.5}@keyframes arenaShake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-4px)}20%,40%,60%,80%{transform:translateX(4px)}}.httool-arena__server--shake{animation:arenaShake .6s ease}.httool-arena__server--crashed{border-color:#dc2626}.httool-arena__actions{display:flex;justify-content:center}.httool-arena__recommend{background:linear-gradient(135deg,#fef2f2 0,#fdf2f8 100%);border:1px solid #fecdd3;border-radius:14px;padding:24px}.httool-arena__recommend-title{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 16px}.httool-arena__recommend-title .ht-icon{color:#e11d48}.httool-arena__recommend-cards{display:flex;flex-direction:column;gap:10px}.httool-arena-rec__card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px;transition:box-shadow .2s}.httool-arena-rec__card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}.httool-arena-rec__logo{width:40px;height:40px;border-radius:8px;object-fit:contain;flex-shrink:0}.httool-arena-rec__avatar{width:40px;height:40px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fce7f3;color:#e11d48;font-weight:700;font-size:1.1rem}.httool-arena-rec__info{flex:1;display:flex;flex-direction:column;gap:2px}.httool-arena-rec__info strong{font-size:.9rem;color:#0f172a}.httool-arena-rec__info span{font-size:.78rem;color:#64748b}.httool-arena-rec__actions{display:flex;gap:8px;flex-shrink:0}.httool-arena-faq{margin-top:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:28px}.httool-arena-faq__title{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 20px}.httool-arena-faq__title .ht-icon{color:#e11d48}.httool-arena-faq__list{display:flex;flex-direction:column;gap:8px}.httool-arena-faq__item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:border-color .2s}.httool-arena-faq__item[open]{border-color:#fecdd3;box-shadow:0 1px 4px rgba(225,29,72,.08)}.httool-arena-faq__q{padding:16px 20px;font-weight:600;font-size:.95rem;color:#0f172a;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.httool-arena-faq__q::-webkit-details-marker{display:none}.httool-arena-faq__q::after{content:'+';font-size:1.3rem;font-weight:400;color:#94a3b8;transition:transform .2s;flex-shrink:0;margin-inline-start:12px}.httool-arena-faq__item[open] .httool-arena-faq__q::after{content:'−';color:#e11d48}.httool-arena-faq__a{padding:0 20px 16px}.httool-arena-faq__a p{font-size:.88rem;line-height:1.8;color:#475569;margin:0}.httool-arena__tools-nav{margin-top:32px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px}.httool-arena__tools-nav-title{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 16px}.httool-arena__tools-nav-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.httool-arena__tools-nav-item{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.85rem;font-weight:600;color:#334155;text-decoration:none;transition:all .2s}.httool-arena__tools-nav-item:hover{border-color:var(--nav-color,#e11d48);box-shadow:0 2px 8px rgba(0,0,0,.06);transform:translateY(-1px)}.httool-arena__tools-nav-item--active{background:#fef2f2;border-color:#e11d48;color:#e11d48;pointer-events:none}.httool-arena__tools-nav-icon{display:flex;color:var(--nav-color,#64748b)}@media (max-width:1024px){.httool-arena__servers{grid-template-columns:repeat(2,1fr)}.httool-arena__components{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.httool-arena-fullwidth{padding:0 16px 32px}.httool-arena__servers{grid-template-columns:1fr}.httool-arena__components{grid-template-columns:repeat(2,1fr)}.httool-arena-intro__features{grid-template-columns:1fr}.httool-arena-faq{padding:20px 16px}.httool-arena-rec__card{flex-direction:column;text-align:center}.httool-arena-rec__actions{justify-content:center}.httool-arena__tools-nav-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.httool-arena-fullwidth{padding:0 10px 24px}.httool-arena__components{grid-template-columns:1fr}.httool-arena__tools-nav-grid{grid-template-columns:1fr}}