@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}.layout-wrapper{flex-direction:column;min-height:100vh;display:flex}.content-wrapper{flex-direction:column;flex-grow:1;display:flex}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;margin:0;padding:0}:root{--bg-primary:#faf9f6;--bg-secondary:#f4f4f2;--text-primary:#1d1d1f;--text-muted:#86868b;--text-accent:#4a5d3f;--nav-bg:#fbfbfdcc;--border-color:#e5e7eb80;--btn-bg:#1d1d1f;--btn-text:#fff;--btn-hover:#434343;--image-glow:drop-shadow(0px 20px 30px #0000001a);--card-bg:#fafafceb}[data-theme=dark]{--bg-primary:#0a0a0c;--bg-secondary:#141417;--text-primary:#f5f5f7;--text-muted:#a1a1a6;--text-accent:#b2aadb;--nav-bg:#0a0a0ccc;--border-color:#5252594d;--btn-bg:#f5f5f7;--btn-text:#0a0a0c;--btn-hover:#d1d1d6;--image-glow:drop-shadow(0px 10px 40px #ffffff0d);--card-bg:#121214eb}html,body{background-color:var(--bg-primary);color:var(--text-primary);scroll-behavior:smooth;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:background-color .4s,color .4s}._navbar_1pkop_1{background-color:var(--nav-bg);-webkit-backdrop-filter:saturate(180%)blur(20px);z-index:50;border-bottom:1px solid var(--border-color);transition:background-color .4s,border-color .4s;position:fixed;top:0;left:0;right:0}._navContainer_1pkop_14{grid-template-columns:1fr auto 1fr;align-items:center;max-width:100%;height:3.5rem;margin:0 auto;padding:0 3.5rem;display:grid;position:relative}._logoWrapper_1pkop_26{justify-self:start;display:inline-block;position:relative;overflow:hidden}._logoImage_1pkop_33{width:auto;height:50px;display:block}._navLinks_1pkop_38{justify-self:center;align-items:center;gap:1.8rem;display:flex}._navItem_1pkop_45{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .3s,transform .3s}._navItem_1pkop_45:hover{color:var(--text-primary)}._activeNavItem_1pkop_59{color:var(--text-primary);font-weight:700}._rightActions_1pkop_67{justify-self:end;align-items:center;gap:2.5rem;display:flex}._themeToggle_1pkop_74{cursor:pointer;color:var(--text-primary);z-index:60;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1.1rem;transition:opacity .3s,transform .3s;display:flex}._themeToggle_1pkop_74:hover{opacity:.5;transform:scale(.95)}._hamburger_1pkop_96{cursor:pointer;z-index:60;background:0 0;border:none;flex-direction:column;justify-content:center;gap:7px;width:20px;height:20px;display:none}._line_1pkop_109{background-color:var(--text-primary);transform-origin:50%;width:100%;height:2px;transition:transform .4s cubic-bezier(.4,0,.2,1)}._hamburgerOpen_1pkop_118 ._line_1pkop_109:first-child{transform:translateY(5px)rotate(45deg)}._hamburgerOpen_1pkop_118 ._line_1pkop_109:nth-child(2){transform:translateY(-5px)rotate(-45deg)}._mobileMenu_1pkop_129{background-color:var(--bg-primary);z-index:40;opacity:0;pointer-events:none;visibility:hidden;flex-direction:column;justify-content:flex-start;width:100%;height:100vh;padding:8rem 3rem 0;transition:opacity .4s,visibility .4s;display:flex;position:fixed;top:0;left:0}._mobileMenuOpen_1pkop_147{opacity:1;pointer-events:auto;visibility:visible}._mobileNavLinks_1pkop_153{flex-direction:column;gap:1.5rem;display:flex}._mobileNavItem_1pkop_159{letter-spacing:-.02em;color:var(--text-muted);opacity:0;font-size:2rem;font-weight:500;text-decoration:none;transition:color .3s,opacity .4s,transform .4s;transform:translateY(20px)}._mobileMenuOpen_1pkop_147 ._mobileNavItem_1pkop_159{opacity:1;transform:translateY(0)}._activeMobileNavItem_1pkop_175{color:var(--text-primary);font-weight:600}._navbarTransparent_1pkop_180{-webkit-backdrop-filter:none;background-color:#0000;border-bottom-color:#0000}@media (width<=900px){._navContainer_1pkop_14{padding:0 1.5rem}._navLinks_1pkop_38{display:none}._themeToggle_1pkop_74{font-size:1.5rem;position:absolute;left:70%}._hamburger_1pkop_96{display:flex;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}}._container_13bab_1{justify-content:center;align-items:center;gap:9rem;min-height:85vh;padding:0 2rem;display:flex}._textContent_13bab_10{flex:1;max-width:500px;padding-top:2rem}._greeting_13bab_16{letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;margin-bottom:1rem;font-size:.89rem;font-weight:600;transition:color .4s}._name_13bab_26{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1;transition:color .4s}._description_13bab_36{color:var(--text-muted);max-width:24rem;margin-bottom:2.5rem;font-size:1rem;line-height:1.6;transition:color .4s}._button_13bab_45{background-color:var(--btn-bg);color:var(--btn-text);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background-color .4s,color .4s}._button_13bab_45:hover{background-color:var(--btn-hover)}._imageContainer_13bab_64{flex:1;justify-content:center;align-items:flex-end;max-width:550px;height:78vh;display:flex}._portrait_13bab_73{object-fit:contain;width:auto;max-height:100%;filter:var(--image-glow);transition:filter .4s;-webkit-mask-image:linear-gradient(#000 98%,#0000 100%);mask-image:linear-gradient(#000 98%,#0000 100%)}@media (width<=900px){._container_13bab_1{text-align:center;z-index:10;flex-direction:column;justify-content:center;gap:2rem;padding-top:8rem;padding-bottom:4rem;position:relative}._textContent_13bab_10{flex-direction:column;align-items:center;max-width:100%;display:flex}._imageContainer_13bab_64{order:-1;justify-content:center;align-items:flex-end;width:100%;height:30vh;max-height:280px;margin-top:3rem;display:flex}._portrait_13bab_73{max-width:90%;max-height:100%;-webkit-mask-image:linear-gradient(#000 98.5%,#0000 100%);mask-image:linear-gradient(#000 98.5%,#0000 100%)}._description_13bab_36{margin-bottom:2rem;font-size:.9rem}}._aboutSection_161ub_1{justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow-x:hidden}._background_161ub_15{z-index:0;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}._cardContainer_161ub_29{z-index:10;width:100%;max-width:1200px;margin:0 auto}._card_161ub_29{background-color:var(--card-bg);-webkit-backdrop-filter:blur(12px);border-radius:4px;padding:5rem 4rem;transition:background-color .4s;box-shadow:0 30px 60px #00000026}._grid_161ub_49{grid-template-columns:1fr 1fr 1fr;gap:4rem;display:grid}._col1_161ub_56{flex-direction:column;justify-content:space-between;display:flex}._col2_161ub_62{flex-direction:column;justify-content:space-between;align-items:center;display:flex}._col3_161ub_69{flex-direction:column;justify-content:space-between;gap:3rem;display:flex}._title_161ub_79{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:4rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:400;line-height:1.1}._decoration_161ub_89{color:var(--text-muted);letter-spacing:.2em;margin-bottom:4rem;font-size:1.5rem}._block_161ub_96{max-width:280px}._offsetBlock_161ub_101{margin-top:6rem;margin-bottom:4rem}._number_161ub_106{color:var(--text-muted);margin-bottom:.5rem;font-size:.7rem;display:block}._subheading_161ub_113{text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);margin-bottom:1rem;font-size:.75rem;font-weight:700}._text_161ub_122{color:var(--text-muted);font-size:.85rem;line-height:1.6}._imageWrapper_161ub_131{aspect-ratio:3/4;width:100%;max-width:300px;overflow:hidden}._portrait_161ub_138{object-fit:cover;filter:grayscale(50%);width:100%;height:100%;transition:filter .4s,transform .4s}._portrait_161ub_138:hover{filter:grayscale(0%);transform:scale(1.03)}@media (width<=1000px){._grid_161ub_49{grid-template-columns:1fr;gap:3rem}._card_161ub_29{padding:3rem 2rem}._col1_161ub_56,._col2_161ub_62,._col3_161ub_69{gap:3rem}._offsetBlock_161ub_101{margin-top:0;margin-bottom:0}._decoration_161ub_89{display:none}._imageWrapper_161ub_131{aspect-ratio:16/9;max-width:100%}}._skillsSection_1vyiy_1{flex-direction:column;align-items:center;width:100%;padding:8rem 0 6rem;display:flex}._header_1vyiy_12{text-align:center;margin-bottom:6rem}._title_1vyiy_17{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}._subtitle_1vyiy_25{color:var(--text-muted);font-size:1.1rem}._categoriesContainer_1vyiy_33{flex-direction:column;gap:6rem;width:100%;display:flex}._categoryBlock_1vyiy_40{flex-direction:column;align-items:center;width:100%;display:flex}._categoryTitle_1vyiy_47{color:var(--text-primary);border-bottom:1px solid var(--border-color);text-align:center;width:100%;max-width:800px;margin-bottom:3rem;padding-bottom:1rem;font-size:1.2rem;font-weight:500}._iconGrid_1vyiy_63{flex-wrap:wrap;justify-content:center;gap:3rem 4rem;max-width:900px;display:flex}._skillItem_1vyiy_74{cursor:default;flex-direction:column;align-items:center;gap:1.2rem;transition:transform .4s;display:flex}._circle_1vyiy_83{border:1.5px solid var(--border-color);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;transition:all .4s;display:flex}._circle_1vyiy_83 svg{width:42px;height:42px;color:var(--text-primary);transition:color .4s}._skillName_1vyiy_104{color:var(--text-primary);letter-spacing:.02em;font-size:.85rem;font-weight:500;transition:color .4s}._skillItem_1vyiy_74:hover ._circle_1vyiy_83{box-shadow:0 15px 35px -10px var(--brand-color);border-color:var(--brand-color);background-color:var(--card-bg)}._skillItem_1vyiy_74:hover ._circle_1vyiy_83 svg{color:var(--brand-color)}._skillItem_1vyiy_74:hover{transform:translateY(-5px)}@media (width<=768px){._iconGrid_1vyiy_63{gap:2rem}._circle_1vyiy_83{width:90px;height:90px}._circle_1vyiy_83 svg{width:32px;height:32px}._title_1vyiy_17{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2.3rem,5vw,4rem);font-weight:800}}._projectsSection_inc6s_1{flex-direction:column;align-items:center;width:100%;padding:8rem 1.5rem 6rem;display:flex}._header_inc6s_12{text-align:center;max-width:800px;margin-bottom:5rem}._title_inc6s_18{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}._subtitle_inc6s_26{color:var(--text-muted);font-size:1.1rem;line-height:1.6}._contentContainer_inc6s_32{flex-direction:column;gap:5rem;width:100%;max-width:1100px;display:flex}._heroCard_inc6s_43,._gridCard_inc6s_43{background-color:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid #0000001a;border-radius:20px;transition:transform .4s,border-color .4s,box-shadow .4s;overflow:hidden;box-shadow:0 10px 30px #00000008}[data-theme=dark] ._heroCard_inc6s_43,[data-theme=dark] ._gridCard_inc6s_43{border:1px solid #ffffff14}._heroCard_inc6s_43:hover,._gridCard_inc6s_43:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014}[data-theme=dark] ._heroCard_inc6s_43:hover,[data-theme=dark] ._gridCard_inc6s_43:hover{border-color:#fff3}._projectImage_inc6s_69{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}._heroCard_inc6s_43{flex-direction:row;min-height:450px;display:flex}._heroImageWrapper_inc6s_86{background-color:#9696961a;flex:1.2;overflow:hidden}._heroContent_inc6s_92{flex-direction:column;flex:1;justify-content:center;gap:1.5rem;padding:3.5rem;display:flex}._projectGrid_inc6s_104{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:3rem;display:grid}._gridCard_inc6s_43{flex-direction:column;display:flex}._gridImageWrapper_inc6s_115{aspect-ratio:16/9;background-color:#9696961a;width:100%;overflow:hidden}._gridContent_inc6s_122{flex-direction:column;flex-grow:1;gap:1.25rem;padding:2.5rem;display:flex}._gridFooter_inc6s_130{margin-top:auto;padding-top:1rem}._projectHeader_inc6s_138{flex-direction:column;gap:.4rem;display:flex}._projectType_inc6s_144{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}._projectTitle_inc6s_152{color:var(--text-primary);letter-spacing:-.02em;font-size:2.2rem;font-weight:800;line-height:1.1}._projectTitleGrid_inc6s_160{color:var(--text-primary);letter-spacing:-.01em;font-size:1.6rem;font-weight:700;line-height:1.2}._projectSummary_inc6s_168{color:var(--text-primary);font-size:1.05rem;font-weight:500}._projectDescription_inc6s_174{color:var(--text-muted);font-size:1rem;line-height:1.6}._techStack_inc6s_183{flex-wrap:wrap;gap:.6rem;margin-top:.5rem;display:flex}._techPill_inc6s_190{color:var(--text-primary);border:1px solid var(--border-color);background-color:#96969614;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}._actionRow_inc6s_206{gap:1rem;margin-top:1rem;display:flex}._btnPrimary_inc6s_212,._btnSecondary_inc6s_212{border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}._btnPrimary_inc6s_212{background-color:var(--text-primary);color:#fff}[data-theme=dark] ._btnPrimary_inc6s_212{color:#000}._btnPrimary_inc6s_212:hover{opacity:.8}._btnSecondary_inc6s_212{color:var(--text-primary);border:1px solid var(--border-color);background-color:#0000}._btnSecondary_inc6s_212:hover{background-color:#9696961a}@media (width<=900px){._heroCard_inc6s_43{flex-direction:column}._heroImageWrapper_inc6s_86{aspect-ratio:16/9}._heroContent_inc6s_92{padding:2.5rem}._projectGrid_inc6s_104{grid-template-columns:1fr}._projectSummary_inc6s_168{color:var(--text-primary);padding-top:1rem;font-size:.95rem;font-weight:500}._projectDescription_inc6s_174{color:var(--text-muted);font-size:.92rem;line-height:1.6}._btnPrimary_inc6s_212,._btnSecondary_inc6s_212{border-radius:8px;gap:.4rem;padding:.6rem 1.2rem;font-size:.74rem;font-weight:600;text-decoration:none;transition:all .3s}._projectTitle_inc6s_152{font-size:2rem;font-weight:800}}._experienceSection_xx9ob_1{flex-direction:column;align-items:center;width:100%;padding:8rem 1.5rem 6rem;display:flex}._header_xx9ob_12{text-align:center;max-width:700px;margin-bottom:5rem}._title_xx9ob_18{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}._subtitle_xx9ob_26{color:var(--text-muted);font-size:1.1rem;line-height:1.6}._feedContainer_xx9ob_35{flex-direction:column;gap:2.5rem;width:100%;max-width:850px;display:flex}._experienceCard_xx9ob_46{background-color:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1.75px solid #00000026;border-radius:16px;flex-direction:column;gap:1.25rem;padding:2.5rem 3rem;transition:transform .4s,border-color .4s,box-shadow .4s;display:flex}[data-theme=dark] ._experienceCard_xx9ob_46{border:1.75px solid #ffffff14}._experienceCard_xx9ob_46:hover{transform:translateY(-4px);box-shadow:0 15px 30px #0000000d}[data-theme=dark] ._experienceCard_xx9ob_46:hover{border-color:#ffffff26}._cardHeader_xx9ob_77{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}._cardTitle_xx9ob_84{color:var(--text-primary);letter-spacing:-.01em;font-size:1.45rem;font-weight:700;line-height:1.3}._dateBadge_xx9ob_92{color:var(--text-muted);white-space:nowrap;padding-top:.25rem;font-size:.9rem;font-weight:500}._cardDescription_xx9ob_100{color:var(--text-muted);max-width:95%;font-size:1.05rem;line-height:1.65}._metadataContainer_xx9ob_110{flex-wrap:wrap;gap:1.5rem 2rem;margin-top:.5rem;display:flex}._metadataItem_xx9ob_117{align-items:center;gap:.4rem;font-size:.85rem;display:flex}._metaLabel_xx9ob_124{color:var(--text-primary);letter-spacing:.03em;font-weight:600}._metaValue_xx9ob_130{color:var(--text-muted);font-weight:400}._credentialContainer_xx9ob_138{border-top:1px solid var(--border-color);justify-content:flex-start;margin-top:1rem;padding-top:1.5rem;display:flex}._credentialLink_xx9ob_146{color:var(--text-primary);letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-flex}._arrow_xx9ob_158{transition:transform .3s}._credentialLink_xx9ob_146:hover{opacity:.7}._credentialLink_xx9ob_146:hover ._arrow_xx9ob_158{transform:translate(4px)}@media (width<=600px){._experienceCard_xx9ob_46{padding:2rem}._cardHeader_xx9ob_77{flex-direction:column;gap:.5rem}._dateBadge_xx9ob_92{align-self:flex-start;padding-top:0}._metadataContainer_xx9ob_110{flex-direction:column;gap:.75rem}._cardDescription_xx9ob_100{max-width:100%;font-size:.95rem}}._achievementsSection_tylcu_1{flex-direction:column;align-items:center;width:100%;padding:8rem 1.5rem 6rem;display:flex}._header_tylcu_12{text-align:center;max-width:700px;margin-bottom:5rem}._title_tylcu_18{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}._subtitle_tylcu_26{color:var(--text-muted);font-size:1.1rem;line-height:1.6}._contentContainer_tylcu_35{flex-direction:column;gap:6rem;width:100%;max-width:1000px;display:flex}._categoryBlock_tylcu_43{flex-direction:column;gap:2.5rem;display:flex}._categoryTitle_tylcu_49{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding-bottom:1rem;font-size:1.5rem;font-weight:600}._grid_tylcu_60{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;display:grid}._certCard_tylcu_69{background-color:var(--card-bg);cursor:pointer;-webkit-backdrop-filter:blur(12px);border:1px solid #0000001a;border-radius:16px;transition:transform .4s,box-shadow .4s,border-color .4s;overflow:hidden}[data-theme=dark] ._certCard_tylcu_69{border:1px solid #ffffff14}._certCard_tylcu_69:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}[data-theme=dark] ._certCard_tylcu_69:hover{border-color:#fff3}._imageWrapper_tylcu_98{aspect-ratio:4/3;background-color:#9696961a;width:100%;overflow:hidden}._certImage_tylcu_105{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}._certCard_tylcu_69:hover ._certImage_tylcu_105{transform:scale(1.05)}._certDetails_tylcu_120{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}._certTitle_tylcu_127{color:var(--text-primary);font-size:1.1rem;font-weight:600;line-height:1.3}._certMeta_tylcu_134{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}._certIssuer_tylcu_141{color:var(--text-primary);font-weight:500}._certDate_tylcu_146{color:var(--text-muted)}@keyframes _glowPulse_tylcu_1{0%{border-color:#007aff80;box-shadow:0 0 #007aff66}50%{border-color:#007affcc;transform:translateY(-4px);box-shadow:0 0 20px 10px #007aff1a}to{border-color:inherit;box-shadow:0 0 #007aff00}}._highlightPulse_tylcu_159{animation:2s ease-out _glowPulse_tylcu_1}._lightboxOverlay_tylcu_166{z-index:9999;-webkit-backdrop-filter:blur(15px);background-color:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.3s _fadeIn_tylcu_1;display:flex;position:fixed;top:0;left:0}@keyframes _fadeIn_tylcu_1{0%{opacity:0}to{opacity:1}}._lightboxImage_tylcu_191{object-fit:contain;border-radius:8px;max-width:90vw;max-height:85vh;box-shadow:0 25px 50px #00000080}._closeButton_tylcu_199{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:3rem;font-weight:300;transition:opacity .3s;position:absolute;top:2rem;right:3rem}._closeButton_tylcu_199:hover{opacity:1}@media (width<=600px){._grid_tylcu_60{grid-template-columns:1fr}._closeButton_tylcu_199{font-size:2.5rem;top:1rem;right:1.5rem}._lightboxImage_tylcu_191{max-width:95vw}}._contactSection_13rby_1{justify-content:center;align-items:center;width:100%;min-height:85vh;padding:8rem 2rem;display:flex}._container_13rby_10{grid-template-columns:1fr 1fr;align-items:center;gap:8rem;width:100%;max-width:1200px;display:grid}._leftSide_13rby_22{flex-direction:column;gap:1.5rem;display:flex}._title_13rby_28{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;transition:color .4s}._textContent_13rby_37{flex-direction:column;gap:1.5rem;display:flex}._textContent_13rby_37 p{color:var(--text-muted);max-width:90%;font-size:1.25rem;font-weight:400;line-height:1.6;transition:color .4s}._rightSide_13rby_55{flex-direction:column;gap:1rem;display:flex}._linkItem_13rby_61{color:var(--text-primary);background-color:#0000;border:1px solid #9696961a;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem 2rem;text-decoration:none;transition:all .3s;display:flex}._icon_13rby_75{flex-shrink:0;width:24px;height:24px;transition:stroke .3s}._linkItem_13rby_61 span{letter-spacing:.05em;font-size:1.1rem;font-weight:500}._linkItem_13rby_61:hover{background-color:var(--card-bg,#9696960d);box-shadow:0 10px 30px -10px var(--brand-color);border-color:#96969633;transform:translate(8px)}@media (width<=900px){._container_13rby_10{text-align:left;grid-template-columns:1fr;gap:4rem}._textContent_13rby_37 p{max-width:100%}._linkItem_13rby_61{padding:1.2rem 1.5rem}}._footer_47em9_1{border-top:1px solid #9696961a;justify-content:center;align-items:center;width:100%;padding:2rem 0;display:flex}._footer_47em9_1 p{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:400;transition:color .4s}
