.view-mode-toggle{background:#fff;border-radius:12px;gap:.75rem;width:fit-content;margin-bottom:2rem;padding:.5rem;display:flex;box-shadow:0 2px 8px #0000000f}.toggle-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.toggle-btn svg{width:20px;height:20px}.toggle-btn:hover{color:#667eea;background:#f9fafb}.toggle-btn.active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea4d}.toggle-btn.active:hover{background:linear-gradient(135deg,#5a6fd8 0%,#6a4091 100%)}.advisors-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:4rem 2rem}.advisors-hero-content{max-width:800px;margin:0 auto}.advisors-hero-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.advisors-hero-subtitle{opacity:.95;margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.advisors-search-form{max-width:600px;margin:0 auto}.advisors-search-container{background:#fff;border-radius:16px;align-items:center;padding:.5rem;display:flex;box-shadow:0 8px 32px #00000026}.advisors-search-container .search-icon{color:#9ca3af;flex-shrink:0;width:24px;height:24px;margin-left:1rem}.advisors-search-input{color:#333;background:0 0;border:none;outline:none;flex:1;padding:1rem;font-size:1rem}.advisors-search-input::placeholder{color:#9ca3af}.advisors-search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.advisors-search-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.advisors-container{grid-template-columns:280px 1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem;display:grid}.advisors-sidebar{height:fit-content;position:sticky;top:90px}.sidebar-section{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 15px #0000000d}.sidebar-title{color:#333;border-bottom:2px solid #f0f0f0;margin-bottom:1rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.category-list{margin:0;padding:0;list-style:none}.category-item{cursor:pointer;text-align:left;color:#555;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s;display:flex}.category-item:hover{color:#667eea;background:#f5f5f5}.category-item.active{color:#667eea;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);font-weight:600}.category-name{flex:1}.category-count{color:#666;background:#f0f0f0;border-radius:20px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.category-item.active .category-count{color:#fff;background:#667eea}.active-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.filter-tag{color:#667eea;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:inline-flex}.filter-tag button{color:#667eea;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:1.2rem;line-height:1;transition:opacity .2s}.filter-tag button:hover{opacity:1}.advisors-content{min-height:400px}.advisors-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.75rem;display:grid}.advisor-card{color:inherit;background:#fff;border:2px solid #f5f5f5;border-radius:24px;flex-direction:column;padding:0;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a,0 4px 16px #0000000a}.advisor-card:before{content:"";opacity:0;background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:4px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.advisor-card:hover{border-color:#667eea33;transform:translateY(-8px);box-shadow:0 8px 24px #667eea1f,0 16px 48px #667eea14}.advisor-card:hover:before{opacity:1}.advisor-card-header{background:linear-gradient(#fafbff 0%,#fff 100%);gap:1rem;padding:1.5rem 1.5rem 1rem;display:flex}.advisor-avatar-wrapper,.advisor-avatar{flex-shrink:0;position:relative}.advisor-avatar img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border:3px solid #fff;border-radius:50%;width:80px;height:80px;display:block;box-shadow:0 4px 12px #00000014}.advisor-avatar .avatar-placeholder{aspect-ratio:1;color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 4px 12px #667eea40}.advisor-badge{z-index:1;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 8px #00000026}.advisor-badge.verified{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.advisor-badge svg{width:14px;height:14px}.advisor-info{flex:1;min-width:0}.advisor-name{color:#1a1a1a;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.advisor-rating{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.stars{gap:2px;line-height:1;display:flex}.star{color:#e0e0e0;font-size:1.1rem;line-height:1}.star.filled{color:#fbbf24}.star.half{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fbbf24 50%,#e0e0e0 50%);-webkit-background-clip:text;background-clip:text}.rating-text{color:#1a1a1a;font-size:.95rem;font-weight:700}.review-count{color:#6b7280;font-size:.85rem;font-weight:500}.advisor-categories{flex-wrap:wrap;gap:.5rem;padding:0 1.5rem 1rem;display:flex}.category-badge{color:#667eea;background:linear-gradient(135deg,#f8f9ff 0%,#f5f7ff 100%);border:1px solid #667eea33;border-radius:12px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.category-badge svg{opacity:.8;width:12px;height:12px}.advisor-card:hover .category-badge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;transform:translateY(-1px)}.category-badge.more{color:#667eea;background:linear-gradient(135deg,#667eea26 0%,#764ba226 100%);border-color:#667eea40}.advisor-services-section{flex:1;padding:0 1.5rem 1rem}.services-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.services-header h4{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.services-count{color:#667eea;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border-radius:10px;padding:.25rem .65rem;font-size:.75rem;font-weight:600}.advisor-services-preview{flex-direction:column;gap:.75rem;display:flex}.service-preview{background:#fff;border:1.5px solid #f0f0f0;border-radius:14px;min-height:70px;padding:1rem;transition:all .2s}.service-preview:hover{border-color:#e5e7eb;box-shadow:0 2px 8px #0000000a}.service-preview-content{align-items:center;gap:.85rem;display:flex}.service-preview-image{-o-object-fit:cover;object-fit:cover;border:1px solid #f0f0f0;border-radius:10px;flex-shrink:0;width:50px;height:50px;display:block}.service-type-icon{flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;line-height:1;display:flex}.service-info{flex-direction:column;flex:1;justify-content:center;gap:.4rem;min-width:0;display:flex}.service-title{color:#1a1a1a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.service-meta{flex-wrap:wrap;align-items:center;gap:.85rem;font-size:.85rem;display:flex}.service-duration{color:#6b7280;align-items:center;gap:.35rem;font-weight:600;display:flex}.service-duration svg{opacity:.7;width:15px;height:15px}.service-price{color:#667eea;font-size:.9rem;font-weight:700}.more-services{color:#667eea;background:linear-gradient(135deg,#667eea14 0%,#764ba214 100%);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;padding:.65rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.more-services svg{width:16px;height:16px}.more-services:hover{background:linear-gradient(135deg,#667eea26 0%,#764ba226 100%)}.advisor-card-footer{background:linear-gradient(#fff 0%,#fafbff 100%);border-top:2px solid #f5f5f5;flex-direction:column;gap:1rem;margin-top:auto;padding:1.25rem 1.5rem;display:flex}.advisor-stats{align-items:center;gap:1rem;display:flex}.stat{flex:1;align-items:center;gap:.65rem;display:flex}.stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.stat-icon.bookings{color:#d97706;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.stat-icon.services{color:#2563eb;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%)}.stat-icon svg{width:20px;height:20px}.stat-content{flex-direction:column;gap:.1rem;display:flex}.stat-value{color:#1a1a1a;font-size:1.1rem;font-weight:800;line-height:1}.stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.stat-divider{background:linear-gradient(#0000 0%,#e5e7eb 50%,#0000 100%);width:1px;height:40px}.advisor-price-section{justify-content:space-between;align-items:center;gap:1rem;display:flex}.advisor-price{flex-direction:column;gap:.15rem;display:flex}.price-from{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.price-value{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:800;line-height:1}.view-profile-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 8px #667eea40}.view-profile-btn svg{width:16px;height:16px;transition:transform .3s}.view-profile-btn:hover{transform:translate(2px);box-shadow:0 4px 16px #667eea59}.view-profile-btn:hover svg{transform:translate(4px)}.advisors-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.loading-spinner{border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.advisors-loading p{color:#666;font-size:1rem}.advisors-error{text-align:center;padding:4rem 2rem}.advisors-error p{color:#ef4444;margin-bottom:1rem}.retry-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.advisors-empty{text-align:center;background:#fff;border-radius:20px;padding:4rem 2rem;box-shadow:0 4px 15px #0000000d}.empty-icon{margin-bottom:1rem;font-size:4rem}.advisors-empty h3{color:#333;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.advisors-empty p{color:#666;margin-bottom:1.5rem}.clear-filters-btn{color:#667eea;cursor:pointer;background:0 0;border:2px solid #667eea;border-radius:10px;padding:.75rem 2rem;font-weight:600;transition:all .2s}.clear-filters-btn:hover{color:#fff;background:#667eea}.pagination{background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #0000000d}.pagination-btn{color:#667eea;cursor:pointer;background:0 0;border:2px solid #667eea;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.pagination-btn:hover:not(:disabled){color:#fff;background:#667eea}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#666;font-weight:500}@media (max-width:1024px){.advisors-container{grid-template-columns:1fr}.advisors-sidebar{position:static}.category-list{flex-wrap:wrap;gap:.5rem;display:flex}.category-item{border:1px solid #f0f0f0;border-radius:20px;flex:none;padding:.5rem 1rem}}@media (max-width:768px){.advisors-hero{padding:3rem 1.5rem}.advisors-hero-title{font-size:2rem}.advisors-search-container{flex-direction:column;gap:1rem;padding:1rem}.advisors-search-container .search-icon{display:none}.advisors-search-input{border:1px solid #e0e0e0;border-radius:10px;width:100%;padding:.75rem 1rem}.advisors-search-btn{width:100%}.advisors-container{gap:1.5rem;padding:1rem}.advisors-grid{grid-template-columns:1fr;gap:1.5rem}.advisor-card{max-width:100%}.advisor-card-header{padding:1.25rem 1.25rem 1rem}.advisor-categories,.advisor-services-section{padding:0 1.25rem 1rem}.advisor-card-footer{padding:1rem 1.25rem}}@media (max-width:480px){.advisor-card-header{flex-direction:row;align-items:flex-start;gap:1rem}.advisor-avatar-wrapper{margin-bottom:0}.advisor-avatar img,.advisor-avatar .avatar-placeholder{aspect-ratio:1;width:70px;height:70px}.advisor-info{text-align:left;flex:1}.advisor-name{font-size:1.1rem}.advisor-rating{flex-wrap:wrap;justify-content:flex-start}.rating-text{font-size:.85rem}.review-count{font-size:.8rem}.advisor-categories{justify-content:flex-start}.category-badge{padding:.35rem .75rem;font-size:.75rem}.category-badge svg{width:11px;height:11px}.services-header h4{font-size:.85rem}.services-count{font-size:.7rem}.service-preview{padding:.85rem}.service-preview-image{width:45px;height:45px}.service-type-icon{width:45px;height:45px;font-size:1.3rem}.service-title{font-size:.9rem}.service-meta{font-size:.8rem}.service-price{font-size:.85rem}.advisor-stats,.stat{gap:.5rem}.stat-icon{width:36px;height:36px}.stat-icon svg{width:18px;height:18px}.stat-value{font-size:1rem}.stat-label{font-size:.7rem}.stat-divider{height:36px}.advisor-price-section{flex-direction:row;justify-content:space-between;align-items:center}.price-value{font-size:1.2rem}.view-profile-btn{padding:.65rem 1rem;font-size:.85rem}.view-profile-btn svg{width:14px;height:14px}.advisor-price{text-align:left}}
