.app-window.win98-window{position:fixed;top:12vh;left:50%;transform:translate(-50%);width:min(var(--app-width),calc(100vw - 32px));height:min(var(--app-height),calc(100dvh - var(--taskbar-height) - 64px));display:flex;flex-direction:column;outline:none;border:1px solid #dfdfdf;padding:3px;background:silver;color:#000;box-sizing:border-box;font:12px galmuri9,Tahoma,sans-serif;box-shadow:inset 1px 1px 0 1px #fff,inset -1px -1px 0 1px gray,1px 1px 0 1px #000}.app-window[hidden]{display:none}.app-window-titlebar{background:linear-gradient(90deg,navy,#1084d0);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:20px;padding:2px 4px 2px 6px;font-size:12px;line-height:16px;font-weight:700;letter-spacing:.5px;flex-shrink:0;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.app-window-titlebar:active{cursor:grabbing}.app-window-title{display:flex;align-items:center;gap:7px;min-width:0}.app-window-title>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-window .app-window-title img{width:14px;height:14px;object-fit:contain;image-rendering:pixelated}.app-window-controls{display:flex;align-items:center;gap:0;flex-shrink:0}.app-window-control-icon{display:block;width:10px;height:10px;flex:0 0 10px}.app-window-controls button{appearance:none;box-sizing:border-box;border:0;border-radius:0;background:silver;color:#000;width:16px;min-width:16px;height:14px;min-height:14px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:default;box-shadow:inset -1px -1px #000,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf}.app-window-controls .app-window-close{margin-left:2px}.app-window-controls button:active{box-shadow:inset 1px 1px #000,inset -1px -1px #fff,inset 2px 2px gray,inset -2px -2px #dfdfdf}.app-window-controls button:active .app-window-control-icon{transform:translate(1px,1px)}.app-window-controls button:focus-visible{outline:1px dotted #000;outline-offset:-4px}.app-window-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:auto}.app-window-footer{flex-shrink:0}@media(max-width:600px){.app-window.win98-window{top:16px;width:min(var(--app-width),calc(100vw - 20px));height:min(var(--app-height),calc(100dvh - var(--taskbar-height) - 38px))}}.app-window.is-maximized{top:0;left:0;transform:none;width:100%;height:calc(100dvh - var(--taskbar-height))}.app-window.is-maximized .app-window-titlebar{cursor:default}.file-explorer .app-window-titlebar{background:navy}.file-explorer .app-window-content{overflow:hidden}.file-explorer button,.file-explorer select{font:inherit;color:#000;border-radius:0}.explorer-menubar{display:flex;gap:18px;padding:4px 6px;border-bottom:1px solid #808080;box-shadow:0 1px #fff;flex-shrink:0}.explorer-toolbar{display:flex;align-items:center;gap:4px;padding:5px 3px;flex-shrink:0}.explorer-toolbar button,.explorer-formatbar button,.explorer-tree-message button{border:0;background:silver;box-shadow:inset 1px 1px #fff,inset -1px -1px #000,inset -2px -2px gray;min-width:25px;height:25px;padding:2px 7px}.explorer-toolbar button:active:not(:disabled),.explorer-formatbar button:active:not(:disabled){box-shadow:inset 1px 1px #000,inset 2px 2px gray}.file-explorer button:disabled{color:gray;text-shadow:1px 1px #fff}.explorer-address{display:flex;align-items:center;gap:5px;background:#fff;min-width:0;flex:1;height:25px;padding:2px 5px;box-sizing:border-box;box-shadow:inset 1px 1px gray,inset -1px -1px #fff,inset 2px 2px #000}.explorer-address span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-explorer .explorer-address img,.file-explorer .explorer-tree img{width:16px;height:16px;object-fit:contain;image-rendering:pixelated;flex-shrink:0}.explorer-separator{height:23px;border-left:1px solid #808080;border-right:1px solid #fff;margin:0 3px}.explorer-panes{display:grid;grid-template-columns:230px minmax(0,1fr);gap:4px;min-height:0;flex:1;padding:0 1px 3px}.explorer-tree,.explorer-editor-pane{min-width:0;min-height:0;background:#fff;border:1px solid;border-color:#808080 #fff #fff #808080;box-shadow:inset 1px 1px #000}.explorer-tree{overflow:auto;padding:1px}.explorer-pane-heading{background:silver;box-shadow:inset 1px 1px #fff,inset -1px -1px gray;padding:3px 6px;font-size:11px;min-height:20px;box-sizing:border-box;flex-shrink:0}.explorer-tree>.explorer-pane-heading{position:sticky;top:-1px;z-index:1;margin-bottom:5px}.explorer-tree-row{display:flex;align-items:center;min-width:max-content;height:23px}.explorer-expander{width:11px;height:11px;flex-shrink:0;padding:0;border:1px solid #808080;background:#fff;font:11px/8px Tahoma,sans-serif!important;margin-right:5px}.explorer-tree-spacer{width:16px;height:1px;border-top:1px dotted #808080;flex-shrink:0}.explorer-node{display:flex;align-items:center;gap:4px;border:0;padding:2px 3px;background:transparent;white-space:nowrap;cursor:default}.explorer-node.selected{background:navy;color:#fff}.explorer-node:focus-visible{outline:1px dotted #000;outline-offset:-1px}.explorer-branch{background-image:repeating-linear-gradient(to bottom,#aaa 0 1px,transparent 1px 3px);background-size:1px 100%;background-repeat:no-repeat;background-position:9px 0}.explorer-text-icon{width:11px;height:14px;border:1px solid #555;background:repeating-linear-gradient(to bottom,#777 0 1px,transparent 1px 3px) 2px 3px / 7px 8px no-repeat,#fff;box-shadow:1px 1px #aaa;margin:0 2px;flex-shrink:0}.explorer-external{display:flex;align-items:center;gap:4px;color:#000;margin:3px 0 3px 23px;text-decoration:none;width:max-content}.explorer-editor-pane{position:relative;display:flex;flex-direction:column;overflow:hidden;padding:1px}.explorer-slash-menu{position:absolute;z-index:3;top:58px;left:8px;right:8px;max-width:320px;max-height:calc(100% - 70px);overflow:auto;padding:3px;background:silver;box-shadow:inset 1px 1px #fff,inset -1px -1px #000,2px 2px gray}.explorer-slash-heading{padding:6px;font-weight:700}.explorer-slash-heading small{display:block;font-weight:400;font-size:10px;margin-top:4px}.explorer-slash-menu button{display:block;width:100%;border:0;padding:6px 10px;background:transparent;text-align:left}.explorer-slash-menu button[aria-selected=true],.explorer-slash-menu button:hover{color:#fff;background:navy}.explorer-document-heading{display:flex;justify-content:space-between;gap:10px}.explorer-document-heading span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.explorer-formatbar{display:flex;gap:3px;padding:4px;background:silver;border-bottom:1px solid #808080;flex-shrink:0}.explorer-formatbar select{background:#fff;border:1px solid #808080}.explorer-readonly{padding:5px 8px;background:#ffffe1;border-bottom:1px solid #dedec0;font-size:10px}.explorer-readonly a{color:navy}.explorer-empty{margin:auto;padding:25px 12px;text-align:center;color:#777}.explorer-empty-paper{display:inline-block;border:1px solid #999;box-shadow:3px 3px #ddd;padding:15px 10px;font:26px Georgia,serif;color:navy}.explorer-empty h2{font-size:13px;color:#333;margin:20px 0 12px}.explorer-empty p{font-size:11px;line-height:1.7;margin:3px 0}.explorer-editor{overflow:auto;flex:1;min-height:0;color:#000}.explorer-editor .tiptap{padding:14px 18px;min-height:100%;outline:none;font:14px/1.8 galmuri9,sans-serif;overflow-wrap:anywhere}.explorer-editor .tiptap p{margin:0 0 10px}.explorer-title-section{padding:16px 18px 12px;border-bottom:1px solid #b8b8b8;margin:0 12px;flex-shrink:0}.explorer-title-section input{box-sizing:border-box;width:100%;min-width:0;padding:4px 0;border:0;border-radius:0;background:#fff;color:#111;font:700 22px/1.5 galmuri9,sans-serif}.explorer-title-section input:focus{outline:1px dotted #808080;outline-offset:3px}.explorer-editor img{max-width:100%}.explorer-editor pre{white-space:pre-wrap;background:#eee;padding:10px}.explorer-editor [data-child-note]{display:block!important;padding:7px 10px;margin:4px 0!important;border:1px solid #ddd;background:#f4f4f4;cursor:pointer}.explorer-editor [data-child-note]:hover{background:#e7e7f5;border-color:navy}.explorer-editor [data-child-note-box]{color:navy!important}.explorer-editor [data-child-note-box]:before{content:"";display:inline-block;width:16px;height:16px;margin-right:7px;vertical-align:middle;background:url(/images/icon/file_lines.png) center / contain no-repeat;image-rendering:pixelated}.explorer-editor [data-child-note-delete]{display:none}.explorer-editor.editable [data-lab-image-delete]{display:block!important;width:22px!important;height:22px!important;border-radius:2px!important;opacity:.75!important}.explorer-editor.editable [data-lab-image-resize]{display:block!important;background:linear-gradient(135deg,transparent 40%,#fff 40% 55%,#000080 55% 70%,#fff 70% 85%,#000080 85%)!important;border:1px solid #808080}.explorer-formatbar{flex-wrap:wrap;align-items:center}.explorer-formatbar button[aria-pressed=true]{background:#ddd;box-shadow:inset 1px 1px #000,inset 2px 2px gray,inset -1px -1px #fff}.explorer-color{position:relative;display:inline-flex;align-items:center;justify-content:center;width:27px;height:25px;cursor:pointer}.explorer-color>span{font-weight:700;border-bottom:4px solid;line-height:15px}.explorer-color input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.explorer-font-unit{font-size:10px}.explorer-editor .tiptap{padding-left:36px;position:relative}.explorer-editor .tiptap h1,.explorer-editor .tiptap h2,.explorer-editor .tiptap h3{font-size:inherit}.explorer-block-handle{opacity:.4;cursor:grab;-webkit-user-select:none;user-select:none;padding:3px 5px;border-radius:3px;color:#444;background:#ddd;font:18px/20px sans-serif;z-index:5}.explorer-block-handle:hover{opacity:.8}.explorer-block-handle:active{cursor:grabbing}.explorer-editor [data-codeblock]{background:#f7f6f3;border:1px solid #e4e3df;border-radius:4px;padding:10px}.explorer-editor [data-codeblock]>div[contenteditable=false]{margin-bottom:8px!important}.explorer-editor [data-codeblock] [data-drag-handle]{display:none}.explorer-editor [data-codeblock] select{background:transparent;color:#777;border:0;font-size:11px}.explorer-editor [data-codeblock] pre{background:transparent;color:#37352f;margin:0;padding:4px;white-space:pre;overflow-x:auto;font:13px/1.65 Consolas,monospace}.explorer-editor [data-codeblock] code{font:inherit;background:transparent}.explorer-editor .hljs-keyword,.explorer-editor .hljs-selector-tag,.explorer-editor .hljs-literal{color:#9c36b5}.explorer-editor .hljs-string,.explorer-editor .hljs-regexp,.explorer-editor .hljs-addition{color:#448361}.explorer-editor .hljs-number,.explorer-editor .hljs-symbol,.explorer-editor .hljs-bullet{color:#d9730d}.explorer-editor .hljs-title,.explorer-editor .hljs-section,.explorer-editor .hljs-built_in{color:#2377a4}.explorer-editor .hljs-attr,.explorer-editor .hljs-attribute,.explorer-editor .hljs-type{color:#b34c45}.explorer-editor .hljs-comment,.explorer-editor .hljs-quote{color:#92918e;font-style:italic}.explorer-editor .hljs-variable,.explorer-editor .hljs-template-variable{color:#a66c00}.explorer-editor.readonly [data-lab-image-delete],.explorer-editor.readonly [data-lab-image-resize]{display:none}.explorer-tree-message{font-size:11px;line-height:1.7;padding:8px;overflow-wrap:anywhere}.explorer-tree-message button{display:block;margin-top:8px}.explorer-status{display:flex;gap:3px;font-size:10px}.explorer-status span{box-shadow:inset 1px 1px gray,inset -1px -1px #fff;padding:4px 6px;white-space:nowrap}.explorer-status span:first-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}@media(max-width:600px){.explorer-panes{grid-template-columns:130px minmax(0,1fr)}.explorer-menubar{gap:10px;font-size:10px}.explorer-toolbar{flex-wrap:wrap}.explorer-address{flex-basis:calc(100% - 75px)}.explorer-editor .tiptap{padding:10px}.explorer-status span:nth-child(2){display:none}}.win98-desktop{--silver: #c0c0c0;--raised: inset 1px 1px #fff, inset -1px -1px #000, inset 2px 2px #dfdfdf, inset -2px -2px #808080;min-height:100dvh;box-sizing:border-box;background:teal url(/images/background/akira_city.webp) center / cover no-repeat;color:#111;padding:30px 36px 74px 24px;display:flex;gap:44px;font:12px galmuri9,monospace}.win98-desktop *{box-sizing:border-box}.win98-desktop button{font:inherit;cursor:pointer}.desktop-shortcuts{display:grid;grid-template-rows:repeat(4,92px);grid-auto-flow:column;grid-auto-columns:88px;gap:10px;align-content:start;flex-shrink:0}.desktop-shortcut{width:88px;align-self:start;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:transparent;border:1px solid transparent;padding:4px;-webkit-user-select:none;user-select:none;text-align:center;color:#fff;text-decoration:none;line-height:1.65}.desktop-icon-art{width:46px;height:46px;flex-shrink:0;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(1px 1px 0 #0006)}.desktop-shortcut .desktop-icon-art{width:40px;height:40px}.desktop-shortcut span{padding:0 4px;text-shadow:1px 1px #004040}.desktop-shortcut:hover{background:#ffffff12}.desktop-shortcut.is-selected{background:#316ac54d;border:1px dotted #fff}.desktop-shortcut.is-selected span{background:navy}.desktop-selection-box{position:fixed;border:1px solid #a9c9ff;background:#316ac54d;pointer-events:none;z-index:99}.desktop-shortcut:focus-visible{outline:1px dotted #fff}.desktop-shortcut:focus-visible span,.desktop-shortcut:active span{background:navy}.desktop-workspace{flex:1;min-width:0;max-width:780px;margin:16px auto 0}.desktop-jukebox{position:relative}.win98-window{background:var(--silver);padding:4px;box-shadow:var(--raised),3px 3px #004545}.win98-titlebar{background:linear-gradient(90deg,navy,#1084d0);color:#fff;padding:3px 3px 3px 7px;display:flex;align-items:center;justify-content:space-between;min-height:27px;font-weight:700;gap:8px}.win98-titlebar>div{display:flex;gap:3px}.win98-titlebar button{width:21px;height:20px;padding:0;background:var(--silver);box-shadow:var(--raised);border:0;color:#000;font:700 17px Arial}.window-menubar{display:flex;padding:8px 10px;gap:22px;border-bottom:1px solid #808080;box-shadow:0 1px #fff;font-size:10px}.window-version{margin-left:auto;color:#555}.welcome-body{padding:24px 26px 18px}.welcome-heading{display:flex;align-items:center;gap:17px}.welcome-heading p{color:navy;font-size:11px;margin:0 0 8px}.welcome-heading h1{font-size:16px;line-height:1.7;margin:0}.welcome-description{font-size:12px;line-height:1.9;color:#444;margin:18px 0}.notice-paper{background:#ffffed;padding:16px 20px;box-shadow:inset 1px 1px gray,inset -1px -1px #fff,inset 2px 2px #000}.notice-paper h2{font-size:12px;margin:0 0 15px;display:flex;justify-content:space-between;border-bottom:1px solid #c7c7ac;padding-bottom:11px}.notice-paper h2 span{color:#80806a;font-size:10px;font-weight:400}.notice-paper article+article{margin-top:15px}.notice-paper strong{font-size:11px;color:navy}.notice-paper p{font-size:11px;line-height:1.9;margin:5px 0 0;color:#40403a}.welcome-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.win98-button{background:var(--silver);box-shadow:var(--raised);border:none;color:#000;padding:8px 14px;text-decoration:none;font:inherit;text-align:center}.win98-button:active,.win98-button.pressed{box-shadow:inset 1px 1px #000,inset -1px -1px #fff,inset 2px 2px gray;background:#d2d2d2}.win98-desktop button:focus-visible,.win98-button:focus-visible{outline:1px dotted #000;outline-offset:-5px}.window-status{display:flex;gap:3px;color:#444;font-size:9px}.window-status span{box-shadow:inset 1px 1px gray,inset -1px -1px #fff;padding:6px 8px;flex:1}.window-status span:last-child{flex:0 0 auto}.win98-taskbar{position:fixed;bottom:0;left:0;right:0;height:36px;background:var(--silver);box-shadow:inset 0 1px #dfdfdf,inset 0 2px #fff;display:flex;gap:6px;align-items:center;padding:3px 6px;z-index:100}.task-button{display:flex;align-items:center;gap:7px;width:172px;padding:4px 8px;height:28px;text-align:left;font-size:11px}.task-button .desktop-icon-art{width:22px;height:22px}.system-tray{margin-left:auto;display:flex;flex-direction:column;align-items:center;gap:1px;padding:2px 10px;box-shadow:inset 1px 1px gray,inset -1px -1px #fff;white-space:nowrap;font-size:10px;line-height:12px}.documents-window img{width:20px;height:20px;object-fit:contain;image-rendering:pixelated}.documents-toolbar{display:flex;align-items:center;gap:5px;padding:8px 6px;border-bottom:1px solid #808080;box-shadow:0 1px #fff}.documents-toolbar .win98-button{padding:6px 10px;font-size:11px}.documents-toolbar button:disabled{cursor:default;color:#707070;text-shadow:1px 1px #fff}.documents-toolbar-divider{height:24px;border-left:1px solid #808080;border-right:1px solid #fff;margin:0 3px}.documents-address{display:flex;align-items:center;gap:12px;padding:8px;font-size:11px}.documents-address>div{flex:1;display:flex;align-items:center;gap:7px;background:#fff;padding:4px 7px;box-shadow:inset 1px 1px gray,inset -1px -1px #fff,inset 2px 2px #000}.documents-panes{display:grid;grid-template-columns:170px minmax(0,1fr);gap:4px;flex:1;min-height:0;margin-bottom:4px}.documents-folders,.documents-files{background:#fff;overflow:auto;box-shadow:inset 1px 1px gray,inset -1px -1px #fff;padding:2px}.documents-folders h2{font-size:11px;font-weight:400;background:#e5e5e5;margin:0 0 10px;padding:7px;border-bottom:1px solid #aaa}.documents-root{display:flex;align-items:center;gap:6px;margin:0 6px;padding:3px 5px;background:navy;color:#fff;width:fit-content;font-size:11px}.documents-files table{width:100%;border-collapse:collapse;font-size:11px}.documents-files th{background:silver;box-shadow:var(--raised);text-align:left;padding:7px 9px;font-weight:400;white-space:nowrap}.documents-files th:first-child{width:55%}.documents-files td{padding:5px;font-size:10px}.documents-children{margin:8px 0 0 12px;border-left:1px dotted #808080}.documents-children a,.documents-folder-link{display:flex;align-items:center;gap:6px;padding:4px;color:#111;text-decoration:none}.documents-children a{font-size:11px}.documents-children a:hover,.documents-folder-link:hover{background:navy;color:#fff}.documents-children a:focus-visible,.documents-folder-link:focus-visible{outline:1px dotted #000080}@media(max-width:600px){.documents-panes{grid-template-columns:88px minmax(0,1fr)}.documents-files th{padding:7px 5px;font-size:10px}.documents-root{margin:0 2px}}@media(max-width:1000px){.win98-desktop{gap:22px;padding:22px 20px 68px 14px}.desktop-shortcuts{grid-template-rows:none;grid-auto-flow:row;grid-template-columns:80px;gap:3px}.desktop-shortcut{width:80px}.desktop-workspace{margin-top:9px}.welcome-body{padding:20px 18px}.desktop-jukebox{position:fixed;right:12px;top:16px;z-index:95;max-height:calc(100dvh - 68px);overflow-y:auto}}@media(max-width:600px){.win98-desktop{flex-direction:column;gap:24px;padding:16px 12px 65px}.desktop-shortcuts{grid-template-columns:80px;grid-auto-flow:row;gap:5px}.desktop-shortcut{width:100%;font-size:10px}.desktop-icon-art{width:39px;height:39px}.desktop-shortcut .desktop-icon-art{width:36px;height:36px}.desktop-workspace{width:100%;margin:0}.welcome-body{padding:18px 12px}.welcome-heading{gap:10px}.welcome-heading h1{font-size:13px}.welcome-heading p{font-size:9px}.notice-paper{padding:14px}.welcome-actions{gap:7px}.welcome-actions .win98-button{font-size:10px;padding:9px}.window-status{flex-wrap:wrap}.window-status span:last-child{flex:1}.window-menubar{gap:12px;font-size:9px}.task-button{width:auto;flex:1;min-width:0;font-size:9px;gap:4px}.task-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.music-task{flex:0 0 34px}.music-task span{display:none}.system-tray{padding:2px 6px;font-size:9px}}@font-face{font-family:galmuri9;src:url(/fonts/Galmuri9.woff2) format("woff2")}@font-face{font-family:galmurimono9;src:url(/fonts/GalmuriMono9.woff2) format("woff2")}@font-face{font-family:pretendard;src:url(/fonts/PretendardVariable.woff2) format("woff2")}@font-face{font-family:Galmuri14;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/2506-1@1.0/Galmuri14.woff2) format("woff2");font-display:swap}body{padding:0;margin:0;font-family:galmuri9,galmurimono9}
