:root{--bg:#0d0e11;--bg-rgb:13,14,17;--primary:#a8c5dd;--primary-rgb:168,197,221;--body-wght:350}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased}::selection{background:rgba(var(--primary-rgb),.3)}body{background:var(--bg);color:var(--primary);font-family:IBM Plex Mono,monospace;overflow:hidden}canvas{height:100%;left:0;position:fixed;top:0;width:100%;z-index:0}#content-overlay{left:50%;max-height:70vh;max-width:85vw;opacity:0;overflow-y:auto;padding:24px 20px;pointer-events:none;position:fixed;scrollbar-width:none;text-align:center;top:50%;transform:translate(-50%,-50%);transition:opacity .4s ease;width:320px;z-index:10}#content-overlay::-webkit-scrollbar{display:none}#content-overlay.visible{opacity:1;pointer-events:auto}#overlay-close{background:none;border:none;cursor:pointer;height:32px;opacity:0;pointer-events:none;position:fixed;right:20px;top:20px;transition:opacity .3s ease;width:32px;z-index:11}#content-overlay.visible~#overlay-close{opacity:1;pointer-events:auto}#overlay-close:after,#overlay-close:before{background:rgba(var(--primary-rgb),.35);content:"";height:1px;left:50%;position:absolute;top:50%;transition:background .3s;width:18px}#overlay-close:before{transform:translate(-50%,-50%) rotate(45deg)}#overlay-close:after{transform:translate(-50%,-50%) rotate(-45deg)}#overlay-close:hover:after,#overlay-close:hover:before{background:rgba(var(--primary-rgb),.8)}.content-section{display:none}.content-title{color:var(--primary);font-family:Cormorant Garamond,Garamond,serif;font-size:26px;font-weight:400;letter-spacing:1px;margin-bottom:24px}.content-body{color:rgba(var(--primary-rgb),.75);font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:300;line-height:1.7;text-align:left}.content-body p{margin-bottom:14px}.content-revealed{border-left:1px solid rgba(var(--primary-rgb),.1);color:rgba(var(--primary-rgb),.35);font-family:Cormorant Garamond,Garamond,serif;font-size:16px;font-style:italic;line-height:1.6;margin-top:18px;padding-left:14px;text-align:left}.content-tag{color:rgba(var(--primary-rgb),.25);font-size:10px;font-weight:400;letter-spacing:2px;margin-top:20px;text-transform:uppercase}.content-code,.content-tag{font-family:IBM Plex Mono,monospace}.content-code{background:rgba(var(--primary-rgb),.03);border:1px solid rgba(var(--primary-rgb),.07);border-radius:4px;color:rgba(var(--primary-rgb),.5);font-size:12px;line-height:1.8;margin:14px 0;padding:12px 16px;text-align:left}.content-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:18px}.content-links a{border-bottom:1px solid rgba(var(--primary-rgb),.12);color:rgba(var(--primary-rgb),.5);font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.5px;padding-bottom:2px;text-decoration:none;transition:color .3s,border-color .3s}.content-links a:hover{border-color:var(--primary);color:var(--primary)}.content-phrase{color:rgba(var(--primary-rgb),.3);font-family:Cormorant Garamond,Garamond,serif;font-size:20px;font-weight:300;letter-spacing:2px}.content-contact-link{border-bottom:1px solid rgba(var(--primary-rgb),.2);color:var(--primary);display:inline-block;font-family:IBM Plex Mono,monospace;font-size:13px;margin-top:16px;padding-bottom:2px;text-decoration:none;transition:border-color .3s}.content-contact-link:hover{border-color:var(--primary)}#rules-params{margin-top:16px;max-height:45vh;overflow-y:auto;scrollbar-width:none;text-align:left}#rules-params::-webkit-scrollbar{display:none}.rule-row{align-items:center;border-bottom:1px solid rgba(var(--primary-rgb),.04);display:flex;justify-content:space-between;padding:5px 0}.rule-label{color:rgba(var(--primary-rgb),.35);flex-shrink:0;font-weight:300;letter-spacing:.5px}.rule-label,.rule-value{font-family:IBM Plex Mono,monospace;font-size:10px}.rule-value{border-radius:3px;color:rgba(var(--primary-rgb),.55);cursor:pointer;padding:2px 6px;transition:background .2s}.rule-value:hover{background:rgba(var(--primary-rgb),.08);color:rgba(var(--primary-rgb),.8)}.rule-slider{-webkit-appearance:none;appearance:none;background:rgba(var(--primary-rgb),.12);border-radius:1px;cursor:pointer;height:2px;outline:none;width:100px}.rule-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:rgba(var(--primary-rgb),.6);border-radius:50%;cursor:pointer;height:10px;transition:background .2s;width:10px}.rule-slider::-webkit-slider-thumb:hover{background:var(--primary)}.rule-slider::-moz-range-thumb{background:rgba(var(--primary-rgb),.6);border:none;border-radius:50%;cursor:pointer;height:10px;width:10px}#post-dimmer{background:var(--bg);height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .6s ease;width:100%;z-index:5}#post-dimmer.active{opacity:.55;pointer-events:auto}#post-panel{background:rgba(var(--bg-rgb),.96);border-left:1px solid rgba(var(--primary-rgb),.06);height:100vh;max-width:900px;overflow-y:auto;padding:60px 48px 80px;position:fixed;right:0;scrollbar-width:none;top:0;transform:translateX(100%);transition:transform .5s cubic-bezier(.22,1,.36,1);width:75vw;z-index:12}#post-panel::-webkit-scrollbar{display:none}#post-panel.open{transform:translateX(0)}#post-panel .post-dateline{color:rgba(var(--primary-rgb),.3);font-family:IBM Plex Mono,monospace;font-size:11px;font-style:italic;font-weight:300;letter-spacing:1px;margin-bottom:32px}#post-panel .post-title{color:var(--primary);font-size:32px;line-height:1.25;margin-bottom:12px}#post-panel .post-subtitle,#post-panel .post-title{font-family:Cormorant Garamond,Garamond,serif;font-style:italic;font-weight:300}#post-panel .post-subtitle{color:rgba(var(--primary-rgb),.35);font-size:16px;line-height:1.5;margin-bottom:40px}#post-panel .post-body{color:rgba(var(--primary-rgb),.82);font-family:"Source Serif 4",Georgia,serif;font-optical-sizing:auto;font-size:18px;font-weight:var(--body-wght,400);line-height:1.75;text-align:left}#post-panel .post-body p{margin-bottom:1.2em}#post-panel .post-section-title{clear:both;color:rgba(var(--primary-rgb),.3);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400;letter-spacing:3px;margin:40px 0 20px;text-transform:uppercase}#post-panel .post-emphasis{color:rgba(var(--primary-rgb),.8);font-style:italic}#post-panel .post-closing{border-top:1px solid rgba(var(--primary-rgb),.06);color:rgba(var(--primary-rgb),.45);font-style:italic;margin-top:40px;padding-top:24px}#post-panel .post-author{color:rgba(var(--primary-rgb),.2);font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:300;line-height:1.7;margin-top:48px}#post-panel .post-body img{border-radius:2px;height:auto;margin:1.5em 0;max-width:100%;opacity:.85;transition:opacity .3s}#post-panel .post-body img:hover{opacity:1}#post-panel .post-body figure{margin:2em 0;padding:0}#post-panel .post-body figure img{margin-bottom:0}#post-panel .post-body figcaption{color:rgba(var(--primary-rgb),.3);font-family:IBM Plex Mono,monospace;font-size:10px;font-style:italic;font-weight:300;line-height:1.5;margin-top:10px}#post-panel .post-body figure.float-left{float:left;margin:.3em 1.5em 1em 0;width:40%}#post-panel .post-body figure.float-right{float:right;margin:.3em 0 1em 1.5em;width:38%}#post-panel .post-body figure.float-left img,#post-panel .post-body figure.float-right img{margin:0;width:100%}@media (max-width:640px){#post-panel .post-body figure.float-left,#post-panel .post-body figure.float-right{float:none;margin:1.5em 0;width:100%}}#post-panel .post-body audio{border-radius:4px;filter:sepia(.4) saturate(.6) brightness(.8);margin:1.5em 0;width:100%}#post-panel .post-body video{border:1px solid rgba(var(--primary-rgb),.08);border-radius:2px;height:auto;margin:1.5em 0;max-width:100%}#post-panel .post-body iframe{border:1px solid rgba(var(--primary-rgb),.06);border-radius:2px;margin:1.5em 0;max-width:100%}#post-panel .post-body blockquote{border-left:2px solid rgba(var(--primary-rgb),.15);color:rgba(var(--primary-rgb),.5);font-style:italic;margin:1.5em 0;padding:0 0 0 20px}#post-panel .post-body blockquote cite{color:rgba(var(--primary-rgb),.25);display:block;font-family:IBM Plex Mono,monospace;font-size:10px;font-style:normal;letter-spacing:.5px;margin-top:8px}#post-panel .post-body hr{background:rgba(var(--primary-rgb),.08);border:none;height:1px;margin:2.5em 0}#post-panel .post-body a{border-bottom:1px solid rgba(var(--primary-rgb),.15);color:rgba(var(--primary-rgb),.75);text-decoration:none;transition:color .3s,border-color .3s}#post-panel .post-body a:hover{border-color:var(--primary);color:var(--primary)}#post-panel .post-body code{background:rgba(var(--primary-rgb),.04);border-radius:3px;color:rgba(var(--primary-rgb),.6);font-family:IBM Plex Mono,monospace;font-size:.85em;padding:2px 5px}#post-panel .post-body pre{background:rgba(var(--primary-rgb),.03);border:1px solid rgba(var(--primary-rgb),.06);border-radius:4px;color:rgba(var(--primary-rgb),.5);font-family:IBM Plex Mono,monospace;font-size:12px;line-height:1.6;margin:1.5em 0;overflow-x:auto;padding:16px 20px}#post-panel .post-body pre code{background:none;padding:0}#post-panel .post-body ol,#post-panel .post-body ul{color:rgba(var(--primary-rgb),.6);margin:1em 0;padding-left:24px}#post-panel .post-body li{line-height:1.6;margin-bottom:.5em}#post-panel .post-body .post-gallery{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:1.5em 0}#post-panel .post-body .post-gallery img{aspect-ratio:1;margin:0;object-fit:cover;width:100%}#post-panel .post-body .post-embed{border-radius:2px;height:0;margin:1.5em 0;overflow:hidden;padding-bottom:56.25%;position:relative}#post-panel .post-body .post-embed iframe{border:none;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}#post-panel .post-body .post-aside{background:rgba(var(--primary-rgb),.02);border-radius:4px;color:rgba(var(--primary-rgb),.3);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:300;line-height:1.6;margin:1.5em 0;padding:14px 18px}@media (max-width:640px){#post-panel .post-body img{border-radius:0;margin:1em -24px;max-width:calc(100% + 48px)}#post-panel .post-body .post-gallery{gap:4px;grid-template-columns:1fr 1fr;margin:1em -24px}#post-panel .post-body .post-gallery img{border-radius:0}#post-panel .post-body pre{border-left:none;border-radius:0;border-right:none;margin:1em -24px}}#post-close{background:none;border:none;cursor:pointer;height:32px;opacity:0;pointer-events:none;position:fixed;right:20px;top:20px;transition:opacity .3s ease;width:32px;z-index:13}#post-panel.open~#post-close{opacity:1;pointer-events:auto}#post-close:after,#post-close:before{background:rgba(var(--primary-rgb),.35);content:"";height:1px;left:50%;position:absolute;top:50%;transition:background .3s;width:18px}#post-close:before{transform:translate(-50%,-50%) rotate(45deg)}#post-close:after{transform:translate(-50%,-50%) rotate(-45deg)}#post-close:hover:after,#post-close:hover:before{background:rgba(var(--primary-rgb),.8)}@media (max-width:640px){#post-panel{border-left:none;padding:40px 24px 60px;width:100vw}#post-panel .post-title{font-size:26px}#post-panel .post-body{font-size:16px}}#sound-container{height:1px;left:-9999px;overflow:hidden;pointer-events:none;position:fixed;top:-9999px;width:1px}@media (max-width:640px){#content-overlay{padding:20px 16px;width:280px}.content-title{font-size:22px}.content-body{font-size:12px}}noscript{align-items:center;background:var(--bg);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.noscript-content{padding:2rem;text-align:center}.noscript-content h1{color:var(--primary);font-family:Cormorant Garamond,Garamond,serif;font-size:36px;font-weight:300;letter-spacing:8px;margin-bottom:24px}.noscript-content p{color:rgba(var(--primary-rgb),.5);font-family:IBM Plex Mono,monospace;font-size:13px;line-height:1.8;max-width:400px}.noscript-content a{border-bottom:1px solid rgba(var(--primary-rgb),.3);color:var(--primary);text-decoration:none}