.ai_domains{background-color:var(--white);padding-bottom:30px}.explore_ai_domains_section{width:92%;margin:auto;padding:30px 0}.explore_ai_domains_section .cards_grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}@media(max-width:1200px){.explore_ai_domains_section .cards_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.explore_ai_domains_section .cards_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.explore_ai_domains_section .cards_grid{grid-template-columns:1fr}}.explore_ai_domains_section .domain_category_card{background:var(--white);border:1px solid #edf2f7;border-radius:18px;padding:24px;text-align:center;transition:.3s}.explore_ai_domains_section .domain_category_card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.06)}.explore_ai_domains_section .domain_category_card .card_title{color:var(--black);margin-bottom:8px;font-size:18px;font-weight:600;line-height:1.4}.explore_ai_domains_section .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:600px){.explore_ai_domains_section .section_header{flex-direction:column;gap:12px;align-items:flex-start}}.explore_ai_domains_section .section_title{font-size:1.5rem;font-weight:600;color:var(--black)}.explore_ai_domains_section .explore_btn{color:#2563eb;text-transform:none;font-weight:600;margin-top:12px}.explore_ai_domains_section .explore_btn svg{margin-left:6px}.explore_ai_domains_section .icon_box{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:auto auto 18px;transition:.3s ease}.explore_ai_domains_section .icon_box svg{font-size:36px}.explore_ai_domains_section .icon_box.blue{background:rgba(37,99,235,.12)}.explore_ai_domains_section .icon_box.blue svg{color:#2563eb}.explore_ai_domains_section .icon_box.purple{background:rgba(124,58,237,.12)}.explore_ai_domains_section .icon_box.purple svg{color:#7c3aed}.explore_ai_domains_section .icon_box.green{background:rgba(22,163,74,.12)}.explore_ai_domains_section .icon_box.green svg{color:#16a34a}.explore_ai_domains_section .icon_box.orange{background:rgba(249,115,22,.12)}.explore_ai_domains_section .icon_box.orange svg{color:#f97316}.explore_ai_domains_section .icon_box.red{background:rgba(239,68,68,.12)}.explore_ai_domains_section .icon_box.red svg{color:#ef4444}.explore_ai_domains_section .icon_box.teal{background:rgba(13,148,136,.12)}.explore_ai_domains_section .icon_box.teal svg{color:#0d9488}.explore_ai_domains_section .icon_box.indigo{background:rgba(79,70,229,.12)}.explore_ai_domains_section .icon_box.indigo svg{color:#4f46e5}.explore_ai_domains_section .icon_box.pink{background:rgba(236,72,153,.12)}.explore_ai_domains_section .icon_box.pink svg{color:#ec4899}.curated_collections_section{width:92%;margin:auto;padding:30px 0}.curated_collections_section .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:600px){.curated_collections_section .section_header{flex-direction:column;gap:12px;align-items:flex-start}}.curated_collections_section .section_title{font-size:1.5rem;font-weight:600;color:var(--black)}.curated_collections_section .view_all_btn{color:#2563eb;text-transform:none;font-weight:600}.curated_collections_section .view_all_btn svg{margin-left:6px}.curated_collections_section .collections_grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}@media(max-width:1400px){.curated_collections_section .collections_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.curated_collections_section .collections_grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.curated_collections_section .collections_grid{grid-template-columns:1fr}}.curated_collections_section .collection_card{position:relative;background:var(--white);border:1px solid #edf2f7;border-radius:20px;padding:24px;transition:all .3s ease}.curated_collections_section .collection_card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.06)}.curated_collections_section .collection_card:hover .arrow_circle{background:#2563eb;color:#fff}.curated_collections_section .icon_box{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.curated_collections_section .icon_box svg{font-size:32px}.curated_collections_section .icon_box.purple{background:rgba(124,58,237,.12);color:#7c3aed}.curated_collections_section .icon_box.green{background:rgba(16,185,129,.12);color:#10b981}.curated_collections_section .icon_box.orange{background:rgba(249,115,22,.12);color:#f97316}.curated_collections_section .icon_box.blue{background:rgba(37,99,235,.12);color:#2563eb}.curated_collections_section .icon_box.violet{background:rgba(139,92,246,.12);color:#8b5cf6}.curated_collections_section .icon_box.yellow{background:rgba(245,158,11,.12);color:#f59e0b}.curated_collections_section .card_title{font-size:18px;font-weight:600;color:var(--black);margin-bottom:8px;line-height:1.4}.curated_collections_section .card_desc{font-size:14px;color:var(--dark-gray);margin-bottom:18px;min-height:40px}.curated_collections_section .card_footer{display:flex;justify-content:space-between;align-items:center}.curated_collections_section .domain_count{font-size:13px;color:#64748b;font-weight:600}.curated_collections_section .arrow_circle{width:34px;height:34px;border-radius:50%;border:1px solid #dbe4f0;display:flex;align-items:center;justify-content:center;color:#2563eb;transition:all .3s ease}.curated_collections_section .arrow_circle svg{font-size:18px}.ai_naming_inspiration{background:var(--white);border:1px solid var(--gray-dark);border-radius:20px;padding:24px;height:100%}.ai_naming_inspiration .header_row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ai_naming_inspiration .header_row .section_title{font-size:1.25rem;font-weight:600;color:var(--black)}.ai_naming_inspiration .header_row .view_all_btn{color:#2563eb;font-size:14px;font-weight:600;text-transform:none;min-width:auto}.ai_naming_inspiration .header_row .view_all_btn svg{margin-left:4px;font-size:18px}.ai_naming_inspiration .group{margin-bottom:24px}.ai_naming_inspiration .group:last-of-type{margin-bottom:20px}.ai_naming_inspiration .group_title{font-size:14px;font-weight:600;color:var(--black);margin-bottom:14px}.ai_naming_inspiration .tags{display:flex;flex-wrap:wrap;gap:10px}.ai_naming_inspiration .tags .tag{padding:8px 14px;border-radius:10px;background:var(--white);border:1px solid #e2e8f0;font-size:13px;font-weight:500;color:var(--dark-gray);transition:all .25s ease;cursor:pointer}.ai_naming_inspiration .tags .tag:hover{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.ai_naming_inspiration .tip_box{display:flex;align-items:center;gap:8px;padding-top:16px;border-top:1px solid #edf2f7}.ai_naming_inspiration .tip_box .tip_icon{font-size:16px}.ai_naming_inspiration .tip_box .tip_text{font-size:13px;color:#64748b;line-height:1.5}@media(max-width:600px){.ai_naming_inspiration{padding:20px}.ai_naming_inspiration .header_row{flex-direction:column;align-items:flex-start;gap:10px}.ai_naming_inspiration .tags{gap:8px}.ai_naming_inspiration .tags .tag{font-size:12px;padding:7px 12px}}.marketplace_insights{background:var(--white);border:1px solid var(--gray-dark);border-radius:20px;padding:24px;height:100%}.marketplace_insights .section_title{font-size:1.25rem;font-weight:600;color:var(--black);margin-bottom:24px}.marketplace_insights .insights_list{display:flex;flex-direction:column}.marketplace_insights .insight_row{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.marketplace_insights .insight_row.with_border{border-bottom:1px solid #edf2f7}.marketplace_insights .left_content{display:flex;align-items:center;gap:14px;flex:1 1}.marketplace_insights .icon_box{width:42px;height:42px;min-width:42px;border-radius:12px;background:#f4f7ff;display:flex;align-items:center;justify-content:center}.marketplace_insights .icon_box svg{font-size:20px;color:#2563eb}.marketplace_insights .label{font-size:13px;color:var(--dark-gray);margin-bottom:4px}.marketplace_insights .value{font-size:15px;font-weight:600;color:var(--black);line-height:1.4}.marketplace_insights .meta{font-size:14px;font-weight:600;color:#64748b;white-space:nowrap}.marketplace_insights .meta.positive{color:#16a34a}@media(max-width:600px){.marketplace_insights{padding:20px}.marketplace_insights .insight_row{gap:12px}.marketplace_insights .value{font-size:14px}.marketplace_insights .meta{font-size:13px}}.naming_insights_wrapper{width:92%;margin:auto;padding:30px 0;display:grid;grid-template-columns:2fr 1fr;gap:24px}@media(max-width:900px){.naming_insights_wrapper{grid-template-columns:1fr}}.what_and_related{width:92%;margin:auto;padding:30px 0;display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:1200px){.what_and_related{grid-template-columns:1fr}}.what_are_technology_domains{flex:1 1;min-height:250px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:32px;background:linear-gradient(135deg,#faf9ff,#f4f2ff);border:1px solid var(--border-color-light);border-radius:20px}.what_are_technology_domains .content_section{flex:1 1}.what_are_technology_domains .section_title{font-size:1.5rem;font-weight:700;color:var(--black);line-height:1.3;margin-bottom:20px}.what_are_technology_domains .section_description{font-size:15px;line-height:1.9;color:var(--dark-gray);margin-bottom:18px}.what_are_technology_domains .section_description:last-child{margin-bottom:0}.what_are_technology_domains .illustration_section{width:180px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.what_are_technology_domains .icon_circle{width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(108,92,231,.08) 0,rgba(108,92,231,.03) 70%,transparent 100%);position:relative}.what_are_technology_domains .icon_circle:after,.what_are_technology_domains .icon_circle:before{content:"";position:absolute;border-radius:50%;border:2px dashed rgba(108,92,231,.18)}.what_are_technology_domains .icon_circle:before{width:170px;height:170px}.what_are_technology_domains .icon_circle:after{width:195px;height:195px}.what_are_technology_domains .icon_circle svg{font-size:74px;color:#5b4df7;z-index:2}@media(max-width:900px){.what_are_technology_domains{flex-direction:column;text-align:center}.what_are_technology_domains .illustration_section{width:100%}}@media(max-width:600px){.what_are_technology_domains{padding:24px}.what_are_technology_domains .section_title{font-size:1.6rem}.what_are_technology_domains .section_description{font-size:14px;line-height:1.8}.what_are_technology_domains .icon_circle{width:120px;height:120px}.what_are_technology_domains .icon_circle:before{width:140px;height:140px}.what_are_technology_domains .icon_circle:after{width:160px;height:160px}.what_are_technology_domains .icon_circle svg{font-size:60px}}.related_technologies{flex:1 1;min-height:250px;padding:32px;background:var(--white);border:1px solid var(--border-color-light);border-radius:20px;display:flex;flex-direction:column}.related_technologies .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.related_technologies .section_title{font-size:1.5rem;font-weight:700;color:var(--black)}.related_technologies .view_all_btn{color:#5b4df7;font-size:14px;font-weight:600;text-transform:none;min-width:auto;padding:0}.related_technologies .view_all_btn svg{margin-left:4px;font-size:18px}.related_technologies .technology_grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;flex:1 1}.related_technologies .technology_card{background:var(--white);border:1px solid var(--gray-dark);border-radius:16px;padding:22px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .25s ease}.related_technologies .technology_card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(91,77,247,.08);border-color:#dcd7ff}.related_technologies .icon_wrapper{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:.25s}.related_technologies .icon_wrapper svg{font-size:34px}.related_technologies .icon_wrapper.purple{background:rgba(124,58,237,.08)}.related_technologies .icon_wrapper.purple svg{color:#6d5cff}.related_technologies .icon_wrapper.indigo{background:rgba(99,102,241,.08)}.related_technologies .icon_wrapper.indigo svg{color:#4f46e5}.related_technologies .icon_wrapper.green{background:rgba(34,197,94,.08)}.related_technologies .icon_wrapper.green svg{color:#16a34a}.related_technologies .icon_wrapper.blue{background:rgba(59,130,246,.08)}.related_technologies .icon_wrapper.blue svg{color:#2563eb}.related_technologies .icon_wrapper.orange{background:rgba(249,115,22,.08)}.related_technologies .icon_wrapper.orange svg{color:#f97316}.related_technologies .icon_wrapper.violet{background:rgba(139,92,246,.08)}.related_technologies .icon_wrapper.violet svg{color:#7c3aed}.related_technologies .technology_name{font-size:14px;font-weight:600;line-height:1.5;color:var(--black)}@media(max-width:1400px){.related_technologies .technology_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.related_technologies{padding:24px}.related_technologies .section_title{font-size:1.5rem}.related_technologies .technology_grid{grid-template-columns:repeat(2,1fr);gap:14px}.related_technologies .technology_card{padding:20px 12px}.related_technologies .icon_wrapper{width:56px;height:56px}.related_technologies .icon_wrapper svg{font-size:30px}.related_technologies .technology_name{font-size:13px}}@media(max-width:480px){.related_technologies .technology_grid{grid-template-columns:1fr}}.featured_ai_domains{width:92%;margin:auto;padding:30px 0;position:relative}.featured_ai_domains .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:600px){.featured_ai_domains .section_header{flex-direction:column;align-items:flex-start;gap:12px}}.featured_ai_domains .section_title{font-size:1.5rem;font-weight:600;color:var(--black)}.featured_ai_domains .view_all_btn{color:#2563eb;font-weight:600;text-transform:none}.featured_ai_domains .view_all_btn svg{margin-left:6px}.featured_ai_domains .carousel_wrapper{position:relative}.featured_ai_domains .carousel_wrapper .swiper{padding:6px 2px 48px}.featured_ai_domains .featured_next,.featured_ai_domains .featured_prev{position:absolute!important;top:42%;transform:translateY(-50%);width:42px;height:42px;z-index:10;background:var(--white)!important;border:1px solid #e5e7eb!important;box-shadow:0 8px 20px rgba(0,0,0,.08)}.featured_ai_domains .featured_next:hover,.featured_ai_domains .featured_prev:hover{background:var(--white)}.featured_ai_domains .featured_next svg,.featured_ai_domains .featured_prev svg{color:#6366f1}@media(max-width:600px){.featured_ai_domains .featured_next,.featured_ai_domains .featured_prev{display:none}}.featured_ai_domains .featured_prev{left:-18px}.featured_ai_domains .featured_next{right:-18px}.featured_ai_domains .domain_card{background:var(--white);border:1px solid var(--gray-dark);border-radius:20px;padding:20px;transition:all .3s ease;height:100%}.featured_ai_domains .domain_card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.08)}.featured_ai_domains .card_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.featured_ai_domains .score_badge{padding:5px 12px;border-radius:999px;font-size:12px;font-weight:600}.featured_ai_domains .score_badge.green{background:#eafaf0;color:#16a34a}.featured_ai_domains .score_badge.purple{background:#f1edff;color:#6b5cff}.featured_ai_domains .wishlist_icon{color:#94a3b8;cursor:pointer;transition:.2s}.featured_ai_domains .wishlist_icon:hover{color:#ef4444}.featured_ai_domains .domain_name{font-size:1.35rem;font-weight:700;color:var(--black);margin-bottom:8px;overflow-wrap:anywhere}.featured_ai_domains .domain_category{color:var(--dark-gray);font-size:14px;margin-bottom:18px;min-height:40px}.featured_ai_domains .domain_price{font-size:1.6rem;font-weight:700;color:#16a34a;margin-bottom:16px}.featured_ai_domains .badge_group{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.featured_ai_domains .badge_group .MuiChip-root{height:24px;border-radius:8px;font-size:11px;font-weight:600}.featured_ai_domains .badge_group .premium{background:#f3e8ff;color:#7c3aed}.featured_ai_domains .badge_group .brandable{background:#e8f0ff;color:#2563eb}.featured_ai_domains .badge_group .lto{background:#fde7ff;color:#c026d3}.featured_ai_domains .view_btn,.featured_ai_domains .view_domain_btn{width:100%;height:46px;border-radius:12px!important;text-transform:none;font-weight:600;border-color:#6b5cff!important;color:#6b5cff!important}.featured_ai_domains .view_btn:hover,.featured_ai_domains .view_domain_btn:hover{background:#f6f4ff;border-color:#6b5cff}.featured_ai_domains .swiper-pagination{bottom:0!important}.featured_ai_domains .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;opacity:1;background:#d1d5db}.featured_ai_domains .swiper-pagination .swiper-pagination-bullet-active{width:28px;border-radius:999px;background:#6b5cff}.ai_classified_domains{width:92%;margin:auto;padding:30px 0;position:relative}.ai_classified_domains .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:600px){.ai_classified_domains .section_header{flex-direction:column;align-items:flex-start;gap:12px}}.ai_classified_domains .section_title{font-size:1.5rem;font-weight:600;color:var(--black)}.ai_classified_domains .view_all_btn{color:#2563eb;font-weight:600;text-transform:none}.ai_classified_domains .view_all_btn svg{margin-left:6px}.ai_domains_filters{width:92%;margin:auto;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:20px}.ai_domains_filters .filters_left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ai_domains_filters .results_count{font-size:14px;font-weight:600;color:var(--black);margin-right:10px}.ai_domains_filters .MuiOutlinedInput-root{background:var(--white);border-radius:12px;height:44px}.ai_domains_filters .MuiOutlinedInput-root .MuiSelect-select{color:#222!important;font-size:14px;font-weight:500}.ai_domains_filters .MuiOutlinedInput-root .MuiSvgIcon-root{color:#666}.ai_domains_filters .MuiFormControl-root{min-width:140px}@media(max-width:1200px){.ai_domains_filters{flex-direction:column;align-items:flex-start}}.related_discovery{flex:1 1;padding:32px;background:var(--white);border:1px solid var(--border-color-light);border-radius:20px}.related_discovery .section_title{font-size:1.5rem;font-weight:700;color:var(--black);margin-bottom:28px}.related_discovery .discovery_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.related_discovery .discovery_column{display:flex;flex-direction:column}.related_discovery .column_title{font-size:18px;font-weight:700;color:var(--black);margin-bottom:18px}.related_discovery .links_list{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}.related_discovery .discovery_link{font-size:15px;font-weight:500;color:var(--dark-gray);cursor:pointer;transition:color .25s ease}.related_discovery .discovery_link:hover{color:#5b4df7}.related_discovery .view_all_btn{width:fit-content;padding:0;min-width:auto;color:#5b4df7;font-size:15px;font-weight:700;text-transform:none}.related_discovery .view_all_btn svg{margin-left:6px;font-size:18px}@media(max-width:600px){.related_discovery .discovery_grid{grid-template-columns:1fr;gap:28px}.related_discovery{padding:24px}.related_discovery .section_title{font-size:1.6rem}.related_discovery .column_title{font-size:17px}.related_discovery .discovery_link{font-size:14px}}.technology_faq{background:var(--white);border:1px solid var(--border-color-light);border-radius:20px;padding:32px;height:100%}.technology_faq .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}@media(max-width:600px){.technology_faq .section_header{flex-direction:column;align-items:flex-start;gap:12px}}.technology_faq .section_title{font-size:1.5rem;font-weight:700;color:var(--black)}.technology_faq .view_all_btn{padding:0;min-width:auto;color:#5b4df7;text-transform:none;font-size:15px;font-weight:600}.technology_faq .view_all_btn svg{margin-left:6px;font-size:18px}.technology_faq .view_all_btn:hover{background:rgba(0,0,0,0)}.technology_faq .faq_list{display:flex;flex-direction:column;gap:8px}.technology_faq .faq_item{border:1px solid var(--gray-dark)!important;border-radius:14px!important;overflow:hidden;box-shadow:none!important}.technology_faq .faq_item:before{display:none}.technology_faq .faq_item.Mui-expanded{margin:0!important;background:var(--gray-dark);border-color:var(--gray-dark)!important}.technology_faq .faq_summary{padding:0 20px!important;min-height:44px!important}.technology_faq .faq_summary .MuiAccordionSummary-content{margin:8px 0!important}.technology_faq .faq_summary .MuiAccordionSummary-expandIconWrapper{width:30px;height:30px;border-radius:50%;background:var(--gray-light);display:flex;align-items:center;justify-content:center;color:#5b4df7;transition:.25s}.technology_faq .faq_summary .MuiAccordionSummary-expandIconWrapper.Mui-expanded{transform:rotate(180deg);background:var(--gray-light)}.technology_faq .faq_summary .MuiAccordionSummary-expandIconWrapper svg{font-size:20px}.technology_faq .faq_question{font-size:15px;font-weight:600;color:var(--black);line-height:1.6;padding-right:16px}.technology_faq .faq_details{padding:0 20px 20px!important}.technology_faq .faq_answer{font-size:14px;line-height:1.8;color:var(--dark-gray)}@media(max-width:600px){.technology_faq{padding:24px}.technology_faq .section_title{font-size:1.6rem}.technology_faq .faq_summary{padding:0 16px!important}.technology_faq .faq_details{padding:0 16px 16px!important}}.latest_ai_domains{width:92%;margin:auto;padding:30px 0}.latest_ai_domains .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:600px){.latest_ai_domains .section_header{flex-direction:column;align-items:flex-start;gap:12px}}.latest_ai_domains .section_title{font-size:1.5rem;font-weight:600;color:var(--black)}.latest_ai_domains .view_all_btn{color:#2563eb;font-weight:600;text-transform:none}.latest_ai_domains .view_all_btn svg{margin-left:6px}.latest_ai_domains .domains_table{background:var(--white);border:1px solid #e5e7eb;border-radius:18px;overflow:hidden}.latest_ai_domains .table_header,.latest_ai_domains .table_row{display:grid;grid-template-columns:minmax(180px,2fr) minmax(140px,1.3fr) minmax(130px,1.2fr) 110px 70px minmax(175px,1.4fr) 110px 50px;align-items:center;column-gap:20px}.latest_ai_domains .table_header{background:var(--gray-light);padding:18px 24px;border-bottom:1px solid #e5e7eb}.latest_ai_domains .table_header p{font-size:13px;font-weight:600;color:var(--dark-gray)}.latest_ai_domains .table_row{padding:20px 24px;border-bottom:1px solid #f1f5f9;transition:.25s ease}.latest_ai_domains .table_row:last-child{border-bottom:none}.latest_ai_domains .table_row p{font-size:14px;color:var(--dark-gray)}.latest_ai_domains .domain_name{color:#4f46e5!important;font-weight:600!important;cursor:pointer}.latest_ai_domains .domain_name:hover{text-decoration:underline}.latest_ai_domains .score{display:inline-flex;justify-content:center;align-items:center;width:46px;height:28px;border-radius:999px;background:#eef2ff;color:#4f46e5!important;font-weight:600!important;font-size:13px!important}.latest_ai_domains .price{color:#16a34a!important;font-weight:700!important}.latest_ai_domains .listing_type{display:inline-flex;justify-content:center;align-items:center;width:fit-content;padding:5px 12px;border-radius:999px;background:#f3f4f6;color:#475569!important;font-size:12px!important;font-weight:600!important}.latest_ai_domains .added{color:var(--dark-gray)!important;font-size:13px!important}.latest_ai_domains .wishlist_icon{color:var(--dark-gray);cursor:pointer;transition:.25s ease}.latest_ai_domains .wishlist_icon:hover{color:#ef4444;transform:scale(1.1)}@media(max-width:1200px){.latest_ai_domains .domains_table{overflow-x:auto}.latest_ai_domains .table_header,.latest_ai_domains .table_row{min-width:1200px}}@media(max-width:600px){.latest_ai_domains .section_title{font-size:1.3rem}.latest_ai_domains .table_header,.latest_ai_domains .table_row{min-width:1100px}}.explore_industry_categories{background:var(--white);border:1px solid var(--border-color-light);border-radius:20px;padding:28px;height:100%}.explore_industry_categories .section_title{font-size:1.5rem;font-weight:700;color:var(--black);margin-bottom:24px;line-height:1.3}.explore_industry_categories .categories_grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media(max-width:1200px){.explore_industry_categories .categories_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.explore_industry_categories .categories_grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.explore_industry_categories .categories_grid{grid-template-columns:1fr}}.explore_industry_categories .category_card{background:var(--white);border:1px solid var(--border-color-light);border-radius:18px;min-height:150px;padding:22px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .25s ease}.explore_industry_categories .category_card:hover{border-color:#d9ddff;box-shadow:0 10px 25px rgba(79,70,229,.08);transform:translateY(-3px)}.explore_industry_categories .category_card:hover .icon_wrapper{transform:scale(1.08)}.explore_industry_categories .icon_wrapper{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:.25s}.explore_industry_categories .icon_wrapper svg{font-size:34px}.explore_industry_categories .icon_wrapper.purple{background:rgba(91,77,247,.08)}.explore_industry_categories .icon_wrapper.purple svg{color:#5b4df7}.explore_industry_categories .icon_wrapper.indigo{background:rgba(99,102,241,.08)}.explore_industry_categories .icon_wrapper.indigo svg{color:#6366f1}.explore_industry_categories .icon_wrapper.blue{background:rgba(37,99,235,.08)}.explore_industry_categories .icon_wrapper.blue svg{color:#2563eb}.explore_industry_categories .icon_wrapper.green{background:rgba(34,197,94,.08)}.explore_industry_categories .icon_wrapper.green svg{color:#22c55e}.explore_industry_categories .icon_wrapper.orange{background:rgba(249,115,22,.08)}.explore_industry_categories .icon_wrapper.orange svg{color:#f97316}.explore_industry_categories .category_title{font-size:15px;font-weight:600;color:var(--black);line-height:1.5}.related_industries{background:var(--white);border:1px solid var(--border-color-light);border-radius:20px;padding:28px;height:100%}.related_industries .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media(max-width:600px){.related_industries .section_header{flex-direction:column;align-items:flex-start;gap:12px}}.related_industries .section_title{font-size:1.5rem;font-weight:700;color:var(--black)}.related_industries .view_all_btn{padding:0;min-width:auto;color:#5b4df7;text-transform:none;font-size:15px;font-weight:600}.related_industries .view_all_btn svg{margin-left:6px;font-size:18px}.related_industries .view_all_btn:hover{background:rgba(0,0,0,0)}.related_industries .industries_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:900px){.related_industries .industries_grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.related_industries .industries_grid{grid-template-columns:1fr}}.related_industries .industry_card{background:var(--white);border:1px solid var(--border-color-light);border-radius:18px;min-height:150px;padding:22px 14px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:.25s ease}.related_industries .industry_card:hover{transform:translateY(-3px);border-color:#d9ddff;box-shadow:0 10px 25px rgba(91,77,247,.08)}.related_industries .industry_card:hover .icon_wrapper{transform:scale(1.08)}.related_industries .icon_wrapper{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:18px;transition:.25s}.related_industries .icon_wrapper svg{font-size:34px}.related_industries .icon_wrapper.purple{background:rgba(91,77,247,.08)}.related_industries .icon_wrapper.purple svg{color:#5b4df7}.related_industries .icon_wrapper.indigo{background:rgba(99,102,241,.08)}.related_industries .icon_wrapper.indigo svg{color:#6366f1}.related_industries .icon_wrapper.blue{background:rgba(37,99,235,.08)}.related_industries .icon_wrapper.blue svg{color:#2563eb}.related_industries .icon_wrapper.green{background:rgba(34,197,94,.08)}.related_industries .icon_wrapper.green svg{color:#22c55e}.related_industries .industry_title{font-size:15px;font-weight:600;color:var(--black);line-height:1.5}@media(max-width:900px){.ai_domains_listing{overflow-x:auto}.ai_domains_listing .table_header,.ai_domains_listing .table_row{min-width:920px}}@media(max-width:600px){.ai_domains_listing{border-radius:14px}.ai_domains_listing .listing_info{padding:16px}.ai_domains_listing .table_header,.ai_domains_listing .table_row{padding:18px}.ai_domains_listing .view_btn{min-width:90px;font-size:13px!important}}.startup_stats{width:92%;margin:auto;padding:60px 0 30px}.startup_stats .stats_grid{display:grid;grid-template-columns:repeat(3,1fr);background:var(--white);border:1px solid var(--border-color-light);border-radius:24px;overflow:hidden}@media(max-width:900px){.startup_stats .stats_grid{grid-template-columns:1fr}}.startup_stats .stat_card{background:rgba(0,0,0,0);border:none;border-radius:0;padding:28px 32px;display:flex;align-items:center;gap:20px;position:relative;transition:background .25s ease}.startup_stats .stat_card:hover{background:var(--gray-light)}.startup_stats .stat_card:hover .stat_icon{transform:none}.startup_stats .stat_card:not(:last-child):after{content:"";position:absolute;right:0;top:22%;width:1px;height:56%;background:var(--border-color-light)}@media(max-width:900px){.startup_stats .stat_card{padding:20px 24px}.startup_stats .stat_card:not(:last-child):after{display:none}.startup_stats .stat_card:not(:last-child){border-bottom:1px solid var(--border-color-light)}}.startup_stats .stat_icon{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,rgba(79,70,229,.0784313725),rgba(37,99,235,.0784313725));display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.startup_stats .stat_icon svg{font-size:36px;color:#5b4cf0}.startup_stats .stat_details{display:grid;text-align:start}.startup_stats .stat_value{font-size:2rem;font-weight:800;color:#4f46e5;margin-bottom:8px;line-height:1}.startup_stats .stat_title{font-size:16px;font-weight:600;color:var(--black);margin-bottom:4px}.startup_stats .stat_subtitle{font-size:14px;line-height:1.6;font-weight:500;color:var(--dark-gray)}.ai_domains_hero{position:relative;padding:30px 12px 60px;overflow:hidden;background-image:var(--hero-bg-light,url("/assets/images/ai-startups.webp"));background-repeat:no-repeat;background-position:100%;background-size:cover}.ai_domains_hero .MuiGrid-container{width:92%;margin:auto;position:relative;z-index:2}.ai_domains_hero .hero_overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.9) 34%,rgba(255,255,255,.2) 58%,rgba(255,255,255,0) 68%,rgba(255,255,255,0))}.ai_domains_hero .hero_left{max-width:900px;position:relative;z-index:2}.ai_domains_hero .breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:28px;flex-wrap:wrap}.ai_domains_hero .breadcrumb span{font-size:14px;color:var(--dark-gray);cursor:pointer}.ai_domains_hero .breadcrumb .active{color:var(--black);font-weight:600}.ai_domains_hero .breadcrumb svg{font-size:14px;color:var(--dark-gray)}.ai_domains_hero .badge_favourite{display:flex;justify-content:space-between;align-items:center}.ai_domains_hero .badge_favourite .premium_badge{display:flex;max-width:max-content;align-items:center;gap:8px;padding:6px 12px;margin-bottom:16px;border-radius:999px;border:1px solid var(--brands-lite-color);color:var(--brands-color);font-weight:600;font-size:14px;letter-spacing:.5px;box-shadow:0 0 8px rgba(245,208,138,.25),inset 0 0 6px rgba(245,208,138,.15);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ai_domains_hero .badge_favourite .premium_badge .icon{font-size:18px;color:var(--brands-color)}.ai_domains_hero .badge_favourite .premium_badge .brand_icon{width:18px}.ai_domains_hero .badge_favourite .fav_star button{border:1px solid var(--dark-gray)}.ai_domains_hero .badge_favourite .fav_star button svg{color:var(--gray-light)!important}.ai_domains_hero .badge_favourite .fav_star:hover svg{color:var(--success-color)!important}.ai_domains_hero .hero_title{font-size:3.5rem;line-height:1.05;font-weight:700;color:var(--black);margin-bottom:24px;margin-top:24px;max-width:900px}.ai_domains_hero .hero_title .hero_blue{color:#5b5ff6;margin-bottom:24px}.ai_domains_hero .hero_desc{font-size:1.15rem;line-height:1.5;color:var(--dark-gray);margin-bottom:32px}.ai_domains_hero .hero_search{display:flex;align-items:center;height:60px;border-radius:14px;border:2px solid var(--brands-lite-color);background:var(--white);overflow:hidden}.ai_domains_hero .hero_search .search_icon{margin-left:18px;color:var(--dark-gray)}.ai_domains_hero .hero_search input{flex:1 1;border:none;outline:none;background:rgba(0,0,0,0);padding:0 16px;font-size:1.1rem;font-weight:500;color:var(--black)}.ai_domains_hero .hero_search .search_btn{padding:10px 20px;color:var(--white-default);text-transform:none;font-weight:600;font-size:1rem;border-radius:12px;margin:5px;background:linear-gradient(135deg,#6b5cff,#5b5ff6)}.ai_domains_hero .hero_search .search_btn svg{margin-right:12px}.ai_domains_hero .examples{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:16px;margin-bottom:24px}.ai_domains_hero .examples p{color:var(--dark-gray);font-size:14px;font-weight:600}.ai_domains_hero .examples .example_item{padding:8px 14px;border-radius:12px;background:var(--gray-dark);color:var(--brands-color);font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.ai_domains_hero .examples .example_item:hover{background:var(--brands-lite-color);color:#fff}@media(max-width:900px){.ai_domains_hero{background-image:none}.ai_domains_hero .hero_overlay{background:var(--white)}.ai_domains_hero .hero_title{font-size:3rem}}@media(max-width:600px){.ai_domains_hero .hero_title{font-size:30px}.ai_domains_hero .hero_search{flex-direction:row;height:auto}.ai_domains_hero .hero_search input{height:50px;width:100%}.ai_domains_hero .hero_search .search_btn{padding:8px 12px}}.ai_domains_hero .ai_feedback .ai_feedback_btn.helpful_active{color:var(--brands-color);background-color:rgba(245,185,66,.22);box-shadow:inset 0 0 0 1px var(--brands-lite-color)}.ai_domains_hero .ai_feedback .ai_feedback_btn.not_helpful_active{color:var(--brands-color);background-color:rgba(255,138,128,.18);box-shadow:inset 0 0 0 1px var(--brands-lite-color)}.ai_domains_hero .ai_feedback .ai_feedback_btn.comment_active{color:var(--brands-color);background-color:rgba(245,200,75,.14);box-shadow:inset 0 0 0 1px var(--brands-lite-color)}.ai_domains_hero .feedback-comment-wrapper{border:1px solid rgba(42,115,233,.4392156863)!important}.ai_domains_hero .feedback-comment-wrapper .feedback-textfield .MuiOutlinedInput-root fieldset,.ai_domains_hero .feedback-comment-wrapper .feedback-textfield .MuiOutlinedInput-root:hover fieldset{border-color:rgba(42,115,233,.4392156863)}.ai_domains_hero .feedback-comment-wrapper .feedback-textfield .MuiOutlinedInput-root.Mui-focused fieldset{border-color:var(--brands-color)}.ai_domains_hero .feedback-comment-wrapper .feedback-textfield textarea{caret-color:var(--brands-color)}.ai_domains_hero .feedback-comment-wrapper .feedback-actions .save-btn{background-color:var(--brands-color);color:#fff}.ai_domains_hero .feedback-comment-wrapper .feedback-actions .save-btn:hover{background-color:var(--brands-color)}.discovery_hub_assistant{width:92%;margin:30px auto;padding:34px 42px;display:flex;justify-content:space-between;align-items:center;gap:32px;border-radius:24px;background:linear-gradient(90deg,#2b238f,#342ab2 45%,#4338ca)}.discovery_hub_assistant .cta_left{display:flex;align-items:center;gap:24px;flex:1 1}.discovery_hub_assistant .rocket_icon{width:84px;height:84px;min-width:84px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:hsla(0,0%,100%,.08)}.discovery_hub_assistant .rocket_icon svg{font-size:46px;color:#fff;transform:rotate(-20deg)}.discovery_hub_assistant .cta_title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:10px}.discovery_hub_assistant .cta_description{color:hsla(0,0%,100%,.82);font-size:15px;line-height:1.7;max-width:650px}.discovery_hub_assistant .cta_button{min-width:240px;height:56px;padding:0 28px;border-radius:14px!important;background:#fff!important;color:#4338ca!important;font-size:15px;font-weight:700;text-transform:none;box-shadow:none}.discovery_hub_assistant .cta_button:hover{background:#f8f8ff!important}.discovery_hub_assistant .cta_button svg{margin-left:6px}@media(max-width:900px){.discovery_hub_assistant{flex-direction:column;align-items:flex-start;text-align:left}.discovery_hub_assistant .cta_button{width:100%}}@media(max-width:600px){.discovery_hub_assistant{padding:28px 24px}.discovery_hub_assistant .cta_left{flex-direction:column;text-align:center;width:100%}.discovery_hub_assistant .rocket_icon{width:72px;height:72px;min-width:72px}.discovery_hub_assistant .rocket_icon svg{font-size:38px}.discovery_hub_assistant .cta_title{font-size:1.6rem}.discovery_hub_assistant .cta_description{font-size:14px}.discovery_hub_assistant .cta_button{width:100%}}.explore_geography_ai_domains{width:92%;margin:auto;padding:30px 0}.explore_geography_ai_domains .section_title{font-size:1.5rem;font-weight:700;color:var(--black);margin-bottom:24px}.explore_geography_ai_domains .cards_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1200px){.explore_geography_ai_domains .cards_grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.explore_geography_ai_domains .cards_grid{grid-template-columns:1fr}}.explore_geography_ai_domains .explore_card{background:var(--white);border:1px solid #edf2f7;border-radius:20px;padding:24px;transition:all .3s ease;display:flex;flex-direction:column}.explore_geography_ai_domains .explore_card:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(0,0,0,.06)}.explore_geography_ai_domains .explore_card:hover .icon_box{transform:scale(1.06)}.explore_geography_ai_domains .icon_box{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;transition:.3s;margin-bottom:20px}.explore_geography_ai_domains .icon_box svg{font-size:32px}.explore_geography_ai_domains .icon_box.blue{background:rgba(37,99,235,.1)}.explore_geography_ai_domains .icon_box.blue svg{color:#2563eb}.explore_geography_ai_domains .icon_box.green{background:rgba(22,163,74,.1)}.explore_geography_ai_domains .icon_box.green svg{color:#16a34a}.explore_geography_ai_domains .icon_box.purple{background:rgba(124,58,237,.1)}.explore_geography_ai_domains .icon_box.purple svg{color:#7c3aed}.explore_geography_ai_domains .icon_box.orange{background:rgba(249,115,22,.1)}.explore_geography_ai_domains .icon_box.orange svg{color:#f97316}.explore_geography_ai_domains .card_title{font-size:20px;font-weight:700;color:var(--black);margin-bottom:18px;line-height:1.4}.explore_geography_ai_domains .items_list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;flex:1 1}.explore_geography_ai_domains .list_item{font-size:15px;color:#475569;line-height:1.6;position:relative;padding-left:18px}.explore_geography_ai_domains .list_item:before{content:"•";position:absolute;left:0;color:#64748b}.explore_geography_ai_domains .explore_btn{width:fit-content;padding:0;min-width:auto;font-weight:700;text-transform:none;border-radius:0;align-self:flex-start}.explore_geography_ai_domains .explore_btn svg{margin-left:4px;font-size:18px;transition:transform .2s}.explore_geography_ai_domains .explore_btn:hover{background:rgba(0,0,0,0)}.explore_geography_ai_domains .explore_btn:hover svg{transform:translateX(4px)}.explore_geography_ai_domains .explore_card.blue .explore_btn{color:#2563eb}.explore_geography_ai_domains .explore_card.green .explore_btn{color:#16a34a}.explore_geography_ai_domains .explore_card.purple .explore_btn{color:#7c3aed}.explore_geography_ai_domains .explore_card.orange .explore_btn{color:#f97316}.explore_ai_startup_domains{width:92%;margin:auto;padding:30px 0}.explore_ai_startup_domains .section_title{font-size:28px;font-weight:700;color:var(--black);margin-bottom:22px}@media(max-width:768px){.explore_ai_startup_domains .section_title{font-size:24px}}.explore_ai_startup_domains .collections_grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}@media(max-width:1400px){.explore_ai_startup_domains .collections_grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.explore_ai_startup_domains .collections_grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.explore_ai_startup_domains .collections_grid{grid-template-columns:1fr}}.explore_ai_startup_domains .collection_card{background:var(--white);border:1px solid var(--border-color-light);border-radius:18px;padding:24px 18px;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;position:relative;min-height:220px}.explore_ai_startup_domains .collection_card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(16,24,40,.08)}.explore_ai_startup_domains .collection_card:hover .arrow_icon{transform:translateX(5px)}.explore_ai_startup_domains .collection_card:hover .icon_box{transform:scale(1.06)}.explore_ai_startup_domains .icon_box{width:74px;height:74px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px;transition:.3s ease}.explore_ai_startup_domains .icon_box svg{font-size:36px}.explore_ai_startup_domains .icon_box.purple{background:rgba(124,58,237,.12)}.explore_ai_startup_domains .icon_box.purple svg{color:#7c3aed}.explore_ai_startup_domains .icon_box.blue{background:rgba(59,130,246,.12)}.explore_ai_startup_domains .icon_box.blue svg{color:#3b82f6}.explore_ai_startup_domains .icon_box.green{background:rgba(34,197,94,.12)}.explore_ai_startup_domains .icon_box.green svg{color:#22c55e}.explore_ai_startup_domains .icon_box.orange{background:rgba(249,115,22,.12)}.explore_ai_startup_domains .icon_box.orange svg{color:#f97316}.explore_ai_startup_domains .icon_box.violet{background:rgba(139,92,246,.12)}.explore_ai_startup_domains .icon_box.violet svg{color:#8b5cf6}.explore_ai_startup_domains .icon_box.pink{background:rgba(236,72,153,.12)}.explore_ai_startup_domains .icon_box.pink svg{color:#ec4899}.explore_ai_startup_domains .card_title{color:var(--black);font-size:18px;font-weight:700;text-align:center;line-height:1.45;margin-bottom:10px;min-height:52px}.explore_ai_startup_domains .domain_count{color:var(--dark-gray);font-size:14px;font-weight:500;margin-top:auto;margin-bottom:18px}.explore_ai_startup_domains .arrow_icon{color:#5b4df8;font-size:22px;transition:.25s}.why_discovery{padding:36px 40px;border:1px solid var(--border-color-light);border-radius:24px;background:linear-gradient(180deg,#fbfbff,#f7f5ff);display:grid;justify-content:space-between;align-items:center;gap:30px}.why_discovery .left_section{flex:1 1;display:flex;align-items:center;gap:24px}.why_discovery .country_map img{height:140px;width:100%}.why_discovery .brain_icon{width:96px;height:96px;min-width:96px;border-radius:50%;background:var(--white);border:1px solid #ebe8ff;display:flex;justify-content:center;align-items:center;box-shadow:0 12px 30px rgba(108,92,255,.08)}.why_discovery .brain_icon svg{font-size:48px;color:#635bff}.why_discovery .title{font-size:30px;font-weight:700;color:var(--black);margin-bottom:12px}.why_discovery .description{font-size:15px;color:var(--dark-gray);line-height:1.8;min-width:400px;max-width:750px}.why_discovery .right_section{display:grid;grid-template-columns:repeat(2,1fr);gap:28px 36px}.why_discovery .feature_card{display:flex;align-items:flex-start;gap:14px}.why_discovery .icon_box{width:48px;height:48px;border-radius:14px;background:var(--white);border:1px solid #ebe8ff;display:flex;justify-content:center;align-items:center}.why_discovery .icon_box svg{color:#635bff;font-size:24px}.why_discovery .feature_title{font-size:16px;font-weight:700;color:var(--black);margin-bottom:4px}.why_discovery .feature_description{font-size:13px;color:var(--dark-gray);line-height:1.6}@media(max-width:1200px){.why_discovery .description{min-width:inherit}.why_discovery{flex-direction:column;align-items:flex-start}.why_discovery .right_section{width:100%}}@media(max-width:600px){.why_discovery{padding:28px}.why_discovery .left_section{flex-direction:column;text-align:center}.why_discovery .title{font-size:24px}.why_discovery .right_section{grid-template-columns:1fr}}main:has(.ai_domains){padding-bottom:0}[data-theme=dark] .discovery_hub_assistant{background:#151033;border:1px solid #565363}[data-theme=dark] .discovery_hub_assistant .assistant_desc,[data-theme=dark] .discovery_hub_assistant .trust_list li{color:#b2bbc9}[data-theme=dark] .why_discovery{border:1px solid #565363;background:linear-gradient(180deg,#141414,#2b2b2b)}[data-theme=dark] .what_are_technology_domains{background:linear-gradient(135deg,#141414,#2b2b2b)}[data-theme=dark] .ai_domains_hero{background-image:var(--hero-bg-dark,url(/assets/images/ai-startups-dark.webp))}[data-theme=dark] .ai_domains_hero .hero_overlay{background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.9) 34%,rgba(0,0,0,.2) 58%,rgba(0,0,0,0) 68%,rgba(0,0,0,0))!important}