@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);.navbar{background:#0000;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-primary);box-shadow:0 2px 20px #0000001a;padding:.6rem 0}.navbar__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar__logo{color:var(--text-primary);font-size:1.5rem;font-weight:700;letter-spacing:-.5px;text-decoration:none;z-index:1002}.navbar__logo-accent{color:var(--accent);font-size:1.7rem}.navbar__links{display:flex;gap:.3rem}.navbar__link{border-radius:8px;color:var(--text-secondary);font-size:.88rem;font-weight:500;padding:.5rem .9rem;position:relative;text-decoration:none;transition:all .2s ease}.navbar__link--active,.navbar__link:hover{background:var(--bg-tertiary);color:var(--accent)}.navbar__actions{align-items:center;display:flex;gap:.5rem;z-index:1002}.navbar__theme-toggle{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:10px;color:var(--text-primary);cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.navbar__theme-toggle:hover{background:var(--accent);border-color:var(--accent);color:#fff}.navbar__mobile-toggle{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:10px;color:var(--text-primary);cursor:pointer;display:none;height:40px;justify-content:center;width:40px}.navbar__overlay{display:none}@media (max-width:900px){.navbar__container{padding:0 1.2rem}.navbar__mobile-toggle{display:flex}.navbar__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;display:block;inset:0;position:fixed;z-index:1000}.navbar__links{background:var(--bg-primary);box-shadow:-5px 0 30px #0003;flex-direction:column;gap:.2rem;height:100vh;height:100dvh;overflow-y:auto;padding:5rem 1.5rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px;z-index:1001}.navbar__links--open{right:0}.navbar__link{align-items:center;display:flex;font-size:1rem;min-height:44px;padding:.85rem 1rem}}@media (max-width:360px){.navbar__logo{font-size:1.25rem}.navbar__logo-accent{font-size:1.4rem}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem 2rem;position:relative}.hero__bg-grid{background-image:radial-gradient(var(--border) 1px,#0000 1px);background-size:40px 40px;inset:0;opacity:.4;pointer-events:none;position:absolute}.hero__container{max-width:900px;position:relative;text-align:center;z-index:1}.hero__content{align-items:center;display:flex;flex-direction:column;gap:.8rem}.hero__greeting{color:var(--accent);font-size:1.1rem;font-weight:500;letter-spacing:2px;text-transform:uppercase}.hero__name{color:var(--text-primary);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin:.2rem 0}.hero__typing-wrapper{align-items:center;display:flex;height:2.2rem;justify-content:center}.hero__typing-text{color:var(--accent);font-size:1.3rem;font-weight:600}.hero__cursor{animation:blink .8s step-end infinite;color:var(--accent);font-size:1.4rem;margin-left:2px}@keyframes blink{50%{opacity:0}}.hero__tagline{color:var(--text-secondary);font-size:1rem;font-weight:400;letter-spacing:1px}.hero__intro{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-top:.5rem;max-width:650px}.hero__cta-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.hero__scroll-indicator{bottom:-3rem;left:50%;position:absolute;transform:translateX(-50%)}.hero__scroll-icon{animation:bounce 2s infinite;color:var(--text-tertiary);font-size:1.5rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@media (max-width:600px){.hero{min-height:calc(100vh - 2rem);padding:5rem 1.2rem 2rem}.hero__greeting{font-size:.95rem}.hero__typing-text{font-size:1.05rem}.hero__tagline{font-size:.88rem}.hero__intro{font-size:.92rem}.hero__cta-group{flex-direction:column;max-width:300px;width:100%}.hero__cta-group .btn{justify-content:center;width:100%}}@media (max-width:360px){.hero{padding:4.5rem 1rem 1.5rem}.hero__typing-wrapper{height:1.8rem}.hero__typing-text{font-size:.95rem}}.about__content{margin:0 auto 3rem;max-width:800px}.about__text{color:var(--text-secondary);font-size:1.05rem;line-height:1.8;margin-bottom:1rem}.about__highlights{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.about__card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:1.8rem;transition:all .3s ease}.about__card:hover{border-color:var(--accent);box-shadow:0 8px 30px #6366f11a;transform:translateY(-4px)}.about__card-icon{align-items:center;background:var(--accent-bg);border-radius:12px;color:var(--accent);display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.about__card-title{color:var(--text-primary);font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.about__card-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}@media (max-width:900px){.about__highlights{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.about__highlights{gap:1rem;grid-template-columns:1fr}.about__text{font-size:.95rem}.about__card{padding:1.4rem}}.skills__tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.skills__tab{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.4rem;padding:.55rem 1.1rem;transition:all .2s ease}.skills__tab:hover{border-color:var(--accent);color:var(--accent)}.skills__tab--active{background:var(--accent);border-color:var(--accent);color:#fff}.skills__grid{display:flex;flex-direction:column;gap:1.2rem;margin:0 auto 3rem;max-width:700px}.skill-item__header{display:flex;justify-content:space-between;margin-bottom:.4rem}.skill-item__name{color:var(--text-primary);font-size:.92rem;font-weight:600}.skill-item__level{color:var(--text-tertiary);font-size:.82rem;font-weight:500}.skill-item__bar{background:var(--bg-tertiary);border-radius:10px;height:8px;overflow:hidden}.skill-item__fill{background:linear-gradient(90deg,var(--accent),var(--accent-light));border-radius:10px;height:100%}.skills__badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.skills__badge{background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;color:var(--text-secondary);font-size:.78rem;font-weight:500;padding:.4rem .9rem;transition:all .2s ease}.skills__badge:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}@media (max-width:600px){.skills__tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.4rem;justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.skills__tabs::-webkit-scrollbar{display:none}.skills__tab{flex-shrink:0;font-size:.78rem;padding:.45rem .8rem;white-space:nowrap}.skills__grid{margin:0 auto 2rem}.skills__badges{gap:.4rem}.skills__badge{font-size:.72rem;padding:.35rem .7rem}}.timeline{margin:0 auto;max-width:900px;padding:2rem 0;position:relative}.timeline:before{background:var(--border);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline__item{padding:0 2.5rem 2.5rem;position:relative;width:50%}.timeline__item--left{left:0;padding-right:3rem;text-align:right}.timeline__item--right{left:50%;padding-left:3rem}.timeline__dot{align-items:center;background:var(--accent);border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;position:absolute;top:.5rem;width:36px;z-index:2}.timeline__item--left .timeline__dot{right:-18px}.timeline__item--right .timeline__dot{left:-18px}.timeline__card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:1.5rem;transition:all .3s ease}.timeline__card:hover{border-color:var(--accent);box-shadow:0 8px 30px #6366f114}.timeline__role{color:var(--text-primary);font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.timeline__company{color:var(--accent);font-size:1rem;font-weight:600;margin-bottom:.5rem}.timeline__meta{color:var(--text-tertiary);display:flex;flex-wrap:wrap;font-size:.82rem;gap:1rem;margin-bottom:1rem}.timeline__item--left .timeline__meta{justify-content:flex-end}.timeline__meta span{align-items:center;display:flex;gap:.3rem}.timeline__achievements{list-style:none;margin:0;padding:0}.timeline__achievements li{color:var(--text-secondary);font-size:.88rem;line-height:1.6;padding:.3rem 0 .3rem 1.2rem;position:relative}.timeline__item--left .timeline__achievements li{padding-left:0;padding-right:1.2rem;text-align:right}.timeline__achievements li:before{color:var(--accent);content:"▹";font-weight:700;left:0;position:absolute}.timeline__item--left .timeline__achievements li:before{left:auto;right:0}@media (max-width:768px){.timeline{padding:1rem 0}.timeline:before{left:20px}.timeline__item{left:0!important;padding-bottom:2rem!important;padding-left:3.5rem!important;padding-right:0!important;text-align:left!important;width:100%}.timeline__dot{height:32px;left:2px!important;right:auto!important;width:32px}.timeline__card{padding:1.2rem}.timeline__role{font-size:1rem}.timeline__company{font-size:.92rem}.timeline__achievements li{font-size:.84rem}.timeline__item--left .timeline__meta{justify-content:flex-start}.timeline__item--left .timeline__achievements li{padding-left:1.2rem;padding-right:0;text-align:left}.timeline__item--left .timeline__achievements li:before{left:0;right:auto}}@media (max-width:360px){.timeline__item{padding-left:3rem!important}.timeline__meta{flex-direction:column;gap:.3rem}}.projects__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.project-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;transition:all .3s ease}.project-card:hover{border-color:var(--accent);box-shadow:0 12px 40px #6366f11a;transform:translateY(-4px)}.project-card--featured{border-color:var(--accent);grid-column:1/-1;position:relative}.project-card__badge{align-items:center;background:var(--accent);border-radius:8px;color:#fff;display:flex;font-size:.75rem;font-weight:600;gap:.3rem;padding:.3rem .7rem;position:absolute;right:1rem;top:1rem;z-index:2}.project-card__content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.project-card__title{color:var(--text-primary);font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.project-card__desc{font-size:.9rem;line-height:1.6}.project-card__desc,.project-card__role{color:var(--text-secondary);margin-bottom:.8rem}.project-card__role{font-size:.84rem;line-height:1.5}.project-card__role strong{color:var(--text-primary);font-weight:600}.project-card__tech{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem}.project-card__tech-tag{background:var(--accent-bg);border-radius:6px;color:var(--accent);font-size:.75rem;font-weight:600;padding:.25rem .65rem}.project-card__highlights{flex:1 1;list-style:none;margin:0 0 1.2rem;padding:0}.project-card__highlights li{color:var(--text-secondary);font-size:.83rem;padding:.2rem 0 .2rem 1rem;position:relative}.project-card__highlights li:before{color:var(--accent);content:"▹";left:0;position:absolute}.project-card .btn{align-self:flex-start}@media (max-width:1024px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.projects__grid{gap:1rem;grid-template-columns:1fr}.project-card__content{padding:1.2rem}.project-card__title{font-size:1.05rem}.project-card__desc{font-size:.85rem}}.services__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.service-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.service-card:hover{border-color:var(--accent);box-shadow:0 8px 30px #6366f11a;transform:translateY(-4px)}.service-card__icon{align-items:center;background:var(--accent-bg);border-radius:14px;color:var(--accent);display:flex;height:56px;justify-content:center;margin:0 auto 1.2rem;width:56px}.service-card__title{color:var(--text-primary);font-size:1rem;font-weight:700;margin-bottom:.6rem}.service-card__desc{color:var(--text-secondary);font-size:.88rem;line-height:1.6}@media (max-width:900px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.services__grid{gap:1rem;grid-template-columns:1fr}.service-card{padding:1.5rem}.service-card__icon{height:48px;margin-bottom:1rem;width:48px}}.metrics{background:var(--bg-secondary);border-bottom:1px solid var(--border);border-top:1px solid var(--border);padding:4rem 2rem}.metrics__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:900px}.metric-card{display:flex;flex-direction:column;gap:.3rem;text-align:center}.metric-card__value{color:var(--accent);font-size:2.5rem;font-weight:800;line-height:1.1}.metric-card__label{color:var(--text-secondary);font-size:.9rem;font-weight:500}@media (max-width:768px){.metrics__grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.metrics{padding:3rem 1.2rem}.metrics__grid{gap:1.2rem}.metric-card__value{font-size:1.8rem}.metric-card__label{font-size:.82rem}}.contact__cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:900px}.contact__card{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;gap:.5rem;padding:1.8rem 1.2rem;text-align:center;text-decoration:none;transition:all .3s ease}.contact__card:hover{border-color:var(--accent);box-shadow:0 8px 30px #6366f11a;transform:translateY(-4px)}.contact__card-icon{align-items:center;background:var(--accent-bg);border-radius:14px;color:var(--accent);display:flex;height:52px;justify-content:center;margin-bottom:.3rem;width:52px}.contact__card strong{color:var(--text-tertiary);font-size:.85rem;font-weight:600}.contact__card span{color:var(--text-primary);font-size:.92rem;word-break:break-word}.contact__socials{display:flex;gap:.8rem;justify-content:center;margin-top:2rem}.contact__social-link{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;color:var(--text-primary);display:flex;height:44px;justify-content:center;text-decoration:none;transition:all .2s ease;width:44px}.contact__social-link:hover{background:var(--accent);border-color:var(--accent);color:#fff}@media (max-width:900px){.contact__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.contact__cards{grid-template-columns:1fr}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);position:relative}.footer__inner{align-items:center;display:flex;flex-direction:column;gap:1.8rem;margin:0 auto;max-width:640px;padding:3rem 2rem 1.5rem;text-align:center}.footer__name{color:var(--text-primary);display:block;font-size:1.25rem;font-weight:700;margin-bottom:.4rem;text-decoration:none}.footer__name-accent{color:var(--accent);font-size:1.4rem}.footer__tagline{color:var(--text-tertiary);font-size:.9rem;line-height:1.5}.footer__nav{display:flex;gap:2rem}.footer__nav-link{color:var(--text-secondary);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s ease}.footer__nav-link:hover{color:var(--accent)}.footer__socials{display:flex;gap:.6rem}.footer__social{align-items:center;border:1px solid var(--border);border-radius:10px;color:var(--text-secondary);display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.footer__social:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}.footer__bottom{align-items:center;border-top:1px solid var(--border);display:flex;justify-content:center;padding-top:1.5rem;width:100%}.footer__bottom span{color:var(--text-tertiary);font-size:.78rem}@media (max-width:480px){.footer__inner{gap:1.5rem;padding:2.5rem 1.5rem 1.2rem}.footer__nav{flex-wrap:wrap;gap:1rem 1.5rem;justify-content:center}.footer__bottom{flex-direction:column;gap:.3rem;padding-top:1.2rem;text-align:center}}.chatbot-toggle{align-items:center;background:var(--accent);border:none;border-radius:50%;box-shadow:0 4px 20px #6366f166;color:#fff;cursor:pointer;display:flex;height:52px;justify-content:center;transition:all .2s ease;width:52px}.chatbot-toggle:hover{box-shadow:0 6px 24px #6366f180;transform:scale(1.08)}.chatbot-toggle--active{background:var(--bg-tertiary);box-shadow:0 4px 12px #00000026;color:var(--text-primary)}.chatbot{animation:chatbot-slide-in .25s ease-out;background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;bottom:5.5rem;box-shadow:0 12px 40px #0003;display:flex;flex-direction:column;max-height:580px;overflow:hidden;position:fixed;right:2rem;width:400px;z-index:998}@keyframes chatbot-slide-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbot__header{align-items:center;background:var(--bg-secondary);border-bottom:1px solid var(--border);display:flex;flex-shrink:0;justify-content:space-between;padding:.9rem 1rem}.chatbot__header-info{align-items:center;display:flex;gap:.7rem}.chatbot__avatar{align-items:center;background:var(--accent);border-radius:10px;color:#fff;display:flex;font-size:.95rem;font-weight:700;height:36px;justify-content:center;width:36px}.chatbot__header-info strong{color:var(--text-primary);display:block;font-size:.88rem}.chatbot__header-info span{color:var(--text-tertiary);font-size:.72rem}.chatbot__close{align-items:center;background:none;border:none;border-radius:6px;color:var(--text-tertiary);cursor:pointer;display:flex;justify-content:center;padding:.3rem;transition:all .2s ease}.chatbot__close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.chatbot__messages{display:flex;flex:1 1;flex-direction:column;gap:.6rem;min-height:160px;overflow-y:auto;padding:1rem}.chatbot__messages::-webkit-scrollbar{width:4px}.chatbot__messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.chatbot__bubble{word-wrap:break-word;border-radius:14px;font-size:.85rem;line-height:1.55;max-width:85%;padding:.7rem 1rem}.chatbot__bubble--assistant{align-self:flex-start;background:var(--bg-secondary);border:1px solid var(--border);border-bottom-left-radius:4px;color:var(--text-primary)}.chatbot__bubble--user{align-self:flex-end;background:var(--accent);border-bottom-right-radius:4px;color:#fff}.chatbot__typing{align-items:center;display:flex;gap:4px;padding:.8rem 1.2rem}.chatbot__typing span{animation:typing-bounce 1.2s infinite;background:var(--text-tertiary);border-radius:50%;height:7px;width:7px}.chatbot__typing span:nth-child(2){animation-delay:.15s}.chatbot__typing span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chatbot__questions{background:var(--bg-secondary);border-top:1px solid var(--border);flex-shrink:0;padding:.7rem 1rem}.chatbot__questions-label{color:var(--text-tertiary);font-size:.72rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.chatbot__questions-list{display:flex;flex-wrap:wrap;gap:.35rem;max-height:140px;overflow-y:auto}.chatbot__questions-list::-webkit-scrollbar{width:3px}.chatbot__questions-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.chatbot__question-btn{background:var(--bg-primary);border:1px solid var(--border);border-radius:18px;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.73rem;line-height:1.4;padding:.38rem .7rem;transition:all .2s ease}.chatbot__question-btn:hover:not(:disabled){background:var(--accent-bg);border-color:var(--accent);color:var(--accent)}.chatbot__question-btn:disabled{cursor:not-allowed;opacity:.4}@media (max-width:480px){.chatbot{border-radius:0;bottom:0;left:0;max-height:100vh;max-height:100dvh;right:0;width:100%}.chatbot__messages{min-height:0}.chatbot__questions-list{max-height:120px}}.floating-actions{align-items:center;bottom:2rem;display:flex;flex-direction:column;gap:.75rem;position:fixed;right:2rem;z-index:999}.floating-actions__scroll-top{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px #0000001a;color:var(--text-primary);cursor:pointer;display:flex;height:42px;justify-content:center;transition:all .2s ease;width:42px}.floating-actions__scroll-top:hover{background:var(--accent);border-color:var(--accent);color:#fff}@media (max-width:480px){.floating-actions{bottom:1.2rem;right:1.2rem}}:root{--font-main:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}[data-theme=dark]{--bg-primary:#0f0f13;--bg-secondary:#16161d;--bg-tertiary:#1e1e28;--text-primary:#f0f0f5;--text-secondary:#a0a0b8;--text-tertiary:#6b6b80;--accent:#6366f1;--accent-light:#818cf8;--accent-bg:#6366f11f;--border:#25252f}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f8f8fc;--bg-tertiary:#eeeef4;--text-primary:#1a1a2e;--text-secondary:#555570;--text-tertiary:#8888a0;--accent:#6366f1;--accent-light:#818cf8;--accent-bg:#6366f114;--border:#e2e2ee}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-main);line-height:1.6;transition:background .3s ease,color .3s ease}.app{min-height:100vh;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:5rem 2rem}.section__header{margin-bottom:3rem;text-align:center}.section__label{color:var(--accent);display:inline-block;font-size:.82rem;font-weight:600;letter-spacing:2px;margin-bottom:.6rem;text-transform:uppercase}.section__title{color:var(--text-primary);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.section__subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin:0 auto;max-width:550px}.btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-light);box-shadow:0 6px 20px #6366f14d;transform:translateY(-2px)}.btn--outline{background:#0000;border:1.5px solid var(--border);color:var(--text-primary)}.btn--outline:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.btn--ghost{background:#0000;color:var(--text-secondary)}.btn--ghost:hover{color:var(--accent);transform:translateY(-2px)}.btn--sm{font-size:.82rem;padding:.5rem 1rem}.btn--full{justify-content:center;width:100%}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@media (max-width:600px){.section{padding:3.5rem 1.2rem}.container{padding:0 1.2rem}.section__header{margin-bottom:2rem}.section__title{font-size:1.6rem}.section__subtitle{font-size:.9rem}}@media (max-width:360px){.section{padding:3rem 1rem}.container{padding:0 1rem}.btn{font-size:.85rem;padding:.6rem 1.2rem}}
/*# sourceMappingURL=main.2fb0b8ef.css.map*/