@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-primary:#0a0b16;--bg-secondary:#121323;--bg-tertiary:#191b31;--text-primary:#fff;--text-secondary:#a0a2b9;--accent-primary:#00b0d7;--accent-hover:#00b0d7;--accent-subtle:#00e5ff26;--border-color:#ffffff14;--font-main:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--accent-primary)}button{cursor:pointer;border:none;outline:none;font-family:inherit}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;line-height:1.2}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.card:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 30px #0006}.btn{letter-spacing:.5px;text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--accent-primary);color:#fff}.btn-primary:hover{background-color:var(--accent-hover);color:#fff;transform:translateY(-1px)}.btn-outline{border:1px solid var(--border-color);color:#fff;background-color:#0000;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s}.btn-outline:hover{color:#fff;border-color:#00b0d766;transform:translateY(-5px);box-shadow:0 20px 40px #00b0d71f,0 10px 20px #0006}.btn-icon{background-color:var(--accent-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.text-gradient{background:linear-gradient(90deg,#fff,#a0a2b9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-accent-bg{display:inline-block;position:relative}.text-accent-bg:after{content:"";background-color:var(--accent-primary);z-index:-1;border-radius:2px;width:110%;height:40%;position:absolute;bottom:10%;left:-5%}.navbar-container{background:#000;border-top:1px solid #00b0d766;border-bottom:none;padding:0 2rem;box-shadow:0 4px 30px #0006}.nav-brand-container{flex-direction:row;align-items:center;transition:transform .2s;display:flex}.nav-brand:hover .nav-brand-container{transform:translateY(-5px)}.nav-logo-circle{color:#fff;letter-spacing:1px;background-color:#000;border:2px solid #00b0d7cc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;padding-right:4px;font-size:1.4rem;font-style:italic;font-weight:800;display:flex;box-shadow:0 0 15px #00b0d780,inset 0 0 10px #00b0d74d}.nav-brand-text{color:#fff;flex-direction:column;margin-left:14px;line-height:1.1;transition:text-shadow .2s;display:flex}.nav-brand:hover .nav-brand-text{text-shadow:0 10px 20px #00b0d733,0 0 10px #00b0d799;color:#fff}.nav-brand-text .first-name{letter-spacing:0;font-size:1.5rem;font-style:italic;font-weight:400}.nav-brand-text .last-name{letter-spacing:1px;font-size:1.5rem;font-style:italic;font-weight:800}.nav-actions{align-items:center;gap:1.5rem;display:flex}.nav-action-btn{border:1px solid var(--border-color);color:#fff;background-color:#0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:70px;padding:.4rem .8rem;text-decoration:none;transition:all .2s;display:flex}.nav-action-btn:hover{color:#fff;border-color:#00b0d766;transform:translateY(-5px);box-shadow:0 20px 40px #00b0d71f,0 10px 20px #0006}.nav-action-btn span{letter-spacing:.5px;font-size:.65rem;font-weight:600}.nav-linkedin-btn{color:#fff;background-color:#0077b5;border:1px solid #0000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 0 12px #0077b566}.nav-linkedin-btn:hover{color:#fff;border-color:#00b0d766;transform:translateY(-5px);box-shadow:0 20px 40px #00b0d71f,0 10px 20px #0006}.nav-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:.5rem;padding:0;display:flex}@media (width<=900px){.navbar.navbar-container{padding:0 1.5rem}}@media (width<=600px){.navbar.navbar-container{padding:0 1rem}.nav-logo-circle{border-width:1px;width:40px;height:40px;font-size:1.1rem}.nav-brand-text{margin-left:8px}.nav-brand-text .first-name,.nav-brand-text .last-name{font-size:1.1rem}.nav-actions{gap:.75rem}.nav-action-btn{border-radius:8px;gap:2px;min-width:auto;padding:.3rem .5rem}.nav-action-btn svg{width:16px;height:16px}.nav-action-btn span{letter-spacing:0;font-size:.55rem}.nav-linkedin-btn{border-radius:8px;width:36px;height:36px}.nav-linkedin-btn svg{width:18px;height:18px}.nav-menu-btn{margin-left:0}.nav-menu-btn svg{width:28px;height:28px}}@media (width<=380px){.nav-brand-text .first-name{display:none}.nav-brand-text .last-name{font-size:1rem}.nav-actions{gap:.5rem}}.rhap_container{box-sizing:border-box;background-color:#fff;flex-direction:column;width:100%;padding:10px 15px;font-family:inherit;line-height:1;display:flex;box-shadow:0 0 3px #0003}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{flex-direction:column;flex:auto;display:flex}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{flex:3 auto;align-items:center;display:flex}.rhap_progress-container{cursor:pointer;-webkit-user-select:none;user-select:none;flex:1 0 auto;align-self:center;align-items:center;height:20px;margin:0 calc(10px + 1%);display:flex}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#333;-webkit-user-select:none;user-select:none;font-size:16px}.rhap_progress-bar{box-sizing:border-box;z-index:0;background-color:#ddd;border-radius:2px;width:100%;height:5px;position:relative}.rhap_progress-filled{z-index:2;background-color:#868686;border-radius:2px;height:100%;position:absolute}.rhap_progress-bar-show-download{background-color:#dddddd80}.rhap_download-progress{z-index:1;background-color:#ddd;border-radius:2px;height:100%;position:absolute}.rhap_progress-indicator{box-sizing:border-box;z-index:3;background:#868686;border-radius:50px;width:20px;height:20px;margin-left:-10px;position:absolute;top:-8px;box-shadow:0 0 5px #86868680}.rhap_controls-section{flex:auto;justify-content:space-between;align-items:center;display:flex}.rhap_additional-controls{flex:1 0 auto;align-items:center;display:flex}.rhap_repeat-button{color:#868686;width:26px;height:26px;margin-right:6px;font-size:26px}.rhap_main-controls{flex:0 auto;justify-content:center;align-items:center;display:flex}.rhap_main-controls-button{color:#868686;width:35px;height:35px;margin:0 3px;font-size:35px}.rhap_play-pause-button{width:40px;height:40px;font-size:40px}.rhap_volume-controls{flex:1 0 auto;justify-content:flex-end;align-items:center;display:flex}.rhap_volume-button{color:#868686;flex:0 0 26px;width:26px;height:26px;margin-right:6px;font-size:26px}.rhap_volume-container{-webkit-user-select:none;user-select:none;flex:0 100px;align-items:center;display:flex}.rhap_volume-bar-area{cursor:pointer;align-items:center;width:100%;height:14px;display:flex}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;background:#ddd;border-radius:2px;width:100%;height:4px;position:relative}.rhap_volume-indicator{box-sizing:border-box;opacity:.9;cursor:pointer;background:#868686;border-radius:50px;width:12px;height:12px;margin-left:-6px;position:absolute;top:-4px;left:0;box-shadow:0 0 3px #86868680}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{z-index:2;background-color:#868686;border-radius:2px;height:100%;position:absolute}.rhap_button-clear{cursor:pointer;background-color:#0000;border:none;padding:0;overflow:hidden}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}.articles-container{width:100%;margin:0 auto}.articles-library-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:0;display:grid}.article-library-card{-webkit-backdrop-filter:blur(16px)saturate(180%);cursor:pointer;background:#121323a6;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000004d}.article-library-card:hover{border-color:#00b0d766;transform:translateY(-5px);box-shadow:0 20px 40px #00b0d71f,0 10px 20px #0006}.article-card-thumbnail{aspect-ratio:16/9;background-color:var(--bg-tertiary);border-bottom:1px solid #ffffff0d;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.thumbnail-fallback-logo{color:#635bff59;filter:drop-shadow(0 0 10px #635bff26)}.article-card-tag{background:var(--accent-primary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:20px;padding:.35rem .85rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 10px #635bff4d}.article-card-info{flex-direction:column;flex:1;padding:1.5rem;display:flex}.article-card-meta{color:var(--text-secondary);align-items:center;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-flex}.article-card-title{color:#fff;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:3.22rem;margin-bottom:.75rem;font-size:1.15rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.article-card-description{color:var(--text-secondary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;min-height:4.32rem;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.article-card-footer-action{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.85rem;font-weight:700;transition:color .2s;display:flex}.article-library-card:hover .article-card-footer-action{color:var(--accent-hover)}.modal-backdrop{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#05060cd9;justify-content:center;align-items:center;padding:2rem;animation:.25s ease-out forwards fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#121323e6;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;width:100%;max-width:750px;max-height:85vh;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #0009,0 0 40px #635bff1a}.modal-close-btn{color:#fff;z-index:10;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.modal-body-scrollable{flex:1;padding:0 1rem;overflow-y:auto}.article-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.author-info{align-items:center;gap:1rem;display:flex}.author-avatar{object-fit:cover;border:2px solid var(--accent-primary);border-radius:50%;width:52px;height:52px;box-shadow:0 0 10px #635bff4d}.author-name{color:#fff;margin:0 0 .15rem;font-size:1.15rem;font-weight:700}.author-title{color:var(--text-secondary);margin:0;font-size:.85rem}.post-meta{flex-direction:column;align-items:flex-end;gap:.4rem;padding-right:2.5rem;display:flex}.scraped-date{color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;align-items:center;padding:.3rem .75rem;font-size:.8rem;font-weight:500;display:inline-flex}.linkedin-brand-icon{color:#0077b5;filter:drop-shadow(0 0 4px #0077b566)}.article-body{padding:1.5rem 1rem}.article-text{color:#ffffffe6;white-space:pre-wrap;word-break:break-word;margin:0;font-size:1.05rem;line-height:1.8}.hashtag-highlight{color:var(--accent-primary);text-shadow:0 0 8px #635bff66;font-weight:600;transition:color .2s}.hashtag-highlight:hover{color:var(--accent-hover)}.article-image-container{background:#000;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex;overflow:hidden}.article-image{max-width:100%;height:auto;display:block}.article-footer{background:#ffffff03;padding:1.5rem}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.skeleton-card{pointer-events:none;background:#12132366;border-radius:12px;overflow:hidden}.skeleton-media{aspect-ratio:16/9;background:#ffffff05;width:100%;position:relative;overflow:hidden}.skeleton-body{flex-direction:column;gap:.75rem;display:flex}.skeleton-line{background:#ffffff0d;border-radius:4px;height:14px;position:relative;overflow:hidden}.skeleton-line.short{width:150px}.skeleton-line.half{width:60%}.skeleton-media:after,.skeleton-line:after{content:"";background-image:linear-gradient(90deg,#fff0 0%,#ffffff0a 20%,#ffffff14 60%,#fff0 100%);animation:1.8s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.error-card,.empty-card{text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12132380;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex;box-shadow:0 20px 40px #0000004d}.error-icon{color:#ff4a5a;filter:drop-shadow(0 0 10px #ff4a5a4d);margin-bottom:1.5rem}.empty-icon{color:var(--accent-primary);filter:drop-shadow(0 0 10px #635bff4d);margin-bottom:1.5rem}.error-card h3,.empty-card h3{color:#fff;margin-bottom:.75rem;font-size:1.5rem}.error-card p,.empty-card p{color:var(--text-secondary);max-width:500px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.error-note{opacity:.7;margin-top:-.5rem;font-style:italic;font-size:.85rem!important}.btn-retry{padding:.65rem 1.75rem;font-size:.85rem}@media (width<=900px){.articles-library-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (width<=600px){.modal-backdrop{padding:1rem}.modal-content{max-height:90vh}.article-header{padding:1.25rem 1rem}.post-meta{padding-right:2.2rem}.article-body{padding:1rem .5rem}}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding-top:80px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background-color:#0a0b16cc;border-bottom:none;justify-content:space-between;align-items:center;height:80px;padding:0 4rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 30px #0006}.navbar:after{content:"";pointer-events:none;background:linear-gradient(90deg,#00b0d7f2 0%,#00b0d70d 25%,#00b0d7f2 50%,#00b0d70d 75%,#00b0d7f2 100%) 0 0/200% 100%;height:1px;animation:6s ease-in-out infinite navbar-glow-flow;position:absolute;bottom:0;left:0;right:0}@keyframes navbar-glow-flow{0%,to{filter:drop-shadow(0 0 1px #00b0d733);background-position:0 0}50%{filter:drop-shadow(0 0 4px #00b0d7b3);background-position:100% 0}}.nav-brand{align-items:center;gap:8px;font-size:1.5rem;font-style:italic;font-weight:800;display:flex}.nav-logo{object-fit:contain;width:auto;max-height:40px}.nav-brand-line{background-color:var(--accent-primary);width:24px;height:2px;display:inline-block}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);font-size:.75rem;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-social{background-color:var(--accent-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s;display:flex}.nav-social:hover{transform:scale(1.05)}.nav-cart{color:#f90;justify-content:center;align-items:center;transition:transform .2s;display:flex}.nav-cart:hover{transform:scale(1.15)}.home-page{padding-bottom:4rem}.hero{background-image:linear-gradient(#0a0b1666,#0a0b16a6),url(/fondo.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:stretch;min-height:calc(100vh - 80px);padding:2rem 4rem 0;display:flex;position:relative}.hero-content{flex-direction:column;flex:1;justify-content:center;max-width:600px;padding-bottom:2rem;display:flex}.hero-greeting{letter-spacing:2px;margin-bottom:.5rem;font-size:2rem;font-weight:800}.hero-title{align-items:baseline;gap:1.5rem;margin-bottom:2rem;font-size:6rem;font-weight:800;line-height:1;display:flex}.hero-title-you{padding:0 .5rem;display:inline-block;position:relative}.hero-title-dot{color:var(--accent-primary);font-size:4rem}.hero-desc{color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem;line-height:1.8}.hero-actions{gap:1rem;display:flex}.hero-links{gap:2rem;margin-top:2rem;display:flex}.hero-link{letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);font-size:.875rem;font-weight:600;transition:color .2s}.hero-link:hover{color:var(--accent-primary)}.hero-image-container{flex:1.1;justify-content:flex-end;align-items:flex-end;padding-left:2rem;display:flex;overflow:visible}.hero-image{object-fit:contain;transform-origin:bottom;pointer-events:none;width:100%;max-width:900px;height:auto;max-height:90vh;transform:scale(1.05)translateY(-5px)}.section{padding:4rem}.section-label{color:var(--accent-primary);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.section-title{margin-bottom:3rem;font-size:4rem;font-weight:800}.book-hover-effect{border:1px solid #0000;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s!important}.book-hover-effect:hover{border-color:#00b0d766!important;transform:perspective(1000px)rotateY(-5deg)translateY(-5px)!important;box-shadow:0 20px 40px #00b0d733,0 10px 20px #0006!important}.listen-list{flex-direction:column;gap:1rem;max-width:900px;display:flex}.listen-item{align-items:center;padding:1.5rem;display:flex}.listen-icon{width:56px;height:56px;color:var(--accent-primary);background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;margin-right:1.5rem;display:flex}.listen-info{flex:1}.listen-title{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.listen-meta{color:var(--text-secondary);font-size:.875rem}.watch-section-bg{background-image:linear-gradient(90deg,#0a0b16f2 45%,#0a0b1633 100%),url(/talks.png);background-position:100%;background-size:cover;border:1px solid #ffffff0d;border-radius:24px;margin-top:4rem;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080}.watch-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;display:grid}.video-card{flex-direction:column;display:flex}.video-thumbnail{aspect-ratio:16/9;background:linear-gradient(135deg, var(--accent-primary), var(--bg-tertiary));justify-content:center;align-items:center;display:flex;position:relative}.video-play-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background-color:#0a0b1699;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,background-color .2s;display:flex}.video-card:hover .video-play-btn{background-color:var(--accent-primary);transform:scale(1.1)}.video-info{border-top:1px solid var(--border-color);padding:1.5rem}.video-meta{color:var(--text-secondary);letter-spacing:1px;text-transform:uppercase;font-size:.75rem}.badge{background-color:var(--accent-primary);color:#fff;border-radius:20px;padding:.35rem 1.2rem;font-size:.8rem;font-weight:600;display:inline-block}.video-embed-container{background-color:#000;border-radius:12px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.video-embed-container iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.search-bar-container{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;align-items:center;max-width:600px;margin-bottom:3rem;padding:.75rem 1rem;transition:border-color .2s;display:flex}.search-bar-container:focus-within{border-color:var(--accent-primary)}.search-icon{color:var(--text-secondary);margin-right:.75rem}.search-input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1rem}.search-input::placeholder{color:var(--text-secondary)}.page-container{min-height:calc(100vh - 80px);padding:4rem}@media (width<=900px){.navbar{padding:0 1.5rem}.hero{text-align:center;flex-direction:column-reverse;padding:6rem 1.5rem 2rem}.hero-content{align-items:center}.hero-image-container{justify-content:center;margin-bottom:2rem;padding-left:0}.hero-actions{justify-content:center}.hero-title{flex-wrap:wrap;justify-content:center;gap:1rem;font-size:3.5rem}.hero-desc p{text-align:center}.section{padding:4rem 1.5rem}.section-title{text-align:center;font-size:2.5rem}.section-label{text-align:center}.listen-item{text-align:center;flex-direction:column}.listen-icon{margin-bottom:1rem;margin-right:0}.listen-item .btn{width:100%;margin-top:1rem}.page-container{padding:6rem 1.5rem 2rem}.watch-grid{grid-template-columns:1fr}.watch-section-bg{background-image:linear-gradient(#0a0b16d9,#0a0b16d9),url(/talks.png);background-position:top}}@media (width<=480px){.hero-title{gap:.5rem;font-size:2.5rem}.hero-title-dot{font-size:2rem}.hero-image{height:auto;max-height:350px;transform:scale(1)translateY(0)}.hero-desc{font-size:.95rem}.btn-outline{width:100%}.page-container{padding:5rem 1rem 2rem}}
