:root{--os-bg: #008080;--os-gray-light: #ffffff;--os-gray-main: #c0c0c0;--os-gray-dark: #808080;--os-black: #000000;--os-blue: #000080;--os-blue-light: #1084d0;--os-font-family: "Courier New", Courier, monospace;--os-border-outset: 2px solid;--os-border-inset: 2px solid;--notion-bg: #ffffff;--notion-text: #37352f;--notion-gray: #f1f0ef;--notion-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";--notion-line-height: 1.5;--z-desktop: 1;--z-window: 10;--z-taskbar: 100;--z-start-menu: 101}.os-window{background-color:var(--os-gray-main);box-shadow:inset 1px 1px var(--os-gray-light),inset -1px -1px var(--os-gray-dark),1px 1px 0 var(--os-black);border:1px solid var(--os-gray-main)}.os-outset{box-shadow:inset 1px 1px var(--os-gray-light),inset -1px -1px var(--os-gray-dark),1px 1px 0 var(--os-black)}.os-inset{box-shadow:inset 1px 1px var(--os-gray-dark),inset -1px -1px var(--os-gray-light),1px 1px 0 var(--os-gray-light)}.os-title-bar{background:linear-gradient(90deg,var(--os-blue),var(--os-blue-light));color:#fff;padding:2px 4px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.os-button{background-color:var(--os-gray-main);box-shadow:inset 1px 1px var(--os-gray-light),inset -1px -1px var(--os-gray-dark),1px 1px 0 var(--os-black);border:none;padding:2px 6px}.os-button:active{box-shadow:inset 1px 1px var(--os-gray-dark),inset -1px -1px var(--os-gray-light)}@media(max-width:768px){.os-window{width:100%!important;height:calc(100% - 40px)!important;top:0!important;left:0!important;border:none}.os-title-bar{padding:8px}.desktop-icon{width:70px;margin:5px}#taskbar{height:50px}#taskbar .os-button{min-width:60px;max-width:100px;font-size:12px}}*{box-sizing:border-box}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;background-color:var(--os-bg);font-family:var(--os-font-family);-webkit-user-select:none;user-select:none}#app{width:100%;height:100%;position:relative;display:flex;flex-direction:column}#desktop{flex:1;position:relative;width:100%;height:100%}#taskbar{height:40px;background-color:var(--os-gray-main);border-top:2px solid var(--os-gray-light);display:flex;align-items:center;padding:2px;z-index:var(--z-taskbar)}
