.address-autocomplete{display:block;position:relative;width:100%}.input-container{align-items:center;display:flex;position:relative}.address-autocomplete .input{background:#fff;border-left:2px solid grey;border-top:2px solid grey;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;box-sizing:border-box;color:#000;font-family:inherit;font-size:14px;height:28px;line-height:1.2;outline:none;overflow:hidden;padding:8px;resize:none;vertical-align:top;width:100%}.loading-spinner{animation:spin 1s linear infinite;color:navy;font-size:12px;position:absolute;right:8px}.address-checkmark{color:#4caf50;font-size:16px;font-weight:700;pointer-events:none;position:absolute;right:8px}.predictions-dropdown{background:silver;border:2px solid #000;border-top:none;box-shadow:2px 2px 4px #0000004d;left:0;margin-top:2px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.prediction-item{border-bottom:1px solid grey;color:#000;cursor:pointer;font-family:"MS Sans Serif",sans-serif;font-size:11px;padding:8px 12px;transition:background-color .1s}.prediction-item:hover{background:navy;color:#fff}.prediction-item:last-child{border-bottom:none}.prediction-item:active{background:navy;color:#fff}.distance-validator{display:block;margin:8px 0;width:100%}.validation-status{align-items:center;border-radius:2px;display:flex;font-family:"MS Sans Serif",sans-serif;font-size:10px;gap:6px;padding:4px 8px}.validation-status.validating{background:#e0e0e0;color:navy}.validation-status.valid{background:#e8f5e8;border:1px solid green;color:green}.validation-status.invalid{background:#ffe8e8;border:1px solid red;color:red}.status-icon{font-size:12px;font-weight:700}.status-icon.validating{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.status-text{flex:1 1;line-height:1.2}.confirmation-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.confirmation-window{background:#1a1a1a;border:2px solid #333;border-radius:8px;box-shadow:0 4px 20px #00000080;max-height:80vh;max-width:500px;overflow-y:auto;padding:0;width:90%}.confirmation-header{align-items:center;background:#2a2a2a;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:20px}.confirmation-header h2{color:#fff;font-size:18px;font-weight:400;margin:0}.close-button{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.close-button:hover{color:#fff}.confirmation-content{padding:20px}.confirmation-content p{color:#ccc;margin-bottom:20px;text-align:center}.code-inputs{display:flex;gap:10px;justify-content:center;margin-bottom:30px}.code-input{background:#1a1a1a;border:2px solid #333;border-radius:4px;color:#fff;font-size:20px;font-weight:700;height:50px;text-align:center;transition:all .2s ease;width:50px}.code-input:focus{border-color:#007acc;box-shadow:0 0 0 2px #007acc33;outline:none}.code-input.filled{background:#2a2a2a;border-color:#555}.code-input.valid{background:#28a7451a;border-color:#28a745}.appointment-summary{background:#2a2a2a;border:1px solid #333;border-radius:4px;margin-bottom:20px;padding:15px}.appointment-summary h3{color:#fff;font-size:16px;font-weight:400;margin:0 0 10px}.appointment-summary p{color:#ccc;font-size:14px;margin:5px 0;text-align:left}.confirm-button{background:#333;border:1px solid #555;border-radius:4px;color:#999;cursor:not-allowed;font-size:16px;padding:12px;transition:all .2s ease;width:100%}.confirm-button.valid{background:#28a745;border-color:#28a745;color:#fff;cursor:pointer}.confirm-button.valid:hover{background:#218838;border-color:#1e7e34}.confirm-button.disabled{background:#333;border-color:#555;color:#999;cursor:not-allowed}.container{justify-content:flex-start;overflow:hidden}.title{line-height:1.2;margin:0 0 20px}@media (max-width:768px){.container{overflow-y:auto;padding:15px}.title{font-size:20px}}.formContainer{display:flex;flex-direction:column;gap:20px;justify-content:flex-start;max-width:400px;width:100%}@media (max-width:768px){.formContainer{gap:15px;max-width:100%}}.label{display:block;font-size:14px;font-weight:700;margin-bottom:5px}@media (max-width:768px){.label{font-size:16px}}.input{background:#fff;border-left:2px solid grey;border-top:2px solid grey;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;box-sizing:border-box;font-size:14px;padding:8px;width:100%}.input:disabled{background:#f0f0f0}@media (max-width:768px){.input{font-size:16px;padding:12px}}.cutContainer{align-items:center;display:flex;justify-content:center}.cutButton{background:#fff;border-left:2px solid grey;border-top:2px solid grey;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;cursor:pointer;font-size:14px;font-weight:700;padding:8px 16px;transition:all .2s}.cutButton:hover:not(:disabled){background:#f0f0f0}.cutButton.selected{background:#e8f5e8;border:2px solid #4caf50}.cutButton:disabled{cursor:not-allowed;opacity:.6}.availabilityContainer{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:10px}@media (max-width:768px){.availabilityContainer{gap:15px;grid-template-columns:1fr}}.daysColumn,.timesColumn{display:flex;flex-direction:column;gap:8px}.dayButton,.timeButton{background:#fff;border-left:2px solid grey;border-top:2px solid grey;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;cursor:pointer;font-size:14px;padding:8px 12px;text-align:left;transition:all .2s}.dayButton:hover:not(:disabled),.timeButton:hover:not(:disabled){background:#f0f0f0}.dayButton.selected,.timeButton.selected{background:#e8f5e8;border:2px solid #4caf50;font-weight:700}.dayButton:disabled,.timeButton:disabled{cursor:not-allowed;opacity:.6}.dayButton.disabled,.timeButton.disabled{background:#f0f0f0;color:#999;cursor:not-allowed;opacity:.5}.dayButton.disabled:hover,.timeButton.disabled:hover{background:#f0f0f0;color:#999}@media (max-width:768px){.dayButton,.timeButton{font-size:16px;padding:12px 16px}}.locationContainer{display:flex;gap:10px;margin-top:10px}@media (max-width:768px){.locationContainer{flex-direction:column;gap:8px}}.locationButton{background:#fff;border-left:2px solid grey;border-top:2px solid grey;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;cursor:pointer;flex:1 1;font-size:14px;padding:8px 16px;transition:all .2s}.locationButton:hover:not(:disabled){background:#f0f0f0}.locationButton.selected{background:#e8f5e8;border:2px solid #4caf50;font-weight:700}.locationButton:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.locationButton{font-size:16px;padding:12px 16px}}.contactRow{display:flex;flex-direction:column;gap:10px}.contactField{align-items:center;display:flex;gap:10px}.contactField .label{font-size:14px;margin-bottom:0;min-width:-webkit-fit-content;min-width:fit-content;white-space:nowrap}.contactField .input{flex:1 1;width:auto}.phoneInputContainer{align-items:center;display:flex;flex:1 1;position:relative}.phoneCheckmark{color:#4caf50;font-size:16px;font-weight:700;pointer-events:none;position:absolute;right:8px}@media (max-width:768px){.contactField{align-items:flex-start;flex-direction:column;gap:5px}.contactField .input{width:100%}}.errorText{color:#dc3545;display:block;font-size:12px;margin-top:5px}.scheduleButton{align-self:center;background:#4caf50;border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;box-shadow:inset 1px 1px 0 #ffffff4d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;min-height:auto;min-width:auto;padding:12px 24px}.scheduleButton.disabled,.scheduleButton:disabled{background:#ccc;cursor:not-allowed}@media (max-width:768px){.scheduleButton{font-size:18px;min-height:56px;min-width:200px;padding:16px 32px}}.scheduleButton:hover:not(:disabled){background:#45a049}.nextButton{align-self:center;background:#4caf50;border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;box-shadow:inset 1px 1px 0 #ffffff4d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;min-height:auto;min-width:auto;padding:12px 24px}.nextButton.disabled,.nextButton:disabled{background:#ccc;cursor:not-allowed}.nextButton:hover:not(:disabled){background:#45a049}.backButton{align-self:flex-start;background:#fff;border-left:2px solid grey;border-top:2px solid grey;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;cursor:pointer;font-size:14px;font-weight:700;margin-bottom:10px;padding:8px 16px;transition:all .2s}.backButton:hover:not(:disabled){background:#f0f0f0}.backButton:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.nextButton{font-size:18px;min-height:56px;min-width:200px;padding:16px 32px}.backButton{font-size:16px;padding:12px 20px}}.weekNavigation{gap:8px;margin-top:15px}.navButton,.weekNavigation{display:flex;justify-content:center}.navButton{align-items:center;background:#fff;border-left:2px solid grey;border-top:2px solid grey;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;cursor:pointer;font-size:16px;font-weight:700;height:32px;padding:6px 12px;transition:all .2s;width:32px}.navButton:hover:not(:disabled){background:#f0f0f0}.navButton:disabled{background:#f0f0f0;color:#999;cursor:not-allowed;opacity:.6}@media (max-width:768px){.smsToggleContainer{margin-top:10px;padding:8px}.smsToggleLabel{font-size:16px}.navButton{font-size:18px;height:36px;width:36px}}.container{color:#000}.header{align-items:center;background:#f0f0f0;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;padding:15px 20px}.buttonGroup{display:flex;gap:10px}.button{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.button:disabled{background:#ccc;color:#666;cursor:not-allowed}.button.closeButton{background:#f44336}.imageContainer{background:#fff;flex:1 1;overflow:auto;padding:20px}.imageContainer,.imageWrapper{align-items:center;display:flex;justify-content:center}.imageWrapper{max-height:100%;max-width:100%;position:relative}.image{border-radius:4px;box-shadow:0 0 20px #0000004d;height:auto;max-height:300px;max-width:400px;object-fit:contain;width:auto}.errorMessage{align-items:center;color:#000;display:flex;font-size:18px;height:100%;justify-content:center;text-align:center}.errorSubMessage{color:#666;font-size:14px;margin-top:10px}.musicContainer{background:#fff;border:2px solid #000;display:flex;font-family:Perfect DOS VGA\ 437,Courier New,Courier,monospace;height:100%;width:100%}.leftSection{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:8px 5px}.profileCircle{background:#fff;border:2px solid #000;border-radius:50%;height:140px;margin-bottom:10px;overflow:hidden;width:140px}.profileCircle img{height:100%;object-fit:cover;width:100%}.profileText{color:#000;font-size:18px;line-height:1.3;text-align:center}.rightSection{flex:1 1;justify-content:center;padding:8px 5px}.rightSection,.serviceList{display:flex;flex-direction:column}.serviceList{gap:15px}.serviceItem{align-items:center;color:#000;display:flex;font-size:18px;gap:12px;padding:10px 0;text-decoration:none;transition:background-color .2s ease}.serviceItem:hover{background-color:#f0f0f0}.serviceIcon{flex-shrink:0;height:28px;width:28px}.container{align-items:center;background:#fff;display:flex;flex-direction:column;font-family:Perfect DOS VGA\ 437,Courier New,Courier,monospace;height:100%;justify-content:center;padding:20px}.title{font-size:24px;font-weight:700;margin:0 0 30px;text-decoration:underline}.content,.title{color:#000;text-align:center}.content{font-size:16px;line-height:1.8}.creditSection{margin-bottom:15px}.link{color:#000;text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000}.volume-text{display:block;font-size:10px;margin-top:20px}.playerContainer{background:#fff;border:2px solid #000;display:flex;flex-direction:column;font-family:Perfect DOS VGA\ 437,Courier New,Courier,monospace;height:auto;max-height:80vh;min-height:200px}.tableContainer{border-bottom:1px solid #ccc;flex:1 1;overflow-y:hidden}.table{border-collapse:collapse;font-size:12px;width:100%}.tableHeader{background-color:#f0f0f0;position:-webkit-sticky;position:sticky;top:0;z-index:1}.headerRow{border-bottom:1px solid #ccc}.headerCell{border-right:1px solid #ccc;color:#333;font-weight:700;padding:8px 12px;text-align:left;-webkit-user-select:none;user-select:none}.headerCell.sortable{cursor:pointer}.headerCell.sortable:hover{background-color:#e0e0e0}.headerCell:last-child{border-right:none}.sortIcon{font-size:10px;margin-left:4px}.tableBody,.tableRow{background-color:#fff}.tableRow{border-bottom:1px solid #eee;cursor:pointer}.tableRow.playing{background-color:#e3f2fd}.tableRow:hover{background-color:#f8f8f8}.tableRow.playing:hover{background-color:#e3f2fd}.tableCell{border-right:1px solid #eee;padding:6px 12px;vertical-align:middle}.tableCell:last-child{border-right:none}.playButton{align-items:center;background:#f0f0f0;border:1px solid #ccc;border-radius:0;box-shadow:1px 1px 2px #0000001a;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-size:10px;height:20px;justify-content:center;margin-right:8px;width:20px}.playButton.playing{color:#1976d2}.playButton:hover{background:#e0e0e0;color:#1976d2}.playButton:active{box-shadow:inset 1px 1px 2px #0000001a}.playButtonContainer{align-items:center;display:flex}.ishv4ra-container{background:#fff;overflow:auto;padding:20px}.album-grid,.ishv4ra-container{height:100%;margin:0;width:100%}.album-grid{grid-gap:15px;align-items:center;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);justify-items:center;padding:15px}.album-card{align-items:center;background:#0000;border:none;box-shadow:none;cursor:pointer;display:flex;flex-direction:column;height:100%;max-height:200px;max-width:180px;overflow:hidden;padding:0;text-align:center;transition:all .1s ease;width:100%}.album-card:hover{transform:scale(1.05)}.album-image{align-items:center;display:flex;flex-shrink:0;height:120px;justify-content:center;margin-bottom:8px;width:120px}.album-image img{border:none;border-radius:4px;height:120px;object-fit:cover;width:120px}.folder-icon{color:navy;font-size:50px;height:120px;width:120px}.album-info,.folder-icon{align-items:center;display:flex;justify-content:center}.album-info{flex:1 1;flex-direction:column;min-width:0;overflow:hidden;width:100%}.album-name{word-wrap:break-word;color:#222;font-family:Perfect DOS VGA\ 437,Courier New,Courier,monospace;font-size:14px;font-weight:500;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;text-align:center}.ishv4ra-container.image-viewer{background:#fff;color:#000;display:flex;flex-direction:column}.image-viewer-footer,.image-viewer-header{align-items:center;background:#fff;display:flex;flex-shrink:0;justify-content:center;padding:10px 15px}.button-group{display:flex;gap:8px}.nav-button{align-items:center;background:silver;border-left:1px solid grey;border-top:1px solid grey;border-color:#fff grey grey #fff;border-style:solid;border-width:1px;box-shadow:inset -1px -1px #fff,inset 1px 1px grey;color:#000;cursor:pointer;display:flex;font-family:Perfect DOS VGA\ 437,Courier New,Courier,monospace;font-size:18px;height:36px;justify-content:center;min-width:40px;padding:8px 16px;transition:all .1s ease}.nav-button:hover:not(:disabled){background:#e0e0e0}.nav-button:active:not(:disabled){background:#a0a0a0;box-shadow:inset 1px 1px grey,inset -1px -1px #fff}.nav-button:disabled{background:#a0a0a0!important;box-shadow:inset 1px 1px grey,inset -1px -1px #fff!important;color:#666!important;cursor:not-allowed!important}.nav-button.prev-button{background:#4caf50;color:#fff}.nav-button.prev-button:hover:not(:disabled){background:#45a049}.nav-button.prev-button:disabled{background:#a0a0a0!important;color:#666!important}.nav-button.next-button{background:#4caf50;color:#fff}.nav-button.next-button:hover:not(:disabled){background:#45a049}.nav-button.next-button:disabled{background:#a0a0a0!important;color:#666!important}.nav-button.close-button{background:#f44336;color:#fff}.nav-button.close-button:hover:not(:disabled){background:#da190b}.image-container{background:#fff;flex:1 1;overflow:auto;padding:15px}.image-container,.image-wrapper{align-items:center;display:flex;justify-content:center}.image-wrapper{max-height:100%;max-width:100%;position:relative}.main-image{border:1px solid grey;border-radius:4px;box-shadow:0 0 20px #0000004d;height:auto;max-height:375px;max-width:500px;object-fit:contain;width:auto}.error-message{align-items:center;color:#000;display:flex;flex-direction:column;font-family:Perfect DOS VGA\ 437,Courier New,Courier,monospace;font-size:16px;height:200px;justify-content:center;text-align:center}.error-sub-message{color:#666;font-size:12px;margin-top:8px}.windowContainer{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;transform:translateZ(0);transition:all .2s ease;will-change:transform}.windowContainer.minimized{left:-1000px!important;top:-1000px!important}.windowContainer.maximized{height:100vh!important;width:100vw!important}.windowContainer[data-window-type=appointment]{height:80vh!important;min-height:700px}.windowContainer.dragging{transition:none;will-change:left,top}@media (max-width:768px){.windowContainer{max-height:calc(100vh - 50px);max-width:100vw}.windowContainer.minimized{left:-1000px!important;top:-1000px!important}}.window{border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;box-shadow:inset -1px -1px #fff,inset 1px 1px grey;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.titleBar{align-items:center;background:linear-gradient(180deg,navy 0,navy);color:#fff;cursor:move;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:20px;justify-content:space-between;padding:4px 8px;-webkit-user-select:none;user-select:none}.titleBarText{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.titleBarControls{display:flex;gap:2px}.titleBarControls button{align-items:center;background:silver;border-bottom:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;border-color:#fff grey grey #fff;border-radius:0;border-style:solid;border-width:1px;box-shadow:inset 1px 1px 0 #ffffff4d;cursor:pointer;display:flex;font-size:10px;height:18px;justify-content:center;margin:0;padding:0;width:18px}.titleBarControls button:hover{background:#e0e0e0}.titleBarControls button:active{background:#a0a0a0;box-shadow:inset 1px 1px 0 #0000004d}.titleBarControls .closeButton{align-items:center;background:silver;display:flex;font-size:11px;font-weight:700;height:18px;justify-content:center;line-height:1;min-height:18px;min-width:18px;width:18px}.titleBarControls .closeButton:hover{background:red;color:#fff}.windowBody{background:#fff;flex:1 1;overflow:auto}.resizeHandle{background:#0000;bottom:0;cursor:nw-resize;height:20px;position:absolute;right:0;width:20px}.iconContainer{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:8px;cursor:grab;display:flex;flex-direction:column;padding:8px;position:absolute;transform:scale(1);-webkit-user-select:none;user-select:none;will-change:transform}.iconContainer.dragging{background-color:initial!important;border-radius:0;cursor:grabbing;outline:1px dotted #000;outline-offset:-2px;transform:translateZ(0);transition:none;will-change:left,top;z-index:9999}@media (max-width:768px){.iconContainer{flex-shrink:0;min-height:80px;min-width:80px;padding:8px;touch-action:none}}.iconContainer:hover .iconImage{transform:scaleX(-1)}.iconContainer.dragging:hover{transform:translateZ(0)}.iconContainer.dragging .iconImage{transform:scaleX(-1)}.iconContainer.selected:not(.dragging){background-color:initial!important;border-radius:0;outline:1px dotted #000;outline-offset:-2px}.iconCircle{align-items:center;background-color:initial;border-radius:50%;box-shadow:none;color:#fff;display:flex;font-size:0;font-weight:700;height:64px;justify-content:center;margin-bottom:8px;overflow:hidden;width:64px}.iconCircle.image{border-radius:0}.iconCircle:not(.image){box-shadow:0 4px 8px #0003;font-size:32px}@media (max-width:768px){.iconCircle{height:72px;width:72px}.iconCircle:not(.image){font-size:36px}}.iconLabel{word-wrap:break-word;color:#fff;font-size:12px;font-weight:500;max-width:80px;text-align:center;text-shadow:1px 1px 2px #000c}@media (max-width:768px){.iconLabel{font-size:14px;line-height:1.2;max-width:100px}.iconImage{max-height:72px;max-width:72px}}.iconImage{height:100%;max-height:64px;max-width:64px;object-fit:contain;width:100%}.desktopContainer{background-image:url(/static/media/background.770dfaf0daafe5f921e1.png);background-position:50%;background-repeat:no-repeat;background-size:cover;font-family:Perfect DOS VGA\ 437,Courier New,Courier,monospace;height:100vh;overflow:hidden;position:relative;width:100vw}@media (max-width:768px){.desktopContainer{overflow-x:hidden;overflow-y:auto}}.taskbar{align-items:center;background:linear-gradient(180deg,silver 0,#a0a0a0);border-color:#fff grey grey #fff;border-style:solid;border-width:2px;bottom:0;box-shadow:0 -2px 4px #0003;display:flex;height:40px;left:0;padding:0 4px;position:fixed;right:0;z-index:1000}@media (max-width:768px){.taskbar{height:50px;padding:0 24px}}.startButton{align-items:center;background:linear-gradient(180deg,silver 0,#a0a0a0);border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;box-shadow:inset 1px 1px 0 #ffffff4d;cursor:pointer;display:flex;height:32px;justify-content:space-between;margin-left:10px;margin-right:8px;padding:0 8px;width:80px}@media (max-width:768px){.startButton{font-size:14px;height:40px;margin-left:24px;margin-right:12px;padding:0 12px;width:90px}}.startButton:active{background:linear-gradient(180deg,#a0a0a0 0,silver);border-bottom:2px solid grey;border-left:2px solid grey;border-right:2px solid grey;border-color:grey #fff #fff grey;border-style:solid;border-width:2px;box-shadow:inset 1px 1px 0 #0000004d}.taskbarItems{align-items:center;display:flex;flex:1 1;gap:4px}@media (max-width:768px){.taskbarItems{-ms-overflow-style:none;gap:8px;overflow-x:auto;scrollbar-width:none}.taskbarItems::-webkit-scrollbar{display:none}}.taskbarItem{align-items:center;background:linear-gradient(180deg,#e0e0e0 0,silver);border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;box-shadow:inset 1px 1px 0 #ffffff4d;color:#000;cursor:pointer;display:flex;font-size:11px;height:28px;min-width:140px;padding:0 4px 0 8px}.taskbarItem.active{background:linear-gradient(180deg,#fff 0,#e0e0e0);box-shadow:inset 1px 1px 0 #0000001a}@media (max-width:768px){.taskbarItem{flex-shrink:0;font-size:12px;height:40px;min-width:120px;padding:0 8px 0 12px}.taskbarCloseButton{border-radius:0;box-sizing:border-box;font-size:12px;height:20px;line-height:1;max-height:20px;max-width:20px;min-height:20px;min-width:20px;padding:0;width:20px}}.taskbarItem:hover{background:linear-gradient(180deg,#f0f0f0 0,#d0d0d0)}.taskbarItemContent{align-items:center;display:flex;flex:1 1;justify-content:flex-start;min-width:0}.taskbarIcon{flex-shrink:0;height:16px;image-rendering:pixelated;margin-right:6px;width:16px}.taskbarTitle{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.taskbarCloseButton{align-items:center;background:linear-gradient(180deg,#e0e0e0 0,silver);border-bottom:1px solid grey;border-left:1px solid grey;border-right:1px solid grey;border-color:grey #fff #fff grey;border-radius:0;border-style:solid;border-width:1px;box-shadow:inset 1px 1px 0 #ffffff4d;box-sizing:border-box;color:#000;cursor:pointer;display:flex;flex-shrink:0;font-size:10px;font-weight:700;height:18px;justify-content:center;line-height:1;margin-left:4px;max-height:18px;max-width:18px;min-height:18px;min-width:18px;padding:0;width:18px}.taskbarCloseButton:hover{background:linear-gradient(180deg,#ff6b6b 0,#f44);border-bottom:1px solid #f33;border-left:1px solid #f33;border-right:1px solid #f33;border-color:#f33 #f66 #f66 #f33;border-style:solid;border-width:1px;box-shadow:inset 1px 1px 0 #fff3;color:#fff}.taskbarCloseButton:active{background:linear-gradient(180deg,silver 0,#e0e0e0);border-bottom:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff;border-color:#fff grey grey #fff;border-style:solid;border-width:1px;box-shadow:inset 1px 1px 0 #0000004d}.startMenu{background:silver;border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;bottom:40px;box-shadow:4px 4px 8px #0000004d;display:flex;left:4px;position:fixed;visibility:visible;width:200px;z-index:1001}.startMenu.hidden{display:none;visibility:hidden}.startMenuSidebar{align-items:center;background:navy;color:#fff;display:flex;font-size:12px;font-weight:700;justify-content:center;letter-spacing:1px;text-orientation:mixed;width:40px;writing-mode:vertical-rl}.startMenuContent{display:flex;flex:1 1;flex-direction:column}.startMenuItem{align-items:center;color:#000;cursor:pointer;display:flex;font-size:12px;gap:8px;padding:8px 16px}.startMenuItem:hover{background:navy;color:#fff}.menuItemIcon{flex-shrink:0;height:16px;width:16px}.clock{align-items:center;background:linear-gradient(180deg,#e0e0e0 0,silver);border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff;border-color:#fff grey grey #fff;border-style:solid;border-width:2px;box-shadow:inset 1px 1px 0 #ffffff4d;color:#000;display:flex;font-size:11px;font-weight:700;height:28px;justify-content:center;margin-left:auto;margin-right:8px;min-width:80px}.backgroundOverlay{background:#0003;height:100%;left:0;top:0;width:100%}.backgroundOverlay,.desktopTitle{pointer-events:none;position:absolute}.desktopTitle{color:#fff;font-size:48px;font-weight:700;left:50%;text-shadow:2px 2px 8px #000c;top:50px;transform:translateX(-50%);z-index:1}@media (max-width:768px){.desktopTitle{word-wrap:break-word;font-size:32px;padding:0 20px;text-align:center;top:20px}}.startButtonIcon{height:16px;image-rendering:pixelated;width:16px}.startButtonText{color:#fff;font-size:12px;font-weight:700;text-shadow:1px 1px 1px #00000080}.divider{background:grey;height:1px;margin:2px 0}@font-face{font-display:swap;font-family:Perfect DOS VGA\ 437;font-style:normal;font-weight:400;src:url(/static/media/perfect-DOS-VGA-437.4df1d5bd795358c80faa.ttf) format("truetype")}*{box-sizing:border-box}body{-webkit-font-smoothing:none;-moz-osx-font-smoothing:auto;margin:0;overflow:hidden;padding:0}body,code{font-family:Perfect DOS VGA\ 437,Courier New,Courier,monospace}.App{height:100vh;margin:0;overflow:hidden;padding:0;text-align:center;width:100vw}@media (max-width:768px){.App,body,html{overflow-x:hidden}body,html{height:100%;width:100%}}
/*! 98.css v0.1.21 - https://github.com/jdan/98.css */@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:400;src:url(/static/media/ms_sans_serif.aac84aa6de42b83d1a62.woff) format("woff");src:url(/static/media/ms_sans_serif.0348082abb503fb6a8c2.woff2) format("woff2")}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:700;src:url(/static/media/ms_sans_serif_bold.9fbe71248995f1c639d4.woff) format("woff");src:url(/static/media/ms_sans_serif_bold.7fcf57cc6e87ecddbf64.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 grey,inset 2px 2px #dfdfdf;box-sizing:border-box;color:#0000;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 grey,inset 3px 3px #dfdfdf}.vertical-bar{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,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 grey;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 grey,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 grey}}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:grey}: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 grey,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,grey,#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 0h6v2H2zm5 2h1v4H7zM2 2h1v1H2zm4 3h1v1H6zM0 3h6v2H0zm5 2h1v4H5zM0 5h1v4H0zm1 3h4v1H1z'/%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-1h4v1H1zm3 1h2v2H4zM3 3h2v1H3zM2 4h2v2H2zm0 3h2v2H2z'/%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{display:flex;gap:1px;margin:0 1px}.status-bar-field{box-shadow:inset -1px -1px #dfdfdf,inset 1px 1px grey;flex-grow:1;margin:0;padding:2px 3px}.window-body{margin:8px}fieldset{-webkit-padding-before:8px;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 grey,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;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 grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;box-sizing:border-box;padding:3px 4px}select,textarea{border:none}textarea{-webkit-appearance:none;appearance:none;background-color:#fff;border-radius:0;box-shadow:inset -1px -1px #fff,inset 1px 1px grey,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:#0000;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 0 #fff,1px 1px 0 #fff,0 1px 0 #fff,-1px 0 0 #a9a9a9,-1px -1px 0 #a9a9a9,0 -1px 0 #a9a9a9,-1px 1px 0 #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 0 #fff,1px 1px 0 #fff,0 1px 0 #fff,-1px 0 0 #a9a9a9,-1px -1px 0 #a9a9a9,0 -1px 0 #a9a9a9,-1px 1px 0 #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) translateX(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 0 #fff,-1px 1px 0 #fff,0 1px 0 #fff,1px 0 0 #a9a9a9,1px -1px 0 #a9a9a9,0 -1px 0 #a9a9a9,1px 1px 0 #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 0 #fff,-1px 1px 0 #fff,0 1px 0 #fff,1px 0 0 #a9a9a9,1px -1px 0 #a9a9a9,0 -1px 0 #a9a9a9,1px 1px 0 #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 grey,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 grey,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 grey,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 grey,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 #0000;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 grey,inset 2px 2px #dfdfdf;box-sizing:border-box;font-weight:400;height:17px;padding:0 6px;position:-webkit-sticky;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;appearance:none;border:none;border-radius:0;box-shadow:inset -2px -2px #dfdfdf,inset 2px 2px grey;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:initial;background-image:linear-gradient(90deg,navy 16px,#0000 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 grey,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 grey;padding:1px}
/*# sourceMappingURL=main.aee4c634.css.map*/