:root{--font-family: "Fira Code", monospace;--color-bg: #0a0a0a;--color-font: #fff;--color-main: #00ff00;--color-secondary: #00ff0013;--mobile-max: 575px;--tablet-min: 576px;--tablet-max: 1023px;--laptop-min: 1024px;--laptop-max: 1399px;--desktop-min: 1400px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);line-height:1.6;color:var(--color-font);background-color:var(--color-bg);overflow-x:hidden}html{scroll-behavior:smooth;scroll-padding-top:2rem}@media(max-width:575px){html{scroll-padding-top:0rem}}@media(min-width:1400px){html{scroll-padding-top:6rem}}section{padding:2rem 1rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}@media(max-width:575px){section{padding:1.5rem .75rem}}@media(min-width:576px)and (max-width:1023px){section{padding:2rem 1.5rem}}@media(min-width:1024px)and (max-width:1399px){section{padding:3rem 2rem}}@media(min-width:1400px){section{padding:4rem 3rem}}section .section-header{margin-bottom:2rem;font-family:Fira Code,monospace;font-size:1.2rem}@media(max-width:575px){section .section-header{font-size:1rem;margin-bottom:1.5rem}}@media(min-width:576px)and (max-width:1023px){section .section-header{font-size:1.1rem}}@media(min-width:1024px)and (max-width:1399px){section .section-header{font-size:1.3rem;margin-bottom:2rem}}@media(min-width:1400px){section .section-header{font-size:1.5rem;margin-bottom:2.5rem}}section .section-header .header-tag{color:var(--color-main)}section .section-header .header-name{color:#fff;margin-left:.5rem}section .section-header .header-bracket{color:var(--color-main);margin-left:.5rem;animation:blink 2s infinite}section .section-footer{margin-top:2rem}@media(max-width:575px){section .section-footer{margin-top:1.5rem}}@media(min-width:1400px){section .section-footer{margin-top:3rem}}section .section-footer .header-bracket-close{color:var(--color-main);font-family:Fira Code,monospace}@media(max-width:575px){section .section-footer .header-bracket-close{font-size:1rem}}section .code-comment{color:#666;font-family:Fira Code,monospace;margin-bottom:1.5rem;padding-left:.5rem}@media(max-width:575px){section .code-comment{font-size:.9rem;margin-bottom:1rem;padding-left:.25rem}}@media(min-width:1400px){section .code-comment{font-size:1.1rem;margin-bottom:2rem;padding-left:1rem}}img{height:100%;width:auto;object-fit:contain;max-width:100%}::-webkit-scrollbar{width:10px}@media(max-width:575px){::-webkit-scrollbar{width:6px}}@media(min-width:1400px){::-webkit-scrollbar{width:12px}}::-webkit-scrollbar-track{background:var(--color-bg);border-left:2px solid var(--color-main)}::-webkit-scrollbar-thumb{background:var(--color-main);background-clip:padding-box;cursor:pointer}::-webkit-scrollbar-thumb:hover{background:#014901}::-webkit-scrollbar-corner{background:var(--color-bg)}::selection{background:var(--color-main);color:var(--color-bg)}::-moz-selection{background:var(--color-main);color:var(--color-bg)}.text-gradient{background:linear-gradient(135deg,var(--color-main),#00cc00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow{text-shadow:0 0 10px var(--color-main)}.glow-box{box-shadow:0 0 20px #00ff004d}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@media(max-width:575px){h1{font-size:2rem}}@media(min-width:576px)and (max-width:1023px){h1{font-size:2.5rem}}@media(min-width:1024px)and (max-width:1399px){h1{font-size:3rem}}@media(min-width:1400px){h1{font-size:3.5rem}}@media(max-width:575px){h2{font-size:1.5rem}}@media(min-width:1400px){h2{font-size:2rem}}@media(max-width:575px){h3{font-size:1.2rem}}@media(min-width:1400px){h3{font-size:1.5rem}}@media(max-width:575px){p{font-size:.95rem;line-height:1.5}}@media(min-width:1400px){p{font-size:1.1rem;line-height:1.8}}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(max-width:575px){.container{padding:0 .75rem}}@media(min-width:576px)and (max-width:1023px){.container{padding:0 1.5rem}}@media(min-width:1024px)and (max-width:1399px){.container{padding:0 2rem}}@media(min-width:1400px){.container{padding:0 3rem}}:focus-visible{outline:2px solid var(--color-main);outline-offset:2px}:focus:not(:focus-visible){outline:none}
