body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#202124;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:#3c4043}a{color:#1a0dab;text-decoration:none}a:hover{text-decoration:underline}button{background-color:#f8f9fa;border:1px solid #dfe1e5;border-radius:4px;color:#3c4043;cursor:pointer;font-size:14px;padding:8px 16px}button:hover{background-color:#f1f3f4;border-color:#c6c8cc}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-container{align-items:center;background:#fafafa;box-sizing:border-box;display:flex;height:90vh;justify-content:center;overflow:hidden;padding:20px;width:100%}.login-form-container{box-sizing:border-box;max-width:400px;text-align:center;width:100%}.login-branding{margin-bottom:40px}.login-brand-logo{height:48px;margin-bottom:16px;opacity:.9}.login-brand-title{color:#202124;font-size:2.5em;font-weight:600;letter-spacing:-.5px;margin:0 0 8px}.login-brand-tagline{color:#5f6368;font-size:1em;font-weight:400;margin:0}.login-form-header{margin-bottom:20px}.login-form-header p{color:#5f6368;font-size:1em;margin:0}.google-signin-button{align-items:center;background:#fff;border:1.5px solid #dadce0;border-radius:64px;box-shadow:0 1px 3px #3c404314;box-sizing:border-box;color:#3c4043;cursor:pointer;display:flex;font-size:1em;font-weight:500;gap:12px;justify-content:center;padding:14px 24px;transition:all .2s ease;width:100%}.google-signin-button:hover{background:#f8f9fa;border-color:#c6c8cc;box-shadow:0 2px 8px #3c40431f}.google-signin-button:active{transform:scale(.98)}.google-icon-svg{flex-shrink:0}.login-terms{color:#5f6368;font-size:.8em;line-height:1.6;margin-top:24px}.login-terms p{margin:0}.login-terms a{border-bottom:1px solid #dadce0;color:#202124;font-weight:500;text-decoration:none;transition:border-color .2s ease}.login-terms a:hover{border-bottom-color:#202124}.login-footer{color:#5f6368;font-size:.85em;margin-top:32px}.login-footer p{margin:0}@media (max-width:480px){.login-container{padding:16px}.login-branding{margin-bottom:32px}.login-brand-logo{height:40px;margin-bottom:12px}.login-brand-title{font-size:2em}.login-brand-tagline{font-size:.9em}.google-signin-button{font-size:.95em;padding:12px 20px}.login-terms{font-size:.75em;margin-top:20px}.login-footer{font-size:.8em;margin-top:24px}}.home-page-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:70vh;padding-top:50px;text-align:center}.search-form{margin:12px 0}.search-form:disabled{background-color:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed}.search-input{min-width:400px;padding:12px}.search-button{margin-left:10px;padding:12px 15px}.favourites-section{margin-top:40px;max-width:600px;text-align:left;width:100%}.favourites-section h3{color:#3c4043;margin-bottom:20px;text-align:center}.favourites-placeholder{color:#5f6368;text-align:center}.app-logo{height:auto;margin-bottom:12px;width:200px}.results-grid.home-favourites-grid{grid-column-gap:8px;grid-row-gap:16px;align-items:center;box-sizing:border-box;column-gap:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(48px,1fr));height:-webkit-fit-content;height:fit-content;justify-items:center;max-width:600px;row-gap:16px}.home-favourites-grid .podcast-card{align-items:center;background:none;border-radius:50%;box-shadow:none;display:flex;height:48px;justify-content:center;overflow:hidden;padding:0;width:48px}.home-favourites-grid .podcast-card img{border-radius:50%;height:48px;margin:0;object-fit:cover;width:48px}.home-favourites-grid .podcast-card div,.home-favourites-grid .podcast-card h3{display:none}.podcast-card-link{margin:0;padding:0;text-align:center;width:1fr}.podcast-card-hit-area,.podcast-card-link{align-items:center;display:flex;flex-direction:column;justify-content:center}.podcast-card-hit-area{border-radius:50%;cursor:pointer;max-width:64px;padding:12px;transition:background .15s,box-shadow .15s,transform .08s}.podcast-card-hit-area:focus,.podcast-card-hit-area:hover{background:#e5e7eb;box-shadow:0 2px 8px #3c48581a}.podcast-card-hit-area:active{background:#d1d5db;box-shadow:0 1px 4px #3c485814;transform:scale(.97)}.search-form{align-items:center;border:1px solid #dfe1e5;border-radius:64px;display:flex;max-width:600px;padding:4px;transition:border-color .15s;width:100%}.search-form:hover{border-color:#d1d5db}.search-form:focus-within{border-color:#9ca3af}.search-input{background-color:initial;border:none;color:#202124;flex-grow:1;font-size:16px;outline:none;padding:12px 16px}.search-input::placeholder{color:#5f6368}.search-button{background-color:#f3f4f6;border:none;border-radius:64px;color:#5f6368;cursor:pointer;font-size:16px;font-weight:500;padding:12px 20px;transition:background-color .15s}.search-button:hover{background-color:#e5e7eb}.search-input--large{min-width:400px}.btn{align-items:center;border:none;border-radius:64px;cursor:pointer;display:inline-flex;font-size:1em;font-weight:500;gap:8px;justify-content:center;padding:12px 24px;transition:background-color .15s,transform .08s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn:active:not(:disabled){transform:scale(.98)}.btn--primary{background-color:#f3f4f6;color:#5f6368}.btn--primary:hover:not(:disabled){background-color:#e5e7eb}.btn--secondary{background-color:#fff;border:1px solid #dfe1e5;box-shadow:0 1px 3px #3c48580a;color:#202124}.btn--secondary:hover:not(:disabled){background-color:#f8f9fa;border-color:#c6c8cc;box-shadow:0 2px 8px #3c485814}.profile-dropdown{position:relative}.profile-avatar-button{background:none;border:none;border-radius:50%;cursor:pointer;height:36px;padding:0;transition:transform .15s;width:36px}.profile-avatar-button:hover{transform:scale(1.05)}.profile-avatar-button:active{transform:scale(.95)}.profile-avatar-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-avatar-initials{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:600;height:100%;justify-content:center;width:100%}.profile-dropdown-menu{animation:dropdownFadeIn .15s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 20px #3c485826;min-width:240px;padding:16px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-header{padding-bottom:12px}.profile-dropdown-name{color:#202124;font-size:1em;font-weight:600;margin-bottom:4px}.profile-dropdown-email{color:#5f6368;font-size:.85em;word-break:break-word}.profile-dropdown-divider{background:#e5e7eb;height:1px;margin:12px 0}.profile-dropdown-logout{margin-bottom:8px;width:100%}.profile-dropdown-version{color:#8a8f98;font-size:.75em;padding-top:8px;text-align:center}.app-header{background:#f8f9fa;border-bottom:1px solid #ebebeb;padding:8px 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}.header-nav{align-items:center;display:flex;gap:32px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 32px}.header-nav a{border-radius:32px;color:#4b5563;font-size:1.1em;font-weight:500;padding:8px 16px;text-decoration:none;transition:background .15s,color .15s}.header-nav a.active,.header-nav a:focus,.header-nav a:hover{background:#e5e7eb;color:#212121}.search-results-container{align-items:center;display:flex;flex-direction:column;min-height:70vh;padding-bottom:40px;padding-top:30px;width:100%}.results-search-bar-container{display:flex;justify-content:center;margin-bottom:40px;width:100%}.results-heading{color:#3c4043;font-size:1.3em;font-weight:500;margin-bottom:30px}.results-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);max-width:1000px;padding:0 20px;width:100%}.podcast-card img{aspect-ratio:1/1;border-radius:8px;margin-bottom:12px;object-fit:cover;width:100%}.podcast-card h3{-webkit-line-clamp:2;line-clamp:2;color:#202124;font-size:.95em;font-weight:600;line-height:1.3em;margin:0 0 6px;max-height:2.6em}.podcast-card h3,.podcast-card p{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.podcast-card p{-webkit-line-clamp:1;line-clamp:1;color:#5f6368;font-size:.85em;margin:0}.error-message,.loading-message,.no-results-message{color:#5f6368;font-size:1.1em;padding:40px 20px;text-align:center}.podcast-card-skeleton{align-items:center;animation:skeleton-fade 1.5s linear infinite alternate;background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;padding:12px}.skeleton-img{animation:skeleton-shimmer 1.5s linear infinite;aspect-ratio:1/1;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200px 100%;border-radius:8px;margin-bottom:12px;width:100%}.skeleton-title{height:16px;margin-bottom:8px;width:80%}.skeleton-author,.skeleton-title{background:#e5e7eb;border-radius:4px}.skeleton-author{height:12px;width:60%}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}@keyframes skeleton-fade{0%{opacity:.6}to{opacity:.8}}.podcast-card-link{color:inherit;text-decoration:none}.podcast-card{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:12px;text-align:center;transition:background-color .15s ease,transform .08s ease}.podcast-card:hover{background-color:#f3f4f6;transform:translateY(-2px)}.podcast-card-image{aspect-ratio:1/1;border-radius:8px;margin-bottom:12px;object-fit:cover;width:100%}.podcast-card-title{-webkit-line-clamp:2;line-clamp:2;color:#202124;font-size:.95em;font-weight:600;line-height:1.3em;margin:0 0 6px;max-height:2.6em}.podcast-card-author,.podcast-card-title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.podcast-card-author{-webkit-line-clamp:1;line-clamp:1;color:#5f6368;font-size:.85em;margin:0}.podcast-details-container{display:flex;flex-direction:column;min-height:100vh;padding-top:20px;width:100%}.page-header{align-items:center;display:flex;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:1200px;padding:0 20px;width:100%}.back-arrow{color:#5f6368;cursor:pointer;font-size:24px;margin-right:15px;text-decoration:none;transition:color .15s}.back-arrow:hover{color:#202124}.podcast-title-header{color:#202124;font-size:1.3em;font-weight:600;margin:0}.details-content-wrapper{display:flex;flex-direction:row;gap:30px;margin:0 auto;max-width:1200px;padding:0 20px 40px;width:100%}.left-column{flex:2 1;min-width:0}.right-column{align-self:flex-start;flex:1 1;max-height:calc(100vh - 100px);position:-webkit-sticky;position:sticky;top:80px}.podcast-info-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #3c48580f;padding:24px;text-align:center}.podcast-info-card .podcast-image-large{border-radius:8px;box-shadow:0 2px 12px #00000014;height:auto;margin-bottom:16px;max-width:100%;width:100%}.podcast-info-card .podcast-title-main{color:#202124;font-size:1.3em;font-weight:600;line-height:1.3;margin-bottom:16px}.podcast-actions{display:flex;flex-direction:row;gap:10px;margin:20px 0}.action-button,.global-button{align-items:center;background-color:#f3f4f6;border:none;border-radius:64px;color:#5f6368;cursor:pointer;display:flex;font-size:.95em;font-weight:500;gap:8px;justify-content:center;padding:12px 20px;transition:background-color .15s;width:100%}.action-button:hover,.global-button:hover{background-color:#e5e7eb}.global-button:disabled{cursor:not-allowed;opacity:.5}.action-button .icon-placeholder{font-size:1.1em}.podcast-description-wrapper{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.podcast-description-details{color:#5f6368;font-size:.9em;line-height:1.6;margin:0;overflow:hidden;text-align:left;transition:max-height .3s ease}.podcast-description-details.collapsed{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.podcast-description-details.expanded{display:block;max-height:none}.show-more-button{background:none;border:none;color:#1a73e8;cursor:pointer;font-size:.9em;font-weight:500;margin-top:8px;padding:8px 0;text-align:left;transition:color .15s}.show-more-button:hover{color:#1557b0;text-decoration:underline}.episodes-list-container{display:flex;flex-direction:column;gap:12px}.episode-item{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #3c48580f;cursor:pointer;display:flex;gap:16px;padding:16px;transition:box-shadow .15s,transform .08s}.episode-item:hover{box-shadow:0 4px 16px #3c48581a;transform:translateY(-1px)}.episode-item-image{border-radius:8px;flex-shrink:0;height:56px;object-fit:cover;width:56px}.episode-item-info{display:flex;flex-direction:column;flex-grow:1;min-width:0}.episode-item-info h4{color:#202124;font-size:1em;font-weight:600;line-height:1.3;margin:0 0 6px;text-align:left}.episode-item-info .episode-description-snippet{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#5f6368;display:-webkit-box;font-size:.9em;line-height:1.4;margin-bottom:10px;overflow:hidden;text-align:left;text-overflow:ellipsis}.episode-item-bottom{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:4px}.episode-item-meta{color:#8a8f98;font-size:.85em;margin:0;white-space:nowrap}.episode-play-button{background-color:#f3f4f6;border:none;border-radius:64px;color:#5f6368;cursor:pointer;flex-shrink:0;font-size:.9em;font-weight:500;padding:8px 16px;transition:background .15s}.episode-play-button:hover{background-color:#e5e7eb}.loading-spinner-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:40px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#5f6368;height:48px;width:48px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-message{color:#5f6368;font-size:.95em;margin-top:16px}.global-player{align-items:center;background-color:#f1f3f4;border-top:1px solid #dadce0;bottom:0;box-sizing:border-box;color:#202124;display:flex;flex-direction:row;height:120px;justify-content:space-between;left:0;min-height:90px;overflow:visible;padding:32px 20px 10px;position:fixed;width:100%;z-index:1000}.global-player-info{align-items:center;display:flex;flex-basis:30%;min-width:0}.global-player-info img{border-radius:4px;height:50px;margin-right:10px;object-fit:cover;width:50px}.global-player-info .episode-title{font-size:.9em;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-player-controls{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:0;position:relative}.global-player-controls button{background:none;border:none;color:#3c4043;cursor:pointer;font-size:1.8em;margin:0 8px;padding:0 12px}.global-player-controls button:first-child,.global-player-controls button:last-child{font-size:1.1em;padding:0 8px}.global-player-controls button:hover{color:#000}.progress-bar-container{align-items:center;display:flex;flex:1 1;margin:0 10px;min-width:0}.progress-bar-container input[type=range]{cursor:pointer;flex-grow:1;height:6px;margin:0;width:100%}.time-display{color:#5f6368;font-size:.85em;min-width:45px;opacity:0;pointer-events:none;text-align:center;transition:opacity .2s ease}.global-player-controls:hover .time-display{opacity:1}.time-display:first-of-type{left:10px;margin-right:8px}.time-display:first-of-type,.time-display:last-child{background:#0003;border-radius:4px;color:#fff;padding:4px;position:absolute;top:-32px;z-index:1002}.time-display:last-child{margin-left:8px;right:10px}.volume-controls{align-items:center;display:flex;flex-basis:30%;justify-content:flex-end}.volume-controls input[type=range]{--volume-progress:50%;--volume-fill-color:#000;--volume-track-color:#00000010;-webkit-appearance:none;appearance:none;background:#0000;border:none;border-radius:8px;cursor:pointer;height:6px;margin-left:8px;padding:0;width:100px}.volume-controls input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--volume-fill-color) 0,var(--volume-fill-color) var(--volume-progress),var(--volume-track-color) var(--volume-progress),var(--volume-track-color) 100%);border:none;border-radius:3px;box-sizing:initial;height:6px;width:100%}.volume-controls input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--volume-fill-color);border:2px solid #fff;border-radius:50%;box-shadow:0 0 2px #0003;box-sizing:border-box;cursor:pointer;height:16px;margin-top:-5px;width:16px}.volume-controls input[type=range]:focus{outline:none}.volume-controls input[type=range]::-moz-range-track{background:var(--volume-track-color);border:none;border-radius:3px;box-sizing:initial;height:6px;width:100%}.volume-controls input[type=range]::-moz-range-progress{background:var(--volume-fill-color);border:none;border-radius:3px;box-sizing:initial;height:6px}.volume-controls input[type=range]::-moz-range-thumb{background:var(--volume-fill-color);border:2px solid #fff;border-radius:50%;box-sizing:border-box;cursor:pointer;height:16px;width:16px}.volume-controls input[type=range]::-ms-track{background:#0000;border-color:#0000;border-width:0;box-sizing:initial;color:#0000;cursor:pointer;height:6px;width:100%}.volume-controls input[type=range]::-ms-fill-lower{background:var(--volume-fill-color);border:none;border-radius:3px;box-sizing:initial;height:6px}.volume-controls input[type=range]::-ms-fill-upper{background:var(--volume-track-color);border:none;border-radius:3px;box-sizing:initial;height:6px}.volume-controls input[type=range]::-ms-thumb{background:var(--volume-fill-color);border:2px solid #fff;border-radius:50%;box-sizing:border-box;cursor:pointer;height:16px;margin-top:0;width:16px}.volume-controls input[type=range]::-ms-tooltip{display:none}.volume-controls .icon-placeholder{color:#3c4043;font-size:1.4em}.progress-bar-top-container{background:#0000;box-sizing:border-box;left:0;padding:0 12px;position:absolute;top:-4px;width:100%;z-index:1001}.progress-bar-top-container input[type=range]{height:6px;margin:0;width:100%}.progress-bar-top-container .time-display{background:#00000080;border-radius:4px;color:#fff;font-size:.85em;min-width:45px;opacity:0;padding:4px;pointer-events:none;position:absolute;text-align:center;top:-32px;transition:opacity .2s ease;z-index:1002}.progress-bar-top-container:hover .time-display{opacity:1}.progress-bar-top-container .time-display:first-of-type{left:10px;margin-right:8px}.progress-bar-top-container .time-display:last-of-type{margin-left:8px;right:10px}.progress-bar-buffered{background:#b4b4b4b3;border-radius:3px;height:6px;left:12px;pointer-events:none;position:absolute;top:50%;z-index:2}.progress-bar-black[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border-radius:8px;height:6px;position:relative;width:100%;z-index:3}.progress-bar-black[type=range]::-webkit-slider-runnable-track{background:#00000010;border:none;border-radius:3px;height:6px}.progress-bar-black[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#000;border:2px solid #fff;border-radius:50%;box-shadow:0 0 2px #0003;cursor:pointer;height:24px;margin-top:-9px;width:24px}.progress-bar-black[type=range]:focus{outline:none}.progress-bar-black[type=range]::-moz-range-thumb{background:#000;border:2px solid #fff;border-radius:50%;height:24px;width:24px}.progress-bar-black[type=range]::-moz-range-track{border-radius:3px;height:6px}.progress-bar-black[type=range]::-ms-thumb{background:#000;border:2px solid #fff;border-radius:50%;height:24px;width:24px}.progress-bar-black[type=range]:focus::-webkit-slider-thumb{outline:2px solid #000}.progress-bar-black[type=range]:focus::-ms-thumb{outline:2px solid #000}.progress-bar-black[type=range]:focus::-moz-range-thumb{outline:2px solid #000}.progress-bar-black[type=range]::-ms-tooltip{display:none}.progress-bar-black[type=range]::-moz-focus-outer{border:0}.global-player-controls button:first-child,.global-player-controls button:nth-child(3){align-items:center;background-color:#e5e7eb;border-radius:100%;display:flex;height:48px;justify-content:center;transition:border-radius .3s ease-in-out,transform .3s ease-in-out;width:48px}.global-player-controls button:nth-child(2){align-items:center;background-color:#e5e7eb;border-radius:100%;display:flex;height:64px;justify-content:center;transition:border-radius .3s ease-in-out;width:64px}.global-player-controls button:first-child:hover,.global-player-controls button:nth-child(2):hover,.global-player-controls button:nth-child(3):hover{background-color:#e5e7eb;border-radius:12px}.global-player-controls button:nth-child(2):active{background-color:#d1d5db;transform:scale(.9)}.global-player-controls button:first-child:active img{transform:rotate(-45deg);transition:transform .1s}.global-player-controls button:nth-child(3):active img{transform:rotate(45deg);transition:transform .1s}.sleep-timer-menu{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#00000050;border:1px solid #ffffff10;border-radius:8px;bottom:110%;box-shadow:0 2px 8px #00000014;color:#fff;display:flex;flex-direction:column;left:50%;min-width:120px;padding:4px;position:absolute;row-gap:2px;transform:translateX(-12%);z-index:2000}.sleep-timer-menu__item{background:#0000;border-radius:6px;cursor:pointer;font-weight:400;padding:8px 16px;text-align:left;transition:background .15s}.sleep-timer-menu__item.selected{background:#00000030;font-weight:600}.sleep-timer-menu__item:hover{background:#00000025}.sleep-timer-menu__divider{background:#ffffff30;border:none;height:1px;margin:2px 0}.analytics-container{background-color:#f8f9fa;color:#202124;margin:0 auto;max-width:1200px;min-height:100vh;padding:40px}.admin-login-overlay{align-items:center;background:#fff;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.admin-login-card{background:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 10px 30px #0000000d;max-width:400px;padding:40px;width:100%}.admin-login-card h2{margin-bottom:24px;text-align:center}.admin-login-card input{border:1px solid #dfe1e5;border-radius:8px;box-sizing:border-box;margin-bottom:16px;padding:12px;width:100%}.admin-login-card button{background:#1a73e8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px;width:100%}.analytics-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.analytics-tabs{background:#fff;border:1px solid #ebebeb;border-radius:12px;display:flex;gap:8px;margin-bottom:32px;padding:6px;width:-webkit-fit-content;width:fit-content}.tab-btn{background:none;border:none;border-radius:8px;color:#5f6368;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.tab-btn.active{background:#f1f3f4;color:#1a73e8}.analytics-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:32px}.stat-card{background:#fff;border:1px solid #ebebeb;border-radius:16px;box-shadow:0 2px 4px #00000005;padding:24px}.stat-label{color:#5f6368;font-size:14px;margin-bottom:8px}.stat-value{color:#202124;font-size:28px;font-weight:700}.stat-desc{color:#5f6368;font-size:11px;line-height:1.4;margin-top:4px}.stat-trend{font-size:12px;margin-top:8px}.trend-up{color:#10b981}.trend-down{color:#ef4444}.chart-container h3{margin-bottom:4px}.chart-subtitle{color:#5f6368;font-size:12px;margin-bottom:20px}.bar-chart{align-items:flex-end;display:flex;gap:12px;height:200px;padding-top:20px}.bar-wrapper{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px}.bar{background:#1a73e8;border-radius:4px 4px 0 0;min-height:2px;transition:height .5s ease-out;width:100%}.bar-label{color:#5f6368;font-size:10px;white-space:nowrap}.donut-chart{align-items:center;border-radius:50%;display:flex;height:150px;justify-content:center;margin:20px auto;position:relative;width:150px}.donut-hole{background:#fff;border-radius:50%;height:70%;width:70%}.funnel-container{align-items:center;display:flex;flex-direction:column;gap:4px}.funnel-stage{background:#1a73e8;border-radius:4px;color:#fff;font-size:14px;padding:12px;text-align:center;transition:width .5s}.funnel-dropoff{color:#ef4444;font-size:12px;height:20px}.analytics-table{border-collapse:collapse;width:100%}.analytics-table th{border-bottom:1px solid #ebebeb;color:#5f6368;font-size:14px;padding:12px;text-align:left}.analytics-table td{border-bottom:1px solid #f8f9fa;font-size:14px;padding:12px}.retention-bar-bg{background:#f1f3f4;border-radius:10px;display:inline-block;height:6px;margin-right:8px;overflow:hidden;vertical-align:middle;width:60px}.retention-bar-fill{background:#1a73e8;border-radius:10px;height:100%}.btn-seed{background:#f1f3f4;border:1px solid #dfe1e5;border-radius:6px;cursor:pointer;font-size:12px;padding:8px 16px}.btn-seed:hover{background:#e8eaed}.risk-badge{border-radius:4px;color:#fff;font-size:10px;font-weight:700;padding:4px 8px}.risk-high{background:#ef4444}.risk-medium{background:#f59e0b}.btn-small-danger{background:#fee2e2;border:1px solid #fecaca;border-radius:4px;color:#ef4444;cursor:pointer;font-size:11px;padding:4px 8px}.btn-small-danger:hover{background:#fecaca}.btn-small:hover{background:#e8eaed}.btn-small.active{background:#1a73e8!important;border-color:#1a73e8!important;color:#fff!important}.log-drilldown{background:#f8f9fa;border:1px solid #ebebeb;border-radius:8px;margin-top:8px;padding:16px}.log-drilldown ul{list-style:none;margin:12px 0;padding:0}.log-drilldown li{border-bottom:1px solid #eee;display:flex;font-size:11px;gap:12px;padding:4px 0}.log-time{color:#1a73e8;font-family:monospace}.log-event{font-weight:600;min-width:100px}.log-meta{color:#5f6368}.ua-full{color:#999;font-size:10px;font-style:italic;word-break:break-all}
/*# sourceMappingURL=main.e467158f.css.map*/