.mobile-menu-trigger{display:none;width:40px;height:40px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;padding:8px;align-items:center;justify-content:center;z-index:100003;pointer-events:auto!important}.hamburger{display:flex;flex-direction:column;width:20px;height:14px;justify-content:space-between}.hamburger span{width:100%;height:2px;background-color:#ffffff;border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger.open span:first-child{transform:translateY(6px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:last-child{transform:translateY(-6px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(4px);z-index:100001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:flex;justify-content:center;align-items:flex-start;padding-top:100px}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:100px;right:10px;background:#0a0a0a;border-radius:12px;max-width:90vw;width:350px;max-height:calc(100vh - 110px);overflow-y:auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px rgba(0,0,0,.5);z-index:100002;transform:scale(.9) translateY(-20px);opacity:0;visibility:hidden;transition:all .3s ease;display:none;flex-direction:column}.mobile-menu.open{transform:scale(1) translateY(0);opacity:1;visibility:visible;display:flex}.mobile-menu-header{padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;background:#0a0a0a;border-radius:12px 12px 0 0}.mobile-menu-title{font-size:18px;font-weight:600;color:#ffffff}.bitcoin-text{color:#ef4444;font-weight:700}.mobile-menu-close{background:none;border:none;color:#888;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.mobile-menu-close:hover{color:#ffffff}.mobile-menu-content{padding:0}.mobile-menu-section{border-bottom:1px solid rgba(255,255,255,.05);padding:20px}.mobile-menu-section:last-child{border-bottom:none;border-radius:0 0 12px 12px}.mobile-menu-section-title{color:#ef4444;font-size:14px;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.mobile-menu-item{width:100%;background:none;border:none;color:#ffffff;font-size:16px;padding:12px 0;text-align:left;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:4px}.mobile-menu-item:hover{color:#ef4444}.mobile-menu-item.active{color:#ef4444;font-weight:600}.mobile-menu-item.active:hover{color:#ff6666}.mobile-menu-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.mobile-menu-label{flex:1;font-weight:500}@media (max-width:768px){.mobile-menu-trigger{display:flex}.desktop-nav{display:none}}@media (max-width:480px){.mobile-menu{width:95vw;max-width:none}.mobile-menu-overlay{padding-top:60px}}@media (prefers-color-scheme:dark){.mobile-menu{background:#0a0a0a;border-left-color:rgba(255,255,255,.1)}.mobile-menu-header{background:#0a0a0a;border-bottom-color:rgba(255,255,255,.1)}}@media (prefers-reduced-motion:reduce){.hamburger span,.mobile-menu,.mobile-menu-item,.mobile-menu-overlay{transition:none}}@media (prefers-contrast:high){.mobile-menu{border-left:2px solid #ffffff}.mobile-menu-item{border:1px solid transparent}.mobile-menu-item.active,.mobile-menu-item:hover{border-color:#ef4444}}.about-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-dialog{background:white;border-radius:12px;width:90%;max-width:520px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.about-header{text-align:center;padding:30px 30px 20px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-bottom:1px solid #ddd}.about-logo{width:80px;height:80px;margin:0 auto 15px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(239,68,68,.3)}.about-logo .bitcoin-symbol{font-size:48px;color:white;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.about-header h2{margin:0;font-size:24px;color:#1a1a1a;font-weight:600}.about-header .version{margin:5px 0 0;color:#666;font-size:14px}.about-content{flex:1;overflow-y:auto;padding:25px 30px}.company-info{text-align:center;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.company-info h3{margin:0 0 5px;font-size:16px;color:#1a1a1a;font-weight:600;letter-spacing:.5px}.company-info p{margin:0;color:#666;font-size:13px}.about-section{margin-bottom:20px}.about-section:last-child{margin-bottom:0}.about-section h4{margin:0 0 8px;font-size:14px;color:#333;font-weight:600}.about-section p{margin:0 0 6px;font-size:13px;color:#666;line-height:1.5}.about-section p:last-child{margin-bottom:0}.about-section a{color:#ef4444;text-decoration:none}.about-section a:hover{text-decoration:underline}.about-section.legal{margin-top:20px;padding-top:20px;border-top:1px solid #e5e5e5}.about-section.legal p{font-size:12px;color:#888;margin-bottom:10px}.copyright{font-size:12px!important;color:#888!important}.about-footer{padding:20px 30px;border-top:1px solid #e5e5e5;display:flex;justify-content:center;background:#f9f9f9}.about-close-btn{background:#ef4444;color:white;border:none;padding:8px 32px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.about-close-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 8px rgba(239,68,68,.3)}.about-close-btn:active{transform:translateY(0)}@media (prefers-color-scheme:dark){.about-dialog{background:#1a1a1a;color:#e5e5e5}.about-header{background:linear-gradient(135deg,#2a2a2a,#1f1f1f);border-bottom-color:#333}.about-header h2{color:#e5e5e5}.about-header .version{color:#999}.company-info{border-bottom-color:#333}.company-info h3{color:#e5e5e5}.company-info p{color:#999}.about-section h4{color:#e5e5e5}.about-section p{color:#999}.about-section.legal{border-top-color:#333}.about-section.legal p{color:#777}.about-footer{background:#1f1f1f;border-top-color:#333}}@media (max-width:640px){.about-dialog{width:95%;max-height:90vh}.about-header{padding:20px 20px 15px}.about-content{padding:20px}.about-footer{padding:15px 20px}}.taskbar{position:fixed;top:48px;left:0;right:0;height:22px;background:linear-gradient(180deg,#3a3a3a,#2a2a2a);border-bottom:1px solid #1a1a1a;color:#ffffff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;justify-content:space-between;z-index:100000;-webkit-user-select:none;-moz-user-select:none;user-select:none}.taskbar,.taskbar-left{display:flex;align-items:center}.taskbar-left{position:relative}.taskbar-right{padding-right:8px}.desktop-links,.taskbar-right{display:flex;align-items:center}.desktop-links{gap:8px}.bitcoin-logo{padding:0 12px;cursor:pointer;display:flex;align-items:center;height:22px;background:transparent;border:none;transition:background-color .15s ease}.bitcoin-logo:hover{background-color:rgba(239,68,68,.1)}.bitcoin-symbol{font-size:18px;font-weight:700;color:#ef4444}.menu-items{display:flex;align-items:center}.menu-item{position:relative}.menu-button{background:none;border:none;color:#ffffff;padding:0 12px;height:22px;font-size:13px;cursor:pointer;transition:background-color .2s ease;font-family:inherit}.menu-home-link{display:inline-flex;align-items:center;text-decoration:none;font-weight:600}.menu-button.active,.menu-button:hover{background-color:rgba(255,255,255,.1)}.dropdown-menu{min-width:200px;padding:4px 0;z-index:10001}.bitcoin-suite-dropdown,.dropdown-menu{position:absolute;top:22px;left:0;background:#1a1a1a;backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.8)}.bitcoin-suite-dropdown{min-width:220px;padding:8px 0;z-index:1000;display:flex;flex-direction:column}.bitcoin-suite-header{padding:8px 16px;font-size:12px;color:#ef4444;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:4px}.bitcoin-app-item{display:flex;align-items:center;padding:6px 16px;color:#ffffff;background:transparent;text-decoration:none;font-size:13px;transition:background .15s ease;cursor:pointer;font-weight:400;width:100%}.bitcoin-app-item:hover{background:rgba(255,255,255,.1)}.bitcoin-app-item.current-app{font-weight:600}.app-bitcoin-symbol{margin-right:12px;font-size:16px;font-weight:700}.app-name{color:#ffffff}.current-text{margin-left:8px;font-size:11px;opacity:.6}.dropdown-item{padding:6px 16px;cursor:pointer;transition:background-color .2s ease;display:flex;justify-content:space-between;align-items:center;font-size:13px}.dropdown-item:hover{background-color:rgba(255,255,255,.1)}.dropdown-item.current-app{background-color:rgba(255,149,0,.2)}.dropdown-item.current-app:hover{background-color:rgba(255,149,0,.3)}.dropdown-divider{height:1px;background-color:rgba(255,255,255,.1);margin:4px 0}.item-label{flex:1}.item-shortcut{color:#888;font-size:12px;margin-left:16px}.app-indicator{width:8px;height:8px;border-radius:50%;margin-right:8px;flex-shrink:0}.current-indicator{color:#ff9500;font-size:12px;margin-left:8px}.bmail-token-link,.contributions-link,.docs-link,.github-link{display:flex;align-items:center;padding:0 8px;height:22px;color:#cccccc;text-decoration:none;transition:color .2s ease,background-color .2s ease;border-radius:3px;font-size:14px}.bmail-token-link{background:linear-gradient(90deg,rgba(239,68,68,.1),rgba(220,38,38,.1));border:1px solid rgba(239,68,68,.2);margin-right:8px}.bmail-token-link .token-text{font-weight:500;font-size:11px;letter-spacing:.5px;background:linear-gradient(90deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contributions-link:hover,.docs-link:hover,.github-link:hover{color:#ffffff;background-color:rgba(255,255,255,.1)}.bmail-token-link:hover{background:linear-gradient(90deg,rgba(239,68,68,.2),rgba(220,38,38,.2));border-color:rgba(239,68,68,.4)}.contributions-link svg,.docs-link svg,.github-link svg{width:14px;height:14px}.contributions-link svg,.docs-link svg{stroke:currentColor;fill:none}.status-area{display:flex;align-items:center;gap:6px;font-size:12px;margin-left:8px}.user-info{color:#cccccc}.status-indicator{font-size:8px;line-height:1}.status-indicator.connected{color:#22c55e}.status-indicator.disconnected{color:#ef4444}@media (max-width:768px){.taskbar{height:44px;font-size:14px;padding:0 8px;top:48px;position:fixed;z-index:100000!important}.bitcoin-logo{order:-1;padding:0 12px;height:44px;display:flex!important;min-width:44px;pointer-events:auto!important}.bitcoin-symbol{font-size:20px!important}.desktop-links,.menu-items{display:none}.taskbar-right{flex:1;justify-content:flex-end}.bitcoin-suite-dropdown{position:fixed!important;left:8px!important;right:auto;top:98px!important;max-width:calc(100vw - 16px);width:280px;max-height:calc(100vh - 110px);overflow-y:auto;z-index:100005!important}.bitcoin-app-item{padding:10px 16px!important;min-height:44px;pointer-events:auto!important}}@media (max-width:480px){.menu-items .menu-item:nth-child(n+4){display:none}.taskbar-right{padding-right:8px}.user-info{display:none}}