:root{--ch-blue:#0057b8;--ch-blue-dark:#003d82;--ch-blue-light:#eff6ff;--ch-orange:#f97316;--ch-orange-dark:#ea6a0a;--ch-green:#16a34a;--ch-green-light:#dcfce7;--ch-amber:#b45309;--ch-amber-light:#fef3c7;--ch-red:#dc2626;--ch-red-light:#fee2e2;--ch-gray-50:#f8fafc;--ch-gray-100:#f1f5f9;--ch-gray-200:#e2e8f0;--ch-gray-400:#94a3b8;--ch-gray-600:#475569;--ch-gray-900:#0f172a;--ch-white:#fff;--ch-radius:14px;--ch-radius-sm:8px;--ch-shadow:0 2px 16px rgba(0,87,184,.1);--ch-shadow-lg:0 8px 32px rgba(0,87,184,.18);--ch-transition:.2s cubic-bezier(.4,0,.2,1);--ch-font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif}.chgt-wrap{max-width:900px;margin:0 auto 2.5rem;font-family:var(--ch-font);color:var(--ch-gray-900);background:var(--ch-gray-50);border-radius:var(--ch-radius);box-shadow:var(--ch-shadow);overflow:hidden}.chgt-header{background:linear-gradient(135deg,var(--ch-blue) 0%,#1a7fc4 100%);color:#fff;padding:2rem 2rem 1.6rem;display:flex;align-items:center;gap:1rem}.chgt-header-icon{font-size:2.4rem;flex-shrink:0}.chgt-header h2{margin:0 0 .25rem;font-size:1.5rem;font-weight:800;letter-spacing:-.4px}.chgt-header p{margin:0;font-size:.9rem;opacity:.88}.chgt-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.2rem}.chgt-section{background:var(--ch-white);border:2px solid var(--ch-gray-200);border-radius:var(--ch-radius);overflow:hidden;transition:border-color var(--ch-transition)}.chgt-section--active{border-color:var(--ch-blue)}.chgt-section--done{border-color:#86efac}.chgt-section-head{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.2rem;background:var(--ch-gray-50);border-bottom:1px solid var(--ch-gray-200);cursor:default}.chgt-section--active .chgt-section-head{background:var(--ch-blue-light);border-color:#bfdbfe}.chgt-section--done .chgt-section-head{background:#f0fdf4;border-color:#bbf7d0}.chgt-step-num{width:26px;height:26px;border-radius:50%;background:var(--ch-gray-200);color:var(--ch-gray-600);display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0}.chgt-section--active .chgt-step-num{background:var(--ch-blue);color:#fff}.chgt-section--done .chgt-step-num{background:var(--ch-green);color:#fff}.chgt-section-title{font-size:.95rem;font-weight:700}.chgt-section-meta{margin-left:auto;font-size:.8rem;color:var(--ch-gray-400);font-weight:500}.chgt-section--done .chgt-section-meta{color:var(--ch-green)}.chgt-section-body{padding:1.2rem;display:none}.chgt-section--active .chgt-section-body,.chgt-section--done .chgt-section-body{display:block}.chgt-region-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ch-gray-400);padding:.4rem 0 .5rem;border-bottom:1px solid var(--ch-gray-200);margin-bottom:.6rem}.chgt-region-label:not(:first-child){margin-top:1rem}.chgt-airline-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(102px,1fr));gap:.45rem}@media (max-width:480px){.chgt-airline-grid{grid-template-columns:repeat(auto-fill,minmax(85px,1fr))}}.chgt-airline-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding:.6rem .4rem;border:2px solid var(--ch-gray-200);border-radius:var(--ch-radius-sm);background:var(--ch-gray-50);cursor:pointer;font-size:.75rem;font-weight:600;color:var(--ch-gray-900);transition:all var(--ch-transition);text-align:center;line-height:1.25;min-height:64px}.chgt-airline-btn .ch-icon{font-size:1.4rem;line-height:1}.chgt-airline-btn:hover{border-color:var(--ch-blue);background:var(--ch-blue-light);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,87,184,.14)}.chgt-airline-btn.is-sel{border-color:var(--ch-blue);background:var(--ch-blue);color:#fff;box-shadow:0 4px 14px rgba(0,87,184,.3)}.chgt-airline-btn.typ-net{border-style:solid}.chgt-airline-btn.typ-charter{border-style:dashed}.chgt-tarif-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}.chgt-tarif-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.75rem .9rem;border:2px solid var(--ch-gray-200);border-radius:var(--ch-radius-sm);background:var(--ch-gray-50);cursor:pointer;transition:all var(--ch-transition);text-align:left;min-height:76px}.chgt-tarif-btn strong{font-size:.88rem;font-weight:700;color:var(--ch-gray-900);display:block;margin-bottom:.1rem}.chgt-tarif-btn small{font-size:.71rem;color:var(--ch-gray-600);line-height:1.35;display:block}.chgt-tarif-btn:hover{border-color:var(--ch-blue);background:var(--ch-blue-light)}.chgt-tarif-btn.is-sel{border-color:var(--ch-blue);background:var(--ch-blue)}.chgt-tarif-btn.is-sel strong,.chgt-tarif-btn.is-sel small{color:#fff}.chgt-tarif-icon{font-size:.85rem}.chgt-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:500px){.chgt-inputs{grid-template-columns:1fr}}.chgt-input-group label{display:block;font-size:.82rem;font-weight:600;color:var(--ch-gray-600);margin-bottom:.45rem}.chgt-counter{display:inline-flex;align-items:center;border:2px solid var(--ch-gray-200);border-radius:var(--ch-radius-sm);overflow:hidden;background:#fff}.chgt-counter-btn{background:var(--ch-gray-100);border:none;width:36px;height:36px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--ch-transition);flex-shrink:0}.chgt-counter-btn:hover{background:var(--ch-blue-light)}.chgt-counter input{border:none;width:46px;text-align:center;font-size:.95rem;font-weight:700;background:#fff;color:var(--ch-gray-900)}.chgt-counter input:focus{outline:none}.chgt-kg-wrap{margin-top:.8rem}.chgt-kg-label{font-size:.78rem;font-weight:600;color:var(--ch-gray-600);display:block;margin-bottom:.4rem}.chgt-kg-grid{display:flex;flex-wrap:wrap;gap:.4rem}.chgt-kg-btn{padding:.38rem .7rem;border:2px solid var(--ch-gray-200);border-radius:20px;background:var(--ch-gray-50);cursor:pointer;font-size:.78rem;font-weight:600;transition:all var(--ch-transition);display:flex;flex-direction:column;align-items:center;gap:0}.chgt-kg-btn span{font-size:.68rem;color:var(--ch-gray-400);display:block}.chgt-kg-btn:hover{border-color:var(--ch-orange)}.chgt-kg-btn.is-sel{border-color:var(--ch-orange);background:var(--ch-orange);color:#fff}.chgt-kg-btn.is-sel span{color:rgba(255,255,255,.85)}.chgt-calc-btn{width:100%;padding:.95rem;margin-top:.4rem;background:linear-gradient(135deg,var(--ch-orange) 0%,var(--ch-orange-dark) 100%);color:#fff;border:none;border-radius:var(--ch-radius-sm);font-size:1rem;font-weight:700;cursor:pointer;transition:all var(--ch-transition);box-shadow:0 4px 14px rgba(249,115,22,.35);letter-spacing:.01em}.chgt-calc-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(249,115,22,.45)}.chgt-result{animation:chgt-in .3s ease}@keyframes chgt-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chgt-result-title{font-size:1rem;font-weight:700;margin:0 0 1rem;color:var(--ch-blue);display:flex;align-items:center;gap:.5rem}.chgt-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-bottom:.9rem}@media (max-width:500px){.chgt-cards{grid-template-columns:1fr}}.chgt-card{border:1px solid var(--ch-gray-200);border-radius:var(--ch-radius-sm);padding:.85rem 1rem;background:var(--ch-gray-50)}.chgt-card-head{display:flex;align-items:center;gap:.4rem;margin-bottom:.45rem}.chgt-card-ico{font-size:1.1rem}.chgt-card-tit{font-size:.83rem;font-weight:700}.chgt-card-body{font-size:.8rem;color:var(--ch-gray-600);line-height:1.5}.ch-badge{display:inline-block;padding:.18rem .5rem;border-radius:20px;font-size:.7rem;font-weight:700;margin-bottom:.3rem}.ch-badge--green{background:var(--ch-green-light);color:#14532d}.ch-badge--orange{background:var(--ch-amber-light);color:#92400e}.ch-badge--red{background:var(--ch-red-light);color:#7f1d1d}.chgt-cost-box{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem;padding:1rem 1.2rem;background:linear-gradient(135deg,var(--ch-blue-light) 0%,#f0fdf4 100%);border:2px solid var(--ch-blue);border-radius:var(--ch-radius-sm);margin-bottom:.8rem}.chgt-cost-label{font-size:.85rem;font-weight:600;color:var(--ch-gray-600)}.chgt-cost-detail{font-size:.75rem;color:var(--ch-gray-400);margin-top:.1rem}.chgt-cost-value{font-size:1.55rem;font-weight:800;color:var(--ch-blue);text-align:right}.chgt-cost-value--green{color:var(--ch-green)}.chgt-tip{background:var(--ch-amber-light);border-left:3px solid #d97706;border-radius:0 var(--ch-radius-sm) var(--ch-radius-sm) 0;padding:.75rem 1rem;font-size:.82rem;margin-bottom:.8rem;line-height:1.5}.chgt-sizeguide{display:flex;align-items:center;gap:.8rem;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--ch-radius-sm);margin-bottom:.8rem;font-size:.82rem;line-height:1.5}.chgt-sizeguide-ico{font-size:1.3rem;flex-shrink:0}.chgt-affiliate{padding:1rem 1.2rem;background:var(--ch-white);border-top:1px solid var(--ch-gray-200)}.chgt-affiliate h4{margin:0 0 .7rem;font-size:.88rem;font-weight:700}.chgt-aff-links{display:flex;flex-wrap:wrap;gap:.45rem}.chgt-aff-link{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .9rem;background:var(--ch-orange);color:#fff !important;border-radius:var(--ch-radius-sm);font-size:.78rem;font-weight:700;text-decoration:none !important;transition:all var(--ch-transition)}.chgt-aff-link:hover{background:var(--ch-orange-dark);transform:translateY(-1px);box-shadow:0 3px 10px rgba(249,115,22,.3)}.chgt-disclaimer{padding:.7rem 1.2rem;font-size:.73rem;color:var(--ch-gray-400);background:var(--ch-gray-100);border-top:1px solid var(--ch-gray-200)}.chgt-hg-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1rem}@media (max-width:480px){.chgt-hg-inputs{grid-template-columns:1fr}}.chgt-hg-field label{display:block;font-size:.8rem;font-weight:700;color:var(--ch-gray-600);margin-bottom:.35rem}.chgt-hg-field input[type=number]{width:100%;padding:.55rem .75rem;border:2px solid var(--ch-gray-200);border-radius:var(--ch-radius-sm);font-size:1rem;font-weight:700;color:var(--ch-gray-900);transition:border-color var(--ch-transition);box-sizing:border-box;background:#fff}.chgt-hg-field input[type=number]:focus{outline:none;border-color:var(--ch-blue)}.chgt-hg-btn{width:100%;padding:.88rem;background:linear-gradient(135deg,var(--ch-blue) 0%,var(--ch-blue-dark) 100%);color:#fff;border:none;border-radius:var(--ch-radius-sm);font-size:.95rem;font-weight:700;cursor:pointer;transition:all var(--ch-transition);box-shadow:0 4px 14px rgba(0,87,184,.3)}.chgt-hg-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,87,184,.4)}.chgt-hg-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1.2rem}@media (max-width:480px){.chgt-hg-summary{grid-template-columns:1fr}}.chgt-hg-stat{text-align:center;padding:.9rem .6rem;background:var(--ch-gray-50);border:1px solid var(--ch-gray-200);border-radius:var(--ch-radius-sm)}.chgt-hg-stat .stat-num{font-size:1.8rem;font-weight:800;color:var(--ch-blue)}.chgt-hg-stat .stat-num--green{color:var(--ch-green)}.chgt-hg-stat .stat-num--red{color:var(--ch-red)}.chgt-hg-stat .stat-lbl{font-size:.75rem;color:var(--ch-gray-600);margin-top:.2rem}.chgt-hg-list{display:flex;flex-direction:column;gap:.4rem}.chgt-hg-row{display:grid;grid-template-columns:1fr 90px 90px 90px auto;align-items:center;gap:.5rem;padding:.55rem .8rem;border-radius:var(--ch-radius-sm);border:1px solid var(--ch-gray-200);background:var(--ch-white);font-size:.8rem;transition:all var(--ch-transition)}@media (max-width:600px){.chgt-hg-row{grid-template-columns:1fr auto}.chgt-hg-row .chgt-hg-dim{display:none}}.chgt-hg-row--ok{border-left:3px solid var(--ch-green);background:#f0fdf4}.chgt-hg-row--no{border-left:3px solid var(--ch-red);background:#fef2f2;opacity:.8}.chgt-hg-row--warn{border-left:3px solid #f59e0b;background:#fffbeb}.chgt-hg-name{font-weight:700;color:var(--ch-gray-900)}.chgt-hg-dim{text-align:center;color:var(--ch-gray-600);font-size:.75rem}.chgt-hg-badge{justify-self:end;white-space:nowrap}.chgt-filter-bar{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.8rem}.chgt-filter-btn{padding:.35rem .8rem;border:2px solid var(--ch-gray-200);border-radius:20px;background:var(--ch-gray-50);cursor:pointer;font-size:.78rem;font-weight:600;transition:all var(--ch-transition)}.chgt-filter-btn:hover{border-color:var(--ch-blue)}.chgt-filter-btn.is-active{border-color:var(--ch-blue);background:var(--ch-blue);color:#fff}