.dashboard{padding:20px}.dashboard-container{padding:2rem;max-width:1200px;margin:0 auto}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px}.chart-container{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.podcast-container{grid-column:1 / -1;max-width:100%;margin-bottom:20px}.chart-title{font-size:1.2rem;margin-bottom:1.5rem;color:#333}.loading{display:flex;justify-content:center;align-items:center;min-height:300px;font-size:1.1rem;color:#666}.error{color:#dc3545;padding:1rem;border-radius:4px;background:#ffe6e6;margin:1rem 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}.profile-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a}.profile-header{display:flex;gap:2rem;align-items:flex-start}.profile-photo-container{position:relative;flex-shrink:0;width:150px;height:150px;border-radius:50%;overflow:hidden;cursor:pointer;border:3px solid #f0f0f0;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.profile-photo{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%}.photo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.photo-overlay span{color:#fff;font-size:.875rem}.profile-photo-container:hover .photo-overlay{opacity:1}.profile-info{flex:1}.profile-name{font-size:1.75rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.profile-specialization{font-size:1.1rem;color:#4a5568;margin:0 0 1.5rem}.profile-section{margin-bottom:2rem}.section-title{font-size:1.1rem;font-weight:600;color:#4a5568;margin-bottom:1rem}.contact-info{display:flex;flex-direction:column;gap:.75rem}.info-item{display:flex;gap:.5rem}.info-item .label{font-weight:500;color:#4a5568;min-width:80px}.info-item .value{color:#2d3748}.bio-text{color:#4a5568;line-height:1.6;white-space:pre-wrap}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:500;color:#4a5568}.form-input,.form-textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;width:100%}.form-textarea{min-height:120px;resize:vertical}.form-actions{display:flex;gap:1rem;margin-top:1rem}.cancel-button,.save-button,.edit-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button{background:#e2e8f0;color:#4a5568;border:none}.save-button{background:#3182ce;color:#fff;border:none}.edit-button{background:#3182ce;color:#fff;border:none;font-size:.875rem}.cancel-button:hover{background:#cbd5e0}.save-button:hover,.edit-button:hover{background:#2c5282}.stats-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 4px #0000001a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#f7fafc;padding:1.5rem;border-radius:8px;text-align:center}.stat-value{font-size:2rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.stat-label{color:#4a5568;font-size:.875rem}.chart-container{margin-top:2rem}.chart-title{font-size:1.1rem;font-weight:600;color:#4a5568;margin-bottom:1.5rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.referrers-section{margin-top:2rem;background:#fff;border-radius:12px;padding:2rem}.referrers-grid{display:grid;gap:1rem;margin-top:1rem}.referrer-card{background:#f7fafc;padding:1rem;border-radius:8px}.referrer-info{display:flex;justify-content:space-between;margin-bottom:.5rem}.referrer-name{font-weight:500;color:#2d3748}.referrer-visits{color:#4a5568;font-size:.875rem}.referrer-bar-container{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.referrer-bar{height:100%;background:#3182ce;border-radius:3px;transition:width .3s ease}.profile-completion{margin-top:2rem;background:#fff;border-radius:12px;padding:2rem}.completion-container{margin-top:1rem}.completion-bar-container{width:100%;height:24px;background:#e2e8f0;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.completion-bar{height:100%;background:linear-gradient(90deg,#3182ce,#48bb78);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:width .3s ease}.completion-text{color:#fff;font-weight:600;font-size:.875rem}.completion-tips{background:#f7fafc;padding:1.5rem;border-radius:8px}.completion-tips h4{color:#2d3748;font-size:1rem;margin:0 0 1rem}.completion-tips ul{margin:0;padding-left:1.5rem;color:#4a5568}.completion-tips li{margin-bottom:.5rem}.completion-tips li:last-child{margin-bottom:0}.coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:80vh;background-color:#f8f9fa}.coming-soon-content{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.coming-soon-content h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.coming-soon-text{font-size:1.8rem;color:#007bff;font-weight:600;margin:1.5rem 0}.coming-soon-content p{color:#666;font-size:1.2rem}@media (max-width: 1200px){.dashboard-content{margin-left:200px}}@media (max-width: 768px){.dashboard-container{padding:1rem}.profile-header{flex-direction:column;align-items:center;text-align:center}.profile-photo-container{width:120px;height:120px;border-radius:50%}.profile-name{font-size:1.5rem}.stats-grid,.charts-grid{grid-template-columns:1fr}.referrers-section,.profile-completion{padding:1.5rem}}.spotify-podcast-container{width:100%;max-width:1200px;margin:1rem auto;border-radius:12px;overflow:hidden;box-sizing:border-box}.spotify-podcast-title{margin:0 0 1rem;font-size:1.1rem;color:#e2e8f0;font-weight:600;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.spotify-podcast-frame{border-radius:12px;width:100%;max-width:100%;box-sizing:border-box}.spotify-podcast-frame.dark{background-color:#282828}.spotify-podcast-frame.light{background-color:#fff}@media (max-width: 768px){.spotify-podcast-container{width:100%;margin:0;padding:0}.spotify-podcast-title{font-size:1rem}.spotify-podcast-frame{width:100%;height:180px;border-radius:8px}}@media (max-width: 480px){.spotify-podcast-container{padding:0}.spotify-podcast-frame{height:160px}}.landing-page{min-height:100vh;background:#fff;width:100%;overflow-x:hidden;position:relative}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#fffffffa;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 1px 2px #0000000d}.landing-logo{display:flex;align-items:center}.landing-logo img{height:40px;width:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{padding-top:120px;min-height:80vh;display:flex;align-items:center;background:linear-gradient(135deg,#f7fafc,#ebf8ff)}.hero-content{text-align:center;max-width:800px;margin:0 auto;padding:4rem 1rem}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;background:linear-gradient(135deg,#1a365d,#2b6cb0);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:clamp(1.25rem,2.5vw,1.5rem);color:#4a5568;margin-bottom:2rem;line-height:1.5}.hero-cta{margin-top:2.5rem}.join-button,.cta-button{padding:.75rem 2rem;font-size:1.125rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.join-button{background:#2b6cb0;color:#fff}.cta-button{background:linear-gradient(135deg,#2b6cb0,#4299e1);color:#fff;padding:1rem 3rem;font-size:1.25rem;box-shadow:0 2px 4px #2b6cb026}.join-button:hover,.cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 6px #2b6cb033}.podcast-section{padding:6rem 0;background:#fff}.section-title{font-size:2.5rem;font-weight:700;color:#1a365d;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:#4a5568;text-align:center;margin-bottom:3rem}.podcast-player{max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.landing-footer{background:#1a365d;color:#fff;padding:3rem 0}.footer-content{display:flex;justify-content:center;align-items:center;text-align:center}.footer-info p{margin:.5rem 0;color:#e2e8f0}@media (max-width: 768px){.landing-nav{padding:1rem}.hero-content{padding:2rem 1rem}.container{padding:0 1rem}.podcast-section{padding:4rem 0}}.public-profile-container{max-width:800px;margin:2rem auto;padding:0 1rem;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.public-profile-container::-webkit-scrollbar{width:8px}.public-profile-container::-webkit-scrollbar-track{background:transparent}.public-profile-container::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.profile-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.profile-card::-webkit-scrollbar{width:8px}.profile-card::-webkit-scrollbar-track{background:transparent}.profile-card::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.profile-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.profile-photo-container{margin-bottom:1.5rem}.profile-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;border:3px solid #f0f0f0;box-shadow:0 2px 8px #0000001a}.profile-info{width:100%}.profile-name{font-size:2rem;font-weight:600;margin:0 0 .5rem;color:#333}.profile-specialization{font-size:1.2rem;color:#666;margin:0}.profile-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.section-title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.contact-info{display:grid;gap:1rem}.info-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8f9fa;border-radius:8px}.label{font-weight:500;color:#666;min-width:80px}.value{color:#333;flex:1}.bio-text{line-height:1.6;color:#444;white-space:pre-wrap;padding:1rem;background:#f8f9fa;border-radius:8px}.disclaimer{color:#666;font-size:.9rem;text-align:center;padding:1rem;margin-top:2rem;background:#fff3cd;border-radius:8px;font-style:italic}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.claim-button,.opt-out-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;border:none}.claim-button{background-color:#007bff;color:#fff}.claim-button:hover{background-color:#0056b3}.opt-out-button{background-color:#dc3545;color:#fff}.opt-out-button:hover{background-color:#c82333}.claim-button:disabled,.opt-out-button:disabled{opacity:.7;cursor:not-allowed}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#666;display:flex;align-items:center;justify-content:center;min-height:300px}.error{text-align:center;padding:2rem;color:#dc3545;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem}.error h2{margin:0;color:#dc3545}.error p{margin:0;color:#666}.error button{margin-top:1rem;padding:.75rem 1.5rem;border-radius:6px;background:#007bff;color:#fff;border:none;cursor:pointer;font-size:1rem;transition:background .2s ease}.error button:hover{background:#0056b3}.content-wrapper{overflow:hidden!important;-ms-overflow-style:none;scrollbar-width:none}.content-wrapper::-webkit-scrollbar{display:none}@media (max-width: 600px){.public-profile-container{margin:1rem auto}.profile-card{padding:1rem}.profile-photo{width:140px;height:140px}.profile-name{font-size:1.75rem}.action-buttons{flex-direction:column}.info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.label{min-width:auto}}.sidebar{width:250px;position:fixed;left:0;top:0;bottom:0;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;z-index:1000;transition:transform .3s ease-in-out;overflow-y:auto}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.logo{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:600}.sidebar-nav{flex:1 1 auto;padding:1.5rem 0;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.nav-item{display:flex;align-items:center;padding:.75rem 1.5rem;color:#fff;text-decoration:none;transition:background-color .2s;font-size:1rem}.nav-item:hover{background:#ffffff1a}.nav-item.active{background:#ffffff26;font-weight:500}.nav-icon{margin-right:.75rem;font-size:1.1rem}.sidebar-footer{flex:0 0 auto;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;background:#1a1a1a}.hamburger-menu{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:none;border:none;cursor:pointer;padding:.5rem;width:2.5rem;height:2.5rem}.hamburger-menu span{display:block;width:100%;height:2px;background-color:#1a1a1a;margin:6px 0;transition:.3s}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;opacity:0;transition:opacity .3s ease-in-out}.sidebar-overlay.active{opacity:1}@media (max-width: 768px){.sidebar{transform:translate(-100%);width:280px;height:100dvh}.sidebar.open{transform:translate(0)}.hamburger-menu,.sidebar-overlay{display:block}.sidebar-overlay:not(.active){pointer-events:none}.sidebar-header{padding-left:4rem}.logo{font-size:1.25rem}.nav-item{padding:.75rem 1.5rem;font-size:1rem}}.app-layout{display:flex;min-height:100vh;background-color:#f5f5f5}.main-content{margin-left:250px;flex:1;min-height:100vh;background-color:#f5f5f5;overflow-x:hidden}.content-wrapper{width:100%;height:100%}@media (max-width: 768px){.main-content{margin-left:0;width:100%}}.find-page{min-height:100vh;background-color:#f8fafc}.search-section{background:linear-gradient(135deg,#1a365d,#2b6cb0);padding:4rem 2rem;color:#fff}.search-container{max-width:1200px;margin:0 auto;text-align:center}.search-container h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.search-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2.5rem}.search-box{display:flex;gap:1rem;max-width:900px;margin:0 auto 1.5rem;background:#fff;padding:.75rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.search-input-group{position:relative;flex:1}.search-icon{position:absolute;left:1rem;top:1.25rem;transform:translateY(-50%);color:#64748b;font-size:1.25rem}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s ease;resize:none;font-family:inherit;line-height:1.5;min-height:80px}.search-input:focus{border-color:#2b6cb0}.search-button{background:#2b6cb0;color:#fff;padding:.75rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease;white-space:nowrap;align-self:flex-start;margin-top:.5rem}.search-button:hover{background:#1a4971}.type-filters{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap}.filter-button{padding:.5rem 1.5rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:transparent;color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-button:hover{border-color:#fff}.filter-button.active{background:#fff;color:#2b6cb0;border-color:#fff}.results-section{padding:3rem 2rem}.results-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.result-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.result-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.result-image{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-bottom:1rem}.result-image img{width:100%;height:100%;object-fit:cover}.result-info h3{font-size:1.25rem;font-weight:600;color:#1a365d;margin-bottom:.5rem}.type{background:#e2e8f0;color:#475569;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500;text-transform:capitalize;margin-bottom:.75rem;display:inline-block}.specialization{color:#2b6cb0;font-weight:500;margin-bottom:.25rem}.location{color:#64748b;font-size:.9rem;margin-bottom:1.5rem}.contact-button{background:#2b6cb0;color:#fff;padding:.5rem 2rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.contact-button:hover{background:#1a4971}@media (max-width: 768px){.search-section{padding:2rem 1rem}.search-container h1{font-size:2rem}.search-box{flex-direction:column;padding:1rem}.search-button{width:100%;margin-top:0}.results-container{grid-template-columns:1fr;gap:1rem}.type-filters{gap:.5rem}.filter-button{padding:.5rem 1rem;font-size:.9rem}.search-input{min-height:70px}}.legal-news-podcast-page{padding:2rem;max-width:1200px;margin:0 auto;background-color:#f8fafc}section{margin-bottom:3rem}h2{font-size:1.75rem;margin-bottom:1.5rem;color:#1a202c;font-weight:600}.interests-section{position:relative}.interests-box{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.interests-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4a90e2,#357abd)}.interests-input{width:100%;min-height:120px;padding:1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;line-height:1.6;resize:vertical;margin-bottom:1.5rem;transition:all .2s ease;background-color:#f8fafc;color:#2d3748}.interests-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e226;background-color:#fff}.interests-input::placeholder{color:#a0aec0}.interests-actions{display:flex;justify-content:flex-end}.save-button{background:linear-gradient(90deg,#4a90e2,#357abd);color:#fff;border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.save-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4a90e240}.save-button:active{transform:translateY(0)}.save-button:disabled{background:linear-gradient(90deg,#68b246,#57a130);transform:none;cursor:default}.special-podcasts-list{display:flex;flex-direction:column;gap:1rem}.special-podcasts-list .spotify-podcast-container{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.general-podcasts-section .spotify-podcast-container{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;padding:2rem}.coming-soon-content{text-align:center;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;max-width:600px;width:100%;animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.coming-soon-content h1{color:#1a237e;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.coming-soon-text{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#1a237e,#1976d2);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1.5rem;animation:gradientText 3s ease infinite}@keyframes gradientText{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.coming-soon-content p{color:#666;font-size:1.2rem;line-height:1.6}@media (max-width: 768px){.coming-soon-container{padding:1rem}.coming-soon-content{padding:2rem}.coming-soon-text{font-size:2.5rem}.coming-soon-content h1{font-size:2rem}.coming-soon-content p{font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden;margin:0;padding:0}#root{width:100%;overflow-x:hidden}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
