@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap";:root{color-scheme:light dark}:root{--color-bg: #ffffff;--color-bg-secondary: #f5f5f5;--color-text: #1a1a1a;--color-text-secondary: #888888;--color-link: #383838;--color-links: #fcb721;--color-link-hover: #1c1c1c;--color-border: #e5e5e5;--color-card-bg: #f9f9f9;--color-hover-bg: #eaeaea;--color-bg-label: #f5f5f5;--color-primary: #3b82f6;--color-primary-content: #ffffff;--color-secondary: #10b981;--color-secondary-content: #ffffff;--color-accent: #f59e0b;--color-accent-content: #ffffff;--color-success: #22c55e;--color-success-content: #ffffff;--color-error: #ef4444;--color-error-content: #ffffff;--color-warning: #fbbf24;--color-warning-content: #1a1a1a;--color-info: #3b82f6;--color-info-content: #ffffff;--color-icon: #1a1a1a;--color-bg-code: #eeeeee;--color-svg: #1a1a1a;--color-writing: #555555}.dark{--color-bg: #0f0f0f;--color-bg-secondary: #151515;--color-text: #fafafa;--color-text-secondary: #ababab;--color-link: #ababab;--color-links: #f7e4bc;--color-link-hover: #fafafa;--color-border: #1c1c1c;--color-card-bg: #151515;--color-hover-bg: #1a1a1a;--color-bg-label: #1a1a1a;--color-primary: #3b82f6;--color-primary-content: #ffffff;--color-secondary: #10b981;--color-secondary-content: #ffffff;--color-accent: #f59e0b;--color-accent-content: #ffffff;--color-success: #22c55e;--color-success-content: #ffffff;--color-error: #ef4444;--color-error-content: #ffffff;--color-warning: #fbbf24;--color-warning-content: #1a1a1a;--color-info: #3b82f6;--color-info-content: #ffffff;--color-icon: #ababab;--color-bg-code: #1a1a1a;--color-svg: #ababab;--color-writing: #bbbbbb}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#ffffff59}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}:root{--sel-bg: #dfdfdf;--sel-text: #555555}.dark{--sel-bg: #242424;--sel-text: #bbbbbb}*::selection{background:var(--sel-bg)!important;color:var(--sel-text)!important;text-shadow:none!important}*::-moz-selection{background:var(--sel-bg)!important;color:var(--sel-text)!important;text-shadow:none!important}body{font-family:Outfit,Gilroy,Inter,Poppins,Arial,Helvetica,sans-serif;background-color:var(--color-bg);color:var(--color-text);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,Gilroy,Helvetica Neue,Arial,sans-serif;font-weight:800;border-bottom:none!important;margin-top:.75em;margin-bottom:.75em}h1{font-size:2.2rem}p{margin:.8em 0;font-size:1rem}ul{list-style-position:inside}hr{border:none;border-top:2px dashed;margin-top:1rem}p code,li code,td code,span code{background-color:var(--color-bg-code);color:var(--color-text);padding:.2em .5em;border-radius:.375rem;white-space:nowrap;font-size:.95em;font-family:Cascadia Code,Gilroy;font-weight:300}.btn{border:none;border-radius:9999px;background:var(--color-bg-secondary);color:var(--color-text);width:-moz-fit-content;width:fit-content;padding:.4rem 1rem;font-size:1rem;font-weight:500;display:inline-flex;align-items:center;justify-items:center;gap:.3rem;font-family:Outfit,Gilroy,Poppins,Arial,Helvetica,sans-serif;cursor:pointer}.btn:hover{background-color:var(--color-hover-bg)}.btn svg{height:20px;width:20px}@page{margin:.75in 0;background-color:var(--color-bg)}.neti-neti,#icon{display:flex;align-items:center;justify-content:flex-start;gap:1rem}*{-webkit-tap-highlight-color:transparent}button:focus,svg:focus,a:focus{outline:none}a{color:var(--color-links);text-decoration:none}.links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:1rem 0}.credit{width:100%;height:4rem;display:flex;align-items:center;justify-content:space-between}.credit p{margin:0;color:var(--color-text);font-size:.875rem}.credit p a{text-decoration:none;color:var(--color-link);font-weight:semibold;font-family:Outfit,Arial,Helvetica,sans-serif;border-bottom:1px solid var(--color-border)}.credit p span{background-color:var(--color-bg-label);padding:.25rem .5rem;border-radius:.5rem}@media screen and (min-width:900px){.credit{width:100%;flex-direction:row;justify-content:space-between}}main{margin:0rem auto;padding:0rem 1rem;font-size:1rem;line-height:1.8;max-width:50rem;font-family:Outfit,Gilroy,Inter,Poppins,Arial,Helvetica,sans-serif;background-color:var(--color-bg);color:var(--color-text);overflow-x:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}main h1 .home{display:none}@media screen and (min-width:900px){main{padding:0rem}main h1 .home{display:inline-block}}header{width:100%;height:-moz-min-content;height:min-content;padding:.75rem 1rem;background-color:var(--color-bg);display:flex;align-items:center;justify-content:center;position:sticky;top:0;left:0;z-index:999;-webkit-user-select:none;-moz-user-select:none;user-select:none}header .header-inner{width:100%;display:flex;align-items:center;justify-content:space-between}header .header-inner .left .logo a{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:1.5rem;font-weight:600;color:var(--color-text);font-family:Gloria Hallelujah,Outfit,Gilroy,Inter,Arial,Helvetica,sans-serif}header .header-inner .left .logo a img{height:2.5rem;width:2.5rem}header .header-inner .middle{display:none}header .header-inner .right{display:flex;align-items:center;justify-content:center}header .header-inner .right .socials{display:flex;align-items:center;justify-content:center;gap:.1rem}header .header-inner .right .socials a{display:flex;align-items:center;justify-content:center;color:var(--color-text);padding:.5rem;transition:background .3s ease,color .3s ease;border-radius:50%}header .header-inner .right .socials a svg{height:1.25rem;width:1.25rem;transition:color .3s ease;color:var(--color-svg)}header .header-inner .right .socials a:hover{background-color:var(--color-bg-secondary);color:var(--color-text)}header .header-inner .right .socials a:hover svg{color:var(--color-text)}header .header-inner .right .socials .nav-svg{height:1.25rem;width:1.25rem;transition:color .3s ease;color:vvar(--color-svg)}header .header-inner .right .socials button{border-radius:9999px;padding:.5rem;display:flex;align-items:center;justify-content:center;border:none;background-color:transparent;cursor:pointer;transition:all .15s ease}header .header-inner .right .socials button svg{height:1.25rem;width:1.25rem;transition:color .3s ease;color:var(--color-svg)}header .header-inner .right .socials button:hover{background-color:var(--color-bg-secondary)}header .header-inner .right .socials button:active{transform:scale(.9)}header .header-inner .right .more{position:relative;display:flex;align-items:center;justify-content:center}header .header-inner .right .more .menu{display:flex;align-items:center;justify-content:center}header .header-inner .right .more .menu svg{height:1.5rem;width:1.5rem;cursor:pointer;transition:.3s ease;stroke:var(--color-svg)}header .header-inner .right .more .nav-card{position:absolute;top:130%;right:0;background:var(--color-card-bg);border:.5px solid var(--color-border);border-radius:.75rem;padding:.5rem;min-width:10rem;width:auto;display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .1s ease,transform .3s ease;z-index:999;align-items:flex-start;white-space:nowrap}header .header-inner .right .more .nav-card a{width:100%;display:block;padding:.5rem;color:var(--color-link);border-radius:.5rem;transition:background .3s ease,color .3s ease}header .header-inner .right .more .nav-card a:hover{color:var(--color-link-hover);background-color:var(--color-hover-bg)}header .header-inner .right .more .nav-card.show{opacity:1;pointer-events:auto;transform:translateY(0)}@media screen and (min-width:768px){header .header-inner{margin:0 auto;align-items:space-between}header .header-inner .middle{display:flex;align-items:center;justify-content:center;gap:2rem}header .header-inner .middle nav{display:flex;align-items:center;justify-content:center;gap:.25rem}header .header-inner .middle nav a{color:var(--color-link);font-size:1rem;padding:.5rem .75rem;transition:background .3s ease,color .3s ease;border-radius:.5rem}header .header-inner .middle nav a:hover{background-color:var(--color-bg-secondary);color:var(--color-link-hover)}header .header-inner .right .more{display:none}}#logo{content:url(../logo-light.png)}html.dark #logo{content:url(../logo.png)}:root:where(:not(.dark)) #icon-moon{display:none}:root.dark #icon-sun{display:none}
