.page-module___8aEwW__page{min-height:100dvh;color:var(--text-color);font-family:var(--font-mono);background:0 0;position:relative;overflow:hidden}
.Header-module__ldgnoG__header{z-index:100;border-bottom:1px solid var(--window-border);justify-content:space-between;align-items:center;padding:1rem 20px;display:flex;position:fixed;top:0;left:0;right:0}@media (max-width:640px){.Header-module__ldgnoG__header{flex-direction:column;gap:9px}}.Header-module__ldgnoG__logo{box-shadow:none;color:var(--primary);font-family:MS Sans Serif,sans-serif;font-size:1.45rem;font-weight:700;text-decoration:none;transition:all .125s}.Header-module__ldgnoG__logo:hover{color:var(--secondary);background:var(--primary)}.Header-module__ldgnoG__logo span{font-weight:400}.Header-module__ldgnoG__navigation{gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__ldgnoG__navigation li{margin:0}.Header-module__ldgnoG__navigation a{border:1px solid;border-color:var(--primary,#ff0)gray gray var(--primary,#ff0);color:var(--primary);text-align:center;text-transform:uppercase;letter-spacing:.1em;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:75px;min-height:23px;text-rendering:optimizeLegibility;background:#000;padding:5px 11px 6px;font-family:MS Sans Serif,sans-serif;font-size:11px;font-weight:700;line-height:normal;text-decoration:none;display:inline-block;position:relative}.Header-module__ldgnoG__navigation a:hover{border-color:var(--primary-faded,#ff0c)#606060 #606060 var(--primary-faded,#ff0c);color:var(--primary-faded);background:#111;text-decoration:none}.Header-module__ldgnoG__navigation a:active{border-color:gray var(--primary,#ff0)var(--primary,#ff0)gray;background:#111;position:relative;top:1px;left:1px}.Header-module__ldgnoG__navigation a:focus{outline:1px dotted var(--primary,#ff0);outline-offset:-4px}
.ShutdownScreen-module__vwsmga__shutdownOverlay{z-index:9999;background:#000;position:fixed;inset:0;overflow:hidden}.ShutdownScreen-module__vwsmga__crtScreen{z-index:1;clip-path:inset(0);background:#fff;border-radius:4px;animation:.28s cubic-bezier(.35,0,1,.25) forwards ShutdownScreen-module__vwsmga__crtScreenOff;position:absolute;inset:0}.ShutdownScreen-module__vwsmga__crtScreen:after{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#0000 0 2px,#0000001a 2px 4px);position:absolute;inset:0}.ShutdownScreen-module__vwsmga__crtGlow{z-index:2;opacity:0;pointer-events:none;background:radial-gradient(#fffcf2eb 0%,#fff5de8c 18%,#ffeecd33 40%,#ffe6bc0f 65%,#0000 100%);border-radius:1px/50%;width:100%;height:60px;animation:.65s cubic-bezier(.2,0,.5,1) .14s forwards ShutdownScreen-module__vwsmga__crtGlowShrink;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ShutdownScreen-module__vwsmga__crtLine{transform-origin:50%;z-index:3;opacity:0;background:#fff;height:2px;animation:.65s cubic-bezier(.2,0,.5,1) .14s forwards ShutdownScreen-module__vwsmga__crtLineShrink;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)scaleX(1)}.ShutdownScreen-module__vwsmga__restartPrompt{color:#fffffffa;letter-spacing:.08em;white-space:nowrap;opacity:0;cursor:default;font-family:Courier New,Courier,monospace;font-size:1rem;animation:1.6s ease-out forwards ShutdownScreen-module__vwsmga__fadeInPrompt;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}@media (min-width:768px){.ShutdownScreen-module__vwsmga__restartPrompt{font-size:1.25rem}}.ShutdownScreen-module__vwsmga__crtBootGlow{z-index:3;pointer-events:none;background:radial-gradient(#fffcf2f2 0%,#fff5de8c 20%,#ffeecd26 50%,#0000 80%);border-radius:50%;width:100%;height:60px;animation:.35s cubic-bezier(.1,0,.3,1) forwards ShutdownScreen-module__vwsmga__crtBootGlowExpand;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scaleX(0)scaleY(.25)}.ShutdownScreen-module__vwsmga__crtBootLine{transform-origin:50%;z-index:4;background:#fff;height:2px;animation:.35s cubic-bezier(.1,0,.3,1) forwards ShutdownScreen-module__vwsmga__crtBootLineExpand;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)scaleX(0)}.ShutdownScreen-module__vwsmga__bootReveal{clip-path:inset(50% 0);z-index:2;background:radial-gradient(#0c101c 0%,#04060e 60%,#000 100%);border-radius:3px;animation:.4s cubic-bezier(.2,0,.4,1) .22s forwards ShutdownScreen-module__vwsmga__crtBootExpand;position:absolute;inset:0}.ShutdownScreen-module__vwsmga__bootReveal:after{content:"";pointer-events:none;border-radius:inherit;background:repeating-linear-gradient(0deg,#0000 0 2px,#0000000d 2px 4px);position:absolute;inset:0}.ShutdownScreen-module__vwsmga__bootContent{box-sizing:border-box;z-index:5;flex-direction:column;justify-content:center;padding:4rem;animation:.25s ease-out .6s both ShutdownScreen-module__vwsmga__contentReveal,.3s ease-out .58s both ShutdownScreen-module__vwsmga__verticalSettle;display:flex;position:absolute;inset:0}.ShutdownScreen-module__vwsmga__terminalLog{color:#ffb000;flex-direction:column;gap:.15rem;font-family:Courier New,Courier,monospace;font-size:clamp(.85rem,1.5vw,1rem);line-height:2;display:flex}.ShutdownScreen-module__vwsmga__logLine{opacity:0;white-space:pre;animation:.15s ease-out forwards ShutdownScreen-module__vwsmga__lineIn}@keyframes ShutdownScreen-module__vwsmga__crtScreenOff{0%{clip-path:inset(0);opacity:.72;filter:brightness()}8%{clip-path:inset(0);opacity:.88;filter:brightness(1.15)}25%{clip-path:inset(15% 0);opacity:.65;filter:brightness(1.5)}58%{clip-path:inset(43% 0);opacity:.95;filter:brightness(3.5)}82%{clip-path:inset(49.2% 0);opacity:1;filter:brightness(6)}to{clip-path:inset(50% 0);opacity:0;filter:brightness(0)}}@keyframes ShutdownScreen-module__vwsmga__crtLineShrink{0%{opacity:1;height:2px;transform:translateY(-50%)scaleX(.96)}18%{opacity:1;height:2px;transform:translateY(-50%)scaleX(.88)}32%{opacity:.6;height:2px;transform:translateY(-50%)scaleX(.4)}34%{opacity:1;height:2px;transform:translateY(-50%)scaleX(.35)}52%{opacity:1;height:2.5px;transform:translateY(-50%)scaleX(.08)}68%{opacity:1;border-radius:50%;height:6px;transform:translateY(-50%)scaleX(.01)}84%{opacity:.45;border-radius:50%;height:4px;transform:translateY(-50%)scaleX(.004)}to{opacity:0;height:2px;transform:translateY(-50%)scaleX(0)}}@keyframes ShutdownScreen-module__vwsmga__crtGlowShrink{0%{opacity:1;border-radius:1px/50%;transform:translate(-50%,-50%)scaleX(.96)scaleY(1)}18%{opacity:1;border-radius:2px/50%;transform:translate(-50%,-50%)scaleX(.88)scaleY(.95)}32%{opacity:.5;transform:translate(-50%,-50%)scaleX(.4)scaleY(.8)}34%{opacity:1;transform:translate(-50%,-50%)scaleX(.35)scaleY(.8)}52%{opacity:1;border-radius:30%/50%;transform:translate(-50%,-50%)scaleX(.1)scaleY(.65)}68%{opacity:1;border-radius:50%;transform:translate(-50%,-50%)scaleX(.018)scaleY(.35)}84%{opacity:.35;border-radius:50%;transform:translate(-50%,-50%)scaleX(.008)scaleY(.18)}to{opacity:0;transform:translate(-50%,-50%)scaleX(0)scaleY(0)}}@keyframes ShutdownScreen-module__vwsmga__crtBootLineExpand{0%{opacity:1;border-radius:50%;height:5px;transform:translateY(-50%)scaleX(0)}40%{opacity:1;border-radius:0;height:2px;transform:translateY(-50%)scaleX(1)}55%{opacity:.4}60%{opacity:1}to{opacity:0;height:2px;transform:translateY(-50%)scaleX(1)}}@keyframes ShutdownScreen-module__vwsmga__crtBootGlowExpand{0%{opacity:1;border-radius:50%;transform:translate(-50%,-50%)scaleX(0)scaleY(.25)}40%{opacity:1;border-radius:1px/50%;transform:translate(-50%,-50%)scaleX(.96)scaleY(1)}55%{opacity:.3}60%{opacity:.9}to{opacity:0;border-radius:1px/50%;transform:translate(-50%,-50%)scaleX(.96)scaleY(1)}}@keyframes ShutdownScreen-module__vwsmga__crtBootExpand{0%{clip-path:inset(49.8% 0);filter:brightness(5)}25%{clip-path:inset(28% 0);filter:brightness(2.2)}38%{clip-path:inset(20% 0);filter:brightness(.5)}42%{clip-path:inset(16% 0);filter:brightness(2)}75%{clip-path:inset(2% 0);filter:brightness(1.12)}to{clip-path:inset(0);filter:brightness()}}@keyframes ShutdownScreen-module__vwsmga__contentReveal{0%{opacity:0}to{opacity:1}}@keyframes ShutdownScreen-module__vwsmga__verticalSettle{0%{transform:translateY(4px)}25%{transform:translateY(-2px)}50%{transform:translateY(1px)}75%{transform:translateY(-.5px)}to{transform:translateY(0)}}@keyframes ShutdownScreen-module__vwsmga__lineIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes ShutdownScreen-module__vwsmga__fadeInPrompt{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.ShutdownScreen-module__vwsmga__crtScreen,.ShutdownScreen-module__vwsmga__crtFlash,.ShutdownScreen-module__vwsmga__crtLine,.ShutdownScreen-module__vwsmga__crtGlow,.ShutdownScreen-module__vwsmga__crtBootLine,.ShutdownScreen-module__vwsmga__crtBootGlow{display:none!important}.ShutdownScreen-module__vwsmga__bootReveal,.ShutdownScreen-module__vwsmga__bootContent,.ShutdownScreen-module__vwsmga__logLine,.ShutdownScreen-module__vwsmga__restartPrompt{opacity:1!important;filter:none!important;clip-path:none!important;animation:none!important;transform:none!important}}
.Taskbar-module__gjB6Va__taskbar{z-index:1000;background:silver;border:1px solid gray;border-color:#dfdfdf gray gray #dfdfdf;align-items:center;height:28px;font-family:MS Sans Serif,sans-serif;font-size:11px;display:flex;position:fixed;bottom:0;left:0;right:0}.Taskbar-module__gjB6Va__startButton{font-family:inherit;font-size:inherit;white-space:nowrap;background:silver;flex-shrink:0;justify-content:center;align-items:center;gap:3px;min-width:auto;margin:2px;padding:0 3px;font-weight:700;display:flex}.Taskbar-module__gjB6Va__startButton:hover{background:#d4d0c8}.Taskbar-module__gjB6Va__startButton:active,.Taskbar-module__gjB6Va__startButton.Taskbar-module__gjB6Va__active{background:#b8b4ac;text-shadow:0 0 #222!important}.Taskbar-module__gjB6Va__startIcon{width:16px;height:16px;image-rendering:pixelated;flex-shrink:0}.Taskbar-module__gjB6Va__taskArea{background:silver;flex:1;height:24px;margin:1px 4px;display:flex}@media (max-width:767px){.Taskbar-module__gjB6Va__taskArea{overflow-x:auto}.Taskbar-module__gjB6Va__taskArea::-webkit-scrollbar{display:none}}.Taskbar-module__gjB6Va__taskbarButton{text-align:left;white-space:nowrap;text-overflow:ellipsis;background:silver;align-items:center;gap:4px;min-width:100px;max-width:150px;padding:0 6px;font-family:inherit;font-size:11px;display:flex;overflow:hidden}.Taskbar-module__gjB6Va__taskbarButton:hover{background:#d4d0c8}.Taskbar-module__gjB6Va__taskbarButton:active,.Taskbar-module__gjB6Va__taskbarButton.Taskbar-module__gjB6Va__minimizedTask{background:#b8b4ac;border-color:gray #dfdfdf #dfdfdf gray}.Taskbar-module__gjB6Va__taskbarButton.Taskbar-module__gjB6Va__activeTask{text-shadow:1px 1px #222;outline-offset:-4px;outline:1px dotted #000;box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray}.Taskbar-module__gjB6Va__taskIcon{flex-shrink:0;width:12px;height:12px}.Taskbar-module__gjB6Va__taskText{text-overflow:ellipsis;flex:1;overflow:hidden}.Taskbar-module__gjB6Va__systemTray{background:silver;border:1px solid #dfdfdf;border-color:gray #dfdfdf #dfdfdf gray;align-items:center;gap:8px;margin:2px 4px 2px 0;padding:0 4px;display:flex}.Taskbar-module__gjB6Va__trayIcons{gap:4px;display:flex}.Taskbar-module__gjB6Va__trayIcons a{padding:1px 2px;font-size:12px}.Taskbar-module__gjB6Va__trayIcons a:hover{background:0 0}.Taskbar-module__gjB6Va__clock{color:#000;padding:2px 4px;font-size:11px}.Taskbar-module__gjB6Va__startMenu{z-index:1001;background:silver;border:2px outset silver;flex-direction:row;width:210px;font-family:MS Sans Serif,sans-serif;font-size:11px;display:flex;position:fixed;bottom:28px;left:0}.Taskbar-module__gjB6Va__startMenuSidebar{background:linear-gradient(#0a246a,#316ac5);flex-shrink:0;justify-content:center;align-items:flex-end;width:22px;padding-bottom:8px;display:flex}.Taskbar-module__gjB6Va__startMenuSidebarText{color:#ffffffb3;writing-mode:vertical-rl;letter-spacing:1px;-webkit-user-select:none;user-select:none;font-family:MS Sans Serif,sans-serif;font-size:11px;font-weight:700;transform:rotate(180deg)}.Taskbar-module__gjB6Va__startMenuContent{flex-direction:column;flex:1;min-width:0;display:flex}.Taskbar-module__gjB6Va__startMenuHeader{color:#fff;background:linear-gradient(90deg,#0a246a 0%,#316ac5 100%);align-items:center;gap:8px;padding:5px 8px;font-weight:700;display:flex}.Taskbar-module__gjB6Va__userIcon{text-align:center;width:24px;image-rendering:pixelated}.Taskbar-module__gjB6Va__userName{text-transform:capitalize;font-size:11px}.Taskbar-module__gjB6Va__startMenuList{margin:0;padding:0 0 4px;list-style:none}.Taskbar-module__gjB6Va__startMenuList li[role=menuitem]{margin:0;padding:0}.Taskbar-module__gjB6Va__startMenuList li[role=menuitem] button{text-transform:capitalize;color:#000;width:100%;font-family:inherit;font-size:inherit;text-align:left;align-items:center;gap:8px;padding:5px 12px 5px 8px;text-decoration:none;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.Taskbar-module__gjB6Va__startMenuList li[role=menuitem] button:hover{color:#fff;box-shadow:none!important;background:#00007b!important}.Taskbar-module__gjB6Va__menuIcon{text-align:center;width:24px;image-rendering:pixelated}.Taskbar-module__gjB6Va__separator{background:gray;border:none;height:1px;margin:4px 8px}.Taskbar-module__gjB6Va__shutdownButton{text-align:left;width:100%}.Taskbar-module__gjB6Va__overlay{z-index:999;background:0 0;position:fixed;inset:0}
.NoiseOverlay-module__ud0eXW__noiseOverlay{pointer-events:none;z-index:0;will-change:transform;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.NoiseOverlay-module__ud0eXW__noiseSvg{mix-blend-mode:multiply;backface-visibility:hidden;width:100%;height:100%;animation:3s ease-in-out infinite alternate NoiseOverlay-module__ud0eXW__noiseShift;transform:translateZ(0)}@keyframes NoiseOverlay-module__ud0eXW__noiseShift{0%{filter:contrast();transform:translate(0,0)scale(1)}25%{filter:contrast(1.1);transform:translate(-.5px,.5px)scale(1.002)}50%{filter:contrast(.9);transform:translate(.5px,-.5px)scale(.998)}75%{filter:contrast(1.1);transform:translate(-.5px,-.5px)scale(1.002)}to{filter:contrast();transform:translate(.5px,.5px)scale(1)}}@media (prefers-reduced-motion:reduce){.NoiseOverlay-module__ud0eXW__noiseSvg{animation:none;transform:translateZ(0)}}@media (max-width:720px){.NoiseOverlay-module__ud0eXW__noiseOverlay{opacity:.6}.NoiseOverlay-module__ud0eXW__noiseSvg{animation-duration:4s;animation-timing-function:ease-out}}@media (max-width:480px){.NoiseOverlay-module__ud0eXW__noiseOverlay{opacity:.4}.NoiseOverlay-module__ud0eXW__noiseSvg{animation:none}}@media (prefers-color-scheme:dark){.NoiseOverlay-module__ud0eXW__noiseSvg{mix-blend-mode:screen;opacity:.3}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.NoiseOverlay-module__ud0eXW__noiseSvg{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}
.Layout-module__cbqlla__layout{background-color:teal;background-image:radial-gradient(circle at 20% 80%,teal 0%,#004040 40%),url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"4\" height=\"4\" viewBox=\"0 0 4 4\"><rect width=\"1\" height=\"1\" fill=\"%23004040\" opacity=\"0.1\"/></svg>");background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;min-height:100dvh;display:flex}.Layout-module__cbqlla__homeLayout{background:0 0}.Layout-module__cbqlla__homeLayout .Layout-module__cbqlla__wrapper{pointer-events:none;background:0 0!important}.Layout-module__cbqlla__homeLayout .Layout-module__cbqlla__wrapper *{pointer-events:auto}.Layout-module__cbqlla__wrapper{background-color:#212121;background-color:var(--bg);overscroll-behavior:none;-webkit-overflow-scrolling:auto;z-index:auto;flex:1;width:100%;height:calc(100dvh - 28px);margin-top:114px;margin-left:auto;margin-right:auto;transition:background-color .1s;position:relative}@supports (position:sticky){.Layout-module__cbqlla__wrapper{margin-top:0}}.Layout-module__cbqlla__container{z-index:auto;position:relative}
.CRTEffectOverlay-module__40lipa__overlay{z-index:1;pointer-events:none;width:100vw;height:100dvh;animation:7s step-end infinite CRTEffectOverlay-module__40lipa__flicker;position:fixed;inset:0;overflow:hidden}@keyframes CRTEffectOverlay-module__40lipa__flicker{0%,to{opacity:1}18%{opacity:.98}19%{opacity:1}42%{opacity:.97}43%{opacity:1}67%{opacity:.99}68%{opacity:1}85%{opacity:.98}86%{opacity:1}}.CRTEffectOverlay-module__40lipa__scanlines{background-image:linear-gradient(#0000 0% 66%,#00000059 66% 100%);background-size:100% var(--scan1-period,3px);animation:CRTEffectOverlay-module__40lipa__sl var(--scan-duration,12s)linear infinite;opacity:var(--scan-opacity,.7);position:absolute;inset:0}@keyframes CRTEffectOverlay-module__40lipa__sl{0%{background-position:0 0}to{background-position:0 var(--scan1-period,3px)}}.CRTEffectOverlay-module__40lipa__vignette{opacity:var(--vignette-opacity,1);background:radial-gradient(60% 55%,#ffffff0d 0%,#ffffff03 50%,#0000 70%),radial-gradient(90% 85%,#0000 40%,#00000059 72%,#000000bf 100%);position:absolute;inset:0;box-shadow:inset 0 0 40px #0009,inset 0 0 4px #000000e6}.CRTEffectOverlay-module__40lipa__phosphor{mix-blend-mode:screen;filter:blur(2px);opacity:var(--phosphor-opacity,.5);animation:CRTEffectOverlay-module__40lipa__phosphor var(--phosphor-duration,8s)ease-in-out infinite alternate;background:radial-gradient(80% 70%,#64ff500d 0%,#0000 65%),radial-gradient(50% 40% at 50% 0,#ffc85008 0%,#0000 100%);position:absolute;inset:0}@keyframes CRTEffectOverlay-module__40lipa__phosphor{0%{opacity:var(--phosphor-opacity,.5);filter:blur(1.5px)}to{opacity:calc(var(--phosphor-opacity,.5)*.7);filter:blur(2.5px)}}.CRTEffectOverlay-module__40lipa__rgb{mix-blend-mode:screen;opacity:var(--rgb-opacity,1);background:radial-gradient(at 8%,#ff28140d 0%,#0000 45%),radial-gradient(at 92%,#143cff0d 0%,#0000 45%);position:absolute;inset:0}.CRTEffectOverlay-module__40lipa__panel{z-index:4000;pointer-events:auto;position:fixed;top:8px;right:8px}.CRTEffectOverlay-module__40lipa__toggle{color:var(--primary);border:1px solid;border-color:var(--primary)gray gray var(--primary);background:#000;padding:4px 8px;font-family:MS Sans Serif,sans-serif;font-size:11px;font-weight:700}.CRTEffectOverlay-module__40lipa__randomize{color:var(--primary);border:1px solid;border-color:var(--primary)gray gray var(--primary);background:#000;width:100%;margin-top:8px;padding:6px 12px;font-family:MS Sans Serif,sans-serif;font-size:11px;font-weight:700;transition:all .1s}.CRTEffectOverlay-module__40lipa__randomize:hover{background:var(--primary);color:#000}.CRTEffectOverlay-module__40lipa__randomize:active{border-color:gray var(--primary)var(--primary)gray}.CRTEffectOverlay-module__40lipa__grid{background:#000c;border:1px solid #555;grid-template-columns:1fr auto 64px;gap:6px 8px;margin-top:8px;padding:8px;display:grid}.CRTEffectOverlay-module__40lipa__row{display:contents}@media (prefers-reduced-motion:reduce){.CRTEffectOverlay-module__40lipa__overlay,.CRTEffectOverlay-module__40lipa__scanlines,.CRTEffectOverlay-module__40lipa__phosphor{animation:none}}
.ThreeJsPipes-module__AdZ5Da__container{z-index:0;background:linear-gradient(135deg,#0f0f23 0%,#1a1a2e 50%,#16213e 100%);width:100vw;height:100dvh;position:fixed;top:0;left:0}.ThreeJsPipes-module__AdZ5Da__orange{background:linear-gradient(135deg,#4d2600 0%,#803300 40%,#c50 100%)}.ThreeJsPipes-module__AdZ5Da__web4{background:radial-gradient(1200px 800px at 20% 30%,#ff66001f,#0000 60%),radial-gradient(1000px 700px at 70% 60%,#ffcc9914,#0000 60%),#0f0f0f}.ThreeJsPipes-module__AdZ5Da__plain{background:0 0}.ThreeJsPipes-module__AdZ5Da__pipes{background:#000}.ThreeJsPipes-module__AdZ5Da__centerText{letter-spacing:2px;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;text-align:center;font-family:MS Sans Serif,Microsoft Sans Serif,sans-serif;font-size:clamp(2rem,12vw,6rem);font-weight:700;line-height:.75;transition:text-shadow .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ThreeJsPipes-module__AdZ5Da__centerText small{font-size:clamp(1rem,3.5vw,2.25rem)}.ThreeJsPipes-module__AdZ5Da__canvas{image-rendering:auto;width:100%;height:100%}@media (max-width:768px){.ThreeJsPipes-module__AdZ5Da__container{height:100dvh}}@media (min-width:1200px){.ThreeJsPipes-module__AdZ5Da__container{height:100dvh}}@media (min-width:1440px){.ThreeJsPipes-module__AdZ5Da__container{height:100dvh}}.ThreeJsPipes-module__AdZ5Da__crt{position:relative}.ThreeJsPipes-module__AdZ5Da__scanlines,.ThreeJsPipes-module__AdZ5Da__vignette,.ThreeJsPipes-module__AdZ5Da__chromatic{pointer-events:none;position:absolute;inset:0}.ThreeJsPipes-module__AdZ5Da__scanlines:before{content:"";mix-blend-mode:multiply;background:repeating-linear-gradient(#ffffff0a 0 1px,#0000000f 1px 3px);animation:6s linear infinite ThreeJsPipes-module__AdZ5Da__scan-move;position:absolute;inset:0}@keyframes ThreeJsPipes-module__AdZ5Da__scan-move{0%{transform:translateY(0)}to{transform:translateY(4px)}}.ThreeJsPipes-module__AdZ5Da__vignette:before{content:"";background:radial-gradient(#ffffff0f 0%,#ffffff05 35%,#0000 55%),radial-gradient(#0000 60%,#00000038 100%);position:absolute;inset:0;box-shadow:inset 0 0 0 2px #ffffff08,inset 0 0 24px #00000073}.ThreeJsPipes-module__AdZ5Da__chromatic{filter:drop-shadow(0 0 #ff00001f)drop-shadow(0 0 #00ffff1f)}
.work-module__8vBVoq__workWrap{pointer-events:none;position:absolute;inset:0}.work-module__8vBVoq__workWrap>*{pointer-events:auto}.work-module__8vBVoq__workBg{--bg:#410066}@supports (color:lab(0% 0 0)){.work-module__8vBVoq__workBg{--bg:lab(15.3943% 40.7006 -43.3818)}}.work-module__8vBVoq__workWindow .work-module__8vBVoq__windowContent h2{color:#000;margin-bottom:8px}.work-module__8vBVoq__workWindow .work-module__8vBVoq__windowContent p{color:#000;margin-bottom:12px;font-size:11px}.work-module__8vBVoq__windowHeader{background:#ffffffe6;border-bottom:1px solid gray;margin:-8px -8px 8px;padding:8px}.work-module__8vBVoq__workDescription{line-height:1.3;color:#333!important;margin:4px 0 0!important;font-size:11px!important}.work-module__8vBVoq__projectDetails{background:#fffc;margin:8px 0}.work-module__8vBVoq__projectDetails legend{color:#000;background:silver;border:1px outset silver;padding:2px 6px;font-weight:700}.work-module__8vBVoq__fieldLabel{color:#000;min-width:45px;font-weight:700;display:inline-block}.work-module__8vBVoq__fieldValue{color:#333;font-family:MS Sans Serif,sans-serif}.work-module__8vBVoq__workTitle{color:#000;margin:0 0 8px;font-family:MS Sans Serif,sans-serif;font-size:12px;font-weight:700}.work-module__8vBVoq__viewWorkButton{border:1px solid;border-color:var(--primary,#ff0)gray gray var(--primary,#ff0);color:var(--primary);text-align:center;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-width:75px;min-height:23px;text-rendering:optimizeLegibility;padding:6px 11px;font-family:MS Sans Serif,sans-serif;font-size:15px;font-weight:700;line-height:normal;text-decoration:none;display:inline-block;position:relative;background:#000!important}.work-module__8vBVoq__viewWorkButton span{color:var(--primary,#ff0)}.work-module__8vBVoq__viewWorkButton:hover{border-color:var(--primary-faded,#ff0c)#606060 #606060 var(--primary-faded,#ff0c);color:var(--primary-faded);background:#111;text-decoration:none}.work-module__8vBVoq__viewWorkButton:hover span{color:var(--primary-faded)}.work-module__8vBVoq__viewWorkButton:active{border-color:gray var(--primary,#ff0)var(--primary,#ff0)gray;background:#111;position:relative;top:2px;left:0}.work-module__8vBVoq__viewWorkButton:focus{outline:1px dotted var(--primary,#ff0);outline-offset:-4px}.work-module__8vBVoq__loading{color:#fff;justify-content:center;align-items:center;height:50vh;font-size:1.2rem;display:flex}.work-module__8vBVoq__centeredContent{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.work-module__8vBVoq__demoCursor{z-index:1000;pointer-events:none;animation:1.5s ease-in-out forwards work-module__8vBVoq__moveToCursor,1.2s ease-in-out 1.5s forwards work-module__8vBVoq__doubleClick;position:fixed}.work-module__8vBVoq__demoCursorPointer{width:64px;height:64px;image-rendering:-moz-crisp-edges;image-rendering:-webkit-crisp-edges;image-rendering:pixelated;image-rendering:crisp-edges;background-image:url(/assets/cur-large-2x.png);background-position:50%;background-repeat:no-repeat;background-size:contain;transition:background-image .1s;animation:.15s ease-in-out 2s 2 work-module__8vBVoq__clickAnimation,.15s ease-in-out 2.3s 2 work-module__8vBVoq__clickAnimation}.work-module__8vBVoq__demoCursorPointer.work-module__8vBVoq__pointer{background-image:url(/assets/cur-pointer-large-2x.png)!important}.work-module__8vBVoq__demoCursorText{color:#fff;white-space:nowrap;opacity:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga","kern";letter-spacing:.5px;background:#000c;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:500;animation:.3s ease-in-out .5s forwards work-module__8vBVoq__fadeInText;position:absolute;top:-30px;left:30px}@keyframes work-module__8vBVoq__moveToCursor{0%{top:calc(100dvh - 50px);left:calc(100vw - 50px);transform:translate(-50%,-50%)}to{top:var(--target-y,50%);left:var(--target-x,50%);transform:translate(-50%,-50%)}}@keyframes work-module__8vBVoq__doubleClick{0%,20%,40%,to{transform:translate(-50%,-50%)scale(1)}10%,30%{transform:translate(-50%,-50%)scale(.85)}}@keyframes work-module__8vBVoq__clickAnimation{0%,to{transform:scale(1)}50%{transform:scale(.8)}}@keyframes work-module__8vBVoq__fadeInText{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.work-module__8vBVoq__demoIconClick{animation:.8s ease-in-out work-module__8vBVoq__iconClickEffect}@keyframes work-module__8vBVoq__iconClickEffect{0%,to{filter:brightness();transform:scale(1)}25%{filter:brightness(.8);transform:scale(.95)}50%{filter:brightness(.7);transform:scale(.9)}75%{filter:brightness(.8);transform:scale(.95)}}.work-module__8vBVoq__demoIconHighlight{animation:3.5s ease-in-out work-module__8vBVoq__iconHighlightEffect}@keyframes work-module__8vBVoq__iconHighlightEffect{0%,to{background:0 0;border:1px solid #0000}20%,80%{background:#316ac5;border:1px dotted #fff}}.work-module__8vBVoq__demoIconHighlight .work-module__8vBVoq__iconLabel{animation:3.5s ease-in-out work-module__8vBVoq__iconLabelHighlightEffect}@keyframes work-module__8vBVoq__iconLabelHighlightEffect{0%,to{color:#fff;background:0 0}20%,80%{color:#fff;background:#316ac5;border-radius:1px;padding:1px 3px}}.work-module__8vBVoq__workWindow .work-module__8vBVoq__windowContent h2,.work-module__8vBVoq__workWindow .work-module__8vBVoq__windowContent p,.work-module__8vBVoq__workTitle,.work-module__8vBVoq__workDescription,.work-module__8vBVoq__fieldLabel,.work-module__8vBVoq__fieldValue{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga","kern"}.work-module__8vBVoq__workPageContainer{width:100%;height:100dvh;position:relative;overflow:hidden}.work-module__8vBVoq__selectionRect{pointer-events:none;z-index:10;box-sizing:border-box;background:#0000ff1a;border:1px dashed #000;position:absolute}
.Window-module__AgMIiq__window{opacity:1;transform-origin:0 0;height:100%;image-rendering:-moz-crisp-edges;image-rendering:-webkit-crisp-edges;image-rendering:pixelated;image-rendering:crisp-edges;contain:layout style paint;flex-direction:column;font-family:MS Sans Serif,sans-serif;font-size:11px;transition:none;display:flex;box-sizing:border-box!important;margin:0!important;padding:0!important}.Window-module__AgMIiq__window .title-bar-controls button[aria-label=Close]:disabled{pointer-events:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%2374757c'/%3E%3C/svg%3E")}.Window-module__AgMIiq__window .title-bar-text{align-items:center;display:flex}.Window-module__AgMIiq__initializing{opacity:0;transition:opacity .3s}.Window-module__AgMIiq__resizing,.Window-module__AgMIiq__dragging{will-change:transform;-webkit-user-select:none!important;user-select:none!important;transition:none!important}.Window-module__AgMIiq__dragging{transform:translate(0,0)}.Window-module__AgMIiq__dragging *{-webkit-user-select:none!important;user-select:none!important}.Window-module__AgMIiq__dragging .Window-module__AgMIiq__windowContent{pointer-events:none!important;overflow:hidden!important}.Window-module__AgMIiq__dragging .Window-module__AgMIiq__windowContent *{pointer-events:none!important}.Window-module__AgMIiq__maximized{box-shadow:none;border:1px solid gray}.Window-module__AgMIiq__minimized{display:none}.Window-module__AgMIiq__collapsed .Window-module__AgMIiq__windowContent,.Window-module__AgMIiq__collapsed .Window-module__AgMIiq__windowVideo{opacity:0;visibility:hidden}.Window-module__AgMIiq__favicon{flex-shrink:0;width:16px;height:16px;margin-right:4px}.Window-module__AgMIiq__windowContent{z-index:2;box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-height:100%;margin:0;font-size:11px;display:flex;position:relative;overflow:auto}.Window-module__AgMIiq__windowContent button,.Window-module__AgMIiq__windowContent a,.Window-module__AgMIiq__windowContent input,.Window-module__AgMIiq__windowContent textarea,.Window-module__AgMIiq__windowContent select{pointer-events:auto}.Window-module__AgMIiq__windowVideo{z-index:1;opacity:1;pointer-events:none;width:calc(100% - 1px);height:calc(100% - 21px);transition:all .125s;position:absolute;top:19px;left:1px}.Window-module__AgMIiq__windowVideo video{object-fit:cover;width:100%;height:100%}@media (hover:hover),(-moz-touch-enabled:0){.Window-module__AgMIiq__windowVideo{opacity:.4}.Window-module__AgMIiq__dragging .Window-module__AgMIiq__windowVideo,.Window-module__AgMIiq__window:hover .Window-module__AgMIiq__windowVideo{opacity:1}.Window-module__AgMIiq__windowContent>.Window-module__AgMIiq__windowButton,.Window-module__AgMIiq__windowContent>h2{opacity:0;transition:opacity .25s}.Window-module__AgMIiq__dragging .Window-module__AgMIiq__windowContent .Window-module__AgMIiq__windowButton,.Window-module__AgMIiq__window:hover .Window-module__AgMIiq__windowContent .Window-module__AgMIiq__windowButton,.Window-module__AgMIiq__dragging .Window-module__AgMIiq__windowContent h2,.Window-module__AgMIiq__window:hover .Window-module__AgMIiq__windowContent h2{opacity:1}}.Window-module__AgMIiq__windowContent h1,.Window-module__AgMIiq__windowContent h2,.Window-module__AgMIiq__windowContent h3,.Window-module__AgMIiq__windowContent h4,.Window-module__AgMIiq__windowContent h5,.Window-module__AgMIiq__windowContent h6{color:#fff;margin:0 0 .5em;line-height:1}.Window-module__AgMIiq__collapsed .Window-module__AgMIiq__content{display:none}
.IndexTitle-module__kTETFq__indexTitle{text-align:center;z-index:100;margin-top:120px;margin-bottom:60px;position:relative}.IndexTitle-module__kTETFq__workPage{margin:0;position:fixed;top:120px;left:50%;transform:translate(-50%)}.IndexTitle-module__kTETFq__title{letter-spacing:.03em;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga","kern";text-shadow:1px 1px 2px #000000b3;text-transform:capitalize;margin:0;font-size:4rem;font-weight:700}.IndexTitle-module__kTETFq__subtitle{color:#ccc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga","kern";text-shadow:1px 1px 2px #000000b3;max-width:71ch;margin-top:14px;margin-left:auto;margin-right:auto;padding-left:5px;padding-right:5px;font-size:1rem;line-height:1.5}@media (max-width:1024px){.IndexTitle-module__kTETFq__indexTitle{margin-bottom:40px}.IndexTitle-module__kTETFq__workPage{margin-top:120px;margin-bottom:40px;position:relative;top:auto;left:auto;transform:none}.IndexTitle-module__kTETFq__title{font-size:3rem}.IndexTitle-module__kTETFq__subtitle{margin-bottom:.5rem;font-size:.875rem}}@media (max-width:480px){.IndexTitle-module__kTETFq__title{font-size:2.333rem}}
.LiveWaveform-module__ustVLG__waveformContainer{width:100%;height:100%;overflow:hidden}.LiveWaveform-module__ustVLG__waveformCanvas{width:100%;height:100%;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;display:block}
.Button-module__e7WGRa__button{color:#000;text-align:center;text-transform:none;letter-spacing:normal;box-sizing:border-box;background:silver;border:1px solid gray;border-color:#dfdfdf gray gray #dfdfdf;min-width:75px;min-height:23px;padding:7px 15px;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:normal;text-decoration:none;display:inline-block;position:relative}.Button-module__e7WGRa__button:hover{background:#d4d0c8}.Button-module__e7WGRa__button:active{background:#b8b4ac;border-color:gray #dfdfdf #dfdfdf gray;position:relative;top:1px;left:1px}.Button-module__e7WGRa__button:focus{outline-offset:-4px;outline:1px dotted #000}.Button-module__e7WGRa__button:disabled{color:gray;background:silver;border-color:#dfdfdf gray gray #dfdfdf}.Button-module__e7WGRa__tiny{min-width:50px;min-height:18px;padding:3px 6px;font-size:11px}.Button-module__e7WGRa__small{min-width:60px;min-height:20px;padding:5px 9px;font-size:13px}.Button-module__e7WGRa__inlineIcon{justify-content:space-between;align-items:center;display:flex}.Button-module__e7WGRa__inlineIconLeft{text-align:right}.Button-module__e7WGRa__inlineIconRight{text-align:left}.Button-module__e7WGRa__iconLeft{order:-1;padding:0 1.5em 0 0}.Button-module__e7WGRa__iconRight{order:1;padding:0 0 0 1.5em}.Button-module__e7WGRa__tiny .Button-module__e7WGRa__iconLeft,.Button-module__e7WGRa__tiny .Button-module__e7WGRa__iconRight{padding:0 .5em}.Button-module__e7WGRa__small .Button-module__e7WGRa__iconLeft,.Button-module__e7WGRa__small .Button-module__e7WGRa__iconRight{padding:0 1em}.Button-module__e7WGRa__tiny .Button-module__e7WGRa__iconLeft{padding-left:0}.Button-module__e7WGRa__tiny .Button-module__e7WGRa__iconRight{padding-right:0}.Button-module__e7WGRa__small .Button-module__e7WGRa__iconLeft{padding-left:0}.Button-module__e7WGRa__small .Button-module__e7WGRa__iconRight{padding-right:0}
.CurrentlyPlaying-module__CHjXhW__soundRecorder{color:#000;background:silver;border:none;flex-direction:column;width:100%;height:100%;font-family:MS Sans Serif,sans-serif;font-size:11px;display:flex;overflow:hidden}.CurrentlyPlaying-module__CHjXhW__mainPanel{flex-direction:column;gap:3px;padding:6px;display:flex}.CurrentlyPlaying-module__CHjXhW__topSection{background:silver;align-items:center;gap:4px;display:flex;overflow:hidden}.CurrentlyPlaying-module__CHjXhW__positionBox,.CurrentlyPlaying-module__CHjXhW__lengthBox{text-align:center;background:silver;border:1px inset silver;flex-direction:column;justify-content:center;min-width:60px;height:100%;padding:4px 6px;font-size:12px;line-height:1.5;display:flex}.CurrentlyPlaying-module__CHjXhW__boxLabel,.CurrentlyPlaying-module__CHjXhW__timeValue{color:#000;font-size:12px;font-weight:400}.CurrentlyPlaying-module__CHjXhW__waveformContainer{pointer-events:none;background:#000;border:2px inset silver;flex:1;min-width:0;height:50px;margin:0 4px;overflow:hidden}.CurrentlyPlaying-module__CHjXhW__scrubberTrack{box-sizing:border-box;width:100%;padding:4px 0}.CurrentlyPlaying-module__CHjXhW__scrubberTrack input[type=range]{height:14px;display:block}.CurrentlyPlaying-module__CHjXhW__trackDetailsContainer{text-align:center;flex-direction:column;display:flex}.CurrentlyPlaying-module__CHjXhW__trackDetails{box-sizing:border-box;flex-direction:column;gap:4px;width:100%;padding:7px;line-height:1.2;display:flex}.CurrentlyPlaying-module__CHjXhW__nowPlaying{color:#000;margin:0;font-size:11px;font-weight:400;line-height:1.2}.CurrentlyPlaying-module__CHjXhW__songInfo{justify-content:center;align-items:center;gap:4px;max-width:100%;margin:0;font-size:11px;font-weight:400;line-height:1.2;display:flex}.CurrentlyPlaying-module__CHjXhW__equalizer{filter:sepia()hue-rotate(106deg)saturate(500%);width:10px;height:auto}.CurrentlyPlaying-module__CHjXhW__songLink{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;text-decoration:underline;overflow:hidden;color:navy!important;box-shadow:none!important}.CurrentlyPlaying-module__CHjXhW__songLink:hover{color:purple!important;margin-top:0!important;padding-top:0!important}.CurrentlyPlaying-module__CHjXhW__lastfmCredit{color:#666;text-overflow:ellipsis;box-sizing:border-box;width:100%;margin:0;font-size:10px;line-height:1.2}.CurrentlyPlaying-module__CHjXhW__lastfmCredit a{text-decoration:none;color:#333!important;box-shadow:none!important}.CurrentlyPlaying-module__CHjXhW__creditLink{color:#666;text-decoration:none}.CurrentlyPlaying-module__CHjXhW__creditLink:hover{text-decoration:underline}.CurrentlyPlaying-module__CHjXhW__loading{color:#000;font-size:11px;font-style:italic}.CurrentlyPlaying-module__CHjXhW__noPreview,.CurrentlyPlaying-module__CHjXhW__previewNote{color:#666;margin-top:2px;font-size:8px;font-style:italic}.CurrentlyPlaying-module__CHjXhW__statusText{color:#000;font-size:10px}.CurrentlyPlaying-module__CHjXhW__statusText.CurrentlyPlaying-module__CHjXhW__demo{color:#666;font-style:italic}.CurrentlyPlaying-module__CHjXhW__hiddenFrame{opacity:0!important;pointer-events:none!important;z-index:-1!important;border:none!important;width:1px!important;height:1px!important;position:absolute!important;top:-9999px!important;left:-9999px!important;overflow:hidden!important}.CurrentlyPlaying-module__CHjXhW__controls{box-sizing:border-box;background:silver;border:none;flex-shrink:0;justify-content:space-between;align-items:stretch;gap:3px;width:100%;margin:0;padding:0 5px;display:flex}.CurrentlyPlaying-module__CHjXhW__controlButton{color:#000;box-sizing:border-box;background:silver;border:1px solid gray;border-color:#fff gray gray #fff;flex:1;justify-content:center;align-items:center;width:20%;min-width:0;height:29px;min-height:29px;margin:0;padding:0 0 2px;font-family:MS Sans Serif,Arial,sans-serif;font-size:15px;line-height:1;display:flex;overflow:hidden;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #000}.CurrentlyPlaying-module__CHjXhW__controlButton:nth-child(4){padding-top:2px}.CurrentlyPlaying-module__CHjXhW__controlButton:active:not(:disabled){border:2px solid #fff;border-color:gray #fff #fff gray;box-shadow:inset 1px 1px #000,inset -1px -1px #dfdfdf}.CurrentlyPlaying-module__CHjXhW__controlButton:disabled{color:gray;text-shadow:1px 1px #fff}.CurrentlyPlaying-module__CHjXhW__controlButton:disabled:hover{background:silver}.CurrentlyPlaying-module__CHjXhW__volumeControl{box-sizing:border-box;background:silver;justify-content:flex-end;align-items:center;gap:3px;width:100%;max-width:136px;padding:2px 6px 4px;display:flex}.CurrentlyPlaying-module__CHjXhW__volumeLabel{color:#000;white-space:nowrap;font-size:10px;font-weight:400}.CurrentlyPlaying-module__CHjXhW__volumeSlider{appearance:none;background:silver;border:1px inset silver;outline:none;width:60px;height:12px}.CurrentlyPlaying-module__CHjXhW__volumeSlider::-webkit-slider-thumb{appearance:none;background:silver;border:1px outset silver;width:12px;height:12px}.CurrentlyPlaying-module__CHjXhW__volumeSlider::-webkit-slider-track{background:silver;border:1px inset silver;height:12px}.CurrentlyPlaying-module__CHjXhW__volumeSlider::-moz-range-thumb{background:silver;border:1px outset silver;border-radius:0;width:12px;height:12px}.CurrentlyPlaying-module__CHjXhW__volumeSlider::-moz-range-track{background:silver;border:1px inset silver;height:12px}.CurrentlyPlaying-module__CHjXhW__volumeValue{color:#000;text-align:right;min-width:25px;font-size:10px;font-weight:400}.CurrentlyPlaying-module__CHjXhW__recordButton{color:red!important}.CurrentlyPlaying-module__CHjXhW__recordButton:disabled{text-shadow:1px 1px #fff;color:#c08080!important}.CurrentlyPlaying-module__CHjXhW__statusBar{background:silver;border-top:1px solid gray;flex-shrink:0;height:18px;font-size:10px;display:flex}.CurrentlyPlaying-module__CHjXhW__statusPanel{background:silver;border:1px solid gray;border-color:#dfdfdf gray gray #dfdfdf;flex:1;align-items:center;padding:0 4px;display:flex}.CurrentlyPlaying-module__CHjXhW__statusPanel:last-child{flex:none;min-width:120px}
.Desktop-module__2VxF4a__desktop{z-index:1;background:0 0;position:absolute;inset:0 0 28px}.Desktop-module__2VxF4a__desktopIcon{border:1px solid #0000;flex-direction:column;align-items:center;width:64px;padding:4px;display:flex;position:absolute}.Desktop-module__2VxF4a__desktopIcon:hover{background:#ffffff1a;border:1px dotted #ffffff80}.Desktop-module__2VxF4a__desktopIcon.Desktop-module__2VxF4a__selected{background:#316ac5;border:1px dotted #fff}.Desktop-module__2VxF4a__desktopIcon.Desktop-module__2VxF4a__selected .Desktop-module__2VxF4a__iconLabel{color:#fff;background:#316ac5;border-radius:1px;padding:1px 3px}.Desktop-module__2VxF4a__iconImage{background:linear-gradient(135deg,silver 0%,gray 100%);border:1px outset silver;border-radius:2px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:2px;font-size:24px;display:flex;overflow:hidden}.Desktop-module__2VxF4a__iconImg{object-fit:cover;border-radius:1px;width:100%;height:100%}.Desktop-module__2VxF4a__iconLabel{color:#fff;text-align:center;text-shadow:1px 1px 2px #000c;background:0 0;max-width:56px;padding:5px 2px;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:1.2}.Desktop-module__2VxF4a__desktopIcon:active{transform:scale(.95)}@media (max-width:768px){.Desktop-module__2VxF4a__iconImage{width:28px;height:28px;font-size:20px}.Desktop-module__2VxF4a__iconLabel{max-width:50px;font-size:10px}}
.about-module__8TymFG__aboutPage{width:100%;height:100dvh;position:relative;overflow:hidden}.about-module__8TymFG__aboutBg{--bg:#00381d}@supports (color:lab(0% 0 0)){.about-module__8TymFG__aboutBg{--bg:lab(20.2358% -54.8385 25.0239)}}.about-module__8TymFG__aboutContent{position:relative}.about-module__8TymFG__windowContent{color:#000;background:silver;height:100%;padding:12px;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:1.4;overflow-y:auto}.about-module__8TymFG__profileSection{background:#fff;border:1px inset silver;margin-bottom:12px;padding:8px}.about-module__8TymFG__profileSection h2{margin:0 0 8px;font-size:14px;font-weight:700;color:#000!important}.about-module__8TymFG__profileSection p{color:#000;margin:0 0 6px;font-size:11px}.about-module__8TymFG__skillsSection{margin-bottom:12px}.about-module__8TymFG__skillsSection h3{color:#000;margin:0 0 6px;font-size:12px;font-weight:700}.about-module__8TymFG__skillsSection fieldset{border:2px groove silver;margin:0;padding:6px}.about-module__8TymFG__skillsSection legend{background:silver;padding:2px 4px;font-size:11px;font-weight:700}.about-module__8TymFG__skillsSection ul{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:4px;margin:0;padding:0;list-style:none;display:grid}.about-module__8TymFG__skillsSection li{text-align:center;background:#dfdfdf;border:1px outset silver;justify-content:center;align-items:center;padding:5px 9px;font-size:11px;line-height:1;display:flex}.about-module__8TymFG__contactSection{background:#dfdfdf;border:1px inset silver;padding:8px}.about-module__8TymFG__contactSection h3{margin:0 0 6px;font-size:12px;font-weight:700;color:#000!important}.about-module__8TymFG__contactButtons{flex-wrap:wrap;gap:6px;display:flex}@media (max-width:1024px){.about-module__8TymFG__aboutContent{flex-direction:column;gap:20px;height:auto;min-height:auto;padding:20px;display:flex;position:static}.about-module__8TymFG__skillsSection ul{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width:480px){.about-module__8TymFG__windowContent{padding:16px}.about-module__8TymFG__skillsSection ul{grid-template-columns:1fr 1fr}}
.contact-module__swMWYG__contactPage{position:relative}.contact-module__swMWYG__contactBg{--bg:#5f0000}@supports (color:lab(0% 0 0)){.contact-module__swMWYG__contactBg{--bg:lab(16.8093% 47.9164 33.5864)}}.contact-module__swMWYG__contactContainer{position:absolute;inset:0}.contact-module__swMWYG__contactWindow,.contact-module__swMWYG__contactWindow>div{overflow:hidden!important}.contact-module__swMWYG__contactWindow .react-rnd{overflow:hidden!important}.contact-module__swMWYG__contactWindow .window-body{margin:0!important;padding:0!important;overflow:visible!important}.contact-module__swMWYG__windowBody{color:#000;box-sizing:border-box;background:#c0c7c8;flex-direction:column;width:100%;height:100%;padding:6px;font-family:MS Sans Serif,Arial,sans-serif;font-size:11px;display:flex}.contact-module__swMWYG__contactForm{flex-direction:column;height:100%;display:flex}.contact-module__swMWYG__formContent{flex-direction:column;flex:1;display:flex}.contact-module__swMWYG__formFooter{flex-shrink:0}.contact-module__swMWYG__fieldRow{align-items:center;margin-bottom:6px;display:flex}.contact-module__swMWYG__fieldRowStacked{flex-direction:column;flex:1;margin-bottom:6px;display:flex}.contact-module__swMWYG__fieldRowStacked+.contact-module__swMWYG__fieldRowStacked{margin-top:6px}.contact-module__swMWYG__fieldRow>*+*{margin-left:4px}.contact-module__swMWYG__fieldRowStacked *+*{margin-top:4px}.contact-module__swMWYG__messageField{flex-direction:column;display:flex}.contact-module__swMWYG__fieldLabel{color:#000;flex-shrink:0;width:80px;font-family:MS Sans Serif,Arial,sans-serif;font-size:11px}.contact-module__swMWYG__textInput,.contact-module__swMWYG__textArea{color:#000;resize:none;background:#fff;border:none;outline:none;padding:2px 4px;font-family:MS Sans Serif,Arial,sans-serif;font-size:11px;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #c0c7c8,inset 2px 2px #0a0a0a}.contact-module__swMWYG__textInput{flex:1;height:19px;line-height:1}.contact-module__swMWYG__textArea{flex:1;width:100%;height:100%;min-height:60px;font-family:MS Sans Serif,Arial,sans-serif;line-height:1.2}.contact-module__swMWYG__textInput:focus,.contact-module__swMWYG__textArea:focus{outline-offset:-2px;outline:1px dotted #000}.contact-module__swMWYG__textInput:disabled,.contact-module__swMWYG__textArea:disabled{color:gray;text-shadow:1px 1px #fff}.contact-module__swMWYG__fieldHr{background:gray;border:none;height:2px;margin:6px 0;box-shadow:inset 0 -1px #fff,inset 0 1px gray}.contact-module__swMWYG__fieldRowFooter{justify-content:flex-end;margin-top:6px;display:flex}.contact-module__swMWYG__submitButton{box-sizing:border-box;color:#000;-webkit-font-smoothing:none;background:#c0c7c8;border:none;border-radius:0;min-width:75px;min-height:23px;padding:0 12px;font-family:MS Sans Serif,Arial,sans-serif;font-size:11px;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf}.contact-module__swMWYG__submitButton:not(:disabled):active{padding:2px 11px 0 13px;box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray}.contact-module__swMWYG__submitButton:focus{outline-offset:-4px;outline:1px dotted #000}.contact-module__swMWYG__submitButton:disabled{color:gray;text-shadow:1px 1px #fff}.contact-module__swMWYG__statusWindow .window-body{box-sizing:border-box;flex-direction:column;gap:12px;display:flex;background:silver!important;padding:12px 12px 8px!important}.contact-module__swMWYG__statusBody{align-items:center;gap:19px;width:100%;padding-top:17px;padding-bottom:9px;padding-left:17px;display:flex}.contact-module__swMWYG__statusIcon{flex-shrink:0;width:32px;height:32px;position:relative}.contact-module__swMWYG__statusText{color:#000;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:1.4;margin:0!important}.contact-module__swMWYG__statusActions{justify-content:center;display:flex}.contact-module__swMWYG__statusActions button{letter-spacing:1px;width:75px;padding-bottom:1px;font-family:MS Sans Serif,sans-serif;font-size:11px}@media (max-width:480px){.contact-module__swMWYG__contactContainer{padding:0 1rem}}
.notes-module__rDRRaa__notesPage{background:0 0;width:100%;min-height:100dvh;margin:0;padding:0;font-family:MS Sans Serif,sans-serif;font-size:11px;overflow-x:hidden}.notes-module__rDRRaa__notesBg{--bg:teal}.notes-module__rDRRaa__notesWrap{width:100%;height:auto;position:static}.notes-module__rDRRaa__notepadContent{color:#000;width:100%;height:100%;padding:12px;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:1.3;overflow-y:auto;background:#fff!important}.notes-module__rDRRaa__noteTitle{font-size:1.125rem;color:#000!important}.notes-module__rDRRaa__noteDate{color:gray;border-bottom:1px solid silver;margin-bottom:12px;padding-bottom:6px;font-size:10px;font-weight:700}.notes-module__rDRRaa__noteDescription{color:#000;margin-bottom:16px;font-weight:700;line-height:1.4}.notes-module__rDRRaa__noteContent{color:#000;margin-bottom:12px;line-height:1.4}.notes-module__rDRRaa__noteContent h1,.notes-module__rDRRaa__noteContent h2,.notes-module__rDRRaa__noteContent h3,.notes-module__rDRRaa__noteContent h4,.notes-module__rDRRaa__noteContent h5,.notes-module__rDRRaa__noteContent h6{margin:1rem 0 .5rem;font-weight:700;color:#000!important}.notes-module__rDRRaa__noteContent h1{font-size:14px}.notes-module__rDRRaa__noteContent h2{font-size:13px}.notes-module__rDRRaa__noteContent h3{font-size:12px}.notes-module__rDRRaa__noteContent h4{font-size:11px}.notes-module__rDRRaa__noteContent p{margin:0 0 .75rem}.notes-module__rDRRaa__noteContent ul,.notes-module__rDRRaa__noteContent ol{margin:0 0 .75rem;padding-left:1.5rem}.notes-module__rDRRaa__noteContent li{margin-bottom:.25rem}.notes-module__rDRRaa__noteContent a{color:navy;text-decoration:underline;transition:color .2s}.notes-module__rDRRaa__noteContent a:hover{color:purple;text-decoration:underline}.notes-module__rDRRaa__noteContent a:active{color:red}.notes-module__rDRRaa__noteContent strong{color:inherit}.notes-module__rDRRaa__noteContent code{background:#f0f0f0;border:1px solid silver;padding:.1rem .2rem;font-family:monospace;font-size:10px}.notes-module__rDRRaa__noteContent pre{background:#f0f0f0;border:1px solid silver;margin:.75rem 0;padding:.5rem;overflow-x:auto}.notes-module__rDRRaa__noteContent pre code{background:0 0;border:none;padding:0}.notes-module__rDRRaa__noteContent blockquote{color:gray;border-left:2px solid silver;margin:.75rem 0;padding-left:.75rem}.notes-module__rDRRaa__noteContent img,.notes-module__rDRRaa__noteContent video{border:1px solid silver;width:100%;max-width:320px;height:auto}.notes-module__rDRRaa__emptyState{justify-content:center;align-items:center;padding:60px 20px;display:flex}.notes-module__rDRRaa__notepadWindow{background:#fff;border:2px outset silver;width:400px;position:relative;box-shadow:2px 2px 4px #0000004d}.notes-module__rDRRaa__titleBar{color:#fff;background:navy;align-items:center;height:20px;padding:0 4px;font-size:11px;font-weight:700;display:flex;position:relative}.notes-module__rDRRaa__titleBarIcon{background:#fff;border:1px solid #000;width:16px;height:16px;margin-right:4px;position:relative}.notes-module__rDRRaa__titleBarIcon:before{content:"";background:#fff;border:1px solid #000;width:10px;height:12px;position:absolute;top:2px;left:2px}.notes-module__rDRRaa__titleBarIcon:after{content:"";background:#000;width:2px;height:2px;position:absolute;top:1px;left:1px}.notes-module__rDRRaa__titleBarText{flex:1;margin-left:4px}.notes-module__rDRRaa__titleBarControls{gap:2px;display:flex}.notes-module__rDRRaa__closeBtn{background:silver;border:1px outset silver;width:16px;height:14px;position:relative}.notes-module__rDRRaa__closeBtn:before{content:"×";color:#000;font-size:12px;font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notes-module__rDRRaa__menuBar{background:silver;border-bottom:1px solid gray;gap:16px;padding:2px 4px;display:flex}.notes-module__rDRRaa__menuItem{color:#000;padding:2px 4px;font-size:11px;position:relative}.notes-module__rDRRaa__menuItem:after{content:"_";color:#0000;position:absolute;bottom:0;left:0}.notes-module__rDRRaa__notepadBody{background:#fff;height:200px;display:flex;position:relative}.notes-module__rDRRaa__scrollbarV{background:silver;border-left:1px solid gray;width:16px;position:relative}.notes-module__rDRRaa__scrollbarV:before{content:"";border-bottom:6px solid #000;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;top:2px;left:50%;transform:translate(-50%)}.notes-module__rDRRaa__scrollbarV:after{content:"";border-top:6px solid #000;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.notes-module__rDRRaa__scrollbarH{background:silver;border-top:1px solid gray;height:16px;position:absolute;bottom:0;left:0;right:16px}.notes-module__rDRRaa__scrollbarH:before{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-right:6px solid #000;width:0;height:0;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.notes-module__rDRRaa__scrollbarH:after{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid #000;width:0;height:0;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.notes-module__rDRRaa__resizeHandle{background:silver;border-top:1px solid gray;border-left:1px solid gray;width:16px;height:16px;position:absolute;bottom:0;right:0}.notes-module__rDRRaa__resizeHandle:before{content:"";border:4px solid gray;border-color:#0000 gray gray #0000;width:0;height:0;position:absolute;bottom:2px;right:2px}@media (max-width:768px){.notes-module__rDRRaa__notesPage{padding:0}}@media (max-width:480px){.notes-module__rDRRaa__notepadWindow{max-width:350px}}
.password-module__alty4W__passwordPage{justify-content:center;align-items:center;min-height:100dvh;padding:20px;display:flex}.password-module__alty4W__loginWindow .password-module__alty4W__window-body{background:silver!important;padding:0!important}.password-module__alty4W__dialogContent{box-sizing:border-box;background:silver;align-items:flex-start;gap:12px;width:100%;height:100%;padding:12px;display:flex;overflow:hidden}.password-module__alty4W__iconSection{flex-shrink:0;padding-top:4px}.password-module__alty4W__keyIcon{justify-content:center;align-items:center;width:48px;height:48px;font-size:32px;display:flex}.password-module__alty4W__formSection{flex:1;min-width:0}.password-module__alty4W__formSection form{gap:25px;display:flex}.password-module__alty4W__formSectionContent{flex:1}.password-module__alty4W__instructions{margin-bottom:8px}.password-module__alty4W__instructions p{color:#000;margin:0 0 8px;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:1.3}.password-module__alty4W__buttonGroup{flex-direction:column;justify-content:flex-start;gap:8px;display:flex}.password-module__alty4W__buttonGroup button{width:75px;font-family:MS Sans Serif,sans-serif;font-size:11px}.password-module__alty4W__buttonGroup button[type=submit]{letter-spacing:1px}.password-module__alty4W__dialogContent .password-module__alty4W__field-row{margin-bottom:8px}.password-module__alty4W__errorWindow .password-module__alty4W__window-body{box-sizing:border-box;flex-direction:column;gap:12px;display:flex;background:silver!important;padding:12px 12px 8px!important}.password-module__alty4W__errorBody{align-items:center;gap:19px;width:100%;padding-top:17px;padding-bottom:9px;padding-left:17px;display:flex}.password-module__alty4W__errorIcon{flex-shrink:0;width:32px;height:32px;position:relative}.password-module__alty4W__errorText{color:#000;font-family:MS Sans Serif,sans-serif;font-size:11px;line-height:1.4;margin:0!important}.password-module__alty4W__errorActions{justify-content:center;display:flex}.password-module__alty4W__errorActions button{letter-spacing:1px;width:75px;padding-bottom:1px;font-family:MS Sans Serif,sans-serif;font-size:11px}@media (max-width:360px){.password-module__alty4W__iconSection{display:none}}
.work-post-module__ptzicq__workPostContainer{width:100%;height:100dvh;position:relative;overflow:hidden}.work-post-module__ptzicq__workPost{color:#000;background:silver;flex-direction:column;width:100%;height:100%;margin:0;padding:12px;font-family:MS Sans Serif,sans-serif;font-size:11px;display:flex;overflow-y:auto}.work-post-module__ptzicq__workDownArrow{text-align:center;color:gray;background:#dfdfdf;border:1px inset silver;height:189px;margin-bottom:1rem;padding:8px;font-size:11px;position:relative;overflow:hidden}.work-post-module__ptzicq__coverImage{object-fit:cover;box-sizing:border-box;pointer-events:none;border:2px inset silver;width:100%;height:100%}.work-post-module__ptzicq__workPostHeader{background:#dfdfdf;border:1px inset silver;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:8px;display:flex}.work-post-module__ptzicq__headerButtons{flex-shrink:0;gap:8px;display:flex}h1.work-post-module__ptzicq__title{flex:1;margin:0;font-size:16px;font-weight:700;color:#000!important;margin-bottom:0!important}.work-post-module__ptzicq__visitSiteButton{flex-shrink:0}.work-post-module__ptzicq__workPostDescription{-webkit-overflow-scrolling:touch;background:#fff;border:1px inset silver;flex:1;padding:12px;overflow-y:auto}h2.work-post-module__ptzicq__subtitle{margin:0 0 8px;font-size:12px;font-weight:700;line-height:1.4;color:#000!important}h3.work-post-module__ptzicq__keyPointsTitle{margin:8px 0 4px;font-size:11px;font-weight:700;text-decoration:underline;color:#000!important}.work-post-module__ptzicq__content{color:#000;margin-bottom:12px;font-size:11px;line-height:1.4}.work-post-module__ptzicq__content ul{margin:0;padding-left:1.2rem}.work-post-module__ptzicq__content li{margin-bottom:.3rem}@media (min-width:1024px){.work-post-module__ptzicq__descInfo{justify-content:space-between;gap:5px;display:flex}}.work-post-module__ptzicq__descInfo fieldset{border:2px groove silver;flex:1;padding:8px}.work-post-module__ptzicq__descInfo legend{background:0 0;padding:2px 6px;font-weight:700}.work-post-module__ptzicq__descInfo p{margin:4px 0;line-height:1.3}.work-post-module__ptzicq__descInfo strong{color:#000;font-weight:700}.work-post-module__ptzicq__navigation{background:#dfdfdf;border:1px inset silver;margin-top:auto;padding:8px}.work-post-module__ptzicq__backButton{width:100%}.work-post-module__ptzicq__mediaWindow{font-family:MS Sans Serif,sans-serif;font-size:11px}.work-post-module__ptzicq__mediaPlayer{background:silver;flex-direction:column;width:100%;height:100%;display:flex}.work-post-module__ptzicq__mediaPlayerContent{flex-direction:column;flex:1;min-height:0;display:flex}.work-post-module__ptzicq__menuBar{background:silver;border-bottom:1px solid gray;flex-shrink:0;padding:2px 4px;font-size:11px;display:flex}.work-post-module__ptzicq__menuItem{padding:4px 8px}.work-post-module__ptzicq__menuItem:hover{color:#fff;background:#316ac5}.work-post-module__ptzicq__videoDisplay{background:#000;border:2px inset silver;flex:1;justify-content:center;align-items:center;min-height:200px;margin:2px;display:flex}.work-post-module__ptzicq__mediaVideo{object-fit:contain;width:100%;height:100%}.work-post-module__ptzicq__noVideo{color:silver;text-align:center;font-size:14px}.work-post-module__ptzicq__playlistPanel{background:silver;flex-shrink:0;padding:4px}.work-post-module__ptzicq__playlistPanel .work-post-module__ptzicq__sunken-panel{background:silver;border:2px inset silver;padding:4px;overflow:auto;box-shadow:1px 1px 0 1px #dfdfdf,2px 2px 0 1px gray,1px 1px 0 2px #dfdfdf,2px 2px 0 2px gray}.work-post-module__ptzicq__playlistPanel table.work-post-module__ptzicq__interactive{border-collapse:collapse;background:#fff;width:100%;font-family:MS Sans Serif,sans-serif;font-size:10px}.work-post-module__ptzicq__playlistPanel table.work-post-module__ptzicq__interactive th{text-align:left;background:silver;border:1px outset silver;padding:2px 4px;font-size:10px;font-weight:700}.work-post-module__ptzicq__playlistPanel table.work-post-module__ptzicq__interactive td{border:1px solid silver;padding:2px 4px;font-size:10px}.work-post-module__ptzicq__playlistPanel table.work-post-module__ptzicq__interactive tr:hover{background:#dfdfdf}.work-post-module__ptzicq__playlistPanel table.work-post-module__ptzicq__interactive tr.work-post-module__ptzicq__highlighted{color:#fff;background:#316ac5}.work-post-module__ptzicq__mediaControls{background:silver;border-top:1px solid #dfdfdf;flex-shrink:0;padding:4px}.work-post-module__ptzicq__controlsPanel{align-items:center;gap:8px;display:flex}.work-post-module__ptzicq__transportControls{gap:2px;width:100%;display:flex}.work-post-module__ptzicq__transportControls button{color:#000;flex:1 1 0;min-width:0}.work-post-module__ptzicq__controlButton{background:silver;border:1px outset silver;flex:1;justify-content:center;align-items:center;width:24px;height:22px;font-family:inherit;font-size:14px;display:flex}.work-post-module__ptzicq__controlButton[title=Play]{font-size:11px}.work-post-module__ptzicq__controlButton:hover{background:#dfdfdf}.work-post-module__ptzicq__controlButton:active{background:#a0a0a0;border:1px inset silver}.work-post-module__ptzicq__seekBar{flex:1;margin:0 8px}.work-post-module__ptzicq__progressTrack{background:gray;border:1px inset silver;width:100%;height:6px;position:relative}.work-post-module__ptzicq__progressFill{background:#316ac5;width:30%;height:4px;margin:1px}.work-post-module__ptzicq__progressHandle{background:silver;border:1px outset silver;width:8px;height:12px;position:absolute;top:-3px;left:30%}.work-post-module__ptzicq__volumeControls{align-items:center;gap:4px;display:flex}.work-post-module__ptzicq__volumeSlider{width:60px}.work-post-module__ptzicq__volumeTrack{background:gray;border:1px inset silver;width:100%;height:6px;position:relative}.work-post-module__ptzicq__volumeFill{background:#316ac5;width:70%;height:4px;margin:1px}.work-post-module__ptzicq__volumeHandle{background:silver;border:1px outset silver;width:6px;height:10px;position:absolute;top:-2px;left:70%}.work-post-module__ptzicq__statusBar{background:silver;border-top:1px solid #dfdfdf;flex-shrink:0;height:20px;font-size:10px;display:flex}.work-post-module__ptzicq__statusPanel{align-items:center;padding:0 4px;display:flex}.work-post-module__ptzicq__statusPanel:last-child{border-right:none;margin-left:auto}.work-post-module__ptzicq__statusText{color:#000;font-size:10px}.work-post-module__ptzicq__closeButton{color:#000;background:0 0;border:none;padding:2px 4px;font-size:10px}.work-post-module__ptzicq__closeButton:hover{color:#fff;background:red}@media (max-width:768px){.work-post-module__ptzicq__workPostHeader{padding:6px 8px}.work-post-module__ptzicq__descInfo{grid-template-columns:1fr;gap:.8rem}.work-post-module__ptzicq__mediaPlayer{font-size:10px}.work-post-module__ptzicq__mediaControls{padding:0}.work-post-module__ptzicq__controlsPanel{flex-wrap:wrap;gap:0}.work-post-module__ptzicq__transportControls{flex:1 0 100%;order:1;gap:0}.work-post-module__ptzicq__seekBar{flex:1 0 100%;order:2;margin:4px 0}.work-post-module__ptzicq__volumeControls{order:3;justify-content:center}.work-post-module__ptzicq__playlistItems{gap:1px}.work-post-module__ptzicq__playlistItem{font-size:9px}}
