@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;overflow:hidden}#experience{position:fixed;height:100%;width:100%;top:0;left:0;overflow:hidden}#experience #experience-canvas{display:block;outline:none}.loading-screen{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center;overflow:hidden;background:var(--ls-bg, #070b1c);transition:opacity .9s ease-out}.loading-screen.ended{opacity:0;pointer-events:none}.loading-screen.ready{cursor:pointer}.ls-galaxy{position:absolute;inset:-20%;background:radial-gradient(ellipse 55% 28% at 68% 32%,rgba(118,108,200,.16),transparent 70%),radial-gradient(ellipse 45% 22% at 28% 72%,rgba(255,79,163,.07),transparent 70%),radial-gradient(ellipse 30% 16% at 50% 50%,rgba(255,226,170,.05),transparent 70%);transform:rotate(-16deg)}.ls-stars{position:absolute;inset:-8%;will-change:transform,opacity;background-image:radial-gradient(1.6px 1.6px at 11% 21%,#fff,transparent),radial-gradient(1.2px 1.2px at 27% 64%,#cfdcff,transparent),radial-gradient(1.8px 1.8px at 38% 12%,#fff,transparent),radial-gradient(1.1px 1.1px at 52% 44%,#ffe3b8,transparent),radial-gradient(1.5px 1.5px at 66% 23%,#fff,transparent),radial-gradient(1.2px 1.2px at 78% 71%,#cfdcff,transparent),radial-gradient(1.7px 1.7px at 89% 38%,#fff,transparent),radial-gradient(1.3px 1.3px at 18% 86%,#ffe3b8,transparent),radial-gradient(1.5px 1.5px at 61% 89%,#fff,transparent),radial-gradient(1.1px 1.1px at 93% 82%,#cfdcff,transparent);animation:ls-twinkle 3.6s ease-in-out infinite,ls-drift 70s linear infinite alternate}.ls-stars-b{background-image:radial-gradient(1.3px 1.3px at 7% 51%,#cfdcff,transparent),radial-gradient(1.7px 1.7px at 21% 39%,#fff,transparent),radial-gradient(1.1px 1.1px at 33% 79%,#fff,transparent),radial-gradient(1.6px 1.6px at 45% 27%,#ffe3b8,transparent),radial-gradient(1.2px 1.2px at 57% 63%,#fff,transparent),radial-gradient(1.8px 1.8px at 71% 9%,#cfdcff,transparent),radial-gradient(1.2px 1.2px at 83% 55%,#fff,transparent),radial-gradient(1.5px 1.5px at 96% 17%,#ffe3b8,transparent),radial-gradient(1.3px 1.3px at 42% 94%,#fff,transparent),radial-gradient(1.6px 1.6px at 87% 93%,#cfdcff,transparent);animation-delay:-1.8s,0s;animation-duration:3.6s,95s}.ls-stars-c{background-image:radial-gradient(1px 1px at 15% 33%,#9fb0dd,transparent),radial-gradient(.9px .9px at 29% 12%,#8fa0cc,transparent),radial-gradient(1px 1px at 44% 61%,#9fb0dd,transparent),radial-gradient(.9px .9px at 58% 8%,#8fa0cc,transparent),radial-gradient(1px 1px at 72% 47%,#9fb0dd,transparent),radial-gradient(.9px .9px at 86% 76%,#8fa0cc,transparent),radial-gradient(1px 1px at 8% 71%,#9fb0dd,transparent),radial-gradient(.9px .9px at 51% 91%,#8fa0cc,transparent),radial-gradient(1px 1px at 95% 58%,#9fb0dd,transparent);animation-delay:-2.7s,0s;animation-duration:4.4s,120s;opacity:.7}@keyframes ls-twinkle{0%,to{opacity:.95}50%{opacity:.4}}@keyframes ls-drift{to{transform:translate3d(1.8%,-1.4%,0)}}.ls-shooting{position:absolute;width:2px;height:2px;border-radius:50%;background:#fff;box-shadow:0 0 6px 1px #ffffffd9;opacity:0;animation:ls-shoot 9s linear infinite}.ls-shooting:after{content:"";position:absolute;left:1px;top:50%;width:76px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.75),transparent);transform:translateY(-50%)}.ls-shooting-1{top:16%;left:72%;animation-delay:2.5s}.ls-shooting-2{top:58%;left:88%;animation-delay:6.5s;transform:scale(.7)}@keyframes ls-shoot{0%,87%{opacity:0;translate:0 0}89%{opacity:1}97%{opacity:0;translate:-230px 120px}to{opacity:0}}.term-box{--term: #f5f5f5;--term-dim: rgba(245, 245, 245, .7);position:relative;width:min(580px,92vw);min-height:220px;padding:34px 38px 38px;border:4px solid var(--term);background:#020205e6;box-shadow:0 0 22px #ffffff1a,inset 0 0 18px #ffffff0a;font-family:VT323,Courier New,monospace;color:var(--term);text-shadow:0 0 5px rgba(255,255,255,.28);animation:term-appear .35s ease-out}@keyframes term-appear{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.term-scanlines{position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(0,0,0,.16) 0 1px,transparent 1px 3px)}.term-stage{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.term-title{font-size:26px;letter-spacing:2px;margin-bottom:12px}.term-line{font-size:22px;line-height:1.35;margin:0}.term-cursor{animation:term-blink 1s step-end infinite}@keyframes term-blink{0%,to{opacity:1}50%{opacity:0}}.term-btn{margin:22px auto 0;padding:8px 36px;border:3px solid var(--term);background:transparent;color:var(--term);font-family:inherit;font-size:24px;letter-spacing:3px;cursor:pointer;text-shadow:inherit;transition:background .15s,color .15s}.term-btn:hover,.term-btn:focus-visible{background:var(--term);color:#05050a;text-shadow:none;outline:none}.term-log{width:100%;min-height:176px;font-size:21px;line-height:1.5}.term-log p{margin:0;color:var(--term-dim);white-space:pre-wrap;word-break:break-word}.term-log .t-ok{color:var(--term);font-weight:700}.term-log .t-name{color:var(--accent, #ff4fa3);text-shadow:0 0 8px rgba(255,79,163,.5)}.term-box.off{animation:term-off .5s cubic-bezier(.7,0,.84,0) forwards;pointer-events:none}@keyframes term-off{0%{transform:scale(1);filter:brightness(1);opacity:1}18%{transform:scale(1);filter:brightness(2.4)}45%{transform:scaleY(.012);filter:brightness(3.2);opacity:1}75%{transform:scale(.4,.006);filter:brightness(3.4)}to{transform:scale(.02,.004);filter:brightness(3.6);opacity:0}}.hud{position:fixed;top:22px;left:22px;z-index:60;display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-family:VT323,Courier New,monospace;transition:opacity .35s ease,transform .35s ease}.hud.hud-tucked{opacity:0;transform:translateY(-10px);pointer-events:none}.hud.theme-night .hud-box{background:#f2f2f2;color:#0b0b12}.hud.theme-night .hud-btn{background:#f2f2f2;color:#0b0b12;border-color:#f2f2f2}.hud.theme-night .hud-btn:hover,.hud.theme-night .hud-btn:focus-visible{background:transparent;color:#f2f2f2;outline:none}.hud.theme-day .hud-box{background:#0c0c14eb;color:#f5f5f5}.hud.theme-day .hud-btn{background:#0c0c14eb;color:#f5f5f5;border-color:#0c0c14eb}.hud.theme-day .hud-btn:hover,.hud.theme-day .hud-btn:focus-visible{background:transparent;color:#0b0b12;border-color:#0c0c14eb;outline:none}.hud-box{padding:5px 14px 7px;font-size:21px;letter-spacing:1px;line-height:1.2;min-height:20px;min-width:12px;transition:opacity .5s,background .6s,color .6s}.hud-box.bye{opacity:0}.hud-row{display:flex;gap:8px}.hud-btn{padding:6px 22px;border:2px solid;font-family:inherit;font-size:22px;letter-spacing:2px;cursor:pointer;transition:background .15s,color .15s}.mode-toggle .icon-moon{display:none}.mode-toggle.is-day .icon-moon{display:block}.mode-toggle.is-day .icon-sun{display:none}.fs-toggle{position:fixed;left:50%;bottom:5.5%;transform:translate(-50%);z-index:140;padding:10px 24px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#0f0c1699;color:#ffe9c9;font-family:VT323,Courier New,monospace;font-size:19px;letter-spacing:1.5px;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .15s,background .2s}.fs-toggle:hover{transform:translate(-50%) scale(1.06);background:#231c32bf}.page-nav{position:fixed;top:50%;transform:translateY(-50%);z-index:120;width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#14101c8c;color:#ffe9c9;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .15s,background .2s}.page-nav:hover{transform:translateY(-50%) scale(1.1);background:#231c32bf}.page-nav-prev{left:22px}.page-nav-next{right:22px}@media(max-width:600px){.page-nav{width:44px;height:44px}.page-nav-prev{left:10px}.page-nav-next{right:10px}}.ctrl-btn,.fs-toggle,.page-nav,.lb-btn,.rp-btn,.rp-item,.tour-nav,.tour-skip,.marker,.hud-btn{min-width:0!important;box-shadow:none!important;font-family:inherit}.tour{position:fixed;left:50%;bottom:30px;transform:translate(-50%);z-index:125;display:flex;align-items:center;gap:10px;padding:10px 10px 10px 18px;border-radius:20px;border:1px solid rgba(255,255,255,.12);background:#16121c8c;backdrop-filter:blur(22px) saturate(1.3);-webkit-backdrop-filter:blur(22px) saturate(1.3);box-shadow:0 20px 50px #00000080,inset 0 1px #ffffff12;color:#f4efe8;font-family:Inter,Segoe UI,system-ui,sans-serif;animation:tourRise .5s cubic-bezier(.22,1,.36,1)}@keyframes tourRise{0%{opacity:0;transform:translate(-50%) translateY(14px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tour-info{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:172px;padding-right:4px}.tour-eyebrow{display:flex;align-items:center;gap:9px;width:100%}.tour-step{font-size:10.5px;font-weight:600;letter-spacing:1.4px;text-transform:uppercase;color:#f4c896b8;white-space:nowrap}.tour-dots{display:inline-flex;align-items:center;gap:5px}.tour-dots i{width:5px;height:5px;border-radius:999px;background:#ffffff38;transition:width .35s cubic-bezier(.22,1,.36,1),background .3s,box-shadow .3s}.tour-dots i.on{width:15px;background:linear-gradient(90deg,#f3ba7e,#e79a52);box-shadow:0 0 8px #f0b4788c}.tour-title-txt{font-size:16px;font-weight:600;letter-spacing:-.1px;line-height:1.2;color:#fdf6ee;white-space:nowrap}.tour-nav{flex:0 0 auto;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease,background .2s,box-shadow .2s,border-color .2s}.tour-prev{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#e9e1d6}.tour-prev:hover{background:#ffffff21;transform:scale(1.06)}.tour-prev.hidden{display:none}.tour-next{border:1px solid rgba(255,224,184,.5);background:linear-gradient(150deg,#f5be82,#e69a50);color:#2c1a0c;box-shadow:0 3px 10px #d2823c52,inset 0 1px #ffffff59}.tour-next:hover{transform:scale(1.07);box-shadow:0 5px 14px #d2823c6b,inset 0 1px #fff6}.tour-skip{flex:0 0 auto;padding:8px 6px;border:none;background:transparent;color:#ffffff7a;font-family:inherit;font-size:13px;font-weight:500;letter-spacing:.2px;cursor:pointer;transition:color .2s}.tour-skip:hover{color:#ffffffe6}@media(max-width:600px){.tour{bottom:20px;gap:8px;padding:9px 9px 9px 15px;border-radius:18px}.tour-info{min-width:130px}.tour-title-txt{font-size:15px}.tour-nav{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.tour{animation:none}.tour-dots i{transition:none}.marker-num{animation:none}}.markers{position:fixed;inset:0;z-index:110;pointer-events:none}.markers.hidden{display:none}.marker{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;gap:0;padding:0;border:none;background:transparent;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.marker-num{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:700;color:#ffedd4;background:#1a130fbd;border:1.5px solid rgba(255,201,143,.9);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:markerPulse 2.4s ease-out infinite;transition:transform .18s ease,background .2s ease,border-color .2s ease}.marker-label{max-width:0;overflow:hidden;white-space:nowrap;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:600;letter-spacing:.1px;color:#fff3e5;opacity:0;transform:translate(-4px);transition:max-width .3s ease,opacity .25s ease,transform .3s ease,margin .3s ease;text-shadow:0 1px 4px rgba(0,0,0,.75),0 0 10px rgba(0,0,0,.5)}.marker:hover .marker-num{transform:scale(1.14);background:#2c1f16e6;border-color:#ffd9a8;animation:none}.marker:hover .marker-label{max-width:160px;opacity:1;margin-left:9px;transform:translate(0)}@keyframes markerPulse{0%{box-shadow:0 2px 8px #00000080,0 0 #ffc28299}70%{box-shadow:0 2px 8px #00000080,0 0 0 11px #ffc28200}to{box-shadow:0 2px 8px #00000080,0 0 #ffc28200}}.radio-player{position:fixed;right:5vw;top:50%;z-index:120;width:min(540px,40vw);padding:18px 20px 14px;border-radius:20px;border:1px solid rgba(255,255,255,.32);background:#100d18b8;color:#f2eee8;font-family:Inter,Segoe UI,system-ui,sans-serif;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 60px #00000073;transform:translateY(-50%) translate(26px);opacity:0;transition:transform .32s ease,opacity .32s ease}.radio-player.on{transform:translateY(-50%) translate(0);opacity:1}.radio-player.single{width:min(300px,88vw)}.rp-head{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:2.5px;color:#f2eee899}.rp-dot{width:9px;height:9px;border-radius:50%;background:#555;transition:background .3s}.radio-player.playing .rp-dot{background:#ff5d5d;animation:rp-onair 1.4s ease-in-out infinite}@keyframes rp-onair{0%,to{box-shadow:0 0 #ff5d5d8c}50%{box-shadow:0 0 0 6px #ff5d5d00}}.rp-body{display:flex;gap:20px;margin-top:14px}.rp-left{flex:0 0 212px;min-width:0;display:flex;flex-direction:column}.rp-right{flex:1;min-width:0;display:flex;flex-direction:column}.rp-cover{width:100%;aspect-ratio:1;height:auto;border-radius:14px;object-fit:cover;background:#000;box-shadow:0 10px 30px #00000073}.rp-meta{margin-top:12px;min-width:0}.rp-title{font-size:17px;font-weight:700;letter-spacing:-.2px;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rp-artist{margin-top:2px;font-size:13px;font-weight:500;color:#f2eee88c;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rp-progress{display:flex;align-items:center;gap:8px;margin-top:12px}.rp-progress .rp-time,.rp-progress .rp-dur{font-size:11px;font-weight:500;font-variant-numeric:tabular-nums;min-width:30px;text-align:center;color:#f2eee88c}.rp-progress .rp-seek{flex:1;accent-color:#ffb46b}.rp-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:12px}.rp-btn{width:44px;height:44px;flex:0 0 auto;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:#ffffff0f;color:#ffe9c9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s,background .2s}.rp-btn:hover{transform:scale(1.08);background:#ffffff24}.rp-btn.rp-play{width:56px;height:56px;background:#ffb46b2e;border-color:#ffb46b99}.rp-upnext{font-size:11px;font-weight:600;letter-spacing:2px;color:#f2eee880;margin:2px 0 8px}.rp-list{flex:1;max-height:300px;overflow-y:auto;border-radius:12px;background:#ffffff0d;padding:4px;scrollbar-width:thin}.rp-item{width:100%;display:flex;align-items:center;gap:9px;padding:8px 10px;border:none;border-radius:9px;background:transparent;color:#f2eee8cc;font-family:inherit;cursor:pointer;text-align:left;transition:background .15s}.rp-item:hover{background:#ffffff14}.rp-item.active{background:#ffb46b29;color:#ffe9c9}.rp-item.active .rp-item-title{color:#ffd9a8}.rp-item-no{font-size:11px;font-weight:600;min-width:14px;opacity:.5;font-variant-numeric:tabular-nums}.rp-item.active .rp-item-no{display:none}.rp-item-meta{min-width:0;display:flex;flex-direction:column}.rp-item-title{font-size:13px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rp-item-artist{font-size:11px;font-weight:500;opacity:.55;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rp-eq{display:none;align-items:flex-end;gap:2px;width:14px;height:14px}.rp-eq i{width:3px;background:#ffb46b;border-radius:1px;height:30%}.rp-item.active .rp-eq{display:inline-flex}.radio-player.playing .rp-item.active .rp-eq i:nth-child(1){animation:rp-eq .9s ease-in-out infinite}.radio-player.playing .rp-item.active .rp-eq i:nth-child(2){animation:rp-eq .7s ease-in-out infinite .15s}.radio-player.playing .rp-item.active .rp-eq i:nth-child(3){animation:rp-eq 1.1s ease-in-out infinite .3s}@keyframes rp-eq{0%,to{height:25%}50%{height:100%}}.rp-volume{display:flex;align-items:center;gap:10px;margin-top:12px;color:#f2eee899}.rp-volume .rp-vol{flex:1;accent-color:#ffb46b}.rp-status{margin-top:8px;font-size:11px;font-weight:500;color:#ff8f8f;min-height:12px}@media(max-width:600px){.radio-player{right:4vw;left:4vw;top:auto;bottom:14px;width:auto;padding:14px 16px 12px;transform:translateY(26px)}.radio-player.on{transform:translateY(0)}.rp-body{display:block;margin-top:12px}.rp-left{display:grid;grid-template-columns:108px 1fr;grid-template-areas:"cover meta" "progress progress" "controls controls";column-gap:14px;align-items:center}.rp-cover{grid-area:cover;width:108px;height:108px;aspect-ratio:auto;border-radius:12px}.rp-meta{grid-area:meta;margin-top:0}.rp-title{font-size:16px}.rp-progress{grid-area:progress;margin-top:10px}.rp-controls{grid-area:controls;margin-top:8px}.rp-right{margin-top:10px}.rp-upnext{display:none}.rp-list{max-height:86px}.rp-volume{display:none}}.lightbox{position:fixed;inset:0;z-index:150;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .28s ease}.lightbox.on{opacity:1}.lb-backdrop{position:absolute;inset:0;background:#08060ec7;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:pointer}.lb-card{position:relative;margin:0;background:#fdfbf7;padding:clamp(10px,1.6vw,16px);padding-bottom:clamp(12px,1.8vw,18px);border-radius:6px;box-shadow:0 24px 80px #0000008c;transform:scale(.94);transition:transform .28s ease;max-width:90vw}.lb-card img{display:block;max-width:84vw;max-height:72vh;object-fit:contain;border-radius:3px}.lightbox.on .lb-card{transform:scale(1)}.lb-caption{margin-top:10px;text-align:center;font-family:Pacifico,Segoe Script,cursive;font-size:clamp(17px,2.2vw,22px);color:#5a4a52}.lb-btn{position:absolute;z-index:2;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:#14101c8c;color:#ffe9c9;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .15s}.lb-btn:hover{transform:scale(1.08)}.lb-close{top:18px;right:18px}.lb-prev,.lb-next{top:50%;transform:translateY(-50%)}.lb-prev:hover,.lb-next:hover{transform:translateY(-50%) scale(1.08)}.lb-prev{left:16px}.lb-next{right:16px}@media(max-width:600px){.lb-card img{max-width:86vw;max-height:62vh}.lb-btn{width:44px;height:44px}.lb-prev{left:8px}.lb-next{right:8px}.lb-close{top:10px;right:10px}}@media(max-width:600px){.term-box{padding:26px 22px 30px;min-height:190px}.term-title{font-size:22px}.term-line{font-size:19px}.term-btn{font-size:21px;padding:8px 30px}.term-log{font-size:18px;min-height:150px}.hud{top:14px;left:14px;gap:6px}.hud-box{font-size:17px;padding:4px 10px 6px}.hud-btn{font-size:18px;padding:6px 18px}.controls{right:14px;bottom:14px;gap:10px}.ctrl-btn{width:44px;height:44px}}.hidden{display:none!important}.controls{position:fixed;right:22px;bottom:22px;z-index:100;display:flex;align-items:center;gap:14px}.ctrl-btn{width:46px;height:46px;flex:0 0 auto;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:#14101c73;color:#ffe9c9;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .15s,opacity .25s}.ctrl-btn:hover{transform:scale(1.08)}.sound-toggle{color:#ffd9ec}.sound-toggle.muted{opacity:.4;text-decoration:line-through}@font-face{font-family:Pacifico;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/pacifico-cyrillic-ext-400-normal-BuyJL26e.woff2) format("woff2"),url(/assets/pacifico-cyrillic-ext-400-normal-BH1b5rOk.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Pacifico;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/pacifico-cyrillic-400-normal-DS5_g9Hw.woff2) format("woff2"),url(/assets/pacifico-cyrillic-400-normal-BtlfDWif.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Pacifico;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/pacifico-vietnamese-400-normal-CNs27uJ4.woff2) format("woff2"),url(/assets/pacifico-vietnamese-400-normal-CLnUcRoK.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Pacifico;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/pacifico-latin-ext-400-normal-Ba3kv-va.woff2) format("woff2"),url(/assets/pacifico-latin-ext-400-normal-nyRvH6_c.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Pacifico;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/pacifico-latin-400-normal-7HIToT7q.woff2) format("woff2"),url(/assets/pacifico-latin-400-normal-DArfF-vd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:400;src:url(/assets/ms_sans_serif-C3pax6mQ.woff) format("woff");src:url(/assets/ms_sans_serif-Du8rjN1q.woff2) format("woff2")}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:700;src:url(/assets/ms_sans_serif_bold-B8yxhAcs.woff) format("woff");src:url(/assets/ms_sans_serif_bold-D5dpRRHG.woff2) format("woff2")}body{color:#222;font-family:Arial;font-size:12px}.title-bar,.window,button,input,label,legend,li[role=tab],option,select,table,textarea,ul.tree-view{-webkit-font-smoothing:none;font-family:"Pixelated MS Sans Serif",Arial;font-size:11px}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid #222;text-decoration:none}button,input[type=reset],input[type=submit]{background:silver;border:none;border-radius:0;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 #222}button.default,input[type=reset].default,input[type=submit].default{box-shadow:inset -2px -2px #0a0a0a,inset 1px 1px #0a0a0a,inset 2px 2px #fff,inset -3px -3px gray,inset 3px 3px #dfdfdf}.vertical-bar{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;height:20px;width:4px}button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray;text-shadow:1px 1px #222}button.default:not(:disabled):active,input[type=reset].default:not(:disabled):active,input[type=submit].default:not(:disabled):active{box-shadow:inset 2px 2px #0a0a0a,inset -1px -1px #0a0a0a,inset -2px -2px #fff,inset 3px 3px gray,inset -3px -3px #dfdfdf}@media not(hover){button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray}}button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted #000;outline-offset:-4px}button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:gray}:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 #fff}.window{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px gray,inset 2px 2px #fff;padding:3px}.title-bar{align-items:center;background:linear-gradient(90deg,navy,#1084d0);display:flex;justify-content:space-between;padding:3px 2px 3px 3px}.title-bar.inactive{background:linear-gradient(90deg,gray,#b5b5b5)}.title-bar-text{color:#fff;font-weight:700;letter-spacing:0;margin-right:24px}.title-bar-controls{display:flex}.title-bar-controls button{display:block;min-height:14px;min-width:16px;padding:0}.title-bar-controls button:active{padding:0}.title-bar-controls button:focus{outline:none}.title-bar-controls button[aria-label=Minimize],.title-bar-controls button[aria-label].minimize{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E");background-position:bottom 3px left 4px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Maximize],.title-bar-controls button[aria-label].maximize{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='%23000'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Maximize]:disabled,.title-bar-controls button[aria-label].maximize:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1H1v9h9V1zM9 3H2v6h7V3z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='gray'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Restore],.title-bar-controls button[aria-label].restore{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M2 0h6v2H2zM7 2h1v4H7zM2 2h1v1H2zM6 5h1v1H6zM0 3h6v2H0zM5 5h1v4H5zM0 5h1v4H0zM1 8h4v1H1z'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Help],.title-bar-controls button[aria-label].help{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 1h2v2H0zM1 0h4v1H1zM4 1h2v2H4zM3 3h2v1H3zM2 4h2v2H2zM2 7h2v2H2z'/%3E%3C/svg%3E");background-position:top 2px left 5px;background-repeat:no-repeat}.title-bar-controls button[aria-label=Close],.title-bar-controls button[aria-label].close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23000'/%3E%3C/svg%3E");background-position:top 3px left 4px;background-repeat:no-repeat;margin-left:2px}.status-bar{gap:1px;display:flex;margin:0 1px}.status-bar-field{box-shadow:inset -1px -1px #dfdfdf,inset 1px 1px gray;flex-grow:1;margin:0;padding:2px 3px}.window-body{margin:8px}fieldset{border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='5' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h5v5H0V2h2v1h1V2H0' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h4v4H0V1h1v2h2V1H0'/%3E%3C/svg%3E") 2;margin:0;padding:10px;padding-block-start:8px}legend{background:silver}.field-row{align-items:center;display:flex}[class^=field-row]+[class^=field-row]{margin-top:6px}.field-row>*+*{margin-left:6px}.field-row-stacked{display:flex;flex-direction:column}.field-row-stacked *+*{margin-top:6px}label{align-items:center;display:inline-flex;-webkit-user-select:none;user-select:none}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0;border:none;margin:0;opacity:0;position:fixed}input[type=checkbox]+label,input[type=radio]+label{line-height:13px}input[type=radio]+label{margin-left:18px;position:relative}input[type=radio]+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='%23fff'/%3E%3C/svg%3E");content:"";display:inline-block;height:12px;left:-18px;margin-right:6px;position:absolute;top:0;width:12px}input[type=radio]:active+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E")}input[type=radio]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='%23000'/%3E%3C/svg%3E");content:"";display:block;height:4px;left:-14px;position:absolute;top:4px;width:4px}input[type=checkbox]:focus+label,input[type=radio]:focus+label{outline:1px dotted #000}input[type=radio][disabled]+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E")}input[type=radio][disabled]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='gray'/%3E%3C/svg%3E")}input[type=checkbox]+label{margin-left:19px;position:relative}input[type=checkbox]+label:before{background:#fff;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;content:"";display:inline-block;height:13px;left:-19px;margin-right:6px;position:absolute;width:13px}input[type=checkbox]:active+label:before{background:silver}input[type=checkbox]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='%23000'/%3E%3C/svg%3E");content:"";display:block;height:7px;left:-16px;position:absolute;width:7px}input[type=checkbox][disabled]+label:before{background:silver}input[type=checkbox][disabled]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='gray'/%3E%3C/svg%3E")}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{background-color:#fff;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;box-sizing:border-box;padding:3px 4px}select,textarea{border:none}textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-radius:0;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;box-sizing:border-box;padding:3px 4px}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{height:21px}input[type=number]{height:22px}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;height:0;width:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{line-height:2}input[type=email]:disabled,input[type=email]:read-only,input[type=number]:disabled,input[type=number]:read-only,input[type=password]:disabled,input[type=password]:read-only,input[type=search]:disabled,input[type=search]:read-only,input[type=tel]:disabled,input[type=tel]:read-only,input[type=text]:disabled,input[type=text]:read-only,input[type=url]:disabled,input[type=url]:read-only,textarea:disabled{background-color:silver}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");background-position:top 2px right 2px;background-repeat:no-repeat;border-radius:0;padding-right:32px;position:relative}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{outline:none}input[type=range]{-webkit-appearance:none;background:transparent;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E");border:none;box-shadow:none;height:21px;transform:translateY(-8px);width:11px}input[type=range].has-box-indicator::-webkit-slider-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E");transform:translateY(-10px)}input[type=range]::-moz-range-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E");border:0;border-radius:0;height:21px;transform:translateY(2px);width:11px}input[type=range].has-box-indicator::-moz-range-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E");transform:translateY(0)}input[type=range]::-webkit-slider-runnable-track{background:#000;border-bottom:1px solid grey;border-right:1px solid grey;box-shadow:1px 0 #fff,1px 1px #fff,0 1px #fff,-1px 0 #a9a9a9,-1px -1px #a9a9a9,0 -1px #a9a9a9,-1px 1px #fff,1px -1px #a9a9a9;box-sizing:border-box;height:2px;width:100%}input[type=range]::-moz-range-track{background:#000;border-bottom:1px solid grey;border-right:1px solid grey;box-shadow:1px 0 #fff,1px 1px #fff,0 1px #fff,-1px 0 #a9a9a9,-1px -1px #a9a9a9,0 -1px #a9a9a9,-1px 1px #fff,1px -1px #a9a9a9;box-sizing:border-box;height:2px;width:100%}.is-vertical{display:inline-block;height:150px;transform:translateY(50%);width:4px}.is-vertical>input[type=range]{height:4px;margin:0 16px 0 10px;transform:rotate(270deg) translate(calc(-50% + 8px));transform-origin:left;width:150px}.is-vertical>input[type=range]::-webkit-slider-runnable-track{border-bottom:1px solid grey;border-left:1px solid grey;border-right:0;box-shadow:-1px 0 #fff,-1px 1px #fff,0 1px #fff,1px 0 #a9a9a9,1px -1px #a9a9a9,0 -1px #a9a9a9,1px 1px #fff,-1px -1px #a9a9a9}.is-vertical>input[type=range]::-moz-range-track{border-bottom:1px solid grey;border-left:1px solid grey;border-right:0;box-shadow:-1px 0 #fff,-1px 1px #fff,0 1px #fff,1px 0 #a9a9a9,1px -1px #a9a9a9,0 -1px #a9a9a9,1px 1px #fff,-1px -1px #a9a9a9}.is-vertical>input[type=range]::-webkit-slider-thumb{transform:translateY(-8px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-webkit-slider-thumb{transform:translateY(-10px) scaleX(-1)}.is-vertical>input[type=range]::-moz-range-thumb{transform:translateY(2px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-moz-range-thumb{transform:translateY(0) scaleX(-1)}select:focus{background-color:navy;color:#fff}select:focus option{background-color:#fff;color:#000}select:active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h16v17H0V0zm1 16h14V1H1v15z' fill='gray'/%3E%3Cpath fill='silver' d='M1 1h14v15H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 7H5v1h1v1h1v1h1v1h1v-1h1V9h1V8h1V7z' fill='%23000'/%3E%3C/svg%3E")}a{color:#00f}a:focus{outline:1px dotted #00f}ul.tree-view{background:#fff;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;display:block;margin:0;padding:6px}ul.tree-view li{list-style-type:none}ul.tree-view a{color:#000;text-decoration:none}ul.tree-view a:focus{background-color:navy;color:#fff}ul.tree-view li,ul.tree-view ul{margin-top:3px}ul.tree-view ul{border-left:1px dotted grey;margin-left:16px;padding-left:16px}ul.tree-view ul>li{position:relative}ul.tree-view ul>li:before{border-bottom:1px dotted grey;content:"";display:block;left:-16px;position:absolute;top:6px;width:12px}ul.tree-view ul>li:last-child:after{background:#fff;bottom:0;content:"";display:block;left:-20px;position:absolute;top:7px;width:8px}ul.tree-view details{margin-top:0}ul.tree-view details[open] summary{margin-bottom:0}ul.tree-view ul details>summary:before{margin-left:-22px;position:relative;z-index:1}ul.tree-view details>summary:before{background-color:#fff;border:1px solid grey;content:"+";display:block;float:left;height:9px;line-height:8px;margin-right:5px;padding-left:1px;text-align:center;width:8px}ul.tree-view details[open]>summary:before{content:"-"}ul.tree-view details>summary::-webkit-details-marker,ul.tree-view details>summary::marker{content:""}pre{background:#fff;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;display:block;margin:0;padding:12px 8px}code,code *{font-family:monospace}summary:focus{outline:1px dotted #000}::-webkit-scrollbar{width:16px}::-webkit-scrollbar:horizontal{height:17px}::-webkit-scrollbar-corner{background:#dfdfdf}::-webkit-scrollbar-track{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0v1h1v1h1V1H1V0z' fill='silver'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1v1H0v1h1V1h1V0z' fill='%23fff'/%3E%3C/svg%3E")}::-webkit-scrollbar-thumb{background-color:#dfdfdf;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf}::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:start:decrement{display:block}::-webkit-scrollbar-button:vertical:start{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7v1H6v1H5v1H4v1h7V9h-1V8H9V7H8V6z' fill='%23000'/%3E%3C/svg%3E");height:17px}::-webkit-scrollbar-button:vertical:end{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");height:17px}::-webkit-scrollbar-button:horizontal:start{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8v1H7v1H6v1H5v1h1v1h1v1h1v1h1V4z' fill='%23000'/%3E%3C/svg%3E");width:16px}::-webkit-scrollbar-button:horizontal:end{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6v7h1v-1h1V9h1V8h1V7H9V6H8V5H7V4z' fill='%23000'/%3E%3C/svg%3E");width:16px}.window[role=tabpanel]{position:relative;z-index:2}menu[role=tablist]{display:flex;list-style-type:none;margin:0 0 -2px;padding-left:3px;position:relative;text-indent:0}menu[role=tablist]>li{border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:inset -1px 0 #0a0a0a,inset 1px 1px #dfdfdf,inset -2px 0 gray,inset 2px 2px #fff;z-index:1}menu[role=tablist]>li[aria-selected=true]{background-color:silver;margin-left:-3px;margin-top:-2px;padding-bottom:2px;position:relative;z-index:8}menu[role=tablist]>li>a{color:#222;display:block;margin:6px;text-decoration:none}menu[role=tablist]>li[aria-selected=true]>a:focus{outline:none}menu[role=tablist]>li>a:focus{outline:1px dotted #222}menu[role=tablist].multirows>li{flex-grow:1;text-align:center}.sunken-panel{border:2px groove transparent;border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='gray' d='M0 0h4v1H0z'/%3E%3Cpath fill='gray' d='M0 0h1v4H0z'/%3E%3Cpath fill='%230a0a0a' d='M1 1h2v1H1z'/%3E%3Cpath fill='%230a0a0a' d='M1 1h1v2H1z'/%3E%3Cpath fill='%23fff' d='M0 4h5v1H0z'/%3E%3Cpath fill='%23fff' d='M4 0h1v5H4z'/%3E%3Cpath fill='%23dfdfdf' d='M3 1h1v3H3z'/%3E%3Cpath fill='%23dfdfdf' d='M1 3h3v1H1z'/%3E%3C/svg%3E") 2;box-sizing:border-box;overflow:auto}.sunken-panel,table{background-color:#fff}table{border-collapse:collapse;position:relative;text-align:left;white-space:nowrap}table>thead>tr>*{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;box-sizing:border-box;font-weight:400;height:17px;padding:0 6px;position:sticky;top:0}table.interactive>tbody>tr{cursor:pointer}table>tbody>tr.highlighted{background-color:navy;color:#fff}table>tbody>tr>*{height:14px;padding:0 6px}.progress-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;box-shadow:inset -2px -2px #dfdfdf,inset 2px 2px gray;box-sizing:border-box;height:32px;padding:4px;position:relative}.progress-indicator>.progress-indicator-bar{background-color:navy;display:block;height:100%}.progress-indicator.segmented>.progress-indicator-bar{background-color:transparent;background-image:linear-gradient(90deg,navy 16px,transparent 0 2px);background-repeat:repeat;background-size:18px 100%;width:100%}.field-border{background:#fff}.field-border,.field-border-disabled{box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;padding:2px}.field-border-disabled{background:silver}.status-field-border{background:silver;box-shadow:inset -1px -1px #dfdfdf,inset 1px 1px gray;padding:1px}.computer-screen{position:fixed;left:0;top:0;width:100%;height:100%;z-index:130;opacity:0;overflow:hidden;transition:left .35s ease,top .35s ease,width .35s ease,height .35s ease,opacity .38s ease-out,border-radius .35s ease}.computer-screen.on{opacity:1}.computer-screen.fitted{border-radius:8px;box-shadow:0 0 0 2px #0009,0 0 34px #8cc8ff38}.gift-os{position:absolute;inset:0;background:teal;overflow:hidden;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.gift-os.shutting{animation:os-off .6s cubic-bezier(.7,0,.84,0) forwards}@keyframes os-off{0%{transform:scale(1);filter:brightness(1)}20%{filter:brightness(1.8)}55%{transform:scaleY(.01);filter:brightness(3)}to{transform:scale(.02,.004);filter:brightness(3.4);opacity:0}}.os-scanlines{position:absolute;inset:0;pointer-events:none;z-index:99;background:repeating-linear-gradient(0deg,rgba(0,0,0,.05) 0 1px,transparent 1px 3px)}.os-desktop{position:relative;flex:1;min-height:0;overflow:hidden;padding:12px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex-wrap:wrap;align-content:flex-start}.os-icon{width:110px;padding:10px 4px;background:transparent;border:1px dotted transparent;display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;box-shadow:none}.os-icon:hover{border-color:#fff9}.os-icon:active{background:#00003c40}.os-ico{image-rendering:pixelated;display:block}.os-icon-img .os-ico,.os-icon-img svg{width:48px;height:48px}.os-menu-icon .os-ico,.os-menu-icon svg{width:26px;height:26px}.os-task-btn .os-ico,.os-task-btn svg{width:18px;height:18px}.os-icon-label{color:#fff;font-size:14px;line-height:1.25;text-shadow:1px 1px 0 #000;word-break:break-word;text-align:center}.os-taskbar{position:relative;z-index:50;height:42px;flex:0 0 auto;background:silver;box-shadow:inset 0 1px #fff;border-top:1px solid #dfdfdf;display:flex;align-items:center;gap:5px;padding:3px 4px}.os-start{font-weight:700;font-size:14px;display:flex;align-items:center;gap:6px;min-width:74px;height:32px}.os-start-logo{width:14px;height:14px;background:conic-gradient(from 0deg at 50% 50%,#f25022 0 25%,#7fba00 0 50%,#00a4ef 0 75%,#ffb900 0 100%);transform:rotate(-8deg);display:inline-block}.os-tasks{flex:1;display:flex;gap:4px;overflow:hidden}.os-task-btn{height:32px;font-size:13px;max-width:190px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:flex;align-items:center;gap:5px}.os-task-btn.active{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray;background:repeating-conic-gradient(#fff 0 25%,#dfdfdf 0 50%) 0 0/4px 4px;font-weight:700}.os-task-btn .os-menu-icon svg{width:15px;height:15px}.os-tray{display:flex;align-items:center;gap:5px}.os-leave{height:32px;font-size:13px;font-weight:700;white-space:nowrap;display:flex;align-items:center;gap:6px}.os-leave svg{width:18px;height:18px}.os-clock{height:32px;padding:0 12px;display:flex;align-items:center;box-shadow:inset -1px -1px #fff,inset 1px 1px gray;font-size:13px}.os-start-menu{position:absolute;left:4px;bottom:46px;z-index:60;display:flex;background:silver;box-shadow:inset 1px 1px #dfdfdf,inset -1px -1px #0a0a0a,2px 2px 4px #0006;padding:2px}.os-menu-banner{width:26px;background:linear-gradient(180deg,navy,#1084d0);display:flex;align-items:flex-end;justify-content:center;padding:8px 0}.os-menu-banner span{writing-mode:vertical-rl;transform:rotate(180deg);color:#fff;font-size:15px;letter-spacing:1px}.os-menu-banner span b{font-weight:700}.os-menu-items{display:flex;flex-direction:column;min-width:210px}.os-menu-item{display:flex;align-items:center;gap:10px;padding:8px 14px;background:transparent;border:none;box-shadow:none;min-height:40px;font-size:14px;text-align:left;cursor:pointer}.os-menu-item:hover{background:navy;color:#fff}.os-menu-icon{display:inline-flex}.os-menu-icon svg{width:20px;height:20px}.os-menu-divider{height:2px;margin:3px 4px;box-shadow:inset 0 1px gray,inset 0 -1px #fff}.os-boot{position:absolute;inset:0;z-index:90;background:#000;display:flex;align-items:center;justify-content:center;transition:opacity .45s}.os-boot.bye{opacity:0;pointer-events:none}.os-boot-inner{text-align:center;color:#fff}.os-boot-logo{font-size:46px;letter-spacing:2px}.os-boot-logo b{color:#ffb000}.os-boot-sub{margin-top:6px;font-size:13px;color:#9a9a9a}.os-boot-bar{margin:26px auto 0;width:220px;height:14px;border:1px solid #555;padding:2px}.os-boot-fill{height:100%;width:0;background:repeating-linear-gradient(90deg,#1084d0 0 8px,navy 8px 12px);animation:os-boot-fill 1.9s steps(18) forwards}@keyframes os-boot-fill{to{width:100%}}.os-window{position:absolute;max-width:calc(100% - 8px);max-height:calc(100% - 8px)}.os-window .title-bar{touch-action:none;padding:4px 5px}.os-window .title-bar-text{font-size:13px}.os-window .title-bar-controls button{min-width:20px;min-height:18px}.os-window .window-body{margin:10px;font-size:13px}.os-window .window-body button{font-size:13px}.app-letter-paper{background:#fff;padding:12px 14px;max-height:46vh;overflow-y:auto}.app-letter-text{margin:0;font-family:Courier New,monospace;font-size:14px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.app-letter-sign{margin-top:12px;font-family:Courier New,monospace;font-size:14px;font-style:italic;text-align:right}.app-photo-frame{background:#000;display:flex;align-items:center;justify-content:center;height:300px}.app-photo-frame img{max-width:100%;max-height:100%;object-fit:contain}.app-photo-nav{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.mu-cover{background:#000;padding:8px;display:flex;align-items:center;justify-content:center;height:190px}.mu-cover img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s ease}.mu-cover.playing img{transform:scale(1.03)}.app-music-display{margin-top:8px;background:#0a2a0a;color:#6ee96e;font-family:Courier New,monospace;padding:8px 10px}.app-music-title{font-size:15px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-music-artist{font-size:12px;margin-top:3px;color:#4fc94f;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mu-progress{margin-top:8px;display:flex;align-items:center;gap:7px}.mu-progress .mu-time,.mu-progress .mu-dur{font-family:Courier New,monospace;font-size:12px;min-width:34px;text-align:center}.mu-progress .mu-seek{flex:1}.mu-buttons{margin-top:8px;display:flex;justify-content:center;gap:6px}.mu-buttons button{min-width:46px;height:30px;display:inline-flex;align-items:center;justify-content:center}.mu-buttons .mu-play{min-width:62px}.mu-buttons .mu-loop.on{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray;background:repeating-conic-gradient(#fff 0 25%,#dfdfdf 0 50%) 0 0/4px 4px}.mu-list{margin-top:8px;background:#fff;max-height:92px;overflow-y:auto;display:flex;flex-direction:column}.mu-item{border:none;box-shadow:none;background:transparent;min-height:22px;padding:2px 8px;text-align:left;font-size:12px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mu-item:hover{background:#cce4ff}.mu-item.active{background:navy;color:#fff}.mu-volume{margin-top:7px;display:flex;align-items:center;gap:8px}.mu-volume .mu-vol-ic{display:inline-flex;color:#333}.mu-volume .mu-vol{flex:1}.app-music-status{margin-top:6px;font-size:11px;color:#802020;min-height:13px}.bd-scene{display:flex;flex-direction:column;align-items:center;padding:10px 0 4px}.bd-cake{position:relative;width:150px;padding-top:44px}.bd-candles{position:absolute;top:12px;left:0;width:100%;display:flex;justify-content:center;gap:26px}.bd-candle{position:relative;width:7px;height:30px;background:repeating-linear-gradient(45deg,#88c9ff 0 4px,#fff 4px 8px);border:1px solid #333}.bd-flame{position:absolute;top:-13px;left:50%;transform:translate(-50%);width:9px;height:12px;border-radius:50% 50% 45% 45%;background:radial-gradient(circle at 50% 70%,#fff6c9,#ffb000 60%,#ff7300);animation:bd-flicker .35s ease-in-out infinite alternate;transition:opacity .25s,transform .25s}.bd-flame.out{opacity:0;transform:translate(-50%) scale(.3)}@keyframes bd-flicker{0%{transform:translate(-52%) scale(1)}to{transform:translate(-48%) scale(1.12)}}.bd-layer{border:1px solid #7c3b56}.bd-top{height:22px;margin:0 24px;background:#fff;border-radius:6px 6px 0 0}.bd-mid{height:24px;margin:0 12px;background:#ff9ec4}.bd-bottom{height:28px;background:#ff7fb0;border-radius:0 0 6px 6px}.bd-msg{margin-top:12px;font-size:12px;text-align:center;min-height:28px;max-width:250px}.bd-wish{display:block;margin:4px auto 2px;min-width:120px}.os-confetti{position:absolute;top:-12px;width:8px;height:12px;z-index:95;pointer-events:none;animation:os-confetti-fall linear forwards}@keyframes os-confetti-fall{0%{transform:translateZ(0) rotate(0);opacity:1}to{transform:translate3d(var(--drift, 0),105vh,0) rotate(660deg);opacity:.85}}.app-mines{display:flex;flex-direction:column;gap:6px}.ms-header{display:flex;align-items:center;justify-content:space-between;gap:6px}.ms-header .ms-count,.ms-header .ms-timer{font-family:Courier New,monospace;font-weight:700;color:red;background:#000;padding:2px 7px;font-size:15px}.ms-header .ms-face{min-width:34px;height:28px;font-weight:700}.ms-grid{display:grid;grid-template-columns:repeat(9,28px);grid-auto-rows:28px;touch-action:manipulation}.ms-cell{min-width:0;padding:0;font-size:15px;font-weight:700;line-height:1}.ms-cell.open{box-shadow:none;border:1px solid #9a9a9a;background:#c6c6c6}.ms-cell.boom{background:red}.ms-cell.flag{color:#b00000}.ms-cell[data-n="1"]{color:#00f}.ms-cell[data-n="2"]{color:#007b00}.ms-cell[data-n="3"]{color:red}.ms-cell[data-n="4"]{color:#00007b}.ms-cell[data-n="5"]{color:#7b0000}.ms-cell[data-n="6"]{color:#007b7b}.ms-cell[data-n="7"]{color:#000}.ms-cell[data-n="8"]{color:#7b7b7b}.ms-help{font-size:11px;color:#444}.ms-flagmode{min-width:34px;height:28px;font-weight:700}.ms-flagmode.on{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a;background:#ffe9a8}@media(max-width:600px){.os-icon{width:88px;padding:8px 2px}.os-icon-img .os-ico,.os-icon-img svg{width:40px;height:40px}.os-icon-label{font-size:12px}.os-taskbar{height:40px}.os-leave{font-size:12px}.os-leave svg{width:15px;height:15px}.os-clock{padding:0 7px;font-size:12px}.app-photo-frame{height:190px}.ms-grid{grid-template-columns:repeat(9,26px);grid-auto-rows:26px}}.app-video{display:flex;flex-direction:column;gap:6px}.app-video .vd-screen{background:#000;padding:2px}.app-video .vd-screen video{width:100%;display:block;background:#000;max-height:52vh}.app-video .vd-list{max-height:96px;overflow:auto}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2) format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:VT323;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vt323-vietnamese-400-normal-D0VnvwZ9.woff2) format("woff2"),url(/assets/vt323-vietnamese-400-normal-D_5Q7Vcv.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:VT323;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vt323-latin-ext-400-normal-iUdYUaX4.woff2) format("woff2"),url(/assets/vt323-latin-ext-400-normal-DqOq58ri.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:VT323;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/vt323-latin-400-normal-wDgJuOC9.woff2) format("woff2"),url(/assets/vt323-latin-400-normal-Dqn9ZSPj.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
