.search-container[data-astro-cid-otpdt6jm]{position:relative;width:100%;max-width:400px}.search-field-wrapper[data-astro-cid-otpdt6jm]{display:flex;align-items:stretch;background:var(--header-bg);border:2px solid var(--border-color);box-shadow:4px 4px 0 var(--border-color);transition:all .2s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.search-field-wrapper[data-astro-cid-otpdt6jm]:focus-within{transform:translate(-1px,-1px);box-shadow:6px 6px 0 var(--border-color)}.search-field-wrapper[data-astro-cid-otpdt6jm]:hover{transform:translate(-1px,-1px);box-shadow:6px 6px 0 var(--border-color)}#search-input[data-astro-cid-otpdt6jm]{flex:1;padding:.75rem 1rem;font-family:var(--font-family);font-size:1rem;font-weight:500;border:none;background:transparent;color:var(--text-color);outline:none;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-submit-btn[data-astro-cid-otpdt6jm]{display:flex;align-items:center;justify-content:center;padding:0 1.25rem;cursor:pointer;background:var(--brand-yellow);color:#000;border:none;border-left:2px solid var(--border-color);transition:background .2s ease,transform .1s ease}.search-submit-btn[data-astro-cid-otpdt6jm]:hover{background:#ffe580}.search-submit-btn[data-astro-cid-otpdt6jm]:active{background:#fcda50}@media(max-width:640px){.search-container[data-astro-cid-otpdt6jm]{max-width:100%;margin:.5rem 0 1rem}#search-input[data-astro-cid-otpdt6jm]{font-size:.9rem;padding:.6rem .75rem}.search-submit-btn[data-astro-cid-otpdt6jm]{padding:0 .75rem;flex-shrink:0}.search-submit-btn[data-astro-cid-otpdt6jm] svg[data-astro-cid-otpdt6jm]{width:18px;height:18px}}.search-results[data-astro-cid-otpdt6jm]{position:absolute;top:calc(100% + 12px);left:0;right:0;background:var(--header-bg);border:2px solid var(--border-color);box-shadow:8px 8px 0 var(--border-color);z-index:1000;max-height:450px;overflow-y:auto}.search-results[data-astro-cid-otpdt6jm].hidden{display:none}.search-item{display:flex;gap:.75rem;padding:.75rem 1rem;border-bottom:2px solid var(--border-color);transition:all .15s ease;text-decoration:none;color:var(--text-color);align-items:center;min-height:60px}.search-item-img{height:36px;width:auto;aspect-ratio:16/9;background:#eee;border:1px solid var(--border-color);flex-shrink:0;overflow:hidden;border-radius:4px}.search-item-img img{width:100%;height:100%;object-fit:cover}.search-item:hover,.search-item.is-active{background:var(--brand-yellow);color:#000;padding-left:1.25rem}.search-more.is-active{background:#0000001a;text-decoration:underline}.search-item-content{flex:1;min-width:0}.search-item-course{font-size:.7rem;font-weight:700;text-transform:uppercase;opacity:.7;margin-bottom:2px;display:block}.search-item-title{font-family:var(--font-heading);font-weight:800;font-size:.95rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-more{display:block;padding:1rem;text-align:center;background:#00000008;font-weight:700;font-size:.9rem;color:var(--text-color);text-decoration:none}.search-more:hover{background:#0000000f}.search-no-results{padding:2rem 1rem;text-align:center;font-size:1rem;font-weight:700;color:var(--text-color);font-family:var(--font-heading);opacity:.7}@media(max-width:640px){.search-container[data-astro-cid-otpdt6jm]{max-width:100%;margin:.5rem 0 1rem}}:root{--font-family: "Albert Sans", "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Albert Sans", sans-serif;--brand-yellow: #ffde59;--brand-purple: #6c36f1;--brand-bg: #f5f5f5;--primary: #6c36f1;--border-color: #000;--text-color: #000;--bg-color: rgb(245, 245, 245);--header-bg: #fff;--footer-bg: #fff;--footer-text: #000;--footer-muted: #666}.dark{--text-color: #fff;--bg-color: #1a1a1a;--header-bg: #2a2a2a;--border-color: #fff;--footer-bg: #000;--footer-text: #fff;--footer-muted: #a1a1aa}html{font-family:var(--font-family);background:var(--bg-color);color:var(--text-color)}body{margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}@media(max-width:1024px){body{padding-bottom:6rem}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}a{text-decoration:none;color:inherit}.header{background:var(--header-bg);border-bottom:2px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100}.header-container{display:flex;align-items:center;justify-content:space-between}@media(max-width:1024px){.header-container{padding-right:1rem}}.logo-group{display:flex;align-items:center;gap:.75rem}.logo-img{width:40px;height:40px;object-fit:contain}.logo-text{display:flex;flex-direction:column;line-height:1}.brand-name{font-family:var(--font-heading);font-weight:900;font-size:1.25rem}.nav-links{display:none}.header-search-desktop{display:none;flex:1;max-width:400px;margin:0 2rem}.header-search-mobile{padding-top:1rem;width:100%}@media(min-width:768px){.header-search-desktop{display:block}.header-search-mobile{display:none}.nav-links{display:flex;gap:1.5rem;font-weight:700}}.nav-links a:hover{color:var(--brand-yellow)}.header-actions{display:flex;align-items:center;gap:.5rem}@media(min-width:640px){.header-actions{gap:1rem}}.neo-button{background-color:var(--brand-yellow);color:#000;border:2px solid #000;padding:.5rem 1.5rem;font-weight:700;text-transform:uppercase;box-shadow:4px 4px #000;transition:all .2s;font-size:1rem}@media(max-width:1024px){.neo-button{font-size:.8rem;padding:.4rem 1rem}.brand-name{font-size:1.1rem}}.neo-button:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.neo-button:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.neo-button-sm{background:transparent;border:2px solid var(--border-color);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:3px 3px 0 var(--border-color);color:var(--text-color);font-size:.75rem;font-weight:900}.neo-button-sm:active{transform:translate(1px,1px);box-shadow:1px 1px 0 var(--border-color)}@media(max-width:1024px){.neo-button.desktop-only{display:none!important}}.dark .icon-sun{display:inline}.dark .icon-moon,.icon-sun{display:none}.icon-moon{display:inline}.desktop-only{display:none}@media(min-width:640px){.desktop-only{display:inline-block}}.mobile-only{display:block}@media(min-width:768px){.mobile-only{display:none}}.footer{background-color:var(--footer-bg);color:var(--footer-text);padding:3rem 0;border-top:4px solid var(--primary);margin-top:auto}.footer-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.footer-brand{display:flex;flex-direction:column;align-items:center;gap:1rem}.logo-group-footer{display:flex;align-items:center;gap:.75rem}.logo-img-sm{width:40px;height:40px;object-fit:contain}.brand-name-footer{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--footer-text)}.footer-desc{color:var(--footer-muted);max-width:28rem;line-height:1.5}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-family:var(--font-heading);font-weight:700}.social-link{display:flex;align-items:center;gap:.5rem}.footer-links a:hover{color:var(--brand-yellow)}.footer-copy{font-size:.875rem;color:var(--footer-muted)}.search-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.search-modal.active{opacity:1;pointer-events:auto}.search-modal-content{background:var(--header-bg);border:4px solid var(--border-color);box-shadow:8px 8px 0 var(--border-color);width:100%;max-width:600px;padding:2rem;transform:translateY(-20px);transition:transform .3s ease}.search-modal.active .search-modal-content{transform:translateY(0)}.search-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.search-modal-header h2{margin:0;font-weight:900;font-size:1.5rem;letter-spacing:.05em}.fixed-subscribe-btn{position:fixed;bottom:2rem;right:1rem;background:var(--brand-yellow);color:#000;border:3px solid #000;padding:.8rem 1.5rem;font-weight:900;text-transform:uppercase;box-shadow:6px 6px #000;z-index:1500;font-size:.9rem;transition:all .2s}.fixed-subscribe-btn:active{transform:translate(2px,2px);box-shadow:4px 4px #000}.mobile-tablet-only{display:none}.global-loader{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg-color);display:flex;align-items:center;justify-content:center;z-index:90;transition:opacity .5s ease,visibility .5s ease}.global-loader.fade-out{opacity:0;visibility:hidden}.loader-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loader-logo{width:80px;height:80px;object-fit:contain;animation:logo-pulse 1.5s ease-in-out infinite}.loader-bar{width:120px;height:4px;background:#0000001a;position:relative;overflow:hidden;border-radius:2px}.dark .loader-bar{background:#ffffff1a}.loader-bar:after{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background:var(--brand-purple);animation:loader-slide 1s ease-in-out infinite}@keyframes logo-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes loader-slide{0%{left:-40%}to{left:100%}}.search-highlight{background:#ffde5966;font-weight:900;padding:0 2px;color:inherit}@media(max-width:1024px){.mobile-tablet-only{display:flex}.fixed-subscribe-btn{display:block}}
