.Navbar-module__cJzEcG__navbar{z-index:1000;transition:all var(--transition-normal);padding:0 24px;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);box-shadow:0 4px 30px #00000026}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;max-width:1100px;height:64px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-mono);align-items:center;gap:2px;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoSymbol{color:var(--accent-blue)}.Navbar-module__cJzEcG__logoText{color:var(--text-primary)}.Navbar-module__cJzEcG__links{gap:4px;display:flex}.Navbar-module__cJzEcG__link{font-family:var(--font-mono);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap;background:0 0;border:none;padding:6px 12px;font-size:.8rem}.Navbar-module__cJzEcG__link:hover{color:var(--accent-blue);background:#2d89ef0d}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--accent-blue);background:#2d89ef14}.Navbar-module__cJzEcG__linkPrefix{color:var(--text-muted);margin-right:2px}.Navbar-module__cJzEcG__right{align-items:center;gap:12px;display:flex}.Navbar-module__cJzEcG__langBtn{border:1px solid var(--border-color);color:var(--text-secondary);font-family:var(--font-mono);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:4px 8px;font-size:.75rem}.Navbar-module__cJzEcG__langBtn:hover{color:var(--accent-blue);border-color:var(--accent-blue)}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__bar{background:var(--text-primary);width:22px;height:2px;transition:all var(--transition-fast);border-radius:1px;display:block}.Navbar-module__cJzEcG__bar1{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__bar2{opacity:0}.Navbar-module__cJzEcG__bar3{transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__cJzEcG__links{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);opacity:0;transition:all var(--transition-normal);pointer-events:none;flex-direction:column;gap:4px;padding:16px;position:fixed;top:64px;left:0;right:0;transform:translateY(-120%)}.Navbar-module__cJzEcG__links.Navbar-module__cJzEcG__open{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module__cJzEcG__hamburger{display:flex}}
.ThemeToggle-module__sGqMhG__toggle{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:6px 10px;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{border-color:var(--accent-green);box-shadow:var(--glow-green)}.ThemeToggle-module__sGqMhG__icon{transition:transform var(--transition-normal);justify-content:center;align-items:center;font-size:1rem;display:flex}.ThemeToggle-module__sGqMhG__sun{transform:rotate(0)}.ThemeToggle-module__sGqMhG__moon{transform:rotate(360deg)}
.Hero-module__ZARIfG__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 60px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{flex-direction:column;align-items:center;gap:40px;width:100%;max-width:900px;display:flex}.Hero-module__ZARIfG__centered{z-index:2;flex-direction:column;align-items:center;gap:16px;display:flex}.Hero-module__ZARIfG__greeting{font-family:var(--font-mono);color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:12px;padding:0;font-size:1rem;display:flex}.Hero-module__ZARIfG__command{color:var(--text-primary);font-weight:500}.Hero-module__ZARIfG__name{font-family:var(--font-mono);color:var(--text-primary);letter-spacing:-1px;margin-top:10px;font-size:3.5rem;font-weight:700;line-height:1.1}.Hero-module__ZARIfG__cursor{color:var(--accent-blue);margin-left:2px;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__ZARIfG__title{font-family:var(--font-sans);color:var(--accent-blue);font-size:1.5rem;font-weight:500}.Hero-module__ZARIfG__subtitle{font-family:var(--font-mono);color:var(--text-muted);max-width:600px;font-size:.9rem}.Hero-module__ZARIfG__prompt{color:var(--accent-blue);font-weight:600}.Hero-module__ZARIfG__actions{gap:16px;margin-top:16px;display:flex}.Hero-module__ZARIfG__terminalWrapper{perspective:1000px;width:100%;max-width:700px;margin-top:20px}.Hero-module__ZARIfG__scrollHint{opacity:.7;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;bottom:30px}.Hero-module__ZARIfG__mouse{border:2px solid var(--text-muted);border-radius:20px;width:26px;height:40px;position:relative}.Hero-module__ZARIfG__wheel{background:var(--accent-blue);border-radius:50%;width:4px;height:4px;animation:2s infinite Hero-module__ZARIfG__scrollWheel;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__scrollWheel{0%{opacity:1;top:6px}to{opacity:0;top:20px}}.Hero-module__ZARIfG__scrollText{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;font-size:.7rem}@media (max-width:768px){.Hero-module__ZARIfG__name{font-size:2.5rem}.Hero-module__ZARIfG__title{font-size:1.2rem}}
.Terminal-module__ggIYaW__terminal{background:var(--bg-terminal);border:1px solid var(--border-color);border-radius:var(--radius-lg);font-family:var(--font-mono);box-shadow:0 25px 50px #0006,var(--glow-green);cursor:text;width:100%;max-width:700px;transition:box-shadow var(--transition-normal);font-size:.85rem;line-height:1.7;overflow:hidden}.Terminal-module__ggIYaW__terminal:hover{box-shadow:0 25px 60px #00000080,0 0 30px #00ff411a}.Terminal-module__ggIYaW__titleBar{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:12px;padding:12px 16px;display:flex}.Terminal-module__ggIYaW__buttons{gap:8px;display:flex}.Terminal-module__ggIYaW__btnRed,.Terminal-module__ggIYaW__btnYellow,.Terminal-module__ggIYaW__btnGreen{border-radius:50%;width:12px;height:12px}.Terminal-module__ggIYaW__btnRed{background:#ff5f57}.Terminal-module__ggIYaW__btnYellow{background:#febc2e}.Terminal-module__ggIYaW__btnGreen{background:#28c840}.Terminal-module__ggIYaW__titleText{text-align:center;color:var(--text-muted);flex:1;font-size:.75rem}.Terminal-module__ggIYaW__titleSpacer{width:52px}.Terminal-module__ggIYaW__body{max-height:380px;padding:16px;overflow-y:auto}.Terminal-module__ggIYaW__entry{margin-bottom:8px}.Terminal-module__ggIYaW__commandLine{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.Terminal-module__ggIYaW__prompt{flex-direction:column;margin-right:8px;line-height:1.4;display:flex}.Terminal-module__ggIYaW__promptLine1,.Terminal-module__ggIYaW__promptLine2{white-space:pre;display:flex}.Terminal-module__ggIYaW__icon{color:var(--accent-blue)}.Terminal-module__ggIYaW__user,.Terminal-module__ggIYaW__host,.Terminal-module__ggIYaW__path,.Terminal-module__ggIYaW__dollar{color:var(--accent-blue);font-weight:700}.Terminal-module__ggIYaW__commandText{color:var(--text-primary);margin-bottom:3px}.Terminal-module__ggIYaW__outputLine{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;padding-left:4px}.Terminal-module__ggIYaW__input{min-width:50px;color:var(--text-primary);font-family:var(--font-mono);caret-color:var(--accent-blue);background:0 0;border:none;outline:none;flex:1;margin-bottom:0;font-size:.85rem}.Terminal-module__ggIYaW__input::placeholder{color:var(--text-muted)}.Terminal-module__ggIYaW__body::-webkit-scrollbar{width:6px}.Terminal-module__ggIYaW__body::-webkit-scrollbar-track{background:0 0}.Terminal-module__ggIYaW__body::-webkit-scrollbar-thumb{background:var(--border-highlight);border-radius:3px}@media (max-width:768px){.Terminal-module__ggIYaW__terminal{font-size:.75rem}.Terminal-module__ggIYaW__body{max-height:300px;padding:12px}}
.NetworkGraph-module__7PYQ8W__graphContainer{aspect-ratio:16/9;border:1px solid var(--border-color);border-radius:var(--radius-md);background:#0a0e14;width:100%;min-height:480px;max-height:680px;margin-top:16px;position:relative;overflow:hidden}.NetworkGraph-module__7PYQ8W__graphContainer:before{content:"";pointer-events:none;background-image:linear-gradient(#2d89ef0a 1px,#0000 1px),linear-gradient(90deg,#2d89ef0a 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.NetworkGraph-module__7PYQ8W__header{z-index:10;font-family:var(--font-mono);background:#0a0e14e6;border-bottom:1px solid #2d89ef26;align-items:center;gap:8px;padding:10px 16px;font-size:.8rem;display:flex;position:absolute;top:0;left:0;right:0}.NetworkGraph-module__7PYQ8W__headerIcon{font-size:1rem}.NetworkGraph-module__7PYQ8W__headerTitle{color:#e0e0e0;font-weight:700}.NetworkGraph-module__7PYQ8W__headerSep{color:#444}.NetworkGraph-module__7PYQ8W__headerPath{color:#607b96;font-style:italic}.NetworkGraph-module__7PYQ8W__edgeSvg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.NetworkGraph-module__7PYQ8W__edgeLine{stroke-width:1.5px;transition:stroke .3s,stroke-width .3s}.NetworkGraph-module__7PYQ8W__edgeActive{filter:drop-shadow(0 0 6px);stroke-width:3px!important}.NetworkGraph-module__7PYQ8W__edgeLabel{fill:#607b96;font-family:var(--font-mono);text-anchor:middle;dominant-baseline:middle;paint-order:stroke;stroke:#0a0e14;stroke-width:4px;font-size:9px}.NetworkGraph-module__7PYQ8W__node{z-index:5;cursor:pointer;flex-direction:column;align-items:center;gap:6px;transition:transform .2s;display:flex;position:absolute;transform:translate(-50%,-50%)}.NetworkGraph-module__7PYQ8W__node:hover{transform:translate(-50%,-50%)scale(1.1)}.NetworkGraph-module__7PYQ8W__nodeCircle{border:2px solid var(--node-color,#555);background:#151b24;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:box-shadow .3s,border-color .3s;display:flex;box-shadow:0 0 12px #00000080}.NetworkGraph-module__7PYQ8W__node:hover .NetworkGraph-module__7PYQ8W__nodeCircle,.NetworkGraph-module__7PYQ8W__nodeActive .NetworkGraph-module__7PYQ8W__nodeCircle{box-shadow:0 0 20px color-mix(in srgb,var(--node-color)40%,transparent);border-width:3px}.NetworkGraph-module__7PYQ8W__nodeIcon{font-size:1.2rem;line-height:1}.NetworkGraph-module__7PYQ8W__nodeLabel{font-family:var(--font-mono);color:#9ca3af;text-align:center;white-space:nowrap;text-shadow:0 1px 4px #000c;font-size:.7rem}.NetworkGraph-module__7PYQ8W__central .NetworkGraph-module__7PYQ8W__nodeCircle{background:#1a2a1a;border-width:3px;width:60px;height:60px}.NetworkGraph-module__7PYQ8W__central .NetworkGraph-module__7PYQ8W__nodeIcon{font-size:1.6rem}.NetworkGraph-module__7PYQ8W__central .NetworkGraph-module__7PYQ8W__nodeLabel{color:#e0e0e0;font-size:.85rem;font-weight:700}.NetworkGraph-module__7PYQ8W__detailPanel{z-index:20;background:#151b24;border:1px solid #2d89ef33;border-radius:8px;width:260px;animation:.2s ease-out NetworkGraph-module__7PYQ8W__panelFadeIn;position:absolute;overflow:hidden;box-shadow:0 8px 30px #0009}@keyframes NetworkGraph-module__7PYQ8W__panelFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.NetworkGraph-module__7PYQ8W__panelHeader{font-family:var(--font-mono);color:#e0e0e0;background:#2d89ef14;border-bottom:1px solid #2d89ef26;align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;font-weight:700;display:flex}.NetworkGraph-module__7PYQ8W__panelItems{max-height:220px;padding:6px 0;overflow-y:auto}.NetworkGraph-module__7PYQ8W__panelItem,.NetworkGraph-module__7PYQ8W__panelLink{font-family:var(--font-mono);color:#d1d5db;flex-direction:column;padding:8px 14px;font-size:.78rem;text-decoration:none;transition:background .15s;display:flex}.NetworkGraph-module__7PYQ8W__panelItem:hover,.NetworkGraph-module__7PYQ8W__panelLink:hover{background:#2d89ef14}.NetworkGraph-module__7PYQ8W__panelLink{cursor:pointer;position:relative}.NetworkGraph-module__7PYQ8W__panelSub{color:#607b96;margin-top:2px;font-size:.7rem}.NetworkGraph-module__7PYQ8W__linkArrow{color:var(--accent-blue);font-size:.85rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.NetworkGraph-module__7PYQ8W__badgeCorner{z-index:8;opacity:.9;border-radius:6px;transition:opacity .2s;position:absolute;bottom:12px;right:12px;overflow:hidden}.NetworkGraph-module__7PYQ8W__badgeCorner:hover{opacity:1}@media (max-width:768px){.NetworkGraph-module__7PYQ8W__graphContainer{aspect-ratio:3/4;min-height:500px}.NetworkGraph-module__7PYQ8W__nodeCircle{width:36px;height:36px}.NetworkGraph-module__7PYQ8W__central .NetworkGraph-module__7PYQ8W__nodeCircle{width:48px;height:48px}.NetworkGraph-module__7PYQ8W__nodeLabel{font-size:.6rem}.NetworkGraph-module__7PYQ8W__detailPanel{width:200px}.NetworkGraph-module__7PYQ8W__badgeCorner{bottom:8px;right:8px}.NetworkGraph-module__7PYQ8W__badgeCorner iframe{width:250px!important;height:75px!important}}
.ProjectCard-module__U_VZua__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.ProjectCard-module__U_VZua__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-normal);position:relative;overflow:hidden}.ProjectCard-module__U_VZua__card:before{content:"";border-radius:var(--radius-md);background:linear-gradient(135deg,transparent 40%,var(--accent-blue)100%);-webkit-mask-composite:xor;opacity:0;transition:opacity var(--transition-normal);pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.ProjectCard-module__U_VZua__card:hover{box-shadow:0 12px 40px #0000004d,var(--glow-blue);transform:translateY(-4px)}.ProjectCard-module__U_VZua__card:hover:before{opacity:1}.ProjectCard-module__U_VZua__cardHeader{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:10px;padding:10px 14px;display:flex}.ProjectCard-module__U_VZua__dots{gap:6px;display:flex}.ProjectCard-module__U_VZua__dot{background:var(--border-highlight);border-radius:50%;width:8px;height:8px}.ProjectCard-module__U_VZua__headerTitle{font-family:var(--font-mono);color:var(--text-muted);font-size:.7rem}.ProjectCard-module__U_VZua__cardBody{padding:20px}.ProjectCard-module__U_VZua__title{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:10px;font-size:1.1rem;font-weight:600}.ProjectCard-module__U_VZua__desc{color:var(--text-secondary);margin-bottom:16px;font-size:.875rem;line-height:1.6}.ProjectCard-module__U_VZua__tags{flex-wrap:wrap;gap:6px;margin-bottom:18px;display:flex}.ProjectCard-module__U_VZua__actions{gap:10px;display:flex}@media (max-width:480px){.ProjectCard-module__U_VZua__grid{grid-template-columns:1fr}}
.Writeups-module__PmuQwa__list{flex-direction:column;gap:8px;display:flex}.Writeups-module__PmuQwa__item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:all var(--transition-fast);justify-content:space-between;align-items:center;padding:16px 20px;text-decoration:none;display:flex}.Writeups-module__PmuQwa__item:hover{border-color:var(--border-highlight);box-shadow:var(--glow-cyan);transform:translate(4px)}.Writeups-module__PmuQwa__left{flex-direction:column;gap:4px;display:flex}.Writeups-module__PmuQwa__platform{font-family:var(--font-mono);color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1px;font-size:.7rem}.Writeups-module__PmuQwa__title{font-family:var(--font-mono);color:var(--text-primary);font-size:.9rem;font-weight:500}.Writeups-module__PmuQwa__category{color:var(--text-secondary);font-size:.8rem}.Writeups-module__PmuQwa__difficulty{font-family:var(--font-mono);white-space:nowrap;font-size:.8rem;font-weight:600}@media (max-width:480px){.Writeups-module__PmuQwa__item{flex-direction:column;align-items:flex-start;gap:8px}}
.ProcessCV-module__w6riOG__container{width:100%;font-family:var(--font-mono);margin-top:20px}.ProcessCV-module__w6riOG__sectionHeader{border-bottom:2px solid var(--border-color);align-items:center;gap:12px;margin-bottom:16px;padding-bottom:8px;display:flex}.ProcessCV-module__w6riOG__sectionIcon{font-size:1.2rem}.ProcessCV-module__w6riOG__sectionTitle{color:var(--accent-blue);margin:0;font-size:1.1rem}.ProcessCV-module__w6riOG__tableWrapper{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-tertiary);overflow-x:auto}.ProcessCV-module__w6riOG__table{border-collapse:collapse;width:100%;min-width:600px;font-size:.9rem}.ProcessCV-module__w6riOG__table th{text-align:left;background:var(--bg-secondary);color:var(--text-muted);border-bottom:1px solid var(--border-color);padding:12px 16px;font-weight:600}.ProcessCV-module__w6riOG__table td{border-bottom:1px solid var(--border-color);color:var(--text-secondary);vertical-align:top;padding:12px 16px}.ProcessCV-module__w6riOG__row:last-child td{border-bottom:none}.ProcessCV-module__w6riOG__row:hover{background:var(--bg-secondary)}.ProcessCV-module__w6riOG__colTime{width:15%;color:var(--accent-cyan);font-weight:600}.ProcessCV-module__w6riOG__colUser{width:25%;color:var(--accent-purple);font-weight:600}.ProcessCV-module__w6riOG__colCmd{width:60%}.ProcessCV-module__w6riOG__cmdTitle{color:var(--text-primary);margin-bottom:4px;font-weight:700}.ProcessCV-module__w6riOG__cmdDesc{color:var(--text-muted);font-size:.85rem;line-height:1.5}@media (max-width:768px){.ProcessCV-module__w6riOG__table td,.ProcessCV-module__w6riOG__table th{padding:10px}}
.Contact-module__hcVmEa__wrapper{justify-content:center;display:flex}.Contact-module__hcVmEa__container{width:100%;margin-top:20px}.Contact-module__hcVmEa__grid{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.Contact-module__hcVmEa__infoSide{background:var(--bg-terminal);border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden;box-shadow:0 10px 30px #0000004d}.Contact-module__hcVmEa__terminalHeader{background:#1f2430;border-bottom:1px solid #2d3342;align-items:center;padding:10px 16px;display:flex}.Contact-module__hcVmEa__dots{gap:6px;display:flex}.Contact-module__hcVmEa__dot{background:#3b4252;border-radius:50%;width:10px;height:10px}.Contact-module__hcVmEa__dot:first-child{background:#ff5f56}.Contact-module__hcVmEa__dot:nth-child(2){background:#ffbd2e}.Contact-module__hcVmEa__dot:nth-child(3){background:#27c93f}.Contact-module__hcVmEa__title{font-family:var(--font-mono);color:#9ca3af;margin-left:12px;font-size:.8rem}.Contact-module__hcVmEa__terminalBody{font-family:var(--font-mono);color:#d1d5db;padding:20px;font-size:.9rem}.Contact-module__hcVmEa__line{margin-bottom:12px}.Contact-module__hcVmEa__prompt{color:var(--accent-red);margin-right:8px;font-weight:700}.Contact-module__hcVmEa__output{color:#9ca3af;margin-bottom:12px}.Contact-module__hcVmEa__link{color:var(--accent-blue);text-decoration:underline}.Contact-module__hcVmEa__socials{flex-direction:column;gap:8px;margin-top:16px;display:flex}.Contact-module__hcVmEa__socialLink{color:#d1d5db;text-decoration:none;transition:color .2s}.Contact-module__hcVmEa__socialLink:hover{color:var(--accent-cyan)}.Contact-module__hcVmEa__socialIcon{color:var(--accent-purple);margin-right:8px}.Contact-module__hcVmEa__formSide{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-color);padding:30px}.Contact-module__hcVmEa__formTitle{font-family:var(--font-mono);color:var(--accent-blue);margin-bottom:24px;font-size:1.5rem}.Contact-module__hcVmEa__form{flex-direction:column;gap:20px;display:flex}.Contact-module__hcVmEa__formGroup{flex-direction:column;gap:8px;display:flex}.Contact-module__hcVmEa__label{font-family:var(--font-mono);color:var(--text-secondary);font-size:.85rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--font-sans);outline:none;padding:12px;font-size:.95rem;transition:border-color .2s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--accent-blue);box-shadow:0 0 0 2px #2d89ef1a}.Contact-module__hcVmEa__submitBtn{background:var(--accent-blue);color:#fff;border-radius:var(--radius-sm);font-family:var(--font-mono);cursor:pointer;border:none;margin-top:10px;padding:12px;font-weight:600;transition:opacity .2s}.Contact-module__hcVmEa__submitBtn:hover{opacity:.9}@media (max-width:768px){.Contact-module__hcVmEa__grid{grid-template-columns:1fr}}
