.pill-button{color:#fff;cursor:pointer;background-color:#000;border:1px solid #0000;border-radius:50px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0003}.pill-button:hover{background-color:#111;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.pill-button:active{transform:translateY(1px)}.pill-button-shine{filter:blur(5px);background:linear-gradient(#fff0 0%,#fffc 50%,#fff0 100%);width:30px;height:300px;animation:6s infinite shineEffect;position:absolute;top:-180px;left:0;transform:rotate(45deg)}@keyframes shineEffect{0%{opacity:0;left:-100px}10%{opacity:0;left:-100px}20%{opacity:.6;left:120%}to{opacity:0;left:120%}}.glow-button:hover{border:1px solid #0000001a;box-shadow:0 0 10px #00000080,0 0 20px #0000004d,0 0 30px #0000001a}.glow-button:after{content:"";z-index:-1;background:0 0;border-radius:50px;width:100%;height:100%;animation:2s infinite pulseGlow;position:absolute;top:0;left:0;box-shadow:0 0 20px #0000}@keyframes pulseGlow{0%{box-shadow:0 0 #0000004d}70%{box-shadow:0 0 0 15px #0000}to{box-shadow:0 0 #0000}}
.about__container{grid-template-columns:repeat(2,1fr);align-items:center;column-gap:4rem}.about__img-container{border-radius:1.5rem;justify-self:center;width:350px;height:350px;position:relative;overflow:hidden}.about__img-container:before{content:"";z-index:2;background:linear-gradient(90deg,#0000,#fffc,#0000);animation:3s linear infinite reflectLight;position:absolute;inset:-10px 140px;transform:rotate(35deg)}@keyframes reflectLight{0%{transform:rotate(35deg)translate(-500px)}to{transform:rotate(35deg)translate(500px)}}.about__img{object-fit:cover;filter:grayscale();z-index:1;border-radius:1.5rem;justify-self:center;width:350px;height:350px;transition:all .4s;position:relative;box-shadow:0 0 20px #0003}.about__img:hover{filter:grayscale(70%);transform:scale(1.02);box-shadow:0 0 30px #0000004d}.about__info{margin-bottom:var(--mb-2);grid-template-columns:repeat(3,140px);gap:.5rem}.about__box{text-align:center;background-color:#00000008;border:1px solid #0000001a;border-radius:.75rem;padding:1rem 1.25rem;transition:all .3s}.dark-theme .about__box{background-color:#ffffff0d;border:1px solid #ffffff1a}.glow-hover{position:relative;overflow:hidden}.glow-hover:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#fff3 0%,#0000 60%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.glow-hover:hover{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.glow-hover:hover:after{opacity:1}.about__icon{color:#000;margin-bottom:var(--mb-0-5);font-size:1.5rem}.dark-theme .about__icon{color:var(--title-color,#fff)}.pulse{animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.about__title{font-size:var(--small-font-size);font-weight:var(--font-medium);margin-bottom:.5rem}.about__subtitle{font-size:var(--tiny-font-size)}.about__description{margin-bottom:var(--mb-2-5);padding:0 4rem 0 0;line-height:1.8;position:relative}.typewriter{white-space:normal;border-right:2px solid #0000;animation:3.5s steps(40,end) typing,.75s step-end infinite blink-caret;overflow:hidden}@keyframes typing{0%{max-width:0}to{max-width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:#000}}.highlight{font-weight:700;position:relative}.highlight:after{content:"";z-index:-1;background-color:#0000001a;width:100%;height:5px;position:absolute;bottom:0;left:0}.highlight-alt{background:linear-gradient(#0000 60%,#0000001a 40%);font-weight:700}.button-container{align-items:center;display:flex;position:relative}.glowing-line{opacity:.7;background:linear-gradient(90deg,#0000,#00000080,#0000);width:100px;height:1px;margin-left:1rem;animation:2s infinite alternate glow}@keyframes glow{0%{opacity:.3;width:50px}to{opacity:.7;width:100px}}.glow-button{z-index:1;transition:all .3s;position:relative;overflow:hidden}.glow-button:before{content:"";z-index:-1;opacity:0;background:linear-gradient(45deg,#000,#333,#000);border-radius:50px;transition:opacity .3s;position:absolute;inset:-2px}.glow-button:hover:before{opacity:1;animation:2s linear infinite rotate}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width:992px){.about__container{grid-template-columns:1fr;row-gap:2.5rem}.about__img-container{width:280px;height:280px}.about__img{width:220px}.about__box{padding:.75rem .5rem}.about__data{text-align:center}.about__info{justify-content:center}.about__description{margin-bottom:2rem;padding:0 5rem}.button-container{justify-content:center}}@media screen and (max-width:576px){.about__info{grid-template-columns:repeat(3,1fr)}.about__description{padding:0}.about__img-container{width:220px;height:220px}}@media screen and (max-width:350px){.about__info{grid-template-columns:repeat(2,1fr);gap:.5rem}.about__img-container{width:180px;height:180px}}
