:root{--cbs-primary:#4f46e5;--cbs-primary-hover:#4338ca;--cbs-bg-gradient:linear-gradient(135deg,#1e1b4b 0%,#0f172a 100%);--cbs-card-bg:rgba(255,255,255,0.03);--cbs-card-border:rgba(255,255,255,0.08);--cbs-text-primary:#f8fafc;--cbs-text-secondary:#94a3b8;--cbs-accent:#10b981;--cbs-pulse-color:rgba(16,185,129,0.2)}.cbs-hp{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#334155}.cbs-hp-hero{background:linear-gradient(135deg,#4f46e5 0%,#312e81 60%,#1e1b4b 100%);border-radius:20px;padding:48px 24px;margin-bottom:24px;text-align:center;box-shadow:0 10px 40px rgb(79 70 229 / .15)}.cbs-hp-hero__eyebrow{color:#c7d2fe;font-weight:600;font-size:.95rem;margin-bottom:12px;display:inline-block;background:rgb(255 255 255 / .1);padding:6px 16px;border-radius:20px}.cbs-hp-hero__title{font-size:2.2rem;font-weight:800;margin:10px 0;color:#fff}.cbs-hp-hero__subtitle{color:#e0e7ff;max-width:600px;margin:0 auto 20px;line-height:1.6}.cbs-hp-search-wrapper{position:relative;max-width:500px;margin:0 auto 20px}.cbs-hp-search-input{width:100%;box-sizing:border-box;padding:14px 20px;background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .25);border-radius:10px;color:#fff;font-size:1rem;outline:none;transition:background 0.2s,border-color 0.2s}.cbs-hp-search-input::placeholder{color:#cbd5e1}.cbs-hp-search-input:focus{background:rgb(255 255 255 / .18);border-color:rgb(255 255 255 / .5)}.cbs-hp-search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:none;z-index:999;text-align:left;max-height:250px;overflow-y:auto;box-shadow:0 10px 25px rgb(0 0 0 / .1)}.cbs-hp-search-result-item{display:block;padding:12px;color:#1e293b;text-decoration:none;border-bottom:1px solid #f1f5f9;font-weight:500}.cbs-hp-search-result-item:hover{background:#f0fdf4;color:#166534}.cbs-hp-freshness-row{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.cbs-hp-badge{padding:6px 14px;border-radius:50px;font-size:.8rem;font-weight:600}.cbs-hp-badge--green{background:rgb(52 211 153 / .2);color:#34d399}.cbs-hp-badge--blue{background:rgb(147 197 253 / .2);color:#93c5fd}.cbs-hp-badge--gray{background:rgb(203 213 225 / .2);color:#cbd5e1}.cbs-hp-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;margin-bottom:24px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05),0 2px 4px -1px rgb(0 0 0 / .025)}.cbs-hp-section--alt{background:#f8fafc;border:1px solid #e2e8f0}.cbs-hp-section__title{font-size:1.4rem;margin:0 0 10px 0;color:#0f172a;font-weight:700}.cbs-hp-section__desc{color:#64748b;margin:0 0 24px 0}.cbs-hp-cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.cbs-hp-city-card{display:flex;flex-direction:column;align-items:center;padding:20px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:#1e293b;transition:all 0.25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgb(0 0 0 / .02)}.cbs-hp-city-card:hover{transform:translateY(-4px);background:#eef2ff;border-color:#c7d2fe;box-shadow:0 10px 15px -3px rgb(99 102 241 / .1),0 4px 6px -2px rgb(99 102 241 / .05)}.cbs-hp-city-card__icon{font-size:2rem;margin-bottom:10px;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .05))}.cbs-hp-city-card__name{font-weight:700;margin-bottom:4px;color:#1e293b}.cbs-hp-city-card__count{font-size:.85rem;color:#64748b}.cbs-hp-city-card__cta{font-size:.85rem;color:#4f46e5;font-weight:700;margin-top:12px}.cbs-hp-popular-list{display:flex;flex-wrap:wrap;gap:12px}.cbs-hp-popular-link{background:#fff;border:1px solid #e2e8f0;padding:12px 18px;border-radius:8px;color:#334155;text-decoration:none;font-size:.95rem;font-weight:500;transition:all 0.2s ease;box-shadow:0 1px 2px rgb(0 0 0 / .02)}.cbs-hp-popular-link:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe;transform:translateY(-1px)}.cbs-hp-faq-list{display:flex;flex-direction:column;gap:12px}.cbs-hp-faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:border-color 0.2s}.cbs-hp-faq-item[open]{border-color:#c7d2fe;background:#fff}.cbs-hp-faq-item__q{padding:16px;font-weight:600;color:#1e293b;cursor:pointer;outline:none;user-select:none}.cbs-hp-faq-item__q:hover{color:#4f46e5}.cbs-hp-faq-item__a{padding:0 16px 16px;color:#475569;margin:0;line-height:1.6}.cbs-hp-eeat{background:#fff;border:1px solid #e2e8f0;border-top:4px solid #4f46e5;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05)}.cbs-hp-eeat__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.cbs-hp-eeat__heading{font-size:1rem;margin:0 0 10px 0;color:#0f172a;font-weight:700}.cbs-hp-eeat__block p{color:#475569;font-size:.9rem;line-height:1.6;margin:0}.cbs-hp-eeat__block a{color:#4f46e5;text-decoration:none;font-weight:600}.cbs-hp-eeat__block a:hover{text-decoration:underline}.cbs-hp-table-responsive{overflow-x:auto;margin-top:16px;border-radius:8px;border:1px solid #e2e8f0}.cbs-hp-table{width:100%;border-collapse:collapse;text-align:left;font-size:.9rem}.cbs-hp-table th,.cbs-hp-table td{padding:12px 16px;border-bottom:1px solid #e2e8f0}.cbs-hp-table th{background:#f8fafc;color:#475569;font-weight:600}.cbs-hp-table tr:last-child td{border-bottom:none}.cbs-hp-status-badge{display:inline-block;padding:2px 8px;font-size:.75rem;font-weight:600;border-radius:4px}.cbs-hp-status-badge--live{background:#dcfce7;color:#15803d}.cbs-hp-status-badge--verified{background:#dbeafe;color:#1d4ed8}.cbs-hp-routes-divider{height:1px;background:#e2e8f0;margin:24px 0}.cbs-hp-routes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:16px}.cbs-hp-route-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;transition:transform 0.2s,box-shadow 0.2s}.cbs-hp-route-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(0 0 0 / .05)}.cbs-hp-route-badge{display:inline-block;background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:4px;margin-bottom:8px}.cbs-hp-route-title{font-size:.95rem;font-weight:700;margin:0 0 6px 0;color:#0f172a}.cbs-hp-route-desc{font-size:.85rem;color:#64748b;margin:0 0 12px 0;line-height:1.4}.cbs-hp-route-link{font-size:.85rem;color:#4f46e5;font-weight:600;text-decoration:none}.cbs-hp-route-link:hover{text-decoration:underline}.cbs-hp-glossary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}.cbs-hp-glossary-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.cbs-hp-glossary-term{display:block;font-weight:700;color:#0f172a;font-size:.95rem;margin-bottom:6px;font-style:normal}.cbs-hp-glossary-definition{margin:0;font-size:.85rem;color:#475569;line-height:1.5}.cbs-hp-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:16px}.cbs-hp-card-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;transition:transform 0.2s}.cbs-hp-card-item:hover{transform:translateY(-2px);border-color:#cbd5e1}.cbs-hp-card-emoji{font-size:1.5rem;display:block;margin-bottom:8px}.cbs-hp-card-title-small{font-size:.95rem;font-weight:700;margin:0 0 6px 0;color:#0f172a}.cbs-hp-card-desc-small{margin:0;font-size:.85rem;color:#475569;line-height:1.5}.cbs-hp-authorities-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.cbs-hp-authority-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;padding:8px 16px;font-size:.85rem;color:#334155;font-weight:600;transition:all 0.2s}.cbs-hp-authority-badge:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}