@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&family=Inter:wght@400;500;600;700&display=swap";
.HomePage-module__wtOjGq__container{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;max-width:1200px;height:100%;margin:0 auto;padding:2rem 4rem;display:grid}.HomePage-module__wtOjGq__heroLayout{justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter,sans-serif;display:flex;position:relative}.HomePage-module__wtOjGq__codeSection{z-index:2;width:100%;max-width:100%;position:relative}.HomePage-module__wtOjGq__codeContainer{background:var(--main-bg);border:1px solid var(--explorer-border);border-radius:8px;width:100%;max-width:600px;height:550px;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000040}.HomePage-module__wtOjGq__editorContent{height:100%;padding:1rem 0;font-family:JetBrains Mono,monospace;font-size:.9rem;line-height:1.5;display:flex;position:relative;overflow:hidden}.HomePage-module__wtOjGq__lineNumbers{background:var(--main-bg);color:#636e83;-webkit-user-select:none;user-select:none;text-align:right;z-index:2;flex-direction:column;width:50px;padding:16px 0;font-family:JetBrains Mono,monospace;font-size:13px;display:flex}.HomePage-module__wtOjGq__lineNumber{padding:2px 10px 2px 0;line-height:1.5;transition:color .3s}.HomePage-module__wtOjGq__activeLine{color:var(--text-color)}.HomePage-module__wtOjGq__codeEditor{color:var(--text-color);scrollbar-width:thin;scrollbar-color:#444 var(--main-bg);z-index:2;flex:1;padding:16px 20px 16px 0;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.5;overflow-y:auto}.HomePage-module__wtOjGq__codeEditor::-webkit-scrollbar{width:6px}.HomePage-module__wtOjGq__codeEditor::-webkit-scrollbar-track{background:var(--main-bg)}.HomePage-module__wtOjGq__codeEditor::-webkit-scrollbar-thumb{background-color:#444;border-radius:10px}.HomePage-module__wtOjGq__codeLine{white-space:pre;padding:2px 0;transition:all .3s;position:relative}.HomePage-module__wtOjGq__highlightedLine{background:#ffffff0a;border-radius:3px}.HomePage-module__wtOjGq__highlightedLine:before{content:"";background:var(--accent-color);border-radius:0 3px 3px 0;width:3px;display:block;position:absolute;top:0;bottom:0;left:-10px}.HomePage-module__wtOjGq__function{color:#c586c0}.HomePage-module__wtOjGq__variable{color:#9cdcfe}.HomePage-module__wtOjGq__array-start,.HomePage-module__wtOjGq__array-end{color:#dcdcaa}.HomePage-module__wtOjGq__array-item{color:#ce9178}.HomePage-module__wtOjGq__nested-function{color:#c586c0}.HomePage-module__wtOjGq__return{color:#dcdcaa}.HomePage-module__wtOjGq__function-call{color:#4ec9b0}.HomePage-module__wtOjGq__close,.HomePage-module__wtOjGq__close-function{color:gray}.HomePage-module__wtOjGq__return-object{color:#9cdcfe}.HomePage-module__wtOjGq__object-method{color:#dcdcaa}.HomePage-module__wtOjGq__comment{color:#6a9955}.HomePage-module__wtOjGq__blank{height:20px}.HomePage-module__wtOjGq__overlayGlow{background:radial-gradient(circle at 50% 50%,rgba(var(--accent-color-rgb),.03)0%,#0000 70%);pointer-events:none;z-index:1;position:absolute;inset:0}.HomePage-module__wtOjGq__infoSection{z-index:2;flex-direction:column;gap:1.5rem;padding:3rem 0;display:flex;position:relative}.HomePage-module__wtOjGq__developerName{color:var(--text-color);letter-spacing:-.02em;margin:0;font-size:4rem;font-weight:800;line-height:1.1}.HomePage-module__wtOjGq__accentText{color:var(--accent-color)}.HomePage-module__wtOjGq__developerRole{color:#fffc;margin-top:-.5rem;font-size:1.25rem}.HomePage-module__wtOjGq__bio{color:#ffffffb3;max-width:35rem;margin:0;font-size:1.1rem;line-height:1.6}.HomePage-module__wtOjGq__actionLinks{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1rem;display:flex}.HomePage-module__wtOjGq__primaryLink,.HomePage-module__wtOjGq__secondaryLink{border-radius:6px;align-items:center;gap:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.HomePage-module__wtOjGq__primaryLink{background-color:var(--accent-color);color:#fff;isolation:isolate;position:relative;overflow:hidden}.HomePage-module__wtOjGq__primaryLink:hover{box-shadow:0 8px 20px rgba(var(--accent-color-rgb),.5);transform:translateY(-3px)}.HomePage-module__wtOjGq__secondaryLink{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff08;border:1px solid #ffffff1a}.HomePage-module__wtOjGq__secondaryLink:hover{border-color:var(--accent-color);color:#fff;background:#ffffff14;transform:translateY(-3px)}.HomePage-module__wtOjGq__decorElements{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.HomePage-module__wtOjGq__codeFlare{background:radial-gradient(circle at center,rgba(var(--accent-color-rgb),.08)0%,rgba(var(--accent-color-rgb),.02)30%,transparent 70%);filter:blur(40px);opacity:.8;z-index:-1;width:500px;height:500px;animation:8s ease-in-out infinite HomePage-module__wtOjGq__pulse;position:absolute;top:-150px;right:10%}.HomePage-module__wtOjGq__gridLines{z-index:-2;opacity:.3;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.HomePage-module__wtOjGq__codeBlock1,.HomePage-module__wtOjGq__codeBlock2,.HomePage-module__wtOjGq__codeBlock3,.HomePage-module__wtOjGq__codeBlock4{color:rgba(var(--accent-color-rgb),.08);-webkit-user-select:none;user-select:none;filter:blur(2px);font-family:JetBrains Mono,monospace;font-size:180px;font-weight:700;line-height:1;animation:20s ease-in-out infinite HomePage-module__wtOjGq__float;position:absolute}.HomePage-module__wtOjGq__codeBlock1{opacity:.15;top:10%;left:0;transform:rotate(-10deg)}.HomePage-module__wtOjGq__codeBlock2{opacity:.1;bottom:10%;right:15%;transform:rotate(10deg)}.HomePage-module__wtOjGq__orb1,.HomePage-module__wtOjGq__orb2,.HomePage-module__wtOjGq__orb3{filter:blur(30px);opacity:.2;z-index:-1;border-radius:50%;position:absolute}.HomePage-module__wtOjGq__orb1{background:linear-gradient(135deg,var(--accent-color),transparent);width:300px;height:300px;animation:15s ease-in-out infinite alternate HomePage-module__wtOjGq__orbFloat;top:20%;left:10%}@keyframes HomePage-module__wtOjGq__pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes HomePage-module__wtOjGq__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(20px)rotate(-2deg)}}@keyframes HomePage-module__wtOjGq__orbFloat{0%{transform:translate(0)}to{transform:translate(20px,20px)}}@media (max-width:1200px){.HomePage-module__wtOjGq__container{grid-template-columns:1fr;gap:3rem;padding:2rem}.HomePage-module__wtOjGq__infoSection{text-align:center;align-items:center}.HomePage-module__wtOjGq__actionLinks{justify-content:center}}@media (max-width:768px){.HomePage-module__wtOjGq__developerName{font-size:3rem}.HomePage-module__wtOjGq__codeContainer{height:380px}}@media (max-width:480px){.HomePage-module__wtOjGq__container{flex-direction:column;align-items:center;padding:2rem 0;display:flex}.HomePage-module__wtOjGq__codeSection{display:none}.HomePage-module__wtOjGq__infoSection{text-align:center;align-items:center;max-width:90%}.HomePage-module__wtOjGq__actionLinks{flex-direction:column;gap:1rem;width:100%}.HomePage-module__wtOjGq__primaryLink,.HomePage-module__wtOjGq__secondaryLink{justify-content:center;width:100%;max-width:280px;font-size:.9rem}.HomePage-module__wtOjGq__developerName{font-size:2.8rem}.HomePage-module__wtOjGq__bio{max-width:320px;font-size:.9rem}}.HomePage-module__wtOjGq__mobileAccent{display:none}.HomePage-module__wtOjGq__codeSymbol1{opacity:.12;top:55%;right:8%}.HomePage-module__wtOjGq__codeSymbol2{opacity:.09;bottom:25%;left:7%}
