:root{--bg:#f6f7fa;--white:#fff;--gray:#666;--light:#e5e7eb;--primary:#6366f1;--primary-h:#4f46e5;--shadow:0 4px 12px rgba(0,0,0,.08);--shadow-hover:0 6px 16px rgba(0,0,0,.10)}.provider-tariff-card{background:linear-gradient(to bottom,rgba(0,0,0,.3),rgba(0,0,0,.85)),var(--bg-image);background-size:cover;background-position:50%;position:relative;overflow:hidden;color:white;border-radius:14px;box-shadow:var(--shadow);padding:18px 16px 20px;display:flex;flex-direction:column;gap:10px;min-height:340px;max-height:420px;transition:all .15s;width:100%;max-width:100%}.provider-tariff-card:not([style*="--bg-image"]){background:linear-gradient(135deg,#050505,#0f0919 15%,#0d1423 30%,#0a2540 45%,#152d70 60%,#1f1f5a 75%,#2f1560 90%,#3d1458)}.provider-tariff-card-gradient{position:absolute;inset:0;background:linear-gradient(135deg,#050505,#0f0919 15%,#0d1423 30%,#0a2540 45%,#152d70 60%,#1f1f5a 75%,#2f1560 90%,#3d1458);z-index:0}.provider-tariff-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.7));z-index:0;pointer-events:none;transition:all .15s}.provider-tariff-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.provider-tariff-card:hover:after{background:linear-gradient(180deg,rgba(0,0,0,0) 20%,rgba(0,0,0,.6))}.provider-tariff-card>*{position:relative;z-index:1}.provider-tariff-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:auto}.provider-tariff-brand{font-size:12px;text-transform:uppercase;color:rgba(255,255,255,.7);text-shadow:0 1px 2px rgba(0,0,0,.5)}.provider-tariff-type-badge{display:flex;align-items:center;gap:6px;font-size:12px;background:rgba(255,255,255,.2);color:white;padding:4px 10px;border-radius:8px;backdrop-filter:blur(10px)}.provider-tariff-type-badge .iconify{font-size:16px}.provider-tariff-card-content{margin-top:auto;display:flex;flex-direction:column;gap:8px}.provider-tariff-title{font-size:16px;font-weight:600;color:white;text-shadow:0 2px 4px rgba(0,0,0,.5)}.provider-tariff-description{font-size:13px;color:rgba(255,255,255,.9);text-shadow:0 1px 2px rgba(0,0,0,.5);line-height:1.4}.provider-tariff-info-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgba(255,255,255,.8)}.provider-tariff-date{display:flex;align-items:center;gap:6px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.provider-tariff-price-btn{background:rgba(255,255,255,.9);color:#333;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;backdrop-filter:blur(10px)}.provider-tariff-price-btn:hover{background:rgba(255,255,255,1);transform:translateY(-1px)}.provider-tariff-price-btn:focus{outline:none}.provider-tariff-price-overlay{position:absolute;inset:0;padding:0;border-radius:14px;background:rgba(0,0,0,.5);color:white;display:none;flex-direction:column;z-index:2;min-height:320px}.provider-tariff-card.open{padding:0}.provider-tariff-card.open .provider-tariff-price-overlay{display:flex}.provider-tariff-card.open .provider-tariff-card-content,.provider-tariff-card.open .provider-tariff-card-header{display:none}.provider-tariff-close-btn{position:absolute;top:18px;right:16px;background:transparent;border:none;font-size:18px;color:white;cursor:pointer;padding:6px;transition:all .15s;text-shadow:0 0 10px rgba(0,0,0,1),0 2px 4px rgba(0,0,0,1);z-index:10}.provider-tariff-close-btn:hover{transform:scale(1.2)}.provider-tariff-close-btn:focus{outline:none}.provider-tariff-overlay-title{font-size:14px;font-weight:700;margin-bottom:10px;padding:18px 30px 0 16px;line-height:1.2;color:white;text-shadow:0 0 10px rgba(0,0,0,1),0 2px 4px rgba(0,0,0,1)}.provider-tariff-switcher{display:flex;background:rgba(255,255,255,.15);border-radius:12px;padding:4px;margin:0 16px 12px;width:fit-content;backdrop-filter:blur(10px)}.provider-tariff-switcher button{padding:8px 16px;font-size:11px;font-weight:600;border:none;border-radius:10px;background:transparent;color:rgba(255,255,255,.8);cursor:pointer;transition:all .2s;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.8);min-width:70px}.provider-tariff-switcher button.active{background:var(--primary);color:white;text-shadow:none;font-weight:700;transform:translateY(-1px);box-shadow:0 2px 8px rgba(99,102,241,.3)}.provider-tariff-switcher button:hover:not(.active){background:rgba(255,255,255,.1);color:white}.provider-tariff-switcher button.active:hover{background:var(--primary-h);transform:translateY(-1px)}.provider-tariff-switcher button:focus{outline:none}.provider-tariff-price-table{flex-grow:1;background:transparent;padding:0 16px 24px;max-height:none;overflow-y:auto}.provider-tariff-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:white;margin-bottom:6px;padding:8px 12px;border-radius:6px;background:rgba(255,255,255,.12);transition:all .15s;backdrop-filter:blur(5px)}.provider-tariff-row:last-child{margin-bottom:0}.provider-tariff-row:hover{background:rgba(255,255,255,.15)}.provider-tariff-row span:first-child{font-size:12px;opacity:.95;text-shadow:0 0 8px rgba(0,0,0,1),0 1px 3px rgba(0,0,0,1)}.provider-tariff-row span:last-child{font-weight:700;color:#fff;font-size:13px;text-shadow:0 0 10px rgba(0,0,0,1),0 2px 4px rgba(0,0,0,1)}@media (max-width:768px){.provider-tariff-card{min-height:360px;padding:16px 14px 18px;gap:8px}.provider-tariff-card-header{margin-bottom:0}.provider-tariff-card-content{margin-top:auto;gap:6px}.provider-tariff-title{font-size:15px;line-height:1.3}.provider-tariff-description{font-size:12px;line-height:1.4}.provider-tariff-info-row{margin-top:4px}.provider-tariff-card.open{padding:0}.provider-tariff-price-overlay{padding:0;min-height:360px;background:rgba(0,0,0,.6)}.provider-tariff-overlay-title{font-size:13px;margin-bottom:8px;padding:18px 28px 0 16px}.provider-tariff-switcher{margin:0 16px 10px}.provider-tariff-price-table{padding:0 16px 24px}.provider-tariff-close-btn{top:18px;right:16px}.provider-tariff-switcher button{padding:6px 10px;font-size:11px}.provider-tariff-row{padding:6px 10px;margin-bottom:5px;font-size:12px}.provider-tariff-row span:first-child{font-size:11px}.provider-tariff-row span:last-child{font-size:12px}}.provider-tariff-container{max-width:1100px;margin:auto;padding:25px 10px;background:none;opacity:1;transition:opacity .3s ease}@media (min-width:769px){.provider-tariff-container{padding:35px 20px}}.provider-tariff-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}@media (min-width:769px){.provider-tariff-filters{gap:14px;margin-bottom:20px}}.provider-brand-dropdown-wrapper{position:relative;display:inline-block}.provider-brand-dropdown-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 36px 7px 12px;font-size:14px;font-family:Montserrat,sans-serif;font-weight:500;color:#333;background:#fff;border:none;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;transition:box-shadow .2s ease,background-color .2s ease;min-width:180px;text-align:left}.provider-brand-dropdown-btn:hover{box-shadow:0 6px 16px rgba(0,0,0,.1)}.provider-brand-dropdown-btn:focus{outline:none;box-shadow:0 6px 16px rgba(0,0,0,.12)}.provider-brand-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:transform .3s ease;color:#666}.provider-brand-dropdown-wrapper.open .provider-brand-arrow{transform:translateY(-50%) rotate(180deg)}.provider-brand-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:400px;overflow-y:auto;padding:8px;display:none;z-index:1000;width:100%;box-sizing:border-box}.provider-brand-dropdown-wrapper.open .provider-brand-dropdown-menu{display:block}.provider-brand-item{display:flex;align-items:center;gap:12px;padding:10px 12px;cursor:pointer;border-radius:8px;transition:background .2s ease;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:#333}.provider-brand-item:hover{background:#f8f9fa}.provider-brand-item.selected{background:#f0f0f0}.provider-brand-logo{width:28px;height:28px;object-fit:contain;flex-shrink:0;border-radius:50%}.provider-brand-dropdown-btn .provider-brand-logo{width:19px;height:19px}.provider-brand-selected-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:769px){.provider-brand-dropdown-btn{padding:12px 45px 12px 18px;font-size:15px;border-radius:20px;min-width:200px}.provider-brand-dropdown-menu{border-radius:16px;padding:12px}.provider-brand-item{padding:12px 14px;font-size:15px;border-radius:10px}.provider-brand-item .provider-brand-logo{width:32px;height:32px}.provider-brand-dropdown-btn .provider-brand-logo{width:19px;height:19px}}#providerTariffFilterToggle{display:none;width:100%;padding:16px 20px;font-size:16px;font-weight:700;font-family:Montserrat,sans-serif;background:#fff;color:#1a1a1a;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.08);text-align:center}#providerTariffFilterToggle:hover{background:#f8f9fa;box-shadow:0 6px 16px rgba(0,0,0,.12);border-color:#d0d0d0}#providerTariffFilterToggle:focus{outline:none;box-shadow:0 6px 16px rgba(0,0,0,.15);border-color:#999}#providerTariffFilterToggle:active{transform:scale(.98)}.provider-tariff-mobile-filters{display:none;flex-direction:column;gap:14px;background:#fff;border:none;padding:20px;border-radius:20px;margin-bottom:20px;box-shadow:0 8px 24px rgba(0,0,0,.12)}.provider-tariff-mobile-filters select{padding:14px 40px 14px 16px;font-size:15px;font-family:Montserrat,sans-serif;font-weight:600;color:#1a1a1a;background:#f8f9fa url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23333333' viewBox='0 0 24 24'%3e%3cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6l1.41-1.41z'/%3e%3c/svg%3e") no-repeat right 14px center/20px;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .3s ease;-webkit-appearance:none;appearance:none}.provider-tariff-mobile-filters select:hover{background-color:#f0f1f2;box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#d0d0d0}.provider-tariff-mobile-filters select:focus{outline:none;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);border-color:#999}.provider-tariff-mobile-buttons button{padding:14px 28px;font-size:15px;font-weight:600;font-family:Montserrat,sans-serif;color:#fff;background:#333;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;margin-top:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);width:100%}.provider-tariff-mobile-buttons button:hover{background:#222;box-shadow:0 6px 16px rgba(0,0,0,.2)}.provider-tariff-mobile-buttons button:focus{outline:none;box-shadow:0 6px 16px rgba(0,0,0,.25)}.provider-tariff-mobile-buttons button:active{transform:scale(.98)}.provider-tariff-card-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start}@media (min-width:960px){.provider-tariff-card-grid{grid-template-columns:repeat(4,1fr)}}.provider-tariff-load-more-container{display:flex;justify-content:center;align-items:center;margin-top:30px;padding:20px}.provider-tariff-load-more-btn{background:#fff;border:none;border-radius:50px;padding:14px 32px;font-size:15px;font-weight:600;font-family:Montserrat,sans-serif;color:#333;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 12px rgba(0,0,0,.08);margin:0 auto}.provider-tariff-load-more-btn:hover{background:#f8f9fa;box-shadow:0 6px 16px rgba(0,0,0,.12)}.provider-tariff-load-more-btn:focus{outline:none;box-shadow:0 6px 16px rgba(0,0,0,.15)}.provider-tariff-load-more-btn .iconify{font-size:20px;transition:transform .3s ease}.provider-tariff-load-more-btn:hover .iconify{transform:translateY(2px)}.provider-tariff-no-data{text-align:center;padding:40px 20px;color:#666;grid-column:1/-1}.provider-tariff-no-data p{font-size:18px;margin:0}@media (max-width:768px){#providerTariffDesktopFilters{display:none!important}#providerTariffFilterToggle{display:block}.provider-brand-dropdown-wrapper{display:none!important}.provider-tariff-card-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:390px){.provider-tariff-card-grid{grid-template-columns:1fr!important;gap:14px}.provider-tariff-load-more-container{margin-top:20px;padding:15px}.provider-tariff-load-more-btn{padding:12px 28px;font-size:14px;border-radius:50px}.provider-tariff-no-data{padding:30px 15px}.provider-tariff-no-data p{font-size:16px}}body.dark-mode .provider-brand-dropdown-btn{background:#2d2d2d;color:#e0e0e0;box-shadow:0 4px 12px rgba(0,0,0,.3)}body.dark-mode .provider-brand-dropdown-btn:hover{background:#3d3d3d;box-shadow:0 6px 16px rgba(0,0,0,.4)}body.dark-mode .provider-brand-arrow{color:#999}body.dark-mode .provider-brand-dropdown-menu{background:#1a1a1a;box-shadow:0 8px 24px rgba(0,0,0,.6);border:1px solid #333}body.dark-mode .provider-brand-item{color:#e0e0e0}body.dark-mode .provider-brand-item:hover{background:#2d2d2d}body.dark-mode .provider-brand-item.selected{background:#3d3d3d}body.dark-mode #providerTariffFilterToggle{background:#2d2d2d;color:#e0e0e0;box-shadow:0 4px 12px rgba(0,0,0,.3)}body.dark-mode #providerTariffFilterToggle:hover{background:#3d3d3d;box-shadow:0 6px 16px rgba(0,0,0,.4)}body.dark-mode .provider-tariff-mobile-filters{background:#1a1a1a;box-shadow:0 8px 24px rgba(0,0,0,.6);border:1px solid #333}body.dark-mode .provider-tariff-mobile-filters select{background:#2d2d2d url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23999999' viewBox='0 0 24 24'%3e%3cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6l1.41-1.41z'/%3e%3c/svg%3e") no-repeat right 14px center/20px;color:#e0e0e0;box-shadow:none}body.dark-mode .provider-tariff-mobile-filters select:hover{background-color:#3d3d3d}body.dark-mode .provider-tariff-mobile-buttons button{background:#4a4a4a;color:#fff}body.dark-mode .provider-tariff-mobile-buttons button:hover{background:#5a5a5a}body.dark-mode .provider-tariff-load-more-btn{background:#2d2d2d;color:#e0e0e0;box-shadow:0 4px 12px rgba(0,0,0,.3)}body.dark-mode .provider-tariff-load-more-btn:hover{background:#3d3d3d;box-shadow:0 6px 16px rgba(0,0,0,.4)}.BrandPage_brandPage__5x7AV{width:100%;max-width:1400px;margin:0 auto;padding:20px}.BrandPage_brandHeader__nSXEy{margin-bottom:20px;text-align:left;padding-left:20px}.BrandPage_brandTitle__1yGe8{font-size:36px;font-weight:700;color:var(--text-primary,#000);margin:0;line-height:1.3}.BrandPage_brandPage__5x7AV .neurosets-content-section{max-width:100%;margin:0}.BrandPage_brandPage__5x7AV .acf-content,.BrandPage_brandPage__5x7AV .detailed-content,.BrandPage_brandPage__5x7AV .neurosets-content-left-content{width:100%;max-width:100%}@media (max-width:768px){.BrandPage_brandPage__5x7AV{padding:16px}.BrandPage_brandHeader__nSXEy{padding-left:0}.BrandPage_brandTitle__1yGe8{font-size:28px}}.chief-content-section-indexpage{margin:0}.neurosets-filter-bar{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:20px}.neuroset-button{background:#fff;border:none;border-radius:20px;padding:10px 20px;font-family:Montserrat,sans-serif;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px;white-space:nowrap}.neuroset-button:hover{background:#e0e5ed}#popular-btn .chevron-icon{font-size:20px;transition:transform .3s}#popular-btn.open .chevron-icon{transform:rotate(180deg)}.neurosets-dropdown{list-style:none;margin:6px 0 0;padding:0;display:none;position:absolute;left:0;top:100%;background:#fff;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.08);width:220px;z-index:1000;max-height:400px;overflow-y:auto}.neurosets-dropdown.open{display:block}.neurosets-dropdown a{display:block;padding:10px 15px;text-decoration:none;color:inherit;font-size:14px}.neurosets-dropdown a:hover{background:#e0e5ed;border-radius:10px}.neurosets-dropdown a:visited{color:inherit}.network-list{display:flex;justify-content:center}.networks{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:100%}.network{background:#fff;border-radius:20px;font-family:Montserrat,sans-serif;display:flex;flex-direction:column}.network-header{display:flex;align-items:center;padding:15px}.network-header img{width:60px;height:60px;object-fit:cover;border-radius:10px;margin-right:15px;flex-shrink:0}.network-header h2{margin:0 0 5px;font-size:15px;line-height:1.4;font-weight:500}.network-header p{margin:0;color:#666;font-size:12px;line-height:1.4}.load-more-container{justify-content:center;margin-top:30px;padding:20px}.load-more-btn,.load-more-container{display:flex;align-items:center}.load-more-btn{background:#fff;border:none;border-radius:50px;padding:14px 32px;font-size:15px;font-weight:600;font-family:Montserrat,sans-serif;color:#1a1a1a;cursor:pointer;gap:10px;box-shadow:0 4px 12px rgba(0,0,0,.08);margin:0 auto;transition:all .3s ease}.load-more-btn:hover{background:#f8f9fa;box-shadow:0 6px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.load-more-btn:focus{outline:none;box-shadow:0 6px 16px rgba(0,0,0,.15)}.load-more-btn .iconify{font-size:20px;transition:transform .3s ease}.load-more-btn:hover .iconify{transform:translateY(2px)}#neuroset-search{flex:1;padding:10px 15px;border-radius:8px;border:1px solid #ccc;font-family:Montserrat,sans-serif;font-size:14px;outline:none;transition:border-color .2s}#neuroset-search:focus{border-color:#999;box-shadow:none}#neuroset-search::placeholder{color:#aaa}#neuroset-search{border:none!important}@media (min-width:769px){#neuroset-search{border-radius:20px!important}}.skills-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;font-family:Montserrat,sans-serif}.skills-loading .spinner{width:40px;height:40px;border:4px solid #e0e5ed;border-top-color:#6a0dad;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{to{transform:rotate(1turn)}}.skills-loading p{color:#666;font-size:14px}.skills-error{padding:40px 20px;color:#d32f2f}.no-results,.skills-error{text-align:center;font-family:Montserrat,sans-serif}.no-results{grid-column:1/-1;padding:60px 20px;color:#666}body.dark-mode .load-more-btn{background:#2d2d2d;color:#e0e0e0;box-shadow:0 4px 12px rgba(0,0,0,.3)}body.dark-mode .load-more-btn:hover{background:#3d3d3d;box-shadow:0 6px 16px rgba(0,0,0,.4)}@media (max-width:768px){.neurosets-filter-bar{display:grid;grid-template-columns:1fr 1fr;row-gap:10px;column-gap:0;margin-bottom:20px}.neurosets-filter-bar:after{content:"";display:none}.neurosets-filter-bar>div:first-child{grid-column:1;grid-row:1}#popular-btn{width:100%;border-radius:20px 0 0 20px!important;justify-content:center}.neurosets-filter-bar>div:last-child{display:contents!important}#neuroset-search{grid-column:2;grid-row:1;border-radius:0 20px 20px 0!important;margin:0!important;background:#fff}#my-assistants-tab-btn{grid-column:1;margin-right:10px!important}#create-assistant-btn,#my-assistants-tab-btn{grid-row:2;border-radius:20px!important;justify-content:center;padding:10px 12px;font-size:13px}#create-assistant-btn{grid-column:2;margin:0!important}.neurosets-dropdown{position:absolute;width:100%;top:calc(100% + 5px);left:0;z-index:1000}.networks{grid-template-columns:1fr}.load-more-container{margin-top:20px;padding:15px}.load-more-btn{padding:12px 28px;font-size:14px;border-radius:50px}}.CategoryPage_categoryPage__RJKkO{width:100%;max-width:1400px;margin:0 auto;padding:20px}.CategoryPage_categoryHeader__ML7Eq{margin-bottom:40px;text-align:left;padding-left:20px}.CategoryPage_categoryTitle__uvwrD{font-size:36px;font-weight:700;color:var(--text-primary,#000);margin:0;line-height:1.3}.CategoryPage_categoryPage__RJKkO .neurosets-content-section{max-width:100%;margin:40px 0 0}.CategoryPage_categoryPage__RJKkO .acf-content,.CategoryPage_categoryPage__RJKkO .detailed-content,.CategoryPage_categoryPage__RJKkO .neurosets-content-left-content{width:100%;max-width:100%}@media (max-width:768px){.CategoryPage_categoryPage__RJKkO{padding:16px}.CategoryPage_categoryHeader__ML7Eq{padding-left:0}.CategoryPage_categoryTitle__uvwrD{font-size:28px}}