:root{--xp-blue: #0a246a;--xp-blue-light: #0054e3;--xp-luna-gradient-start: #0997ff;--xp-luna-gradient-end: #0053ee;--xp-inactive-gradient-start: #8599b0;--xp-inactive-gradient-end: #6181a3;--xp-button-face: #ece9d8;--xp-window-bg: #ece9d8;--xp-text-color: #000000;--xp-textarea-bg: #ffffff}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow:hidden;height:100%;width:100%}.xp-desktop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url(/assets/bliss.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.xp-desktop:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#245edb,#3a8bc2 30%,#5cb270 70%,#4a9f4c);z-index:-1}.xp-notepad-window{width:900px;max-width:95vw;height:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:2px 2px 10px #0000004d;position:relative}.xp-notepad-window.maximized{width:100vw;height:100vh;max-width:100vw;max-height:100vh}.xp-notepad-window .title-bar{background:linear-gradient(180deg,#0997ff,#0053ee 8%,#0053ee 92%,#0831d9);padding:3px 5px 3px 3px;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none;min-height:28px}.xp-notepad-window .title-bar-text{color:#fff;font-weight:700;text-shadow:1px 1px 1px rgba(0,0,0,.4);font-size:13px;display:flex;align-items:center;gap:4px}.xp-notepad-window .title-bar-text:before{content:"";display:inline-block;width:16px;height:16px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect x="1" y="1" width="14" height="14" fill="%23fff" stroke="%230078d4" stroke-width="1"/><line x1="3" y1="4" x2="13" y2="4" stroke="%23000" stroke-width="0.5"/><line x1="3" y1="6" x2="13" y2="6" stroke="%23000" stroke-width="0.5"/><line x1="3" y1="8" x2="10" y2="8" stroke="%23000" stroke-width="0.5"/><line x1="3" y1="10" x2="13" y2="10" stroke="%23000" stroke-width="0.5"/><line x1="3" y1="12" x2="8" y2="12" stroke="%23000" stroke-width="0.5"/></svg>');background-size:contain;margin-right:2px}.xp-notepad-window .title-bar-controls{display:flex;gap:2px}.xp-notepad-window .title-bar-controls button{width:21px;height:21px;min-width:21px;min-height:21px;padding:0;border-radius:3px;border:none;background:linear-gradient(180deg,#3c89cf,#2764a3,#1e5185);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.xp-notepad-window .title-bar-controls button:hover{background:linear-gradient(180deg,#5ca7eb,#3d8cd1,#2d6aa9)}.xp-notepad-window .title-bar-controls button:active{background:linear-gradient(180deg,#1e5185,#2764a3,#3c89cf)}.xp-notepad-window .title-bar-controls button[aria-label=Close]{background:linear-gradient(180deg,#c75050,#b33030,#9a1c1c)}.xp-notepad-window .title-bar-controls button[aria-label=Close]:hover{background:linear-gradient(180deg,#e06060,#c94040,#b02828)}.xp-nav-bar{background:var(--xp-button-face);border-bottom:1px solid #808080;padding:0;display:flex;align-items:stretch}.xp-nav-bar button{background:transparent;border:none;padding:6px 16px;font-size:12px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;cursor:pointer;border-right:1px solid #d4d0c8;color:var(--xp-text-color)}.xp-nav-bar button:hover{background:linear-gradient(180deg,#fafafa,#e8e8e8)}.xp-nav-bar button.active{background:#fff;font-weight:700}.xp-nav-bar button:first-child{border-left:none}.xp-content-area{flex:1;background:var(--xp-textarea-bg);overflow:auto;padding:16px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:13px;line-height:1.6;color:var(--xp-text-color)}.xp-content-area:focus{outline:none}.xp-content-area::-webkit-scrollbar{width:16px;height:16px}.xp-content-area::-webkit-scrollbar-track{background:#f1efe2}.xp-content-area::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#ece9d8,#d4d0c8,#ece9d8);border:1px solid #808080}.xp-content-area::-webkit-scrollbar-button{background:#ece9d8;border:1px solid #808080;height:16px}.xp-status-bar{background:var(--xp-button-face);border-top:1px solid #808080;padding:2px 8px;font-size:11px;display:flex;justify-content:space-between;align-items:center;min-height:22px;color:var(--xp-text-color)}.xp-status-bar .status-left{flex:1}.xp-status-bar .status-right{display:flex;gap:16px}.xp-status-bar .divider{width:1px;height:16px;background:gray;margin:0 8px}.font-size-control{display:flex;align-items:center;gap:2px;border:1px solid;border-color:#808080 #fff #fff #808080;background:var(--xp-button-face);padding:1px}.font-size-control .font-btn{background:linear-gradient(180deg,#fff,#ece9d8 90%,#d4d0c8);border:1px solid;border-color:#fff #808080 #808080 #fff;padding:2px 6px;font-size:11px;font-family:Segoe UI,Tahoma,sans-serif;font-weight:700;cursor:pointer;min-width:24px;height:18px;display:flex;align-items:center;justify-content:center;color:#000}.font-size-control .font-btn:hover:not(:disabled){background:linear-gradient(180deg,#fff,#f0ede4 90%,#e0ddd4)}.font-size-control .font-btn:active:not(:disabled){background:linear-gradient(180deg,#d4d0c8,#ece9d8 90%,#fff);border-color:#808080 #fff #fff #808080}.font-size-control .font-btn:disabled{color:gray;cursor:default}.font-size-control .font-arrow{font-size:9px;margin-left:1px;vertical-align:super}.font-size-control .font-size-display{min-width:20px;text-align:center;font-size:10px;color:#000;padding:0 4px;background:#fff;border:1px solid;border-color:#808080 #fff #fff #808080;height:16px;line-height:16px}.xp-content h1{font-size:20px;margin:0 0 16px;font-weight:700}.xp-content h2{font-size:16px;margin:24px 0 12px;font-weight:700}.xp-content p{margin:0 0 12px}.xp-content hr{border:none;border-top:1px solid #c0c0c0;margin:16px 0}.xp-content a{color:#06c;text-decoration:underline;cursor:pointer}.xp-content a:hover{color:#039}.xp-home-content{max-width:600px}.xp-home-content .welcome-title{font-size:24px;margin-bottom:8px}.xp-home-content .subtitle{font-size:14px;color:#666;margin-bottom:24px}.xp-home-content .description{margin-bottom:24px}.xp-home-content .nav-links{display:flex;flex-direction:column;gap:8px}.xp-home-content .nav-links a{font-size:14px}.xp-writings-list{display:flex;flex-direction:column;gap:0}.xp-writings-list .list-header{font-size:18px;font-weight:700;margin-bottom:8px}.xp-writings-list hr.header-rule{border:none;border-top:1px solid #000;margin:0 0 16px}.xp-writing-item{padding:12px 0;border-bottom:1px solid #e0e0e0;cursor:pointer}.xp-writing-item:hover{background:#f5f5f5;margin:0 -20px;padding:12px 20px}.xp-writing-item:last-child{border-bottom:none}.xp-writing-item .title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.xp-writing-item .file-icon{font-size:14px}.xp-writing-item .title{font-weight:700;color:#06c;font-size:14px}.xp-writing-item .date{font-size:12px;color:#666;margin-left:8px}.xp-writing-item .preview{font-size:12px;color:#444;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.xp-post-view .back-link{display:inline-block;margin-bottom:16px;font-size:13px}.xp-post-view .post-title{font-size:22px;margin:0 0 4px}.xp-post-view .post-date{font-size:13px;color:#666;margin-bottom:16px}.xp-post-view .post-divider{border:none;border-top:1px solid #000;margin:0 0 20px}.xp-post-view .post-content{white-space:pre-wrap;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.xp-post-view .post-content .internal-link{color:#06c;text-decoration:underline;cursor:pointer}.xp-post-view .post-content .internal-link:hover{color:#039}.xp-about-content h1{margin-bottom:16px}.xp-about-content .bio{margin-bottom:24px;white-space:pre-wrap}.xp-about-content .contact-section{margin-top:24px}.xp-about-content .contact-section h2{margin-bottom:8px}@media (max-width: 1024px){.xp-notepad-window{width:95vw;height:85vh}}@media (max-width: 768px){.xp-desktop{background-size:cover;align-items:flex-start;padding-top:0}.xp-notepad-window{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}.xp-notepad-window .title-bar{border-radius:0;min-height:44px;padding:6px 8px}.xp-notepad-window .title-bar-controls button{width:32px;height:32px;min-width:32px;min-height:32px}.xp-nav-bar{flex-wrap:wrap}.xp-nav-bar button{padding:12px 16px;font-size:14px;min-height:44px;flex:1;text-align:center}.xp-content-area{padding:16px}.xp-writing-item{padding:16px 0;min-height:44px}.xp-writing-item:hover{margin:0 -16px;padding:16px}.xp-home-content .nav-links a{display:block;padding:12px 0;min-height:44px;font-size:16px}.xp-post-view .back-link{display:inline-block;padding:12px 0;min-height:44px;font-size:14px}.xp-content h1{font-size:18px}.xp-home-content .welcome-title{font-size:20px}.xp-post-view .post-title{font-size:18px}}@media (max-width: 480px){.xp-notepad-window .title-bar-text{font-size:12px;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xp-nav-bar button{padding:10px 8px;font-size:13px}.xp-content-area{padding:12px;font-size:14px;line-height:1.5}.xp-writing-item .title{font-size:13px}.xp-writing-item .preview{font-size:12px;-webkit-line-clamp:2}.xp-writing-item:hover{margin:0 -12px;padding:16px 12px}.xp-post-view .post-content{font-size:14px;line-height:1.6}.xp-status-bar{font-size:10px;padding:4px 8px}}.xp-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#666}.xp-notepad-window{animation:windowOpen .15s ease-out}@keyframes windowOpen{0%{transform:scale(.95);opacity:.5}to{transform:scale(1);opacity:1}}.xp-taskbar{position:fixed;bottom:0;left:0;right:0;height:30px;background:linear-gradient(180deg,#3168d5,#4993e6 3%,#2157d7 97%,#1941a5);display:flex;align-items:center;justify-content:space-between;padding:0 8px;z-index:1000}.xp-taskbar .start-button{background:linear-gradient(180deg,#3c9a3c,#288a28,#1e7a1e);color:#fff;border:none;border-radius:0 8px 8px 0;padding:2px 12px 2px 8px;font-weight:700;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:4px;height:26px}.xp-taskbar .taskbar-clock{background:linear-gradient(180deg,#1290e9,#1a80d9);color:#fff;padding:2px 8px;font-size:11px;border-left:1px solid #1a80d9}
