.windows-bubbles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:auto;overflow:hidden;contain:strict;isolation:isolate}#bubbleradius{width:4.5rem;height:1px;opacity:0;z-index:-1;display:block;position:absolute}.windows-bubbles .bubble{border-radius:9rem;height:9rem;width:9rem;margin-left:-4.5rem;margin-top:-4.5rem;display:block;position:absolute;top:0;left:0;opacity:1;will-change:translate,box-shadow;transition:box-shadow .5s ease-in-out,opacity .04s ease-in}@keyframes bubble-pop{0%{scale:1;opacity:1}35%{scale:1.2;opacity:.5}to{scale:1.6;opacity:0}}@keyframes pop-ring{0%{scale:1;opacity:.35}to{scale:2.4;opacity:0}}.windows-bubbles .bubble.popped{animation:bubble-pop .22s ease-out forwards;transition:none;pointer-events:none}.windows-bubbles .bubble.popped:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px solid rgba(255,255,255,.45);animation:pop-ring .3s ease-out forwards;pointer-events:none}.windows-bubbles .bubble.popped:after{opacity:0;transition:none}.windows-bubbles .bubble:after{content:"";position:absolute;top:18%;left:18%;background-color:#bfffff99;width:.643rem;height:1.5rem;border-radius:50%;transform:rotate(45deg) scale(.8);pointer-events:none}: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/aurora.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.xp-desktop:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a5a6e,#1a8a7a,#7ab532 60%,#c9b833);z-index:-1}.xp-notepad-window{position:absolute;left:0;top:0;z-index:1;display:flex;flex-direction:column;box-shadow:2px 2px 10px #0000004d;min-width:400px;min-height:300px;will-change:transform,width,height}.xp-notepad-window.dragging{-webkit-user-select:none;user-select:none;cursor:move;will-change:transform}.xp-notepad-window.dragging *{pointer-events:none}.xp-notepad-window.dragging .title-bar,.xp-notepad-window.dragging .title-bar-controls,.xp-notepad-window.dragging .title-bar-controls button{pointer-events:auto}.xp-notepad-window.maximized{transform:translate(0)!important;width:100vw!important;height:100vh!important;border-radius:0}.xp-notepad-window.maximized .title-bar{border-radius:0}.resize-handle{position:absolute;z-index:10}.resize-n{top:-3px;left:8px;right:8px;height:6px;cursor:n-resize}.resize-s{bottom:-3px;left:8px;right:8px;height:6px;cursor:s-resize}.resize-e{right:-3px;top:8px;bottom:8px;width:6px;cursor:e-resize}.resize-w{left:-3px;top:8px;bottom:8px;width:6px;cursor:w-resize}.resize-ne{top:-3px;right:-3px;width:12px;height:12px;cursor:ne-resize}.resize-nw{top:-3px;left:-3px;width:12px;height:12px;cursor:nw-resize}.resize-se{bottom:-3px;right:-3px;width:12px;height:12px;cursor:se-resize}.resize-sw{bottom:-3px;left:-3px;width:12px;height:12px;cursor:sw-resize}.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;cursor:move}.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;cursor:default}.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-global-toolbar{background:linear-gradient(180deg,#f6f4ec,#eae8e0 20%,#dcd8ce,#d0ccc2 80%,#c8c4ba);border-bottom:1px solid #919B9C;padding:4px 6px;display:flex;align-items:center;gap:0;font-family:Tahoma,Segoe UI,sans-serif}.xp-global-toolbar .toolbar-section{display:flex;align-items:center;gap:2px}.xp-global-toolbar .toolbar-btn{background:transparent;border:1px solid transparent;border-radius:3px;padding:4px 6px;display:flex;align-items:center;gap:4px;cursor:pointer;font-size:11px;color:#000;margin:0 1px;transition:none}.xp-global-toolbar .toolbar-btn:hover:not(:disabled){background:linear-gradient(180deg,#ffffffe6,#f0ece0f2,#d0ccbc99);border:1px solid;border-color:#D8DCD8 #808070 #808070 #D8DCD8;box-shadow:inset 0 1px #fff9}.xp-global-toolbar .toolbar-btn:active:not(:disabled){background:linear-gradient(180deg,#c0bcacb3,#e8e4d8f2);border-color:#808070 #D8DCD8 #D8DCD8 #808070;box-shadow:inset 0 1px 2px #00000026}.xp-global-toolbar .toolbar-btn.active{background:linear-gradient(180deg,#f0f4fcf2,#c8d8f0e6,#a8c0e0d9);border:1px solid;border-color:#88A8C8 #5878A0 #5878A0 #88A8C8;box-shadow:inset 0 1px 2px #0000001a}.xp-global-toolbar .toolbar-btn:disabled{cursor:default}.xp-global-toolbar .toolbar-btn-nav{padding:2px 6px 2px 3px}.xp-global-toolbar .toolbar-btn-small{padding:2px 3px}.xp-global-toolbar .toolbar-label{font-size:11px;margin-left:2px}.xp-global-toolbar .toolbar-dropdown{font-size:8px;margin-left:2px;opacity:.6}.xp-global-toolbar .toolbar-separator{width:2px;height:28px;background:linear-gradient(90deg,transparent 0%,#B8B8A8 40%,#FFFFFF 60%,transparent 100%);margin:0 6px}.xp-global-toolbar .toolbar-pages{gap:1px}.xp-content-area{flex:1;min-height:0;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-page-layout{display:flex;flex-direction:column;height:calc(100% + 36px);margin:-16px -20px -20px;font-family:Tahoma,Segoe UI,sans-serif}.xp-page-layout-main{display:flex;flex:1;min-height:0;overflow:hidden}.xp-page-main{flex:1;overflow-y:auto;padding:16px 20px;background:#fff}.xp-page-status{background:linear-gradient(180deg,#ebe9e4,#d8d4cc);border-top:1px solid #FFF;padding:2px 12px;font-size:11px;display:flex;color:#000;flex-shrink:0;box-shadow:inset 0 1px #f8f8f4}.xp-sidebar{width:180px;min-width:160px;background:linear-gradient(180deg,#6b88a4,#4f7494 20%,#3d6584 80%,#345574);display:flex;flex-direction:column;gap:8px;padding:8px;overflow-y:auto;border-right:1px solid #345574}.xp-sidebar .task-group{background:linear-gradient(180deg,#ffffff26,#ffffff0d);border-radius:5px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.xp-sidebar .task-header{background:linear-gradient(180deg,#4778a8,#3a6894,#2d5a84);padding:6px 8px;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,.3);border-bottom:1px solid rgba(255,255,255,.1)}.xp-sidebar .task-header-icon{font-size:10px;color:#ffe080}.xp-sidebar .task-body{background:#ffffffeb;padding:6px}.xp-sidebar .task-item{display:flex;align-items:center;gap:6px;padding:4px 6px;color:#06c;font-size:11px;cursor:pointer;border-radius:2px}.xp-sidebar .task-item:hover{background:#e8f0f8;text-decoration:underline}.xp-sidebar .task-item.active{background:#d0e4f8;font-weight:700}@media (max-width: 768px){.xp-page-layout{margin:-16px;height:calc(100% + 32px)}.xp-sidebar{display:none}.xp-page-main{padding:16px}}.xp-explorer{display:flex;flex-direction:column;height:calc(100% + 36px);background:#fff;margin:-16px -20px -20px;font-family:Tahoma,Segoe UI,sans-serif;font-size:11px}.xp-explorer-toolbar{background:linear-gradient(180deg,#f6f4ec,#e8e6de,#dcd8ce,#d5d1c8,#cfcbbf);border-bottom:1px solid #919B9C;padding:2px 3px}.xp-explorer-toolbar .toolbar-buttons{display:flex;align-items:center;gap:0}.xp-explorer-toolbar .toolbar-btn{background:transparent;border:1px solid transparent;border-radius:3px;padding:3px 6px;display:flex;align-items:center;gap:4px;cursor:pointer;font-size:11px;color:#000;margin:0 1px}.xp-explorer-toolbar .toolbar-btn:hover:not(:disabled){background:linear-gradient(180deg,#fffc,#f0ece0e6,#c0c0a866);border:1px solid;border-color:#C8D0D4 #6A6A50 #6A6A50 #C8D0D4;box-shadow:inset 0 1px #ffffff80}.xp-explorer-toolbar .toolbar-btn:active:not(:disabled){background:linear-gradient(180deg,#c0c0a880,#f0ece0e6);border-color:#6A6A50 #C8D0D4 #C8D0D4 #6A6A50}.xp-explorer-toolbar .toolbar-btn:disabled{cursor:default}.xp-explorer-toolbar .toolbar-btn-nav{padding:2px 4px 2px 2px}.xp-explorer-toolbar .toolbar-btn-small{padding:2px}.xp-explorer-toolbar .toolbar-label{font-size:11px;margin-left:2px}.xp-explorer-toolbar .toolbar-dropdown{font-size:8px;margin-left:2px;opacity:.7}.xp-explorer-toolbar .toolbar-separator{width:2px;height:24px;background:linear-gradient(90deg,transparent 0%,#C8C8B8 40%,#F8F8F4 60%,transparent 100%);margin:0 4px}.xp-explorer-addressbar{background:linear-gradient(180deg,#edebe5,#dedad0);padding:3px 6px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #919B9C}.xp-explorer-addressbar .address-label{font-size:11px;color:#000;padding-right:4px}.xp-explorer-addressbar .address-input{flex:1;background:#fff;border:1px solid #7F9DB9;padding:2px 4px;font-size:11px;display:flex;align-items:center;gap:6px;box-shadow:inset 1px 1px 2px #0000001a;border-radius:0}.xp-explorer-addressbar .address-text{color:#000;flex:1}.xp-explorer-addressbar .address-dropdown{font-size:9px;color:#666;padding:0 4px;border-left:1px solid #ccc;cursor:pointer}.xp-explorer-addressbar .address-go{background:linear-gradient(180deg,#fffffe,#ece9d8,#d8d4c4);border:1px solid;border-color:#F0F0EA #808070 #808070 #F0F0EA;padding:2px 10px;font-size:11px;cursor:pointer;border-radius:0;box-shadow:inset 0 1px #fffc}.xp-explorer-addressbar .address-go:hover{background:linear-gradient(180deg,#fffff8,#f4f0e4,#e8e4d4)}.xp-explorer-addressbar .address-go:active{background:linear-gradient(180deg,#d8d4c4,#e8e4d4);border-color:#808070 #F0F0EA #F0F0EA #808070;box-shadow:inset 0 1px 2px #00000026}.xp-explorer-main{flex:1;display:flex;overflow:hidden;background:#fff;min-height:0}.xp-explorer-tasks{width:180px;min-width:160px;background:linear-gradient(180deg,#6b88a4,#4f7494 20%,#3d6584 80%,#345574);display:flex;flex-direction:column;gap:8px;padding:8px;overflow-y:auto;border-right:1px solid #345574}.xp-explorer-tasks .task-group{background:linear-gradient(180deg,#ffffff26,#ffffff0d);border-radius:5px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.xp-explorer-tasks .task-header{background:linear-gradient(180deg,#4778a8,#3a6894,#2d5a84);padding:6px 8px;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer;text-shadow:1px 1px 1px rgba(0,0,0,.3);border-bottom:1px solid rgba(255,255,255,.1)}.xp-explorer-tasks .task-header-icon{font-size:10px;color:#ffe080}.xp-explorer-tasks .task-body{background:#ffffffeb;padding:6px}.xp-explorer-tasks .task-item{display:flex;align-items:center;gap:6px;padding:4px 6px;color:#06c;font-size:11px;cursor:pointer;border-radius:2px}.xp-explorer-tasks .task-item:hover{background:#e8f0f8;text-decoration:underline}.xp-explorer-tasks .task-item.active{background:#d0e4f8;font-weight:700}.xp-explorer-tasks .task-details{display:flex;flex-direction:column;align-items:center;padding:10px 8px;text-align:center}.xp-explorer-tasks .task-detail-icon{margin-bottom:8px}.xp-explorer-tasks .task-detail-name{font-size:11px;font-weight:700;color:#000;margin-bottom:2px;word-break:break-word;line-height:1.3}.xp-explorer-tasks .task-detail-type{font-size:10px;color:#666;margin-bottom:6px}.xp-explorer-tasks .task-detail-info{font-size:10px;color:#444;margin-bottom:2px}.xp-explorer-content{flex:1;display:flex;flex-direction:column;overflow:hidden;border:none;border-left:1px solid #96969A;margin:0;background:#fff}.xp-explorer-headers{display:flex;background:linear-gradient(180deg,#fff,#f8f6ee 40%,#ebe8dd);border-bottom:1px solid #C4C1B4;flex-shrink:0;box-shadow:inset 0 -1px #aca899}.xp-explorer-headers .header-cell{padding:4px 12px 4px 8px;font-size:11px;font-weight:400;border-right:1px solid #C8C5B8;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:4px;color:#000;position:relative}.xp-explorer-headers .header-cell:hover{background:linear-gradient(180deg,#fff8e8,#e8f0fc 40%,#c8dcf0)}.xp-explorer-headers .header-cell.sorted{background:linear-gradient(180deg,#f0f4fc,#d8e8f8 40%,#b8d0ec)}.xp-explorer-headers .header-cell .sort-arrow{font-size:8px;margin-left:auto;color:#444}.xp-explorer-headers .name-col{flex:2;min-width:200px}.xp-explorer-headers .date-col{flex:1;min-width:130px}.xp-explorer-headers .words-col{flex:0 0 100px;text-align:right;justify-content:flex-end}.xp-explorer-headers .views-col{flex:0 0 70px;text-align:right;justify-content:flex-end;border-right:none}.xp-explorer-files{flex:1;overflow-y:auto;overflow-x:hidden;background:#fff}.xp-explorer-files::-webkit-scrollbar{width:17px}.xp-explorer-files::-webkit-scrollbar-track{background:#f1efe2;border-left:1px solid #DFDFDF}.xp-explorer-files::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#eceae0,#d8d4c8,#eceae0);border:1px solid;border-color:#FFF #96969A #96969A #FFF;box-shadow:inset 0 0 0 1px #ffffff4d}.xp-explorer-files::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#f4f2e8,#e4e0d4,#f4f2e8)}.xp-explorer-files::-webkit-scrollbar-button{height:17px;background:linear-gradient(180deg,#ece9d8,#d4d0c4);border:1px solid;border-color:#FFF #96969A #96969A #FFF}.xp-explorer-row{display:flex;cursor:default;border:1px solid transparent;margin:0 1px}.xp-explorer-row:hover:not(.selected){background:#e8f4fc;border-color:#c8d8e8}.xp-explorer-row.selected{background:#316ac5;color:#fff;border-color:#243c5c}.xp-explorer-row .file-cell{padding:3px 8px;font-size:11px;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xp-explorer-row .name-col{flex:2;min-width:200px;gap:6px}.xp-explorer-row .date-col{flex:1;min-width:130px}.xp-explorer-row .words-col{flex:0 0 100px;justify-content:flex-end}.xp-explorer-row .views-col{flex:0 0 70px;justify-content:flex-end;color:#666}.xp-explorer-row .file-name{overflow:hidden;text-overflow:ellipsis}.xp-explorer-row .mobile-metadata{display:none}.xp-explorer-row.selected .file-name,.xp-explorer-row.selected .file-cell,.xp-explorer-row.selected .views-col{color:#fff}.xp-explorer-details{width:180px;min-width:160px;background:linear-gradient(180deg,#6b88a4,#4f7494 20%,#3d6584 80%,#345574);margin:6px 6px 6px 0;display:flex;flex-direction:column;overflow:hidden;border-radius:4px;border:1px solid #2A4A64}.xp-explorer-details .details-header{background:linear-gradient(180deg,#5888b4,#3a6894,#2d5a84);padding:6px 10px;border-bottom:1px solid rgba(0,0,0,.2);display:flex;align-items:center;gap:6px}.xp-explorer-details .details-title{color:#fff;font-size:11px;font-weight:700;text-shadow:1px 1px 1px rgba(0,0,0,.4)}.xp-explorer-details .details-content{padding:12px 10px;display:flex;flex-direction:column;align-items:center;color:#fff;overflow-y:auto;flex:1}.xp-explorer-details .details-empty{padding:24px 12px;display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;flex:1;justify-content:center}.xp-explorer-details .details-icon-large{margin-bottom:10px;filter:drop-shadow(2px 2px 3px rgba(0,0,0,.4))}.xp-explorer-details .details-filename{font-size:11px;font-weight:700;text-align:center;margin-bottom:4px;word-wrap:break-word;line-height:1.35;text-shadow:1px 1px 1px rgba(0,0,0,.3)}.xp-explorer-details .details-type{font-size:10px;color:#c8d8e8;margin-bottom:12px}.xp-explorer-details .details-instruction{font-size:11px;color:#b8c8d8;margin-top:8px;line-height:1.4}.xp-explorer-details .details-section{width:100%;margin-bottom:10px}.xp-explorer-details .details-row{display:flex;flex-direction:column;margin-bottom:6px}.xp-explorer-details .details-label{font-size:10px;color:#a0c0d8}.xp-explorer-details .details-value{font-size:11px;color:#fff}.xp-explorer-details .details-synopsis{width:100%;background:#ffffff1f;border-radius:4px;padding:8px;margin-bottom:12px;border:1px solid rgba(255,255,255,.1)}.xp-explorer-details .synopsis-label{font-size:10px;color:#b0d0e8;margin-bottom:4px;font-weight:700}.xp-explorer-details .synopsis-text{font-size:10px;color:#fff;line-height:1.45;text-shadow:0 1px 1px rgba(0,0,0,.2)}.xp-explorer-details .details-open-btn{background:linear-gradient(180deg,#fffffe,#ece9d8,#d8d4c4);border:1px solid;border-color:#F0F0EA #707060 #707060 #F0F0EA;padding:4px 18px;font-size:11px;cursor:pointer;color:#000;margin-top:auto;border-radius:3px;box-shadow:0 1px 2px #0003,inset 0 1px #fffc}.xp-explorer-details .details-open-btn:hover{background:linear-gradient(180deg,#fffff8,#f4f0e4,#e8e4d4)}.xp-explorer-details .details-open-btn:active{background:linear-gradient(180deg,#d8d4c4,#e8e4d4);border-color:#707060 #F0F0EA #F0F0EA #707060;box-shadow:inset 0 1px 2px #0003}.xp-explorer-status{background:linear-gradient(180deg,#ebe9e4,#d8d4cc);border-top:1px solid #FFF;padding:2px 0;font-size:11px;display:flex;color:#000;flex-shrink:0;box-shadow:inset 0 1px #f8f8f4}.xp-explorer-status .status-section{padding:1px 12px;border-right:1px solid #A0A090;box-shadow:1px 0 #f8f8f4;display:flex;align-items:center}.xp-explorer-status .status-section:last-child{border-right:none;box-shadow:none}.xp-explorer-status .status-count{min-width:90px}.xp-explorer-status .status-size{min-width:100px}.xp-explorer-status .status-info{flex:1;justify-content:flex-end;text-align:right}@media (max-width: 900px){.xp-explorer-tasks{display:none}}@media (max-width: 768px){.xp-explorer{margin:-16px}.xp-explorer-menubar{display:none}.xp-explorer-toolbar{display:flex;padding:6px 10px;justify-content:center;background:linear-gradient(180deg,#f6f4ec,#e8e6de,#d8d4cc);border-bottom:1px solid #A0A090}.xp-explorer-toolbar .toolbar-buttons{display:flex;align-items:center;gap:6px}.xp-explorer-toolbar .toolbar-btn{flex-direction:row;gap:6px;padding:8px 12px;min-height:40px;border-radius:4px}.xp-explorer-toolbar .toolbar-btn svg{width:24px;height:24px}.xp-explorer-toolbar .toolbar-label{font-size:12px;font-weight:500}.xp-explorer-toolbar .podcast-duration{font-size:10px;padding:2px 6px}.xp-explorer-toolbar .podcast-share-btn{padding:8px 10px!important;min-height:40px}.xp-explorer-toolbar .podcast-share-btn svg{width:16px;height:16px}.xp-explorer-toolbar .toolbar-separator,.xp-explorer-details{display:none}.xp-explorer-content{margin:0;border-left:none}.xp-explorer-headers{display:none}.xp-explorer-row{flex-direction:column;align-items:flex-start;padding:10px 12px;min-height:44px;border-bottom:1px solid #E8E4DC}.xp-explorer-row .file-cell{padding:0;width:100%}.xp-explorer-row .name-col{flex:none;min-width:0;width:100%}.xp-explorer-row .date-col,.xp-explorer-row .words-col,.xp-explorer-row .views-col{display:none}.xp-explorer-row .mobile-metadata{display:flex;font-size:11px;color:#666;margin-top:4px;padding-left:22px;gap:4px}.xp-explorer-row.selected .mobile-metadata{color:#ffffffd9}.xp-explorer-row:active:not(.selected){background:#d0e4f8}}@media (max-width: 480px){.xp-explorer-addressbar{display:none}.xp-explorer-row{padding:12px 10px}.xp-explorer-row .mobile-metadata{font-size:10px;padding-left:22px}}.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{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.xp-post-view .post-content .content-paragraph{margin:0 0 1.2em;line-height:1.7}.xp-post-view .post-content .content-paragraph:last-child{margin-bottom:0}.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{transform:translate(20px,20px)!important;width:calc(100vw - 40px)!important;height:calc(100vh - 40px)!important}}@media (max-width: 768px){.xp-desktop{background-size:cover;height:100vh;height:100dvh}.xp-notepad-window{transform:translate(0)!important;width:100vw!important;height:calc(100vh - 40px)!important;height:calc(100dvh - 40px)!important;border-radius:0}.xp-notepad-window .title-bar{border-radius:0;min-height:44px;padding:6px 8px;cursor:default}.resize-handle{display:none}.xp-notepad-window .title-bar-controls button{width:32px;height:32px;min-width:32px;min-height:32px}.xp-global-toolbar{padding:6px 16px 6px 8px;gap:2px}.xp-global-toolbar .toolbar-section{gap:2px}.xp-global-toolbar .toolbar-nav{gap:0}.xp-global-toolbar .toolbar-pages{gap:0;margin-left:4px}.xp-global-toolbar .toolbar-btn{padding:6px 10px;flex-direction:column;gap:2px;min-height:46px;border-radius:3px}.xp-global-toolbar .toolbar-btn svg{width:24px;height:24px}.xp-global-toolbar .toolbar-label{display:block;font-size:9px;margin:0;font-weight:500}.xp-global-toolbar .toolbar-btn-nav{flex-direction:row;gap:4px;min-height:36px;padding:6px 4px}.xp-global-toolbar .toolbar-btn-nav svg{width:24px;height:24px}.xp-global-toolbar .toolbar-btn-nav .toolbar-label{font-size:11px;display:none}.xp-global-toolbar .toolbar-btn-small{padding:6px 4px;min-height:36px}.xp-global-toolbar .toolbar-separator{height:32px;margin:0 8px;width:1px;background:linear-gradient(180deg,transparent 0%,#B8B8A8 20%,#B8B8A8 80%,transparent 100%)}.xp-global-toolbar .toolbar-audio{gap:4px}.xp-global-toolbar .toolbar-audio .toolbar-btn{padding:6px 8px;min-height:36px;flex-direction:row;gap:4px}.xp-content-area{padding:16px;font-size:15px;line-height:1.7;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-y:auto;overflow-x:hidden}.xp-writing-item{padding:16px 0;min-height:44px}.xp-writing-item:hover{margin:0 -16px;padding:16px}.xp-writing-item:active{background:#d0e4f8}.xp-home-content .nav-links a{display:block;padding:12px 0;min-height:44px;font-size:16px}.xp-home-content .nav-links a:active{background:#e8f0f8}.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,.xp-post-view .post-title{font-size:20px}}@media (max-width: 480px){.xp-notepad-window .title-bar-text{font-size:12px;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xp-global-toolbar{padding:4px 12px 4px 6px;gap:0}.xp-global-toolbar .toolbar-btn{padding:4px 8px;min-height:42px;gap:1px}.xp-global-toolbar .toolbar-btn svg{width:22px;height:22px}.xp-global-toolbar .toolbar-label{font-size:8px}.xp-global-toolbar .toolbar-separator{margin:0 4px;height:28px}.xp-global-toolbar .toolbar-dropdown{display:none}.xp-global-toolbar .toolbar-btn-nav{padding:4px 3px;min-height:32px}.xp-global-toolbar .toolbar-btn-nav svg{width:22px;height:22px}.xp-global-toolbar .toolbar-btn-nav .toolbar-label{display:none}.xp-global-toolbar .toolbar-btn-small{padding:4px 3px;min-height:32px}.xp-global-toolbar .toolbar-separator{margin:0 6px}.xp-global-toolbar .toolbar-pages{margin-left:2px}.xp-explorer-toolbar{padding:5px 8px}.xp-explorer-toolbar .toolbar-btn{padding:6px 10px;min-height:36px}.xp-explorer-toolbar .toolbar-btn svg{width:22px;height:22px}.xp-explorer-toolbar .toolbar-label{font-size:11px}.xp-explorer-toolbar .podcast-duration{font-size:9px;padding:1px 4px}.xp-explorer-toolbar .podcast-share-btn{padding:6px 8px!important;min-height:36px}.xp-content-area{padding:14px 12px;font-size:16px;line-height:1.8}.xp-content h1,.xp-post-view .post-title{font-size:18px}.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:16px;line-height:1.8}.xp-status-bar{font-size:10px;padding:4px 8px}}.xp-comment-bar{background:linear-gradient(180deg,#ebe9e4,#d8d4cc);border-top:1px solid #FFF;padding:4px 8px;display:flex;align-items:center;gap:8px;flex-shrink:0;box-shadow:inset 0 1px #f8f8f4;font-family:Tahoma,Segoe UI,sans-serif;font-size:11px;position:relative}.xp-comment-bar .comment-form{display:flex;align-items:center;gap:6px;flex:1}.xp-comment-bar .comment-icon{display:flex;align-items:center;justify-content:center;padding:0 2px}.xp-comment-bar .comment-input{flex:1;background:#fff;border:1px solid;border-color:#7F9DB9 #F0F0EA #F0F0EA #7F9DB9;padding:4px 8px;font-size:11px;font-family:Tahoma,Segoe UI,sans-serif;color:#000;outline:none;box-shadow:inset 1px 1px 2px #0000001a}.xp-comment-bar .comment-input:focus{border-color:#0054E3 #B8D4F0 #B8D4F0 #0054E3;box-shadow:inset 1px 1px 2px #0054e326}.xp-comment-bar .comment-input::placeholder{color:#888;font-style:italic}.xp-comment-bar .comment-input:disabled{background:#f0eee8;color:#666}.xp-comment-bar .comment-send-btn{background:linear-gradient(180deg,#fffffe,#ece9d8,#d8d4c4);border:1px solid;border-color:#F0F0EA #707060 #707060 #F0F0EA;padding:4px 14px;font-size:11px;font-family:Tahoma,Segoe UI,sans-serif;cursor:pointer;color:#000;border-radius:2px;box-shadow:0 1px 1px #0000001a,inset 0 1px #fffc;white-space:nowrap}.xp-comment-bar .comment-send-btn:hover:not(:disabled){background:linear-gradient(180deg,#fffff8,#f4f0e4,#e8e4d4)}.xp-comment-bar .comment-send-btn:active:not(:disabled){background:linear-gradient(180deg,#d8d4c4,#e8e4d4);border-color:#707060 #F0F0EA #F0F0EA #707060;box-shadow:inset 0 1px 2px #00000026}.xp-comment-bar .comment-send-btn:disabled{color:gray;cursor:default}.xp-comment-bar .comment-status{position:absolute;right:80px;top:50%;transform:translateY(-50%);font-size:10px;padding:2px 8px;border-radius:2px;pointer-events:none}.xp-comment-bar .comment-status.sending{color:#0054e3}.xp-comment-bar .comment-status.sent{color:#2a8a2a;background:#2a8a2a1a}.xp-comment-bar .comment-status.error{color:#c83030;background:#c830301a}@media (max-width: 768px){.xp-comment-bar{padding:6px 8px}.xp-comment-bar .comment-input{padding:8px 10px;font-size:14px}.xp-comment-bar .comment-send-btn{padding:8px 16px;font-size:14px}.xp-comment-bar .comment-status{right:90px;font-size:11px}}@media (max-width: 480px){.xp-comment-bar .comment-icon{display:none}.xp-comment-bar .comment-status{position:static;transform:none;order:3;width:100%;text-align:center;margin-top:4px}.xp-comment-bar .comment-form{flex-wrap:wrap}.xp-comment-bar .comment-input{flex:1 1 100%;order:1}.xp-comment-bar .comment-send-btn{order:2;margin-left:auto;margin-top:4px}}.toolbar-audio{display:flex;align-items:center;gap:8px}.audio-timeline{display:flex;align-items:center;gap:6px;margin-left:4px}.audio-time{font-size:10px;color:#444;min-width:32px;font-family:Tahoma,Segoe UI,monospace}.audio-progress-bar{width:120px;height:12px;background:linear-gradient(180deg,#d8d4c8,#e8e4d8);border:1px solid;border-color:#808070 #F0F0EA #F0F0EA #808070;border-radius:2px;position:relative;cursor:pointer;box-shadow:inset 1px 1px 2px #00000026}.audio-progress-bar:before{content:"";position:absolute;top:-8px;left:0;right:0;bottom:-8px;cursor:pointer}.audio-progress-fill{position:absolute;left:0;top:0;height:100%;background:linear-gradient(180deg,#6090d0,#4070b0,#3060a0);border-radius:1px;transition:width .1s linear;pointer-events:none}.audio-progress-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:16px;background:linear-gradient(180deg,#fff,#e8e4d8);border:1px solid #707060;border-radius:2px;cursor:grab;box-shadow:0 1px 2px #0003;pointer-events:none}.audio-progress-thumb:active{cursor:grabbing}.audio-volume-control{display:flex;align-items:center;gap:4px;margin-left:8px;padding-left:8px;border-left:1px solid #C0C0B8}.volume-btn{background:transparent;border:none;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:3px}.volume-btn:hover{background:#ffffff80}.volume-slider{width:70px;height:24px;display:flex;align-items:center;cursor:pointer;position:relative}.volume-track{position:relative;width:100%;height:8px;background:linear-gradient(180deg,#d8d4c8,#e8e4d8);border:1px solid #A0A098;border-radius:2px;box-shadow:inset 1px 1px 2px #00000026}.volume-fill{position:absolute;left:0;top:0;height:100%;background:linear-gradient(180deg,#60b060,#40a040,#309030);border-radius:1px;transition:width .05s linear;pointer-events:none}.volume-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:14px;background:linear-gradient(180deg,#fff,#e8e4d8);border:1px solid #707060;border-radius:2px;cursor:grab;box-shadow:0 1px 2px #0003;pointer-events:none}.volume-thumb:active{cursor:grabbing}.podcast-volume-control{display:flex;align-items:center;gap:4px;margin-left:8px}.podcast-volume-control .volume-slider{width:80px}.sentence{transition:background-color .3s ease,color .3s ease;border-radius:2px;padding:0 1px}.sentence-highlighted{background-color:#fff4b8;color:#000;box-shadow:0 0 0 2px #fff4b8}.podcast-btn{animation:podcast-flash 1s step-end infinite}.podcast-btn:hover{animation:none;background:linear-gradient(180deg,#ffd080,#f0a030,#e08010)!important;border:1px solid #C06000!important}.podcast-btn.active{animation:none;background:linear-gradient(180deg,#c8e4fff2,#a0c8f0e6,#78aadcd9)!important;border:1px solid #6090C0!important}@keyframes podcast-flash{0%,49%{background:linear-gradient(180deg,#ffd080,#f0a030,#e08010);border:1px solid #C06000;box-shadow:0 1px 3px #c864004d,inset 0 1px #ffffff80}50%,to{background:linear-gradient(180deg,#f6f4ec,#eae8e0,#dcd8ce);border:1px solid transparent;box-shadow:none}}.podcast-duration{font-size:9px;color:#4070a0;background:#ffffffb3;padding:1px 4px;border-radius:3px;margin-left:2px;font-weight:700}.podcast-share-btn{padding:4px 6px!important;min-width:auto!important}.podcast-share-btn.copied{background:linear-gradient(180deg,#dcffdcf2,#b4f0b4e6)!important;border-color:#60a060!important}.podcast-share-btn .copied-text{font-size:9px;color:#308030;font-weight:700}.podcast-timeline{display:flex;align-items:center;gap:6px;margin-left:4px}.podcast-progress{width:180px}@media (max-width: 768px){.audio-timeline{display:none}.toolbar-audio{gap:4px}.podcast-timeline,.audio-volume-control,.podcast-volume-control{display:none}}@media (min-width: 769px) and (max-width: 900px){.audio-progress-bar{width:80px}}.msn-window{--msn-width: 475px;--msn-height: 400px;--msn-border-radius: 6px;position:fixed;width:var(--msn-width);height:var(--msn-height);background:#d7e4f5 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><defs><linearGradient id="g" x1="0%25" y1="0%25" x2="100%25" y2="100%25"><stop offset="0%25" stop-color="%23D7E4F5" stop-opacity="0.5"/><stop offset="100%25" stop-color="%23B8D4F5" stop-opacity="0.3"/></linearGradient></defs><rect fill="url(%23g)" width="100" height="100"/></svg>') bottom right no-repeat;display:grid;grid-template-rows:60px 1fr 140px 18px;border-radius:var(--msn-border-radius);overflow:hidden;box-shadow:2px 2px 5px #00000080,5px 5px 10px #0000004d;font-family:Verdana,Tahoma,sans-serif;font-size:11px;z-index:1000}.msn-nudging{animation:msnNudge .1s ease-in-out 8}@keyframes msnNudge{0%,to{transform:translate(0)}25%{transform:translate(-4px,-2px)}50%{transform:translate(4px,2px)}75%{transform:translate(-2px,4px)}}.msn-border-frame{position:absolute;bottom:0;left:0;width:100%;height:100%;pointer-events:none;border-radius:var(--msn-border-radius);box-shadow:inset 0 0 0 1px #fff6,inset 0 -60px #5861700d}.msn-main-toolbar{background:linear-gradient(180deg,#4b7bb8,#3a6ba8 10%,#2f5c98,#254d88 90%,#1e4070);display:grid;grid-template-columns:1fr auto auto;align-items:center;border-radius:var(--msn-border-radius) var(--msn-border-radius) 0 0;cursor:move;-webkit-user-select:none;user-select:none;padding:0 4px 0 0}.msn-toolbar-buttons{display:flex;align-items:center;padding:4px 8px;gap:2px}.msn-circular-btn{width:19px;height:19px;border-radius:50%;background:linear-gradient(180deg,#e8eef4,#c0c8d0,#a8b0b8);border:1px solid #586170;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:6px}.msn-circular-btn:hover{background:linear-gradient(180deg,#f0f4f8,#d0d8e0,#b8c0c8)}.msn-toolbar-btn{background:transparent;border:none;padding:4px 6px;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;min-width:42px}.msn-toolbar-btn:hover{background:#ffffff26;border-radius:3px}.msn-toolbar-btn span{font-family:Verdana,sans-serif;font-size:10.5px;letter-spacing:-.25px;color:#434c4b}.msn-toolbar-btn span u{text-decoration:underline}.msn-toolbar-brand{display:flex;align-items:center;gap:4px;padding-right:8px}.msn-brand-text{color:#fff;font-weight:700;font-size:16px;font-style:italic;font-family:Arial,sans-serif;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.msn-title-bar-controls{display:flex;gap:2px;padding-right:4px}.msn-title-bar-controls button{width:21px;height:21px;min-width:21px;min-height:21px;padding:0;border-radius:3px;border:1px solid rgba(0,0,0,.2);background:linear-gradient(180deg,#5a8ac8,#4070a8,#305890);display:flex;align-items:center;justify-content:center;cursor:pointer}.msn-title-bar-controls button:hover{background:linear-gradient(180deg,#6a9ad8,#5080b8,#4068a0)}.msn-title-bar-controls button:active{background:linear-gradient(180deg,#305890,#4070a8,#5a8ac8)}.msn-title-bar-controls button[aria-label=Close]{background:linear-gradient(180deg,#c75050,#b33030,#9a1c1c)}.msn-title-bar-controls button[aria-label=Close]:hover{background:linear-gradient(180deg,#e06060,#c94040,#b02828)}.msn-title-bar-controls button:disabled{opacity:.5;cursor:default}.msn-ctrl-minimize{display:block;width:8px;height:2px;background:#fff;margin-top:6px}.msn-ctrl-maximize{display:block;width:9px;height:9px;border:1px solid white;border-top:2px solid white}.msn-ctrl-close{color:#fff;font-size:14px;font-weight:700;line-height:1}.msn-remote-user{display:grid;grid-template-columns:1fr 130px;padding:4px 8px;gap:8px}.msn-history-chat{display:grid;grid-template-rows:28px 1fr;border:1px solid #586170;border-radius:8px 8px 0 0;overflow:hidden}.msn-history-subject{background:#eef0fd;border-bottom:1px solid #586170;padding:4px 8px;font-family:Verdana,sans-serif;font-size:10px;display:flex;align-items:center}.msn-history-subject strong{padding-left:4px}.msn-history-content{background:#fff;padding:6px 8px;overflow-y:auto;font-size:11px}.msn-info-line,.msn-warning-line{display:flex;align-items:flex-start;gap:6px;margin-bottom:6px;font-size:10px;line-height:1.4}.msn-info-line{color:#1a4a6e}.msn-warning-line{color:#5d5020}.msn-info-icon,.msn-warning-icon{font-size:12px;flex-shrink:0}.msn-msg{margin-bottom:4px;font-size:11px;line-height:1.4}.msn-msg-sent{color:#000}.msn-msg-sent .msn-msg-sender{color:#06c;font-weight:700}.msn-msg-sent .msn-msg-text{margin-left:4px}.msn-msg-sent .msn-msg-time{color:#888;font-size:9px;margin-left:6px}.msn-msg-error .msn-msg-error{color:#c00;font-size:10px}.msn-avatar-container{width:114px;height:114px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #586170;border-radius:8px;position:relative;background:#e8eef4}.msn-avatar-frame{width:96px;height:96px;border:1px solid #586170;border-radius:8px;overflow:hidden;background:#fff}.msn-avatar-image{width:100%;height:100%;object-fit:cover}.msn-avatar-dropdown{border:0;background:transparent;color:#4d5967;font-size:8px;cursor:pointer;padding:2px;align-self:flex-end;margin-right:4px}.msn-avatar-expand{position:absolute;top:50%;right:-8px;transform:translateY(-50%);color:#586170;font-size:10px}.msn-local-user{display:grid;grid-template-columns:1fr 130px;padding:4px 8px;gap:8px}.msn-chat-input-container{display:grid;grid-template-rows:24px 1fr 24px;min-height:122px;background:#fff;border:1px solid #586170;border-radius:6px;overflow:hidden}.msn-action-bar{background:linear-gradient(180deg,#d8e8f7,#f5f2f9,#d8e8f7);border-bottom:1px solid #586170;display:flex;align-items:center;padding:0 4px}.msn-action-btn{display:flex;align-items:center;padding:2px 6px;background:transparent;border:none;cursor:pointer;gap:2px}.msn-action-btn:hover{background:#ffffff80}.msn-action-arrow{font-size:7px;color:#666}.msn-action-label{font-family:Verdana,sans-serif;font-size:10px;color:#444;padding-left:2px}.msn-emoji-container{position:relative}.msn-emoji-picker{position:absolute;bottom:100%;left:0;background:#fff;border:1px solid #586170;box-shadow:2px 2px 8px #0003;padding:6px;z-index:100;margin-bottom:4px;border-radius:4px}.msn-emoji-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;width:180px}.msn-emoji-item{width:28px;height:28px;background:#fff;border:1px solid transparent;border-radius:3px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background .1s}.msn-emoji-item:hover{background:#e8f4ff;border-color:#7fb8e8}.msn-message-area{display:flex;padding:3px}.msn-input-form{display:flex;width:100%;gap:4px}.msn-input-form textarea{flex:1;resize:none;border:none;padding:4px 6px;font-family:Verdana,Tahoma,sans-serif;font-size:11px;background:#fff}.msn-input-form textarea:focus{outline:none}.msn-input-form textarea:disabled{background:#f0eee8}.msn-input-buttons{display:flex;flex-direction:column;gap:3px}.msn-send-btn,.msn-search-btn{border:1px solid #93989C;background:#fbfbfb;box-shadow:inset -4px -4px 4px #c0c9e0;border-radius:5px;font-family:Tahoma,sans-serif;font-weight:700;font-size:11px;color:#696c6a;cursor:pointer;padding:0 12px}.msn-send-btn{height:37px}.msn-search-btn{height:25px;font-size:10px}.msn-send-btn:hover:not(:disabled),.msn-search-btn:hover{background:#f0f8ff;border-color:#7090b0}.msn-send-btn:active:not(:disabled),.msn-search-btn:active{box-shadow:inset 2px 2px 4px #c0c9e0}.msn-send-btn:disabled{opacity:.5;cursor:default}.msn-send-btn u,.msn-search-btn u{text-decoration:underline}.msn-tab-bar{background:linear-gradient(180deg,#d8e8f7,#f5f2f9,#d8e8f7);border-top:1px solid #565F70;display:flex;justify-content:space-between;align-items:center;padding:0 4px}.msn-format-buttons{display:flex;gap:2px}.msn-format-btn{background:transparent;border:1px solid transparent;border-radius:2px;padding:2px 4px;display:flex;align-items:center;cursor:pointer;min-width:20px;height:18px;justify-content:center}.msn-format-btn:hover{background:#fff9;border-color:#abb0c6}.msn-format-btn.active{background:#c8d2e699;border-color:#8098b8}.msn-tabs{display:flex;gap:2px}.msn-tab{min-width:25px;height:18px;border:1px solid #ABB0C6;border-top:0;border-radius:0 0 6px 6px;background:#edf2f8;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.msn-tab-active{background:#fff;border-bottom:3px solid #E2C47B}.msn-avatar-local{background:#d7e4f5}.msn-avatar-frame-local{background:linear-gradient(135deg,#e8f0f8,#d0e0f0)}.msn-local-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f4f8,#e0e8f0)}.msn-status-bar{background:#fdfdff;border-top:1px solid #505E67;border-radius:0 0 var(--msn-border-radius) var(--msn-border-radius);padding:0 8px;display:flex;align-items:center;gap:6px;font-size:10px}.msn-status-text{font-family:Verdana,sans-serif;font-weight:700;color:navy}.msn-status-text a{color:#000;text-decoration:underline}.msn-status-text a:hover{color:#8b0000}.msn-tray-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:2px 6px;border-radius:2px;position:relative}.msn-tray-icon:hover{background:#ffffff1a}.msn-unread-dot{position:absolute;top:0;right:2px;width:8px;height:8px;background:#ff6b00;border-radius:50%;border:1px solid #FFB347}@media (max-width: 768px){.msn-window{--msn-width: calc(100vw - 20px) ;--msn-height: calc(100vh - 80px) ;left:10px!important;top:10px!important;border-radius:0;grid-template-rows:50px 1fr 130px 16px}.msn-main-toolbar{border-radius:0;padding:4px}.msn-toolbar-buttons{overflow-x:auto;padding:2px 4px}.msn-toolbar-btn{min-width:36px;padding:2px 4px}.msn-toolbar-btn span{font-size:8px}.msn-brand-text{font-size:14px}.msn-title-bar-controls button{width:24px;height:24px;min-width:24px;min-height:24px}.msn-remote-user,.msn-local-user{grid-template-columns:1fr;padding:4px}.msn-avatar-container{display:none}.msn-history-content,.msn-msg{font-size:13px}.msn-action-bar{overflow-x:auto}.msn-action-label{display:none}.msn-input-form textarea{font-size:16px;min-height:50px}.msn-send-btn{height:44px;font-size:13px}.msn-search-btn{height:30px}}@media (max-width: 480px){.msn-window{--msn-width: 100vw;--msn-height: calc(100vh - 60px) ;left:0!important;top:0!important}.msn-toolbar-btn span{display:none}.msn-toolbar-btn{min-width:28px}.msn-circular-btn{display:none}.msn-format-buttons,.msn-tabs{gap:0}}.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,#245edc,#3f8cf3,#245edc 6%,#245edc 94%,#1941a5,#1941a5);display:flex;align-items:center;padding:0;z-index:1000;font-family:Tahoma,Segoe UI,sans-serif;box-shadow:inset 0 1px 1px #fff3}.xp-taskbar .start-button{background:linear-gradient(180deg,#5cb85c,#3c9a3c 8%,#2d8e2d 40%,#288a28,#288a28 60%,#1e7a1e 92%,#166a16);color:#fff;border:none;border-radius:0 8px 8px 0;padding:2px 14px 2px 6px;font-weight:700;font-size:11px;font-style:italic;cursor:pointer;display:flex;align-items:center;gap:5px;height:30px;text-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:inset 0 1px #ffffff4d,inset 0 -1px #0003,1px 0 1px #0000004d;text-transform:lowercase}.xp-taskbar .start-button:hover{background:linear-gradient(180deg,#6cd86c,#4caa4c 8%,#3d9e3d 40%,#389a38,#389a38 60%,#2e8a2e 92%,#267a26)}.xp-taskbar .start-button:active,.xp-taskbar .start-button.active{background:linear-gradient(180deg,#1e7a1e,#288a28,#3c9a3c);box-shadow:inset 0 1px 2px #0000004d,inset 0 -1px #ffffff1a}.xp-taskbar .taskbar-divider{width:2px;height:20px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.2) 50%,transparent 100%);margin:0 2px}.xp-taskbar .taskbar-windows{display:flex;align-items:center;flex:1;height:100%;padding:2px 4px;gap:2px}.xp-taskbar .taskbar-window-btn{background:linear-gradient(180deg,#3d95ff,#2570d4 30%,#1c5eb8 70%,#1850a0);border:1px solid;border-color:rgba(255,255,255,.3) rgba(0,0,0,.3) rgba(0,0,0,.3) rgba(255,255,255,.3);border-radius:2px;padding:2px 8px;color:#fff;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:4px;height:22px;min-width:140px;max-width:180px;text-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:inset 0 1px #fff3,0 1px 1px #0003}.xp-taskbar .taskbar-window-btn:hover{background:linear-gradient(180deg,#4da5ff,#3580e4 30%,#2c6ec8 70%,#2860b0)}.xp-taskbar .taskbar-window-btn:active{background:linear-gradient(180deg,#1850a0,#1c5eb8 30%,#2570d4 70%,#3d95ff);border-color:rgba(0,0,0,.3) rgba(255,255,255,.3) rgba(255,255,255,.3) rgba(0,0,0,.3);box-shadow:inset 0 1px 2px #0000004d}.xp-taskbar .taskbar-window-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xp-taskbar .taskbar-tray{display:flex;align-items:center;height:100%;padding-right:8px}.xp-taskbar .tray-divider{width:1px;height:20px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.2) 20%,rgba(255,255,255,.2) 80%,transparent 100%);margin-right:4px;box-shadow:1px 0 #0003}.xp-taskbar .taskbar-clock{background:linear-gradient(180deg,#1e8aee,#166bd4);color:#fff;padding:4px 10px;font-size:11px;border-radius:2px;text-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:inset 0 1px #ffffff1a,inset 0 -1px #0000001a;cursor:pointer;transition:background .1s}.xp-taskbar .taskbar-clock:hover{background:linear-gradient(180deg,#2e9aff,#267be4)}.xp-taskbar .taskbar-clock:active{background:linear-gradient(180deg,#166bd4,#1e8aee);box-shadow:inset 0 1px 2px #0003}.xp-desktop{padding-bottom:30px}@keyframes taskbar-flash{0%,49%{background:linear-gradient(180deg,#ffb342,#e87400 30%,#c05800)}50%,to{background:linear-gradient(180deg,#3d95ff,#2570d4 30%,#1b5eb8)}}.xp-taskbar .taskbar-window-btn.flashing{animation:taskbar-flash 1s step-end infinite}@media (max-width: 768px){.xp-taskbar{height:40px}.xp-taskbar .start-button{height:40px;padding:2px 12px 2px 8px;font-size:13px}.xp-taskbar .taskbar-window-btn{height:32px;min-width:100px;font-size:12px}.xp-taskbar .taskbar-clock{font-size:12px;padding:6px 12px}.xp-desktop{padding-bottom:40px}}.xp-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:2000;display:flex;align-items:center;justify-content:center}.xp-dialog{position:fixed;background:var(--xp-window-bg, #ece9d8);border:1px solid;border-color:#0054e3 #001ea0 #001ea0 #0054e3;border-radius:8px 8px 0 0;box-shadow:2px 2px 10px #0006,inset 0 0 0 1px #ffffff1a;display:flex;flex-direction:column;z-index:2001;font-family:Tahoma,Segoe UI,sans-serif;font-size:11px}.xp-dialog.dragging{cursor:move;-webkit-user-select:none;user-select:none}.xp-dialog-titlebar{background:linear-gradient(180deg,#0997ff,#0053ee 8%,#0053ee 92%,#0831d9);padding:4px 5px 4px 6px;border-radius:7px 7px 0 0;display:flex;align-items:center;justify-content:space-between;cursor:move;min-height:26px}.xp-dialog-title{color:#fff;font-weight:700;font-size:12px;text-shadow:1px 1px 1px rgba(0,0,0,.4);display:flex;align-items:center;gap:4px}.xp-dialog-icon{font-size:14px;display:flex;align-items:center}.dialog-close-btn{width:21px;height:21px;min-width:21px;min-height:21px;padding:0;border-radius:3px;border:none;background:linear-gradient(180deg,#c75050,#b33030,#9a1c1c);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:16px;font-weight:700;text-shadow:1px 1px 1px rgba(0,0,0,.3)}.dialog-close-btn:hover{background:linear-gradient(180deg,#e06060,#c94040,#b02828)}.dialog-close-btn:active{background:linear-gradient(180deg,#9a1c1c,#b33030,#c75050)}.xp-dialog-content{flex:1;padding:12px;overflow:auto}.xp-dialog-footer{background:var(--xp-window-bg, #ece9d8);border-top:1px solid #c0c0c0;padding:10px 12px;display:flex;justify-content:flex-end;gap:6px}.xp-button{background:linear-gradient(180deg,#fffffe,#ece9d8,#d8d4c4);border:1px solid;border-color:#F0F0EA #707060 #707060 #F0F0EA;padding:4px 16px;font-size:11px;font-family:Tahoma,Segoe UI,sans-serif;cursor:pointer;color:#000;border-radius:3px;box-shadow:0 1px 1px #0000001a,inset 0 1px #fffc;min-width:75px}.xp-button:hover{background:linear-gradient(180deg,#fffff8,#f4f0e4,#e8e4d4)}.xp-button:active{background:linear-gradient(180deg,#d8d4c4,#e8e4d4);border-color:#707060 #F0F0EA #F0F0EA #707060;box-shadow:inset 0 1px 2px #00000026}.xp-button:focus{outline:1px dotted #000;outline-offset:-4px}.xp-button.primary{border:2px solid #003c74}.xp-tabs{display:flex;padding:0 8px;margin-bottom:-1px;position:relative;z-index:1}.xp-tab{background:linear-gradient(180deg,#f8f8f4,#e8e4d8,#d4d0c4);border:1px solid #919b9c;border-bottom:none;border-radius:4px 4px 0 0;padding:4px 12px;font-size:11px;font-family:Tahoma,Segoe UI,sans-serif;cursor:pointer;color:#000;margin-right:2px;position:relative}.xp-tab:hover:not(.active){background:linear-gradient(180deg,#fffff8,#f0ece0,#e0dcd0)}.xp-tab.active{background:var(--xp-window-bg, #ece9d8);border-bottom:1px solid var(--xp-window-bg, #ece9d8);padding-bottom:5px;margin-bottom:-1px;z-index:2}.xp-tab-panel{background:var(--xp-window-bg, #ece9d8);border:1px solid #919b9c;border-radius:0 4px 4px;padding:12px}.datetime-dialog-content{display:flex;flex-direction:column;height:100%}.datetime-main{display:flex;gap:20px;padding:8px 0}.datetime-clock-section{display:flex;flex-direction:column;align-items:center;gap:8px}.datetime-calendar-section{flex:1;display:flex;flex-direction:column}.datetime-time-display{display:flex;align-items:center;gap:8px;margin-top:8px}.datetime-time-display label{font-size:11px}.datetime-time-input{background:#fff;border:1px solid;border-color:#7f9db9 #f0f0ea #f0f0ea #7f9db9;padding:2px 4px;font-size:11px;font-family:Tahoma,monospace;width:80px;text-align:center}.datetime-timezone{margin-top:12px;padding-top:8px;border-top:1px solid #c0c0c0}.datetime-timezone label{display:block;font-size:11px;margin-bottom:4px}.datetime-timezone-value{font-size:11px;color:#333}.timezone-tab-content{display:flex;flex-direction:column;align-items:center;padding:16px}.timezone-map-placeholder{width:100%;height:120px;background:linear-gradient(135deg,#6b8e23,#228b22,#006400 60%,#004d00);border:1px solid #808080;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;text-shadow:1px 1px 1px rgba(0,0,0,.5);margin-bottom:12px;position:relative;overflow:hidden}.timezone-map-placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 40%,rgba(100,149,237,.5) 0%,transparent 30%),radial-gradient(circle at 70% 50%,rgba(100,149,237,.4) 0%,transparent 25%)}.timezone-select-container{width:100%;margin-bottom:8px}.timezone-select-container label{display:block;font-size:11px;margin-bottom:4px}.timezone-select{width:100%;padding:3px 4px;font-size:11px;font-family:Tahoma,Segoe UI,sans-serif;background:#fff;border:1px solid;border-color:#7f9db9 #f0f0ea #f0f0ea #7f9db9}.timezone-current{font-size:11px;margin-top:8px;display:flex;align-items:center;gap:8px}.timezone-current input[type=checkbox]{margin:0}.internet-time-content{display:flex;flex-direction:column;align-items:center;padding:16px}.internet-time-checkbox{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:11px}.internet-time-checkbox input{margin:0}.internet-time-server{width:100%;background:#fff;border:1px solid;border-color:#7f9db9 #f0f0ea #f0f0ea #7f9db9;padding:8px;border-radius:0;margin-bottom:8px}.internet-time-server label{display:block;font-size:11px;margin-bottom:4px}.internet-time-server input{width:100%;padding:2px 4px;font-size:11px;font-family:Tahoma,Segoe UI,sans-serif;background:#fff;border:1px solid;border-color:#7f9db9 #f0f0ea #f0f0ea #7f9db9}.internet-time-status{font-size:11px;color:#333;margin-top:8px}.internet-time-update-btn{margin-top:12px}.xp-calendar{background:#fff;border:1px solid;border-color:#7f9db9 #f0f0ea #f0f0ea #7f9db9;padding:4px;font-family:Tahoma,Segoe UI,sans-serif}.xp-calendar-header{display:flex;align-items:center;justify-content:space-between;padding:4px;background:linear-gradient(180deg,#f0f0ea,#e0dcd0);border-bottom:1px solid #c0c0c0}.xp-calendar-nav{background:transparent;border:1px solid transparent;cursor:pointer;font-size:12px;padding:2px 6px;color:#000}.xp-calendar-nav:hover{background:#e0e0d8;border-color:#a0a0a0}.xp-calendar-title{font-size:11px;font-weight:700}.xp-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.xp-calendar-weekday{font-size:10px;font-weight:700;text-align:center;padding:4px 2px;color:#333;background:linear-gradient(180deg,#f8f8f4,#e8e4d8);border-bottom:1px solid #c0c0c0}.xp-calendar-day{font-size:10px;text-align:center;padding:3px;cursor:pointer;background:#fff;border:1px solid transparent}.xp-calendar-day:hover:not(.empty):not(.today){background:#e8f0f8;border-color:#a0c0e0}.xp-calendar-day.today{background:#316ac5;color:#fff;font-weight:700}.xp-calendar-day.empty{background:#f4f4f0;cursor:default}.xp-calendar-day.other-month{color:#a0a0a0}.xp-analog-clock{position:relative;width:120px;height:120px}.xp-analog-clock svg{width:100%;height:100%}.clock-face{fill:#fff;stroke:gray;stroke-width:2}.clock-face-inner{fill:url(#clockGradient)}.clock-center{fill:#333}.clock-hand{stroke-linecap:round}.clock-hand.hour{stroke:#333;stroke-width:3}.clock-hand.minute{stroke:#333;stroke-width:2}.clock-hand.second{stroke:#c00;stroke-width:1}.clock-tick{stroke:#333}.clock-number{font-size:10px;font-family:Tahoma,sans-serif;text-anchor:middle;dominant-baseline:middle;fill:#333}@media (max-width: 768px){.xp-dialog{width:95vw!important;max-width:400px;height:auto!important;max-height:90vh}.datetime-main{flex-direction:column;align-items:center}.xp-dialog-titlebar{min-height:40px}.dialog-close-btn{width:28px;height:28px;min-width:28px;min-height:28px;font-size:18px}.xp-button{min-width:80px;padding:8px 16px}}.start-menu{position:fixed;bottom:30px;left:0;width:380px;background:#fff;border:1px solid;border-color:#4580c4 #1e4a88 #1e4a88 #4580c4;border-radius:6px 6px 0 0;box-shadow:2px 2px 8px #0006,inset 0 0 0 1px #ffffff1a;z-index:1500;font-family:Tahoma,Segoe UI,sans-serif;font-size:11px;overflow:hidden;animation:startMenuOpen .15s ease-out}@keyframes startMenuOpen{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.start-menu-header{background:linear-gradient(180deg,#2b71bc,#245eab 30%,#1d4d8c 70%,#18407a);padding:8px 10px;display:flex;align-items:center;gap:10px;border-radius:5px 5px 0 0}.start-menu-avatar{width:48px;height:48px;border-radius:4px;border:2px solid rgba(255,255,255,.4);box-shadow:1px 1px 3px #0000004d;overflow:hidden}.start-menu-username{color:#fff;font-size:14px;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.4)}.start-menu-body{display:flex;min-height:280px}.start-menu-left{flex:1;background:#fff;padding:6px 0;display:flex;flex-direction:column;border-right:1px solid #d0d0d0}.start-menu-right{width:180px;background:linear-gradient(180deg,#d3e5fa,#c1daf5,#a8cdf0);padding:6px 0;display:flex;flex-direction:column}.start-menu-item{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;color:#000;transition:background .1s}.start-menu-item:hover{background:#316ac5;color:#fff}.start-menu-item:hover .start-menu-item-subtitle{color:#c0d8f0}.start-menu-item svg{flex-shrink:0}.start-menu-item-text{display:flex;flex-direction:column;min-width:0}.start-menu-item-title{font-size:11px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.start-menu-left .start-menu-item-title{font-weight:700}.start-menu-item-subtitle{font-size:10px;color:#666}.start-menu-all-programs{margin-top:auto;padding:8px 12px;justify-content:space-between;border-top:1px solid #e0e0e0}.start-menu-all-programs .start-menu-item-title{font-weight:700}.start-menu-separator{height:1px;background:linear-gradient(90deg,transparent 8px,#d0d0d0 8px,#d0d0d0 calc(100% - 8px),transparent calc(100% - 8px));margin:4px 0}.start-menu-right .start-menu-separator{background:linear-gradient(90deg,transparent 8px,#a8c8e8 8px,#a8c8e8 calc(100% - 8px),transparent calc(100% - 8px))}.start-menu-spacer{flex:1}.start-menu-footer{background:linear-gradient(180deg,#4b8ccb,#3878b8 30%,#2d68a8 70%,#245898);padding:6px 8px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #1e4a88}.start-menu-footer-btn{background:transparent;border:1px solid transparent;border-radius:3px;padding:4px 10px;display:flex;align-items:center;gap:6px;color:#fff;font-size:11px;font-family:Tahoma,Segoe UI,sans-serif;cursor:pointer;text-shadow:0 1px 1px rgba(0,0,0,.3)}.start-menu-footer-btn:hover{background:#ffffff26;border-color:#ffffff4d}.start-menu-footer-btn:active{background:#0000001a}@media (max-width: 768px){.start-menu{width:320px;bottom:40px}.start-menu-right{width:150px}.start-menu-avatar{width:40px;height:40px}.start-menu-item{padding:8px 10px}}@media (max-width: 480px){.start-menu{width:100%;left:0;right:0;border-radius:0}.start-menu-body{min-height:240px}.start-menu-right{width:140px}}
