.Nav-module__gOObGW__nav{z-index:60;pointer-events:none;padding:0 var(--container-padding);justify-content:center;margin-top:1rem;display:flex;position:sticky;top:1rem}.Nav-module__gOObGW__container{pointer-events:auto;justify-content:space-between;align-items:center;gap:var(--space-5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-strong);border-radius:var(--radius-pill);width:min(100%,1040px);box-shadow:var(--shadow-md);background:#070709c7;padding:.8rem 1rem .8rem 1.25rem;display:flex}.Nav-module__gOObGW__list{border-right:1px solid #94a3b829;flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0;padding-right:1rem;list-style:none;display:flex}.Nav-module__gOObGW__actions{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.Nav-module__gOObGW__link{min-height:2.4rem;font-size:var(--font-size-xs);color:var(--muted);border-radius:var(--radius-pill);letter-spacing:.02em;transition:all var(--transition-fast);justify-content:center;align-items:center;padding:.55rem .85rem;font-weight:600;display:inline-flex;position:relative}.Nav-module__gOObGW__link:hover{color:var(--text-primary);background:#94a3b814}.Nav-module__gOObGW__active{color:var(--text-primary);background:#3b82f624;box-shadow:inset 0 0 0 1px #60a5fa38}.Nav-module__gOObGW__scheduleBtn{min-height:2.5rem;font-size:var(--font-size-xs);color:var(--text-primary);border-radius:var(--radius-pill);border:1px solid var(--border-strong);transition:all var(--transition-fast);background:#0c0c0fd1;align-items:center;gap:.5rem;padding:.55rem 1rem;font-weight:600;display:flex}.Nav-module__gOObGW__scheduleBtn:hover{background:#3b82f61f;border-color:#60a5fa47}.Nav-module__gOObGW__resumeBtn{min-height:2.5rem;font-size:var(--font-size-xs);color:var(--background);border-radius:var(--radius-pill);transition:transform var(--transition-fast), box-shadow var(--transition-fast), opacity var(--transition-fast);background:linear-gradient(135deg,#f8fafc 0%,#dbeafe 100%);align-items:center;gap:.5rem;padding:.55rem 1rem;font-weight:600;display:flex;box-shadow:0 10px 30px #dbeafe1f}.Nav-module__gOObGW__resumeBtn:hover{opacity:1;transform:translateY(-1px);box-shadow:0 14px 34px #dbeafe2e}@media (max-width:900px){.Nav-module__gOObGW__container{border-radius:1.75rem;flex-wrap:wrap;justify-content:center;padding:.9rem}.Nav-module__gOObGW__list{border-right:none;justify-content:center;padding-bottom:.2rem;padding-right:0}.Nav-module__gOObGW__actions{justify-content:center;width:100%}}@media (max-width:640px){.Nav-module__gOObGW__nav{margin-top:.75rem;top:.75rem}.Nav-module__gOObGW__container{gap:.85rem}.Nav-module__gOObGW__list{gap:.3rem}.Nav-module__gOObGW__link,.Nav-module__gOObGW__scheduleBtn,.Nav-module__gOObGW__resumeBtn{font-size:.7rem}.Nav-module__gOObGW__scheduleBtn span,.Nav-module__gOObGW__resumeBtn span{display:none}.Nav-module__gOObGW__scheduleBtn,.Nav-module__gOObGW__resumeBtn{justify-content:center;min-width:2.5rem;padding-inline:.8rem}}
.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 7rem);padding:5.5rem 0 4.5rem;display:flex}.Hero-module__ZARIfG__content{flex-direction:column;align-items:center;width:100%;max-width:960px;display:flex}.Hero-module__ZARIfG__greeting{font-size:var(--font-size-sm);color:var(--muted);margin-bottom:var(--space-3);letter-spacing:.08em;text-transform:uppercase}.Hero-module__ZARIfG__title{font-size:var(--font-size-4xl);color:var(--text-primary);margin-bottom:var(--space-6);font-weight:800;line-height:var(--line-height-tight);letter-spacing:-.05em;font-family:var(--font-display);text-wrap:balance;justify-content:center;align-items:center;width:100%;display:flex}.Hero-module__ZARIfG__nameGroup{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:.08em clamp(.2rem,.65vw,.55rem);display:inline-flex}.Hero-module__ZARIfG__firstName{justify-content:center;align-items:flex-end;gap:0;display:inline-flex}.Hero-module__ZARIfG__nameMark{font:inherit;flex-shrink:0;justify-content:center;align-items:center;line-height:1;display:inline-flex;transform:translateY(-.01em)}.Hero-module__ZARIfG__firstNameText{margin-left:clamp(-.08rem,-.12vw,-.02rem);line-height:1;display:inline-block}.Hero-module__ZARIfG__lastName{line-height:1;display:inline-block}.Hero-module__ZARIfG__subtext{font-size:var(--font-size-base);color:var(--text-secondary);margin-bottom:var(--space-10);max-width:42rem;line-height:var(--line-height-body);text-wrap:balance;letter-spacing:-.01em}.Hero-module__ZARIfG__chatContainer{width:100%;max-width:min(100%,760px);margin-bottom:var(--space-8)}.Hero-module__ZARIfG__chatInputWrapper{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border-strong);box-shadow:var(--shadow-md);transition:all var(--transition-standard);background:linear-gradient(#0e0e10f5,#0a0a0ceb);border-radius:1.75rem;padding:1.5rem;position:relative}.Hero-module__ZARIfG__chatInputWrapper:focus-within{box-shadow:var(--shadow-glow);background:linear-gradient(#121216f7,#0b0b0ef0);border-color:#60a5fa47}.Hero-module__ZARIfG__chatInput{width:100%;color:var(--text-primary);font-size:var(--font-size-md);line-height:var(--line-height-body);resize:none;background:0 0;border:none;outline:none;padding-right:4rem}.Hero-module__ZARIfG__chatInput::placeholder{color:var(--muted-foreground)}.Hero-module__ZARIfG__sendButton{color:#eff6ff;width:48px;height:48px;transition:all var(--transition-fast);background:linear-gradient(135deg,#3b82f6eb,#2563ebe0);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 14px 30px #2563eb3d}.Hero-module__ZARIfG__sendButton:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.Hero-module__ZARIfG__sendButton:hover{background:linear-gradient(135deg,#60a5faf2,#3b82f6eb);transform:scale(1.05)}.Hero-module__ZARIfG__sendButton:disabled:hover{background:linear-gradient(135deg,#3b82f6eb,#2563ebe0);transform:none}.Hero-module__ZARIfG__answerPanel{margin:var(--space-4) auto 0;text-align:left;border-radius:var(--radius-lg);width:min(100%,700px);box-shadow:var(--shadow-sm);background:linear-gradient(#0f0f12f0,#09090be6);border:1px solid #60a5fa29;padding:1rem 1.15rem}.Hero-module__ZARIfG__errorPanel{border-color:#f8717140}.Hero-module__ZARIfG__answerLabel{color:var(--accent-light);letter-spacing:.14em;text-transform:uppercase;margin-bottom:.45rem;font-size:.66rem;display:block}.Hero-module__ZARIfG__errorPanel .Hero-module__ZARIfG__answerLabel{color:#fca5a5}.Hero-module__ZARIfG__answerText{color:var(--text-secondary);font-size:var(--font-size-sm);margin:0;line-height:1.75}.Hero-module__ZARIfG__suggestions{justify-content:center;gap:var(--space-3);flex-wrap:wrap;width:100%;max-width:880px;display:flex}.Hero-module__ZARIfG__suggestionPill{color:var(--muted);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-pill);transition:all var(--transition-fast);white-space:nowrap;font-size:.72rem;font-family:var(--font-mono);background:#ffffff06;border:1px solid #ffffff0f;padding:.65rem 1rem;box-shadow:inset 0 1px #ffffff08}.Hero-module__ZARIfG__suggestionPill:hover{color:var(--text-primary);background:#3b82f614;border-color:#60a5fa33}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding:4.5rem 0 2rem}.Hero-module__ZARIfG__title{margin-bottom:var(--space-5)}.Hero-module__ZARIfG__subtext{font-size:var(--font-size-sm);margin-bottom:var(--space-8)}.Hero-module__ZARIfG__chatInputWrapper{padding:1.25rem}.Hero-module__ZARIfG__answerPanel{padding:.95rem 1rem}.Hero-module__ZARIfG__suggestionPill{max-width:100%}}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding:4rem 0 2rem}.Hero-module__ZARIfG__nameGroup{column-gap:.3rem}.Hero-module__ZARIfG__firstNameText{margin-left:-.04rem}.Hero-module__ZARIfG__chatInput{font-size:var(--font-size-base);min-height:7.5rem;padding-right:3.4rem}.Hero-module__ZARIfG__suggestions{gap:var(--space-2)}.Hero-module__ZARIfG__suggestionPill{white-space:normal;width:fit-content;max-width:100%}}@media (max-width:420px){.Hero-module__ZARIfG__title{font-size:clamp(2rem,13vw,2.85rem)}.Hero-module__ZARIfG__nameGroup{flex-flow:wrap;justify-content:center;gap:.04em .22rem}.Hero-module__ZARIfG__nameMark{width:auto;transform:translateY(0)}.Hero-module__ZARIfG__firstNameText{margin-left:-.03rem}.Hero-module__ZARIfG__chatInputWrapper{border-radius:1.25rem;padding:1rem}.Hero-module__ZARIfG__sendButton{bottom:1rem;right:1rem}}@media (max-width:395px){.Hero-module__ZARIfG__title{font-size:clamp(1.85rem,12vw,2.45rem)}.Hero-module__ZARIfG__nameGroup{column-gap:.16rem}.Hero-module__ZARIfG__subtext{font-size:.95rem}}
.About-module__vAULUW__about{padding:var(--section-spacing) 0;text-align:center;background:0 0;flex-direction:column;align-items:center;display:flex}.About-module__vAULUW__label{font-size:var(--font-size-xs);color:var(--muted);border:1px solid var(--border-strong);border-radius:var(--radius-pill);margin-bottom:var(--space-8);font-weight:700;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;padding:.45rem .9rem}.About-module__vAULUW__name{font-size:2.5rem;font-weight:700;font-family:var(--font-mono);margin-bottom:1rem}.About-module__vAULUW__meta{gap:var(--space-4);font-size:var(--font-size-sm);color:var(--muted-foreground);margin-bottom:var(--space-8);flex-wrap:wrap;justify-content:center;display:flex}.About-module__vAULUW__bio{font-size:var(--font-size-md);color:var(--text-secondary);max-width:50rem;line-height:var(--line-height-relaxed);margin-bottom:var(--space-16);font-family:var(--font-sans);text-wrap:pretty;text-align:left;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:linear-gradient(#0f0f12d1,#0a0a0cad);border:1px solid #ffffff0f;padding:1.5rem 1.6rem}.About-module__vAULUW__languages{justify-content:center;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(320px,320px));width:100%;max-width:84rem;margin:0 auto;display:grid}.About-module__vAULUW__languageCard{align-items:center;gap:var(--space-4);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-strong);border-radius:var(--radius-pill);text-align:left;width:320px;min-height:104px;box-shadow:var(--shadow-sm);padding:1rem 1.4rem;display:flex}.About-module__vAULUW__flag{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex;overflow:hidden}.About-module__vAULUW__langInfo{flex-direction:column;display:flex}.About-module__vAULUW__langName{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:600}.About-module__vAULUW__langLevel{font-size:var(--font-size-xs);color:var(--muted-foreground)}@media (max-width:768px){.About-module__vAULUW__about{padding:var(--space-16) 0}.About-module__vAULUW__bio{font-size:var(--font-size-base);margin-bottom:var(--space-12);padding:1.2rem 1.1rem}}@media (max-width:540px){.About-module__vAULUW__meta{gap:var(--space-2)}.About-module__vAULUW__languages{gap:var(--space-3);grid-template-columns:1fr}.About-module__vAULUW__languageCard{justify-content:flex-start;width:100%}}.About-module__vAULUW__timelineSection{flex-direction:column;gap:4rem;width:100%;max-width:900px;margin-top:6rem;display:flex;position:relative}.About-module__vAULUW__timelineLine{background:linear-gradient(#0000,#fff3 10% 90%,#0000);width:2px;position:absolute;top:50px;bottom:50px;left:186px}.About-module__vAULUW__timelineItem{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.About-module__vAULUW__itemHeader{flex-direction:column;align-items:center;margin-bottom:.75rem;display:flex}.About-module__vAULUW__itemLabel{color:var(--muted);border:1px solid var(--border);letter-spacing:.05em;background:#18181b;border-radius:9999px;margin-bottom:.5rem;padding:.15rem .5rem;font-size:.6rem;font-weight:700}.About-module__vAULUW__itemEntryText{color:var(--muted-foreground);font-size:.85rem;font-family:var(--font-mono);margin-bottom:1.5rem}.About-module__vAULUW__itemMain{align-items:center;gap:2rem;width:100%;display:flex}.About-module__vAULUW__itemTimeline{justify-content:flex-end;align-items:center;gap:2rem;min-width:180px;display:flex}.About-module__vAULUW__itemDateSide{color:var(--muted-foreground);font-size:.8rem;font-family:var(--font-mono);text-transform:lowercase}.About-module__vAULUW__itemDot{z-index:2;background:#fff;border:3px solid #000;border-radius:50%;flex-shrink:0;width:14px;height:14px;box-shadow:0 0 15px #fff9}.About-module__vAULUW__itemCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:left;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;flex:1;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.About-module__vAULUW__itemLogo{border:1px solid var(--border);background:#18181b;border-radius:8px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.About-module__vAULUW__logoImg{object-fit:contain;width:100%;height:100%;padding:.5rem}.About-module__vAULUW__placeholderLogo{color:var(--muted);font-size:2rem;font-weight:700}.About-module__vAULUW__itemInfo{flex-direction:column;gap:.2rem;display:flex}.About-module__vAULUW__itemTitle{color:var(--foreground);font-size:1.1rem;font-weight:600}.About-module__vAULUW__itemSubtitle{color:var(--muted);font-size:.875rem;font-weight:500}.About-module__vAULUW__itemLocation,.About-module__vAULUW__itemPeriod{color:var(--muted-foreground);font-size:.8rem}.About-module__vAULUW__itemLinks{gap:.75rem;margin-top:.5rem;display:flex}.About-module__vAULUW__linkIcon{opacity:.5;cursor:pointer;font-size:.9rem;transition:opacity .2s}.About-module__vAULUW__linkIcon:hover{opacity:1}
.Experience-module__RsmxMa__container{gap:var(--space-20);padding:var(--section-spacing) 0;flex-direction:column;max-width:960px;margin:0 auto;display:flex;position:relative}.Experience-module__RsmxMa__sectionLabelCenter{font-size:var(--font-size-xs);color:var(--muted);border:1px solid var(--border-strong);border-radius:var(--radius-pill);width:fit-content;font-weight:700;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin:0 auto var(--space-12) auto;background:#ffffff05;padding:.45rem .9rem}.Experience-module__RsmxMa__timelineLineGlobal{background:var(--border);opacity:.5;width:1px;position:absolute;top:0;bottom:0;left:160px}.Experience-module__RsmxMa__lineScroll{background:var(--foreground);transform-origin:top;width:100%;height:100%;box-shadow:0 0 15px var(--foreground);z-index:2;position:absolute;top:0;left:0}.Experience-module__RsmxMa__item{gap:var(--space-5);z-index:5;grid-template-columns:140px 40px 1fr;align-items:start;display:grid;position:relative}.Experience-module__RsmxMa__date{color:var(--muted-foreground);text-align:right;font-size:.8125rem;font-family:var(--font-mono);padding-top:2.5rem;font-weight:500}.Experience-module__RsmxMa__timelineLine{justify-content:center;height:100%;display:flex;position:relative}.Experience-module__RsmxMa__dot{z-index:10;border:2px solid var(--background);border-radius:50%;width:12px;height:12px;margin-top:2.5rem;position:relative}.Experience-module__RsmxMa__content{gap:var(--space-3);flex-direction:column;display:flex}.Experience-module__RsmxMa__categoryLabel{color:var(--muted);border:1px solid var(--border-strong);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.08em;width:fit-content;font-size:.625rem;font-weight:700;font-family:var(--font-mono);background:#ffffff08;padding:.3rem .65rem}.Experience-module__RsmxMa__eventDescription{font-size:var(--font-size-base);color:var(--text-secondary);margin-bottom:var(--space-2);font-family:var(--font-sans);line-height:var(--line-height-body);max-width:44rem}.Experience-module__RsmxMa__card{gap:var(--space-6);background:var(--surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Experience-module__RsmxMa__card:hover{box-shadow:var(--shadow-md);border-color:#60a5fa2e}.Experience-module__RsmxMa__logoWrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.Experience-module__RsmxMa__logoPlaceholder{justify-content:center;align-items:center;transition:transform .3s;display:flex}.Experience-module__RsmxMa__info{flex-direction:column;gap:.45rem;display:flex}.Experience-module__RsmxMa__title{font-size:var(--font-size-xl);color:var(--text-primary);font-weight:700;font-family:var(--font-display);line-height:var(--line-height-heading);letter-spacing:-.02em}.Experience-module__RsmxMa__subtitle{font-size:var(--font-size-base);color:var(--text-secondary);line-height:var(--line-height-body)}.Experience-module__RsmxMa__location{font-size:var(--font-size-sm);color:var(--muted);margin-top:.25rem}.Experience-module__RsmxMa__cardDate{font-size:var(--font-size-xs);color:var(--muted-foreground);font-family:var(--font-mono);margin-top:.5rem}@media (max-width:768px){.Experience-module__RsmxMa__container{gap:var(--space-16);padding:var(--space-16) 0}.Experience-module__RsmxMa__item{grid-template-columns:1fr;gap:1.5rem}.Experience-module__RsmxMa__date{text-align:left;padding-top:0}.Experience-module__RsmxMa__timelineLineGlobal,.Experience-module__RsmxMa__timelineLine{display:none}.Experience-module__RsmxMa__card{flex-direction:column;gap:1rem;padding:1.5rem}}@media (max-width:540px){.Experience-module__RsmxMa__card{padding:1.2rem}.Experience-module__RsmxMa__logoWrapper{width:64px;height:64px}}
.Skills-module__G7oUEG__section{align-items:center;gap:var(--space-8);flex-direction:column;padding:0;display:flex}.Skills-module__G7oUEG__label{font-size:var(--font-size-xs);color:var(--muted);border:1px solid var(--border-strong);border-radius:var(--radius-pill);font-weight:700;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;padding:.45rem .9rem}.Skills-module__G7oUEG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.6rem;width:100%;max-width:1240px;display:grid}.Skills-module__G7oUEG__skillCard{--card-accent:#60a5fae0;--card-accent-soft:#3b82f62e;--card-accent-glow:#3b82f638;--card-accent-surface:#0f172a75;background:radial-gradient(circle at top right, var(--card-accent-soft), transparent 32%), linear-gradient(180deg, #18181cf5, #0c0c0ff0);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border-strong);min-height:540px;transition:transform var(--transition-emphasized), border-color var(--transition-standard), box-shadow var(--transition-standard), background var(--transition-standard);isolation:isolate;border-radius:1.9rem;flex-direction:column;justify-content:space-between;align-items:stretch;gap:1rem;padding:1.3rem;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 44px #0206172e,inset 0 1px #ffffff0a}.Skills-module__G7oUEG__skillCard:hover{border-color:color-mix(in srgb, var(--card-accent) 35%, #ffffff29);background:radial-gradient(circle at top right, var(--card-accent-glow), transparent 34%), linear-gradient(180deg, #1c1c21fa, #101014f2);transform:translateY(-7px);box-shadow:0 24px 58px #02061747,0 0 0 1px #ffffff05}.Skills-module__G7oUEG__skillCard:before{content:"";background:linear-gradient(90deg, var(--card-accent), transparent 68%);width:100%;height:1px;position:absolute;inset:0 auto auto 0}.Skills-module__G7oUEG__skillCard:after{content:"";pointer-events:none;z-index:-1;border:1px solid #ffffff0a;border-radius:1.45rem;position:absolute;inset:1rem}.Skills-module__G7oUEG__toneBlue{--card-accent:#60a5faeb;--card-accent-soft:#3b82f629;--card-accent-glow:#2563eb38;--card-accent-surface:#0f172a75}.Skills-module__G7oUEG__toneCyan{--card-accent:#22d3eee6;--card-accent-soft:#06b6d429;--card-accent-glow:#0891b238;--card-accent-surface:#08334475}.Skills-module__G7oUEG__toneViolet{--card-accent:#a78bfaeb;--card-accent-soft:#8b5cf629;--card-accent-glow:#6d28d938;--card-accent-surface:#23133e75}.Skills-module__G7oUEG__toneAmber{--card-accent:#fbbf24eb;--card-accent-soft:#f59e0b29;--card-accent-glow:#d9770638;--card-accent-surface:#41220b75}.Skills-module__G7oUEG__toneEmerald{--card-accent:#34d399eb;--card-accent-soft:#10b98129;--card-accent-glow:#05966938;--card-accent-surface:#083c2d75}.Skills-module__G7oUEG__cardHeader{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:.2rem .2rem 0;display:flex}.Skills-module__G7oUEG__headerLead{align-items:center;gap:.8rem;min-width:0;display:inline-flex}.Skills-module__G7oUEG__headerLine{background:linear-gradient(90deg, var(--card-accent), transparent);opacity:.9;width:2.6rem;height:1px}.Skills-module__G7oUEG__headerMeta{border-radius:var(--radius-pill);color:#e2e8f0c7;min-height:1.8rem;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:#ffffff08;border:1px solid #ffffff14;align-items:center;padding:.34rem .72rem;font-size:.66rem;display:inline-flex}.Skills-module__G7oUEG__groupIndex{font-family:var(--font-mono);color:#ffffffb8;letter-spacing:.12em;font-size:.95rem;font-weight:700}.Skills-module__G7oUEG__visualWrap{flex:1;justify-content:center;align-items:center;min-height:210px;padding:.25rem 0 .1rem;display:flex;position:relative}.Skills-module__G7oUEG__visualBackdrop{background:radial-gradient(circle, var(--card-accent-soft), transparent 68%), radial-gradient(circle at top, #ffffff14, transparent 60%);filter:blur(12px);pointer-events:none;border-radius:9999px;height:58%;position:absolute;inset:18% 12% auto}.Skills-module__G7oUEG__visualFrame{aspect-ratio:1;background:linear-gradient(180deg, #ffffff0d, #ffffff04), linear-gradient(160deg, var(--card-accent-surface), #0a0c1040 62%);border:1px solid #ffffff12;border-radius:2rem;justify-content:center;align-items:center;width:clamp(11.5rem,18vw,14rem);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 24px 48px #02061738}.Skills-module__G7oUEG__visualFrame:before{content:"";background:linear-gradient(115deg,#ffffff14,#0000 34%),radial-gradient(circle,#0000 48%,#ffffff0a 49%,#0000 52%);position:absolute;inset:0}.Skills-module__G7oUEG__visualFrame:after{content:"";border:1px solid #ffffff0d;border-radius:1.5rem;position:absolute;inset:16px}.Skills-module__G7oUEG__visualIcon{z-index:2;color:#f8fafcf0;filter:drop-shadow(0 16px 28px #00000057);width:clamp(5.25rem,7vw,6.6rem);height:clamp(5.25rem,7vw,6.6rem);position:relative}.Skills-module__G7oUEG__visualRing,.Skills-module__G7oUEG__visualPulse{pointer-events:none;border-radius:9999px;position:absolute}.Skills-module__G7oUEG__visualRing{border:1px solid color-mix(in srgb, var(--card-accent) 48%, transparent);opacity:.75;inset:19%}.Skills-module__G7oUEG__visualPulse{filter:blur(4px);background:radial-gradient(circle,#ffffff2e,#0000 68%);inset:30%}.Skills-module__G7oUEG__infoPanel{transition:transform var(--transition-standard), border-color var(--transition-standard), background var(--transition-standard);background:linear-gradient(#09090beb,#0c0d10e6);border:1px solid #ffffff14;border-radius:1.6rem;padding:1.35rem 1.2rem 1.15rem;position:relative;box-shadow:inset 0 1px #ffffff0a,0 16px 36px #02061729}.Skills-module__G7oUEG__skillCard:hover .Skills-module__G7oUEG__infoPanel{border-color:#ffffff1f;transform:translateY(-2px)}.Skills-module__G7oUEG__groupCount{border-radius:var(--radius-pill);min-height:1.95rem;font-family:var(--font-mono);color:#111827;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-4);background:linear-gradient(135deg,#fffffff0,#e2e8f0db);align-items:center;padding:.42rem .88rem;font-size:.72rem;font-weight:700;display:inline-flex;box-shadow:0 10px 24px #0f172a2e}.Skills-module__G7oUEG__groupTitle{color:var(--text-primary);letter-spacing:-.04em;text-wrap:balance;margin-bottom:.5rem;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:700;line-height:1.18}.Skills-module__G7oUEG__groupDescription{color:#cbd5e1d6;max-width:28ch;font-size:.93rem;line-height:1.55}.Skills-module__G7oUEG__infoDivider{background:linear-gradient(90deg,#ffffff24,#0000 78%);width:100%;height:1px;margin:1rem 0 .95rem}.Skills-module__G7oUEG__skillList{flex-wrap:wrap;gap:.6rem;width:100%;display:flex}.Skills-module__G7oUEG__skillItem{border-radius:var(--radius-pill);color:#e2e8f0db;min-height:2.15rem;font-size:.76rem;font-weight:500;font-family:var(--font-sans);transition:transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);background:linear-gradient(#ffffff0b,#ffffff08);border:1px solid #ffffff14;align-items:center;padding:.46rem .78rem;line-height:1.35;display:inline-flex}.Skills-module__G7oUEG__skillCard:hover .Skills-module__G7oUEG__skillItem{border-color:color-mix(in srgb, var(--card-accent) 28%, #ffffff14)}.Skills-module__G7oUEG__skillItem:hover{background:linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 12%, #ffffff0f), #ffffff08);color:#f8fafcf5;transform:translateY(-1px)}@media (max-width:640px){.Skills-module__G7oUEG__grid{grid-template-columns:1fr;gap:1rem}.Skills-module__G7oUEG__skillCard{min-height:500px;padding:1rem}.Skills-module__G7oUEG__visualWrap{min-height:180px}.Skills-module__G7oUEG__visualFrame{width:min(100%,13rem)}.Skills-module__G7oUEG__infoPanel{padding:1.2rem 1rem 1rem}.Skills-module__G7oUEG__headerMeta{padding-inline:.62rem;font-size:.62rem}}@media (max-width:420px){.Skills-module__G7oUEG__grid{grid-template-columns:1fr}.Skills-module__G7oUEG__cardHeader{flex-direction:column;align-items:flex-start}.Skills-module__G7oUEG__headerLine{width:1.8rem}}@media (prefers-reduced-motion:reduce){.Skills-module__G7oUEG__skillCard,.Skills-module__G7oUEG__infoPanel,.Skills-module__G7oUEG__skillItem{transition:none}.Skills-module__G7oUEG__skillCard:hover,.Skills-module__G7oUEG__skillCard:hover .Skills-module__G7oUEG__infoPanel,.Skills-module__G7oUEG__skillItem:hover{transform:none}}
.Projects-module__2BoJ-q__section{background:0 0;width:100%;padding:0;overflow:hidden}.Projects-module__2BoJ-q__header{margin-bottom:var(--space-12);justify-content:space-between;align-items:flex-start;gap:var(--space-6);padding:0 clamp(.5rem,2vw,2.5rem);display:flex}.Projects-module__2BoJ-q__mainHeading{font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:var(--line-height-heading);color:var(--text-primary);letter-spacing:-.03em;text-wrap:balance;max-width:52rem}.Projects-module__2BoJ-q__navButtons{gap:1rem;margin-top:1rem;display:flex}.Projects-module__2BoJ-q__navButton{border:1px solid var(--border-strong);width:48px;height:48px;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);background:#0e0e11e6;border-radius:50%;justify-content:center;align-items:center;display:flex}.Projects-module__2BoJ-q__navButton:hover{color:var(--text-primary);background:#3b82f61f;border-color:#60a5fa3d}.Projects-module__2BoJ-q__carouselWrapper{width:100%;padding-left:clamp(.5rem,2vw,2.5rem)}.Projects-module__2BoJ-q__scrollContainer{scroll-behavior:smooth;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none;gap:1.75rem;padding-bottom:3rem;display:flex;overflow-x:auto}.Projects-module__2BoJ-q__scrollContainer::-webkit-scrollbar{display:none}.Projects-module__2BoJ-q__projectCard{perspective:1600px;cursor:pointer;scroll-snap-align:start;border-radius:2rem;flex-direction:column;min-width:420px;max-width:420px;height:580px;display:flex;position:relative;overflow:visible}.Projects-module__2BoJ-q__cardInner{width:100%;height:100%;transform-style:preserve-3d;position:relative}.Projects-module__2BoJ-q__cardFaceFront,.Projects-module__2BoJ-q__cardFaceBack{backface-visibility:hidden;border:1px solid var(--border-strong);width:100%;height:100%;box-shadow:var(--shadow-sm);background:linear-gradient(#111114f5,#0b0b0de6);border-radius:2rem;position:absolute;inset:0;overflow:hidden}.Projects-module__2BoJ-q__cardFaceFront{flex-direction:column;display:flex}.Projects-module__2BoJ-q__cardFaceBack{background:radial-gradient(circle at 100% 0,#3b82f61f,#0000 28%),linear-gradient(#101013fa,#09090bf2);flex-direction:column;padding:1.7rem 1.55rem 1.45rem;display:flex;transform:rotateY(180deg)}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__cardFaceFront,.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__cardFaceBack{box-shadow:var(--shadow-md)}.Projects-module__2BoJ-q__cardVisual{background:linear-gradient(135deg,#121214eb 0%,#08080afa 100%);width:100%;height:56%;padding:1.35rem;position:relative;overflow:hidden}.Projects-module__2BoJ-q__visualBackdrop{opacity:.8;position:absolute;inset:0}.Projects-module__2BoJ-q__accent1 .Projects-module__2BoJ-q__visualBackdrop{background:radial-gradient(circle at 25% 25%,#f59e0b2e,#0000 30%),radial-gradient(circle at 80% 78%,#60a5fa2e,#0000 34%)}.Projects-module__2BoJ-q__accent2 .Projects-module__2BoJ-q__visualBackdrop{background:radial-gradient(circle at 20% 28%,#a78bfa2e,#0000 30%),radial-gradient(circle at 78% 80%,#2dd4bf29,#0000 35%)}.Projects-module__2BoJ-q__accent3 .Projects-module__2BoJ-q__visualBackdrop{background:radial-gradient(circle at 22% 24%,#f871712e,#0000 30%),radial-gradient(circle at 74% 78%,#facc1524,#0000 34%)}.Projects-module__2BoJ-q__accent4 .Projects-module__2BoJ-q__visualBackdrop{background:radial-gradient(circle at 26% 22%,#34d39929,#0000 28%),radial-gradient(circle at 76% 76%,#3b82f62e,#0000 34%)}.Projects-module__2BoJ-q__imageOverlay{z-index:1;background:linear-gradient(#0000 30%,#ffffff08 100%);position:absolute;inset:0}.Projects-module__2BoJ-q__previewFrame{z-index:2;background:linear-gradient(#ffffff06,#ffffff03);border:1px solid #ffffff0f;border-radius:1.4rem;flex-direction:column;justify-content:space-between;height:100%;padding:1.25rem 1.25rem 1.15rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff08}.Projects-module__2BoJ-q__previewTopRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.Projects-module__2BoJ-q__previewYear,.Projects-module__2BoJ-q__previewStatus{border-radius:var(--radius-pill);min-height:1.9rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;align-items:center;padding:.32rem .72rem;font-size:.68rem;display:inline-flex}.Projects-module__2BoJ-q__previewYear{color:#f8fafcc7;background:#ffffff0a;border:1px solid #ffffff17}.Projects-module__2BoJ-q__previewStatus{color:#0f172ae6;background:#f8fafce6}.Projects-module__2BoJ-q__previewCenter{flex:1;justify-content:flex-start;align-items:center;padding:.75rem 0 .45rem;display:flex}.Projects-module__2BoJ-q__previewIconWrap{flex-shrink:0;justify-content:center;align-items:center;width:5.5rem;height:5.5rem;display:inline-flex;overflow:hidden}.Projects-module__2BoJ-q__previewIcon{filter:drop-shadow(0 18px 30px #00000040);font-size:3.8rem;line-height:1;display:inline-block}.Projects-module__2BoJ-q__previewCopy{align-items:flex-start;width:100%;padding-top:.15rem;display:flex}.Projects-module__2BoJ-q__previewLabel{font-family:var(--font-mono);color:#cbd5e1b3;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.Projects-module__2BoJ-q__previewTitle{color:#f8fafc;letter-spacing:-.03em;text-wrap:balance;max-width:13rem;font-size:clamp(1.25rem,2vw,1.85rem);font-weight:700;line-height:1.1}.Projects-module__2BoJ-q__previewBottomRow{flex-wrap:wrap;gap:.55rem;display:flex}.Projects-module__2BoJ-q__previewTag{border-radius:var(--radius-pill);min-height:1.85rem;font-size:.68rem;font-family:var(--font-mono);color:#e2e8f0cc;background:#ffffff0d;border:1px solid #ffffff0f;align-items:center;padding:.3rem .7rem;display:inline-flex}.Projects-module__2BoJ-q__hoverOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5;background:#05050785;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Projects-module__2BoJ-q__hoverContent{text-align:center}.Projects-module__2BoJ-q__viewInfo{color:#f8fafc;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-pill);background:#ffffff0f;border:1px solid #ffffff14;padding:.7rem 1rem;font-size:.82rem;font-weight:600}.Projects-module__2BoJ-q__cardBadge{color:#f8fafc;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;background:#0a0a0cb8;border:1px solid #ffffff14;padding:.45rem .8rem;font-size:.68rem;font-weight:700}.Projects-module__2BoJ-q__cardInfo{background:0 0;flex-direction:column;flex:1;justify-content:flex-start;min-height:255px;padding:1.75rem 1.65rem 1.6rem;display:flex}.Projects-module__2BoJ-q__cardMetaRow{justify-content:space-between;align-items:center;gap:.8rem;min-height:2.6rem;margin-bottom:1rem;display:flex}.Projects-module__2BoJ-q__cardYear{font-family:var(--font-mono);color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem}.Projects-module__2BoJ-q__infoTop{flex-direction:column;gap:.85rem;min-height:166px;display:flex}.Projects-module__2BoJ-q__cardTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:1.45rem;font-weight:700;line-height:1.15}.Projects-module__2BoJ-q__cardDescription{color:var(--text-secondary);-webkit-line-clamp:4;-webkit-box-orient:vertical;min-height:6.1rem;max-height:6.1rem;font-size:.92rem;line-height:1.65;display:-webkit-box;overflow:hidden}.Projects-module__2BoJ-q__cardFooter{justify-content:space-between;align-items:center;gap:1rem;min-height:4.8rem;margin-top:auto;padding-top:1.1rem;display:flex}.Projects-module__2BoJ-q__tags{flex-wrap:wrap;align-content:flex-start;gap:.5rem;max-width:78%;min-height:4.4rem;display:flex}.Projects-module__2BoJ-q__tag{font-size:.68rem;font-family:var(--font-mono);color:#e2e8f0c7;border-radius:var(--radius-pill);background:#ffffff0a;border:1px solid #ffffff0d;padding:.34rem .65rem}.Projects-module__2BoJ-q__actionButton{width:52px;height:52px;color:var(--text-primary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 1px #ffffff08}.Projects-module__2BoJ-q__actionButton:hover{background:#3b82f624;border-color:#60a5fa3d}.Projects-module__2BoJ-q__backHeader{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1.2rem;display:flex}.Projects-module__2BoJ-q__backEyebrow{border-radius:var(--radius-pill);min-height:1.95rem;color:var(--text-primary);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;background:#3b82f61f;border:1px solid #60a5fa2e;align-items:center;padding:.35rem .75rem;font-size:.68rem;display:inline-flex}.Projects-module__2BoJ-q__backYear{font-family:var(--font-mono);color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.Projects-module__2BoJ-q__backMain{flex-direction:column;gap:.9rem;min-height:176px;display:flex}.Projects-module__2BoJ-q__backTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:1.45rem;font-weight:700;line-height:1.15}.Projects-module__2BoJ-q__backDescription{color:var(--text-secondary);-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.65;display:-webkit-box;overflow:hidden}.Projects-module__2BoJ-q__backStack{flex-wrap:wrap;align-content:flex-start;gap:.55rem;min-height:108px;margin-top:auto;display:flex}.Projects-module__2BoJ-q__backTag{border-radius:var(--radius-pill);min-height:1.95rem;color:var(--text-secondary);font-family:var(--font-mono);background:#ffffff0a;border:1px solid #ffffff12;align-items:center;padding:.36rem .68rem;font-size:.68rem;line-height:1.3;display:inline-flex}.Projects-module__2BoJ-q__backFooter{justify-content:space-between;align-items:center;gap:.8rem;min-height:2.9rem;margin-top:1.2rem;display:flex}.Projects-module__2BoJ-q__previewLink{border-radius:var(--radius-pill);color:#111827;letter-spacing:.01em;background:#f8fafceb;align-items:center;gap:.5rem;min-height:2.55rem;padding:.6rem .95rem;font-size:.78rem;font-weight:700;display:inline-flex}.Projects-module__2BoJ-q__previewLinkDisabled{border-radius:var(--radius-pill);min-height:2.55rem;color:var(--muted);background:#ffffff0a;border:1px solid #ffffff12;align-items:center;padding:.6rem .95rem;font-size:.76rem;display:inline-flex}.Projects-module__2BoJ-q__highlightCard{border-color:#ffffff1f}.Projects-module__2BoJ-q__startupRibbon{color:#0f172a;z-index:10;background:linear-gradient(135deg,#f8fafc,#dbeafe);padding:.2rem 2rem;font-size:.6rem;font-weight:800;position:absolute;top:1.5rem;right:-2rem;transform:rotate(45deg)}@media (max-width:1024px){.Projects-module__2BoJ-q__header{padding:0 1rem}.Projects-module__2BoJ-q__mainHeading{font-size:2rem}.Projects-module__2BoJ-q__carouselWrapper{padding-left:1rem}.Projects-module__2BoJ-q__projectCard{min-width:360px;height:540px}.Projects-module__2BoJ-q__backMain{min-height:156px}}@media (max-width:640px){.Projects-module__2BoJ-q__header{margin-bottom:var(--space-8);flex-direction:column;gap:1.5rem}.Projects-module__2BoJ-q__navButtons{display:none}.Projects-module__2BoJ-q__projectCard{min-width:min(88vw,360px);height:520px}.Projects-module__2BoJ-q__previewIcon{font-size:2.9rem}.Projects-module__2BoJ-q__previewIconWrap{width:4.5rem;height:4.5rem}.Projects-module__2BoJ-q__previewFrame{padding:1rem}.Projects-module__2BoJ-q__previewCenter{padding:.65rem 0 .4rem}.Projects-module__2BoJ-q__cardFaceBack{padding:1.35rem 1.2rem 1.2rem}.Projects-module__2BoJ-q__backMain{min-height:150px}.Projects-module__2BoJ-q__backStack{min-height:96px}}@media (max-width:420px){.Projects-module__2BoJ-q__scrollContainer{gap:1rem;padding-bottom:2rem}.Projects-module__2BoJ-q__projectCard{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);height:520px}.Projects-module__2BoJ-q__cardInfo{min-height:270px;padding:1.3rem 1.2rem 1.2rem}.Projects-module__2BoJ-q__previewFrame{padding:1rem}.Projects-module__2BoJ-q__previewCopy{padding-top:.05rem}.Projects-module__2BoJ-q__cardMetaRow{flex-direction:column;align-items:flex-start;gap:.55rem;min-height:4.15rem}.Projects-module__2BoJ-q__previewIcon{font-size:2.2rem}.Projects-module__2BoJ-q__previewIconWrap{width:3.8rem;height:3.8rem}.Projects-module__2BoJ-q__previewTopRow{gap:.45rem}.Projects-module__2BoJ-q__previewYear,.Projects-module__2BoJ-q__previewStatus{min-height:1.75rem;padding:.28rem .58rem;font-size:.62rem}.Projects-module__2BoJ-q__cardFaceBack{padding:1.15rem 1rem 1rem}.Projects-module__2BoJ-q__backFooter{flex-direction:column;align-items:flex-start}.Projects-module__2BoJ-q__previewLink,.Projects-module__2BoJ-q__previewLinkDisabled{justify-content:center;width:100%}}
.Footer-module__S6Hkya__footer{width:100%;padding:var(--section-spacing) 0 var(--space-12);align-items:center;gap:var(--space-16);background-color:#0000;border-top:none;flex-direction:column;display:flex}.Footer-module__S6Hkya__contactWrapper{text-align:center;align-items:center;gap:var(--space-8);flex-direction:column;width:100%;max-width:980px;display:flex}.Footer-module__S6Hkya__pill{border:1px solid var(--border-strong);border-radius:var(--radius-pill);font-family:var(--font-mono);font-size:var(--font-size-xs);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding:.45rem .9rem}.Footer-module__S6Hkya__description{font-family:var(--font-sans);font-size:var(--font-size-md);line-height:var(--line-height-relaxed);color:var(--text-secondary);text-wrap:balance;max-width:750px;font-weight:400}.Footer-module__S6Hkya__socialIcons{margin-top:var(--space-4);gap:16px;display:flex}.Footer-module__S6Hkya__contactGrid{width:100%;max-width:980px;margin-top:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.Footer-module__S6Hkya__contactCard{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--border-strong);border-radius:var(--radius-lg);transition:all var(--transition-standard);text-align:left;box-shadow:var(--shadow-sm);background:linear-gradient(#0a0a0cf0,#0d0d10d1);align-items:center;gap:1.5rem;padding:1.5rem 2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__contactCard:hover{box-shadow:var(--shadow-md);background:linear-gradient(#0e0e12f5,#121216db);border-color:#60a5fa47}.Footer-module__S6Hkya__cardIcon{border-radius:var(--radius-md);width:3.5rem;height:3.5rem;color:var(--text-primary);background:#3b82f624;border:1px solid #60a5fa2e;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__cardInfo{flex-direction:column;gap:.35rem;padding-right:2rem;display:flex}.Footer-module__S6Hkya__cardLabel{font-size:var(--font-size-xs);color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-family:var(--font-mono)}.Footer-module__S6Hkya__cardValue{font-size:var(--font-size-base);color:var(--text-primary);font-weight:600;font-family:var(--font-sans);line-height:1.45}.Footer-module__S6Hkya__cardArrow{color:var(--muted-foreground);transition:transform var(--transition-fast), color var(--transition-fast);position:absolute;top:1.5rem;right:1.5rem}.Footer-module__S6Hkya__contactCard:hover .Footer-module__S6Hkya__cardArrow{color:var(--text-primary);transform:translate(2px,-2px)}.Footer-module__S6Hkya__iconCircle{width:56px;height:56px;color:var(--text-primary);transition:all var(--transition-fast);border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);background:#0c0c0fdb;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-module__S6Hkya__iconCircle:hover{background:#3b82f61f;border-color:#60a5fa3d;transform:translateY(-4px)}.Footer-module__S6Hkya__divider{width:100%;height:1px;margin-top:var(--space-6);background:linear-gradient(90deg,#0000,#94a3b82e,#0000)}.Footer-module__S6Hkya__footerBottom{width:100%;max-width:1280px;padding:0 var(--container-padding);justify-content:flex-end;display:flex}.Footer-module__S6Hkya__info{font-family:var(--font-mono);text-align:right;flex-direction:column;align-items:flex-end;display:flex}.Footer-module__S6Hkya__name{font-weight:600;font-size:var(--font-size-sm);color:var(--text-primary);margin-bottom:.2rem}.Footer-module__S6Hkya__updated{font-size:var(--font-size-xs);color:var(--muted-foreground)}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:var(--space-16) 0 var(--space-10);gap:var(--space-12)}.Footer-module__S6Hkya__description{font-size:var(--font-size-base)}.Footer-module__S6Hkya__iconCircle{width:48px;height:48px}.Footer-module__S6Hkya__contactCard{gap:1rem;padding:1.35rem 1.25rem}.Footer-module__S6Hkya__cardInfo{padding-right:1.5rem}.Footer-module__S6Hkya__footerBottom{padding:0 var(--container-padding);justify-content:center}.Footer-module__S6Hkya__info{text-align:center;align-items:center}}@media (max-width:540px){.Footer-module__S6Hkya__socialIcons{flex-wrap:wrap;justify-content:center}.Footer-module__S6Hkya__contactGrid{grid-template-columns:1fr}.Footer-module__S6Hkya__contactCard{padding:1.15rem 1rem}.Footer-module__S6Hkya__cardArrow{top:1rem;right:1rem}}
.Background-module__pMQANW__background{z-index:-1;pointer-events:none;background-color:#020202;position:fixed;inset:0;overflow:hidden}.Background-module__pMQANW__glow{filter:blur(110px);background:radial-gradient(circle at 78% 18%,#2563eb16 0%,#0000 38%),radial-gradient(circle at 18% 82%,#1e40af0d 0%,#0000 42%);width:100%;height:100%;position:absolute;top:0;right:0}.Background-module__pMQANW__grid{background-image:repeating-linear-gradient(90deg,#ffffff06 0 1px,#0000 1px 84px),repeating-linear-gradient(#ffffff06 0 1px,#0000 1px 84px);position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000,#0000 95%);mask-image:radial-gradient(#000,#0000 95%)}.Background-module__pMQANW__subGrid{background-image:repeating-linear-gradient(90deg,#ffffff02 0 1px,#0000 1px 22px),repeating-linear-gradient(#ffffff02 0 1px,#0000 1px 22px);position:absolute;inset:0}.Background-module__pMQANW__dashedLines{background-image:linear-gradient(90deg,#ffffff09 1px,#0000 1px),linear-gradient(#ffffff09 1px,#0000 1px);background-position:50%;background-size:160px 160px;position:absolute;inset:0}.Background-module__pMQANW__decorative{background:#ffffff03;border:1px solid #ffffff14;justify-content:flex-end;align-items:flex-end;width:120px;height:120px;padding:10px;display:flex;position:absolute;bottom:10%;right:5%}.Background-module__pMQANW__dot{background:#fff3;border-radius:50%;width:8px;height:8px}.Background-module__pMQANW__centerDot{background:#fff3;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
