/* ── Reset & Base ──────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Arial, sans-serif; -webkit-font-smoothing: antialiased; user-select: none; }

/* ── Login Screen ─────────────────────────────────────────────── */
#login-screen { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.login-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 30%, #0f3460 60%, #533483 100%); }
.login-container { position: relative; z-index: 1; text-align: center; }
.login-avatar { width: 80px; height: 80px; margin: 0 auto 12px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(20px); border: 2px solid rgba(255,255,255,0.2); }
.login-username { color: white; font-size: 18px; font-weight: 500; margin-bottom: 12px; text-shadow: 0 1px 4px rgba(0,0,0,0.4); }
.login-password { width: 200px; padding: 8px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.12); color: white; font-size: 14px; text-align: center; backdrop-filter: blur(10px); outline: none; transition: all 0.2s; }
.login-password:focus { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.18); }
.login-password::placeholder { color: rgba(255,255,255,0.45); }
.login-hint { color: rgba(255,255,255,0.4); font-size: 11px; margin-top: 8px; }
.login-clock { position: absolute; top: 40px; color: white; font-size: 56px; font-weight: 600; letter-spacing: -1px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); z-index: 1; }

/* ── Desktop ──────────────────────────────────────────────────── */
#desktop { width: 100%; height: 100%; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 30%, #0f3460 60%, #533483 100%); position: relative; overflow: hidden; }
#desktop.wallpaper-sonoma { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
#desktop.wallpaper-ventura { background: linear-gradient(180deg, #ff6b6b 0%, #feca57 50%, #48dbfb 100%); }
#desktop.wallpaper-monterey { background: linear-gradient(135deg, #0c0c1d 0%, #1a1a3e 40%, #2d1b69 70%, #6b21a8 100%); }
#desktop.wallpaper-bigsur { background: linear-gradient(135deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%); }
#desktop.wallpaper-dark { background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2d2d2d 100%); }

/* ── Menu Bar ─────────────────────────────────────────────────── */
#menu-bar { position: fixed; top: 0; left: 0; right: 0; height: 28px; background: rgba(30, 30, 30, 0.75); backdrop-filter: saturate(180%) blur(20px); display: flex; align-items: center; justify-content: space-between; padding: 0 10px; z-index: 9000; -webkit-app-region: drag; }
.menu-left, .menu-right { display: flex; align-items: center; gap: 0; height: 100%; }
.menu-item { color: rgba(255,255,255,0.85); font-size: 13px; padding: 0 10px; height: 100%; display: flex; align-items: center; cursor: default; border-radius: 4px; transition: background 0.1s; -webkit-app-region: no-drag; }
.menu-item:hover { background: rgba(255,255,255,0.12); }
.menu-item.apple-logo { padding: 0 12px; font-size: 18px; }
.menu-app-name { font-weight: 600; }
.menu-right { gap: 2px; }
.menu-right-item { color: rgba(255,255,255,0.85); font-size: 12px; padding: 2px 8px; display: flex; align-items: center; gap: 4px; border-radius: 4px; height: 22px; }
.menu-right-item:hover { background: rgba(255,255,255,0.12); }

/* ── Desktop Icons ────────────────────────────────────────────── */
#desktop-icons { position: absolute; top: 38px; right: 16px; display: flex; flex-direction: column; gap: 8px; z-index: 100; }
.desktop-icon { display: flex; flex-direction: column; align-items: center; width: 80px; padding: 8px 4px; border-radius: 8px; cursor: pointer; transition: background 0.15s; }
.desktop-icon:hover { background: rgba(255,255,255,0.12); }
.desktop-icon.selected { background: rgba(0,122,255,0.35); }
.desktop-icon-img { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.desktop-icon-label { color: white; font-size: 11px; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,0.7); word-break: break-word; line-height: 1.2; }

/* ── Windows ──────────────────────────────────────────────────── */
.window { position: absolute; background: rgba(36, 36, 38, 0.95); backdrop-filter: saturate(180%) blur(30px); border-radius: 10px; box-shadow: 0 12px 40px rgba(0,0,0,0.45), 0 0 0 0.5px rgba(255,255,255,0.08); display: flex; flex-direction: column; overflow: hidden; min-width: 300px; min-height: 200px; transition: box-shadow 0.2s; }
.window.focused { box-shadow: 0 16px 50px rgba(0,0,0,0.55), 0 0 0 0.5px rgba(255,255,255,0.12); }
.window.light-theme { background: rgba(246, 246, 246, 0.95); }
.window.light-theme .title-bar { background: rgba(246, 246, 246, 0.9); border-bottom: 1px solid rgba(0,0,0,0.08); }
.window.light-theme .title-bar-text { color: #1d1d1f; }
.window.maximized { border-radius: 0 !important; }

.title-bar { display: flex; align-items: center; height: 38px; padding: 0 12px; background: rgba(50, 50, 52, 0.9); border-bottom: 1px solid rgba(255,255,255,0.06); cursor: default; flex-shrink: 0; -webkit-app-region: drag; }
.title-bar-buttons { display: flex; gap: 8px; margin-right: 12px; -webkit-app-region: no-drag; }
.title-bar-btn { width: 12px; height: 12px; border-radius: 50%; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: filter 0.15s; position: relative; }
.title-bar-btn svg { width: 8px; height: 8px; opacity: 0; transition: opacity 0.15s; }
.title-bar-btn:hover svg { opacity: 1; }
.btn-close { background: #ff5f57; }
.btn-close:hover { background: #ff4040; }
.btn-minimize { background: #febc2e; }
.btn-minimize:hover { background: #ffb800; }
.btn-maximize { background: #28c840; }
.btn-maximize:hover { background: #20b030; }
.title-bar-buttons:hover .title-bar-btn svg { opacity: 0.8; }
.title-bar-text { color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; flex: 1; text-align: center; margin-right: 60px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.window-content { flex: 1; overflow: auto; color: rgba(255,255,255,0.85); font-size: 13px; }
.light-theme .window-content { color: #1d1d1f; }
.window-content::-webkit-scrollbar { width: 8px; }
.window-content::-webkit-scrollbar-track { background: transparent; }
.window-content::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 4px; }
.light-theme .window-content::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); }

/* ── Resize Handle ────────────────────────────────────────────── */
.resize-handle { position: absolute; bottom: 0; right: 0; width: 16px; height: 16px; cursor: nwse-resize; z-index: 10; }

/* ── Dock ─────────────────────────────────────────────────────── */
#dock { position: fixed; bottom: 6px; left: 50%; transform: translateX(-50%); z-index: 8000; display: flex; align-items: flex-end; justify-content: center; padding: 0 4px; }
.dock-container { display: flex; align-items: flex-end; gap: 2px; background: rgba(40, 40, 42, 0.65); backdrop-filter: saturate(180%) blur(25px); border-radius: 16px; padding: 4px 8px; border: 1px solid rgba(255,255,255,0.12); }
.dock-item { display: flex; flex-direction: column; align-items: center; cursor: pointer; transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1); position: relative; }
.dock-item:hover { transform: translateY(-8px) scale(1.25); }
.dock-item:hover ~ .dock-item { transform: translateY(-2px) scale(1.08); }
.dock-item-icon { width: 48px; height: 48px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 28px; transition: all 0.2s; }
.dock-item-label { position: absolute; top: -28px; background: rgba(30,30,30,0.85); color: white; font-size: 11px; padding: 3px 8px; border-radius: 4px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.15s; backdrop-filter: blur(10px); }
.dock-item:hover .dock-item-label { opacity: 1; }
.dock-separator { width: 1px; height: 40px; background: rgba(255,255,255,0.2); margin: 0 4px; align-self: center; }
.dock-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.7); margin-top: 2px; }
.dock-item.running .dock-dot { display: block; }
.dock-item:not(.running) .dock-dot { display: none; }

/* ── Finder ───────────────────────────────────────────────────── */
.finder-container { display: flex; height: 100%; }
.finder-sidebar { width: 170px; background: rgba(45, 45, 48, 0.6); border-right: 1px solid rgba(255,255,255,0.06); padding: 8px 0; overflow-y: auto; flex-shrink: 0; }
.light-theme .finder-sidebar { background: rgba(240,240,240,0.8); border-right-color: rgba(0,0,0,0.08); }
.finder-sidebar-section { padding: 4px 12px; margin-bottom: 4px; }
.finder-sidebar-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.light-theme .finder-sidebar-label { color: rgba(0,0,0,0.4); }
.finder-sidebar-item { display: flex; align-items: center; gap: 8px; padding: 5px 10px; border-radius: 6px; cursor: pointer; font-size: 13px; color: rgba(255,255,255,0.8); transition: background 0.1s; }
.light-theme .finder-sidebar-item { color: #1d1d1f; }
.finder-sidebar-item:hover { background: rgba(255,255,255,0.08); }
.light-theme .finder-sidebar-item:hover { background: rgba(0,0,0,0.06); }
.finder-sidebar-item.active { background: rgba(0,122,255,0.25); color: white; }
.finder-sidebar-item .icon { font-size: 16px; width: 20px; text-align: center; }
.finder-main { flex: 1; display: flex; flex-direction: column; }
.finder-toolbar { display: flex; align-items: center; padding: 6px 12px; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.light-theme .finder-toolbar { border-bottom-color: rgba(0,0,0,0.08); }
.finder-toolbar-btn { background: none; border: none; color: rgba(255,255,255,0.6); font-size: 16px; cursor: pointer; padding: 4px 8px; border-radius: 4px; }
.light-theme .finder-toolbar-btn { color: rgba(0,0,0,0.5); }
.finder-toolbar-btn:hover { background: rgba(255,255,255,0.08); }
.light-theme .finder-toolbar-btn:hover { background: rgba(0,0,0,0.06); }
.finder-path { flex: 1; font-size: 12px; color: rgba(255,255,255,0.5); }
.light-theme .finder-path { color: rgba(0,0,0,0.5); }
.finder-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 8px; padding: 16px; flex: 1; align-content: start; overflow-y: auto; }
.finder-item { display: flex; flex-direction: column; align-items: center; padding: 8px 4px; border-radius: 8px; cursor: pointer; transition: background 0.12s; }
.finder-item:hover { background: rgba(255,255,255,0.08); }
.light-theme .finder-item:hover { background: rgba(0,0,0,0.06); }
.finder-item.selected { background: rgba(0,122,255,0.3); }
.finder-item-icon { font-size: 42px; margin-bottom: 4px; line-height: 1; }
.finder-item-name { font-size: 11px; text-align: center; word-break: break-word; line-height: 1.3; max-width: 80px; }
.finder-status { padding: 4px 16px; font-size: 11px; color: rgba(255,255,255,0.4); border-top: 1px solid rgba(255,255,255,0.06); }
.light-theme .finder-status { color: rgba(0,0,0,0.4); border-top-color: rgba(0,0,0,0.08); }

/* ── Terminal ─────────────────────────────────────────────────── */
.terminal-container { height: 100%; display: flex; flex-direction: column; }
.terminal-toolbar { display: flex; align-items: center; padding: 6px 12px; gap: 8px; background: rgba(45, 45, 48, 0.8); border-bottom: 1px solid rgba(255,255,255,0.06); }
.terminal-toolbar select { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.8); padding: 3px 8px; border-radius: 4px; font-size: 12px; }
.terminal-output { flex: 1; padding: 8px; overflow: hidden; }

/* ── Calculator ───────────────────────────────────────────────── */
.calculator { display: flex; flex-direction: column; height: 100%; background: rgba(30, 30, 32, 0.98); }
.calc-display { padding: 12px 20px 8px; text-align: right; }
.calc-expression { font-size: 14px; color: rgba(255,255,255,0.4); min-height: 20px; }
.calc-result { font-size: 42px; font-weight: 300; color: white; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.calc-buttons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 1px; flex: 1; }
.calc-btn { border: none; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: filter 0.1s; background: rgba(60,60,62,0.95); color: white; }
.calc-btn:hover { filter: brightness(1.2); }
.calc-btn:active { filter: brightness(0.8); }
.calc-btn.fn { background: rgba(90,90,92,0.95); color: white; }
.calc-btn.op { background: #ff9f0a; color: white; font-size: 24px; }
.calc-btn.op.active { background: white; color: #ff9f0a; }
.calc-btn.zero { grid-column: span 2; justify-content: flex-start; padding-left: 28px; }

/* ── TextEdit ─────────────────────────────────────────────────── */
.textedit-container { display: flex; flex-direction: column; height: 100%; }
.textedit-toolbar { display: flex; align-items: center; padding: 6px 12px; gap: 8px; background: rgba(45, 45, 48, 0.8); border-bottom: 1px solid rgba(255,255,255,0.06); flex-shrink: 0; }
.textedit-toolbar select, .textedit-toolbar button { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.8); padding: 3px 8px; border-radius: 4px; font-size: 12px; cursor: pointer; }
.textedit-toolbar button:hover { background: rgba(255,255,255,0.15); }
.textedit-editor { flex: 1; padding: 16px; overflow-y: auto; }
.textedit-editor textarea { width: 100%; height: 100%; background: transparent; border: none; color: rgba(255,255,255,0.85); font-size: 14px; font-family: 'SF Mono', 'Menlo', 'Monaco', monospace; resize: none; outline: none; line-height: 1.6; }
.light-theme .textedit-editor textarea { color: #1d1d1f; }

/* ── Settings ─────────────────────────────────────────────────── */
.settings-container { display: flex; height: 100%; }
.settings-sidebar { width: 200px; background: rgba(45, 45, 48, 0.6); border-right: 1px solid rgba(255,255,255,0.06); padding: 12px 0; overflow-y: auto; flex-shrink: 0; }
.light-theme .settings-sidebar { background: rgba(240,240,240,0.8); border-right-color: rgba(0,0,0,0.08); }
.settings-sidebar-item { display: flex; align-items: center; gap: 10px; padding: 8px 16px; cursor: pointer; font-size: 13px; color: rgba(255,255,255,0.8); transition: background 0.1s; }
.light-theme .settings-sidebar-item { color: #1d1d1f; }
.settings-sidebar-item:hover { background: rgba(255,255,255,0.08); }
.light-theme .settings-sidebar-item:hover { background: rgba(0,0,0,0.06); }
.settings-sidebar-item.active { background: rgba(0,122,255,0.25); }
.settings-sidebar-item .icon { font-size: 20px; width: 24px; text-align: center; }
.settings-main { flex: 1; padding: 24px; overflow-y: auto; }
.settings-section { margin-bottom: 24px; }
.settings-section h3 { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.light-theme .settings-section h3 { color: rgba(0,0,0,0.4); }
.settings-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; background: rgba(255,255,255,0.05); border-radius: 8px; margin-bottom: 2px; }
.light-theme .settings-row { background: rgba(0,0,0,0.04); }
.settings-row label { font-size: 13px; }
.settings-row input[type="text"], .settings-row select { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); padding: 5px 10px; border-radius: 6px; font-size: 13px; width: 180px; }
.light-theme .settings-row input[type="text"], .light-theme .settings-row select { background: rgba(0,0,0,0.05); border-color: rgba(0,0,0,0.12); color: #1d1d1f; }
.wallpaper-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 8px 0; }
.wallpaper-option { height: 60px; border-radius: 8px; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; }
.wallpaper-option:hover { transform: scale(1.03); }
.wallpaper-option.selected { border-color: #007aff; }

/* ── Safari ───────────────────────────────────────────────────── */
.safari-container { display: flex; flex-direction: column; height: 100%; }
.safari-toolbar { display: flex; align-items: center; padding: 6px 12px; gap: 8px; background: rgba(45, 45, 48, 0.8); border-bottom: 1px solid rgba(255,255,255,0.06); }
.safari-url-bar { flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 5px 12px; color: rgba(255,255,255,0.85); font-size: 13px; outline: none; }
.safari-url-bar:focus { border-color: rgba(0,122,255,0.5); }
.safari-toolbar button { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.8); padding: 5px 10px; border-radius: 6px; cursor: pointer; font-size: 12px; }
.safari-toolbar button:hover { background: rgba(255,255,255,0.15); }
.safari-frame { flex: 1; border: none; background: white; }

/* ── About This Mac ───────────────────────────────────────────── */
.about-mac { padding: 40px; text-align: center; color: rgba(255,255,255,0.85); }
.about-mac .logo { font-size: 64px; margin-bottom: 16px; }
.about-mac h1 { font-size: 28px; font-weight: 600; margin-bottom: 4px; }
.about-mac h2 { font-size: 16px; font-weight: 400; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.about-mac .specs { text-align: left; max-width: 300px; margin: 0 auto; }
.about-mac .spec-row { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.08); font-size: 13px; }

/* ── Context Menu ─────────────────────────────────────────────── */
.context-menu { position: fixed; background: rgba(40, 40, 42, 0.92); backdrop-filter: saturate(180%) blur(30px); border-radius: 8px; padding: 4px 0; min-width: 200px; box-shadow: 0 8px 30px rgba(0,0,0,0.4), 0 0 0 0.5px rgba(255,255,255,0.1); z-index: 99999; }
.context-menu-item { padding: 6px 16px; font-size: 13px; color: rgba(255,255,255,0.85); cursor: pointer; display: flex; align-items: center; gap: 8px; }
.context-menu-item:hover { background: rgba(0,122,255,0.7); color: white; border-radius: 4px; margin: 0 4px; padding: 6px 12px; }
.context-menu-separator { height: 1px; background: rgba(255,255,255,0.1); margin: 4px 0; }
.context-menu-item.disabled { color: rgba(255,255,255,0.3); pointer-events: none; }

/* ── Notification ─────────────────────────────────────────────── */
.notification { position: fixed; top: 36px; right: 12px; background: rgba(40, 40, 42, 0.92); backdrop-filter: saturate(180%) blur(30px); border-radius: 12px; padding: 12px 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.4); z-index: 99999; max-width: 320px; animation: notifSlide 0.3s ease-out; border: 1px solid rgba(255,255,255,0.08); }
.notification-title { font-size: 13px; font-weight: 600; color: white; margin-bottom: 2px; }
.notification-body { font-size: 12px; color: rgba(255,255,255,0.6); }
@keyframes notifSlide { from { transform: translateX(100px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ── Animations ───────────────────────────────────────────────── */
.window-open { animation: windowOpen 0.2s ease-out; }
@keyframes windowOpen { from { transform: scale(0.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.window-minimize { animation: windowMinimize 0.3s ease-in forwards; }
@keyframes windowMinimize { to { transform: scale(0.2) translateY(100vh); opacity: 0; } }

/* ── Spotlight ────────────────────────────────────────────────── */
.spotlight-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.3); z-index: 9500; display: flex; justify-content: center; padding-top: 18vh; }
.spotlight-box { width: 540px; background: rgba(40, 40, 42, 0.92); backdrop-filter: saturate(180%) blur(40px); border-radius: 12px; box-shadow: 0 16px 50px rgba(0,0,0,0.5); overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
.spotlight-input { width: 100%; padding: 14px 20px; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.08); color: white; font-size: 20px; outline: none; }
.spotlight-results { max-height: 320px; overflow-y: auto; }
.spotlight-result { padding: 8px 20px; display: flex; align-items: center; gap: 12px; cursor: pointer; font-size: 14px; color: rgba(255,255,255,0.8); }
.spotlight-result:hover, .spotlight-result.selected { background: rgba(0,122,255,0.6); color: white; }
.spotlight-result .icon { font-size: 24px; width: 32px; text-align: center; }
.spotlight-result .name { flex: 1; }
.spotlight-result .type { font-size: 11px; color: rgba(255,255,255,0.4); }

/* ── Menu Bar Dropdown ────────────────────────────────────────── */
.menubar-dropdown { position: fixed; background: rgba(40, 40, 42, 0.92); backdrop-filter: saturate(180%) blur(30px); border-radius: 6px; padding: 4px 0; min-width: 220px; box-shadow: 0 8px 30px rgba(0,0,0,0.4), 0 0 0 0.5px rgba(255,255,255,0.1); z-index: 99999; }
.menubar-dropdown-header { padding: 6px 16px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 2px; }
.menubar-dropdown-item { padding: 4px 16px; font-size: 13px; color: rgba(255,255,255,0.85); cursor: pointer; display: flex; align-items: center; justify-content: space-between; border-radius: 4px; margin: 0 4px; }
.menubar-dropdown-item:hover { background: rgba(0,122,255,0.7); color: white; }
.menubar-dropdown-item.disabled { color: rgba(255,255,255,0.3); pointer-events: none; }
.menubar-dropdown-item .shortcut { font-size: 12px; color: rgba(255,255,255,0.4); margin-left: 24px; }
.menubar-dropdown-item:hover .shortcut { color: rgba(255,255,255,0.7); }
.menubar-dropdown-separator { height: 1px; background: rgba(255,255,255,0.1); margin: 4px 0; }
