.about-container{padding:4rem 2rem;max-width:1200px;margin:0 auto;font-family:IBM Plex Mono,monospace;text-align:center;opacity:0;animation:fadeInUp 1s ease forwards}.about-title{font-size:3rem;color:#dfdad9;margin-bottom:.5rem}.about-subtitle{font-size:1.25rem;color:#c4c4c4;margin-bottom:3rem;opacity:0;animation:fadeInUp 1s ease forwards;animation-delay:.3s}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.about-card{background-color:#1e1b2f;padding:2rem;border-radius:1rem;color:#dfdad9;text-align:center;transition:transform .3s,box-shadow .3s;opacity:0;animation:fadeInUp .8s ease forwards}.about-card:nth-child(1){animation-delay:.5s}.about-card:nth-child(2){animation-delay:.7s}.about-card:nth-child(3){animation-delay:.9s}.about-card:nth-child(4){animation-delay:1.1s}.about-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #c4a7e74d}.card-icon{font-size:2.5rem;color:#c4a7e7;margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.card-text{font-size:1rem;line-height:1.6;color:#dfdad9;white-space:pre-wrap}.courses-container{max-width:1000px;margin:0 auto;padding:2rem;text-align:center;font-family:IBM Plex Mono,monospace}.courses-title{padding-top:1rem;font-size:3rem;font-weight:700;margin-bottom:2rem;color:#dfdad9;opacity:0;animation:fadeInUp 1s ease forwards}.term-switch{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;opacity:0;animation:fadeInUp 1s ease forwards;animation-delay:.3s}.term-switch button{padding:.6rem 1.5rem;font-size:1rem;border:2px solid #c4a7e7;border-radius:8px;background-color:transparent;color:#c4a7e7;cursor:pointer;transition:all .3s ease}.term-switch button.active,.term-switch button:hover{background-color:#c4a7e7;color:#232136}.courses-grid.first{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:90%;margin:0 auto;justify-items:center;align-items:stretch}.courses-grid.first .course-card{width:100%;max-width:400px;min-height:180px;box-sizing:border-box}.courses-grid.second{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;width:100%;margin:0 auto;justify-items:center;align-items:center}.courses-grid.second .course-card{width:100%;max-width:400px;box-sizing:border-box}.course-card{padding:2rem;border-radius:12px;background-color:#1e1b2f;color:#dfdad9;font-weight:600;font-size:1.2rem;display:flex;align-items:center;justify-content:center;text-align:center;white-space:pre-line;transition:transform .3s ease,box-shadow .3s ease;opacity:0;animation:fadeInUp .8s ease forwards}.course-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #c4a7e74d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.courses-grid.first,.courses-grid.second{grid-template-columns:1fr;width:90%;gap:1.5rem}.course-card{width:100%;text-align:center;box-sizing:border-box;min-height:auto}}.footer-container{text-align:center;padding:2rem 1rem;font-family:IBM Plex Mono,monospace;color:#aaa}.separator{width:50%;height:1px;background-color:#555;margin:1.5rem auto;border:none}.footer-text{font-size:.9rem}.footer-link{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#c4a7e7}.navbar{position:fixed;top:0;left:0;width:100%;padding:.5rem 10rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;overflow:hidden}.logo{display:flex;gap:.1em}.logo-char{font-family:IBM Plex Mono,monospace;font-size:clamp(1rem,4vw,2.5rem);font-weight:700;color:#dfdad9;display:inline-block;width:1ch;text-align:center}.nav-list{display:flex;gap:2rem;margin:0;padding-left:10px;list-style:none}.nav-item{display:inline-flex;align-items:center;gap:.7rem;font-size:1rem;position:relative;transition:transform .2s,color .3s,text-shadow .3s;color:#dfdad9}.nav-item a{text-decoration:none;color:inherit;display:inline-flex;align-items:center;gap:.7rem}.nav-item a span{color:inherit;font-size:1rem}.nav-item:hover{color:#c4a7e7;text-shadow:0 0 8px #c4a7e7,0 0 16px #c4a7e7;transform:scale(1.1)}.nav-item:after{content:"";position:absolute;bottom:-6px;left:50%;width:0;height:2px;background:#c4a7e7;transition:width .2s ease,left .2s ease}.nav-item:hover:after{width:100%;left:0}.nav-item.active{color:#c4a7e7;text-shadow:0 0 8px #c4a7e7,0 0 16px #c4a7e7}.nav-item.active:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;background:#c4a7e7}.nav-icon{width:25px;height:25px}@media (max-width: 768px){.navbar{padding:1.5rem 2rem;justify-content:space-between}.logo-char{font-size:clamp(1.7rem,6vw,2.7rem)}.nav-list{gap:1rem}.nav-item a span{display:none}.nav-item{padding:0}.nav-item svg{width:1.1rem;height:1.1rem}}html,body,#root{overflow-x:hidden}html,body,#root{height:100%;margin:0;padding:0;font-family:Source Code Pro,monospace;background-color:#191724}@keyframes fadeInScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleBounce{0%{opacity:0;transform:scale(.3)}60%{opacity:1;transform:scale(1.1)}80%{transform:scale(.95);opacity:1}to{transform:scale(1);opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.home-container{display:flex;justify-content:center;align-items:center;min-height:100vh;flex-direction:row;padding:2rem;box-sizing:border-box;opacity:0;animation:fadeInScale 1s ease-out forwards}.home-content{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;max-width:1000px;flex-wrap:wrap;gap:2rem;opacity:0;animation:fadeInScale 1s ease-out forwards;animation-delay:.1s}.home-text{flex:1;display:flex;flex-direction:column;justify-content:center;opacity:0;animation:fadeInLeft 1s ease-out forwards;animation-delay:.2s}.typewriter-container{margin-bottom:1.5rem}.home-text p{font-size:1.5rem;font-weight:600;color:#dfdad9}#typewriter{font:700 5rem Source Code Pro,monospace;color:#fff;white-space:nowrap;margin:0}#typewriter .cursor{display:inline-block;width:.05em;height:1.2em;background-color:gray;margin-left:2.5px;vertical-align:bottom;animation:blink 1s infinite}.home-image{flex:1;min-width:250px;display:flex;justify-content:center;opacity:0;animation:fadeInRight 1s ease-out forwards;animation-delay:.6s}.home-image img{width:400px;border-radius:50%;object-fit:cover}.social-buttons-fixed{display:flex;gap:25px;margin-top:2rem;justify-content:flex-start;align-items:center;opacity:0;animation:scaleBounce .8s ease-out forwards;animation-delay:.4s;z-index:10}.social-button{width:50px;height:50px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;border:2px solid #c4a7e7;color:#c4a7e7;text-decoration:none;transition:all .3s ease-in-out;box-shadow:0 0 8px #48bb7899}.social-button svg{width:60%;height:60%}.social-button:hover{transform:scale(1.2);background-color:#c4a7e7;color:#232136;box-shadow:0 0 20px #48bb78}@media (max-width: 768px){.home-container{flex-direction:column}.home-content{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;padding:.8rem}.home-image{order:-1;margin:0;flex:none}.home-image img{width:200px;height:200px;object-fit:cover}#typewriter{font-size:3.7rem}.home-text p{font-size:1.3rem}.social-buttons-fixed{justify-content:center;gap:25px}}.other-container{text-align:center;padding:3rem 1rem;font-family:IBM Plex Mono,monospace;color:#dfdad9;min-height:80vh}.other-title{font-size:3rem;font-weight:700}[data-animate]{opacity:.001;transform:translateY(6px);will-change:transform,opacity}.other-title.in-view{animation:enter-down 1.2s cubic-bezier(.2,.8,.2,1) forwards}.separator.in-view{animation:bar-grow 1.4s cubic-bezier(.2,.8,.2,1) forwards .15s}.history-buttons.in-view{animation:pop-in 1.1s cubic-bezier(.2,.8,.2,1) forwards .2s}.thanks-item.in-view{animation:enter-left 1.2s cubic-bezier(.2,.8,.2,1) forwards}.site-item.in-view{animation:enter-right 1.2s cubic-bezier(.2,.8,.2,1) forwards}.thanks-item.in-view:nth-child(1){animation-delay:.15s}.thanks-item.in-view:nth-child(2){animation-delay:.35s}.thanks-item.in-view:nth-child(3){animation-delay:.55s}.thanks-item.in-view:nth-child(4){animation-delay:.75s}.site-item.in-view:nth-child(1){animation-delay:.15s}.site-item.in-view:nth-child(2){animation-delay:.35s}.site-item.in-view:nth-child(3){animation-delay:.55s}.site-item.in-view:nth-child(4){animation-delay:.75s}.separator{width:40%;max-width:520px;height:1px;background-color:#555;margin:1.5rem auto;border:none;transform-origin:left center}.history-buttons{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;transform-origin:center}.icon-button{position:relative;font-size:3rem;color:#c4a7e7;transition:transform .2s ease,color .2s ease,filter .2s ease}.icon-button:hover{transform:translateY(-3px) scale(1.08);color:#72e2ff;filter:drop-shadow(0 3px 10px rgba(114,226,255,.25))}.tooltip{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%) scale(.96);background-color:#1e1b2f;color:#dfdad9;padding:.3rem .6rem;border-radius:5px;font-size:.9rem;white-space:nowrap;pointer-events:none;transition:transform .18s ease,opacity .18s ease;opacity:0}.icon-button:hover .tooltip{transform:translate(-50%) scale(1);opacity:1}.thanks-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.thanks-item{font-size:1.1rem}.thanks-link{color:#c4a7e7;font-weight:700;text-decoration:none;transition:color .18s,transform .18s}.thanks-link:hover{color:#72e2ff;transform:translateY(-2px)}.thanks-desc{color:#dfdad9;margin-left:.5rem}.site-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.site-item{display:flex;align-items:center;gap:.5rem;font-size:1.1rem}.site-icon{font-size:1.5rem;color:#c4a7e7}.site-link{color:#c4a7e7;font-weight:700;text-decoration:none}.site-link:hover{color:#72e2ff}@keyframes enter-down{0%{opacity:.001;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes enter-left{0%{opacity:.001;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes enter-right{0%{opacity:.001;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes pop-in{0%{opacity:.001;transform:scale(.96)}60%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes bar-grow{0%{opacity:.001;transform:scaleX(.1)}to{opacity:1;transform:scaleX(1)}}@media (max-width: 768px){.history-buttons{flex-wrap:wrap;gap:1.2rem}.icon-button{font-size:2.5rem}.site-info{flex-direction:column;gap:1rem}.site-item{justify-content:center}.separator{width:80%}}html,body,#root{height:100%;margin:0;padding:0;font-family:JetBrains Mono,monospace;background-color:#191724;background-image:linear-gradient(#333 1px,transparent 1px),linear-gradient(90deg,#333 1px,transparent 1px);background-size:50px 50px;animation:gridMove 2s linear infinite}@keyframes gridMove{0%{background-position:0 0,0 0}to{background-position:50px 50px,50px 50px}}@media (max-width: 768px){body{background-size:25px 25px}}#root,.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}footer{background-color:transparent;color:#dfdad9;text-align:center;padding:1rem}
