*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}html,body{width:100%;height:100%;overflow:hidden;font-family:Segoe UI,Inter,Tahoma,sans-serif;font-size:12px}:root{--taskbar-height: 40px;--vista-blue-dark: #1B3E6E;--vista-blue-mid: #3570B0;--vista-blue-light: #5B9BD5;--vista-glass-bg: rgba(40, 80, 140, .45);--vista-glass-border: rgba(120, 180, 255, .35);--vista-glass-highlight: rgba(255,255,255,.18);--vista-panel-bg: #F0F0F0;--vista-panel-border: #A0A0A0;--vista-btn-face: linear-gradient(180deg, #F8F8F8 0%, #E8E8E8 45%, #D8D8D8 100%);--vista-btn-hover: linear-gradient(180deg, #E8F4FF 0%, #C8E0FF 45%, #A8C8F0 100%);--vista-btn-pressed: linear-gradient(180deg, #C0C0C0 0%, #D0D0D0 100%);--vista-text: #1A1A2E;--vista-text-dim: #5A5A6A;--vista-accent: #2B7A3E;--vista-shadow-deep: 0 16px 56px rgba(0,0,0,.45), 0 0 0 1px rgba(80,160,255,.12);--vista-btn-close: linear-gradient(170deg, #e03030 0%, #c02020 45%, #8a1515 100%)}#boot-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:url(/assets/vista-aurora-Wl9Gq5mt.png) no-repeat center center;background-size:cover;display:flex;align-items:center;justify-content:center;z-index:999999;transition:opacity .8s ease-out;overflow:hidden}#boot-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 60%,rgba(0,180,220,.12) 0%,transparent 50%),radial-gradient(ellipse at 70% 30%,rgba(0,230,118,.08) 0%,transparent 40%);pointer-events:none}#boot-screen:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 100%);pointer-events:none}#boot-screen.fade-out{opacity:0;pointer-events:none}.boot-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;position:relative;z-index:1}.boot-logo-wrap{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px}.boot-logo-wrap:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,rgba(0,180,220,.04) 40%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.boot-logo{font-size:52px;font-weight:900;font-family:Segoe UI,Inter,Tahoma,sans-serif;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.4),0 0 60px rgba(255,255,255,.1);letter-spacing:10px;position:relative;z-index:1;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#fff;background-clip:unset;filter:none}.boot-subtitle{font-size:13px;color:#ffffff80;letter-spacing:14px;text-transform:uppercase;position:relative;z-index:1}.boot-loader{width:240px;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-top:30px;border:1px solid rgba(255,255,255,.08)}.boot-loader-bar{width:0%;height:100%;background:linear-gradient(90deg,#4aa8d8,#88d8f8,#4aa8d8);background-size:200% 100%;border-radius:3px;animation:bootFill 2.8s ease-out forwards,bootShimmer 1.2s linear infinite}@keyframes bootFill{0%{width:0%}70%{width:85%}90%{width:95%}to{width:100%}}@keyframes bootShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.boot-status{font-size:12px;color:#ffffff73;margin-top:8px;letter-spacing:1px;font-family:Segoe UI,Inter,Tahoma,sans-serif}#login-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999990;background:url(/assets/vista-aurora-Wl9Gq5mt.png) no-repeat center center;background-size:cover;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}#login-screen.hidden{display:none}.login-center{display:flex;flex-direction:column;align-items:center;gap:10px;z-index:1}.login-avatar-frame{width:128px;height:128px;border-radius:8px;background:linear-gradient(180deg,#e0e8f0,#b8c8d8 40%,#a0b0c4);border:2px solid rgba(255,255,255,.7);outline:2px solid rgba(0,0,0,.15);box-shadow:0 2px 4px #0000004d,0 6px 20px #00000040,inset 0 1px #ffffffe6,inset 0 -1px 2px #0000001a;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:6px}.login-avatar-frame:before{content:"";position:absolute;top:0;left:0;right:0;height:45%;background:linear-gradient(180deg,#ffffff80,#ffffff0d);border-radius:6px 6px 0 0;pointer-events:none;z-index:1}.login-avatar-frame img{width:100%;height:100%;object-fit:contain;border-radius:4px;position:relative}.login-user-name{color:#fff;font-weight:400;font-size:22px;text-shadow:0 1px 6px rgba(0,0,0,.6),0 0 20px rgba(0,0,0,.3);font-family:Segoe UI,Inter,Tahoma,sans-serif;letter-spacing:.5px}.login-enter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:36px;height:36px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:linear-gradient(180deg,#508cdcb3,#285ab4cc);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000004d;transition:all .2s ease;margin-top:4px}.login-enter-btn:hover{background:linear-gradient(180deg,#64a0f0cc,#3c6ec8e6);box-shadow:0 2px 16px #50a0ff66;transform:scale(1.1)}#desktop{width:100%;height:calc(100% - var(--taskbar-height));background:url(/assets/wallpaper-Bqsyxvjk.png) no-repeat center center;background-size:cover;position:relative}#desktop:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 50%,rgba(0,0,0,.15) 100%);pointer-events:none;z-index:0}#desktop.blocked{pointer-events:none}#desktop-icons{position:absolute;top:12px;left:12px;right:12px;bottom:12px;display:block;padding:0;overflow:hidden;z-index:1}.desktop-icon{position:absolute;left:0;top:0;width:100px;padding:6px;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:default;border:1px solid transparent;border-radius:6px;transition:background .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}.desktop-icon:hover{background:#508cdc2e;border-color:#50a0ff4d;transform:scale(1.05);box-shadow:0 0 12px #508cdc33}.desktop-icon.selected{background:#3c78c840;border:1px solid rgba(80,160,255,.4);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:inset 0 0 0 1px #ffffff14,0 0 16px #508cdc26}.desktop-icon:active{transform:scale(.97);background:#3c78c838}.desktop-icon.dragging{z-index:2;opacity:.9}.desktop-icon .icon-img{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.desktop-icon .icon-img img{width:48px;height:48px;image-rendering:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.65));transition:filter .2s ease,transform .2s ease}.desktop-icon:hover .icon-img img{filter:drop-shadow(0 2px 8px rgba(0,0,0,.65)) drop-shadow(0 0 10px rgba(80,160,255,.35))}.desktop-icon .icon-label{color:#fff;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.95),0 0 6px rgba(0,0,0,.8),0 0 12px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.7);word-wrap:break-word;font-size:12px;line-height:1.15;max-width:94px;font-weight:400;font-family:Segoe UI,Inter,Tahoma,sans-serif;padding:2px 3px;letter-spacing:.2px}.desktop-selection-box{position:absolute;border:1px dashed rgba(80,160,255,.6);background:#3c78dc1f;pointer-events:none;z-index:19000}#windows-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.desktop-refresh{animation:desktopRefresh .18s linear}@keyframes desktopRefresh{0%{opacity:.45}to{opacity:1}}.desktop-context-menu{position:fixed;min-width:178px;background:#f0f5fcf7;border:1px solid rgba(160,180,210,.5);border-radius:6px;box-shadow:0 8px 32px #0000004d;list-style:none;margin:0;padding:4px;z-index:20000;display:none;font-family:Segoe UI,Inter,Tahoma,sans-serif;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.desktop-context-menu.visible{display:block}.desktop-context-menu .context-item{min-height:31px;padding:0 10px 0 14px;font-size:12px;color:#1a2a3a;cursor:default;display:flex;align-items:center;justify-content:space-between;position:relative;border-radius:4px}.desktop-context-menu .context-label{pointer-events:none}.desktop-context-menu .context-item:hover{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#fff}.desktop-context-menu .context-item.disabled{color:#8a8a9a}.desktop-context-menu .context-item.disabled:hover{background:transparent;color:#8a8a9a}.desktop-context-menu .context-separator{height:1px;margin:4px 8px;list-style:none;background:#00000014}.desktop-context-menu .submenu-arrow{font-size:11px;margin-left:16px;line-height:1}.desktop-context-menu .context-submenu{position:absolute;top:-2px;left:calc(100% - 1px);min-width:320px;margin:0;padding:4px;list-style:none;border:1px solid rgba(160,180,210,.5);background:#f0f5fcf7;border-radius:6px;box-shadow:2px 2px 16px #0000004d;display:none;z-index:20001;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.desktop-context-menu .has-submenu:hover>.context-submenu{display:block}.desktop-context-menu .context-subitem{min-height:37px;padding:0 10px;display:flex;align-items:center;gap:10px;color:#1a2a3a;font-size:12px;cursor:default;border-radius:4px}.desktop-context-menu .context-subitem:hover{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#fff}.desktop-context-menu .context-subitem img{width:22px;height:22px;flex-shrink:0}.shutdown-logo-text{font-size:48px;font-weight:300;font-family:Segoe UI,Inter,Tahoma,sans-serif;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.4);letter-spacing:6px;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#fff;background-clip:unset;filter:none}.session-hidden,.hidden{display:none!important}a{color:#2b6cb0;text-decoration:underline}a:hover{color:#1a4e8a}::-webkit-scrollbar{width:17px;height:17px}::-webkit-scrollbar-track{background:linear-gradient(90deg,#e8ecf0,#d8e0e8);border:1px solid #B0B8C4}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#a8b8cc,#8098b8,#6888a8);border:1px solid #5878A0;border-radius:3px;box-shadow:inset 0 1px #fff6}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#b0c8e0,#90a8c8,#7898b8)}::-webkit-scrollbar-button{display:none;height:0}@media (max-width: 760px){:root{--taskbar-height: 36px}#desktop-icons{top:8px;left:8px;right:8px;bottom:8px;overflow:auto;-webkit-overflow-scrolling:touch}.desktop-icon{width:78px}.desktop-icon .icon-label{font-size:11px;max-width:72px}.login-title{font-size:28px}.login-users{grid-template-columns:1fr}.login-user-name{font-size:15px}}@keyframes windowOpen{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.window{position:absolute;background:#dcebfce0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(100,160,220,.5);border-radius:8px 8px 4px 4px;box-shadow:0 0 0 1px #b4dcff33,0 12px 48px #00000059,inset 0 1px #ffffff4d;display:flex;flex-direction:column;pointer-events:auto;overflow:hidden;padding:0;animation:windowOpen .22s cubic-bezier(.22,.61,.36,1) forwards}.window:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:7px 7px 3px 3px;border:1px solid rgba(255,255,255,.15);pointer-events:none;z-index:0}.window.maximized{top:0!important;left:0!important;width:100%!important;height:calc(100% - var(--taskbar-height))!important;border-radius:0;box-shadow:0 0 0 1px #508cdc14}.window.maximized:before{border-radius:0}.window.maximized .window-titlebar{border-radius:0}.window.minimized{display:none}.window.inactive{background:#dce4f0d1;border-color:#a0b4d266;box-shadow:0 0 0 1px #a0b4d226,0 4px 18px #00000040}.window.inactive .window-titlebar{background:linear-gradient(180deg,#b8c8d8,#9eb0c8 30%,#8aa0b8);border-bottom-color:#7890a8}.window .window-titlebar{height:30px;background:linear-gradient(180deg,#6aafe8,#4a90d0 20%,#3578be 50%,#2a68ae,#3070b8);display:flex;align-items:center;justify-content:space-between;padding:0 4px 0 8px;cursor:default;flex-shrink:0;border-radius:7px 7px 0 0;border-bottom:1px solid #1A4E8A;touch-action:none;position:relative}.window .window-titlebar:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,#fff6,#ffffff1a);border-radius:7px 7px 0 0;pointer-events:none}.window .window-title{color:#fff;font-size:12px;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.5);display:flex;align-items:center;gap:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-left:1px;font-family:Segoe UI,Inter,Tahoma,sans-serif;line-height:1;position:relative;z-index:1}.window.inactive .window-title{color:#ffffffb3;text-shadow:none}.window .window-title img{width:16px;height:16px;image-rendering:auto}.window .window-controls{display:flex;align-items:center;gap:2px;padding-right:3px;position:relative;z-index:1;height:100%}.window .window-btn{width:22px;height:20px;border-radius:3px;background:linear-gradient(180deg,#d0e4f8,#b0cce8 45%,#98bbd8);border:1px solid #5590BB;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #0000001a,0 1px 2px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;font-size:0;line-height:0;color:transparent;transition:all .1s ease}.window .window-btn:hover{background:linear-gradient(180deg,#e0f0ff,#c0dcfa 45%,#a0c8f0);border-color:#3a78b0;box-shadow:inset 0 1px #ffffffe6,0 0 8px #50a0ff4d,0 1px 3px #0003}.window .window-btn:active{background:linear-gradient(180deg,#88b8d8,#a0c8e8);box-shadow:inset 0 1px 2px #0000004d}.window .window-btn.close-btn{background:linear-gradient(180deg,#f09070,#d84828 45%,#c03818);border-color:#a02810;box-shadow:inset 0 1px #ffb49699,0 1px 2px #0000004d}.window .window-btn.close-btn:hover{background:linear-gradient(180deg,#ffa888,#e85838 45%,#d04828);border-color:#881e08;box-shadow:inset 0 1px #ffc8aab3,0 0 12px #dc3c1e66}.window .window-btn.close-btn:active{background:linear-gradient(180deg,#b02010,#901808);box-shadow:inset 0 1px 2px #00000080}.window .window-icon{position:relative;display:block;width:10px;height:10px;pointer-events:none}.window .window-icon-minimize:before{content:"";position:absolute;left:1px;right:1px;bottom:1px;height:2px;border-radius:1px;background:#1a3a5c;box-shadow:none}.window .window-icon-maximize:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1.5px solid #1A3A5C;border-top-width:2px;border-radius:1px;box-shadow:none}.window .maximize-btn.restore-mode .window-icon-maximize:before{inset:auto;top:3px;left:0;width:7px;height:6px;border-width:1.5px;border-top-width:2px}.window .maximize-btn.restore-mode .window-icon-maximize:after{content:"";position:absolute;top:0;left:3px;width:7px;height:6px;border:1.5px solid #1A3A5C;border-top-width:2px;border-radius:1px;background:transparent}.window .window-icon-close:before,.window .window-icon-close:after{content:"";position:absolute;left:4px;top:-1px;width:2px;height:12px;border-radius:1px;background:#fff;box-shadow:0 0 2px #0000004d}.window .window-icon-close:before{transform:rotate(45deg)}.window .window-icon-close:after{transform:rotate(-45deg)}.window .window-content{flex:1;background:#f0f0f0;overflow:auto;display:flex;flex-direction:column;border-top:1px solid rgba(100,140,200,.2);box-shadow:inset 0 1px 3px #00000014}.notepad-shell{display:flex;flex-direction:column;height:100%;background:#f0f0f0}.notepad-menubar{display:flex;align-items:center;min-height:24px;background:#f0f0f0;border-bottom:1px solid #C0C0C8;padding-left:7px}.notepad-menu-item{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:0 10px;height:23px;font-family:Segoe UI,Inter,Tahoma,sans-serif;font-size:12px;color:#1a2a3a;cursor:default}.notepad-menu-item:hover,.notepad-menu-item.active{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#1a2a3a}.notepad-shell-editable .notepad-menubar{align-items:stretch;padding-left:0}.notepad-menu-group{position:relative}.notepad-menu-button{border:0;background:transparent;min-width:44px;height:23px;padding:0 10px;font-family:Segoe UI,Inter,Tahoma,sans-serif;font-size:12px;color:#1a2a3a;cursor:default}.notepad-menu-button:hover,.notepad-menu-group.open .notepad-menu-button{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#1a2a3a}.notepad-menu-dropdown{position:absolute;top:calc(100% - 1px);left:0;min-width:154px;margin:0;padding:4px 0;list-style:none;display:none;background:#f5f5f8;border:1px solid #A0A8B8;border-radius:4px;box-shadow:0 4px 16px #0003;z-index:28}.notepad-menu-group.open .notepad-menu-dropdown{display:block}.notepad-menu-dropdown li{margin:0;padding:0}.notepad-menu-dropdown .menu-separator{height:1px;margin:4px 8px;background:#00000014}.notepad-menu-dropdown button{width:100%;border:0;background:transparent;text-align:left;padding:4px 24px;font-family:Segoe UI,Inter,Tahoma,sans-serif;font-size:12px;color:#1a2a3a;cursor:default;position:relative;border-radius:2px}.notepad-menu-dropdown button:hover{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#1a2a3a}.notepad-menu-dropdown button.checked:before{content:"✓";position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:11px}.notepad-editor-wrap{flex:1;padding:0;background:#fff}.notepad-shell-editable .notepad-editor-wrap{padding:0}.notepad-content{width:100%;height:100%;padding:8px;font-family:Lucida Console,Courier New,monospace;font-size:13px;line-height:1.35;white-space:pre;word-wrap:normal;overflow:auto;resize:none;border:1px solid #A0A8B8;border-radius:0;outline:none;background:#fff;color:#1a1a2e;-webkit-user-select:text;user-select:text;box-sizing:border-box}.notepad-content.word-wrap{white-space:pre-wrap;word-break:break-word;overflow-x:hidden}.notepad-dialog-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:60}.notepad-dialog{width:min(320px,calc(100% - 20px));border:1px solid #A0B0C8;background:#f0f0f0;border-radius:6px;box-shadow:0 4px 20px #00000040}.notepad-dialog-title{height:24px;display:flex;align-items:center;padding:0 8px;color:#1a2a3a;font-size:12px;font-weight:700;background:linear-gradient(180deg,#4a90d0,#3578be);border-radius:5px 5px 0 0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.notepad-dialog-body{padding:14px 12px 12px;font-size:12px;color:#3a4a5a;line-height:1.35}.notepad-dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding:0 12px 12px}.notepad-dialog-ok{min-width:72px;height:24px;border:1px solid #8098B8;border-radius:4px;background:linear-gradient(180deg,#f0f4f8,#d8e0e8);font-family:Segoe UI,Inter,Tahoma,sans-serif;font-size:12px;color:#1a2a3a;cursor:pointer;box-shadow:inset 0 1px #ffffffb3}.notepad-dialog-ok:hover{background:linear-gradient(180deg,#e8f0ff,#c8d8f0);border-color:#4a82b0}.xp-pane{height:100%;display:flex;flex-direction:column}.xp-pane-header{background:linear-gradient(180deg,#e8ecf0,#dde2e8);border-bottom:1px solid #C0C8D0;padding:8px}.xp-pane-title{font-size:13px;font-weight:700;color:#2a8a4a}.xp-pane-subtitle{margin-top:2px;font-size:11px;color:#8090a0}.projects-content{padding:6px;display:flex;flex-direction:column;gap:2px}.project-item{display:flex;align-items:center;gap:8px;padding:5px 8px;cursor:default;border:1px solid transparent;border-radius:6px}.project-item:hover{background:#3570b01f;color:#1a2a3a;border:1px solid rgba(0,230,118,.2)}.project-item.selected{background:#3570b02e;color:#1a2a3a;border:1px solid rgba(0,230,118,.3)}.project-item:active{background:#3570b01a}.project-item .project-icon{width:24px;height:24px;flex-shrink:0}.project-item .project-name{font-weight:700;font-size:12px;color:#1a2a3a}.project-item .project-stack{font-size:10px;opacity:.75;color:#8090a0}.project-item .project-desc{font-size:10px;opacity:.82;color:#5a6a7a}.contact-shell{display:flex;flex-direction:column;height:100%;background:#f0f0f0}.contact-header{padding:12px 14px;border-bottom:1px solid #C0C8D0;background:linear-gradient(180deg,#e8ecf0,#dde2e8)}.contact-header-title{font-size:17px;font-weight:700;color:#2a8a4a}.contact-header-subtitle{margin-top:3px;font-size:12px;color:#8090a0}.contact-content{padding:10px;line-height:1.4;font-size:12px;display:flex;flex-direction:column;gap:8px;overflow:auto}.contact-card{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #D0D8E0;background:#f5f5f8;border-radius:8px;box-shadow:none}.contact-card:hover{border-color:#4a82b0;background:#e0e4e8}.contact-card-icon-wrap{width:36px;height:36px;border:1px solid #B0B8C8;background:linear-gradient(180deg,#1c2040,#141830);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card-icon{width:24px;height:24px}.contact-card-content{flex:1;min-width:0}.contact-card-label{font-size:11px;color:#8090a0;text-transform:uppercase;letter-spacing:.04em}.contact-link{color:#3570b0;text-decoration:none;font-size:13px;font-weight:700;overflow-wrap:anywhere}.contact-link:hover{text-decoration:underline;color:#2a8a4a}.contact-card-action{min-width:60px;height:24px;border:1px solid rgba(0,230,118,.2);background:#3570b014;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;color:#2a8a4a;font-size:11px;font-weight:700;text-decoration:none}.contact-card-action:hover{background:#3570b026;text-decoration:none}.xp-list{padding:8px}.xp-list-header{background:#f5f5f8;border:1px solid #D0D8E0;border-radius:6px;color:#2a8a4a;font-weight:700;padding:5px 8px;margin-bottom:8px}.xp-list ul{list-style:none;margin:0;padding:0;border:1px solid #E0E4E8;border-radius:6px;overflow:hidden}.xp-list-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border-bottom:1px solid rgba(255,255,255,.04);font-size:12px;color:#5a6a7a}.xp-list-item:last-child{border-bottom:none}.xp-list-item:hover{background:#3570b01f;color:#1a2a3a}.xp-list-item img{width:20px;height:20px;flex-shrink:0}.mydocs-shell{display:flex;flex-direction:column;height:100%;background:#f0f0f0;font-family:Inter,Segoe UI,Tahoma,sans-serif}.mydocs-menubar{height:24px;display:flex;align-items:center;gap:3px;padding:0 6px;background:#e8ecf0;border-bottom:1px solid #C0C8D0}.mydocs-menu-btn{height:20px;border:0;background:transparent;color:#5a6a7a;font-size:12px;padding:0 8px;cursor:default}.mydocs-menu-btn:hover{background:#3570b01f;color:#2a8a4a}.mydocs-toolbar{min-height:38px;display:flex;align-items:center;gap:5px;padding:4px 7px;background:linear-gradient(180deg,#e8ecf0,#dde2e8);border-bottom:1px solid #C0C8D0}.mydocs-nav-btn{width:29px;height:29px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#e0e4e8;color:#5a6a7a;font-size:17px;line-height:1;padding:0}.mydocs-nav-btn:disabled{opacity:.45}.mydocs-toolbar-divider{width:1px;height:24px;background:#ffffff0f;margin:0 4px}.mydocs-tool-btn{height:28px;display:inline-flex;align-items:center;gap:6px;border:1px solid transparent;background:transparent;color:#5a6a7a;font-size:12px;padding:0 8px}.mydocs-tool-btn img{width:18px;height:18px}.mydocs-tool-btn:hover:not(:disabled){border-color:#4a82b0;background:#3570b014}.mydocs-tool-btn:disabled{opacity:.45}.mydocs-toolbar-spacer{flex:1}.mydocs-view-label{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#5a6a7a}.mydocs-view-label select{height:24px;border:1px solid rgba(255,255,255,.1);background:#f5f5f8;color:#5a6a7a;font-size:12px;padding:0 4px;border-radius:4px}.mydocs-address-row{height:34px;display:flex;align-items:center;gap:6px;background:#e8ecf0;border-top:1px solid #E0E4E8;border-bottom:1px solid #C0C8D0;padding:0 7px}.mydocs-address-label{font-size:12px;color:#8090a0;width:56px;text-align:right}.mydocs-address-value{flex:1;height:24px;border:1px solid #B0B8C8;background:#f0f0f0;border-radius:4px;display:flex;align-items:center;padding:0 8px;font-size:12px;color:#5a6a7a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mydocs-go-btn{width:30px;height:30px;border:none;border-radius:50%;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#000;font-size:21px;font-weight:900;line-height:.85;text-shadow:none;padding:0}.mydocs-go-btn:hover{box-shadow:0 0 12px #00e6764d}.mydocs-go-btn:active{opacity:.8}.mydocs-main{flex:1;min-height:0;display:grid;grid-template-columns:250px 1fr;background:#f0f0f0}.mydocs-sidebar{background:linear-gradient(180deg,#e8ecf0,#dde2e8);border-right:1px solid #C0C8D0;padding:10px 9px;overflow:auto}.mydocs-side-group{margin-bottom:10px;border-radius:8px 8px 0 0;overflow:hidden}.mydocs-side-header{min-height:29px;background:linear-gradient(180deg,#d0e0f0,#c0d0e8);color:#1a2a3a;font-size:12px;font-weight:700;display:flex;align-items:center;padding:0 10px;text-shadow:none}.mydocs-side-list{margin:0;padding:7px 9px;list-style:none;background:#f5f5f8}.mydocs-side-list li+li{margin-top:2px}.mydocs-side-action,.mydocs-place-btn{width:100%;border:0;background:transparent;color:#3570b0;font-size:12px;text-align:left;padding:4px 3px;display:flex;align-items:center;gap:8px;border-radius:4px}.mydocs-side-action:hover:not(:disabled),.mydocs-place-btn:hover{background:#3570b01f;color:#2a8a4a}.mydocs-side-action:disabled{opacity:.5}.mydocs-place.active .mydocs-place-btn{background:#3570b026;color:#2a8a4a}.mydocs-place-btn img{width:20px;height:20px;flex-shrink:0}.mydocs-details-panel{background:#f5f5f8;color:#5a6a7a;padding:9px 10px 10px;font-size:11px;line-height:1.35}.mydocs-detail-name{font-size:13px;font-weight:700;color:#2a8a4a;margin-bottom:6px}.mydocs-detail-meta{margin-bottom:3px;color:#8090a0}.mydocs-details-panel pre{margin:6px 0 0;white-space:pre-wrap;font-family:Inter,Segoe UI,Tahoma,sans-serif;font-size:11px}.mydocs-content{min-width:0;background:#f0f0f0;display:flex;flex-direction:column}.mydocs-content-head{height:40px;padding:0 10px;border-bottom:1px solid #C0C8D0;display:flex;align-items:center;justify-content:space-between;gap:10px}.mydocs-folder-title{font-size:18px;font-weight:700;color:#1a2a3a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mydocs-search-wrap{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#8090a0}.mydocs-search-wrap input{width:190px;height:24px;border:1px solid #B0B8C8;background:#e8ecf0;color:#5a6a7a;padding:0 6px;font-size:12px;border-radius:4px}.mydocs-columns{display:grid;grid-template-columns:minmax(220px,1fr) 140px 90px 170px;border-bottom:1px solid #C0C8D0;background:#e8ecf0}.mydocs-columns.hidden{display:none}.mydocs-col{min-width:0;padding:4px 8px;font-size:12px;color:#8090a0;border-right:1px solid #E0E4E8}.mydocs-col:last-child{border-right:0}.mydocs-col-name{display:flex;align-items:center;gap:8px}.mydocs-items{flex:1;min-height:0;overflow:auto;background:#f0f0f0;outline:none}.mydocs-items[data-view=details] .mydocs-item{display:grid;grid-template-columns:minmax(220px,1fr) 140px 90px 170px;border-bottom:1px solid rgba(255,255,255,.03);cursor:default}.mydocs-items[data-view=list] .mydocs-item{display:flex;align-items:center;gap:8px;padding:5px 8px;border-bottom:1px solid rgba(255,255,255,.03);cursor:default}.mydocs-item:hover{background:#3570b014}.mydocs-item.selected{background:#3570b026}.mydocs-item.selected .mydocs-col,.mydocs-item.selected .mydocs-item-name{color:#1a2a3a}.mydocs-item-icon{width:18px;height:18px;flex-shrink:0}.mydocs-item-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#5a6a7a}.mydocs-empty-state{padding:18px 14px;font-size:12px;color:#8090a0}.mydocs-status{height:23px;line-height:22px;padding:0 10px;border-top:1px solid #C0C8D0;background:#e8ecf0;color:#8090a0;font-size:11px}.recycle-root{display:flex;flex-direction:column;height:100%;background:#f0f0f0}.recycle-toolbar{display:flex;align-items:center;gap:6px;padding:6px;border-bottom:1px solid #C0C8D0;background:#e8ecf0}.recycle-action-btn{border:1px solid rgba(0,230,118,.2);background:#3570b014;border-radius:6px;padding:3px 10px;font-size:11px;color:#2a8a4a}.recycle-action-btn:hover:not(:disabled){background:#3570b026}.recycle-action-btn:disabled{opacity:.45}.recycle-list{flex:1;overflow:auto;background:#f0f0f0}.recycle-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.04);cursor:default}.recycle-item:hover{background:#3570b014}.recycle-item.selected{background:#3570b026;color:#1a2a3a}.recycle-item-icon{width:20px;height:20px;flex-shrink:0}.recycle-item-meta{flex:1;min-width:0}.recycle-item-name{font-size:12px;font-weight:700;color:#1a2a3a;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.recycle-item-sub{margin-top:2px;font-size:10px;color:#8090a0}.recycle-item.selected .recycle-item-name,.recycle-item.selected .recycle-item-sub{color:#1a2a3a}.recycle-item-restore{border:1px solid rgba(0,230,118,.2);background:#3570b014;border-radius:6px;padding:2px 8px;font-size:11px;color:#2a8a4a}.recycle-item-restore:hover{background:#3570b026}.recycle-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#8090a0;font-size:12px}.recycle-empty img{width:44px;height:44px}.mycomputer-shell{display:flex;flex-direction:column;height:100%;background:#f0f0f0;font-family:Inter,Segoe UI,Tahoma,sans-serif}.mycomputer-menubar{height:34px;display:flex;align-items:center;gap:30px;padding:0 12px;background:#e8ecf0;border-bottom:1px solid #C0C8D0;font-size:13px;color:#5a6a7a}.mycomputer-menubar span{height:24px;display:inline-flex;align-items:center;padding:0 6px;border-radius:4px}.mycomputer-menubar span:hover{background:#3570b01f;color:#2a8a4a}.mycomputer-toolbar{height:50px;display:flex;align-items:center;gap:8px;padding:0 10px;background:#e8ecf0;border-bottom:1px solid #C0C8D0}.mc-nav-btn{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#e0e4e8;color:#5a6a7a;font-size:22px;line-height:1;padding:0}.mc-nav-btn:hover{background:#3570b01a;color:#2a8a4a}.mc-nav-label{font-size:13px;color:#8090a0;margin-right:8px}.mc-divider{width:1px;height:60%;background:#ffffff0f;margin:0 6px}.mc-tool-item{display:inline-flex;align-items:center;gap:6px;min-width:40px;height:34px;padding:0 8px;border:1px solid transparent;color:#5a6a7a;font-size:13px;border-radius:6px}.mc-tool-item:hover{border-color:#4a82b0;background:#3570b014}.mc-tool-item img{width:26px;height:26px}.mycomputer-address-row{height:40px;display:flex;align-items:center;background:#e8ecf0;border-bottom:1px solid #C0C8D0}.mc-address-label{width:90px;height:100%;display:inline-flex;align-items:center;justify-content:center;background:#f5f5f8;border-right:1px solid #C0C8D0;color:#8090a0;font-size:12px}.mc-address-value{flex:1;height:28px;margin:0 8px;border:1px solid #B0B8C8;background:#f0f0f0;border-radius:4px;display:inline-flex;align-items:center;gap:8px;padding:0 9px;font-size:12px;color:#5a6a7a}.mc-address-value img{width:19px;height:19px}.mc-go-btn{width:34px;height:34px;margin-right:10px;border:none;border-radius:50%;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#000;font-size:23px;font-weight:900;line-height:.85;text-shadow:none;padding:0}.mc-go-btn:hover{box-shadow:0 0 12px #00e6764d}.mc-go-btn:active{opacity:.8}.mycomputer-main{flex:1;min-height:0;display:grid;grid-template-columns:290px 1fr;background:#f0f0f0}.mycomputer-sidebar{background:linear-gradient(180deg,#e8ecf0,#dde2e8);padding:10px 10px 12px;border-right:1px solid #C0C8D0;overflow:auto}.mc-side-group{margin-bottom:12px;border-radius:8px 8px 0 0;overflow:hidden;box-shadow:none}.mc-side-header{height:40px;background:linear-gradient(180deg,#d0e0f0,#c0d0e8);color:#1a2a3a;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:13px;font-weight:700;text-shadow:none}.mc-chev{width:24px;height:24px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#5a6a7a}.mc-side-list{list-style:none;margin:0;padding:12px;background:#f5f5f8}.mc-side-list li{display:flex;align-items:center;gap:10px;font-size:13px;color:#3570b0;padding:7px 2px;border-radius:4px}.mc-side-list li[data-mc-open-url]{cursor:pointer}.mc-side-list li[data-mc-open-url]:hover{background:#3570b01f}.mc-side-list li[data-mc-open-url]:hover span{color:#2a8a4a}.mc-side-list li img{width:31px;height:31px}.mycomputer-content{background:#f0f0f0;padding:8px 13px 14px;overflow:auto}.mc-content-group{margin-bottom:8px}.mc-content-group h3{margin:0;padding:1px 2px 5px;font-size:13px;color:#1a2a3a;border-bottom:3px solid rgba(0,230,118,.3)}.mc-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px 34px;padding:12px 4px 8px}.mc-item{display:flex;align-items:center;gap:10px;min-height:58px;padding:2px 0;border:1px solid transparent;border-radius:6px}.mc-item[data-mc-open-url]{cursor:pointer}.mc-item:hover{background:#3570b01f;color:#1a2a3a;border-color:#4a82b0}.mc-item img{width:56px;height:56px;flex-shrink:0}.mc-item span{font-size:13px;color:#5a6a7a}.mc-item:hover span{color:#1a2a3a}.ie-app{display:flex;flex-direction:column;height:100%;background:#f0f0f0}.ie-menubar{height:34px;display:flex;align-items:center;gap:24px;padding:0 12px;background:#e8ecf0;border-bottom:1px solid #C0C8D0;font-size:13px;color:#5a6a7a}.ie-menubar span{height:24px;display:inline-flex;align-items:center;padding:0 6px;border-radius:4px}.ie-menubar span:hover{background:#3570b01f;color:#2a8a4a}.ie-toolbar{height:50px;display:flex;align-items:center;gap:8px;padding:0 10px;border-bottom:1px solid #C0C8D0;background:#e8ecf0}.ie-nav-btn{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#e0e4e8;color:#5a6a7a;font-size:22px;line-height:1;padding:0}.ie-nav-btn:hover{background:#3570b01a;color:#2a8a4a}.ie-nav-label{font-size:13px;color:#8090a0;margin-right:6px}.ie-toolbar-divider{width:1px;height:60%;background:#ffffff0f;margin:0 6px}.ie-address-label{font-size:12px;color:#8090a0}.ie-address-bar{flex:1;min-width:140px;height:28px;border:1px solid #B0B8C8;background:#f0f0f0;border-radius:4px;padding:0 9px;font-size:12px;color:#5a6a7a}.ie-go-btn{width:34px;height:34px;border:none;border-radius:50%;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#000;font-size:23px;font-weight:900;line-height:.85;text-shadow:none;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.ie-go-btn:hover{box-shadow:0 0 12px #00e6764d;color:#000}.ie-frame-wrap{flex:1;background:#f0f0f0;border-top:1px solid #E0E4E8}.ie-frame{width:100%;height:100%;border:none;background:#f0f0f0}.mpc-app{display:flex;flex-direction:column;height:100%;background:#f0f0f0}.mpc-toolbar{height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 8px;border-bottom:1px solid #C0C8D0;background:linear-gradient(180deg,#e8ecf0,#dde2e8)}.mpc-toolbar-label{font-size:12px;color:#1a2a3a;font-weight:700}.mpc-open-link{height:22px;line-height:20px;padding:0 10px;border:1px solid rgba(0,230,118,.2);border-radius:6px;background:#3570b014;color:#2a8a4a;text-decoration:none;font-size:11px}.mpc-open-link:hover{background:#3570b026;color:#2a8a4a}.mpc-frame-wrap{flex:1;min-height:0;background:#000;padding:6px}.mpc-frame{width:100%;height:100%;border:1px solid #141414;background:#000}.spotify-app{display:flex;flex-direction:column;height:100%;background:#f0f0f0;color:#f2f4f7}.spotify-toolbar{height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:linear-gradient(180deg,#e8ecf0,#dde2e8);border-bottom:1px solid #C0C8D0}.spotify-brand{display:flex;align-items:center;gap:10px;color:#1a2a3a;font-size:14px;font-weight:700}.spotify-brand img{width:20px;height:20px}.spotify-open-btn{height:28px;line-height:26px;padding:0 12px;border:none;border-radius:14px;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#000;text-decoration:none;font-size:11px;font-weight:700}.spotify-open-btn:hover{box-shadow:0 0 12px #00e6764d;color:#000}.spotify-layout{flex:1;min-height:0;display:grid;grid-template-columns:290px 1fr;background:#f0f0f0}.spotify-sidebar{background:linear-gradient(180deg,#e8ecf0,#f0f0f0);border-right:1px solid #C0C8D0;padding:12px 10px;overflow:auto}.spotify-sidebar-section+.spotify-sidebar-section{margin-top:12px}.spotify-sidebar-title{font-size:11px;font-weight:700;color:#8090a0;text-transform:uppercase;letter-spacing:.07em;margin:2px 6px 7px}.spotify-search-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:0 4px}.spotify-search-input{height:30px;padding:0 10px;border:1px solid #B0B8C8;border-radius:6px;background:#f0f0f0;color:#1a2a3a;font-size:12px}.spotify-search-input:focus{border-color:#3570b0;outline:none;box-shadow:0 0 0 1px #00e6761a}.spotify-search-btn{height:30px;border:none;border-radius:6px;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#000;font-size:11px;font-weight:700;padding:0 10px}.spotify-search-btn:hover{box-shadow:0 0 8px #00e6764d}.spotify-track-list{display:flex;flex-direction:column;gap:4px;max-height:256px;overflow:auto;padding:0 2px 2px}.spotify-track-btn{width:100%;border:1px solid #D0D8E0;border-radius:6px;background:#f5f5f8;color:#1a2a3a;text-align:left;padding:8px 9px;display:flex;flex-direction:column;gap:3px;cursor:pointer}.spotify-track-btn:hover{background:#e0e4e8;border-color:#ffffff1a}.spotify-track-btn.active{background:#3570b01a;border-color:#00e67640}.spotify-track-title{font-size:12px;line-height:1.2;color:#1a2a3a}.spotify-track-artist{font-size:11px;line-height:1.2;color:#8090a0}.spotify-queue-list{display:flex;flex-direction:column;gap:5px;padding:0 2px 2px}.spotify-recent-btn{height:28px;border:1px solid #D0D8E0;border-radius:6px;background:#f5f5f8;color:#5a6a7a;font-size:11px;text-align:left;padding:0 9px}.spotify-recent-btn:hover{background:#e0e4e8;border-color:#ffffff1a}.spotify-empty-text{color:#8090a0;font-size:11px;padding:5px 6px}.spotify-main{min-height:0;display:flex;flex-direction:column;padding:14px;gap:10px;background:linear-gradient(180deg,#e8ecf0,#f0f0f0)}.spotify-player-shell{border:1px solid #D0D8E0;border-radius:10px;overflow:hidden;min-height:240px;background:#e8e8e8}.spotify-player{width:100%;height:100%;min-height:240px;background:#000}.spotify-mobile-frame{width:100%;height:100%;border:0;background:#000}.spotify-now{display:flex;align-items:center;gap:12px}.spotify-now-art{width:64px;height:64px;border-radius:8px;background:linear-gradient(145deg,#00e676,#00bcd4);padding:10px}.spotify-now-meta{display:flex;flex-direction:column;gap:4px}.spotify-now-title{color:#1a2a3a;font-size:16px;font-weight:700}.spotify-now-artist{color:#8090a0;font-size:12px}.spotify-progress-row{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;color:#8090a0;font-size:11px}.spotify-progress-row input[type=range]{width:100%}.spotify-progress-row input[type=range]::-webkit-slider-runnable-track,.spotify-volume-row input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(90deg,#00e676,#00bcd4)}.spotify-progress-row input[type=range]::-webkit-slider-thumb,.spotify-volume-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;margin-top:-5px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#fff}.spotify-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.spotify-controls button{height:32px;min-width:86px;border:1px solid #B0B8C8;border-radius:16px;background:#f5f5f8;color:#5a6a7a;font-size:11px;padding:0 12px;font-weight:700}.spotify-controls button:hover{border-color:#ffffff26;background:#e0e4e8}.spotify-controls button.active{border-color:#3570b0;color:#2a8a4a;background:#3570b014}.spotify-primary-control{border-color:#3570b0;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#000}.spotify-primary-control:hover{box-shadow:0 0 12px #00e6764d}.spotify-volume-row{display:flex;align-items:center;gap:10px;color:#8090a0;font-size:11px}.spotify-volume-row span{min-width:46px;font-weight:700}.spotify-volume-row input[type=range]{flex:1}.spotify-status{height:24px;line-height:22px;padding:0 10px;font-size:11px;color:#8090a0;border-top:1px solid #C0C8D0;background:#e8ecf0;border-radius:6px}@media (max-width: 980px){.spotify-app{overflow:hidden}.spotify-layout{grid-template-columns:1fr;overflow:auto}.spotify-sidebar{border-right:0;border-bottom:1px solid #C0C8D0;max-height:none;overflow:visible;padding-bottom:8px}.spotify-track-list,.spotify-queue-list{max-height:none;overflow:visible}.spotify-main{padding:10px;gap:8px;overflow:visible}.spotify-player-shell{min-height:clamp(180px,40vh,260px)}.spotify-mobile-mode .spotify-now{gap:8px}.spotify-mobile-mode .spotify-now-art{width:44px;height:44px;padding:7px}.spotify-mobile-mode .spotify-now-title{font-size:13px}.spotify-mobile-mode .spotify-now-artist{font-size:11px}.spotify-mobile-mode .spotify-progress-row,.spotify-mobile-mode .spotify-controls,.spotify-mobile-mode .spotify-volume-row{display:none!important}.spotify-mobile-mode .spotify-status{margin-top:2px}}.control-panel{height:100%;display:flex;flex-direction:column;background:#f0f0f0;font-family:Inter,Segoe UI,Tahoma,sans-serif}.control-menubar{height:32px;display:flex;align-items:center;gap:22px;padding:0 12px;background:#e8ecf0;border-bottom:1px solid #C0C8D0;font-size:13px;color:#5a6a7a}.control-menubar span{height:24px;display:inline-flex;align-items:center;padding:0 6px;border-radius:4px}.control-menubar span:hover{background:#3570b01f;color:#2a8a4a}.control-toolbar{height:50px;display:flex;align-items:center;gap:8px;padding:0 10px;background:#e8ecf0;border-bottom:1px solid #C0C8D0}.control-arrow-btn{width:32px;height:32px;border-radius:50%;border:none;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#000;font-size:22px;font-weight:900;line-height:.85;padding:0;text-shadow:none}.control-arrow-btn:hover{box-shadow:0 0 12px #00e6764d}.control-arrow-btn:active{opacity:.8}.control-arrow-btn-go{width:36px;height:36px;font-size:24px}.control-toolbar-divider{width:1px;height:60%;background:#ffffff0f;margin:0 6px}.control-toolbar-label{font-size:13px;color:#8090a0}.control-address-row{height:40px;display:flex;align-items:center;background:#e8ecf0;border-bottom:1px solid #C0C8D0}.control-address-label{width:90px;height:100%;display:inline-flex;align-items:center;justify-content:center;background:#f5f5f8;border-right:1px solid #C0C8D0;color:#8090a0;font-size:12px}.control-address-value{flex:1;height:28px;margin:0 8px;border:1px solid #B0B8C8;background:#f0f0f0;border-radius:4px;display:inline-flex;align-items:center;gap:8px;padding:0 9px;font-size:12px;color:#5a6a7a}.control-address-value img{width:19px;height:19px}.control-layout{flex:1;min-height:0;display:grid;grid-template-columns:290px 1fr}.control-sidebar{background:linear-gradient(180deg,#e8ecf0,#dde2e8);border-right:1px solid #C0C8D0;padding:10px 10px 12px;overflow:auto}.control-side-group{margin-bottom:12px;border-radius:8px 8px 0 0;overflow:hidden;box-shadow:none}.control-side-title{min-height:40px;background:linear-gradient(180deg,#d0e0f0,#c0d0e8);color:#1a2a3a;font-size:13px;font-weight:700;display:flex;align-items:center;padding:0 12px;text-shadow:none}.control-side-link,.control-status-line{width:100%;border:0;background:#f5f5f8;color:#3570b0;font-size:12px;text-align:left;padding:8px 10px;display:block}.control-side-link{cursor:pointer}.control-side-link:hover{background:#3570b01f;color:#2a8a4a}.control-status-line{color:#8090a0;font-size:12px}.control-main{min-width:0;background:#f0f0f0;padding:8px 13px 14px;overflow:auto;display:flex;flex-direction:column;gap:10px}.control-card{border:0;background:transparent;padding:0}.control-card-title{margin:0;padding:1px 2px 5px;font-size:13px;font-weight:700;color:#1a2a3a;border-bottom:3px solid rgba(0,230,118,.3)}.control-card-subtitle{margin-top:7px;margin-bottom:2px;font-size:11px;color:#8090a0}.control-row{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.control-chip{border:1px solid #B0B8C8;background:#f5f5f8;color:#5a6a7a;font-size:11px;padding:3px 10px;cursor:pointer;min-height:24px;border-radius:6px}.control-chip:hover{border-color:#4a82b0;background:#3570b014}.control-chip.active{background:#3570b026;border-color:#3570b0;color:#2a8a4a}.control-wallpaper-grid{margin-top:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.control-wallpaper-card{border:1px solid #D0D8E0;background:#f5f5f8;border-radius:8px;padding:6px;display:flex;flex-direction:column;gap:6px;align-items:stretch;text-align:left;cursor:pointer}.control-wallpaper-card:hover{border-color:#4a82b0;background:#e0e4e8}.control-wallpaper-card.active{border-color:#00e67666;box-shadow:inset 0 0 0 1px #00e67626;background:#3570b014}.control-wallpaper-preview{display:block;width:100%;height:58px;border:1px solid #D0D8E0;border-radius:4px;background-color:#1c2040;background-size:cover;background-position:center}.control-wallpaper-label{font-size:11px;color:#5a6a7a;font-weight:700}.control-volume{margin-top:8px;display:grid;gap:5px;font-size:11px;color:#8090a0}.control-volume input[type=range]{width:100%}.control-shortcuts{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.control-shortcut-btn{min-height:28px;border:1px solid #B0B8C8;background:#f5f5f8;border-radius:6px;color:#5a6a7a;font-size:11px;font-weight:700;cursor:pointer}.control-shortcut-btn:hover{border-color:#4a82b0;background:#3570b014}.paint-app{display:flex;flex-direction:column;height:100%;background:#f0f0f0;-webkit-user-select:none;user-select:none}.paint-menubar{min-height:25px;display:flex;align-items:center;gap:1px;padding:0 5px;border-bottom:1px solid #C0C8D0;background:#e8ecf0}.paint-menu-item{border:0;background:transparent;color:#5a6a7a;font-size:12px;font-family:Inter,Segoe UI,Tahoma,sans-serif;min-width:42px;height:22px;padding:0 10px;text-align:left;cursor:default}.paint-menu-item:hover{background:#3570b01f;color:#2a8a4a}.paint-toolbar{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:5px 7px;border-bottom:1px solid #C0C8D0;background:linear-gradient(180deg,#e8ecf0,#dde2e8);font-size:11px;flex-wrap:wrap}.paint-toolbar-group{display:flex;align-items:center;gap:6px}.paint-field{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#5a6a7a;font-family:Inter,Segoe UI,Tahoma,sans-serif}.paint-size{height:22px;border:1px solid #B0B8C8;background:#f0f0f0;color:#5a6a7a;font-size:11px;padding:0 4px;min-width:70px;border-radius:4px;font-family:Inter,Segoe UI,Tahoma,sans-serif}.paint-workspace{flex:1;min-height:0;display:grid;grid-template-columns:56px 1fr;background:#f0f0f0}.paint-toolbox{background:linear-gradient(180deg,#e8ecf0,#dde2e8);border-right:1px solid #C0C8D0;padding:6px 4px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px;align-content:start}.paint-tool-btn{height:24px;border:1px solid #B0B8C8;background:#e0e4e8;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.paint-tool-btn:hover{background:#3570b01a;border-color:#4a82b0}.paint-tool-btn.active{background:#3570b026;border-color:#3570b0;box-shadow:none}.paint-tool-glyph{display:block;width:14px;height:14px;background-repeat:no-repeat;background-position:center;background-size:14px 14px}.paint-tool-btn:before{content:none}.paint-tool-btn[data-paint-tool=brush] .paint-tool-glyph{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M10.8 1l4.2 4.2-4.9 4.9-4.2-4.2z' fill='%2300E676'/%3E%3Cpath d='M1 15c3 0 5-1.9 5.1-4L4 8.9C4 11.6 2 12.3 1 15z' fill='%23a0a0b8'/%3E%3C/svg%3E")}.paint-tool-btn[data-paint-tool=pencil] .paint-tool-glyph{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 12l7.8-7.8 2.1 2.1L4.1 14H2z' fill='%2300BCD4'/%3E%3Cpath d='M9.8 2.2l1.4-1.4 2.1 2.1-1.4 1.4z' fill='%23a0a0b8'/%3E%3Cpath d='M2 12l2 2-2 .8z' fill='%236a6a80'/%3E%3C/svg%3E")}.paint-tool-btn[data-paint-tool=eraser] .paint-tool-glyph{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='2' y='5' width='12' height='7' rx='1' fill='%23252540' stroke='%236a6a80'/%3E%3C/svg%3E")}.paint-tool-btn[data-paint-tool=line] .paint-tool-glyph{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cline x1='2' y1='13' x2='14' y2='3' stroke='%23a0a0b8' stroke-width='2'/%3E%3C/svg%3E")}.paint-tool-btn[data-paint-tool=rect] .paint-tool-glyph{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='2.5' y='4' width='11' height='8' fill='none' stroke='%23a0a0b8' stroke-width='2'/%3E%3C/svg%3E")}.paint-tool-btn[data-paint-tool=ellipse] .paint-tool-glyph{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cellipse cx='8' cy='8' rx='5.5' ry='4' fill='none' stroke='%23a0a0b8' stroke-width='2'/%3E%3C/svg%3E")}.paint-btn{border:1px solid #B0B8C8;background:#f5f5f8;border-radius:6px;padding:0 10px;height:24px;font-size:11px;font-family:Inter,Segoe UI,Tahoma,sans-serif;color:#5a6a7a;cursor:pointer}.paint-btn:hover{border-color:#4a82b0;background:#3570b014}.paint-canvas-wrap{flex:1;padding:10px;overflow:auto;background:#f0f0f0}.paint-canvas-inner{display:inline-block;background:#fff;border:1px solid #B0B8C8;border-radius:4px;box-shadow:none}.paint-canvas{display:block;background:#fff;border:0;width:100%;min-width:640px;min-height:420px;touch-action:none;cursor:crosshair}.paint-statusbar{display:grid;grid-template-columns:minmax(130px,auto) auto 1fr;align-items:center;gap:8px;padding:4px 6px;border-top:1px solid #C0C8D0;background:#e8ecf0}.paint-status{min-height:20px;border:1px solid #D0D8E0;background:#f0f0f0;border-radius:4px;display:inline-flex;align-items:center;padding:0 6px;font-size:11px;color:#5a6a7a;font-family:Inter,Segoe UI,Tahoma,sans-serif}.paint-current-colors{display:inline-flex;align-items:center;gap:4px}.paint-color-chip{width:18px;height:18px;border:1px solid rgba(255,255,255,.15);border-radius:3px;box-shadow:none}.paint-color-primary{outline:1px solid rgba(0,230,118,.3)}.paint-swatches{display:grid;grid-template-columns:repeat(12,minmax(14px,1fr));gap:2px}.paint-swatch{width:100%;height:16px;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:0;cursor:pointer}.paint-swatch.active{outline:1px solid #00E676;box-shadow:0 0 0 1px #00e6764d}.paint-hint{min-height:18px;border-top:1px solid #E0E4E8;background:#e8ecf0;color:#8090a0;font-size:10px;line-height:18px;padding:0 8px;font-family:Inter,Segoe UI,Tahoma,sans-serif}.cmd-terminal{background:#e8e8e8;color:#5a6a7a;font-family:Lucida Console,Consolas,monospace;font-size:14px;padding:6px;width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;gap:1px}.cmd-line{display:flex;flex-wrap:wrap;gap:4px}.cmd-prompt{color:#2a8a4a}.cmd-input-line{display:flex;align-items:center}.cmd-input{background:transparent;border:none;color:#1a2a3a;font-family:inherit;font-size:inherit;outline:none;flex:1;caret-color:#2a8a4a;-webkit-user-select:text;user-select:text}.cmd-output{color:#5a6a7a;white-space:pre-wrap;padding-left:0;font-size:13px}.cmd-output.error{color:#c03020}.cmd-output.success{color:#2a8a4a}.coming-soon-content{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#f0f0f0;color:#5a6a7a;font-family:Inter,Segoe UI,Tahoma,sans-serif}.coming-soon-title{font-size:24px;font-weight:700;color:#1a2a3a}.coming-soon-subtitle{font-size:12px;color:#8090a0}@media (max-width: 760px){.window{border-radius:6px 6px 0 0;padding:1px 1px 2px}.window .window-titlebar{height:24px}.window .window-btn{width:20px;height:18px;border-radius:3px}.window .window-btn.close-btn{width:20px}.window .window-icon{width:10px;height:10px}.notepad-menubar{min-height:26px}.notepad-menu-item{height:25px;min-width:36px;padding:0 8px;font-size:11px}.cmd-terminal{font-size:12px}.control-layout{grid-template-columns:1fr}.control-sidebar{max-height:220px;border-right:0;border-bottom:1px solid #C0C8D0}.control-shortcuts{grid-template-columns:1fr}.paint-workspace{grid-template-columns:44px 1fr}.paint-toolbox{grid-template-columns:1fr}.paint-statusbar{grid-template-columns:1fr;gap:4px}.paint-swatches{grid-template-columns:repeat(8,minmax(14px,1fr))}.paint-canvas{min-width:500px}}.swap-card{width:100%;max-width:420px;background:#fff;border:1px solid #B0B8C8;border-radius:8px;padding:24px;box-shadow:inset 0 1px #ffffff80,0 2px 6px #00000014}.swap-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.swap-title{font-size:16px;font-weight:600;color:#1a2a3a}.swap-settings-btn{width:32px;height:32px;border-radius:4px;border:1px solid #B0B8C8;background:linear-gradient(180deg,#f8f8f8,#e0e0e0);color:#5a6a7a;cursor:pointer;font-size:16px;box-shadow:inset 0 1px #ffffffb3}.swap-input-group{background:#f5f8fc;border-radius:6px;padding:14px;margin-bottom:8px;border:1px solid #C0C8D8;position:relative;overflow:visible}.swap-input-group:focus-within{border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d926}.swap-input-label{font-size:12px;color:#5a6a7a;margin-bottom:8px;display:flex;justify-content:space-between}.swap-input-row{display:flex;align-items:center;gap:8px;overflow:hidden}.swap-amount-input{flex:1;min-width:0;background:transparent;border:none;outline:none;font-size:22px;font-weight:600;color:#1a2a3a;font-family:inherit}.swap-amount-input::placeholder{color:#a0a8b8}.swap-token-select{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:4px;background:linear-gradient(180deg,#f0f4f8,#d8e0e8);border:1px solid #A0B0C8;color:#1a2a3a;font-weight:600;font-size:14px;cursor:pointer;white-space:nowrap;box-shadow:inset 0 1px #fff9}.swap-token-select:hover{border-color:#4a90d9}.swap-balance{font-size:11px;color:#5a6a7a;margin-top:6px;text-align:right}.swap-arrow-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:-12px auto;position:relative;z-index:2;border-radius:4px;background:linear-gradient(180deg,#f0f4f8,#d0d8e0);border:1px solid #A0B0C8;color:#3a5a7a;cursor:pointer;font-size:16px;transition:all .2s;box-shadow:inset 0 1px #fff9}.swap-arrow-btn:hover{color:#1a3a6a;border-color:#4a90d9}.swap-details{margin-top:12px;padding:12px;background:#f5f8fc;border:1px solid #D0D8E0;border-radius:4px}.swap-detail-row{display:flex;justify-content:space-between;font-size:12px;color:#5a6a7a;padding:4px 0}.swap-detail-row span:last-child{color:#1a2a3a}.swap-fee-highlight{color:#2a8a4a!important;font-weight:600}.swap-submit-btn{position:relative;overflow:hidden;width:100%;margin-top:16px;padding:14px;border-radius:6px;border:1px solid #1A6A30;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#1a2a3a;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:inset 0 1px #ffffff4d}.swap-submit-btn:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.2) 0%,transparent 100%);border-radius:6px 6px 0 0;pointer-events:none}.swap-submit-btn:hover{box-shadow:inset 0 1px #fff6,0 0 12px #3cb45a33}.swap-submit-btn:disabled,.swap-submit-btn.disabled{background:linear-gradient(180deg,#c8c8c8,#b0b0b0);color:gray;cursor:not-allowed;box-shadow:none;border-color:#a0a0a0;text-shadow:none}.launcher-shell{display:flex;flex-direction:column;height:100%;background:#eef2f8;overflow:hidden}.launcher-tabs{display:flex;gap:0;border-bottom:1px solid #B0BDD0;background:linear-gradient(180deg,#e4ecf8,#d8e4f4);padding:0 16px;flex-shrink:0}.launcher-tab{padding:10px 20px;font-size:13px;font-family:Segoe UI,Inter,sans-serif;font-weight:500;color:#4a5a7a;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s;margin-bottom:-1px}.launcher-tab:hover{color:#1a3a6a}.launcher-tab-active{color:#1a3a6a;border-bottom-color:#3570b0;font-weight:600;background:#ffffff80}.launcher-panel{flex:1;overflow-y:auto;padding:20px}.launcher-form-wrap{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.launcher-top-row{display:flex;gap:16px;align-items:flex-start}.launcher-img-upload{width:100px;height:100px;flex-shrink:0;border:1px dashed #8098B8;border-radius:8px;background:#f0f5fc;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s,background .2s;position:relative}.launcher-img-upload:hover{border-color:#4a90d9;background:#e8f0fc}.launcher-img-placeholder{display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none}.launcher-img-icon{font-size:26px;color:#8098b8}.launcher-img-hint{font-size:10px;color:#8098b8;font-family:Segoe UI,Inter,sans-serif;text-align:center}.launcher-img-preview{width:100%;height:100%;object-fit:cover;border-radius:7px}.launcher-name-sym{flex:1;display:flex;flex-direction:column;gap:12px}.launcher-field{display:flex;flex-direction:column;gap:5px}.launcher-label{font-size:12px;font-weight:600;color:#3a4a5a;font-family:Segoe UI,Inter,sans-serif;text-transform:uppercase;letter-spacing:.04em}.launcher-label-hint{font-weight:400;color:#8090a0;text-transform:none;letter-spacing:0}.launcher-form-input{width:100%;padding:9px 12px;background:#fff;border:1px solid #B8C4D4;border-radius:4px;color:#1a2a3a;font-size:13px;font-family:Segoe UI,Inter,sans-serif;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.launcher-form-input:focus{border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d92e}.launcher-form-input::placeholder{color:#a8b4c4}.launcher-sym-input{text-transform:uppercase}.launcher-form-textarea{width:100%;min-height:72px;padding:9px 12px;background:#fff;border:1px solid #B8C4D4;border-radius:4px;color:#1a2a3a;font-size:13px;font-family:Segoe UI,Inter,sans-serif;outline:none;resize:vertical;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.launcher-form-textarea:focus{border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d92e}.launcher-form-textarea::placeholder{color:#a8b4c4}.launcher-social-toggle{background:none;border:none;color:#3570b0;font-size:12px;font-family:Segoe UI,Inter,sans-serif;cursor:pointer;padding:2px 0;text-align:left}.launcher-social-toggle:hover{text-decoration:underline}.launcher-socials-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.launcher-buy-label-row{display:flex;justify-content:space-between;align-items:baseline}.launcher-pathusd-balance{font-size:11px;color:#5a7a9a;font-family:Segoe UI,Inter,sans-serif}.launcher-buy-row{display:flex;align-items:center;gap:10px}.launcher-buy-input{flex:1}.launcher-buy-currency{font-size:13px;color:#2a8a4a;font-weight:700;white-space:nowrap;font-family:Segoe UI,Inter,sans-serif}.launcher-buy-hint{font-size:11px;color:#8090a0;font-family:Segoe UI,Inter,sans-serif;margin-top:4px}.launcher-curve-info{background:linear-gradient(135deg,#f0f5fc,#e8eff8);border:1px solid #C8D4E8;border-radius:6px;padding:14px 16px;display:flex;flex-direction:column;gap:7px}.launcher-curve-row{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-family:Segoe UI,Inter,sans-serif}.launcher-curve-label{color:#5a6a7a}.launcher-curve-val{color:#1a3060;font-weight:600}.launcher-curve-highlight{color:#1a7a30}.launcher-approve-btn{width:100%;padding:13px;border-radius:5px;border:1px solid #1A6A30;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#fff;font-size:14px;font-weight:700;cursor:pointer;font-family:Segoe UI,Inter,sans-serif;transition:all .2s;text-shadow:0 1px 2px rgba(0,0,0,.25);box-shadow:inset 0 1px #ffffff4d,0 2px 4px #0000001f;letter-spacing:.02em}.launcher-approve-btn:hover{box-shadow:inset 0 1px #fff6,0 0 12px #3cb45a40}.launcher-approve-btn:disabled{background:linear-gradient(180deg,#c8c8c8,#b0b0b0);color:gray;cursor:not-allowed;box-shadow:none;border-color:#a0a0a0}.launcher-explore-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.launcher-search{flex:1;padding:8px 12px;background:#fff;border:1px solid #B8C4D4;border-radius:4px;font-size:13px;font-family:Segoe UI,Inter,sans-serif;color:#1a2a3a;outline:none}.launcher-search:focus{border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d92e}.launcher-search::placeholder{color:#a8b4c4}.launcher-explore-count{font-size:12px;color:#7a8a9a;font-family:Segoe UI,Inter,sans-serif;white-space:nowrap}.launcher-tokens-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.launcher-tokens-empty{grid-column:1/-1;text-align:center;color:#8090a0;font-size:13px;font-family:Segoe UI,Inter,sans-serif;padding:40px 0}.launcher-token-card{background:#fff;border:1px solid #C8D4E4;border-radius:8px;padding:14px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.launcher-token-card:hover{border-color:#4a90d9;box-shadow:0 2px 10px #4a90d91f}.launcher-token-card-top{display:flex;gap:10px;align-items:center;margin-bottom:10px}.launcher-token-img{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#e0e8f4;flex-shrink:0}.launcher-token-img-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#c0d0e8,#a0b8d8);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.launcher-token-info{flex:1;min-width:0}.launcher-token-name{font-size:13px;font-weight:700;color:#1a2a3a;font-family:Segoe UI,Inter,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.launcher-token-symbol{font-size:11px;color:#6a7a8a;font-family:Segoe UI,Inter,sans-serif}.launcher-token-status{font-size:10px;font-weight:700;padding:2px 7px;border-radius:10px;font-family:Segoe UI,Inter,sans-serif;white-space:nowrap}.launcher-status-bonding{background:#e8f4ff;color:#1a5a9a;border:1px solid #B8D8F8}.launcher-status-live{background:#e8faf0;color:#1a6a30;border:1px solid #B8E8C8}.launcher-status-migrating{background:#fff8e8;color:#8a5a10;border:1px solid #F0D890}.launcher-status-frozen{background:#f8e8e8;color:#8a1a1a;border:1px solid #E8C0C0}.launcher-token-progress-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.launcher-token-progress-label{font-size:10px;color:#7a8a9a;font-family:Segoe UI,Inter,sans-serif}.launcher-token-progress-pct{font-size:10px;font-weight:600;color:#3570b0;font-family:Segoe UI,Inter,sans-serif}.launcher-token-progress-bar{height:5px;background:#e0e8f4;border-radius:3px;overflow:hidden}.launcher-token-progress-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#4a90d9,#2a70b9);transition:width .4s}.launcher-token-mcap{font-size:11px;color:#5a6a7a;font-family:Segoe UI,Inter,sans-serif;margin-top:6px}.launcher-success-info{margin-top:12px;padding:12px;background:#2a8a4a14;border:1px solid rgba(42,138,74,.25);border-radius:4px;font-size:12px;color:#1a6a30;word-break:break-all;font-family:monospace}.bridge-container{padding:24px;background:#f0f0f0;height:100%;display:flex;align-items:center;justify-content:center}.bridge-card{width:100%;max-width:440px;background:#fff;border:1px solid #B0B8C8;border-radius:8px;padding:24px;box-shadow:inset 0 1px #ffffff80,0 2px 6px #00000014}.bridge-title{font-size:16px;font-weight:600;color:#1a2a3a;margin-bottom:20px}.bridge-chain-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.bridge-chain-select{flex:1;padding:10px 14px;border-radius:4px;background:#fff;border:1px solid #B0B8C8;color:#1a2a3a;font-size:13px;font-family:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bridge-chain-select:focus{border-color:#4a90d9;outline:none}.bridge-chain-arrow{width:32px;height:32px;border-radius:4px;background:linear-gradient(180deg,#f0f4f8,#d8e0e8);border:1px solid #A0B0C8;color:#5a6a7a;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #fff9}.bridge-chain-arrow:hover{border-color:#4a90d9;color:#1a3a6a}.bridge-amount-input{width:100%;padding:12px 14px;border-radius:4px;background:#fff;border:1px solid #B0B8C8;color:#1a2a3a;font-size:18px;font-weight:600;font-family:inherit;outline:none;margin-bottom:16px}.bridge-amount-input:focus{border-color:#4a90d9}.bridge-amount-input::placeholder{color:#a0a8b8}.bridge-info{padding:12px;background:#f5f8fc;border:1px solid #D0D8E0;border-radius:4px;margin-bottom:16px}.bridge-info-row{display:flex;justify-content:space-between;font-size:12px;color:#5a6a7a;padding:4px 0}.bridge-info-row span:last-child{color:#1a2a3a}.bridge-submit-btn{width:100%;padding:14px;border-radius:6px;border:1px solid #1A4E8A;background:linear-gradient(180deg,#6aafe8,#4a90d0 45%,#3578be);color:#1a2a3a;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:inset 0 1px #ffffff4d}.bridge-submit-btn:hover{box-shadow:inset 0 1px #fff6,0 0 12px #3c78c833}.chart-container{padding:0;background:#f0f0f0;height:100%;display:flex;flex-direction:column}.chart-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#e8ecf0;border-bottom:1px solid #C0C8D0}.chart-pair{font-size:15px;font-weight:700;color:#1a2a3a}.chart-price{font-size:14px;color:#2a8a4a;font-weight:600}.chart-area{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;position:relative;overflow:hidden}.chart-placeholder{text-align:center;color:#8090a0}.chart-placeholder-icon{font-size:48px;margin-bottom:12px;opacity:.5}.chart-placeholder-text{font-size:14px}.chart-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;background-image:linear-gradient(rgba(0,0,0,1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,1) 1px,transparent 1px);background-size:60px 40px}.chart-bottom{display:flex;gap:8px;padding:10px 14px;background:#e8ecf0;border-top:1px solid #C0C8D0}.chart-tf-btn{padding:5px 10px;border-radius:3px;border:1px solid #A0B0C8;background:linear-gradient(180deg,#f8f8f8,#e0e0e0);color:#3a4a5a;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:inset 0 1px #fff9}.chart-tf-btn:hover,.chart-tf-btn.active{background:linear-gradient(180deg,#d0e4f8,#a8c4e4);border-color:#4a82b0;color:#1a3a6a}.portfolio-container{padding:24px;background:#f0f0f0;height:100%;overflow:auto}.portfolio-header{margin-bottom:24px}.portfolio-total-label{font-size:12px;color:#5a6a7a;text-transform:uppercase;letter-spacing:1px}.portfolio-total-value{font-size:28px;font-weight:700;color:#1a2a3a;margin-top:4px}.portfolio-tabs{display:flex;gap:2px;margin-bottom:20px;background:#e0e4e8;border-radius:4px;padding:2px;border:1px solid #C0C8D0}.portfolio-tab{flex:1;padding:8px;border-radius:3px;border:none;background:transparent;color:#5a6a7a;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;text-align:center}.portfolio-tab.active{background:#fff;color:#1a2a3a;box-shadow:0 1px 3px #0000001a}.portfolio-list{display:flex;flex-direction:column;gap:6px}.portfolio-item{display:flex;align-items:center;gap:14px;padding:12px;background:#fff;border-radius:6px;border:1px solid #D0D8E0}.portfolio-item-icon{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#e8f0f8,#d0e0f0);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;border:1px solid #C0D0E0}.portfolio-item-info{flex:1;min-width:0}.portfolio-item-name{font-size:13px;font-weight:600;color:#1a2a3a}.portfolio-item-detail{font-size:11px;color:#8090a0;margin-top:2px}.portfolio-item-value{text-align:right}.portfolio-item-amount{font-size:13px;font-weight:600;color:#1a2a3a}.portfolio-item-usd{font-size:11px;color:#8090a0;margin-top:2px}.portfolio-item-change{font-size:11px;margin-top:2px}.portfolio-item-change.positive{color:#2a8a4a}.portfolio-item-change.negative{color:#c03020}.twitter-container{padding:24px;background:#f0f0f0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.twitter-icon{font-size:48px;margin-bottom:16px}.twitter-title{font-size:18px;font-weight:600;color:#1a2a3a;margin-bottom:8px}.twitter-desc{font-size:13px;color:#5a6a7a;margin-bottom:24px;max-width:300px;line-height:1.6}.twitter-link-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:4px;border:1px solid #A0B0C8;background:linear-gradient(180deg,#f8f8f8,#e0e0e0);color:#1a2a3a;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s;box-shadow:inset 0 1px #ffffffb3}.twitter-link-btn:hover{border-color:#4a82b0;background:linear-gradient(180deg,#e8f4ff,#c8d8f0);color:#1a2a3a}.tempo-gradient-text{color:#1a3a6a;font-weight:700;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:#1A3A6A;background-clip:unset}.tempo-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:4px;border:1px solid #A0B0C8;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.tempo-btn-primary{background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#1a2a3a;border-color:#1a6a30;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:inset 0 1px #ffffff4d}.tempo-btn-primary:hover{box-shadow:inset 0 1px #fff6,0 0 10px #3cb45a33}.tempo-btn-secondary{background:linear-gradient(180deg,#f8f8f8,#e0e0e0);border:1px solid #A0B0C8;color:#1a2a3a;box-shadow:inset 0 1px #ffffffb3}.tempo-btn-secondary:hover{border-color:#4a82b0;background:linear-gradient(180deg,#e8f4ff,#c8d8f0)}.tempo-badge{display:inline-block;padding:4px 10px;border-radius:3px;font-size:11px;font-weight:600}.tempo-badge-green{background:#2a8a4a1f;color:#1a6a30}.tempo-badge-pink{background:#c030201f;color:#c03020}.tempo-badge-blue{background:#3570b01f;color:#1a4e8a}.wallet-container{height:100%;background:#f0f0f0;display:flex;flex-direction:column;overflow-y:auto}.wallet-connect-prompt{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:30px;text-align:center}.wallet-connect-icon{font-size:48px;opacity:.5}.wallet-connect-title{font-size:18px;font-weight:600;color:#1a2a3a;font-family:Segoe UI,Inter,sans-serif}.wallet-connect-desc{font-size:13px;color:#5a6a7a;max-width:300px;line-height:1.5;font-family:Segoe UI,Inter,sans-serif}.wallet-connect-btn{padding:12px 28px;border:1px solid #1A6A30;border-radius:6px;background:linear-gradient(180deg,#5ccc7c,#3aaf5a 45%,#2a9a4a);color:#1a2a3a;font-size:14px;font-weight:700;cursor:pointer;font-family:Segoe UI,Inter,sans-serif;transition:all .2s;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:inset 0 1px #ffffff4d}.wallet-connect-btn:hover{box-shadow:inset 0 1px #fff6,0 0 12px #3cb45a33}#wallet-btn.wallet-wrong-network{background:#c030201f;color:#c03020;border:1px solid rgba(192,48,32,.3)}.swap-token-dropdown{position:absolute;left:0;right:0;top:100%;margin-top:4px;background:#fff;border:1px solid #A0B0C8;border-radius:4px;overflow-y:auto;overflow-x:hidden;z-index:50;box-shadow:0 4px 16px #00000026;max-height:200px}.swap-token-option{padding:10px 14px;color:#1a2a3a;font-size:13px;font-family:Segoe UI,Inter,sans-serif;cursor:pointer;border-bottom:1px solid #E8ECF0}.swap-token-option:last-child{border-bottom:none}.swap-token-option:hover{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#1a2a3a}#vista-chart-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.chart-change-neutral{color:#8090a0}.chart-pair-price{margin-left:12px;font-size:14px;color:#2a8a4a;font-weight:600}.chart-pair-change{margin-left:8px;font-size:12px}.chart-pair-change.chart-change-up{color:#2a8a4a}.chart-pair-change.chart-change-down{color:#c03020}.chart-timeframes{display:flex;gap:8px;padding:10px 14px;background:#e8ecf0;border-top:1px solid #C0C8D0}.chart-tf-active{background:linear-gradient(180deg,#d0e4f8,#a8c4e4)!important;border-color:#4a82b0!important;color:#1a3a6a!important}.chart-lookup-bar{display:flex;gap:6px;padding:8px 12px;background:#e8ecf0;border-bottom:1px solid #C0C8D0}.chart-addr-input{flex:1;padding:6px 10px;border:1px solid #B0C0D4;border-radius:3px;background:#fff;color:#1a2a3a;font-size:12px;font-family:monospace;outline:none}.chart-addr-input:focus{border-color:#4a82b0;box-shadow:0 0 0 2px #4a82b026}.chart-addr-load-btn{padding:6px 14px;border-radius:3px;border:1px solid #4A82B0;background:linear-gradient(180deg,#d0e4f8,#a8c4e4);color:#1a3a6a;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}.chart-addr-load-btn:hover{background:linear-gradient(180deg,#b8d4f4,#88b4dc)}.chart-addr-load-btn:disabled{opacity:.6;cursor:not-allowed}.chart-addr-clear-btn{padding:6px 10px;border-radius:3px;border:1px solid #B0C0D4;background:linear-gradient(180deg,#f8f8f8,#e0e0e0);color:#3a4a5a;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}.chart-addr-clear-btn:hover{background:linear-gradient(180deg,#f0f0f0,#d0d0d0);border-color:#8090a0}.chart-tp-view{flex:1;display:flex;flex-direction:column;background:#131722;overflow:hidden}.chart-tp-stats-row{display:flex;gap:0;border-top:1px solid rgba(80,120,180,.2)}.chart-tp-stat-item{flex:1;padding:8px 12px;border-right:1px solid rgba(80,120,180,.15)}.chart-tp-stat-item:last-child{border-right:none}.chart-tp-stat-label{display:block;font-size:10px;color:#8cb4dc99;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.chart-tp-stat-item span:not(.chart-tp-stat-label){font-size:13px;font-weight:600;color:#d0e4ff;font-family:monospace}.swap-container{padding:16px;background:#f0f0f0;height:100%;display:flex;flex-direction:column;align-items:center;overflow-y:auto}.swap-tabs{display:flex;gap:2px;margin-bottom:16px;background:#e0e4e8;border-radius:4px;padding:2px;width:100%;max-width:420px;border:1px solid #C0C8D0}.swap-tab{flex:1;padding:8px;border-radius:3px;border:none;background:transparent;color:#5a6a7a;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;text-align:center;transition:all .2s}.swap-tab.active{background:#fff;color:#1a2a3a;box-shadow:0 1px 3px #0000001a}.swap-tab:hover{color:#3a4a5a}.swap-card-header{display:flex;justify-content:flex-end;position:relative;margin-bottom:4px}.swap-settings-btn{background:none;border:none;font-size:16px;color:#5a6a7a;cursor:pointer;padding:2px 6px;border-radius:4px;transition:color .15s,background .15s}.swap-settings-btn:hover{color:#1a3a6a;background:#4a90d91a}.swap-slippage-panel{position:absolute;top:100%;right:0;z-index:100;width:240px;background:#f0f4fa;border:1px solid #8098B8;border-radius:8px;padding:12px 14px;box-shadow:0 6px 24px #00000038}.swap-slippage-title{font-size:11px;font-weight:700;color:#1a3a6a;font-family:Segoe UI,Inter,sans-serif;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.swap-slippage-options{display:flex;gap:5px;margin-bottom:8px}.swap-slippage-opt{flex:1;padding:5px 0;border-radius:4px;border:1px solid #C0CCE0;background:#fff;color:#3a4a5a;font-size:11px;font-weight:600;cursor:pointer;font-family:Segoe UI,Inter,sans-serif;transition:all .15s}.swap-slippage-opt:hover{border-color:#4a90d9;color:#1a3a6a}.swap-slippage-active{background:linear-gradient(180deg,#3a80d9,#2060b9);color:#fff;border-color:#1a60a9}.swap-slippage-active:hover{color:#fff}.swap-slippage-custom-row{display:flex;align-items:center;gap:5px}.swap-slippage-custom-input{flex:1;padding:5px 8px;border:1px solid #C0CCE0;border-radius:4px;font-size:11px;font-family:Segoe UI,Inter,sans-serif;color:#1a2a3a;outline:none;background:#fff}.swap-slippage-custom-input:focus{border-color:#4a90d9;box-shadow:0 0 0 2px #4a90d926}.swap-slippage-pct{font-size:11px;color:#5a6a7a;font-family:Segoe UI,Inter,sans-serif}.swap-slippage-display{font-weight:600;color:#1a3a6a}.swap-tab-content{width:100%;display:flex;justify-content:center}.swap-direction-label{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:-12px auto;position:relative;z-index:2;border-radius:4px;background:linear-gradient(180deg,#f0f4f8,#c8d4e0);border:1px solid #8098B8;color:#1a3a6a;font-size:18px;font-weight:700;box-shadow:inset 0 1px #ffffff80}.swap-direction{display:flex;justify-content:center}.swap-header-title{font-size:15px;font-weight:600;color:#1a2a3a}.swap-token-selector{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:4px;background:linear-gradient(180deg,#f0f4f8,#d8e0e8);border:1px solid #8098B8;color:#1a2a3a;font-weight:600;font-size:13px;cursor:pointer;white-space:nowrap;font-family:inherit;flex-shrink:0;max-width:50%;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;box-shadow:inset 0 1px #fff9}.swap-token-selector.swap-token-selected{color:#1a2a3a}.swap-token-selector:hover{border-color:#4a90d9;background:linear-gradient(180deg,#e8f0ff,#c8d8f0)}.swap-token-arrow{font-size:10px}.swap-token-name{font-family:inherit}.liq-pool-info{margin-top:8px;padding:12px;background:#f5f8fc;border:1px solid #D0D8E0;border-radius:4px}.liq-positions{margin-top:20px}.liq-positions-title{font-size:13px;font-weight:600;color:#3a4a5a;margin-bottom:12px}.liq-position-empty{font-size:13px;color:#8090a0;text-align:center;padding:20px}.liq-position-item{background:#fff;border:1px solid #D0D8E0;border-radius:6px;padding:14px;margin-bottom:10px}.liq-position-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.liq-position-pair{font-size:13px;font-weight:600;color:#1a2a3a}.liq-position-share{font-size:12px;color:#2a8a4a}.liq-position-detail{font-size:12px;color:#5a6a7a;margin-bottom:10px}.liq-remove-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.liq-pct-btns{display:flex;gap:4px}.liq-pct-btn{padding:4px 8px;border-radius:3px;border:1px solid #A0B0C8;background:linear-gradient(180deg,#f8f8f8,#e0e0e0);color:#3a4a5a;font-size:11px;cursor:pointer;font-family:inherit;box-shadow:inset 0 1px #fff9}.liq-pct-btn:hover{border-color:#4a82b0;background:linear-gradient(180deg,#e8f4ff,#c8d8f0);color:#1a3a6a}.liq-remove-input{flex:1;min-width:80px;padding:6px 10px;border-radius:4px;background:#fff;border:1px solid #B0B8C8;color:#1a2a3a;font-size:12px;font-family:inherit;outline:none}.liq-remove-input:focus{border-color:#4a90d9}.liq-remove-btn{padding:6px 14px;border-radius:4px;border:1px solid #A02010;background:linear-gradient(180deg,#f08060,#d84828 45%,#c03818);color:#1a2a3a;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:inset 0 1px #ff967866}.liq-remove-btn:hover{box-shadow:inset 0 1px #ff967880,0 0 8px #c83c1e33}.window input[type=text]:focus,.window input[type=number]:focus,.window input[type=search]:focus,.window textarea:focus,.window select:focus{outline:none;box-shadow:0 0 0 2px #4a90d933;border-color:#4a90d9}.notepad-dialog-ok,.recycle-action-btn,.recycle-item-restore,.contact-card-action,.mydocs-nav-btn,.mc-nav-btn,.mc-go-btn,.mydocs-go-btn,.control-arrow-btn,.paint-btn,.mpc-open-link,.calendar-nav-btn{background:linear-gradient(180deg,#f0f4f8,#d8e0e8 45%,#c0d0dc)!important;border:1px solid #8098B8!important;border-radius:4px!important;color:#1a2a3a!important;font-size:12px;box-shadow:inset 0 1px #ffffffbf,0 1px 2px #0000001f!important;text-decoration:none!important}.notepad-dialog-ok:hover,.recycle-action-btn:hover:not(:disabled),.recycle-item-restore:hover,.contact-card-action:hover,.mydocs-nav-btn:hover,.mc-nav-btn:hover,.control-arrow-btn:hover,.paint-btn:hover,.calendar-nav-btn:hover{background:linear-gradient(180deg,#e8f0ff,#c8d8f0 45%,#a8c0e0)!important;border-color:#4a82b0!important;color:#0a1a2a!important}.mc-go-btn,.mydocs-go-btn{background:linear-gradient(180deg,#5ccc7c,#3aaf5a,#2a9a4a)!important;border-color:#1a6a30!important;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.2)}.control-chip{background:linear-gradient(180deg,#f0f4f8,#d8e0e8);border:1px solid #8098B8;color:#1a2a3a;box-shadow:inset 0 1px #fff9,0 1px 2px #0000001a}.control-chip:hover{background:linear-gradient(180deg,#e8f0ff,#c8d8f0);border-color:#4a82b0;color:#0a1a2a}.control-chip.active{background:linear-gradient(180deg,#a8c8e8,#88a8cc);border-color:#3a70a8;color:#1a2a3a}.swap-direction-btn{background:linear-gradient(180deg,#f0f4f8,#c8d4e0);border:1px solid #8098B8;color:#1a3a6a;font-weight:900;border-radius:4px;box-shadow:inset 0 1px #ffffff80}.wm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;display:flex;align-items:center;justify-content:center}.wm-overlay.hidden{display:none}.wm-modal{background:#fff;border-radius:20px;width:360px;max-width:calc(100vw - 32px);box-shadow:0 24px 64px #00000059;overflow:hidden;position:relative}.wm-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 0}.wm-title{font-size:17px;font-weight:800;color:#111;font-family:Segoe UI,Inter,sans-serif}.wm-close{background:#f0f0f0;border:none;border-radius:50%;width:28px;height:28px;font-size:12px;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;transition:background .15s}.wm-close:hover{background:#e0e0e0}.wm-subtitle{font-size:13px;color:#888;font-family:Segoe UI,Inter,sans-serif;padding:6px 20px 16px}.wm-wallets{display:flex;flex-direction:column;gap:4px;padding:0 12px}.wm-wallet-btn{display:flex;align-items:center;gap:14px;padding:12px;border-radius:14px;border:none;background:transparent;cursor:pointer;text-align:left;width:100%;transition:background .15s;position:relative}.wm-wallet-btn:hover{background:#f6f8ff}.wm-wallet-icon,.wm-wallet-icon-fallback{width:44px;height:44px;border-radius:12px;flex-shrink:0}.wm-icon-metamask{background:linear-gradient(135deg,#ff6b00,#e2761b);position:relative}.wm-icon-metamask:after{content:"🦊";font-size:22px;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.wm-icon-rainbow{background:linear-gradient(135deg,#ff6b6b,#ffd93d,#6bcf7f,#4ecdc4,#a855f7)}.wm-icon-coinbase{background:#0052ff;position:relative}.wm-icon-coinbase:after{content:"🔵";font-size:22px;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.wm-icon-walletconnect{background:linear-gradient(135deg,#3b99fc,#2680eb);position:relative}.wm-icon-walletconnect:after{content:"🔗";font-size:20px;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.wm-wallet-info{flex:1;display:flex;flex-direction:column;gap:1px}.wm-wallet-name{font-size:15px;font-weight:700;color:#111;font-family:Segoe UI,Inter,sans-serif}.wm-wallet-desc{font-size:12px;color:#888;font-family:Segoe UI,Inter,sans-serif}.wm-wallet-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;white-space:nowrap}.wm-badge-installed{background:#e8f5e9;color:#2e7d32}.wm-badge-popular{background:#fff3e0;color:#e65100}.wm-footer{padding:14px 20px 18px;text-align:center;font-size:12px;color:#888;font-family:Segoe UI,Inter,sans-serif;border-top:1px solid #F0F0F0;margin-top:8px}.wm-link{color:#3570b0;text-decoration:none;font-weight:600}.wm-link:hover{text-decoration:underline}.wm-connecting{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffffff5;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.wm-connecting.hidden{display:none}.wm-spinner{width:40px;height:40px;border:3px solid #E0E0E0;border-top-color:#3570b0;border-radius:50%;animation:wm-spin .8s linear infinite}@keyframes wm-spin{to{transform:rotate(360deg)}}.wm-connecting-text{font-size:14px;font-weight:600;color:#333;font-family:Segoe UI,Inter,sans-serif}.tp-shell{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#f0f0f0}.tp-header{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fff;border-bottom:1px solid #C0C8D8;flex-shrink:0}.tp-header-img{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid #C0C8D8}.tp-header-img-placeholder{width:40px;height:40px;border-radius:6px;background:#e0e8f4;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;border:1px solid #C0C8D8}.tp-header-info{flex:1;min-width:0}.tp-header-name{font-size:14px;font-weight:700;color:#1a2a3a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-header-symbol{font-size:11px;font-weight:500;color:#5a7090;margin-left:4px}.tp-header-addr{display:flex;align-items:center;gap:5px;margin-top:2px}.tp-addr-text{font-size:10px;color:#7090b0;font-family:monospace}.tp-copy-btn{background:#e8eef8;border:1px solid #B0C0D8;color:#3570b0;border-radius:3px;padding:1px 5px;font-size:10px;cursor:pointer;transition:background .12s}.tp-copy-btn:hover{background:#d0dcef}.tp-header-socials{display:flex;gap:5px;margin-top:3px}.tp-social-link{font-size:13px;text-decoration:none;opacity:.65;transition:opacity .15s}.tp-social-link:hover{opacity:1}.tp-header-stats{display:flex;gap:0;flex-shrink:0;margin-left:auto;border:1px solid #C8D4E4;border-radius:6px;overflow:hidden}.tp-stat{text-align:center;padding:5px 14px;border-right:1px solid #C8D4E4}.tp-stat:last-child{border-right:none}.tp-stat-label{font-size:9px;color:#7090b0;text-transform:uppercase;letter-spacing:.5px}.tp-stat-val{font-size:13px;font-weight:700;color:#1a2a3a;margin-top:1px}.tp-body{display:flex;flex:1;overflow:hidden}.tp-left{flex:1;display:flex;flex-direction:column;padding:10px 12px;overflow-y:auto;gap:8px;border-right:1px solid #C0C8D8;background:#f0f0f0}.tp-right{width:270px;flex-shrink:0;display:flex;flex-direction:column;padding:10px 12px;gap:8px;overflow-y:auto;background:#f4f6fa;border-left:1px solid #C0C8D8}.tp-chart-div{width:100%;height:240px;border-radius:6px;overflow:hidden;border:1px solid #B0B8C8;background:#131722}.chart-bc-div{width:100%;flex:1;min-height:0;overflow:hidden}.tp-progress-wrap{background:#fff;border:1px solid #C0C8D8;border-radius:6px;padding:8px 10px}.tp-progress-label-row{display:flex;justify-content:space-between;font-size:11px;color:#5a7090;margin-bottom:6px;font-weight:500}.tp-progress-track{height:14px;background:#e0e8f4;border-radius:7px;overflow:hidden;border:1px solid #B8C8DC}.tp-progress-fill{height:100%;background:linear-gradient(90deg,#2b6cb0,#3570b0 60%,#4a90d9);border-radius:7px;transition:width .6s ease;position:relative}.tp-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:#ffffff40;border-radius:7px 7px 0 0}.tp-desc{font-size:12px;color:#4a6080;line-height:1.55;padding:7px 9px;background:#fff;border:1px solid #C8D4E4;border-radius:5px}.tp-token-meta{background:#fff;border:1px solid #C8D4E4;border-radius:6px;overflow:hidden}.tp-meta-row{display:flex;justify-content:space-between;font-size:11px;color:#3a5070;padding:6px 10px;border-bottom:1px solid #E8EEF8}.tp-meta-row:last-child{border-bottom:none}.tp-meta-row span:first-child{color:#7090b0}.tp-creator-addr{font-family:monospace;font-size:11px}.tp-status-badge{padding:1px 7px;border-radius:10px;font-size:10px;font-weight:700;text-transform:uppercase}.tp-status-bonding{background:#fff3cc;color:#8a6200;border:1px solid #E8C840}.tp-status-live{background:#d4f4e0;color:#1a7a3a;border:1px solid #60C880}.tp-status-migrating{background:#d0eeff;color:#1a5080;border:1px solid #60AADD}.tp-status-frozen{background:#ffe0e0;color:#8a1515;border:1px solid #DD6060}.tp-trade-tabs{display:flex;gap:0;border:1px solid #B0C0D8;border-radius:6px;overflow:hidden;background:#e0e8f4}.tp-trade-tab{flex:1;padding:7px;border:none;font-size:13px;font-weight:600;cursor:pointer;background:transparent;color:#5a7090;transition:all .15s;font-family:inherit}.tp-trade-tab.tp-tab-active.tp-buy-tab{background:#2b8a3e;color:#fff}.tp-trade-tab.tp-tab-active.tp-sell-tab{background:#c03030;color:#fff}.tp-trade-panel{display:flex;flex-direction:column;gap:7px}.tp-trade-panel.tp-panel-hidden{display:none}.tp-input-label-row{display:flex;justify-content:space-between;font-size:11px;color:#5a7090}.tp-bal-display{color:#3570b0;font-weight:500}.tp-input-row{display:flex;gap:5px}.tp-amount-input{flex:1;background:#fff;border:1px solid #B0C0D8;border-radius:5px;color:#1a2a3a;font-size:15px;padding:7px 9px;outline:none;font-family:inherit}.tp-amount-input:focus{border-color:#3570b0;box-shadow:0 0 0 2px #3570b026}.tp-max-btn{background:#e0e8f4;border:1px solid #B0C0D8;color:#3570b0;border-radius:5px;padding:0 9px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.tp-max-btn:hover{background:#d0dcef}.tp-quick-btns{display:flex;gap:3px}.tp-quick-btn{flex:1;padding:4px 0;background:#e8eef8;border:1px solid #C0C8D8;border-radius:4px;color:#3570b0;font-size:11px;font-weight:600;cursor:pointer;transition:background .12s;font-family:inherit}.tp-quick-btn:hover{background:#d0dcef}.tp-quote-row{display:flex;justify-content:space-between;font-size:12px;padding:6px 8px;background:#fff;border:1px solid #C8D4E4;border-radius:5px;color:#5a7090}.tp-quote-out{font-weight:700;color:#2b6cb0}.tp-trade-btn{width:100%;padding:10px;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;margin-top:2px;box-shadow:0 2px 4px #00000026,inset 0 1px #fff3}.tp-buy-btn{background:linear-gradient(180deg,#3aa05a,#2b8a3e);color:#fff}.tp-buy-btn:hover:not(:disabled){background:linear-gradient(180deg,#45c06a,#34a04a)}.tp-sell-btn{background:linear-gradient(180deg,#d04040,#a02020);color:#fff}.tp-sell-btn:hover:not(:disabled){background:linear-gradient(180deg,#e05050,#c03030)}.tp-trade-btn:disabled{opacity:.5;cursor:not-allowed}.tp-txlist{display:flex;flex-direction:column;max-height:160px;overflow-y:auto;border:1px solid #C8D4E4;border-radius:6px;background:#f4f7fb;margin-bottom:6px;font-size:11px}.tp-tx-empty{padding:10px 12px;color:#8090a8;text-align:center}.tp-tx-row{display:flex;align-items:center;gap:6px;padding:5px 10px;border-bottom:1px solid #e4eaf2;white-space:nowrap}.tp-tx-row:last-child{border-bottom:none}.tp-tx-buy{background:#2b8a3e0f}.tp-tx-sell{background:#c030300f}.tp-tx-type{font-weight:700;min-width:52px}.tp-tx-buy .tp-tx-type{color:#2b8a3e}.tp-tx-sell .tp-tx-type{color:#c03030}.tp-tx-pusd{color:#2a5080;font-weight:600;min-width:72px}.tp-tx-tok{color:#3a6090;min-width:64px}.tp-tx-price{color:#5a7090;min-width:80px}.tp-tx-time{color:#8090a8;text-decoration:none;margin-left:auto}.tp-tx-time:hover{color:#3570b0;text-decoration:underline}.tp-toast{position:fixed;bottom:72px;left:50%;transform:translate(-50%) translateY(20px);padding:11px 22px;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit;white-space:nowrap;pointer-events:none;z-index:99999;opacity:0;transition:opacity .25s,transform .25s;box-shadow:0 4px 18px #00000059}.tp-toast-success{background:#1e4a2a;color:#5dde80;border:1px solid #3a9455}.tp-toast-error{background:#4a1e1e;color:#de5d5d;border:1px solid #943a3a}.tp-toast-visible{opacity:1;transform:translate(-50%) translateY(0)}#taskbar{position:fixed;bottom:0;left:0;width:100%;height:var(--taskbar-height);background:linear-gradient(180deg,#283c64bf,#142850d9 40%,#0a1937e6);backdrop-filter:blur(24px) saturate(1.2);-webkit-backdrop-filter:blur(24px) saturate(1.2);z-index:10000;display:flex;align-items:stretch;border-top:1px solid rgba(140,190,255,.3);box-shadow:0 -1px 20px #00000040,inset 0 1px #ffffff1f,inset 0 -1px #0003;padding:0 2px 0 0}#taskbar:before{content:"";position:absolute;top:0;left:0;right:0;height:45%;background:linear-gradient(180deg,#ffffff1a,#ffffff05);pointer-events:none;z-index:0}#start-button{width:60px;height:100%;background:linear-gradient(180deg,#5ccc7c,#3aaf5a,#2a9a4a 60%,#1e8a3e);border:1px solid rgba(0,0,0,.25);border-left:none;border-top:none;border-radius:0;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;margin:0 4px 0 0;box-shadow:inset 0 1px #ffffff59,inset 0 -1px #00000026,1px 0 3px #0003;position:relative;flex:0 0 auto;transition:all .2s ease;z-index:1}#start-button:before{content:"";position:absolute;top:1px;left:2px;right:2px;height:45%;background:linear-gradient(180deg,#ffffff59,#ffffff0d);pointer-events:none;z-index:1}#start-button:after{content:none}#start-button:hover,#start-button.active{background:linear-gradient(180deg,#6edc8c,#4ac06a,#3aaa5a 60%,#2a9a4a);box-shadow:inset 0 1px #ffffff73,inset 0 -1px #00000026,0 0 20px #50c87840;animation:none}#start-button:active{background:linear-gradient(180deg,#2a8a3e,#1e7a32);box-shadow:inset 0 2px 4px #0000004d;animation:none}.start-icon{width:22px;height:22px;margin-right:0;display:flex;align-items:center;justify-content:center;z-index:2}.start-icon img{width:20px;height:20px;display:block}.start-text{color:#fff;font-size:14px;font-weight:700;font-family:Segoe UI,Inter,Tahoma,sans-serif;font-style:italic;text-shadow:0 1px 2px rgba(0,0,0,.4);letter-spacing:1px;z-index:2;line-height:1}#quick-launch{display:none}.quick-launch-btn{width:30px;height:30px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;transition:all .2s ease}.quick-launch-btn:hover{border-color:#fff3;background:#ffffff1a}.quick-launch-btn img{width:21px;height:21px}#taskbar-apps{flex:1;min-width:0;display:flex;align-items:center;gap:3px;padding:0 6px 0 0;overflow:hidden;z-index:1}.taskbar-app{height:28px;min-width:130px;max-width:190px;flex:0 1 160px;background:linear-gradient(180deg,#78a0dc33,#3c64b426);border:1px solid rgba(140,190,255,.18);border-radius:4px;display:flex;align-items:center;gap:5px;padding:0 7px;cursor:pointer;box-shadow:inset 0 1px #ffffff14;transition:all .2s ease}.taskbar-app:hover{background:#ffffff1f;border-color:#fff3;box-shadow:inset 0 1px #ffffff1f,0 0 8px #64a0ff1a}.taskbar-app.active{background:linear-gradient(180deg,#64a0f04d,#3c78c840,#285ab433);border-color:#78b4ff59;box-shadow:0 0 12px #508cf033,inset 0 1px #ffffff26}.taskbar-app.minimized{opacity:.5}.taskbar-app .app-icon{width:16px;height:16px;flex-shrink:0}.taskbar-app .app-title{color:#fffc;font-size:11px;font-family:Segoe UI,Inter,Tahoma,sans-serif;line-height:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.3)}.taskbar-app.active .app-title{color:#fff}#system-tray{display:flex;align-items:center;height:100%;margin:0;padding:0 8px 0 10px;gap:6px;background:#0a142d59;border-left:1px solid rgba(140,190,255,.12);box-shadow:inset 1px 0 #ffffff0a;flex:0 0 auto;z-index:1}.tray-icon{width:19px;height:19px;image-rendering:pixelated;filter:drop-shadow(0 1px 0 rgba(0,0,0,.35))}.tray-icon[data-tray=sound]{cursor:pointer}.tray-icon[data-tray=sound].muted{opacity:.5;filter:grayscale(.8)}#wallet-btn{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;height:22px;border-radius:4px;border:1px solid rgba(80,160,80,.5);background:linear-gradient(180deg,#5ccc7c,#3aaf5a,#2a9a4a);color:#fff;font-size:10px;font-weight:700;font-family:Segoe UI,Inter,Tahoma,sans-serif;cursor:pointer;transition:all .2s;white-space:nowrap;text-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:inset 0 1px #ffffff4d}#wallet-btn:hover{background:linear-gradient(180deg,#6edc8c,#4ac06a,#3aaa5a);box-shadow:inset 0 1px #fff6,0 0 8px #50c87833}#wallet-btn.wallet-connected{background:#3c8c5033;color:#7cda9c;border:1px solid rgba(60,140,80,.35);font-size:10px;font-weight:600;text-shadow:none}#wallet-status{display:inline-flex;align-items:center;font-size:10px;color:#ffffff80;white-space:nowrap}#clock{color:#ffffffd9;font-size:12px;padding:0 0 0 2px;text-shadow:0 1px 2px rgba(0,0,0,.3);font-family:Segoe UI,Inter,Tahoma,sans-serif;border:none;background:transparent!important;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:0;box-shadow:none;line-height:1;cursor:pointer;outline:none;height:100%;min-width:66px;text-align:center;font-weight:400}#clock:hover,#clock:active{background:transparent!important;border:none!important;color:#fff}#clock:focus{outline:1px dotted rgba(140,190,255,.5);outline-offset:-2px}.clock-popup{position:fixed;width:244px;background:#f0f5fcf2;border:1px solid rgba(160,180,210,.5);border-radius:8px;box-shadow:0 8px 40px #0000004d;padding:12px;z-index:30000;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}.clock-popup.hidden{display:none}.clock-popup.visible{display:block}.clock-popup-time{font-size:19px;color:#1a3a6a;font-weight:700}.clock-popup-date{font-size:11px;color:#5a6a80;margin-bottom:8px}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;color:#1a3a6a;font-weight:700;font-size:12px}.calendar-nav-btn{width:22px;height:20px;border:1px solid #A0B0C8;border-radius:3px;background:linear-gradient(180deg,#f8f8f8,#e0e0e0);color:#3a4a5a;cursor:pointer;font-size:10px;transition:all .15s ease}.calendar-nav-btn:hover{background:linear-gradient(180deg,#e8f0ff,#c8d8f0);border-color:#5a8abe;color:#1a3a6a}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-weekday{text-align:center;font-size:10px;color:#5a6a80;padding:2px 0;font-weight:700}.calendar-day{text-align:center;font-size:11px;color:#3a4a5a;padding:4px 0;border:1px solid transparent;border-radius:3px}.calendar-day.muted{color:transparent}.calendar-day.today{border-color:#3570b0;background:#3570b026;color:#1a3a6a;font-weight:700}@media (max-width: 760px){#start-button{width:44px;height:100%;padding:0;margin-right:4px}.start-icon{width:15px;height:15px;margin-right:0}.start-icon img{width:14px;height:14px}.taskbar-app{min-width:96px;max-width:136px;height:24px;flex-basis:108px}.taskbar-app .app-icon{width:13px;height:13px}.taskbar-app .app-title{font-size:9px}#system-tray{padding:0 5px 0 6px;gap:3px}.tray-icon{width:14px;height:14px}#clock{min-width:52px;padding:0 2px;font-size:10px}}@media (max-width: 560px){.taskbar-app{min-width:32px;max-width:40px;flex:0 0 36px;padding:0 3px;justify-content:center}.taskbar-app .app-title{display:none}.taskbar-app .app-icon{width:14px;height:14px;margin:0}}#start-menu{position:fixed;bottom:var(--taskbar-height);left:0;width:404px;background:#1e325ac7;border:1px solid rgba(140,190,255,.3);border-radius:8px 8px 0 0;box-shadow:0 -4px 40px #00000059,0 0 0 1px #508cdc14,inset 0 1px #ffffff1f;z-index:10001;display:none;overflow:visible;backdrop-filter:blur(30px) saturate(1.2);-webkit-backdrop-filter:blur(30px) saturate(1.2)}#start-menu.visible{display:block}.start-menu-header{height:64px;background:linear-gradient(180deg,#3c64b499,#28468c80);border-radius:7px 7px 0 0;display:flex;align-items:center;padding:8px 15px;gap:12px;position:relative;overflow:hidden;border-bottom:1px solid rgba(140,190,255,.15)}.start-menu-header:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,#ffffff1f,#fff0);border-radius:7px 7px 0 0;pointer-events:none}.user-avatar{width:44px;height:44px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:8px;display:flex;align-items:center;justify-content:center;z-index:1}.user-avatar img{width:32px;height:32px}.user-name{color:#fff;font-size:14px;font-weight:600;font-family:Segoe UI,Inter,Tahoma,sans-serif;text-shadow:0 1px 3px rgba(0,0,0,.4);z-index:1}.start-menu-body{display:flex;background:#f5f8fcf2;min-height:470px;position:relative;overflow:visible}.start-menu-left{width:248px;padding:6px 0;background:#fffffffa;display:flex;flex-direction:column}.start-menu-right{width:156px;padding:6px 0;background:#dce8f8f2;border-left:1px solid rgba(160,190,230,.4);display:flex;flex-direction:column}.start-menu-items{list-style:none;margin:0;padding:0}.start-menu-left-items,.start-menu-right-items{display:flex;flex-direction:column;min-height:100%}.start-menu-items li{display:flex;align-items:center;gap:10px;min-height:44px;padding:4px 12px;cursor:pointer;color:#1a2a3a;position:relative;border-radius:0;transition:background .15s ease,color .15s ease}.start-menu-items li:hover{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#fff}.start-menu-items li:active{background:linear-gradient(180deg,#3570b0,#2a5a90)}.menu-icon{width:32px;height:32px;display:block;flex-shrink:0}.menu-text{font-size:13px;font-family:Segoe UI,Inter,Tahoma,sans-serif}.start-menu-left .primary-app{min-height:48px}.start-menu-left .primary-app .menu-text{font-size:13px;font-weight:600;letter-spacing:0}.start-menu-left .primary-app .menu-icon{width:32px;height:32px}.start-menu-items .menu-separator{min-height:0;height:1px;margin:4px 12px;padding:0;pointer-events:none}.start-menu-left .menu-separator,.start-menu-right .menu-separator{background:#00000014}.start-menu-items .menu-separator:hover{background:inherit;color:inherit;box-shadow:none}.all-programs-item{justify-content:center;gap:10px;font-weight:700;min-height:40px;margin-top:auto;border-top:1px solid rgba(0,0,0,.08)}.all-programs-arrow{color:#3570b0;font-size:14px;line-height:1}.all-programs-item:hover{background:linear-gradient(180deg,#4a90d9,#3570b0)}.all-programs-item:hover .all-programs-arrow{color:#fff}.start-menu-right .menu-icon{width:28px;height:28px}.start-menu-right .menu-text{font-size:12px;font-weight:600;color:#1a3050}.start-menu-right .start-menu-items li:hover .menu-text{color:#fff}.start-menu-right-items li[data-action=logoff]{margin-top:auto}.all-programs-panel{position:absolute;left:calc(100% - 4px);bottom:-4px;width:360px;list-style:none;margin:0;padding:4px;background:#f5f8fcf7;border:1px solid rgba(160,190,230,.5);border-radius:6px;box-shadow:2px 2px 24px #00000040;z-index:10020;display:none}.all-programs-item:hover .all-programs-panel{display:block}.all-programs-panel li{min-height:34px;padding:3px 9px;display:flex;align-items:center;gap:10px;color:#1a2a3a;background:transparent;position:relative;border-radius:4px;transition:background .15s ease,color .15s ease}.all-programs-panel li:hover{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#fff}.all-programs-panel .menu-icon{width:26px;height:26px}.all-programs-panel .menu-text{font-size:12px;font-weight:500;color:inherit}.all-programs-panel .has-children:after{content:"▶";font-size:11px;margin-left:auto;color:inherit}.all-programs-panel .menu-separator{min-height:0;height:1px;margin:4px 8px;padding:0;background:#00000014}.all-programs-panel .menu-separator:hover{background:#00000014;box-shadow:none}.all-programs-subpanel{position:absolute;top:-2px;left:calc(100% - 2px);width:250px;list-style:none;margin:0;padding:4px;background:#f5f8fcf7;border:1px solid rgba(160,190,230,.5);border-radius:6px;box-shadow:2px 2px 16px #00000040;display:none;z-index:10030}.all-programs-panel .has-children:hover>.all-programs-subpanel{display:block}.all-programs-subpanel li{min-height:30px;padding:3px 8px;display:flex;align-items:center;gap:8px;color:#1a2a3a;background:transparent;border-radius:4px;transition:background .15s ease,color .15s ease}.all-programs-subpanel li:hover{background:linear-gradient(180deg,#4a90d9,#3570b0);color:#fff}.all-programs-subpanel .menu-icon{width:22px;height:22px}.all-programs-subpanel .menu-text{font-size:12px;font-weight:500;color:inherit}.all-programs-subpanel .dummy-item{cursor:default}#shutdown-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0b3d2e,#0d5a3a,#1a7a50 40%,#0a2a28);display:none;align-items:center;justify-content:center;z-index:99999;overflow:hidden}#shutdown-screen.visible{display:flex}.shutdown-shell{width:min(560px,92vw);padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px}.shutdown-logo{width:148px;height:140px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}.shutdown-progress{width:min(390px,64vw);height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.shutdown-progress-fill{width:0%;height:100%;background:linear-gradient(90deg,#4aa8d8,#88d8f8,#4aa8d8);background-size:200% 100%;transition:width 1.8s linear}.shutdown-power-stage{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0b3d2e,#0d5a3a,#1a7a50 40%,#0a2a28);align-items:center;justify-content:center}#shutdown-screen.power-stage .shutdown-shell{display:none}#shutdown-screen.power-stage .shutdown-power-stage{display:flex}.shutdown-power-btn{width:118px;height:118px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:transparent;cursor:pointer;box-shadow:0 0 0 1px #ffffff08;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.shutdown-power-btn:hover{transform:scale(1.02);border-color:#64b4ff4d;box-shadow:0 0 30px #64b4ff26}.shutdown-power-btn:active{transform:scale(.98)}.power-icon{position:relative;width:44px;height:44px;border:5px solid rgba(255,255,255,.6);border-top-color:transparent;border-radius:50%}.power-icon:before{content:"";position:absolute;top:-12px;left:50%;width:6px;height:22px;background:#fff9;border-radius:3px;transform:translate(-50%)}.power-led{position:absolute;right:22px;top:22px;width:12px;height:12px;border-radius:50%;background:#4aa8d8;box-shadow:0 0 10px #4aa8d8f2,0 0 20px #4aa8d873}@media (max-width: 700px){#start-menu{left:4px;right:4px;width:min(360px,calc(100vw - 8px));max-height:calc(100vh - var(--taskbar-height) - 8px)}.start-menu-left{width:62%}.start-menu-right{width:38%}.start-menu-body{min-height:0;max-height:calc(100vh - var(--taskbar-height) - 98px);overflow:auto}}
