:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.desktop-icon{display:flex;flex-direction:column;align-items:center;width:72px;padding:4px;cursor:pointer;border:1px solid transparent;border-radius:2px;-webkit-user-select:none;user-select:none}.desktop-icon:hover{background:#ffffff1a}.desktop-icon.selected{background:#c4b5d44d;border-color:var(--accent-lavender)}.desktop-icon-image{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:4px;image-rendering:pixelated}.desktop-icon-label{font-size:11px;color:var(--text-primary);text-align:center;text-shadow:1px 1px 0 rgba(255,255,255,.5);word-break:break-word;line-height:1.2}.desktop-icon.selected .desktop-icon-label{background:var(--accent-lavender);color:var(--text-primary);padding:1px 3px}@media(prefers-color-scheme:dark){.desktop-icon-image{filter:invert(1);opacity:.9}.desktop-icon:hover{background:#ffffff0d}.desktop-icon.selected{background:#5a547066;border-color:var(--accent-lavender)}}.desktop{position:fixed;inset:0 0 28px;background:var(--desktop-bg);overflow:hidden;-webkit-user-select:none;user-select:none}.desktop-icons{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;gap:8px;padding:16px;height:100%;box-sizing:border-box}.desktop-windows{position:absolute;inset:0;pointer-events:none}.desktop-windows>*{pointer-events:auto}.selection-box{position:absolute;border:1px solid var(--accent-lavender);background:#c4b5d433;pointer-events:none;z-index:50}@media(prefers-color-scheme:dark){.selection-box{border-color:var(--accent-lavender);background:#5a54704d}}.taskbar{position:fixed;bottom:0;left:0;right:0;height:28px;background:var(--surface);border-top:1px solid var(--shadow-light);display:flex;align-items:center;padding:2px 4px;gap:4px;box-shadow:inset 0 1px 0 var(--shadow-light),0 -1px 3px #0000000d}.start-button{display:flex;align-items:center;gap:4px;padding:2px 8px;font-weight:700;min-width:54px;height:22px}.start-button.active{background:var(--surface-dark);box-shadow:inset 1px 1px 0 var(--shadow-dark),inset -1px -1px 0 var(--shadow-light)}.start-icon{font-size:14px;color:var(--accent-lavender)}.start-text{font-size:11px}.taskbar-divider{width:1px;height:20px;background:linear-gradient(to bottom,var(--shadow-dark),var(--shadow-light));margin:0 2px}.taskbar-windows{flex:1;display:flex;gap:2px;overflow:hidden}.taskbar-window-button{min-width:120px;max-width:160px;height:22px;padding:2px 8px;font-size:11px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taskbar-window-button.active{background:var(--surface-dark);box-shadow:inset 1px 1px 0 var(--shadow-dark),inset -1px -1px 0 var(--shadow-light)}.taskbar-window-button.minimized{opacity:.7;font-style:italic}.taskbar-tray{display:flex;align-items:center;padding:2px 8px;background:var(--surface-dark);border:1px solid var(--shadow-dark);box-shadow:inset 1px 1px 0 var(--shadow-dark)}.taskbar-time{font-size:11px;color:var(--text-secondary)}.window{display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;transition:box-shadow .15s ease}.window.active{box-shadow:3px 3px 12px #0000002e}.window.dragging{opacity:.92;cursor:grabbing}.window.resizing{-webkit-user-select:none;user-select:none}.title-bar{display:flex;justify-content:space-between;align-items:center;cursor:grab}.title-bar:active{cursor:grabbing}.title-bar-text{flex:1;padding-left:2px}.title-bar-controls button{display:flex;align-items:center;justify-content:center;line-height:1;cursor:pointer}.window-body{flex:1;overflow:auto;padding:0;background:var(--surface-light);-webkit-user-select:text;user-select:text}.window-resize-handle{position:absolute;bottom:0;right:0;width:12px;height:12px;cursor:nwse-resize;opacity:.3;background:linear-gradient(135deg,transparent 50%,var(--shadow-dark) 50%,var(--shadow-dark) 65%,transparent 65%,transparent 75%,var(--shadow-dark) 75%,var(--shadow-dark) 90%,transparent 90%)}.window-resize-handle:hover{opacity:.5}.start-menu-backdrop{position:fixed;inset:0;z-index:1999}.start-menu{position:fixed;bottom:30px;left:2px;display:flex;background:var(--surface);border:1px solid var(--shadow-dark);box-shadow:2px -2px 8px #00000026;z-index:2000;min-width:180px}.start-menu-sidebar{width:24px;background:linear-gradient(to bottom,var(--accent-lavender),var(--accent-sage));display:flex;align-items:flex-end;padding-bottom:8px;justify-content:center}.start-menu-brand{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-weight:700;font-size:14px;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.3);letter-spacing:2px}.start-menu-content{padding:4px 0;flex:1}.start-menu-item-wrapper{position:relative}.start-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 12px;background:transparent;border:none!important;text-align:left;font-size:11px;cursor:pointer;color:var(--text-primary)}.start-menu-item:hover{background:var(--accent-lavender);color:#fff}.start-menu-item-icon{font-size:14px;width:20px;text-align:center}.start-menu-item-label{flex:1}.start-menu-item-arrow{font-size:8px;opacity:.7}.start-menu-divider{height:1px;background:var(--shadow-dark);margin:4px 8px}.start-submenu{position:absolute;left:100%;bottom:0;background:var(--surface);border:1px solid var(--shadow-dark);box-shadow:2px 2px 8px #00000026;min-width:140px;z-index:2001}@media(prefers-color-scheme:dark){.start-menu{background:var(--surface-dark);border-color:var(--shadow-dark);box-shadow:2px -2px 12px #0006}.start-menu-sidebar{background:linear-gradient(to bottom,var(--accent-lavender),#3a4a3a)}.start-menu-item{color:var(--text-primary)}.start-menu-item:hover{background:var(--accent-lavender)}.start-menu-divider{background:var(--shadow-dark)}.start-submenu{background:var(--surface-dark);border-color:var(--shadow-dark);box-shadow:2px 2px 12px #0006}}.about-app{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px;height:100%;box-sizing:border-box}.about-logo{font-size:48px;color:var(--accent-lavender);margin-bottom:8px}.about-title{font-size:18px;font-weight:700;margin:0;color:var(--text-primary)}.about-version{font-size:11px;color:var(--text-muted);margin:4px 0 0}.about-divider{width:80%;height:1px;background:linear-gradient(to right,transparent,var(--surface-dark),transparent);margin:12px 0}.about-description{font-size:12px;line-height:1.6;color:var(--text-secondary);margin:0}.about-credits{font-size:11px;color:var(--text-muted);margin:0}.about-collab{font-style:italic;opacity:.8}.audio-lab{display:flex;flex-direction:column;height:100%;background:linear-gradient(to bottom,var(--surface-light),var(--surface));font-size:11px}.lab-header{text-align:center;padding:8px;border-bottom:1px solid var(--surface-dark)}.lab-title{font-size:14px;font-weight:700;color:var(--text-primary)}.lab-subtitle{font-size:10px;color:var(--text-muted);font-style:italic}.lab-bench{flex:1;display:flex;gap:16px;padding:16px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.02) 100%)}.beaker-rack{display:flex;gap:8px;align-items:flex-end;padding:8px;background:var(--surface-dark);border-radius:2px;box-shadow:inset 1px 1px 3px #0000001a}.beaker{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:4px;border:1px solid transparent;transition:all .15s ease}.beaker:hover{background:#ffffff4d}.beaker.selected{background:#c4b5d44d;border-color:var(--accent-lavender)}.beaker-glass{width:36px;height:60px;background:#fff6;border:2px solid var(--shadow-dark);border-radius:0 0 4px 4px;position:relative;overflow:hidden}.beaker-liquid{position:absolute;bottom:0;left:0;right:0;background:var(--accent-lavender);opacity:.7;transition:height .3s ease}.beaker.bubbling .beaker-liquid{background:var(--accent-sage)}.beaker.evaporating .beaker-liquid{background:var(--accent-pink);opacity:.5}.beaker.volatile .beaker-liquid{background:var(--accent-cream);animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.7}50%{opacity:.4}}.bubble{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;animation:rise 2s ease-in-out infinite}.bubble.b1{left:20%;animation-delay:0s}.bubble.b2{left:50%;animation-delay:.7s}.bubble.b3{left:70%;animation-delay:1.4s}@keyframes rise{0%{bottom:0;opacity:0}50%{opacity:.8}to{bottom:100%;opacity:0}}.beaker-marks{position:absolute;right:2px;top:10%;bottom:10%;display:flex;flex-direction:column;justify-content:space-between}.beaker-marks span{width:6px;height:1px;background:var(--shadow-dark);opacity:.5}.beaker-label{margin-top:4px;font-size:8px;color:var(--text-muted);text-align:center;max-width:50px;word-wrap:break-word}.test-tube-rack{display:flex;gap:4px;align-items:flex-end;padding:8px 12px;background:var(--surface-dark);border-radius:2px;box-shadow:inset 1px 1px 3px #0000001a}.test-tube{display:flex;flex-direction:column;align-items:center}.test-tube-glass{width:12px;height:50px;background:#ffffff4d;border:1px solid var(--shadow-dark);border-radius:0 0 6px 6px;position:relative;overflow:hidden}.test-tube-liquid{position:absolute;bottom:0;left:0;right:0;background:var(--accent-sky);opacity:.6}.test-tube:nth-child(2) .test-tube-liquid{background:var(--accent-pink)}.test-tube:nth-child(3) .test-tube-liquid{background:var(--accent-sage)}.test-tube:nth-child(4) .test-tube-liquid{background:var(--accent-lavender)}.test-tube:nth-child(5) .test-tube-liquid{background:var(--accent-cream)}.test-tube:nth-child(6) .test-tube-liquid{background:var(--accent-sky)}.lab-readout{padding:12px;background:var(--surface-dark);border-top:1px solid var(--shadow-dark);min-height:80px}.readout-title{font-weight:700;margin-bottom:4px}.readout-status{color:var(--text-secondary)}.readout-status .stable{color:var(--accent-sage)}.readout-status .bubbling{color:#7a9a7a}.readout-status .evaporating{color:var(--accent-pink)}.readout-status .volatile{color:#c4a055}.readout-fill{color:var(--text-muted);margin-bottom:8px}.readout-button{font-size:10px;padding:4px 12px;opacity:.6}.readout-note{font-size:9px;color:var(--text-muted);font-style:italic;margin-top:4px}.readout-empty{color:var(--text-muted);font-style:italic;text-align:center;padding:20px}.lab-footer{display:flex;align-items:center;gap:6px;padding:4px 8px;background:var(--surface);border-top:1px solid var(--shadow-light);font-size:10px;color:var(--text-muted)}.status-light{width:6px;height:6px;background:var(--accent-sage);border-radius:50%;box-shadow:0 0 4px var(--accent-sage)}.status-light.blinking{animation:blink 2s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.winamp-player{background:linear-gradient(to bottom,#3a3a4a,#2a2a3a);color:#fff;font-family:Arial,sans-serif;font-size:11px;-webkit-user-select:none;user-select:none;border-radius:4px;overflow:hidden}.winamp-header{background:linear-gradient(to bottom,#4a4a5a,#3a3a4a);padding:4px 8px;border-bottom:1px solid #2a2a3a}.winamp-title-text{font-size:10px;font-weight:700;color:#aaa;letter-spacing:2px}.lcd-display{display:flex;background:#0a0a12;margin:8px;padding:8px;border-radius:2px;border:1px solid #1a1a2a;box-shadow:inset 0 0 10px #00000080}.lcd-viz{display:flex;align-items:flex-end;gap:2px;width:50px;height:40px;padding-right:8px;border-right:1px solid #1a1a2a}.viz-bar{width:4px;background:linear-gradient(to top,#0c0,#8f8);border-radius:1px;transition:height .1s ease}.lcd-time{display:flex;align-items:center;padding:0 12px;border-right:1px solid #1a1a2a}.play-indicator{color:#0c0;font-size:10px;margin-right:4px}.time-display{font-family:Courier New,monospace;font-size:24px;font-weight:700;color:#0c0;text-shadow:0 0 8px rgba(0,204,0,.5);letter-spacing:2px}.lcd-info{flex:1;padding-left:12px;display:flex;flex-direction:column;justify-content:center}.track-title{color:#0c0;font-size:12px;font-weight:700;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.track-meta{display:flex;align-items:center;gap:4px;font-size:10px}.bitrate,.samplerate{color:#0c0;font-weight:700}.meta-label{color:#080;font-size:9px}.channels{color:#0c0;margin-left:8px}.winamp-controls-row{display:flex;align-items:center;justify-content:space-between;padding:4px 8px}.volume-control{display:flex;align-items:center;gap:4px;flex:1}.volume-icon{font-size:12px;opacity:.8}.winamp-slider{flex:1;max-width:100px}.slider-track{position:relative;height:8px;background:#1a1a2a;border-radius:4px;cursor:pointer}.slider-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(to right,#f80,#fa0);border-radius:4px}.slider-thumb{position:absolute;top:50%;width:12px;height:12px;background:linear-gradient(to bottom,#eee,#aaa);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0000004d}.eq-pl-buttons{display:flex;gap:4px}.eq-btn,.pl-btn{background:#2a2a3a;border:1px solid #4a4a5a;color:#888;font-size:9px;font-weight:700;padding:2px 8px;cursor:pointer}.eq-btn:hover,.pl-btn:hover{background:#3a3a4a;color:#aaa}.pl-btn.active{background:#4a4a5a;color:#0c0}.seek-bar{padding:4px 8px}.seek-slider{max-width:none}.seek-slider .slider-track{height:10px;background:#1a1a2a;border-radius:5px}.seek-slider .slider-fill{background:linear-gradient(to right,#fa0,#fc0)}.transport-controls{display:flex;align-items:center;gap:4px;padding:8px;background:linear-gradient(to bottom,#3a3a4a,#2a2a3a);border-top:1px solid #4a4a5a}.transport-btn{width:28px;height:24px;background:linear-gradient(to bottom,#4a4a5a,#3a3a4a);border:1px solid #5a5a6a;border-radius:3px;color:#ccc;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.transport-btn:hover{background:linear-gradient(to bottom,#5a5a6a,#4a4a5a);color:#fff}.transport-btn:active{background:linear-gradient(to bottom,#3a3a4a,#4a4a5a)}.transport-btn.play{color:#0c0}.transport-btn.eject{margin-left:4px}.transport-spacer{flex:1}.mode-btn{background:#2a2a3a;border:1px solid #4a4a5a;color:#666;font-size:9px;font-weight:700;padding:4px 8px;cursor:pointer;border-radius:2px}.mode-btn:hover{color:#888}.mode-btn.active{color:#0c0;border-color:#0a0;text-shadow:0 0 4px rgba(0,204,0,.5)}.playlist-panel{background:#1a1a2a;border-top:1px solid #3a3a4a;max-height:150px;overflow:hidden;display:flex;flex-direction:column}.playlist-header{padding:4px 8px;background:#2a2a3a;font-size:10px;color:#888;border-bottom:1px solid #3a3a4a}.playlist-tracks{overflow-y:auto;flex:1}.playlist-track{display:flex;align-items:center;padding:4px 8px;cursor:pointer;border-bottom:1px solid #2a2a3a}.playlist-track:hover{background:#2a2a3a}.playlist-track.active{background:#3a3a4a;color:#0c0}.track-num{width:20px;color:#666;font-size:10px}.track-name{flex:1;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-track.active .track-name{color:#0c0}.track-duration{color:#666;font-size:10px;margin-left:8px}.credits-container{width:100%;height:100%;display:flex;flex-direction:column;background:var(--button-face);overflow:hidden}.credits-header{padding:20px;background:var(--button-face);border-bottom:2px solid var(--button-shadow);text-align:center}.credits-header h2{margin:0 0 8px;font-size:24px;font-weight:700;color:var(--button-text)}.credits-subtitle{margin:0;font-size:16px;color:var(--button-text);opacity:.8}.credits-list{flex:1;overflow-y:auto;padding:16px}.credit-item{display:flex;padding:12px;margin-bottom:8px;background:#fff;border:2px solid var(--button-shadow);border-right-color:var(--button-highlight);border-bottom-color:var(--button-highlight)}.credit-item:hover{background:var(--highlight-blue);color:#fff}.credit-item:hover .credit-artist,.credit-item:hover .credit-role{color:#fff}.credit-details{flex:1}.credit-album{font-weight:700;font-size:14px;margin-bottom:4px;color:var(--button-text)}.credit-item:hover .credit-album{color:#fff}.credit-artist{font-size:13px;margin-bottom:4px;color:#666}.credit-role{font-size:12px;color:#888;font-style:italic}.store-app{display:flex;flex-direction:column;height:100%;background:linear-gradient(to bottom,var(--surface-light),var(--surface))}.store-header{padding:16px;text-align:center;border-bottom:1px solid var(--surface-dark)}.store-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.store-icon{margin-right:8px}.store-subtitle{font-size:11px;color:var(--text-muted)}.store-products{flex:1;overflow-y:auto;padding:12px}.store-product{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#fff;border-radius:8px;margin-bottom:10px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px #00000014}.store-product:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.store-product-icon{font-size:32px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--surface-light);border-radius:8px;flex-shrink:0}.store-product-info{flex:1;min-width:0}.store-product-name{font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.store-product-category{font-size:10px;color:var(--accent-lavender);margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.store-product-desc{font-size:11px;color:var(--text-secondary);line-height:1.4}.store-product-price{font-size:11px;font-weight:600;color:var(--text-primary);background:var(--surface-light);padding:4px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.store-footer{padding:8px;text-align:center;font-size:10px;color:var(--text-muted);border-top:1px solid var(--surface-dark)}.store-webview-header{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--surface-dark);border-bottom:1px solid rgba(0,0,0,.1)}.store-back-btn{padding:4px 10px;font-size:11px;background:var(--surface);border:1px solid var(--shadow-dark)!important;border-radius:4px;cursor:pointer}.store-back-btn:hover{background:var(--surface-light)}.store-webview-url{font-size:11px;color:var(--text-muted);font-family:monospace}.store-webview-content{flex:1;overflow-y:auto}.landing-page{min-height:100%;background:linear-gradient(135deg,#1a365d,#2d3748);color:#fff;font-size:12px}.regping-landing{background:linear-gradient(135deg,#1e3a5f,#2d3748)}.grantping-landing{background:linear-gradient(135deg,#2d4a3e,#1a3a2e)}.landing-header{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.landing-logo{font-size:14px;font-weight:700}.landing-hero{text-align:center;padding:32px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.landing-hero h1{font-size:20px;margin:0 0 12px;font-weight:600}.landing-subtitle{font-size:12px;opacity:.85;line-height:1.5;max-width:320px;margin:0 auto 20px}.landing-cta{padding:10px 24px;font-size:12px;font-weight:600;background:#fff;color:#1a365d;border:none!important;border-radius:6px;cursor:pointer;transition:transform .15s}.landing-cta:hover{transform:scale(1.05)}.landing-cta-sub{font-size:10px;opacity:.6;margin:8px 0 0}.landing-section{padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.landing-section h2{font-size:14px;margin:0 0 16px;text-align:center}.landing-steps{display:flex;flex-direction:column;gap:16px}.landing-step{text-align:center}.step-icon{font-size:20px;margin-bottom:6px;opacity:.8}.landing-step h3{font-size:12px;margin:0 0 4px;font-weight:600}.landing-step p{font-size:10px;margin:0;opacity:.75;line-height:1.4}.landing-pricing{text-align:center}.price-box{display:inline-block;background:#ffffff1a;padding:16px 24px;border-radius:8px}.price{font-size:28px;font-weight:700}.price span{font-size:12px;opacity:.7;font-weight:400}.price-box p{font-size:10px;margin:8px 0 0;opacity:.7}@media(prefers-color-scheme:dark){.store-app{background:linear-gradient(to bottom,var(--surface-dark),var(--surface))}.store-header{border-bottom-color:var(--shadow-dark)}.store-title{color:var(--text-primary)}.store-subtitle{color:var(--text-muted)}.store-product{background:var(--surface-dark);box-shadow:0 1px 3px #0003}.store-product:hover{box-shadow:0 4px 12px #0000004d}.store-product-icon{background:var(--surface);color:var(--accent-lavender)}.store-product-name{color:var(--text-primary)}.store-product-category{color:var(--accent-lavender)}.store-product-desc{color:var(--text-secondary)}.store-product-price{color:var(--text-primary);background:var(--surface)}.store-footer{color:var(--text-muted);border-top-color:var(--shadow-dark)}.store-webview-header{background:var(--surface-dark);border-bottom-color:#ffffff1a}.store-back-btn{background:var(--surface);border-color:var(--shadow-dark)!important;color:var(--text-primary)}.store-back-btn:hover{background:var(--surface-light)}.store-webview-url{color:var(--text-muted)}}.paint-app{display:flex;flex-direction:column;height:100%;background:var(--surface)}.paint-toolbar{display:flex;align-items:center;gap:12px;padding:6px 8px;background:var(--surface-light);border-bottom:1px solid var(--shadow-dark)}.paint-tools{display:flex;gap:2px}.paint-tool{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;background:var(--surface);border:1px solid var(--shadow-dark)!important;border-radius:2px}.paint-tool:hover{background:var(--surface-dark)}.paint-tool.active{background:var(--accent-lavender);border-color:var(--accent-lavender)!important}.paint-size{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-secondary)}.paint-size input{width:60px}.paint-clear{margin-left:auto;padding:4px 12px;font-size:11px;cursor:pointer}.paint-main{flex:1;display:flex;overflow:hidden}.paint-colors{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;padding:6px;background:var(--surface-dark);align-content:start}.paint-color{width:16px;height:16px;border:1px solid var(--shadow-dark)!important;cursor:pointer;padding:0}.paint-color:hover{transform:scale(1.1)}.paint-color.active{border:2px solid var(--text-primary)!important;box-shadow:0 0 0 1px #fff}.paint-canvas-container{flex:1;display:flex;align-items:center;justify-content:center;background:var(--surface-dark);padding:8px;overflow:auto}.paint-canvas{background:#fff;cursor:crosshair;box-shadow:inset 1px 1px 0 var(--shadow-dark);image-rendering:pixelated}@media(prefers-color-scheme:dark){.paint-toolbar{background:var(--surface);border-bottom-color:var(--shadow-dark)}.paint-tool{background:var(--surface-dark);border-color:var(--shadow-dark)!important}.paint-tool:hover{background:var(--surface-light)}.paint-colors,.paint-canvas-container{background:var(--surface)}}.minesweeper-app{display:flex;flex-direction:column;align-items:center;padding:8px;background:var(--surface);height:100%;box-sizing:border-box}.ms-header{display:flex;align-items:center;gap:12px;padding:6px 8px;background:var(--surface-dark);border:2px inset var(--shadow-dark);margin-bottom:8px}.ms-counter{font-family:Courier New,monospace;font-size:18px;font-weight:700;color:red;background:#000;padding:2px 6px;min-width:40px;text-align:center}.ms-reset{width:32px;height:32px;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.ms-board{display:flex;flex-direction:column;border:3px inset var(--shadow-dark);background:var(--surface-dark)}.ms-row{display:flex}.ms-cell{width:20px;height:20px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;border:2px outset var(--shadow-light)!important;background:var(--surface);-webkit-user-select:none;user-select:none}.ms-cell:active:not(.revealed){border-style:inset!important}.ms-cell.revealed{border:1px solid var(--shadow-dark)!important;background:var(--surface-dark);cursor:default}.ms-cell.mine{background:#f66}.ms-cell.flagged{font-size:14px}.ms-cell.n1{color:#00f}.ms-cell.n2{color:green}.ms-cell.n3{color:red}.ms-cell.n4{color:navy}.ms-cell.n5{color:maroon}.ms-cell.n6{color:teal}.ms-cell.n7{color:#000}.ms-cell.n8{color:gray}.ms-message{margin-top:8px;font-size:12px;font-weight:700;color:var(--text-primary)}@media(prefers-color-scheme:dark){.ms-header{background:var(--surface);border-color:var(--shadow-dark)}.ms-board{border-color:var(--shadow-dark);background:var(--surface)}.ms-cell{background:var(--surface-light);border-color:var(--shadow-light)!important}.ms-cell.revealed{background:var(--surface);border-color:var(--shadow-dark)!important}.ms-cell.n1{color:#69f}.ms-cell.n2{color:#6c6}.ms-cell.n3{color:#f66}.ms-cell.n4{color:#99f}.ms-cell.n5{color:#c66}.ms-cell.n6{color:#6cc}.ms-cell.n7{color:#ccc}.ms-cell.n8{color:#999}}.flight-radar{display:flex;flex-direction:column;height:100%;background:var(--surface-light);font-family:"Pixelated MS Sans Serif",Arial,sans-serif;color:var(--text-primary)}.radar-header{display:flex;align-items:center;gap:8px;padding:6px 10px;background:var(--surface);border-bottom:1px solid var(--shadow-dark);font-size:11px}.radar-title{font-weight:700;color:var(--text-primary)}.radar-search{display:flex;gap:2px}.radar-search-input{width:100px;padding:2px 6px;font-size:10px;border:1px solid var(--shadow-dark);background:var(--surface-light);color:var(--text-primary)}.radar-search-input::placeholder{color:var(--text-muted)}.radar-search-btn{padding:2px 8px;font-size:10px;cursor:pointer}.radar-zoom-controls{display:flex;align-items:center;gap:4px;margin-left:auto}.radar-zoom-controls button{width:20px;height:20px;padding:0;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.radar-zoom-controls button:disabled{opacity:.5;cursor:default}.radar-zoom-controls span{font-size:9px;color:var(--text-muted);min-width:32px;text-align:center}.radar-reset-btn{width:auto!important;padding:0 6px!important;font-size:9px!important;margin-left:4px}.radar-info-bar{display:flex;align-items:center;gap:12px;padding:3px 10px;background:var(--surface-dark);font-size:10px;border-bottom:1px solid var(--shadow-dark)}.radar-status{color:var(--text-secondary)}.radar-tracking{color:#e07050;display:flex;align-items:center;gap:4px}.radar-clear-track{width:14px;height:14px;padding:0;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e07050!important;color:#e07050}.radar-clear-track:hover{background:#e07050;color:#fff}.radar-time{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:auto}.radar-screen{flex:1;position:relative;overflow:hidden;background:var(--surface-dark);border:1px solid var(--shadow-dark);margin:6px;box-shadow:inset 1px 1px 0 var(--shadow-dark)}.radar-screen canvas{width:100%;height:100%;cursor:crosshair}.radar-tooltip{position:absolute;background:var(--surface);border:1px solid var(--shadow-dark);padding:6px 8px;font-size:10px;z-index:100;pointer-events:none;box-shadow:2px 2px 4px #00000026}.tooltip-callsign{font-weight:700;font-size:11px;margin-bottom:3px;color:var(--text-primary)}.tooltip-detail{display:flex;gap:10px;color:var(--text-secondary);margin-top:2px}.radar-footer{display:flex;justify-content:space-between;padding:4px 10px;background:var(--surface);border-top:1px solid var(--shadow-dark);font-size:9px;color:var(--text-muted)}.radar-footer span{display:flex;align-items:center;gap:4px}.ground-indicator{color:var(--accent-cream)}@media(prefers-color-scheme:dark){.flight-radar{background:var(--surface)}.radar-header,.radar-footer,.radar-info-bar,.radar-screen{background:var(--surface-dark)}.radar-tooltip{background:var(--surface-dark);border-color:var(--shadow-dark)}.radar-search-input{background:var(--surface);border-color:var(--shadow-dark)}}.rss-reader{display:flex;height:100%;background:var(--surface-light);font-family:"Pixelated MS Sans Serif",Arial,sans-serif;color:var(--text-primary)}.rss-sidebar{width:160px;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--shadow-dark)}.rss-feeds-header{padding:8px 10px;font-size:11px;font-weight:700;background:var(--surface-dark);border-bottom:1px solid var(--shadow-dark);color:var(--text-primary)}.rss-feeds-list{flex:1;overflow-y:auto}.rss-feed-item{display:flex;align-items:center;gap:6px;width:100%;padding:8px 10px;font-size:11px;text-align:left;background:transparent;border:none;border-bottom:1px solid var(--shadow-light);color:var(--text-secondary);cursor:pointer}.rss-feed-item:hover{background:var(--surface-light)}.rss-feed-item.active{background:var(--surface-dark);color:var(--text-primary);font-weight:700}.rss-feed-icon{font-family:monospace;font-size:12px;color:var(--accent-lavender)}.rss-feed-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rss-sidebar-footer{padding:8px;border-top:1px solid var(--shadow-dark)}.rss-refresh-btn{width:100%;padding:4px 8px;font-size:10px;cursor:pointer}.rss-refresh-btn:disabled{opacity:.6;cursor:default}.rss-main{flex:1;display:flex;flex-direction:column;min-width:0}.rss-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--surface);border-bottom:1px solid var(--shadow-dark)}.rss-current-feed{font-size:12px;font-weight:700;color:var(--text-primary)}.rss-article-count{font-size:10px;color:var(--text-muted)}.rss-content{flex:1;overflow-y:auto;background:var(--surface-light)}.rss-error{padding:20px;text-align:center;color:var(--text-muted);font-style:italic}.rss-article-list{display:flex;flex-direction:column}.rss-article-item{display:block;width:100%;padding:10px 12px;text-align:left;background:transparent;border:none;border-bottom:1px solid var(--shadow-light);cursor:pointer}.rss-article-item:hover{background:var(--surface)}.rss-article-item-title{font-size:11px;color:var(--text-primary);line-height:1.4;margin-bottom:4px}.rss-article-item:hover .rss-article-item-title{color:var(--accent-lavender)}.rss-article-item-meta{font-size:9px;color:var(--text-muted)}.rss-article-date{font-variant-numeric:tabular-nums}.rss-article-view{padding:12px}.rss-article-header{display:flex;gap:8px;margin-bottom:12px}.rss-back-btn,.rss-open-btn{padding:4px 10px;font-size:10px;cursor:pointer}.rss-article-title{font-size:14px;font-weight:700;color:var(--text-primary);margin:0 0 8px;line-height:1.4}.rss-article-meta{display:flex;gap:12px;font-size:10px;color:var(--text-muted);margin-bottom:12px}.rss-article-description{font-size:11px;line-height:1.6;color:var(--text-secondary);margin:0 0 16px}.rss-read-more{padding:6px 12px;font-size:11px;cursor:pointer}@media(prefers-color-scheme:dark){.rss-reader{background:var(--surface-dark)}.rss-sidebar{background:var(--surface)}.rss-content{background:var(--surface-dark)}.rss-article-item:hover{background:var(--surface)}}.jondaw{display:flex;flex-direction:column;height:100%;background:var(--surface-dark);font-family:"Pixelated MS Sans Serif",Arial,sans-serif;color:var(--text-primary)}.daw-header{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--surface);border-bottom:1px solid var(--shadow-dark)}.daw-title{font-weight:700;font-size:12px;color:var(--text-primary);margin-right:8px}.daw-transport{display:flex;gap:4px}.daw-btn{width:28px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer}.daw-btn.active{background:var(--accent-lavender);color:#fff}.daw-bpm{display:flex;align-items:center;gap:6px;font-size:11px}.daw-bpm label{color:var(--text-muted)}.daw-bpm input{width:50px;padding:2px 4px;font-size:11px;text-align:center;border:1px solid var(--shadow-dark);background:var(--surface-light);color:var(--text-primary)}.daw-presets{display:flex;gap:4px;margin-left:auto}.daw-presets button{padding:3px 8px;font-size:10px;cursor:pointer}.daw-grid{flex:1;display:flex;flex-direction:column;padding:12px;gap:4px;overflow:auto}.daw-row{display:flex;gap:2px;align-items:center}.daw-header-row{margin-bottom:4px}.daw-track-label{width:60px;font-size:10px;font-weight:700;color:var(--text-secondary);padding:4px 8px;border-left:3px solid var(--shadow-dark);flex-shrink:0}.daw-step-header{width:32px;height:16px;display:flex;align-items:center;justify-content:center;font-size:8px;color:var(--text-muted)}.daw-step{width:32px;height:32px;border:1px solid var(--shadow-dark);background:var(--surface);cursor:pointer;transition:background .1s,transform .05s;padding:0}.daw-step:hover{background:var(--surface-light);transform:scale(1.05)}.daw-step.active{border-color:transparent}.daw-step.beat{border-left:2px solid var(--shadow-dark)}.daw-step.playing{box-shadow:0 0 8px #ffffff80;transform:scale(1.1)}.daw-step.active.playing{filter:brightness(1.3)}.daw-footer{display:flex;justify-content:space-between;padding:6px 12px;background:var(--surface);border-top:1px solid var(--shadow-dark);font-size:9px;color:var(--text-muted)}@media(prefers-color-scheme:dark){.jondaw{background:var(--surface-dark)}.daw-header,.daw-footer{background:var(--surface)}.daw-step{background:var(--surface);border-color:var(--shadow-dark)}.daw-step:hover{background:var(--surface-light)}.daw-step.playing{box-shadow:0 0 10px #c8b4dc99}}.terminal{display:flex;flex-direction:column;height:100%;background:#1a1a2e;font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;color:#0f0;padding:8px;box-sizing:border-box;cursor:text}.terminal-output{flex:1;overflow-y:auto;white-space:pre-wrap;word-wrap:break-word;padding-bottom:8px}.terminal-line{line-height:1.4;margin:0}.terminal-line.command{color:#0ff}.terminal-line.output{color:#0f0}.terminal-line.error{color:#f55}.terminal-input-line{display:flex;align-items:center;gap:8px;border-top:1px solid #333;padding-top:8px}.terminal-prompt{color:#0ff;font-weight:700}.terminal-input{flex:1;background:transparent;border:none;outline:none;color:#0f0;font-family:inherit;font-size:inherit;caret-color:#0f0}.terminal-input::selection{background:#0f03}.terminal-output::-webkit-scrollbar{width:8px}.terminal-output::-webkit-scrollbar-track{background:#0a0a15}.terminal-output::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.terminal-output::-webkit-scrollbar-thumb:hover{background:#444}@media(prefers-color-scheme:light){.terminal{background:#1a1a2e}}.controller{display:flex;align-items:center;justify-content:space-between;height:100%;padding:12px 20px;background:#3d3d4a;box-sizing:border-box;border-radius:0 0 8px 8px;position:relative}.controller:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none}.controller-dpad{display:flex;flex-direction:column;align-items:center;position:relative}.dpad-middle-row{display:flex;align-items:center}.dpad-btn{width:26px;height:26px;background:#2a2a35;border:none;display:flex;align-items:center;justify-content:center;font-size:11px;color:#666;font-family:"Pixelated MS Sans Serif",Arial,sans-serif;box-shadow:inset 1px 1px #ffffff1a,inset -1px -1px #0000004d;transition:all .05s ease;-webkit-user-select:none;user-select:none}.dpad-up{border-radius:4px 4px 0 0}.dpad-down{border-radius:0 0 4px 4px}.dpad-left{border-radius:4px 0 0 4px}.dpad-right{border-radius:0 4px 4px 0}.dpad-btn.pressed{background:#1a1a22;color:#fff;box-shadow:inset 2px 2px 4px #00000080,inset -1px -1px #ffffff0d;transform:scale(.95)}.dpad-btn.pressed:after{content:"";position:absolute;width:6px;height:6px;background:#7cff7c;border-radius:1px;box-shadow:0 0 4px #7cff7c}.dpad-center{width:26px;height:26px;background:#252530;box-shadow:inset 0 0 4px #00000080}.controller-buttons{display:flex;align-items:center;gap:6px}.action-btn{width:34px;height:34px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;font-family:"Pixelated MS Sans Serif",Arial,sans-serif;transition:all .05s ease;-webkit-user-select:none;user-select:none;text-shadow:0 1px 1px rgba(0,0,0,.3)}.btn-b{background:linear-gradient(145deg,#d64545,#a83232);color:#fdd;box-shadow:0 3px #802020,0 4px 4px #0000004d,inset 0 1px #ffffff4d}.btn-b.pressed{background:linear-gradient(145deg,#a83232,#802020);color:#fff;box-shadow:0 1px #601818,0 2px 2px #0000004d,inset 0 2px 4px #0000004d;transform:translateY(2px)}.btn-a{background:linear-gradient(145deg,#45d645,#32a832);color:#dfd;box-shadow:0 3px #208020,0 4px 4px #0000004d,inset 0 1px #ffffff4d}.btn-a.pressed{background:linear-gradient(145deg,#32a832,#208020);color:#fff;box-shadow:0 1px #186018,0 2px 2px #0000004d,inset 0 2px 4px #0000004d;transform:translateY(2px)}.controller-hints{position:absolute;bottom:2px;left:50%;transform:translate(-50%);font-size:8px;color:#555;white-space:nowrap}@media(prefers-color-scheme:light){.controller{background:#c8c8d0}.dpad-btn{background:#a0a0a8;color:#555;box-shadow:inset 1px 1px #fff6,inset -1px -1px #0003}.dpad-btn.pressed{background:#808088;color:#222}.dpad-btn.pressed:after{background:#2a2;box-shadow:0 0 4px #2a2}.dpad-center{background:#909098}.controller-hints{color:#888}}@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}:root{--surface: #e8e4df;--surface-dark: #d4cfc8;--surface-light: #f5f2ee;--window-frame: #c9c4bc;--accent-pink: #d4b5b5;--accent-lavender: #c4b5d4;--accent-sage: #b5c4b5;--accent-cream: #d4d0b5;--accent-sky: #b5c4d4;--text-primary: #4a4a4a;--text-secondary: #6a6a6a;--text-muted: #8a8a8a;--desktop-bg: #b8c4c4;--title-bar-active: var(--accent-lavender);--title-bar-inactive: var(--surface-dark);--title-text: #3a3a3a;--shadow-light: #f0ece8;--shadow-dark: #a8a4a0}body{margin:0;padding:0;overflow:hidden;font-family:"Pixelated MS Sans Serif",Arial,sans-serif;background:var(--desktop-bg)}.desktop:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.desktop:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.015) 2px,rgba(0,0,0,.015) 4px)}.window{background:var(--surface);border:none!important;box-shadow:0 2px 12px #00000026;border-radius:4px;overflow:hidden}.window:before,.window:after{display:none!important}.window,.window *,.title-bar,.window-body{border:none!important;outline:none!important;box-shadow:none}.window{box-shadow:0 4px 20px #0000002e!important}.title-bar{background:var(--title-bar-active);padding:5px 8px;border:none!important}.title-bar.inactive{background:var(--title-bar-inactive)}.title-bar-text{color:var(--title-text);font-weight:500;font-size:11px;letter-spacing:.3px}.title-bar-controls{display:flex;gap:3px}.title-bar-controls button{min-width:14px;min-height:14px;padding:0;font-size:10px;border:none!important;border-radius:2px;background:#ffffff4d;box-shadow:none!important}.title-bar-controls button:before,.title-bar-controls button:after{display:none!important}.title-bar-controls button:hover{background:#ffffff80}.title-bar-controls button:active{background:#0000001a}button{background:var(--surface);color:var(--text-primary)}button:active{background:var(--surface-dark)}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:var(--surface-dark)}::-webkit-scrollbar-thumb{background:var(--surface);border:1px solid var(--shadow-dark)}@media(prefers-color-scheme:dark){:root{--surface: #2a2832;--surface-dark: #1e1c24;--surface-light: #363442;--window-frame: #3a3844;--accent-pink: #6d5a5a;--accent-lavender: #5a5470;--accent-sage: #4a5a4a;--accent-cream: #5a584a;--accent-sky: #4a5466;--text-primary: #d4d4d4;--text-secondary: #a8a8a8;--text-muted: #787878;--desktop-bg: #1a2020;--title-bar-active: var(--accent-lavender);--title-bar-inactive: var(--surface-dark);--title-text: #d0d0d0;--shadow-light: #3a3842;--shadow-dark: #0a0a0c}.desktop-icon-label{text-shadow:1px 1px 0 rgba(0,0,0,.5)}.title-bar-controls button{background:#ffffff1a}.title-bar-controls button:before,.title-bar-controls button:after{display:none!important}.title-bar-controls button:hover{background:#fff3}.title-bar-controls button:active{background:#0000004d}}*{box-sizing:border-box}.dragging *{-webkit-user-select:none;user-select:none}html{cursor:default}a,button,.desktop-icon{cursor:pointer}button{transition:background .1s ease}button:focus{outline:1px dotted var(--text-muted);outline-offset:-3px}::selection{background:var(--accent-lavender);color:var(--text-primary)}
