:root{--bg: #0a0a0f;--bg-surface: #111118;--bg-surface-hover: #1a1a24;--bg-glass: rgba(255, 255, 255, .04);--bg-glass-hover: rgba(255, 255, 255, .07);--border-subtle: rgba(255, 255, 255, .06);--border: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .18);--primary: #6366f1;--primary-hover: #818cf8;--primary-dim: #4f46e5;--secondary: #10b981;--secondary-dim: #059669;--accent: #d4a853;--accent-muted: #b8976a;--text: #e8e8ed;--text-secondary: #9898a8;--text-muted: #5a5a6e;--font-body: "Inter", system-ui, sans-serif;--font-display: "Space Grotesk", "Inter", system-ui, sans-serif;--font-mono: "SF Mono", "Fira Code", "Cascadia Code", monospace;--section-y: 5rem;--section-x: 1.5rem;--container: 80rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.5rem;--radius-3xl: 1.875rem;--radius-full: 9999px;--ease: cubic-bezier(.25, .46, .45, .94);--transition: .3s cubic-bezier(.25, .46, .45, .94)}@media(min-width:768px){:root{--section-y: 7rem;--section-x: 2.5rem}}@media(min-width:1024px){:root{--section-y: 8rem;--section-x: 4rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.3) transparent}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6366f180}::selection{background:#6366f14d;color:#fff}@media(pointer:fine){*{cursor:none!important}}.noise-overlay{position:relative}.noise-overlay:after{content:"";position:fixed;inset:0;pointer-events:none;opacity:.015;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.gradient-text{background:linear-gradient(135deg,#818cf8,#10b981,#d4a853);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:#ffffff0a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-2xl);transition:all .5s var(--ease)}.glass-card:hover{background:#ffffff12;border-color:#ffffff24}.glass-card--royal:hover{box-shadow:0 0 40px #6366f126}.glass-card--emerald:hover{box-shadow:0 0 40px #10b98126}.glass-card--gold:hover{box-shadow:0 0 40px #d4a85326}.bg-blur{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.section{position:relative;padding:var(--section-y) var(--section-x);overflow:hidden}.section__container{max-width:var(--container);margin:0 auto;position:relative;z-index:2}.section__container--sm{max-width:64rem}.section__container--md{max-width:72rem}.section__container--xs{max-width:56rem}.section-heading{margin-bottom:3.5rem}.section-heading--center{text-align:center}.section-heading__label{display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--primary-hover);margin-bottom:1rem;padding:.35rem 1rem;background:#6366f114;border:1px solid rgba(99,102,241,.15);border-radius:var(--radius-full)}.section-heading__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,3rem);font-weight:700;color:var(--text);line-height:1.15}.section-heading__line{height:2px;width:5rem;margin-top:1.5rem;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));transform-origin:left;border-radius:2px}.section-heading--center .section-heading__line{margin-left:auto;margin-right:auto}.page-loader{position:fixed;inset:0;z-index:10001;background:var(--bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:2rem}.page-loader__logo{font-family:var(--font-display);font-size:4rem;font-weight:700;display:flex;align-items:baseline}.page-loader__letter{background:linear-gradient(135deg,#818cf8,#10b981,#d4a853,#818cf8);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-loader__dot{color:var(--text-muted)}.page-loader__bar-track{width:12rem;height:2px;background:#ffffff0f;border-radius:2px;overflow:hidden}.page-loader__bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));border-radius:2px}.page-loader__text{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted)}.page-loader__bg-blur{position:absolute;border-radius:50%;pointer-events:none}.page-loader__bg-blur--1{top:30%;left:20%;width:300px;height:300px;background:#6366f10f;filter:blur(100px)}.page-loader__bg-blur--2{bottom:30%;right:20%;width:250px;height:250px;background:#10b9810a;filter:blur(100px)}.back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:50;width:3rem;height:3rem;border-radius:50%;background:#6366f126;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(99,102,241,.25);color:var(--primary-hover);display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #6366f126}.text-rotator{display:inline-block;position:relative;min-width:10rem}.text-rotator__text{display:inline-block}.nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:1.5rem 0;transition:all .5s var(--ease)}.nav--scrolled{padding:.75rem 0;background:#0a0a0fd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}.nav__inner{max-width:var(--container);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;background:none;border:none;color:var(--text);display:flex;align-items:baseline}.nav__logo-dot{color:var(--text-muted)}.nav__links{display:none;align-items:center;gap:.25rem}@media(min-width:768px){.nav__links{display:flex}}.nav__link{position:relative;padding:.5rem 1rem;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);background:none;border:none;transition:color var(--transition)}.nav__link:hover{color:var(--text-secondary)}.nav__link--active{color:var(--text)}.nav__active-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:1.5rem;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--primary),var(--secondary))}.nav__cta{display:none;padding:.5rem 1.25rem;border-radius:var(--radius-full);background:#6366f11f;border:1px solid rgba(99,102,241,.25);color:var(--primary-hover);font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all var(--transition)}.nav__cta:hover{background:#6366f133;box-shadow:0 0 20px #6366f133}@media(min-width:1024px){.nav__cta{display:block}}.nav__hamburger{display:flex;flex-direction:column;gap:6px;padding:.5rem;background:none;border:none}@media(min-width:768px){.nav__hamburger{display:none}}.nav__hamburger-line{width:24px;height:1.5px;background:var(--text);display:block;transition:all var(--transition)}.nav__hamburger-line--short{width:16px;margin-left:auto}.nav__mobile-overlay{position:fixed;inset:0;z-index:40;background:#0a0a0ff7;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}.nav__mobile-content{height:100%;display:flex;flex-direction:column;justify-content:center;padding:6rem 2rem 3rem}.nav__mobile-links{display:flex;flex-direction:column;gap:.5rem}.nav__mobile-link{display:flex;align-items:center;gap:1.5rem;padding:1rem 0;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.04);text-align:left;position:relative}.nav__mobile-num{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);min-width:2rem}.nav__mobile-label{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--text-secondary);transition:color var(--transition)}.nav__mobile-link--active .nav__mobile-label{color:var(--text)}.nav__mobile-link--active .nav__mobile-num{color:var(--primary-hover)}.nav__mobile-active-line{position:absolute;left:0;bottom:-1px;height:2px;width:100%;background:linear-gradient(90deg,var(--primary),transparent)}.nav__mobile-footer{margin-top:auto;padding-top:2rem}.nav__mobile-email{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.nav__mobile-tagline{font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:6rem 1.5rem 3rem}@media(min-width:768px){.hero{padding:6rem 2.5rem 4rem}}.hero__bg-blur{position:absolute;border-radius:50%;pointer-events:none}.hero__bg-blur--1{top:20%;left:15%;width:600px;height:600px;background:#6366f10f;filter:blur(120px)}.hero__bg-blur--2{bottom:20%;right:15%;width:500px;height:500px;background:#10b9810d;filter:blur(120px)}.hero__bg-blur--3{top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background:#d4a85308;filter:blur(100px)}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.025) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,black,transparent);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,black,transparent)}.hero__floating-icon{position:absolute;z-index:1;pointer-events:none;opacity:.15}.hero__split{position:relative;z-index:10;max-width:var(--container);width:100%;margin:0 auto;display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hero__split{grid-template-columns:1fr 1fr;gap:4rem}}.hero__content{text-align:left}@media(max-width:1023px){.hero__content{text-align:center}}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:var(--radius-full);background:#ffffff0a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}.hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--secondary);animation:pulse 2s ease-in-out infinite;box-shadow:0 0 12px #10b98180}.hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);font-weight:700;letter-spacing:-.03em;line-height:.95;margin-bottom:1.25rem;color:var(--text)}.hero__role-wrap{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}@media(max-width:1023px){.hero__role-wrap{justify-content:center}}.hero__role-static{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:300;color:var(--text-secondary)}.hero__role-dynamic{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:600;color:var(--primary-hover)}.hero__tagline{font-size:clamp(.7rem,1.1vw,.875rem);font-weight:500;letter-spacing:.25em;text-transform:uppercase}.hero__summary{font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.7;color:var(--text-secondary);font-weight:300;margin-bottom:2.5rem;max-width:32rem}@media(max-width:1023px){.hero__summary{margin-left:auto;margin-right:auto}}.hero__cta{display:flex;gap:1rem;margin-bottom:3rem}@media(max-width:1023px){.hero__cta{justify-content:center}}@media(max-width:639px){.hero__cta{flex-direction:column;align-items:center}}.hero__stats{display:flex;align-items:center;gap:2rem}@media(max-width:1023px){.hero__stats{justify-content:center}}.hero__stat{display:flex;flex-direction:column;gap:.25rem}.hero__stat-number{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text)}.hero__stat-label{font-size:.7rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase}.hero__stat-divider{width:1px;height:2.5rem;background:#ffffff14}.hero__terminal-wrap{position:relative;display:none}@media(min-width:1024px){.hero__terminal-wrap{display:block}}.hero__terminal{border-radius:var(--radius-2xl);overflow:hidden;background:#111118cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);box-shadow:0 25px 80px #0006}.hero__terminal-bar{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.hero__terminal-dots{display:flex;gap:.5rem}.hero__terminal-dot{width:10px;height:10px;border-radius:50%}.hero__terminal-dot--red{background:#ff5f57}.hero__terminal-dot--yellow{background:#ffbd2e}.hero__terminal-dot--green{background:#28c840}.hero__terminal-title{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);letter-spacing:.05em}.hero__terminal-body{padding:1.5rem;font-family:var(--font-mono);font-size:.8rem;line-height:1.8}.hero__terminal-line{display:flex;gap:1.5rem}.hero__terminal-num{color:var(--text-muted);opacity:.4;-webkit-user-select:none;user-select:none;min-width:1.5rem;text-align:right;font-size:.7rem}.hero__terminal-cursor{display:inline-block;width:8px;height:1.125rem;background:var(--primary-hover);border-radius:1px;margin-top:.5rem;margin-left:3.5rem}.hero__terminal-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);pointer-events:none;z-index:-1}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted)}.hero__scroll-text{font-size:.625rem;letter-spacing:.3em;text-transform:uppercase}.hero__scroll-line{width:1px;height:2rem;background:linear-gradient(to bottom,var(--text-muted),transparent)}.hero__corner{position:absolute;width:5rem;height:5rem}.hero__corner--tl{top:5rem;left:2rem;border-left:1px solid rgba(255,255,255,.05);border-top:1px solid rgba(255,255,255,.05);border-top-left-radius:var(--radius-sm)}.hero__corner--br{bottom:5rem;right:2rem;border-right:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);border-bottom-right-radius:var(--radius-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 2rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:none;transition:all var(--transition);position:relative;overflow:hidden}.btn--primary{background:var(--primary);color:#fff}.btn--primary:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,var(--primary-hover),var(--secondary));opacity:0;transition:opacity .5s var(--ease);z-index:0}.btn--primary:hover:before{opacity:1}.btn--primary:hover{box-shadow:0 0 40px #6366f159}.btn--primary>*{position:relative;z-index:1}.btn--ghost{background:#ffffff0d;color:var(--text);border:1px solid rgba(255,255,255,.12)}.btn--ghost:hover{background:#ffffff1a;border-color:#ffffff40}.btn--full{width:100%}.bento{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.bento{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.bento{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.bento__item{border-radius:var(--radius-2xl);background:#ffffff08;border:1px solid rgba(255,255,255,.08);transition:all .5s var(--ease);overflow:hidden}.bento__item:hover{background:#ffffff0d;border-color:#ffffff24}.bento__item--large{grid-column:1 / -1}@media(min-width:1024px){.bento__item--large{grid-column:span 2;grid-row:span 2}}.bento__item--small{padding:1.5rem}@media(min-width:1024px){.bento__item--small{grid-column:span 1}}.bento__item--medium{padding:1.5rem}@media(min-width:1024px){.bento__item--medium{grid-column:span 2}}.bento__item--full{padding:1.5rem;grid-column:1 / -1}.bento__item--royal:hover{box-shadow:0 0 35px #6366f11f}.bento__item--emerald:hover{box-shadow:0 0 35px #10b9811f}.bento__item--gold:hover{box-shadow:0 0 35px #d4a8531f}.bento__intro{padding:2rem;display:flex;flex-direction:column;gap:1.5rem;height:100%}@media(min-width:768px){.bento__intro{padding:2.5rem;flex-direction:row;gap:2rem;align-items:flex-start}}.bento__intro-avatar{flex-shrink:0;width:5rem;height:5rem;border-radius:50%;padding:3px;background:linear-gradient(135deg,var(--primary),var(--secondary),var(--accent))}.bento__intro-avatar-inner{width:100%;height:100%;border-radius:50%;background:var(--bg-surface);display:flex;align-items:center;justify-content:center}.bento__intro-avatar-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#818cf8,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bento__intro-content{flex:1}.bento__intro-name{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.bento__intro-role{font-size:.875rem;font-weight:500;margin-bottom:1rem}.bento__intro-text{font-size:.9rem;line-height:1.7;color:var(--text-secondary);font-weight:300}.bento__stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;height:100%;min-height:8rem}.bento__stat-icon{font-size:1.5rem;margin-bottom:.25rem}.bento__stat-number{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--text);line-height:1}.bento__stat-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.bento__card{display:flex;flex-direction:column;gap:.75rem}.bento__card-icon{width:2.75rem;height:2.75rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.bento__card-icon--royal{background:#6366f11f}.bento__card-icon--emerald{background:#10b9811f}.bento__card-icon--gold{background:#d4a8531f}.bento__card-title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--text)}.bento__card-text{font-size:.85rem;line-height:1.7;color:var(--text-secondary)}.projects__filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem}.filter-btn{padding:.5rem 1.25rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;background:#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);color:var(--text-secondary);transition:all var(--transition)}.filter-btn:hover{color:#fff;background:#ffffff14;border-color:#ffffff26}.filter-btn--active{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;box-shadow:0 0 25px #6366f140}.projects__layout{display:flex;flex-direction:column;gap:1.5rem}.featured-project{display:grid;border-radius:var(--radius-3xl);overflow:hidden;background:#ffffff08;border:1px solid rgba(255,255,255,.08);transition:all .5s var(--ease)}@media(min-width:768px){.featured-project{grid-template-columns:1fr 1.2fr}}.featured-project:hover{background:#ffffff0d;border-color:#ffffff24;box-shadow:0 0 60px #6366f11a}.featured-project__visual{position:relative;min-height:14rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.featured-project__gradient{position:absolute;inset:0}.featured-project__pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 30% 40%,rgba(255,255,255,.03) 1px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(255,255,255,.02) 1px,transparent 1px);background-size:30px 30px,40px 40px}.featured-project__number{font-family:var(--font-display);font-size:8rem;font-weight:700;color:#ffffff08;position:relative;z-index:1;line-height:1}.featured-project__badge{position:absolute;top:1.25rem;left:1.25rem;padding:.35rem .875rem;border-radius:var(--radius-full);background:#6366f126;border:1px solid rgba(99,102,241,.3);font-size:.65rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--primary-hover)}.featured-project__content{padding:2rem}@media(min-width:768px){.featured-project__content{padding:2.5rem}}.featured-project__meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.featured-project__tags{display:flex;gap:.5rem;flex-wrap:wrap}.featured-project__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text);margin-bottom:1rem;line-height:1.2}.featured-project__desc{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:.75rem}.featured-project__long-desc{font-size:.85rem;color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.featured-project__tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.featured-project__tech-item{padding:.35rem .875rem;border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid rgba(255,255,255,.08);font-size:.75rem;color:var(--text-secondary)}.featured-project__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--primary-hover);letter-spacing:.1em;text-transform:uppercase;transition:gap var(--transition)}.featured-project:hover .featured-project__cta{gap:.75rem}.projects__grid{display:grid;gap:1.25rem}@media(min-width:768px){.projects__grid{grid-template-columns:1fr 1fr}}@media(min-width:1280px){.projects__grid{grid-template-columns:repeat(3,1fr)}}.project-card{position:relative;border-radius:var(--radius-2xl);background:#ffffff08;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);transition:all .5s var(--ease);overflow:hidden}.project-card:hover{background:#ffffff0f;border-color:#ffffff24}.project-card__strip{height:3px;width:100%}.project-card__inner{padding:1.5rem}@media(min-width:768px){.project-card__inner{padding:2rem}}.project-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.project-card__year{font-size:.75rem;font-weight:500;letter-spacing:.05em}.project-card__year--royal{color:var(--primary-hover)}.project-card__year--emerald{color:var(--secondary)}.project-card__year--gold{color:var(--accent)}.project-card__index{font-family:var(--font-mono);font-size:.75rem;opacity:.5}.project-card__title{font-family:var(--font-display);font-size:clamp(1.125rem,2vw,1.35rem);font-weight:600;color:var(--text);margin-bottom:.75rem;transition:color var(--transition)}.project-card:hover .project-card__title{color:#fff}.project-card__desc{font-size:.85rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.25rem}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid}.tag--royal{background:#6366f11a;color:var(--primary-hover);border-color:#6366f133}.tag--emerald{background:#10b9811a;color:var(--secondary);border-color:#10b98133}.tag--gold{background:#d4a8531a;color:var(--accent);border-color:#d4a85333}.project-card__footer{display:flex;align-items:flex-end;justify-content:space-between}.project-card__tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-card__tech-item{font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.project-card__arrow{opacity:0;transition:all var(--transition);transform:translate(-4px)}.project-card:hover .project-card__arrow{opacity:1;transform:translate(0)}.modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal{position:relative;width:100%;max-width:42rem;border-radius:var(--radius-3xl);background:#111118f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.12);padding:2rem;overflow:hidden}@media(min-width:768px){.modal{padding:3rem}}.modal__header-strip{position:absolute;top:0;left:0;right:0;height:3px}.modal__close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.modal__close:hover{color:#fff;background:#ffffff14}.modal__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:var(--text);margin-top:.75rem;margin-bottom:1rem}.modal__desc{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.modal__long-desc{color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.modal__tech-section{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06)}.modal__tech-label{font-size:.75rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.modal__tech-list{display:flex;flex-wrap:wrap;gap:.75rem}.modal__tech-item{padding:.5rem 1rem;border-radius:var(--radius-lg);background:#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);font-size:.875rem;color:var(--text-secondary)}.skills__tabs{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:3rem}@media(min-width:768px){.skills__tabs{grid-template-columns:repeat(4,1fr);gap:1rem}}.skills__tab{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;border-radius:var(--radius-xl);background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:var(--text-secondary);font-family:var(--font-body);transition:all var(--transition)}.skills__tab:hover{background:#ffffff0f;border-color:#ffffff1f}.skills__tab--active{background:#ffffff0f;color:var(--text)}.skills__tab-icon{font-size:1.5rem}.skills__tab-name{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-align:center}.skills__content{margin-bottom:4rem}.skills__ring-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:2rem;justify-items:center}.skill-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;border-radius:var(--radius-xl);background:#ffffff05;border:1px solid rgba(255,255,255,.06);transition:all var(--transition);width:100%}.skill-item:hover{background:#ffffff0d;border-color:#ffffff1f}.circular-progress{position:relative;display:flex;align-items:center;justify-content:center}.circular-progress__value{position:absolute;font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--text)}.skill-item__name{font-size:.8rem;color:var(--text-secondary);text-align:center;font-weight:500}.skills__overview{display:grid;gap:1.25rem}@media(min-width:768px){.skills__overview{grid-template-columns:1fr 1fr;gap:1.5rem}}.skill-category{padding:1.5rem;border-radius:var(--radius-2xl);background:#ffffff08;border:1px solid rgba(255,255,255,.08);transition:all .5s var(--ease)}@media(min-width:768px){.skill-category{padding:2rem}}.skill-category:hover{background:#ffffff0d;border-color:#ffffff1f}.skill-category__header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.skill-category__marker{width:3px;height:1.5rem;border-radius:var(--radius-full)}.skill-category__icon{font-size:1.25rem}.skill-category__name{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text)}.skill-bars{display:flex;flex-direction:column;gap:1.25rem}.skill-bar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.skill-bar__name{font-size:.85rem;color:var(--text-secondary);transition:color var(--transition)}.skill-bar:hover .skill-bar__name{color:var(--text)}.skill-bar__level{font-size:.75rem;color:var(--text-muted);font-family:var(--font-mono)}.skill-bar__track{height:3px;border-radius:var(--radius-full);background:#ffffff0d;overflow:hidden}.skill-bar__fill{height:100%;border-radius:var(--radius-full);position:relative}.skill-bar__glow{position:absolute;right:0;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;filter:blur(3px);opacity:0;transition:opacity var(--transition)}.skill-bar:hover .skill-bar__glow{opacity:1}.timeline{position:relative;padding-top:1rem}.timeline__line{position:absolute;left:50%;transform:translate(-50%);top:0;bottom:0;width:1px;background:#ffffff0f}.timeline__line-fill{width:100%;background:linear-gradient(to bottom,var(--primary),var(--secondary),var(--accent),transparent)}@media(max-width:767px){.timeline__line{left:1rem;transform:none}}.timeline__item{position:relative;padding-bottom:3rem;display:grid;grid-template-columns:1fr}@media(min-width:768px){.timeline__item{grid-template-columns:1fr 3rem 1fr;align-items:start}.timeline__item--left .timeline__card{grid-column:1;grid-row:1;text-align:right}.timeline__item--left .timeline__dot-wrap{grid-column:2;grid-row:1}.timeline__item--left:after{content:"";grid-column:3;grid-row:1}.timeline__item--right .timeline__card{grid-column:3;grid-row:1}.timeline__item--right .timeline__dot-wrap{grid-column:2;grid-row:1}.timeline__item--right:before{content:"";grid-column:1;grid-row:1}}@media(max-width:767px){.timeline__item{padding-left:3rem}}.timeline__item:last-child{padding-bottom:0}.timeline__dot-wrap{display:flex;align-items:flex-start;justify-content:center;position:relative;padding-top:.5rem}@media(max-width:767px){.timeline__dot-wrap{position:absolute;left:.5rem;top:.5rem}}.timeline__dot{width:12px;height:12px;border-radius:50%;z-index:2;outline:4px solid var(--bg)}.timeline__dot-ring{position:absolute;top:.5rem;width:12px;height:12px;border-radius:50%;border:2px solid}.timeline__card{padding:1.75rem;border-radius:var(--radius-2xl);background:#ffffff08;border:1px solid rgba(255,255,255,.08);transition:all .5s var(--ease);position:relative;overflow:hidden}.timeline__card-accent{position:absolute;top:0;left:0;width:3px;height:100%;opacity:.6}@media(min-width:768px){.timeline__item--right .timeline__card-accent{left:0}.timeline__item--left .timeline__card-accent{left:auto;right:0}}.timeline__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}@media(min-width:768px){.timeline__item--left .timeline__meta{justify-content:flex-end}}.timeline__type-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid}.timeline__year{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em}.timeline__title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:.35rem;transition:color var(--transition)}.timeline__org{font-size:.8rem;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem}.timeline__desc{font-size:.85rem;color:var(--text-secondary);line-height:1.7}.contact__grid{display:grid;gap:3rem}@media(min-width:1024px){.contact__grid{grid-template-columns:1fr 1.2fr;gap:4rem}}.contact__info-text{color:var(--text-secondary);line-height:1.7;font-size:1.05rem;font-weight:300}.contact__location{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;color:var(--text-muted)}.contact__socials{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.contact__social-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:var(--radius-xl);background:#ffffff08;border:1px solid rgba(255,255,255,.08);text-decoration:none;transition:all var(--transition)}.contact__social-link:hover{background:#ffffff0f}.contact__social-icon-wrap{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact__social-icon{width:1.125rem;height:1.125rem}.contact__social-label{display:block;font-size:.9rem;font-weight:500;color:var(--text)}.contact__social-desc{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.contact__form{display:flex;flex-direction:column;gap:1.75rem;padding:2rem;border-radius:var(--radius-2xl);background:#ffffff05;border:1px solid rgba(255,255,255,.06)}@media(min-width:768px){.contact__form{padding:2.5rem}}.contact__input-group{position:relative}.contact__input,.contact__textarea{width:100%;padding:1.125rem 0;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.1);color:var(--text);font-family:var(--font-body);font-size:.9rem;transition:all var(--transition);outline:none}.contact__input::placeholder,.contact__textarea::placeholder{color:transparent}.contact__textarea{resize:none}.contact__label{position:absolute;top:1.125rem;left:0;font-size:.9rem;color:var(--text-muted);pointer-events:none;transition:all .3s var(--ease)}.contact__input-group--focused .contact__label,.contact__input-group--filled .contact__label{top:-.5rem;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-hover)}.contact__input-line{position:absolute;bottom:0;left:0;width:0;height:2px;transition:width .4s var(--ease)}.contact__input-group--focused .contact__input-line{width:100%}.contact__submit{margin-top:.5rem}.contact__submit--sent{background:var(--secondary)!important}.marquee{overflow:hidden;padding:1rem 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.marquee__track{display:flex;gap:0;width:max-content;animation:marquee 40s linear infinite}.marquee__item{display:inline-flex;align-items:center;gap:1.5rem;padding:0 1.5rem;font-size:.8rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.marquee__separator{display:inline-flex;color:#6366f14d}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer{background:#0a0a0f80}.footer__inner{max-width:var(--container);margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.footer__inner{flex-direction:row;justify-content:space-between}}.footer__brand{display:flex;flex-direction:column;align-items:center;gap:.25rem}@media(min-width:768px){.footer__brand{align-items:flex-start}}.footer__name{font-family:var(--font-display);font-size:1.125rem;font-weight:700}.footer__tagline{font-size:.7rem;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase}.footer__center{text-align:center}.footer__copyright{font-size:.75rem;color:var(--text-muted);letter-spacing:.05em}.footer__socials{display:flex;align-items:center;gap:.75rem}.footer__social-btn{width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;transition:all var(--transition)}.footer__social-btn:hover{color:var(--primary-hover);border-color:#6366f14d;box-shadow:0 0 20px #6366f126}.footer__social-btn svg{width:1rem;height:1rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-float{animation:float 6s ease-in-out infinite}.animate-float-delayed{animation:float 6s ease-in-out 2s infinite}@media(max-width:374px){.hero__title{font-size:2.25rem}.hero__stats{gap:1rem}.hero__stat-number{font-size:1.25rem}.bento__stat-number,.section-heading__title{font-size:1.5rem}}@media(min-width:375px)and (max-width:479px){.hero__title{font-size:2.75rem}}@media(min-width:480px)and (max-width:639px){.bento{grid-template-columns:1fr 1fr}}
