.global-search-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.global-search-wrapper{width:100%;max-width:48rem;margin:0 auto}.search-input-wrapper{position:relative;margin-bottom:1rem}.search-input{width:100%;padding:1.25rem 3rem 1.25rem 1.5rem;font-size:1.125rem;border:2px solid #e5e7eb;border-radius:1.5rem;background:#fff;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.08);color:#1f2937}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.1),0 8px 30px rgba(0,0,0,.12)}.search-input::placeholder{color:#9ca3af}.search-icon{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-hint{text-align:center;color:#6b7280;font-size:.875rem;margin-top:.75rem}.results-wrapper{width:100%;max-width:48rem;margin:0 auto}.no-results{text-align:center;padding:4rem 1rem}.no-results-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.no-results-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.no-results-text{color:#6b7280;font-size:1rem;max-width:28rem;margin:0 auto}.results-count{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem;text-align:center}.results-count strong{font-weight:600;color:#1f2937}.result-card{background:#fff;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease;margin-bottom:1.5rem}.result-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.12);transform:translateY(-2px)}.card-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6);padding:1.25rem 1.5rem}.card-header-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.country-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.match-type{color:hsla(0,0%,100%,.9);font-size:.875rem;text-transform:capitalize}.explore-button{background:#fff;color:#3b82f6;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:600;font-size:.875rem;transition:all .2s ease;text-decoration:none;white-space:nowrap}.explore-button:hover{background:#f0f9ff}.card-body{padding:1.5rem}.section{margin-bottom:1.5rem}.section:last-child{margin-bottom:0}.section-header{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.section-header,.section-icon{display:flex;align-items:center}.section-icon{width:2rem;height:2rem;border-radius:.5rem;justify-content:center;margin-right:.75rem;font-size:1rem}.section-icon.blue{background:#dbeafe}.section-icon.purple{background:#f3e8ff}.section-icon.green{background:#dcfce7}.count-badge{margin-left:auto;font-size:.75rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:.25rem .625rem;border-radius:.375rem}.item-grid{display:grid;grid-gap:.75rem;gap:.75rem}.item-link{display:flex;align-items:center;padding:.875rem 1rem;background:#f9fafb;border-radius:.5rem;transition:all .2s ease;border:1px solid transparent;text-decoration:none}.item-link:hover{background:#fff;border-color:#e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,.04)}.item-name{color:#1f2937;font-weight:500;font-size:.9375rem;transition:color .2s ease}.item-link:hover .item-name{color:#3b82f6}.item-arrow{width:1rem;height:1rem;margin-left:auto;color:#9ca3af;transition:all .2s ease}.item-link:hover .item-arrow{color:#3b82f6;transform:translateX(2px)}.stream-tags{display:flex;flex-wrap:wrap;gap:.5rem}.stream-tag{padding:.375rem .875rem;background:#dcfce7;color:#166534;border-radius:.375rem;font-size:.8125rem;font-weight:500;transition:all .2s ease}.stream-tag:hover{background:#bbf7d0}.initial-state{text-align:center;padding:4rem 1rem}.initial-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.3}.initial-title{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.initial-description{color:#6b7280;font-size:1rem;max-width:32rem;margin:0 auto 2.5rem;line-height:1.6}.stats-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;max-width:32rem;margin:0 auto}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e5e7eb;transition:all .2s ease}.stat-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.stat-number{font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.stat-number.blue{color:#3b82f6}.stat-number.purple{color:#8b5cf6}.stat-number.green{color:#22c55e}.stat-label{color:#6b7280;font-weight:500;font-size:.875rem}@media (min-width:640px){.card-header-content{flex-direction:row}}