.Button-module__8RiFmG__button{font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__sm{border-radius:var(--radius-sm);padding:6px 12px;font-size:.82rem}.Button-module__8RiFmG__md{padding:10px 20px;font-size:.92rem}.Button-module__8RiFmG__lg{border-radius:var(--radius-md);padding:14px 28px;font-size:1rem}.Button-module__8RiFmG__primary{background-color:var(--text-primary);color:var(--text-inverse);border-color:var(--text-primary);box-shadow:0 4px 14px #ffffff1f}.Button-module__8RiFmG__primary:hover{background-color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #ffffff38}.Button-module__8RiFmG__secondary{background-color:var(--bg-surface);color:var(--text-primary);border-color:var(--border-medium)}.Button-module__8RiFmG__secondary:hover{background-color:var(--bg-surface-elevated);border-color:var(--border-strong);transform:translateY(-1px)}.Button-module__8RiFmG__outline{color:var(--text-primary);border-color:var(--border-medium);background-color:#0000}.Button-module__8RiFmG__outline:hover{border-color:var(--text-primary);background-color:#ffffff0d}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background-color:#0000;border-color:#0000}.Button-module__8RiFmG__ghost:hover{color:var(--text-primary);background-color:#ffffff0d}
.Navbar-module__fwllDG__header{height:var(--header-height);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-subtle);z-index:800;transition:all var(--transition-normal);background-color:#090a0fd9;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__fwllDG__navContainer{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__fwllDG__logoGroup{align-items:center;gap:16px;display:flex}.Navbar-module__fwllDG__logo{font-family:var(--font-sans);letter-spacing:-.03em;color:var(--text-primary);align-items:center;font-size:1.25rem;font-weight:800;display:flex}.Navbar-module__fwllDG__logoDot{color:var(--accent-blue)}.Navbar-module__fwllDG__statusIndicator{font-family:var(--font-mono);color:var(--accent-emerald);background:var(--accent-emerald-subtle);border-radius:var(--radius-full);border:1px solid #10b98133;align-items:center;gap:6px;padding:3px 9px;font-size:.72rem;display:inline-flex}.Navbar-module__fwllDG__statusDot{background-color:var(--accent-emerald);width:6px;height:6px;box-shadow:0 0 8px var(--accent-emerald);border-radius:50%;animation:2s infinite Navbar-module__fwllDG__pulse}@keyframes Navbar-module__fwllDG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.Navbar-module__fwllDG__desktopNav{align-items:center;gap:28px;display:flex}.Navbar-module__fwllDG__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500}.Navbar-module__fwllDG__navLink:hover{color:var(--text-primary)}.Navbar-module__fwllDG__actionsGroup{align-items:center;gap:16px;display:flex}.Navbar-module__fwllDG__langSwitcher{background-color:var(--bg-surface);border:1px solid var(--border-medium);border-radius:var(--radius-full);align-items:center;gap:2px;padding:3px;display:flex}.Navbar-module__fwllDG__langBtn{font-family:var(--font-mono);border-radius:var(--radius-full);color:var(--text-muted);transition:all var(--transition-fast);padding:3px 8px;font-size:.75rem;font-weight:600}.Navbar-module__fwllDG__langBtnActive{background-color:var(--text-primary);color:var(--text-inverse)}.Navbar-module__fwllDG__mobileToggle{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-primary);border:1px solid var(--border-subtle);background:#ffffff0d;justify-content:center;align-items:center;display:none}.Navbar-module__fwllDG__mobileMenu{display:none}@media (max-width:900px){.Navbar-module__fwllDG__desktopNav{display:none}.Navbar-module__fwllDG__mobileToggle{display:flex}.Navbar-module__fwllDG__statusIndicator{display:none}.Navbar-module__fwllDG__mobileMenu{top:var(--header-height);background-color:var(--bg-surface);border-bottom:1px solid var(--border-medium);box-shadow:var(--shadow-lg);flex-direction:column;gap:20px;padding:24px;animation:.2s ease-out forwards Navbar-module__fwllDG__slideDown;display:flex;position:fixed;left:0;right:0}.Navbar-module__fwllDG__mobileNavLink{color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);padding:8px 0;font-size:1.1rem;font-weight:600}.Navbar-module__fwllDG__mobileNavLink:hover{color:var(--text-primary)}}@keyframes Navbar-module__fwllDG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.Hero-module__b6GGta__heroSection{min-height:calc(100vh - var(--header-height));padding-top:calc(var(--header-height) + 40px);align-items:center;padding-bottom:80px;display:flex;position:relative}.Hero-module__b6GGta__heroContent{grid-template-columns:1.2fr .8fr;align-items:center;gap:48px;display:grid}@media (max-width:960px){.Hero-module__b6GGta__heroContent{grid-template-columns:1fr;gap:40px}}.Hero-module__b6GGta__leftColumn{flex-direction:column;align-items:flex-start;display:flex}.Hero-module__b6GGta__statusPill{background-color:var(--bg-surface);border:1px solid var(--border-medium);border-radius:var(--radius-full);font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.8rem;display:inline-flex}.Hero-module__b6GGta__pulseDot{background-color:var(--accent-emerald);width:8px;height:8px;box-shadow:0 0 10px var(--accent-emerald);border-radius:50%;animation:2s infinite Hero-module__b6GGta__pulse}@keyframes Hero-module__b6GGta__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.Hero-module__b6GGta__headline{letter-spacing:-.035em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;line-height:1.1}.Hero-module__b6GGta__nameHighlight{background:linear-gradient(135deg, #fff 40%, var(--accent-blue) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__b6GGta__roleWrapper{font-family:var(--font-mono);color:var(--accent-blue);align-items:center;gap:10px;min-height:36px;margin-bottom:20px;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:500;display:flex}.Hero-module__b6GGta__terminalPrompt{color:var(--text-muted);-webkit-user-select:none;user-select:none}.Hero-module__b6GGta__cursor{background-color:var(--accent-blue);vertical-align:middle;width:2px;height:1.2em;margin-left:4px;animation:1s step-end infinite Hero-module__b6GGta__blink;display:inline-block}@keyframes Hero-module__b6GGta__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__b6GGta__bio{color:var(--text-secondary);max-width:580px;margin-bottom:32px;font-size:clamp(1.05rem,1.8vw,1.2rem);line-height:1.65}.Hero-module__b6GGta__ctaGroup{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:48px;display:flex}.Hero-module__b6GGta__statsRow{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(4,1fr);gap:20px;width:100%;padding-top:32px;display:grid}@media (max-width:640px){.Hero-module__b6GGta__statsRow{grid-template-columns:repeat(2,1fr);gap:16px}}.Hero-module__b6GGta__statItem{flex-direction:column;display:flex}.Hero-module__b6GGta__statValue{font-family:var(--font-mono);color:var(--text-primary);font-size:1.65rem;font-weight:700;line-height:1.2}.Hero-module__b6GGta__statLabel{color:var(--text-muted);margin-top:4px;font-size:.8rem}.Hero-module__b6GGta__rightColumn{justify-content:center;display:flex}.Hero-module__b6GGta__terminalCard{background-color:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:440px;transition:transform var(--transition-normal), border-color var(--transition-normal);overflow:hidden}.Hero-module__b6GGta__terminalCard:hover{border-color:#38bdf866;transform:translateY(-4px)}.Hero-module__b6GGta__terminalHeader{border-bottom:1px solid var(--border-subtle);background-color:#ffffff05;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.Hero-module__b6GGta__terminalDots{gap:6px;display:flex}.Hero-module__b6GGta__dotRed{background-color:#ef4444;border-radius:50%;width:10px;height:10px}.Hero-module__b6GGta__dotYellow{background-color:#f59e0b;border-radius:50%;width:10px;height:10px}.Hero-module__b6GGta__dotGreen{background-color:#10b981;border-radius:50%;width:10px;height:10px}.Hero-module__b6GGta__terminalTitle{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.Hero-module__b6GGta__terminalBody{font-family:var(--font-mono);padding:20px;font-size:.85rem;line-height:1.7}.Hero-module__b6GGta__codeLine{gap:12px;margin-bottom:4px;display:flex}.Hero-module__b6GGta__lineNumber{color:var(--text-muted);-webkit-user-select:none;user-select:none;text-align:right;opacity:.6;width:20px}.Hero-module__b6GGta__codeText{color:var(--text-secondary)}.Hero-module__b6GGta__keyword{color:#c084fc}.Hero-module__b6GGta__variable{color:var(--accent-blue)}.Hero-module__b6GGta__string{color:#34d399}.Hero-module__b6GGta__comment{color:var(--text-muted);font-style:italic}
.Badge-module__H8aylq__badge{font-family:var(--font-mono);border-radius:var(--radius-full);border:1px solid var(--border-subtle);color:var(--text-secondary);transition:all var(--transition-fast);white-space:nowrap;background:#ffffff08;align-items:center;gap:6px;padding:4px 10px;font-size:.76rem;font-weight:500;display:inline-flex}.Badge-module__H8aylq__default{color:var(--text-secondary);border-color:var(--border-subtle);background:#ffffff0a}.Badge-module__H8aylq__highlight{background:var(--accent-blue-subtle);color:var(--accent-blue);border-color:#38bdf840}.Badge-module__H8aylq__success{background:var(--accent-emerald-subtle);color:var(--accent-emerald);border-color:#10b98140}.Badge-module__H8aylq__category{color:var(--text-primary);border-color:var(--border-medium);text-transform:uppercase;letter-spacing:.05em;background:#ffffff0f;font-size:.72rem}
.About-module__ss2fma__aboutSection{background-color:var(--bg-secondary);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.About-module__ss2fma__introGrid{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:64px;display:grid}@media (max-width:800px){.About-module__ss2fma__introGrid{grid-template-columns:1fr;gap:20px}}.About-module__ss2fma__bioParagraph{color:var(--text-secondary);font-size:1.08rem;line-height:1.75}.About-module__ss2fma__bioParagraph strong{color:var(--text-primary);font-weight:600}.About-module__ss2fma__pillarsTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:28px;font-size:1.5rem;font-weight:700}.About-module__ss2fma__pillarsGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:960px){.About-module__ss2fma__pillarsGrid{grid-template-columns:1fr}}.About-module__ss2fma__pillarCard{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-normal);flex-direction:column;padding:32px 28px;display:flex;position:relative;overflow:hidden}.About-module__ss2fma__pillarCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-4px)}.About-module__ss2fma__cardIconHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.About-module__ss2fma__iconContainer{border-radius:var(--radius-md);border:1px solid var(--border-medium);width:48px;height:48px;color:var(--accent-blue);background:#ffffff0a;justify-content:center;align-items:center;display:flex}.About-module__ss2fma__cardTitle{color:var(--text-primary);margin-bottom:8px;font-size:1.35rem;font-weight:700}.About-module__ss2fma__cardSubtitle{color:var(--accent-blue);margin-bottom:16px;font-size:.92rem;font-weight:500}.About-module__ss2fma__cardDescription{color:var(--text-secondary);margin-bottom:24px;font-size:.92rem;line-height:1.65}.About-module__ss2fma__bulletList{flex-direction:column;flex-grow:1;gap:10px;margin-bottom:28px;display:flex}.About-module__ss2fma__bulletItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.86rem;display:flex}.About-module__ss2fma__bulletDot{color:var(--accent-blue);font-weight:700;line-height:1.2}.About-module__ss2fma__techTags{border-top:1px solid var(--border-subtle);flex-wrap:wrap;gap:8px;padding-top:20px;display:flex}
.Skills-module__LKop9a__filtersContainer{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:40px;display:flex}.Skills-module__LKop9a__filterBtn{font-family:var(--font-sans);border-radius:var(--radius-full);background-color:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-secondary);transition:all var(--transition-fast);padding:8px 16px;font-size:.88rem;font-weight:500}.Skills-module__LKop9a__filterBtn:hover{background-color:var(--bg-surface-elevated);color:var(--text-primary);border-color:var(--border-medium)}.Skills-module__LKop9a__filterBtnActive{background-color:var(--text-primary);color:var(--text-inverse);border-color:var(--text-primary);font-weight:600}.Skills-module__LKop9a__skillsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;display:grid}.Skills-module__LKop9a__skillCard{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all var(--transition-fast);flex-direction:column;justify-content:space-between;padding:20px;display:flex;position:relative}.Skills-module__LKop9a__skillCard:hover{border-color:var(--border-strong);background-color:var(--bg-surface-elevated);transform:translateY(-2px)}.Skills-module__LKop9a__skillHighlighted{border-color:#38bdf84d;box-shadow:inset 0 0 20px #38bdf808}.Skills-module__LKop9a__cardTop{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.Skills-module__LKop9a__skillName{color:var(--text-primary);font-size:1.05rem;font-weight:600}.Skills-module__LKop9a__cardBottom{justify-content:space-between;align-items:center;display:flex}.Skills-module__LKop9a__skillLevel{font-family:var(--font-mono);color:var(--text-muted);font-size:.78rem}
.Modal-module__7LRQSW__backdrop{-webkit-backdrop-filter:blur(8px);z-index:900;background-color:#050609c7;justify-content:center;align-items:center;padding:24px;animation:.2s ease-out forwards Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__modalContent{background-color:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;width:100%;max-width:760px;max-height:88vh;animation:.25s cubic-bezier(.16,1,.3,1) forwards Modal-module__7LRQSW__modalScale;display:flex;position:relative;overflow:hidden}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.Modal-module__7LRQSW__closeButton{border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);border:1px solid var(--border-subtle);transition:all var(--transition-fast);background:#ffffff0d;justify-content:center;align-items:center;display:flex}.Modal-module__7LRQSW__closeButton:hover{color:var(--text-primary);border-color:var(--border-medium);background:#ffffff1f}.Modal-module__7LRQSW__body{padding:28px 24px;overflow-y:auto}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__modalScale{0%{opacity:0;transform:scale(.95)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:640px){.Modal-module__7LRQSW__backdrop{align-items:flex-end;padding:12px}.Modal-module__7LRQSW__modalContent{border-bottom-right-radius:0;border-bottom-left-radius:0;max-height:92vh}}
.Projects-module__cRAgbW__filtersContainer{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:40px;display:flex}.Projects-module__cRAgbW__filterBtn{font-family:var(--font-sans);border-radius:var(--radius-full);background-color:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-secondary);transition:all var(--transition-fast);padding:8px 16px;font-size:.88rem;font-weight:500}.Projects-module__cRAgbW__filterBtn:hover{background-color:var(--bg-surface-elevated);color:var(--text-primary);border-color:var(--border-medium)}.Projects-module__cRAgbW__filterBtnActive{background-color:var(--text-primary);color:var(--text-inverse);border-color:var(--text-primary);font-weight:600}.Projects-module__cRAgbW__projectsGrid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}@media (max-width:860px){.Projects-module__cRAgbW__projectsGrid{grid-template-columns:1fr}}.Projects-module__cRAgbW__projectCard{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-normal);flex-direction:column;justify-content:space-between;padding:32px 28px;display:flex;position:relative;overflow:hidden}.Projects-module__cRAgbW__projectCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-4px)}.Projects-module__cRAgbW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.Projects-module__cRAgbW__titleGroup{flex-direction:column;gap:6px;display:flex}.Projects-module__cRAgbW__projectTitle{color:var(--text-primary);font-size:1.45rem;font-weight:700}.Projects-module__cRAgbW__projectTagline{color:var(--text-secondary);margin-bottom:20px;font-size:.94rem;line-height:1.5}.Projects-module__cRAgbW__metricsPreview{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background-color:#ffffff05;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;padding:14px;display:grid}.Projects-module__cRAgbW__metricItem{flex-direction:column;display:flex}.Projects-module__cRAgbW__metricValue{font-family:var(--font-mono);color:var(--accent-blue);font-size:1.05rem;font-weight:700}.Projects-module__cRAgbW__metricLabel{color:var(--text-muted);margin-top:2px;font-size:.72rem}.Projects-module__cRAgbW__techStackList{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.Projects-module__cRAgbW__cardFooter{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-top:20px;display:flex}.Projects-module__cRAgbW__externalLinks{align-items:center;gap:10px;display:flex}.Projects-module__cRAgbW__iconLink{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);background-color:#ffffff0a;justify-content:center;align-items:center;display:flex}.Projects-module__cRAgbW__iconLink:hover{color:var(--text-primary);border-color:var(--border-medium);background-color:#ffffff1a}.Projects-module__cRAgbW__modalHeader{flex-direction:column;gap:8px;display:flex}.Projects-module__cRAgbW__modalCategory{align-items:center;gap:8px;display:flex}.Projects-module__cRAgbW__modalTitle{color:var(--text-primary);font-size:1.8rem;font-weight:800}.Projects-module__cRAgbW__modalTagline{color:var(--accent-blue);font-size:1.05rem;line-height:1.5}.Projects-module__cRAgbW__modalBody{flex-direction:column;gap:28px;display:flex}.Projects-module__cRAgbW__modalSectionTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:12px;font-size:1.05rem;font-weight:700}.Projects-module__cRAgbW__modalDescription{color:var(--text-secondary);font-size:.98rem;line-height:1.7}.Projects-module__cRAgbW__highlightsList{flex-direction:column;gap:10px;display:flex}.Projects-module__cRAgbW__highlightItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.92rem;line-height:1.55;display:flex}.Projects-module__cRAgbW__highlightDot{color:var(--accent-blue);font-weight:700}.Projects-module__cRAgbW__modalActions{border-top:1px solid var(--border-subtle);flex-wrap:wrap;align-items:center;gap:14px;padding-top:20px;display:flex}
.Process-module__SH5JBW__processSection{background-color:var(--bg-secondary);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.Process-module__SH5JBW__processGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1024px){.Process-module__SH5JBW__processGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Process-module__SH5JBW__processGrid{grid-template-columns:1fr}}.Process-module__SH5JBW__stepCard{background-color:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-normal);flex-direction:column;padding:30px 24px;display:flex;position:relative}.Process-module__SH5JBW__stepCard:hover{border-color:var(--border-strong);transform:translateY(-4px)}.Process-module__SH5JBW__stepNumber{font-family:var(--font-mono);color:var(--accent-blue);opacity:.85;margin-bottom:16px;font-size:2.2rem;font-weight:800;line-height:1}.Process-module__SH5JBW__stepTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:700}.Process-module__SH5JBW__stepDescription{color:var(--text-secondary);flex-grow:1;margin-bottom:24px;font-size:.9rem;line-height:1.6}.Process-module__SH5JBW__deliverablesWrapper{border-top:1px solid var(--border-subtle);padding-top:16px}.Process-module__SH5JBW__deliverablesLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:8px;font-size:.74rem;display:block}.Process-module__SH5JBW__deliverablesList{flex-direction:column;gap:6px;display:flex}.Process-module__SH5JBW__deliverableItem{color:var(--text-secondary);align-items:center;gap:6px;font-size:.82rem;display:flex}.Process-module__SH5JBW__deliverableItem:before{content:"•";color:var(--accent-blue);font-weight:700}
.Contact-module__CQcjNG__contactCard{background-color:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);grid-template-columns:1.2fr .8fr;align-items:center;gap:48px;padding:56px 48px;display:grid;position:relative;overflow:hidden}@media (max-width:860px){.Contact-module__CQcjNG__contactCard{grid-template-columns:1fr;gap:36px;padding:36px 24px}}.Contact-module__CQcjNG__leftCol{flex-direction:column;display:flex}.Contact-module__CQcjNG__headline{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.2}.Contact-module__CQcjNG__subtitle{color:var(--text-secondary);margin-bottom:32px;font-size:1.05rem;line-height:1.65}.Contact-module__CQcjNG__actionsRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.Contact-module__CQcjNG__rightCol{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background-color:#ffffff05;flex-direction:column;gap:16px;padding:28px;display:flex}.Contact-module__CQcjNG__channelItem{background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all var(--transition-fast);color:var(--text-primary);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.Contact-module__CQcjNG__channelItem:hover{border-color:var(--border-strong);transform:translate(4px)}.Contact-module__CQcjNG__channelLeft{align-items:center;gap:12px;display:flex}.Contact-module__CQcjNG__channelIcon{color:var(--accent-blue);align-items:center;display:flex}.Contact-module__CQcjNG__channelLabel{font-size:.92rem;font-weight:600}.Contact-module__CQcjNG__channelValue{font-family:var(--font-mono);color:var(--text-muted);font-size:.78rem}
.Footer-module__uIsWxq__footer{border-top:1px solid var(--border-subtle);background-color:var(--bg-primary);padding:48px 0}.Footer-module__uIsWxq__footerContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.Footer-module__uIsWxq__leftBlock{flex-direction:column;gap:6px;display:flex}.Footer-module__uIsWxq__copyright{color:var(--text-secondary);font-size:.88rem}.Footer-module__uIsWxq__metaText{font-family:var(--font-mono);color:var(--text-muted);font-size:.76rem}.Footer-module__uIsWxq__rightBlock{align-items:center;gap:24px;display:flex}.Footer-module__uIsWxq__backToTop{color:var(--text-secondary);transition:color var(--transition-fast);align-items:center;gap:6px;font-size:.86rem;font-weight:500;display:flex}.Footer-module__uIsWxq__backToTop:hover{color:var(--text-primary)}
.Toast-module__dpyMdW__toastContainer{z-index:1000;pointer-events:none;position:fixed;bottom:28px;right:28px}@media (max-width:640px){.Toast-module__dpyMdW__toastContainer{bottom:20px;left:16px;right:16px}}.Toast-module__dpyMdW__toast{background-color:var(--bg-surface-elevated);color:var(--text-primary);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-family:var(--font-sans);pointer-events:auto;align-items:center;gap:12px;padding:12px 18px;font-size:.9rem;font-weight:500;animation:.25s cubic-bezier(.16,1,.3,1) forwards Toast-module__dpyMdW__slideIn;display:flex}.Toast-module__dpyMdW__icon{color:var(--accent-emerald);justify-content:center;align-items:center;display:flex}@keyframes Toast-module__dpyMdW__slideIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
