:root{color-scheme:light dark}body{color:light-dark(#0F1115,#ece6e6);background-color:light-dark(#ece6e6,#0F1115)}:root{--step-0: clamp(1rem, 1rem + 0vw, 1rem);--step-1: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);--step-2: clamp(1.5625rem, 1.5625rem + 0vw, 1.5625rem);--step-3: clamp(1.9531rem, 1.9531rem + 0vw, 1.9531rem);--step-4: clamp(2.4414rem, 2.4414rem + 0vw, 2.4414rem);--step-5: clamp(3.0518rem, 3.0518rem + 0vw, 3.0518rem)}@font-face{font-family:Bai Jamjuree;src:url(/fonts/BaiJamjuree/BaiJamjuree-Regular.ttf);font-weight:400}@font-face{font-family:Bai Jamjuree;src:url(/fonts/BaiJamjuree/BaiJamjuree-Bold.ttf);font-weight:700}@font-face{font-family:Cabin;src:url(/_astro/Cabin-VariableFont_wdth_wght.jNeQcqiB.ttf)}h1,h2{font-weight:700}h1{font-size:var(--step-2)}h2{font-size:var(--step-1)}*{font-size:var(--step-0);font-family:Bai Jamjuree,FOT-NewRodinPro,Eurostile,sans-serif;line-height:1.75rem;color:light-dark(#0F1115,#ece6e6);font-weight:400}a{text-decoration-thickness:3px;text-decoration-color:#ff790040;text-underline-offset:1px;transition:.1s}a:hover,a:focus{text-decoration-thickness:6px;text-decoration-color:#ff790080;transition:.1s}.panel{background:light-dark(#ece6e6,#0F1115);background-blend-mode:color-dodge,normal;border:1px solid black;box-shadow:inset 0 0 0 1px #ffffff26}.panel-orange{background:#ff7900;color:#0f1115;border:1px solid black;box-shadow:inset 0 0 0 1px #ffffff26}.panel-striped{border:1px solid black;box-shadow:inset 0 0 0 1px #ffffff26;background:repeating-linear-gradient(45deg,light-dark(#ece6e6,#0F1115),light-dark(#ece6e6,#0F1115) 10px,light-dark(#f3ebe9,#050809) 10px,light-dark(#f3ebe9,#050809) 5px),linear-gradient(to bottom,light-dark(#ece6e6,#0F1115) 0%,light-dark(#f3ebe9,#050809) 100%)}.code-block{background:light-dark(#f3ebe9,#050809);padding:8px;font-family:monospace}:root{--space-s: clamp(1rem, 1.3792rem + -.5618vw, 1.25rem);--space-m: clamp(1.5rem, 2.0688rem + -.8427vw, 1.875rem);--space-l: clamp(2rem, 2.7584rem + -1.1236vw, 2.5rem);--space-xl: clamp(3rem, 4.1376rem + -1.6854vw, 3.75rem);--space-2xl: clamp(4rem, 5.5169rem + -2.2472vw, 5rem);--space-s-m: clamp(1.25rem, 1.1208rem + .5618vw, 1.5rem);--space-m-l: clamp(1.875rem, 1.8104rem + .2809vw, 2rem);--space-l-xl: clamp(2.5rem, 2.2416rem + 1.1236vw, 3rem);--space-xl-2xl: clamp(3.75rem, 3.6208rem + .5618vw, 4rem)}:root{--grid-max-width: 67.5rem;--grid-gutter: var(--space-s-m, clamp(1.25rem, 1.1208rem + .5618vw, 1.5rem));--grid-columns: 12}.u-container{max-width:var(--grid-max-width);padding-inline:var(--grid-gutter);margin-inline:auto}.u-grid{display:grid;gap:var(--grid-gutter)}body,html{position:absolute;top:0;left:0;padding:0;margin:0;width:100vw;min-height:100%;height:fit-content}body::-webkit-scrollbar{width:16px}body::-webkit-scrollbar-thumb{background:url(../../assets/src/assets/scrollbar_grip.png) center center/auto auto,linear-gradient(to bottom,#3d3d3d,#343434);background-size:12px 12px,auto 100%;background-repeat:no-repeat;border:1px solid #282828;border-radius:2px}body::-webkit-scrollbar-thumb:before{content:"test1"}body::-webkit-scrollbar-track{background:#2e2e2e}#content{padding:8px;background-color:light-dark(#ece6e6,#0F1115);min-height:100vh;width:100vw;max-width:var(--grid-max-width);padding-inline:var(--grid-gutter);margin-inline:auto;box-sizing:border-box}#twa-bg{position:absolute;top:0;left:0;z-index:-1;display:block;width:100vw;min-height:100%;background-color:light-dark(#f3ebe9,#050809)}img.polaroid{transform:translateY(-100px);border:4px solid #F6F6F6;box-shadow:0 4px 4px #00000040;border-radius:4px;transition:.1s}img.polaroid:hover{transform:translateY(-100px) scale(1.025);box-shadow:2px 4px 8px #000a;rotate:-2deg;transition:.1s}.tilt-s{rotate:-1deg}img.lead-image{width:50%;height:auto}img.icon{--size: 44;height:var(--size)!important;width:var(--size)!important;pointer-events:none}#content{display:flex;gap:var(--grid-gutter);flex-wrap:wrap}#date{display:flex;align-items:start;justify-content:end}#date>p{rotate:90deg;font-size:var(--step-4);font-weight:700;position:sticky;transform:translateY(-15px)}@media (max-width: 500px){#date{flex-direction:column}#date p{rotate:0deg;margin:0}#date:after{width:300px!important;height:8px!important}}#date:after{content:" ";width:8px;height:300px;background:repeating-linear-gradient(45deg,#FF7900,#FF7900 6px,transparent 6px,transparent 12px)}#posts{padding:0;flex-grow:1}#posts li{list-style:none;display:flex;flex-direction:column;gap:8px;border-bottom:2px solid light-dark(#839FAB,#2F3639);padding:16px 8px}#posts li .post-info{display:flex;flex-direction:row;align-items:center;gap:8px}#posts li .post-info>time{opacity:.75}#posts img{width:20px}#posts a{font-size:larger;font-weight:700}#posts p{margin:0;padding:0}
