@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";.terminal__container{margin-left:auto;margin-right:auto;height:230px;width:100%;max-width:42rem;overflow:hidden;border-radius:1rem;border:1px solid #262626;background-color:#0d0d11e6;box-shadow:0 25px 50px -12px #00000040;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.terminal__bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(38,38,38,.8);background-color:#16161ecc;padding:.75rem 1rem}.terminal__dots-group{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem}.terminal__dot{height:.75rem;width:.75rem;border-radius:9999px}.terminal__dot--red{background-color:#ef4444cc}.terminal__dot--yellow{background-color:#eab308cc}.terminal__dot--green{background-color:#10b981cc}.terminal__title{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;font-size:.75rem;font-weight:500;color:#a3a3a3;font-family:JetBrains Mono,monospace}.terminal__title-icon{height:.875rem;width:.875rem;color:#c084fc}.terminal__version{font-size:.75rem;color:#525252;font-family:JetBrains Mono,monospace}.terminal__body{min-height:260px;padding:1.25rem;font-family:JetBrains Mono,monospace;font-size:.875rem;line-height:1.625;color:#e5e5e5;text-align:left}.terminal__history-item{margin-bottom:.5rem}.terminal__command-line{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;color:#60a5fa}.terminal__prompt-arrow{color:#34d399}.terminal__prompt-name{color:#c084fc}.terminal__prompt-symbol{color:#737373}.terminal__command-text{color:#f5f5f5;font-weight:600}.terminal__output-line{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;padding-left:1rem;color:#34d399e6;font-weight:500}.terminal__check-icon{height:1rem;width:1rem;color:#34d399;flex-shrink:0;display:inline}.terminal__cursor{height:1rem;width:.5rem;border-radius:.125rem;background-color:#a855f7;display:inline-block;margin-left:.125rem}.loading-screen__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#09090b;padding-left:1rem;padding-right:1rem}.loading-screen__container{width:100%;max-width:42rem;text-align:center}.floating-dock-mobile{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;display:block}@media(min-width:768px){.floating-dock-mobile{display:none}}.floating-dock-mobile__popover{position:absolute;bottom:100%;right:0;margin-bottom:.75rem;display:flex;flex-direction:column;row-gap:.5rem;border-radius:1rem;border:1px solid #e5e7eb;background-color:#fffffff2;padding:.75rem;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 25px 50px -12px #00000040}.dark .floating-dock-mobile__popover{border-color:#262626;background-color:#121215f2}.floating-dock-mobile__item{display:flex;height:2.75rem;width:100%;align-items:center;gap:.75rem;border-radius:.75rem;padding-left:.75rem;padding-right:.75rem;color:#404040;transition:background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);text-decoration:none;border:none;background:transparent;cursor:pointer}.dark .floating-dock-mobile__item{color:#d4d4d4}.floating-dock-mobile__item:hover{background-color:#f5f5f5;color:#000}.dark .floating-dock-mobile__item:hover{background-color:#262626;color:#fff}.floating-dock-mobile__icon-box{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:.5rem;background-color:#f5f5f5;color:#3b82f6}.dark .floating-dock-mobile__icon-box{background-color:#262626cc;color:#60a5fa}.floating-dock-mobile__title{font-size:.875rem;font-weight:500}.floating-dock-mobile__toggle-btn{display:flex;height:3.5rem;width:3.5rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid #e5e7eb;background-color:#ffffffe6;color:#262626;box-shadow:0 25px 50px -12px #00000040;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:transform .15s cubic-bezier(.4,0,.2,1);cursor:pointer}.dark .floating-dock-mobile__toggle-btn{border-color:#262626;background-color:#121215e6;color:#e5e5e5}.floating-dock-mobile__toggle-btn:active{transform:scale(.95)}.floating-dock-mobile__icon-purple{height:1.5rem;width:1.5rem;color:#a855f7}.dark .floating-dock-mobile__icon-purple{color:#c084fc}.floating-dock-mobile__icon-blue{height:1.5rem;width:1.5rem;color:#3b82f6}.dark .floating-dock-mobile__icon-blue{color:#60a5fa}.floating-dock-desktop{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:50;display:none;height:4rem;align-items:flex-end;gap:.75rem;border-radius:1rem;border:1px solid rgba(229,231,235,.8);background-color:#fffc;padding-left:1rem;padding-right:1rem;padding-bottom:.75rem;box-shadow:0 25px 50px -12px #00000040;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.dark .floating-dock-desktop{border-color:#262626cc;background-color:#121215cc}@media(min-width:768px){.floating-dock-desktop{display:flex}}.floating-dock__icon-container{position:relative;display:flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(229,231,235,.8);background-color:#f5f5f5e6;color:#404040;transition:border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.dark .floating-dock__icon-container{border-color:#40404099;background-color:#171717e6;color:#d4d4d4}.floating-dock__icon-container:hover{border-color:#3b82f680;background-color:#e5e5e5;color:#000}.dark .floating-dock__icon-container:hover{background-color:#262626;color:#fff}.floating-dock__btn-reset{border:none;background:transparent;padding:0;cursor:pointer}.floating-dock__link-reset{text-decoration:none}.floating-dock__tooltip{position:absolute;top:-2.5rem;left:50%;white-space:nowrap;border-radius:.375rem;border:1px solid #e5e7eb;background-color:#fff;padding:.25rem .625rem;font-size:.75rem;font-weight:500;color:#262626;box-shadow:0 20px 25px -5px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dark .floating-dock__tooltip{border-color:#262626;background-color:#16161e;color:#e5e5e5}.floating-dock__icon-wrapper{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;color:#3b82f6}.dark .floating-dock__icon-wrapper{color:#60a5fa}.animated-modal__trigger{cursor:pointer;display:inline-block}.animated-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;overflow-y:auto;background-color:#000c;padding:1rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media(min-width:640px){.animated-modal__backdrop{padding:1.5rem}}.animated-modal__container{position:relative;margin-top:auto;margin-bottom:auto;display:flex;max-height:90vh;width:100%;max-width:56rem;flex-direction:column;overflow:hidden;border-radius:1.5rem;border:1px solid #262626;background-color:#0d0d11;box-shadow:0 25px 50px -12px #00000040;color:#f5f5f5}.animated-modal__close-btn{position:absolute;right:1rem;top:1rem;z-index:20;display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid #262626;background-color:#171717cc;color:#a3a3a3;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);cursor:pointer}.animated-modal__close-btn:hover{background-color:#262626;color:#fff}.animated-modal__content{display:flex;flex:1 1 0%;flex-direction:column;overflow-y:auto;padding:1.5rem}@media(min-width:768px){.animated-modal__content{padding:2rem}}.animated-modal__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;border-top:1px solid rgba(38,38,38,.8);background-color:#14141ae6;padding:1rem}@media(min-width:768px){.animated-modal__footer{padding-left:2rem;padding-right:2rem}}.resume-modal__body{max-width:56rem;border:1px solid #e5e7eb;background-color:#fff;color:#0f172a}.dark .resume-modal__body{border-color:#262626;background-color:#0d0d12;color:#f5f5f5}.resume-modal__content{padding:1.5rem}@media(min-width:768px){.resume-modal__content{padding:2.5rem}}.resume-modal__header{display:flex;flex-direction:column;border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.dark .resume-modal__header{border-bottom-color:#262626}@media(min-width:768px){.resume-modal__header{flex-direction:row;align-items:center;justify-content:space-between}}.resume-modal__tag{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;font-size:.75rem;font-family:JetBrains Mono,monospace;color:#9333ea}.dark .resume-modal__tag{color:#c084fc}.resume-modal__icon-purple{height:1rem;width:1rem;color:#9333ea}.dark .resume-modal__icon-purple{color:#c084fc}.resume-modal__icon-blue{height:1rem;width:1rem;color:#2563eb}.dark .resume-modal__icon-blue{color:#60a5fa}.resume-modal__icon-emerald{height:1rem;width:1rem;color:#059669}.dark .resume-modal__icon-emerald{color:#34d399}.resume-modal__icon-amber{height:1rem;width:1rem;color:#d97706}.dark .resume-modal__icon-amber{color:#fbbf24}.resume-modal__name{margin-top:.25rem;font-size:1.875rem;font-weight:800;color:#0f172a}.dark .resume-modal__name{color:#fff}@media(min-width:768px){.resume-modal__name{font-size:2.25rem}}.resume-modal__title{margin-top:.25rem;font-size:1rem;font-weight:600;color:#2563eb}.dark .resume-modal__title{color:#60a5fa}.resume-modal__contact-list{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;color:#525252;font-family:JetBrains Mono,monospace}.dark .resume-modal__contact-list{color:#a3a3a3}@media(min-width:768px){.resume-modal__contact-list{margin-top:0}}.resume-modal__contact-link{display:flex;align-items:center;gap:.375rem;color:inherit;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}.resume-modal__contact-link:hover{color:#000}.dark .resume-modal__contact-link:hover{color:#fff}.resume-modal__contact-dot{color:#a3a3a3}.dark .resume-modal__contact-dot{color:#404040}.resume-modal__body-content{margin-top:2rem;display:flex;flex-direction:column;row-gap:2rem;color:#404040}.dark .resume-modal__body-content{color:#d4d4d4}.resume-modal__section-heading{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:#0f172a;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.dark .resume-modal__section-heading{color:#fff;border-bottom-color:#262626}.resume-modal__bio{margin-top:.75rem;font-size:.875rem;line-height:1.625;color:#404040}.dark .resume-modal__bio{color:#d4d4d4}.resume-modal__project-list{margin-top:1rem;display:flex;flex-direction:column;row-gap:1.25rem}.resume-modal__project-card{border-radius:.75rem;border:1px solid #e5e7eb;background-color:#f8fafc;padding:1rem}.dark .resume-modal__project-card{border-color:#262626cc;background-color:#14141c}.resume-modal__project-header{display:flex;align-items:center;justify-content:space-between}.resume-modal__project-title{font-size:1rem;font-weight:700;color:#0f172a}.dark .resume-modal__project-title{color:#fff}.resume-modal__project-techs{display:flex;gap:.5rem}.resume-modal__tech-pill{border-radius:.25rem;border:1px solid #d1d5db;background-color:#fff;padding:.125rem .5rem;font-size:10px;color:#6b21a8;font-family:JetBrains Mono,monospace}.dark .resume-modal__tech-pill{border-color:#404040;background-color:#262626;color:#d8b4fe}.resume-modal__project-desc{margin-top:.5rem;font-size:.75rem;color:#525252}.dark .resume-modal__project-desc{color:#a3a3a3}.resume-modal__feature-list{margin-top:.75rem;list-style-type:disc;padding-left:1.25rem;font-size:.75rem;color:#404040;display:flex;flex-direction:column;row-gap:.25rem}.dark .resume-modal__feature-list{color:#d4d4d4}.resume-modal__skills-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem;font-size:.75rem}@media(min-width:640px){.resume-modal__skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.resume-modal__skill-box{border-radius:.5rem;border:1px solid #e5e7eb;background-color:#f8fafc;padding:.75rem}.dark .resume-modal__skill-box{border-color:#262626;background-color:#121218}.resume-modal__skill-label--purple{font-weight:700;color:#9333ea}.dark .resume-modal__skill-label--purple{color:#c084fc}.resume-modal__skill-label--blue{font-weight:700;color:#2563eb}.dark .resume-modal__skill-label--blue{color:#60a5fa}.resume-modal__skill-label--emerald{font-weight:700;color:#059669}.dark .resume-modal__skill-label--emerald{color:#34d399}.resume-modal__skill-label--amber{font-weight:700;color:#d97706}.dark .resume-modal__skill-label--amber{color:#fbbf24}.resume-modal__edu-list{margin-top:.75rem;display:flex;flex-direction:column;row-gap:.5rem;font-size:.75rem;color:#404040;padding-left:1rem;list-style-type:disc}.dark .resume-modal__edu-list{color:#d4d4d4}.resume-modal__bold-text{font-weight:700;color:#0f172a}.dark .resume-modal__bold-text{color:#fff}.resume-modal__btn-download{display:flex;align-items:center;gap:.5rem;border-radius:.75rem;background-color:#9333ea;padding:.625rem 1.25rem;font-size:.75rem;font-weight:600;color:#fff;box-shadow:0 10px 15px -3px #9333ea4d;transition:transform .15s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.resume-modal__btn-download:hover{transform:scale(1.05)}.resume-modal__btn-download:active{transform:scale(.95)}.resume-modal__btn-tab{display:flex;align-items:center;gap:.5rem;border-radius:.75rem;border:1px solid #d1d5db;background-color:#f1f5f9;padding:.625rem 1.25rem;font-size:.75rem;font-weight:600;color:#262626;transition:background-color .15s cubic-bezier(.4,0,.2,1);cursor:pointer}.dark .resume-modal__btn-tab{border-color:#404040;background-color:#262626;color:#e5e5e5}.resume-modal__btn-tab:hover{background-color:#e2e8f0}.dark .resume-modal__btn-tab:hover{background-color:#404040}.navbar__dock-wrapper{position:fixed;inset-x:0;bottom:0;pointer-events:none;z-index:50}.navbar__dock-container{pointer-events:auto}.navbar__icon{height:1.25rem;width:1.25rem}.navbar__icon--cyan{color:#22d3ee}.navbar__icon--purple{color:#c084fc}.navbar__icon--amber{color:#fbbf24}.navbar__icon--github{color:#a3a3a3}.dark .navbar__icon--github{color:#d4d4d4}.navbar__icon--blue{color:#60a5fa}.navbar__icon--emerald{color:#34d399}.hero-section{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:92vh;display:flex;align-items:center;justify-content:center;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.hero-card{margin-top:0;position:relative;width:100%;height:840px;border-radius:0;border-top:1px solid rgba(200,173,141,.3);border-bottom:1px solid rgba(200,173,141,.3);background-color:#141416;padding:1rem 1rem 4rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3}@media(min-width:640px){.hero-card{padding:1.5rem 1.5rem 5rem}}@media(min-width:768px){.hero-card{min-height:88vh;padding:2.5rem 2.5rem 5rem}}.hero-ambient-bg{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top,#26252d66,#141416 60%,#0b0b0d)}.hero-curtain-texture{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;mix-blend-mode:overlay;background-image:repeating-linear-gradient(45deg,#000 0,#000 45px,transparent 45px,transparent 130px)}.hero-top-pill{display:flex;align-items:center;height:44px;position:relative;z-index:10;margin-top:1rem;margin-left:auto;margin-right:auto;margin-bottom:.75rem;overflow:hidden;width:100%;max-width:48rem;border-radius:9999px;border:1px solid rgba(200,173,141,.3);background-color:#1c1c22e6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:0 1.25rem;box-shadow:0 10px 25px -5px #00000080;flex-shrink:0}@media(min-width:640px){.hero-top-pill{height:46px;max-width:48rem;margin-top:1rem}}.hero-marquee-track{display:flex;align-items:center;height:100%;width:-moz-max-content;width:max-content;animation:hero-marquee 30s linear infinite;white-space:nowrap}@keyframes hero-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-marquee-item-wrapper{display:flex;align-items:center;-moz-column-gap:1.5rem;column-gap:1.5rem;padding-right:1.5rem;height:100%}.hero-marquee-text{font-family:Plus Jakarta Sans,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:#c8ad8d;line-height:1;display:flex;align-items:center}@media(min-width:640px){.hero-marquee-text{font-size:12px}}.hero-marquee-dot{color:#c8ad8d80;font-size:12px;line-height:1;display:flex;align-items:center}.hero-middle-grid{position:relative;z-index:10;margin-top:auto;margin-bottom:auto;width:100%;min-height:460px;display:flex;flex-direction:column;justify-content:space-between;padding-top:.5rem}@media(min-width:640px){.hero-middle-grid{min-height:520px}}@media(min-width:768px){.hero-middle-grid{min-height:560px}}@media(min-width:1024px){.hero-middle-grid{min-height:620px}}.hero-top-row{position:relative;z-index:30;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%;padding-top:.5rem;padding-left:.5rem;padding-right:.5rem}@media(min-width:768px){.hero-top-row{padding-top:1rem;padding-left:1rem;padding-right:1rem}}.hero-identity-block{display:flex;flex-direction:column;row-gap:.25rem;text-align:left;max-width:20rem}@media(min-width:640px){.hero-identity-block{max-width:24rem}}@media(min-width:768px){.hero-identity-block{max-width:28rem}}.hero-identity-name{font-family:Syne,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:-.025em;font-size:1.5rem;line-height:1;background:linear-gradient(to right,#e5d4c0,#c8ad8d,#b89975);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(min-width:640px){.hero-identity-name{font-size:1.875rem}}@media(min-width:768px){.hero-identity-name{font-size:2.25rem}}.hero-identity-subtitle{font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;color:#a39382;font-weight:400;letter-spacing:.025em;line-height:1.375}@media(min-width:640px){.hero-identity-subtitle{font-size:.875rem}}@media(min-width:768px){.hero-identity-subtitle{font-size:1rem}}.hero-tagline-block{display:flex;flex-direction:column;align-items:flex-end;text-align:right;row-gap:.125rem;max-width:180px}@media(min-width:640px){.hero-tagline-block{max-width:20rem}}@media(min-width:768px){.hero-tagline-block{max-width:24rem}}.hero-tagline-line{font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;color:#b8a892;font-weight:300;letter-spacing:.025em;line-height:1.25}@media(min-width:640px){.hero-tagline-line{font-size:.875rem}}@media(min-width:768px){.hero-tagline-line{font-size:1rem}}.hero-oversized-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10;overflow:hidden}.hero-oversized-text{font-family:Syne,sans-serif;font-weight:700;text-transform:uppercase;color:#9e8668;letter-spacing:-.05em;line-height:1;font-size:11.5vw;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;width:100%;transform:translateY(-.75rem);text-shadow:0 4px 25px rgba(0,0,0,.5);opacity:.85}@media(min-width:640px){.hero-oversized-text{font-size:14.5vw;transform:translateY(-1.25rem)}}@media(min-width:768px){.hero-oversized-text{font-size:13.5vw}}@media(min-width:1024px){.hero-oversized-text{font-size:13.5vw}}@media(min-width:1280px){.hero-oversized-text{font-size:220px}}.hero-portrait-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;z-index:20;pointer-events:none;padding-bottom:0}@media(min-width:640px){.hero-portrait-wrapper{padding-bottom:.5rem}}.hero-portrait-img{height:130vh;max-height:none;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom;filter:drop-shadow(0 20px 45px rgba(0,0,0,.85)) contrast(1.05);transform:scale(2.2);transform-origin:bottom center}@media(min-width:640px){.hero-portrait-img{height:130vh;transform:scale(2.2)}}@media(min-width:768px){.hero-portrait-img{height:130vh;transform:scale(2.2)}}@media(min-width:1024px){.hero-portrait-img{height:130vh;max-height:none;transform:scale(2.2)}}.hero-bottom-row{position:relative;z-index:30;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;width:100%;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;gap:1rem;margin-top:auto}@media(min-width:768px){.hero-bottom-row{flex-direction:row;padding-bottom:1rem;padding-left:1rem;padding-right:1rem}}.hero-social-list{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;pointer-events:auto}@media(min-width:640px){.hero-social-list{gap:.75rem}}.hero-social-badge{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;border-radius:.75rem;border:1px solid rgba(200,173,141,.3);background-color:#1c1b20e6;padding:.375rem .875rem;font-size:.75rem;font-weight:500;color:#dfcfbe;box-shadow:0 10px 15px -3px #0000004d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .2s ease;text-decoration:none}@media(min-width:640px){.hero-social-badge{padding:.5rem 1rem}}.hero-social-badge:hover{border-color:#c8ad8d;background-color:#25242a;color:#fff;transform:translateY(-2px)}.hero-badge-icon-box{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:.375rem;color:#fff}.hero-badge-icon-box.github{background-color:#2563eb}.hero-badge-icon-box.linkedin{background-color:#e1306c}.hero-badge-icon-box svg{width:.875rem;height:.875rem}.hero-role-block{text-align:right;pointer-events:auto}.hero-role-title{font-family:Syne,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:-.025em;font-size:1.875rem;line-height:1;margin-bottom:50px;background:linear-gradient(to right,#e5d4c0,#c8ad8d,#b89975);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 6px rgba(0,0,0,.4))}@media(min-width:640px){.hero-role-title{font-size:3.25rem}}@media(min-width:768px){.hero-role-title{font-size:4rem}}@media(min-width:1024px){.hero-role-title{font-size:4.75rem}}.hero-bottom-description-box{position:relative;z-index:30;width:100%;padding-top:1rem;border-top:1px solid rgba(200,173,141,.2);padding-left:.5rem;padding-right:.5rem}@media(min-width:640px){.hero-bottom-description-box{padding-left:1rem;padding-right:1rem}}.hero-bottom-description-text{font-family:Plus Jakarta Sans,sans-serif;font-size:.75rem;color:#a39382;font-weight:400;line-height:1.625;text-align:left;max-width:72rem;letter-spacing:.025em}@media(min-width:640px){.hero-bottom-description-text{font-size:.875rem}}@media(min-width:768px){.hero-bottom-description-text{font-size:1rem}}.draggable-card__container{position:relative;display:flex;min-height:500px;width:100%;align-items:center;justify-content:center;overflow:hidden;border-radius:1.5rem;border:1px solid rgba(38,38,38,.6);background-color:#0d0d1299;padding:2rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.draggable-card__body{cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:1rem;border:1px solid rgba(64,64,64,.6);background-color:#16161ee6;padding:.375rem;box-shadow:0 20px 25px -5px #0000001a;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:box-shadow .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.draggable-card__body:hover{box-shadow:0 25px 50px -12px #00000040;border-color:#a855f766}.about__section{position:relative;width:100%;padding-top:50px;padding-bottom:5rem;padding-left:1rem;padding-right:1rem}.about__container{margin-left:auto;margin-right:auto;max-width:72rem}.about__header{text-align:center}.about__title{margin-top:1rem;font-size:1.875rem;font-weight:800;color:#0f172a}.dark .about__title{color:#fff}@media(min-width:640px){.about__title{font-size:2.25rem}}@media(min-width:768px){.about__title{font-size:3rem}}.about__canvas-wrapper{margin-top:3rem;position:relative}.about__card-container{min-height:680px;border-color:#e5e7eb;background-color:#ffffffb3;box-shadow:0 20px 25px -5px #0000001a}.dark .about__card-container{border-color:#26262699;background-color:#0d0d1299}@media(min-width:768px){.about__card-container{min-height:780px}}.about__instruction{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;font-size:.75rem;font-family:JetBrains Mono,monospace;color:#737373;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about__instruction-icon{height:1rem;width:1rem;color:#a855f7;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.dark .about__instruction-icon{color:#c084fc}.about__background-text-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:.1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about__background-text{font-size:3.75rem;font-weight:900;color:#0f172a;letter-spacing:-.05em}.dark .about__background-text{color:#a3a3a3}@media(min-width:768px){.about__background-text{font-size:8rem}}.about__draggable-card{z-index:var(--about-card-z-index, 10);width:15rem;border-color:#e5e7eb;background-color:#fffffff2}.dark .about__draggable-card{border-color:#40404099;background-color:#16161ee6}@media(min-width:768px){.about__draggable-card{width:18rem}}.about__card-inner{border-radius:.75rem;border-width:1px;border-style:solid;padding:.75rem;box-shadow:0 25px 50px -12px #00000040;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.about__card-inner--hackathon{background-image:linear-gradient(to bottom right,#f59e0b33,#f9731633);border-color:#f59e0b66}.about__card-inner--mern{background-image:linear-gradient(to bottom right,#3b82f633,#06b6d433);border-color:#3b82f666}.about__card-inner--ai{background-image:linear-gradient(to bottom right,#a855f733,#ec489933);border-color:#a855f766}.about__card-inner--problem-solver{background-image:linear-gradient(to bottom right,#10b98133,#14b8a633);border-color:#10b98166}.about__card-inner--leetcode{background-image:linear-gradient(to bottom right,#ef444433,#f43f5e33);border-color:#ef444466}.about__card-inner--coffee{background-image:linear-gradient(to bottom right,#eab30833,#f59e0b33);border-color:#eab30866}.about__card-image-wrapper{position:relative;margin-bottom:.625rem;height:200px;width:100%;overflow:hidden;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background-color:#0003;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark .about__card-image-wrapper{border-color:#ffffff1a}.about__card-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about__card-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top,rgba(0,0,0,.4),transparent);opacity:.8;pointer-events:none}.about__card-title{font-size:.875rem;font-weight:700;color:#0f172a;letter-spacing:.025em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark .about__card-title{color:#fff}.about__card-subtitle{margin-top:.125rem;font-size:11px;color:#525252;font-weight:500;line-height:1.25;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark .about__card-subtitle{color:#d4d4d4}.about__card-footer{margin-top:.625rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(229,231,235,.6);padding-top:.375rem;font-size:9px;color:#737373;font-family:JetBrains Mono,monospace;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark .about__card-footer{border-top-color:#ffffff1a;color:#a3a3a3}.about__card-footer-label{color:#9333ea;font-weight:600}.dark .about__card-footer-label{color:#d8b4fe}.tech-brand-badge{height:2.8rem;display:inline-flex;align-items:center;gap:.65rem;padding:.625rem 1.15rem;border-radius:.25rem;font-family:Syne,Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.08em;box-shadow:0 4px 6px -1px #00000026,0 2px 4px -1px #0000001a;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.tech-brand-badge:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #00000040}.tech-brand-badge__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.tech-icon{width:1.125rem;height:1.125rem}.tech-ex-icon{font-family:JetBrains Mono,monospace;font-weight:800;font-size:.75rem;color:#67e8f9;border:1px solid rgba(103,232,249,.6);padding:0 .25rem;border-radius:.2rem;line-height:1.2}.tech-js-icon{font-family:JetBrains Mono,monospace;font-weight:900;font-size:.75rem;color:#000;background-color:#0000001a;border:1px solid rgba(0,0,0,.3);padding:0 .25rem;border-radius:.2rem;line-height:1.2}.tech-text-icon{font-family:JetBrains Mono,monospace;font-weight:900;font-size:1rem;color:#fff;border:1px solid rgba(255,255,255,.4);padding:0 .25rem;border-radius:.2rem;line-height:1.2}.tech-brand-badge__label{line-height:1;text-transform:uppercase}@media(max-width:640px){.tech-brand-badge{height:auto;min-height:2.35rem;padding:.45rem .75rem;font-size:.75rem;gap:.5rem;letter-spacing:.05em}.tech-icon{width:1rem;height:1rem}}.experience__section{position:relative;width:100%;padding:5rem 1rem}.experience__container{margin-left:auto;margin-right:auto;max-width:58rem}.experience__header{text-align:center;margin-bottom:3rem}.experience__badge{display:inline-flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fff;padding:.25rem .875rem;font-size:.75rem;font-family:JetBrains Mono,monospace;color:#475569;box-shadow:0 1px 2px #0000000d}.dark .experience__badge{border-color:#c8ad8d4d;background-color:#121218;color:#c8ad8d}.experience__badge-icon{height:.875rem;width:.875rem}.experience__title{margin-top:1rem;font-size:1.875rem;font-weight:800;color:#0f172a}.dark .experience__title{color:#fff}@media(min-width:640px){.experience__title{font-size:2.25rem}}@media(min-width:768px){.experience__title{font-size:3rem}}.experience__subtitle{margin-top:.75rem;margin-left:auto;margin-right:auto;max-width:36rem;font-size:.875rem;color:#525252}.dark .experience__subtitle{color:#a3a3a3}@media(min-width:640px){.experience__subtitle{font-size:1rem}}.experience__grid{display:flex;flex-direction:column;gap:0;width:100%;justify-content:center;min-height:480px}@media(min-width:768px){.experience__grid{flex-direction:row;gap:0;justify-content:center}}.experience__card{position:relative;border:1px solid rgba(0,0,0,.1);background:#ffffffe6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:1.5rem;box-shadow:0 10px 25px -5px #0000000d;cursor:pointer;outline:none;overflow:hidden;transition:border-color .65s cubic-bezier(.16,1,.3,1),box-shadow .65s cubic-bezier(.16,1,.3,1),background-color .65s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}@media(min-width:768px){.experience__card:first-child{border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.experience__card:last-child{border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top-left-radius:0;border-bottom-left-radius:0}}@media(max-width:767px){.experience__card{border-radius:1.25rem}.experience__card:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:0}.experience__card:last-child{border-top-left-radius:0;border-top-right-radius:0}}.dark .experience__card{border-color:#ffffff14;background:#121218e6;box-shadow:0 20px 40px -15px #00000080}.experience__card:focus-visible{outline:2px solid #c8ad8d}@media(min-width:768px){.experience__card--expanded{flex:2.5;max-width:720px;border-color:#0000002e!important;box-shadow:0 20px 40px -10px #0000001a;z-index:10}.dark .experience__card--expanded{border-color:#c8ad8d66!important;box-shadow:0 25px 50px -12px #000000a6;background:#16161ef2}.experience__card--collapsed{flex:.35;opacity:.85;padding:1.25rem 1rem}.experience__card--collapsed:hover{opacity:1;border-color:#0003}.dark .experience__card--collapsed:hover{border-color:#c8ad8d4d}}.experience__card-badge{position:absolute;top:1.25rem;right:1.25rem;font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:800;color:#0000001f;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.dark .experience__card-badge{color:#c8ad8d33}.experience__collapsed-view{height:100%;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;padding-top:1rem}.experience__collapsed-header{display:flex;flex-direction:column;gap:.4rem;overflow:hidden}.experience__collapsed-year{font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:700;color:#475569}.dark .experience__collapsed-year{color:#c8ad8d}.experience__collapsed-company{font-size:1.1rem;font-weight:800;color:#0f172a;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dark .experience__collapsed-company{color:#fff}.experience__collapsed-role{font-size:.8rem;color:#64748b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dark .experience__collapsed-role{color:#94a3b8}.experience__collapsed-prompt{display:flex;align-items:center;gap:.35rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;color:#475569;margin-top:auto;white-space:nowrap}.dark .experience__collapsed-prompt{color:#c8ad8d}.experience__expanded-view{display:flex;flex-direction:column;gap:1.25rem}.experience__header-row{display:flex;flex-direction:column;gap:.75rem;justify-content:space-between}@media(min-width:640px){.experience__header-row{flex-direction:row;align-items:flex-start}}.experience__meta-pills{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;margin-bottom:.35rem}.experience__type-pill{font-family:JetBrains Mono,monospace;color:#475569;background:#0000000d;padding:.15rem .5rem;border-radius:9999px}.dark .experience__type-pill{color:#c8ad8d;background:#c8ad8d26}.experience__meta-dot{color:#cbd5e1}.dark .experience__meta-dot{color:#475569}.experience__location-pill{color:#64748b}.dark .experience__location-pill{color:#94a3b8}.experience__role-title{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0}.dark .experience__role-title{color:#fff}@media(min-width:640px){.experience__role-title{font-size:1.65rem}}.experience__company-name{font-size:1rem;font-weight:600;color:#2563eb;margin-top:.2rem}.dark .experience__company-name{color:#60a5fa}.experience__period-badge{display:inline-flex;align-items:center;align-self:flex-start;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:9999px;background:#0000000a;border:1px solid rgba(0,0,0,.08);color:#475569;white-space:nowrap}.dark .experience__period-badge{background:#ffffff0d;border-color:#ffffff1a;color:#cbd5e1}.experience__description{font-size:.925rem;line-height:1.6;color:#475569}.dark .experience__description{color:#cbd5e1}.experience__section-block{display:flex;flex-direction:column;gap:.65rem}.experience__block-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0f172a}.dark .experience__block-title{color:#f1f5f9}.experience__responsibilities-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0}.experience__responsibility-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.875rem;color:#334155;line-height:1.5}.dark .experience__responsibility-item{color:#94a3b8}.experience__check-icon{height:1.1rem;width:1.1rem;color:#10b981;flex-shrink:0;margin-top:.15rem}.dark .experience__check-icon{color:#34d399}.experience__tech-grid{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.follower-pointer__container{position:relative}.follower-pointer__container--hovered,.follower-pointer__container--hovered *{cursor:none!important}.following-pointer__cursor{position:absolute;z-index:50;top:var(--following-pointer-top);left:var(--following-pointer-left);transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.following-pointer__svg{height:1.5rem;width:1.5rem;transform:rotate(-70deg);stroke:#a855f7;color:#a855f7}.dark .following-pointer__svg{stroke:#c084fc;color:#c084fc}.following-pointer__title-tag{border-radius:9999px;background-color:#a855f7;padding:.25rem .625rem;font-size:.75rem;color:#fff;white-space:nowrap}.dark .following-pointer__title-tag{background-color:#c084fc}.projects__section{position:relative;width:100%;padding:5rem 1rem}.projects__container{margin-left:auto;margin-right:auto;max-width:72rem}.projects__header{text-align:center}.projects__badge{display:inline-flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fff;padding:.25rem .875rem;font-size:.75rem;font-family:JetBrains Mono,monospace;color:#2563eb;box-shadow:0 1px 2px #0000000d}.dark .projects__badge{border-color:#262626;background-color:#121218;color:#60a5fa}.projects__badge-icon{height:.875rem;width:.875rem}.projects__title{margin-top:1rem;font-size:1.875rem;font-weight:800;color:#0f172a}.dark .projects__title{color:#fff}@media(min-width:640px){.projects__title{font-size:2.25rem}}@media(min-width:768px){.projects__title{font-size:3rem}}.projects__subtitle{margin-top:.75rem;margin-left:auto;margin-right:auto;max-width:36rem;font-size:.875rem;color:#525252}.dark .projects__subtitle{color:#a3a3a3}@media(min-width:640px){.projects__subtitle{font-size:1rem}}.projects__grid{margin-top:3.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(min-width:768px){.projects__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.projects__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.projects__card-wrapper{height:100%}.projects__card{position:relative;display:flex;height:100%;flex-direction:column;overflow:hidden;border-radius:1rem;border:1px solid #e5e7eb;background-color:#ffffffe6;box-shadow:0 20px 25px -5px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.dark .projects__card{border-color:#262626;background-color:#121218e6}.projects__card:hover{border-color:#a855f780;box-shadow:0 25px 50px -12px #a855f71a}.projects__card-image-box{position:relative;aspect-ratio:16 / 10;width:100%;overflow:hidden;background-color:#f5f5f5}.dark .projects__card-image-box{background-color:#171717}.projects__card-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.projects__card:hover .projects__card-image{transform:scale(1.05)}.projects__card-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top,#ffffff,transparent,transparent);opacity:.6}.dark .projects__card-image-overlay{background-image:linear-gradient(to top,#121218,transparent,transparent);opacity:1}.projects__card-details-badge{position:absolute;top:.75rem;right:.75rem;border-radius:9999px;border:1px solid rgba(168,85,247,.3);background-color:#3b0764cc;padding:.25rem .625rem;font-size:10px;font-family:JetBrains Mono,monospace;color:#d8b4fe;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.projects__card-body{display:flex;flex:1 1 0%;flex-direction:column;padding:1.5rem}.projects__card-title{font-size:1.25rem;font-weight:700;color:#0f172a;transition:color .15s cubic-bezier(.4,0,.2,1)}.dark .projects__card-title{color:#fff}.projects__card:hover .projects__card-title{color:#9333ea}.dark .projects__card:hover .projects__card-title{color:#d8b4fe}.projects__card-description{margin-top:.5rem;flex:1 1 0%;font-size:.75rem;line-height:1.625;color:#525252}.dark .projects__card-description{color:#a3a3a3}.projects__tech-list{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.375rem}.projects__tech-pill{border-radius:.375rem;border:1px solid #e5e7eb;background-color:#f1f5f9;padding:.125rem .5rem;font-size:10px;font-family:JetBrains Mono,monospace;color:#404040}.dark .projects__tech-pill{border-color:#262626;background-color:#171717cc;color:#d4d4d4}.projects__card-footer{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e7eb;padding-top:1rem}.dark .projects__card-footer{border-top-color:#262626cc}.projects__link-code{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:#404040;transition:color .15s cubic-bezier(.4,0,.2,1);text-decoration:none}.dark .projects__link-code{color:#d4d4d4}.projects__link-code:hover{color:#000}.dark .projects__link-code:hover{color:#fff}.projects__link-demo{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:#2563eb;transition:color .15s cubic-bezier(.4,0,.2,1);text-decoration:none}.dark .projects__link-demo{color:#60a5fa}.projects__link-demo:hover{color:#3b82f6}.dark .projects__link-demo:hover{color:#93c5fd}.projects__pointer-title{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem}.projects__pointer-dot{height:.5rem;width:.5rem;border-radius:9999px;background-color:#a855f7;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.dark .projects__pointer-dot{background-color:#c084fc}.projects__modal-body{max-width:56rem;border:1px solid #e5e7eb;background-color:#fff;color:#0f172a}.dark .projects__modal-body{border-color:#262626;background-color:#0d0d12;color:#f5f5f5}.projects__modal-content{padding:1.5rem}@media(min-width:768px){.projects__modal-content{padding:2rem}}.projects__modal-image-box{position:relative;aspect-ratio:16 / 9;width:100%;overflow:hidden;border-radius:1rem;border:1px solid #e5e7eb;background-color:#f5f5f5;box-shadow:0 20px 25px -5px #0000001a}.dark .projects__modal-image-box{border-color:#262626;background-color:#171717}.projects__modal-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.projects__modal-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top,#ffffff,transparent,transparent);opacity:.4}.dark .projects__modal-image-overlay{background-image:linear-gradient(to top,#0d0d12,transparent,transparent);opacity:1}.projects__modal-header{margin-top:1.5rem}.projects__modal-category{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;font-size:.75rem;font-family:JetBrains Mono,monospace;color:#9333ea}.dark .projects__modal-category{color:#c084fc}.projects__modal-title{margin-top:.25rem;font-size:1.875rem;font-weight:800;color:#0f172a}.dark .projects__modal-title{color:#fff}@media(min-width:768px){.projects__modal-title{font-size:2.25rem}}.projects__modal-description{margin-top:1rem;font-size:.875rem;line-height:1.625;color:#404040}.dark .projects__modal-description{color:#d4d4d4}@media(min-width:768px){.projects__modal-description{font-size:1rem}}.projects__modal-tech-section{margin-top:1.5rem}.projects__modal-section-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#0f172a;font-family:JetBrains Mono,monospace}.dark .projects__modal-section-title{color:#fff}.projects__modal-tech-grid{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.projects__modal-tech-badge{border-radius:.5rem;border:1px solid rgba(168,85,247,.3);background-color:#f3e8ff;padding:.25rem .75rem;font-size:.75rem;font-family:JetBrains Mono,monospace;font-weight:500;color:#6b21a8}.dark .projects__modal-tech-badge{background-color:#3b076466;color:#e9d5ff}.projects__modal-grid-2col{margin-top:1.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(min-width:768px){.projects__modal-grid-2col{grid-template-columns:repeat(2,minmax(0,1fr))}}.projects__modal-card-box{border-radius:.75rem;border:1px solid #e5e7eb;background-color:#f8fafc;padding:1rem}.dark .projects__modal-card-box{border-color:#262626;background-color:#14141c}.projects__modal-list{margin-top:.75rem;display:flex;flex-direction:column;row-gap:.5rem;font-size:.75rem;color:#404040}.dark .projects__modal-list{color:#d4d4d4}.projects__modal-list-item{display:flex;align-items:flex-start;gap:.5rem}.projects__modal-list-bullet{color:#9333ea;font-weight:700}.dark .projects__modal-list-bullet{color:#c084fc}.projects__modal-challenges-text{margin-top:.75rem;font-size:.75rem;line-height:1.625;color:#404040}.dark .projects__modal-challenges-text{color:#d4d4d4}.projects__modal-btn-github{display:flex;align-items:center;gap:.5rem;border-radius:.75rem;border:1px solid #d1d5db;background-color:#f1f5f9;padding:.625rem 1.25rem;font-size:.75rem;font-weight:600;color:#262626;transition:background-color .15s cubic-bezier(.4,0,.2,1);text-decoration:none}.dark .projects__modal-btn-github{border-color:#404040;background-color:#262626;color:#e5e5e5}.projects__modal-btn-github:hover{background-color:#e2e8f0}.dark .projects__modal-btn-github:hover{background-color:#404040}.projects__modal-btn-demo{display:flex;align-items:center;gap:.5rem;border-radius:.75rem;background-image:linear-gradient(to right,#2563eb,#9333ea);padding:.625rem 1.25rem;font-size:.75rem;font-weight:600;color:#fff;box-shadow:0 10px 15px -3px #0000001a;transition:transform .15s cubic-bezier(.4,0,.2,1);text-decoration:none}.projects__modal-btn-demo:hover{transform:scale(1.05)}.tabs-nav-bar::-webkit-scrollbar{display:none}.no-visible-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-visible-scrollbar::-webkit-scrollbar{display:none}.skills__section{position:relative;width:100%;padding:5rem 1rem}.skills__container{margin-left:auto;margin-right:auto;max-width:72rem}.skills__header{text-align:center;margin-bottom:2.5rem}.skills__badge{display:inline-flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fff;padding:.25rem .875rem;font-size:.75rem;font-family:JetBrains Mono,monospace;color:#9333ea;box-shadow:0 1px 2px #0000000d}.dark .skills__badge{border-color:#c8ad8d4d;background-color:#121218;color:#c8ad8d}.skills__badge-icon{height:.875rem;width:.875rem}.skills__title{margin-top:1rem;font-size:1.875rem;font-weight:800;color:#0f172a}.dark .skills__title{color:#fff}@media(min-width:640px){.skills__title{font-size:2.25rem}}@media(min-width:768px){.skills__title{font-size:3rem}}.skills__subtitle{margin-top:.75rem;margin-left:auto;margin-right:auto;max-width:36rem;font-size:.875rem;color:#525252}.dark .skills__subtitle{color:#a3a3a3}@media(min-width:640px){.skills__subtitle{font-size:1rem}}.skills__canvas-wrapper{min-height:44rem;height:auto;position:relative;width:100%;border-radius:1.5rem;border:1px solid rgba(200,173,141,.3);background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1.25rem .875rem;box-shadow:0 20px 25px -5px #0000000d;overflow:hidden}.dark .skills__canvas-wrapper{border-color:#c8ad8d33;background:#0d0d11bf;box-shadow:0 25px 50px -12px #0009,inset 0 0 30px #c8ad8d08}@media(min-width:480px){.skills__canvas-wrapper{min-height:38rem;padding:1.5rem}}@media(min-width:640px){.skills__canvas-wrapper{min-height:33rem;padding:2.5rem}}@media(min-width:1024px){.skills__canvas-wrapper{min-height:29rem}}.skills__canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.skills__canvas-content{position:relative;z-index:10}.skills-tab-card{width:100%;border-radius:1.25rem;border:1px solid rgba(0,0,0,.1);background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:1.25rem 1rem;box-shadow:0 20px 25px -5px #00000014;display:flex;flex-direction:column}.dark .skills-tab-card{border-color:#ffffff1a;background:#121216f2;box-shadow:0 25px 50px -12px #00000080}@media(min-width:480px){.skills-tab-card{padding:1.5rem}}@media(min-width:640px){.skills-tab-card{padding:2rem}}.skills-tab-card--frontend{border-top:3px solid rgba(6,182,212,.8)}.skills-tab-card--backend{border-top:3px solid rgba(16,185,129,.8)}.skills-tab-card--languages{border-top:3px solid rgba(59,130,246,.8)}.skills-tab-card--databases{border-top:3px solid rgba(34,197,94,.8)}.skills-tab-card--tools{border-top:3px solid rgba(168,85,247,.8)}.skills-tab-card--aiml{border-top:3px solid rgba(244,63,94,.8)}.skills-tab-card--concepts{border-top:3px solid rgba(234,179,8,.8)}.skills-tab-card--softskills{border-top:3px solid rgba(236,72,153,.8)}.skills-tab-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.skills-tab-card__badge{font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:9999px;background:#c8ad8d26;border:1px solid rgba(200,173,141,.3);color:#997a58}.dark .skills-tab-card__badge{color:#c8ad8d}.skills-tab-card__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.dark .skills-tab-card__title{color:#fff}@media(min-width:640px){.skills-tab-card__title{font-size:1.5rem}}.skills-tab-card__desc{font-size:.9rem;color:#4b5563;margin-top:.25rem;margin-bottom:1.25rem;line-height:1.5}.dark .skills-tab-card__desc{color:#a3a3a3}.skills-tech-grid{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;row-gap:.875rem;margin-top:.25rem}@media(min-width:640px){.skills-tech-grid{gap:1rem}}.carousel__wrapper{position:relative;margin-left:auto;margin-right:auto;width:100%;max-width:64rem;padding:2rem 1rem}.carousel__container{position:relative;display:flex;min-height:420px;align-items:center;justify-content:center;overflow:hidden;border-radius:1.5rem;border:1px solid #e5e7eb;background-color:#ffffffe6;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.dark .carousel__container{border-color:#262626;background-color:#0d0d14e6}@media(min-width:768px){.carousel__container{padding:3rem}}.carousel__grid{display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr));align-items:center;gap:2rem}@media(min-width:768px){.carousel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.carousel__image-box{position:relative;aspect-ratio:4 / 3;width:100%;overflow:hidden;border-radius:1rem;border:1px solid #e5e7eb;background-color:#f5f5f5;box-shadow:0 20px 25px -5px #0000001a}.dark .carousel__image-box{border-color:#404040cc;background-color:#171717}.carousel__image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel__image-box:hover .carousel__image{transform:scale(1.05)}.carousel__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top,rgba(0,0,0,.8),transparent)}.carousel__image-expand-badge{position:absolute;bottom:1rem;right:1rem;display:flex;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid rgba(255,255,255,.3);background-color:#000000a6;padding:.35rem .75rem;font-size:.75rem;font-weight:600;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s ease;opacity:.85}.carousel__badge{position:absolute;bottom:1rem;left:1rem;display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;border-radius:9999px;border:1px solid rgba(168,85,247,.4);background-color:#3b0764cc;padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:#d8b4fe;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.carousel__badge-icon{height:.875rem;width:.875rem}.carousel__content{display:flex;flex-direction:column;justify-content:center;text-align:left}.carousel__tag{font-size:.75rem;font-family:JetBrains Mono,monospace;letter-spacing:.1em;color:#9333ea;text-transform:uppercase}.dark .carousel__tag{color:#c084fc}.carousel__title{margin-top:.5rem;font-size:1.5rem;font-weight:800;color:#0f172a}.dark .carousel__title{color:#fff}@media(min-width:768px){.carousel__title{font-size:1.875rem}}.carousel__description{margin-top:1rem;font-size:.875rem;line-height:1.625;color:#404040}.dark .carousel__description{color:#d4d4d4}@media(min-width:768px){.carousel__description{font-size:1rem}}.carousel__issuer{margin-top:1rem;font-size:.75rem;font-weight:500;color:#525252}.dark .carousel__issuer{color:#a3a3a3}.carousel__issuer-name{color:#2563eb;font-weight:600}.dark .carousel__issuer-name{color:#60a5fa}.carousel__action{margin-top:1.5rem}.carousel__btn-link{display:inline-flex;align-items:center;gap:.5rem;border-radius:.75rem;background-image:linear-gradient(to right,#2563eb,#9333ea);padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;box-shadow:0 10px 15px -3px #0000001a;transition:transform .15s cubic-bezier(.4,0,.2,1);text-decoration:none}.carousel__btn-link:hover{transform:scale(1.05)}.carousel__btn-link:active{transform:scale(.95)}.carousel__nav-prev{position:absolute;left:1rem;top:50%;transform:translateY(-50%);display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fffc;color:#0f172a;box-shadow:0 20px 25px -5px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background-color .15s cubic-bezier(.4,0,.2,1);cursor:pointer}.dark .carousel__nav-prev{border-color:#404040cc;background-color:#171717cc;color:#fff}.carousel__nav-prev:hover{background-color:#f1f5f9}.dark .carousel__nav-prev:hover{background-color:#262626}.carousel__nav-next{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fffc;color:#0f172a;box-shadow:0 20px 25px -5px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background-color .15s cubic-bezier(.4,0,.2,1);cursor:pointer}.dark .carousel__nav-next{border-color:#404040cc;background-color:#171717cc;color:#fff}.carousel__nav-next:hover{background-color:#f1f5f9}.dark .carousel__nav-next:hover{background-color:#262626}.carousel__indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;-moz-column-gap:.5rem;column-gap:.5rem}.carousel__dot{height:.5rem;border-radius:9999px;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.carousel__dot--active{width:2rem;background-color:#a855f7}.carousel__dot--inactive{width:.5rem;background-color:#d1d5db}.dark .carousel__dot--inactive{background-color:#404040}.carousel__dot--inactive:hover{background-color:#9ca3af}.dark .carousel__dot--inactive:hover{background-color:#737373}.carousel__modal-container{max-width:900px;width:92%;padding:1.5rem;border-radius:1.25rem;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #0000004d}.dark .carousel__modal-container{background-color:#121218;border-color:#ffffff1a}.carousel__modal-header{margin-bottom:1rem}.carousel__modal-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.dark .carousel__modal-title{color:#fff}.carousel__modal-issuer{font-size:.85rem;color:#9333ea;font-weight:600;margin-top:.25rem}.dark .carousel__modal-issuer{color:#c084fc}.carousel__modal-image-wrapper{width:100%;display:flex;justify-content:center;align-items:center;max-height:75vh;overflow:hidden;border-radius:.75rem;background-color:#0000000d;padding:.5rem}.dark .carousel__modal-image-wrapper{background-color:#0006}.carousel__modal-image{max-height:70vh;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;box-shadow:0 10px 25px -5px #0000004d}.achievements__section{position:relative;width:100%;padding:5rem 1rem}.achievements__container{margin-left:auto;margin-right:auto;max-width:72rem}.achievements__header{text-align:center;margin-bottom:2.5rem}.achievements__badge{display:inline-flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fff;padding:.25rem .875rem;font-size:.75rem;font-family:JetBrains Mono,monospace;color:#d97706;box-shadow:0 1px 2px #0000000d}.dark .achievements__badge{border-color:#262626;background-color:#121218;color:#fbbf24}.achievements__badge-icon{height:.875rem;width:.875rem}.achievements__title{margin-top:1rem;font-size:1.875rem;font-weight:800;color:#0f172a}.dark .achievements__title{color:#fff}@media(min-width:640px){.achievements__title{font-size:2.25rem}}@media(min-width:768px){.achievements__title{font-size:3rem}}.achievements__subtitle{margin-top:.75rem;margin-left:auto;margin-right:auto;max-width:36rem;font-size:.875rem;color:#525252}.dark .achievements__subtitle{color:#a3a3a3}@media(min-width:640px){.achievements__subtitle{font-size:1rem}}.contact__section{position:relative;width:100%;padding:3.5rem 1rem}@media(min-width:640px){.contact__section{padding-top:5rem;padding-bottom:5rem}}.contact__container{margin-left:auto;margin-right:auto;max-width:64rem}.contact__header{text-align:center}.contact__badge{display:inline-flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;border-radius:9999px;border:1px solid #e5e7eb;background-color:#fff;padding:.25rem .875rem;font-size:.75rem;font-family:JetBrains Mono,monospace;color:#9333ea;box-shadow:0 1px 2px #0000000d}.dark .contact__badge{border-color:#262626;background-color:#121218;color:#c084fc}.contact__badge-icon{height:.875rem;width:.875rem}.contact__title{margin-top:1rem;font-size:1.875rem;font-weight:800;color:#0f172a}.dark .contact__title{color:#fff}@media(min-width:640px){.contact__title{font-size:2.25rem}}@media(min-width:768px){.contact__title{font-size:3rem}}.contact__subtitle{margin-top:.75rem;margin-left:auto;margin-right:auto;max-width:36rem;font-size:.875rem;color:#525252}.dark .contact__subtitle{color:#a3a3a3}@media(min-width:640px){.contact__subtitle{font-size:1rem}}.contact__content-wrapper{margin-top:3.5rem;display:flex;justify-content:center}.contact__card{display:flex;width:100%;max-width:36rem;flex-direction:column;justify-content:space-between;border-radius:1.5rem;border:1px solid #e5e7eb;background-color:#ffffffe6;padding:2rem;box-shadow:0 20px 25px -5px #0000001a;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);text-align:center}.dark .contact__card{border-color:#262626;background-color:#111116e6}.contact__card-heading{font-size:1.5rem;font-weight:700;color:#0f172a}.dark .contact__card-heading{color:#fff}.contact__card-description{margin-top:.75rem;font-size:.75rem;line-height:1.625;color:#525252}.dark .contact__card-description{color:#a3a3a3}.contact__links-list{margin-top:2rem;display:flex;flex-direction:column;row-gap:1rem}.contact__link-item{display:flex;align-items:center;gap:1rem;border-radius:1rem;border:1px solid #e5e7eb;background-color:#f8fafc;padding:1rem;color:#0f172a;transition:all .15s cubic-bezier(.4,0,.2,1);text-decoration:none}.dark .contact__link-item{border-color:#262626;background-color:#161620;color:#e5e5e5}.contact__link-item:hover{background-color:#f1f5f9}.dark .contact__link-item:hover{background-color:#262626}.contact__link-item--email:hover{border-color:#a855f780}.contact__link-item--linkedin:hover{border-color:#3b82f680}.contact__link-item--github:hover{border-color:#a3a3a3}.dark .contact__link-item--github:hover{border-color:#525252}.contact__link-item--instagram:hover{border-color:#ec489980}.contact__link-icon-box{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:.75rem;flex-shrink:0}.contact__link-icon-box--purple{background-color:#a855f733;color:#9333ea}.dark .contact__link-icon-box--purple{color:#c084fc}.contact__link-icon-box--blue{background-color:#3b82f633;color:#2563eb}.dark .contact__link-icon-box--blue{color:#60a5fa}.contact__link-icon-box--neutral{background-color:#e5e7eb;color:#262626}.dark .contact__link-icon-box--neutral{background-color:#262626;color:#d4d4d4}.contact__link-icon-box--pink{background-color:#ec489933;color:#db2777}.dark .contact__link-icon-box--pink{color:#f472b6}.contact__icon{height:1.25rem;width:1.25rem}.contact__link-label{font-size:10px;font-family:JetBrains Mono,monospace;color:#737373;text-transform:uppercase}.dark .contact__link-label{color:#a3a3a3}.contact__link-value{font-size:.875rem;font-weight:600}.footer{width:100%;border-top:1px solid #e5e7eb;background-color:#f1f5f9;padding:1.25rem 1rem;transition-property:color,background-color;transition-duration:.3s}.dark .footer{border-top-color:#262626cc;background-color:#09090b}@media(min-width:768px){.footer{padding:1.5rem}}.footer__container{margin-left:auto;margin-right:auto;display:flex;max-width:72rem;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.footer__container{flex-direction:row;gap:1.5rem}}.footer__brand{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:768px){.footer__brand{align-items:flex-start;text-align:left}}.footer__brand-title{font-size:1rem;font-weight:900;letter-spacing:-.025em;color:#0f172a}.dark .footer__brand-title{color:#fff}.footer__brand-subtitle{margin-top:.15rem;font-size:.75rem;color:#525252}.dark .footer__brand-subtitle{color:#a3a3a3}.footer__social-list{display:flex;align-items:center;-moz-column-gap:.75rem;column-gap:.75rem}.footer__social-link{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;border:1px solid #d1d5db;background-color:#fff;color:#404040;transition:all .15s cubic-bezier(.4,0,.2,1);text-decoration:none}.dark .footer__social-link{border-color:#262626;background-color:#121218;color:#a3a3a3}.footer__social-link:hover{border-color:#737373;color:#000}.dark .footer__social-link:hover{color:#fff}.footer__social-link--linkedin:hover{border-color:#3b82f680;color:#2563eb}.dark .footer__social-link--linkedin:hover{color:#60a5fa}.footer__social-link--leetcode:hover{border-color:#f59e0b80;color:#d97706}.dark .footer__social-link--leetcode:hover{color:#fbbf24}.footer__social-link--email:hover{border-color:#a855f780;color:#9333ea}.dark .footer__social-link--email:hover{color:#c084fc}.footer__icon{height:.875rem;width:.875rem}.footer__copyright{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:.75rem;color:#737373;font-family:JetBrains Mono,monospace}@media(min-width:768px){.footer__copyright{align-items:flex-end;text-align:right}}.footer__copyright-tech{margin-top:.15rem;display:flex;align-items:center;gap:.25rem;font-size:11px;color:#525252}.dark .footer__copyright-tech{color:#a3a3a3}.app-container{position:relative;min-height:100vh;background-color:#f8fafc;color:#0f172a;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;transition-property:color,background-color;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.app-container::-moz-selection{background-color:#a855f7;color:#fff}.app-container::selection{background-color:#a855f7;color:#fff}.dark .app-container{background-color:#09090b;color:#f5f5f5}.app-main{transition-property:opacity;transition-duration:.7s;transition-timing-function:cubic-bezier(.4,0,.2,1);opacity:1}.app-main--loading{opacity:0;pointer-events:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,Fira Code,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{color-scheme:light dark}html{scroll-behavior:smooth;font-family:Inter,sans-serif}body{overflow-x:hidden;margin:0;padding:0}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.-bottom-10{bottom:-2.5rem}.left-0{left:0}.left-\[10\%\]{left:10%}.left-\[22\%\]{left:22%}.left-\[42\%\]{left:42%}.left-\[58\%\]{left:58%}.right-\[12\%\]{right:12%}.right-\[28\%\]{right:28%}.top-0{top:0}.top-10{top:2.5rem}.top-14{top:3.5rem}.top-36{top:9rem}.top-44{top:11rem}.top-48{top:12rem}.top-6{top:1.5rem}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.my-40{margin-top:10rem;margin-bottom:10rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-\[20rem\]{height:20rem}.h-\[520px\]{height:520px}.h-\[60\%\]{height:60%}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-80{width:20rem}.w-\[90\%\]{width:90%}.w-full{width:100%}.max-w-5xl{max-width:64rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.shrink-0{flex-shrink:0}.rotate-\[-3deg\]{--tw-rotate: -3deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-4deg\]{--tw-rotate: -4deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-8deg\]{--tw-rotate: -8deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[5deg\]{--tw-rotate: 5deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[6deg\]{--tw-rotate: 6deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[7deg\]{--tw-rotate: 7deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.gap-1\.5{gap:.375rem}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-amber-500\/40{border-color:#f59e0b66}.border-blue-500\/40{border-color:#3b82f666}.border-emerald-500\/40{border-color:#10b98166}.border-gold-500\/30{border-color:#c8ad8d4d}.border-gold-500\/40{border-color:#c8ad8d66}.border-neutral-800{--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity, 1))}.border-purple-500\/40{border-color:#a855f766}.border-red-500\/40{border-color:#ef444466}.border-yellow-500\/40{border-color:#eab30866}.bg-\[\#0f0f11\]{--tw-bg-opacity: 1;background-color:rgb(15 15 17 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-gold-500\/20{background-color:#c8ad8d33}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-white\/80{background-color:#fffc}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-amber-500\/20{--tw-gradient-from: rgb(245 158 11 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/20{--tw-gradient-from: rgb(59 130 246 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500\/20{--tw-gradient-from: rgb(16 185 129 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500\/20{--tw-gradient-from: rgb(168 85 247 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-700{--tw-gradient-from: #7e22ce var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/20{--tw-gradient-from: rgb(239 68 68 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500\/20{--tw-gradient-from: rgb(234 179 8 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-amber-500\/20{--tw-gradient-to: rgb(245 158 11 / .2) var(--tw-gradient-to-position)}.to-cyan-500\/20{--tw-gradient-to: rgb(6 182 212 / .2) var(--tw-gradient-to-position)}.to-orange-500\/20{--tw-gradient-to: rgb(249 115 22 / .2) var(--tw-gradient-to-position)}.to-pink-500\/20{--tw-gradient-to: rgb(236 72 153 / .2) var(--tw-gradient-to-position)}.to-rose-500\/20{--tw-gradient-to: rgb(244 63 94 / .2) var(--tw-gradient-to-position)}.to-teal-500\/20{--tw-gradient-to: rgb(20 184 166 / .2) var(--tw-gradient-to-position)}.to-violet-900{--tw-gradient-to: #4c1d95 var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.stroke-current{stroke:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.object-left-top{-o-object-position:left top;object-position:left top}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.text-left{text-align:left}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-\[\#38bdf8\]{--tw-text-opacity: 1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.text-\[\#46e3b7\]{--tw-text-opacity: 1;color:rgb(70 227 183 / var(--tw-text-opacity, 1))}.text-\[\#ffd43b\]{--tw-text-opacity: 1;color:rgb(255 212 59 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gold-700{--tw-text-opacity: 1;color:rgb(153 122 88 / var(--tw-text-opacity, 1))}.text-neutral-100{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-neutral-600{--tw-text-opacity: 1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow-\[0_0_15px_rgba\(200\,173\,141\,0\.25\)\]{--tw-shadow: 0 0 15px rgba(200,173,141,.25);--tw-shadow-colored: 0 0 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.\[perspective\:1000px\]{perspective:1000px}::-webkit-scrollbar{width:8px}.dark ::-webkit-scrollbar-track{background:#09090b}::-webkit-scrollbar-track{background:#f1f5f9}.dark ::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dark ::-webkit-scrollbar-thumb:hover{background:#3f3f46}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark .glass-panel{background:#121215b3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08)}.glass-panel{background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.08)}.mask-t-from-10\%{mask-image:linear-gradient(to top,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to top,black 90%,transparent 100%)}.selection\:bg-\[\#c5a880\] *::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(197 168 128 / var(--tw-bg-opacity, 1))}.selection\:bg-\[\#c5a880\] *::selection{--tw-bg-opacity: 1;background-color:rgb(197 168 128 / var(--tw-bg-opacity, 1))}.selection\:text-black *::-moz-selection{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.selection\:text-black *::selection{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.selection\:bg-\[\#c5a880\]::-moz-selection{--tw-bg-opacity: 1;background-color:rgb(197 168 128 / var(--tw-bg-opacity, 1))}.selection\:bg-\[\#c5a880\]::selection{--tw-bg-opacity: 1;background-color:rgb(197 168 128 / var(--tw-bg-opacity, 1))}.selection\:text-black::-moz-selection{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.selection\:text-black::selection{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-neutral-900:hover{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity, 1))}.dark\:border-gold-500\/20:is(.dark *){border-color:#c8ad8d33}.dark\:bg-gold-500\/20:is(.dark *){background-color:#c8ad8d33}.dark\:bg-neutral-950\/70:is(.dark *){background-color:#0a0a0ab3}.dark\:text-gold-300:is(.dark *){--tw-text-opacity: 1;color:rgb(223 207 190 / var(--tw-text-opacity, 1))}.dark\:text-neutral-400:is(.dark *){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:shadow-lg:is(.dark *){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:hover\:text-neutral-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 229 229 / var(--tw-text-opacity, 1))}@media(min-width:420px){.min-\[420px\]\:h-\[460px\]{height:460px}}@media(min-width:540px){.min-\[540px\]\:h-\[400px\]{height:400px}}@media(min-width:640px){.sm\:mt-10{margin-top:2.5rem}.sm\:h-\[340px\]{height:340px}.sm\:justify-center{justify-content:center}.sm\:gap-2{gap:.5rem}.sm\:p-4{padding:1rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:768px){.md\:h-\[290px\]{height:290px}.md\:h-\[40rem\]{height:40rem}.md\:h-\[90\%\]{height:90%}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}
