@import"https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap";:root[data-theme=light]{--text-50: #f1f2f4;--text-100: #e3e4e8;--text-200: #c7c9d1;--text-300: #abafba;--text-400: #8f94a3;--text-500: #73798c;--text-600: #5c6170;--text-700: #454954;--text-800: #2e3038;--text-900: #17181c;--text-950: #0b0c0e;--background-50: #f1f1f4;--background-100: #e2e2e9;--background-200: #c6c6d2;--background-300: #a9a9bc;--background-400: #8d8da5;--background-500: #70708f;--background-600: #5a5a72;--background-700: #434356;--background-800: #2d2d39;--background-900: #16161d;--background-950: #0b0b0e;--primary-50: #f0f0f5;--primary-100: #e0e1eb;--primary-200: #c2c2d6;--primary-300: #a3a4c2;--primary-400: #8585ad;--primary-500: #666799;--primary-600: #52527a;--primary-700: #3d3e5c;--primary-800: #29293d;--primary-900: #14151f;--primary-950: #0a0a0f;--primary: #666799;--border-light: #c6c6d2;--border-dark: #434356}:root[data-theme=dark]{--text-50: #0b0c0e;--text-100: #17181c;--text-200: #2e3038;--text-300: #454954;--text-400: #5c6170;--text-500: #73798c;--text-600: #8f94a3;--text-700: #abafba;--text-800: #c7c9d1;--text-900: #e3e4e8;--text-950: #f1f2f4;--background-50: #0b0b0e;--background-100: #16161d;--background-200: #2c2c3a;--background-300: #434356;--background-400: #595973;--background-500: #6f6f90;--background-600: #8c8ca6;--background-700: #a9a9bc;--background-800: #c5c5d3;--background-900: #e2e2e9;--background-950: #f1f1f4;--primary-50: #0a0a0f;--primary-100: #14151f;--primary-200: #29293d;--primary-300: #3d3e5c;--primary-400: #52527a;--primary-500: #666799;--primary-600: #8585ad;--primary-700: #a3a4c2;--primary-800: #c2c2d6;--primary-900: #e0e1eb;--primary-950: #f0f0f5;--primary: #8585ad;--border-light: #434356;--border-dark: #8c8ca6}html{scroll-behavior:smooth}body{font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;line-height:1.6;background:var(--background-50);color:var(--text-900);transition:all .3s ease;padding:0!important;margin:0!important}.container{width:100%;max-width:1200px;margin:0 auto}a{color:var(--primary);text-decoration:none;transition:all .2s ease}:root[data-theme=dark] a{color:var(--primary-300)}.main-header{background:var(--background-50);border-bottom:2px solid var(--primary);position:sticky;top:0;z-index:100;transition:all .3s ease}:root[data-theme=dark] .main-header{background:var(--background-50);border-bottom-color:var(--primary-400)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo-container{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:all .2s ease}.logo-image{height:3rem;width:auto;transition:all .2s ease}.logo-container:hover .logo-image{transform:scale(1.05)}.header-title{font-size:1.25rem;font-weight:700;color:var(--text-900);transition:color .2s ease}:root[data-theme=dark] .header-title{color:var(--text-800)}.logo-container:hover .header-title{color:var(--primary)}.header-nav{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-700);text-decoration:none;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.nav-link:hover{color:var(--primary)}:root[data-theme=dark] .nav-link{color:var(--text-700)}:root[data-theme=dark] .nav-link:hover{color:var(--primary-300)}.tour-start{background:var(--primary);color:#fff!important;border-radius:4px;font-weight:600}.tour-start:hover{background:var(--primary-600);color:#fff!important}:root[data-theme=dark] .tour-start{background:var(--primary-400);color:var(--background-50)!important}:root[data-theme=dark] .tour-start:hover{background:var(--primary-300);color:var(--background-50)!important}.theme-slider-container{display:flex;align-items:center;gap:0;background:var(--background-100);border-radius:32px;padding:4px;border:2px solid var(--background-200);transition:all .3s ease}:root[data-theme=dark] .theme-slider-container{background:var(--background-100);border-color:var(--background-300)}.theme-slider{position:relative;display:inline-block;width:64px;height:32px}.theme-slider input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background:linear-gradient(45deg,gold,#ff8c42);transition:.4s ease-in-out;border-radius:32px;overflow:hidden}.slider:after{position:absolute;content:"☀";font-size:16px;height:28px;width:28px;left:2px;bottom:2px;background:#fff;transition:.4s ease-in-out;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff8c42;font-weight:700;box-shadow:0 2px 8px #00000026;z-index:2}input:checked+.slider{background:linear-gradient(45deg,#2c3e50,#1a1a2e)}input:checked+.slider:after{content:"🌙";transform:translate(32px);color:#1a1a2e}.station-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:var(--text-600)}.station-breadcrumb a{color:var(--primary);text-decoration:none;font-weight:600}:root[data-theme=dark] .station-breadcrumb a{color:var(--primary-300)}:root[data-theme=dark] .breadcrumb-separator{color:var(--text-600)}.current-station{color:var(--text-700);font-weight:600}:root[data-theme=dark] .current-station{color:var(--text-700)}.station-info{text-align:left!important}.station-number{background:var(--primary);color:#fff;padding:.5rem 1rem;font-weight:600;font-size:.9rem;display:inline-block;margin-bottom:1rem}.station-title-left{text-align:left;font-size:2.5rem;font-weight:800;color:var(--text-900);margin:0;line-height:1.2;width:100%;clear:both}:root[data-theme=dark] .station-title-left{color:var(--text-900)}.station-description{text-align:left;font-size:1.1rem;color:var(--text-600);margin-top:.5rem}.content-section h3{text-align:left;padding-left:1rem;border-left:3px solid var(--primary)}.station-navigation{margin-top:3rem;text-align:left}.hero-section{background:var(--background-50);border-bottom:2px solid var(--background-200);padding:4rem 0;min-height:60vh;display:flex;align-items:center}:root[data-theme=dark] .hero-section{background:var(--background-50);border-bottom-color:var(--background-600)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-main{margin-bottom:2rem}.hero-badge{display:inline-block;background:var(--primary-100);color:var(--primary-800);padding:.5rem 1rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border-left:4px solid var(--primary)}:root[data-theme=dark] .hero-badge{background:var(--background-100);color:var(--text-800);border-left-color:var(--primary-400)}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;color:var(--text-900);line-height:1;margin:0 0 .5rem}:root[data-theme=dark] .hero-title{color:var(--text-900)}.hero-subtitle{font-size:clamp(1.25rem,3vw,1.75rem);color:var(--text-600);font-weight:400;margin:0 0 2rem}:root[data-theme=dark] .hero-subtitle{color:var(--text-300)}.hero-description p{font-size:1.125rem;color:var(--text-700);margin-bottom:1.5rem;line-height:1.7}:root[data-theme=dark] .hero-description p{color:var(--text-700)}.important-note{display:flex;align-items:flex-start;gap:1rem;margin:2rem 0;padding:1rem 0}.accent-bar{width:4px;height:100%;min-height:2rem;background:var(--primary);flex-shrink:0}.important-note p{font-size:1rem;color:var(--text-600);font-style:italic;margin:0}:root[data-theme=dark] .important-note p{color:var(--text-300)}.quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0;padding:2rem 0;border-top:1px solid var(--background-200);border-bottom:1px solid var(--background-200)}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary);line-height:1}.stat-label{font-size:.875rem;color:var(--text-600);font-weight:500}:root[data-theme=dark] .stat-label{color:var(--text-300)}.cta-section{display:flex;gap:1rem;margin-top:2rem}.cta-primary{display:flex;align-items:center;gap:.75rem;background:var(--primary);color:#fff;padding:1rem 2rem;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .2s ease;flex:1;justify-content:center}.cta-primary:hover{background:var(--primary-600);transform:translateY(-2px)}:root[data-theme=dark] .cta-primary{color:var(--text-100);background:var(--primary-500)}:root[data-theme=dark] .cta-primary:hover{background:var(--primary-600)}.cta-secondary{display:flex;align-items:center;justify-content:center;background:transparent;color:var(--text-700);padding:1rem 2rem;text-decoration:none;font-weight:500;border:2px solid var(--text-300);transition:all .2s ease}.cta-secondary:hover{background:var(--background-100);border-color:var(--primary);color:var(--primary)}:root[data-theme=dark] .cta-secondary{color:var(--text-600);border-color:var(--text-600)}:root[data-theme=dark] .cta-secondary:hover{background:var(--background-100);border-color:var(--primary-400);color:var(--primary-300)}.cta-icon{font-size:1.25rem}.info-section{padding:3rem 0}.info-box{background:var(--primary-50);border:2px solid var(--primary-200);border-left:6px solid var(--primary);padding:2rem;max-width:800px;margin:0 auto}:root[data-theme=dark] .info-box{background:var(--background-100);border-color:var(--background-300);border-left-color:var(--primary-400)}.info-box h3{color:var(--primary-800);font-size:1.25rem;font-weight:700;margin:0 0 1rem}:root[data-theme=dark] .info-box h3{color:var(--text-800)}.info-box p{color:var(--text-700);margin:0;line-height:1.6}.stations-section{padding:4rem 0;background:var(--background-50)}:root[data-theme=dark] .stations-section{background:var(--background-50)}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:800;color:var(--text-900);margin:0 0 1.5rem}:root[data-theme=dark] .section-title{color:var(--text-900)}.navigation-hint{display:flex;align-items:flex-start;gap:1rem;justify-content:center;max-width:600px;margin:0 auto}.navigation-hint p{color:var(--text-600);font-size:1rem;margin:0;text-align:left}:root[data-theme=dark] .navigation-hint p{color:var(--text-300)}.stations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.station-card{background:var(--background-50);border:2px solid var(--background-200);padding:1.5rem;text-decoration:none;transition:all .2s ease;display:block}:root[data-theme=dark] .station-card{background:var(--background-50);border-color:var(--background-200)}.station-card:hover{border-color:var(--primary);transform:translateY(-2px)}:root[data-theme=dark] .station-card:hover{border-color:var(--primary-400);background:var(--background-100)}.station-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;align-items:left!important;padding:none}.station-number{background:var(--primary);color:#fff;padding:.5rem .75rem;font-weight:700;font-size:.875rem}.station-duration{color:var(--text-500);font-size:.875rem;font-weight:500}:root[data-theme=dark] .station-duration{color:var(--text-400)}.station-name{font-size:1.25rem;font-weight:700;color:var(--text-900);margin:0 0 .75rem;line-height:1.3}:root[data-theme=dark] .station-name{color:var(--text-800)}.station-description{color:var(--text-600);font-size:.95rem;line-height:1.5;margin:0 0 1rem}:root[data-theme=dark] .station-description{color:var(--text-500)}.station-action{color:var(--primary);font-weight:600;font-size:.875rem;text-align:right}:root[data-theme=dark] .station-action{color:var(--primary-300)}.quick-guide{background:var(--background-100);border-left:6px solid var(--primary);padding:2rem;max-width:800px;margin:0 auto;text-align:center}:root[data-theme=dark] .quick-guide{background:var(--background-100)}.quick-guide h3{font-size:1.5rem;font-weight:700;color:var(--text-900);margin:0 0 1rem}.quick-guide p{color:var(--text-600);font-size:1rem;margin:0 0 1.5rem;line-height:1.6}.guide-actions{display:flex;gap:1rem;justify-content:center}.guide-btn{padding:.75rem 1.5rem;text-decoration:none;font-weight:600;transition:all .2s ease}.guide-btn.primary{background:var(--primary);color:#fff}.guide-btn.primary:hover{background:var(--primary-600)}.guide-btn.secondary{background:transparent;color:var(--text-700);border:2px solid var(--text-300)}.guide-btn.secondary:hover{border-color:var(--primary);color:var(--primary);background:var(--background-50)}:root[data-theme=dark] .guide-btn.primary{color:var(--text-100);background:var(--background-600)}:root[data-theme=dark] .guide-btn.primary:hover{background:var(--background-700)}:root[data-theme=dark] .guide-btn.secondary{color:var(--text-700);border-color:var(--text-500);background:var(--background-50)}:root[data-theme=dark] .guide-btn.secondary:hover{border-color:var(--primary-400);color:var(--primary-300);background:var(--background-100)}@media(max-width:768px){.header-nav{gap:1rem}.nav-link{padding:.375rem .75rem;font-size:.875rem}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-section{padding:3rem 0}.cta-section{flex-direction:column}.stations-grid{grid-template-columns:1fr}.guide-actions{flex-direction:column}main{padding:0rem 1rem}.nav-link{display:none}.header-content{padding:1rem}.footer-c{padding:1rem!important}}.station-page{padding-top:2rem;min-height:100vh}.station-header{margin-bottom:3rem}.station-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;padding:1rem;background:var(--background-100);border-left:4px solid var(--primary)}:root[data-theme=dark] .station-breadcrumb{background:var(--background-50)}.station-breadcrumb a{color:var(--primary);text-decoration:none;font-weight:500}.station-breadcrumb a:hover{color:var(--primary-600)}.breadcrumb-separator{color:var(--text-400)}.current-station{color:var(--text-600);font-weight:600}.station-number{display:inline-block;background:var(--primary);color:#fff;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;margin-bottom:1.5rem}.station-description{font-size:1.25rem;color:var(--text-600);line-height:1.6;max-width:600px;margin:0 auto}.audio-section{background:var(--background-100);border:2px solid var(--background-200);border-left:6px solid var(--primary);padding:2rem;margin-bottom:3rem}:root[data-theme=dark] .audio-section{background:var(--background-50);border-color:var(--background-200);border-left-color:var(--primary-400)}.audio-intro{text-align:center;margin-bottom:2rem}.audio-intro h2{font-size:1.75rem;font-weight:700;color:var(--text-800);margin-bottom:.5rem}:root[data-theme=dark] .audio-intro h2{color:var(--text-800)}.audio-intro p{color:var(--text-600);font-size:1.1rem}:root[data-theme=dark] .audio-intro p{color:var(--text-300)}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.content-vertical{background:var(--background-50);border:2px solid var(--background-200);padding:2rem;transition:all .3s ease}:root[data-theme=dark] .content-vertical{background:var(--background-50);border-color:var(--background-200)}.content-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--background-200)}:root[data-theme=dark] .content-section{border-bottom-color:var(--background-700)}.content-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.content-section h3{font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:1rem;padding-left:1rem;border-left:3px solid var(--primary)}:root[data-theme=dark] .content-section h3{color:var(--primary-300);border-left-color:var(--primary-400)}.content-section p{line-height:1.6;color:var(--text-700);margin-bottom:1rem}:root[data-theme=dark] .content-section p{color:var(--text-700)}.content-section p:last-child{margin-bottom:0}.content-card{background:var(--background-50);border:2px solid var(--background-200);padding:2rem;transition:all .3s ease}:root[data-theme=dark] .content-card{background:var(--background-50);border-color:var(--background-200)}.content-card:hover{border-color:var(--primary);transform:translateY(-2px)}:root[data-theme=dark] .content-card:hover{border-color:var(--primary-400);background:var(--background-100)}.content-card.full-width{grid-column:1 / -1}.content-card h3{font-size:1.25rem;font-weight:700;color:var(--text-800);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary)}:root[data-theme=dark] .content-card h3{color:var(--text-800)}.content-text{color:var(--text-600);line-height:1.7;font-size:1.05rem}:root[data-theme=dark] .content-text{color:var(--text-500)}.station-navigation{margin-top:4rem;padding-top:2rem;border-top:2px solid var(--background-200)}:root[data-theme=dark] .station-navigation{border-top-color:var(--background-300)}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.nav-prev{margin-right:auto}.nav-home{order:-1;margin-right:auto;margin-left:0}.nav-next{margin-left:auto}.nav-btn{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.5rem;text-decoration:none;transition:all .2s ease;background:var(--background-50);border:2px solid var(--background-200)}:root[data-theme=dark] .nav-btn{background:var(--background-50);border-color:var(--background-200)}.nav-btn:hover{background:var(--primary-50);border-color:var(--primary);transform:translateY(-1px)}:root[data-theme=dark] .nav-btn:hover{background:var(--background-100);border-color:var(--primary-400)}.nav-direction{font-size:.9rem;color:var(--primary);font-weight:600}.nav-title{color:var(--text-700);font-weight:500}:root[data-theme=dark] .nav-title{color:var(--text-700)}.nav-home{justify-self:center;align-items:center;text-align:center;background:var(--primary);color:#fff;border-color:var(--primary)}.nav-home:hover{background:var(--primary-600);border-color:var(--primary-600)}.nav-home .nav-title{color:#fff}.nav-home-icon{font-size:1.25rem}.nav-next{justify-self:end;text-align:right}.site-footer{background:var(--background-100);border-top:1px solid var(--background-200);padding:3rem 0;margin-top:4rem;transition:all .3s ease}:root[data-theme=dark] .site-footer{background:var(--background-50);border-top-color:var(--background-200)}.footer-main{margin-bottom:2rem}:root[data-theme=dark] .footer-title{color:var(--text-500)!important}.footer-description{color:var(--text-500);line-height:1.6;max-width:600px;margin:0 auto}:root[data-theme=dark] .footer-bottom{border-top-color:var(--background-200)}:root[data-theme=dark] .footer-copyright{color:var(--text-500)}.footer-badges{display:flex;gap:1rem;align-items:center}.footer-badge{background:var(--primary-100);color:var(--text-500);padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;transition:all .3s ease}:root[data-theme=dark] .footer-badge{background:var(--background-100);color:var(--text-500)}.github-link{color:var(--text-700)!important}.github-link:hover{color:var(--text-900)!important}.footer-badge-secondary{background:var(--text-100);color:var(--text-500)}:root[data-theme=dark] .footer-badge-secondary{background:var(--background-100);color:var(--text-500)}@media(max-width:768px){.station-page{padding:1rem 0rem}.audio-section{padding:1.5rem}.content-grid{grid-template-columns:1fr;gap:1.5rem}.nav-container{grid-template-columns:1fr;gap:.75rem}.nav-btn{padding:.75rem 1rem}.nav-next{justify-self:stretch;text-align:center}.nav-prev{text-align:center}}@media(max-width:1100px){.footer-main{text-align:left!important}.site-footer{padding:2rem}.footer-bottom,.footer-description{flex-direction:column;text-align:left!important;align-items:flex-start!important;padding:0rem!important}.footer-bottom{padding-top:1rem!important}.footer-badges{flex-direction:column;gap:.5rem;text-align:left!important;align-items:flex-start!important;padding:0!important}.footer-badge{padding:0rem!important;margin:0rem!important}}@media screen and (min-width:1100px)and (max-width:1200px){.hero-content,.stations-section,.footer-container{padding:0rem 2rem}.footer-bottom{flex-direction:column;text-align:left;gap:1.5rem}.footer-badges{flex-direction:column;align-items:flex-start;gap:.75rem}}@media screen and (min-width:768px)and (max-width:1100px){.hero-content{padding:0rem 2rem;flex-direction:column!important;display:flex;text-align:left;align-items:flex-start}.hero-section{flex-direction:column!important;display:flex}.stations-section{padding:0rem 2rem}}:root[data-theme=dark] .site-footer{background:var(--background-100);border-top-color:var(--background-300)}.footer-container{text-align:center}.footer-main{margin-bottom:2rem;text-align:left!important;align-items:left!important}.footer-title{color:var(--text-700);font-size:1.25rem;font-weight:700;margin-bottom:1rem;margin-top:0}:root[data-theme=dark] .footer-title{color:var(--text-200)}.footer-description{color:var(--text-500);line-height:1.6;max-width:600px;text-align:left!important;margin-left:0}:root[data-theme=dark] .footer-description{color:var(--text-400)}.footer-bottom{border-top:1px solid var(--background-200);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}:root[data-theme=dark] .footer-bottom{border-top-color:var(--background-300)}.footer-copyright{color:var(--text-400);font-size:.9rem;margin:0}
