* { box-sizing: border-box; margin: 0; padding: 0; }
:root { --xp-panel: #ece9d8; --xp-border: #7f9db9; }
html, body { height: 100%; }
body { background: #3a6ea5; color: #1b1b1b; font-family: Tahoma, Verdana, sans-serif; font-size: 12px; overflow: hidden; }
a { color: #0645ad; }
button, a { font-family: inherit; }

.desktop-bg { position: fixed; inset: 0; z-index: -2; overflow: hidden; background: #238bd1 url('stuff/asadal_stock_233.jpg') center center / cover no-repeat; }
.desktop-icons { position: fixed; top: 18px; left: 16px; z-index: 1; display: grid; gap: 18px; width: 78px; }
.desktop-icon { display: grid; justify-items: center; gap: 3px; color: white; text-align: center; text-decoration: none; text-shadow: 1px 1px #174271; font-size: 11px; }
.desktop-icon-art { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; font-family: 'Courier New', monospace; font-size: 10px; font-weight: bold; text-shadow: 1px 1px #174271; filter: drop-shadow(1px 2px 1px rgba(0,0,0,.38)); }
.desktop-icon:hover span:last-child { background: #245edb; outline: 1px dotted white; }

.taskbar { position: fixed; inset: auto 0 0; z-index: 10000; height: 30px; display: flex; align-items: center; background: linear-gradient(#3d94e8 0%, #2675d1 45%, #1959b5 100%); border-top: 1px solid #69b5f4; box-shadow: 0 -1px 3px rgba(0,0,0,.35); }
.start-button { width: 104px; height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 10px 0 7px; color: #fff; font-size: 13px; font-style: italic; font-weight: bold; background: linear-gradient(#68c14d, #29952a 48%, #18731e); border: 1px solid #17651b; border-radius: 0 11px 11px 0; box-shadow: inset 0 1px rgba(255,255,255,.5), 1px 0 3px rgba(0,0,0,.35); cursor: pointer; }
.start-button:hover, .start-button:focus { background: linear-gradient(#83d666, #39ac35 48%, #228728); outline: 1px dotted #fff; outline-offset: -3px; }
.start-orb { position: relative; display: block; flex: 0 0 27px; width: 27px; height: 27px; overflow: hidden; font-size: 0; transform: skewY(-8deg); }
.start-orb::before { content: ''; position: absolute; inset: 0; background: url('stuff/WinXp/Logo/WindowsLogo-small.png') center / contain no-repeat; filter: drop-shadow(1px 1px 0 rgba(0,0,0,.35)); }
.start-orb span { display: none; }
.taskbar-items { flex: 1; height: 100%; display: flex; align-items: center; gap: 3px; padding-left: 5px; }
.taskbar-item { display: flex; align-items: center; gap: 5px; min-width: 185px; height: 24px; padding: 0 10px; color: white; background: linear-gradient(#3e8dde, #2260ba); border: 1px solid #174a9a; border-radius: 2px; box-shadow: inset 1px 1px rgba(255,255,255,.18); cursor: pointer; }
.taskbar-item.active { background: linear-gradient(#174d9e, #2e70c8); box-shadow: inset 1px 1px rgba(0,0,0,.25); }
.taskbar-icon { color: #fff; font-family: 'Courier New', monospace; font-size: 9px; font-weight: bold; }
.system-tray { display: flex; align-items: center; height: 100%; padding: 0 9px; color: #fff; background: linear-gradient(#2381d5, #1566b7); border-left: 1px solid #1553a7; }
.tray-icons { display: flex; gap: 8px; margin-right: 10px; }.tray-icons span { cursor: pointer; }.clock { min-width: 57px; text-align: center; font-size: 11px; }

.start-menu { position: fixed; left: 0; bottom: 30px; z-index: 9999; display: none; width: 415px; border: 1px solid #174a9a; border-radius: 7px 7px 0 0; overflow: hidden; background: var(--xp-panel); box-shadow: 3px -2px 9px rgba(0,0,0,.45); }
.start-menu.open { display: block; }.start-menu-header { display: flex; align-items: center; gap: 10px; height: 52px; padding: 6px 10px; color: #fff; font-size: 14px; background: linear-gradient(#2c86de, #1356b6); }
.user-avatar { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid #fff; border-radius: 3px; background: linear-gradient(135deg, #fff, #7aa9dd); color: #164e9b; font-size: 22px; font-weight: bold; }
.start-menu-body { display: grid; grid-template-columns: 1fr 1fr; min-height: 255px; background: #fff; }.start-menu-column { padding: 8px 6px; }.start-menu-column.secondary { background: #d5e5f6; }
.start-menu-column a { display: flex; align-items: center; gap: 8px; min-height: 39px; padding: 4px 7px; color: #111; text-decoration: none; font-size: 11px; }.start-menu-column a:hover { color: #fff; background: #2f70c7; }.start-menu-column a b { margin-left: auto; color: #777; }.menu-icon { width: 38px; color: #174b9c; font-family: 'Courier New', monospace; font-size: 9px; font-weight: bold; text-align: center; }.start-menu-column hr { border: 0; border-top: 1px solid #d2d2d2; margin: 5px 2px; }
.start-menu-footer { display: flex; justify-content: flex-end; gap: 12px; padding: 7px 10px; color: #fff; background: linear-gradient(#3d92e4, #1a62bd); }.start-menu-footer button { border: 0; color: #fff; background: transparent; font-size: 11px; cursor: pointer; }
.wallpaper-picker { position: fixed; top: 50%; left: 50%; z-index: 10002; display: none; flex-direction: column; width: min(470px, calc(100vw - 24px)); transform: translate(-50%, -50%); border: 1px solid #083c9c; border-radius: 7px 7px 0 0; background: #ece9d8; box-shadow: 0 8px 26px rgba(0,25,75,.58); }
.wallpaper-picker-content { padding: 14px; background: linear-gradient(#f9ffff, #d9effb); }.wallpaper-picker-content p { margin-bottom: 10px; color: #174b9c; font-weight: bold; }.wallpaper-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.wallpaper-option { padding: 4px; border: 1px solid #8bb8d8; border-radius: 4px; background: #eaf8ff; color: #174b9c; cursor: pointer; font-size: 10px; }.wallpaper-option img { display: block; width: 100%; height: 72px; margin-bottom: 5px; object-fit: cover; }.wallpaper-option:hover, .wallpaper-option.selected { border-color: #075195; background: #bce8fa; box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px #2c8fd0; }.wallpaper-picker-actions { display: flex; justify-content: flex-end; margin-top: 12px; }

.window-container { position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); width: min(62vw, calc(100vh - 80px), 700px); height: min(62vw, calc(100vh - 80px), 700px); display: flex; flex-direction: column; border: 1px solid #083c9c; border-radius: 7px 7px 0 0; box-shadow: 4px 6px 15px rgba(0,0,0,.5); }
.window-titlebar { height: 30px; flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 4px 0 7px; color: #fff; background: linear-gradient(#6ca7ee 0%, #3f83df 8%, #1552b3 52%, #0b3b96 100%); border-radius: 6px 6px 0 0; text-shadow: 1px 1px #15427f; touch-action: none; }
.titlebar-left { display: flex; align-items: center; gap: 6px; min-width: 0; }.window-icon { font-size: 16px; }.window-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: bold; }.titlebar-buttons { display: flex; gap: 2px; }
.titlebar-btn { display: grid; place-items: center; width: 21px; height: 21px; padding: 0; border: 1px solid #07317d; border-radius: 3px; color: #fff; background: linear-gradient(#78aff1, #2464c3); font-size: 15px; font-weight: bold; line-height: 1; cursor: pointer; box-shadow: inset 1px 1px rgba(255,255,255,.45); }.titlebar-btn:hover { background: linear-gradient(#a3caf5, #397bd4); }.titlebar-btn.close { background: linear-gradient(#f38c70, #c6311f); }.titlebar-btn.close:hover { background: linear-gradient(#ffb19a, #e7442c); }
.window-content { flex: 1; min-height: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--xp-panel); border: 1px solid #fff; border-top: 0; }.browser-chrome { padding: 6px 8px 4px; background: #ece9d8; border-bottom: 1px solid #808080; }.address-bar { display: flex; align-items: center; gap: 6px; }.address-label { font-size: 11px; }.address-input { flex: 1; height: 23px; display: flex; align-items: center; gap: 5px; padding: 0 6px; background: #fff; border: 1px solid #7f9db9; box-shadow: inset 1px 1px 2px #ddd; font-size: 11px; }.fan-banner { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 31px; margin-top: 4px; overflow: hidden; background: #fff; border: 1px solid #b5b5b5; }.fan-banner img { display: block; width: 100%; height: 31px; max-width: none; object-fit: fill; }
.go-button, .win7-button { border: 1px solid #003c9d; border-radius: 3px; background: linear-gradient(#fff, #d7e5f5 48%, #a8c4e6); box-shadow: inset 1px 1px #fff; cursor: pointer; }.go-button { height: 23px; padding: 0 13px; font-size: 11px; }.go-button:active, .win7-button:active { box-shadow: inset 1px 1px 2px #6e8dad; }
.page-layout { display: block; flex: 1; min-height: 0; overflow: hidden; background: #eaf6fc; }
.page-content { height: 100%; min-width: 0; overflow-y: auto; padding: 18px; background: #fff; }.page-content::-webkit-scrollbar { width: 16px; }.page-content::-webkit-scrollbar-track { background: #ece9d8; border-left: 1px solid #aaa; }.page-content::-webkit-scrollbar-thumb { background: linear-gradient(90deg, #d9e7f5, #8aaed1); border: 1px solid #51789e; }
.server-notifications, .server-updates-content { display: flex; flex-direction: column; min-width: 0; border: 1px solid rgba(8,60,156,.92); border-radius: 7px 7px 0 0; background: rgba(72,153,231,.32); box-shadow: 0 0 0 1px rgba(255,255,255,.48) inset, 0 8px 24px rgba(0,35,90,.58), 0 0 28px rgba(112,205,255,.32); backdrop-filter: blur(9px) saturate(1.35); }
.server-notifications { position: fixed; top: 50%; left: calc(50% + min(31vw, calc(50vh - 40px), 350px) + 14px); z-index: 3; width: 210px; height: min(360px, calc(100vh - 80px)); transform: translateY(-50%); overflow: hidden; }
.server-notifications .notifications-titlebar { position: relative; flex: 0 0 34px; min-height: 34px; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, rgba(148,211,255,.95), rgba(68,143,235,.96) 18%, rgba(18,73,174,.98) 58%, rgba(7,43,125,.98)); box-shadow: inset 0 1px rgba(255,255,255,.78), inset 0 -1px rgba(0,20,90,.7); cursor: grab; touch-action: none; }.server-notifications .notifications-titlebar:active { cursor: grabbing; }.server-notifications .notifications-feed { background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(210,240,250,.82)); }.server-notifications .notifications-footer { background: rgba(210,238,250,.72); }
.server-updates-launch { border: 0; background: transparent; cursor: pointer; }.server-updates-launch:hover { background: transparent; }.server-updates-icon { border: 2px solid #fff; border-radius: 3px; color: #fff; background: linear-gradient(#ff8d6b, #d52d1c); font-size: 25px; text-shadow: 1px 1px #8c160d; }.server-updates-window { z-index: 10002; top: 50%; left: 72%; width: min(290px, calc(100vw - 24px)); height: min(430px, calc(100vh - 54px)); transform: translate(-50%, -50%); border: 1px solid #083c9c; border-radius: 7px 7px 0 0; box-shadow: 0 8px 24px rgba(0,35,90,.58), 0 0 0 1px rgba(255,255,255,.48) inset; }.server-updates-content { flex: 1; min-height: 0; border-left: 0; }
.notifications-titlebar { display: flex; align-items: center; justify-content: space-between; gap: 5px; min-height: 30px; padding: 0 7px; color: #fff; background: linear-gradient(#75b8ef, #286cc5 52%, #0b4eaa); border-bottom: 1px solid #06478f; font-size: 10px; font-weight: bold; text-shadow: 1px 1px #24518f; }.notifications-titlebar > span:first-child { display: flex; align-items: center; min-width: 0; }.notifications-titlebar .news-icon { color: #fff; font-size: 12px; }.notifications-live { display: flex; align-items: center; gap: 3px; color: #d8ffdf; font-size: 8px; }.notifications-live i { width: 6px; height: 6px; border-radius: 50%; background: #8dff9a; box-shadow: 0 0 5px #e0ffe2; }
.notifications-feed { flex: 1; overflow-y: auto; padding: 8px 7px; }.notifications-feed::-webkit-scrollbar { width: 7px; }.notifications-feed::-webkit-scrollbar-thumb { border: 1px solid #4d92bb; border-radius: 5px; background: linear-gradient(#eaffff, #56a9d0); }
.server-notification { position: relative; margin-bottom: 8px; padding: 7px 7px 6px; border: 1px solid #75acc9; border-radius: 3px; color: #17435e; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(210,240,250,.9)); box-shadow: inset 0 1px rgba(255,255,255,.9), 0 1px 2px rgba(0,50,80,.2); animation: notification-in .35s ease-out both; }.server-notification.is-admin { border-color: #55a9c5; background: linear-gradient(180deg, #effff9, #bcebdd); }.server-notification strong { display: block; margin-bottom: 3px; color: #075a88; font-size: 9px; }.server-notification p { font-size: 10px; line-height: 1.3; }.server-notification time { display: block; margin-top: 5px; color: #5d8795; font-size: 8px; text-align: right; }.notifications-footer { padding: 7px; border-top: 1px solid #77a9c7; color: #246187; background: rgba(255,255,255,.38); font-size: 9px; line-height: 1.25; text-align: center; }
@keyframes notification-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }

.window-frame { margin-bottom: 18px; overflow: hidden; border: 1px solid #7f9db9; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,.25); }.frame-titlebar { height: 26px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; color: #fff; background: linear-gradient(#79b2ef, #2866c2); font-size: 12px; font-weight: bold; text-shadow: 1px 1px #24518f; }.frame-buttons { display: flex; gap: 7px; color: #e0edff; }.frame-buttons span { cursor: pointer; }.frame-content { padding: 24px; background: #fff; }.frame-content.center { text-align: center; }
.hero-title { margin-bottom: 8px; color: #174b9c; font-size: 30px; }.hero-subtitle { margin-bottom: 22px; color: #555; font-size: 15px; }.button-group { display: flex; justify-content: center; gap: 10px; margin-bottom: 26px; }.win7-button { display: inline-flex; align-items: center; gap: 7px; padding: 7px 16px; color: #111; font-size: 12px; font-weight: bold; text-decoration: none; }.win7-button:hover { background: linear-gradient(#fff, #e4eef9 48%, #b6cfeb); }.win7-button.primary { color: #fff; background: linear-gradient(#5c9fe8, #2464c1); text-shadow: 1px 1px #174b91; }.win7-button.large { padding: 9px 22px; font-size: 13px; }.button-icon { color: currentColor; font-family: 'Courier New', monospace; font-size: 10px; }.stats-panel { display: flex; justify-content: center; gap: 10px; }.stat-box { display: flex; align-items: center; gap: 9px; min-width: 145px; padding: 9px; border: 1px solid #b6c9dc; background: #eef5fc; }.stat-icon { color: #174b9c; font-family: 'Courier New', monospace; font-size: 10px; font-weight: bold; }.stat-info { text-align: left; }.stat-number { color: #174b9c; font-size: 20px; font-weight: bold; }.stat-label { color: #555; font-size: 10px; text-transform: uppercase; }
h2 { margin-bottom: 13px; color: #174b9c; font-size: 22px; }.section-description { margin-bottom: 20px; color: #333; line-height: 1.5; }.gadgets-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 10px; }.gadget { padding: 14px; text-align: center; border: 1px solid #b6c9dc; background: #f3f8fd; }.gadget-icon { margin-bottom: 6px; color: #174b9c; font-family: 'Courier New', monospace; font-size: 10px; font-weight: bold; }.gadget h3 { margin-bottom: 5px; color: #174b9c; font-size: 14px; }.gadget p, .feature-details p { color: #444; line-height: 1.4; }.feature-list { display: flex; flex-direction: column; gap: 8px; }.feature-item { display: flex; align-items: flex-start; gap: 13px; padding: 12px; border: 1px solid #b6c9dc; background: #f4f8fc; }.feature-icon-big { color: #174b9c; font-family: 'Courier New', monospace; font-size: 10px; font-weight: bold; }.feature-details { flex: 1; }.feature-details h4 { margin-bottom: 4px; color: #174b9c; font-size: 14px; }.cta-links { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }.cta-links a { text-decoration: none; }.cta-links a:hover { text-decoration: underline; }
html { scroll-behavior: smooth; } ::selection { color: #fff; background: #245edb; }
@media (max-width: 700px) { .desktop-icons { display: none; } .window-container { width: min(calc(100vw - 12px), calc(100vh - 42px)); height: min(calc(100vw - 12px), calc(100vh - 42px)); } .server-notifications { top: auto; left: auto; right: 6px; bottom: 38px; width: min(210px, calc(100vw - 12px)); height: 190px; transform: none; } .page-content { padding: 10px; } .frame-content { padding: 16px; } .hero-title { font-size: 23px; } .button-group, .stats-panel { flex-direction: column; align-items: stretch; } .win7-button { justify-content: center; } .stat-box { justify-content: center; } .start-menu { width: min(415px, 100vw); } }

/* Small, period-style UI glyphs kept separate from visible labels. */
.desktop-icon-art, .menu-icon, .taskbar-icon, .window-icon, .button-icon, .stat-icon, .gadget-icon, .feature-icon-big, .lock-icon, .tray-icon, .logoff-icon, .power-icon, .message-icon, .book-icon, .star-icon, .rocket-icon { display: inline-grid; place-items: center; color: #174b9c; font-family: 'Segoe UI Symbol', 'Courier New', monospace; font-size: 16px; font-weight: bold; line-height: 1; }
.desktop-icon-art { color: #fff; }
.desktop-icon-art.pc-icon, .desktop-icon-art.folder-icon, .desktop-icon-art.recycle-icon { width: 48px; height: 48px; background-image: url('stuff/WinXp/Icons/WinIcons_48.png'); background-repeat: no-repeat; filter: drop-shadow(1px 2px 1px rgba(0,0,0,.38)); }
.desktop-icon-art.pc-icon { background-position: -48px -144px; }
.desktop-icon-art.folder-icon { background-position: 0 -288px; }
.desktop-icon-art.recycle-icon { background-position: -240px -720px; }
.desktop-icon-art.pc-icon::before, .desktop-icon-art.folder-icon::before, .desktop-icon-art.recycle-icon::before { display: none; }
.desktop-icon-art.discord-icon { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; filter: drop-shadow(1px 2px 1px rgba(0,0,0,.38)); }
.desktop-icon-art::before, .menu-icon::before, .taskbar-icon::before, .window-icon::before, .button-icon::before, .stat-icon::before, .gadget-icon::before, .feature-icon-big::before, .lock-icon::before, .tray-icon::before, .logoff-icon::before, .power-icon::before, .message-icon::before, .book-icon::before, .star-icon::before, .rocket-icon::before { display: block; }
.pc-icon::before { content: '▣'; font-size: 30px; }
.folder-icon::before { content: '▰'; color: #f4c542; text-shadow: 1px 1px #765b13; }
.recycle-icon::before { content: '↻'; font-size: 29px; color: #42a85f; }
.web-icon { width: 32px; height: 32px; background: url('stuff/WinXp/Icons/WinIcons_32.png') -128px 0 no-repeat; }
.web-icon::before { display: none; }
.phone-menu-icon::before { content: '▣'; }
.message-icon::before { content: '▰'; font-size: 13px; }
.app-icon::before { content: '▦'; }
.logoff-icon::before { content: '×'; }.power-icon::before { content: '◉'; font-size: 14px; }
.lock-icon::before { content: '▣'; font-size: 13px; color: #c56b2c; }.info-icon::before { content: 'i'; font-family: Georgia, serif; font-style: italic; }
.users-icon::before { content: '♟♟'; font-size: 12px; }.active-icon::before { content: '▲'; font-size: 13px; }.screen-icon::before { content: '▣'; }
.book-icon::before { content: '▤'; }.game-icon::before { content: '▰'; }.tools-icon::before { content: '⚒'; }.vip-icon::before { content: '◇'; }.team-icon::before { content: '♣'; }
.star-icon::before { content: '★'; font-size: 13px; }.aim-icon::before { content: '⊙'; }.music-icon::before { content: '♫'; }.news-icon::before { content: '▤'; }.gift-icon::before { content: '□'; }.rocket-icon::before { content: '▲'; }
.volume-icon::before { content: '◖'; color: #fff; }.network-icon::before { content: '▥'; color: #fff; }
.desktop-icon-art, .menu-icon { min-width: 26px; min-height: 26px; }.taskbar-icon, .window-icon { min-width: 17px; }.button-icon { min-width: 14px; min-height: 14px; }.stat-icon { min-width: 30px; min-height: 22px; }.gadget-icon, .feature-icon-big { min-width: 30px; min-height: 28px; }.lock-icon { min-width: 14px; }.tray-icon { min-width: 13px; min-height: 13px; }.message-icon, .book-icon, .star-icon, .rocket-icon { min-width: 13px; min-height: 13px; margin-right: 4px; }

/* Frutiger Aero finish: glossy glass, bright sky highlights, and tactile controls. */
.desktop-bg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 76% 13%, rgba(255,255,255,.58) 0, rgba(255,255,255,.18) 11%, transparent 28%), linear-gradient(180deg, rgba(0,180,255,.15), transparent 42%); pointer-events: none; }
.desktop-bg::after { content: ''; position: absolute; top: 9%; right: 13%; width: 27%; height: 12%; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.22), transparent 68%); transform: rotate(-16deg); filter: blur(8px); pointer-events: none; }
.window-container { border-color: rgba(8,60,156,.92); background: rgba(72,153,231,.32); box-shadow: 0 0 0 1px rgba(255,255,255,.48) inset, 0 8px 24px rgba(0,35,90,.58), 0 0 28px rgba(112,205,255,.32); backdrop-filter: blur(7px); }
.window-titlebar { position: relative; height: 34px; background: linear-gradient(180deg, rgba(148,211,255,.95), rgba(68,143,235,.96) 18%, rgba(18,73,174,.98) 58%, rgba(7,43,125,.98)); box-shadow: inset 0 1px rgba(255,255,255,.78), inset 0 -1px rgba(0,20,90,.7); }
.window-titlebar::after { content: ''; position: absolute; top: 1px; left: 44px; right: 96px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); filter: blur(2px); pointer-events: none; }
.window-content { background: rgba(236,233,216,.93); border-color: rgba(255,255,255,.86); }
.browser-chrome { background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(210,230,246,.88) 48%, rgba(181,207,230,.92)); box-shadow: inset 0 1px rgba(255,255,255,.9); }
.address-input { border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: inset 0 1px 3px rgba(32,74,113,.18), 0 1px rgba(255,255,255,.72); }
.go-button, .win7-button { border-radius: 16px; background: linear-gradient(180deg, #fff 0%, #dff3ff 34%, #75bff1 49%, #2484d9 53%, #0962b7 100%); border-color: #075195; color: #fff; text-shadow: 0 1px 1px #174b91; box-shadow: inset 0 1px 1px rgba(255,255,255,.95), inset 0 -1px rgba(0,51,120,.45), 0 2px 4px rgba(0,45,100,.3); }
.go-button { color: #12447e; text-shadow: none; }
.go-button:hover, .win7-button:hover { background: linear-gradient(180deg, #fff 0%, #ecfaff 34%, #9bd7fb 49%, #3a9ce8 53%, #1472c7 100%); }
.win7-button.primary { background: linear-gradient(180deg, #b7edff 0%, #5bc8f4 33%, #168dd4 50%, #0769b9 54%, #064b9b 100%); }
.page-content { background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(241,251,255,.96)); }
.window-frame { border-color: #80aed1; border-radius: 5px; background: rgba(255,255,255,.78); box-shadow: 0 2px 7px rgba(0,66,130,.22), inset 0 1px rgba(255,255,255,.95); }
.frame-titlebar { height: 29px; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #b7eaff 0%, #6ebbed 18%, #2a80d6 50%, #0c55ac 54%, #247bd0 100%); box-shadow: inset 0 1px rgba(255,255,255,.8), inset 0 -1px rgba(0,55,133,.65); }
.frame-content { background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(247,253,255,.95)); }
.hero-title { color: #0757a7; text-shadow: 0 1px 0 #fff, 0 2px 3px rgba(0,83,160,.2); }
.stats-panel { gap: 12px; }
.stat-box { border-radius: 5px; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(220,243,255,.9) 48%, rgba(182,220,247,.92)); border-color: #8bb8d8; box-shadow: inset 0 1px rgba(255,255,255,.95), 0 2px 4px rgba(0,72,130,.15); }
.gadget, .feature-item { border-radius: 5px; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(223,244,255,.86)); border-color: #9ec5df; box-shadow: inset 0 1px rgba(255,255,255,.95), 0 2px 4px rgba(0,74,131,.12); }
.gadget:hover, .feature-item:hover { border-color: #5fa8d9; box-shadow: inset 0 1px rgba(255,255,255,.95), 0 3px 8px rgba(0,104,184,.22); transform: translateY(-2px); }
.taskbar { height: 32px; background: linear-gradient(180deg, #6dc9fa 0%, #2b91df 13%, #0865c1 55%, #06459f 100%); border-top-color: #a8e4ff; box-shadow: 0 -2px 8px rgba(0,47,111,.38), inset 0 1px rgba(255,255,255,.4); }
.taskbar-item { background: linear-gradient(180deg, rgba(104,199,248,.75), rgba(26,106,194,.95)); border-color: #064492; box-shadow: inset 0 1px rgba(255,255,255,.35), 0 1px rgba(0,30,90,.45); }
.taskbar-item.active { background: linear-gradient(180deg, #0d4a9e, #2c83d2 48%, #0754aa); }
.start-button { height: 32px; background: linear-gradient(180deg, #9ce65e 0%, #47bb32 23%, #168b20 57%, #076315 100%); border-color: #075c14; box-shadow: inset 0 1px rgba(255,255,255,.78), 1px 0 4px rgba(0,0,0,.4); }
.start-button:hover, .start-button:focus { background: linear-gradient(180deg, #c1f77f 0%, #62cf45 23%, #209e29 57%, #08731a 100%); }

/* Frutiger Aero boost pass: ambient bubbles, glass orb icons, and glossy controls. */
.bubbles { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.bubble { position: absolute; bottom: -60px; border-radius: 50%; opacity: 0; background: radial-gradient(circle at 32% 26%, rgba(255,255,255,.95), rgba(255,255,255,.35) 32%, rgba(255,255,255,.05) 62%, transparent 74%), radial-gradient(circle at 68% 78%, rgba(170,232,255,.28), transparent 62%); box-shadow: inset 0 0 8px rgba(255,255,255,.55), 0 0 6px rgba(255,255,255,.25); animation: bubble-rise linear infinite; }
@keyframes bubble-rise { 0% { transform: translate(0, 0) scale(1); opacity: 0; } 8% { opacity: .85; } 92% { opacity: .55; } 100% { transform: translate(var(--drift, 40px), -112vh) scale(1.08); opacity: 0; } }
.stat-icon, .gadget-icon, .feature-icon-big { display: inline-grid; place-items: center; flex-shrink: 0; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #f4feff 0%, #c3ecff 26%, #5fb8f0 62%, #0c69b8 100%); box-shadow: inset 0 2px 3px rgba(255,255,255,.95), inset 0 -4px 8px rgba(0,45,100,.45), 0 2px 5px rgba(0,60,120,.35); border: 1px solid rgba(255,255,255,.7); color: #fff; text-shadow: 0 1px 2px rgba(0,40,90,.65); }
.stat-icon { width: 34px; height: 34px; font-size: 13px; }.gadget-icon { width: 38px; height: 38px; font-size: 15px; margin: 0 auto 8px; }.feature-icon-big { width: 38px; height: 38px; font-size: 15px; }
.button-icon { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.92), rgba(255,255,255,.12) 68%); box-shadow: inset 0 1px 1px rgba(255,255,255,.85); }
.win7-button, .go-button { position: relative; overflow: hidden; }.win7-button::before, .go-button::before { content: ''; position: absolute; top: -60%; left: -20%; width: 40%; height: 220%; background: linear-gradient(115deg, transparent, rgba(255,255,255,.8) 45%, transparent 62%); transform: rotate(8deg) translateX(-180%); transition: transform .6s ease; pointer-events: none; }.win7-button:hover::before, .go-button:hover::before { transform: rotate(8deg) translateX(380%); }
.window-container { backdrop-filter: blur(9px) saturate(1.35); }.frame-titlebar { position: relative; overflow: hidden; }.frame-titlebar::after { content: ''; position: absolute; top: 1px; left: 5%; right: 5%; height: 45%; border-radius: 50%; background: linear-gradient(180deg, rgba(255,255,255,.6), transparent); filter: blur(1px); pointer-events: none; }
.page-content::-webkit-scrollbar-thumb { border-radius: 8px; background: linear-gradient(180deg, #eafcff, #7fd0f7 40%, #1c86d6 60%, #0a5aa8); box-shadow: inset 1px 1px rgba(255,255,255,.8); }.page-content::-webkit-scrollbar-track { border-radius: 8px; }
@media (max-width: 700px) { .bubble { display: none; } }

/* Maximum Frutiger Aero finish: saturated color, sparkle, and animated sheen. */
.desktop-bg { filter: saturate(1.2) brightness(1.03); }
.sparkle { position: absolute; bottom: -20px; width: 6px; height: 6px; border-radius: 50%; background: radial-gradient(circle, #fff 0%, rgba(255,255,255,.9) 25%, transparent 70%); animation: sparkle-rise linear infinite, sparkle-twinkle 1.4s ease-in-out infinite; will-change: transform, opacity; pointer-events: none; }
@keyframes sparkle-rise { 0% { transform: translate(0,0); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translate(var(--drift, 20px), -110vh); opacity: 0; } }
@keyframes sparkle-twinkle { 0%, 100% { opacity: .3; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.3); } }
.window-frame, .window-container { position: relative; }
.window-frame::before, .window-container::before { content: ''; position: absolute; top: 6px; left: 10px; width: 22px; height: 12px; border-radius: 50%; background: radial-gradient(ellipse at 35% 30%, rgba(255,255,255,.85), transparent 70%); filter: blur(.5px); pointer-events: none; z-index: 3; }
.frame-titlebar::before { content: ''; position: absolute; top: 0; left: -30%; width: 30%; height: 100%; pointer-events: none; background: linear-gradient(100deg, transparent, rgba(255,255,255,.55) 45%, transparent 70%); animation: titlebar-glint 7s ease-in-out infinite; will-change: transform; }
@keyframes titlebar-glint { 0%, 55% { transform: translateX(0); } 100% { transform: translateX(430%); } }
.win7-button.primary { background: linear-gradient(180deg, #c9fff0 0%, #5be2d0 20%, #17c1c8 46%, #0d8fc9 60%, #064b9b 100%); border-color: #056e7a; }
.win7-button.primary:hover { background: linear-gradient(180deg, #e2fff8 0%, #86f0e2 20%, #38d6dd 46%, #23a6de 60%, #1472c7 100%); }
.start-orb::before { filter: drop-shadow(1px 1px 0 rgba(0,0,0,.35)) drop-shadow(0 0 4px rgba(150,255,220,.5)); }
.hero-title { text-shadow: 0 1px 0 #fff, 0 2px 3px rgba(0,83,160,.2), 0 0 18px rgba(90,220,255,.35); }
.stat-box:hover, .gadget:hover, .feature-item:hover { box-shadow: inset 0 1px rgba(255,255,255,.95), 0 4px 14px rgba(20,200,210,.35); }
.stat-number { text-shadow: 0 1px 0 #fff, 0 0 10px rgba(60,200,220,.35); }
.frame-buttons { display: none; }
.media-player-window { margin-bottom: 18px; }
.desktop-player-launch { border: 0; background: transparent; cursor: pointer; }
.desktop-player-launch:hover { background: transparent; }
.desktop-phone-launch { border: 0; background: transparent; cursor: pointer; }
.desktop-phone-launch:hover { background: transparent; }
.phone-icon-art { border: 2px solid #fff; border-radius: 7px; background: linear-gradient(145deg, #eefaff, #6cb8e7 54%, #155595); box-shadow: inset 0 1px 2px rgba(255,255,255,.9), 1px 2px 2px rgba(0,0,0,.35); font-size: 7px; letter-spacing: -.4px; }
.desktop-icon-art.media-player-icon { width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(1px 2px 1px rgba(0,0,0,.38)); }
.window-icon.media-player-icon { display: block; flex: 0 0 22px; width: 22px; height: 22px; object-fit: contain; }
.media-player-window { z-index: 10001; top: 50%; left: 50%; width: min(430px, calc(100vw - 24px)); height: min(430px, calc(100vh - 54px)); transform: translate(-50%, -50%); border: 1px solid #083c9c; border-radius: 7px 7px 0 0; box-shadow: 0 8px 24px rgba(0,35,90,.58), 0 0 0 1px rgba(255,255,255,.48) inset; }
.server-phone-window { z-index: 10002; top: 50%; left: 25%; width: 218px; height: 414px; transform: translate(-50%, -50%); border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.phone-shell { display: flex; justify-content: center; width: 100%; height: 100%; min-height: 0; padding: 0; background: transparent; }
.phone-artboard { position: relative; width: 218px; height: 414px; }
.phone-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.phone-feed { position: absolute; top: 15.5%; left: 16.5%; width: 67%; height: 70%; overflow-y: auto; padding: 45px 6px 20px; background: rgba(35,93,155,.12); }.phone-feed::-webkit-scrollbar { width: 4px; }.phone-feed::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(255,255,255,.7); }
.phone-artboard > .phone-live-dot { position: absolute; top: 18%; right: 19%; width: 7px; height: 7px; border-radius: 50%; background: #8dff9a; box-shadow: 0 0 5px #d2ffcf; }
.phone-bubble { position: relative; max-width: 88%; margin: 0 0 9px; padding: 7px 8px 6px; border: 1px solid #79b5cc; border-radius: 10px 10px 10px 3px; color: #17435e; background: linear-gradient(#fff, #d5f1fa); box-shadow: 0 1px 2px rgba(0,50,80,.2); animation: phone-message-in .35s ease-out both; }
.phone-bubble.is-admin { margin-left: auto; border-color: #52a8c7; border-radius: 10px 10px 3px 10px; background: linear-gradient(#eafff4, #b5ebdd); }.phone-bubble strong { display: block; margin-bottom: 3px; color: #075a88; font-size: 9px; }.phone-bubble p { font-size: 10px; line-height: 1.3; }.phone-bubble time { display: block; margin-top: 4px; color: #5d8795; font-size: 8px; text-align: right; }
@keyframes phone-message-in { from { opacity: 0; transform: translateY(7px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 700px) { .server-phone-window { left: 50%; width: 208px; height: 396px; } .phone-artboard { width: 208px; height: 396px; } }
.media-player-window .window-titlebar { flex: 0 0 34px; }.media-window-content { min-height: 0; }.media-window-content .media-player-content { overflow-y: auto; height: 100%; }
.media-player-content { padding: 12px; background: linear-gradient(180deg, #d8f4ff, #81c5ec 55%, #2f8ed1); border-top: 1px solid rgba(255,255,255,.85); }
.media-screen { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 8px 12px; color: #dffaff; background: radial-gradient(circle at 50% 20%, rgba(31,159,201,.35), transparent 55%), #063e79; border: 1px solid #0a2e60; box-shadow: inset 0 1px 5px rgba(0,0,0,.65), 0 1px rgba(255,255,255,.75); }
.media-disc { position: relative; display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 54px; border: 3px solid #b8f6ff; border-radius: 50%; background: repeating-radial-gradient(circle, #151b22 0 1px, #303942 2px 3px, #090d12 4px 5px); box-shadow: 0 0 8px rgba(99,238,255,.7), inset 0 0 5px #000; animation: media-spin 4s linear infinite; animation-play-state: paused; }
.media-disc::before { content: ''; position: absolute; top: 7px; left: 10px; width: 18px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.38); filter: blur(2px); transform: rotate(-25deg); }
.media-disc-hole { position: relative; z-index: 1; width: 12px; height: 12px; border: 3px solid #dffaff; border-radius: 50%; background: #0b79ad; box-shadow: 0 0 0 3px #d66d45; }
.media-track-info { display: grid; gap: 4px; }.media-track-info strong { color: #fff; font-size: 14px; text-shadow: 0 1px #001f46; }.media-track-info span { color: #8de8ff; font-size: 11px; }
.soundcloud-source { margin-top: 9px; padding: 7px; border: 1px solid #72b4d5; background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(199,235,249,.8)); box-shadow: inset 0 1px rgba(255,255,255,.9); }.soundcloud-label { margin-bottom: 5px; color: #075a91; font-size: 10px; font-weight: bold; }.soundcloud-source iframe { display: block; width: 100%; height: 92px; border: 0; }
.media-controls { display: flex; align-items: center; gap: 6px; margin-top: 9px; }.media-control { min-width: 28px; height: 24px; border: 1px solid #075195; border-radius: 4px; color: #06447d; background: linear-gradient(#fff, #bce9fb 48%, #55aee0); box-shadow: inset 0 1px #fff; cursor: pointer; font-size: 10px; font-weight: bold; }.media-control:hover { background: linear-gradient(#fff, #d8f7ff 48%, #76c9ed); }.media-play { min-width: 34px; color: #fff; background: linear-gradient(#77e6ef, #0799c2 48%, #05679e); }.media-progress { min-width: 70px; flex: 1; accent-color: #087fc0; }.media-volume { display: flex; align-items: center; gap: 4px; color: #06447d; font-size: 9px; font-weight: bold; white-space: nowrap; }.media-volume input { width: 64px; accent-color: #087fc0; }
.media-playlist { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }.media-playlist-item { padding: 4px 8px; border: 1px solid #6ea9c9; border-radius: 3px; color: #07477f; background: rgba(255,255,255,.72); cursor: pointer; font-size: 10px; }.media-playlist-item:hover, .media-playlist-item.selected { color: #fff; background: #0b72b7; border-color: #064b8c; }
@keyframes media-spin { to { transform: rotate(360deg); } }
@media (max-width: 700px) { .sparkle { display: none; } .window-container, .taskbar { -webkit-box-reflect: none; } }

/* EmpireTools Window - Separate Desktop Window */
.desktop-window {
    position: fixed;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(8,60,156,.92);
    border-radius: 7px 7px 0 0;
    background: rgba(72,153,231,.32);
    box-shadow: 0 0 0 1px rgba(255,255,255,.48) inset, 0 8px 24px rgba(0,35,90,.58), 0 0 28px rgba(112,205,255,.32);
    backdrop-filter: blur(9px) saturate(1.35);
}

.empiretools-window {
    z-index: 10000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(62vw, calc(100vh - 80px), 700px);
    height: min(62vw, calc(100vh - 80px), 700px);
    animation: windowSlideIn 0.3s ease-out;
}

@keyframes windowSlideIn {
    from {
        transform: translate(-50%, -45%) scale(0.8);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.empiretools-window.minimized {
    animation: windowSlideOut 0.3s ease-out;
    transform: translate(-50%, 100%);
    opacity: 0;
}

@keyframes windowSlideOut {
    from {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    to {
        transform: translate(-50%, 100%) scale(0.8);
        opacity: 0;
    }
}

.empiretools-content {
    background: #fff;
}

.empiretools-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.empiretools-logo .logo-icon {
    width: 80px;
    height: 80px;
    background-size: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.empiretools-logo h1 {
    font-size: 48px;
    color: #003d6b;
    margin: 0;
}

/* Additional Icons for EmpireTools */
.steam-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23003d6b"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/><circle cx="12" cy="12" r="3"/></svg>');
}

.ea-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23003d6b"><path d="M7 7h10v2H7zm0 4h10v2H7zm0 4h7v2H7z"/></svg>');
}

.ubisoft-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23003d6b"><path d="M12 2L2 7v10l10 5 10-5V7L12 2zm0 2.18L19.82 8 12 11.82 4.18 8 12 4.18zM4 9.5l7 3.5v7l-7-3.5v-7zm9 11v-7l7-3.5v7l-7 3.5z"/></svg>');
}

.library-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23003d6b"><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12z"/></svg>');
}

.theme-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23003d6b"><path d="M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"/></svg>');
}

.check-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300a65a"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>');
}

.download-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23003d6b"><path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/></svg>');
}

/* Minesweeper: compact Windows XP game window and tactile board. */
.minesweeper-launch { border: 0; background: transparent; cursor: pointer; }.minesweeper-launch:hover { background: transparent; }
.minesweeper-icon, .minesweeper-menu-icon, .minesweeper-window-icon { object-fit: cover; object-position: top; image-rendering: pixelated; }.minesweeper-icon { width: 48px; height: 48px; filter: drop-shadow(1px 2px 1px rgba(0,0,0,.38)); }.minesweeper-menu-icon { width: 26px; height: 26px; }.minesweeper-window-icon { display: block; flex: 0 0 20px; width: 20px; height: 20px; }
.minesweeper-menu-icon { font-size: 18px; }.minesweeper-window-icon { font-size: 15px; }
.minesweeper-window { z-index: 10003; top: 50%; left: 50%; width: 330px; height: auto; transform: translate(-50%, -50%); border: 1px solid #083c9c; border-radius: 7px 7px 0 0; box-shadow: 0 8px 24px rgba(0,35,90,.58), 0 0 0 1px rgba(255,255,255,.48) inset; }
.minesweeper-content { padding: 9px; background: #c0c0c0; border: 2px solid #fff; border-right-color: #555; border-bottom-color: #555; }
.mine-face { position: relative; display: block; width: 17px; height: 17px; border: 1px solid #765b00; border-radius: 50%; background: #ffef00; box-shadow: inset 1px 1px #fff76e; }.mine-face::before { content: ''; position: absolute; top: 4px; left: 3px; width: 2px; height: 2px; background: #111; box-shadow: 8px 0 #111; }.mine-face::after { content: ''; position: absolute; left: 4px; bottom: 3px; width: 7px; height: 3px; border-bottom: 1px solid #111; border-radius: 50%; }.mine-face.is-win::after { bottom: 4px; border-top: 1px solid #111; border-bottom: 0; }.mine-face.is-loss::before { transform: rotate(45deg); box-shadow: 0 0 #111; width: 9px; height: 1px; top: 7px; left: 4px; }.mine-face.is-loss::after { transform: rotate(-45deg); bottom: 7px; left: 4px; width: 9px; border-bottom: 1px solid #111; }
.mine-menubar { display: flex; height: 20px; align-items: center; gap: 2px; background: #c0c0c0; }.mine-menubar button { padding: 1px 5px; border: 0; background: transparent; color: #111; cursor: pointer; font: 11px Tahoma, sans-serif; }.mine-menubar button:hover { border: 1px dotted #111; padding: 0 4px; }
.mine-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; padding: 7px 10px; border: 3px solid #777; border-right-color: #fff; border-bottom-color: #fff; background: #c0c0c0; }.mine-counter { min-width: 43px; padding: 1px 3px; border: 2px solid #777; border-right-color: #fff; border-bottom-color: #fff; color: #f00; background: #111; font: bold 21px 'Courier New', monospace; line-height: 22px; text-align: right; }.mine-options { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 6px; color: #333; font-size: 9px; }.mine-options label { display: flex; align-items: center; gap: 3px; }.mine-options select { height: 19px; border: 1px solid #777; background: #fff; font: 9px Tahoma, sans-serif; }
.minesweeper-menu { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-bottom: 9px; padding: 5px; border: 2px solid #777; border-right-color: #fff; border-bottom-color: #fff; background: #c0c0c0; color: #111; font-size: 10px; }.minesweeper-menu label { display: flex; align-items: center; gap: 4px; }.minesweeper-menu select { height: 22px; border: 1px solid #777; background: #fff; font: 10px Tahoma, sans-serif; }.mine-reset { display: grid; place-items: center; width: 25px; height: 25px; border: 2px solid #fff; border-right-color: #555; border-bottom-color: #555; background: #c0c0c0; cursor: pointer; font-size: 16px; line-height: 1; }.mine-reset:active { border-color: #555 #fff #fff #555; }.mine-status { min-width: 48px; color: #333; font-size: 9px; text-align: right; }
.mine-board { display: grid; grid-template-columns: repeat(9, 24px); grid-auto-rows: 24px; width: max-content; margin: 0 auto; padding: 3px; border: 3px solid #777; border-right-color: #fff; border-bottom-color: #fff; background: #808080; }.mine-cell { display: grid; place-items: center; width: 24px; height: 24px; padding: 0; border: 2px solid #fff; border-right-color: #777; border-bottom-color: #777; background: #c0c0c0; color: #111; cursor: pointer; font: bold 14px Tahoma, sans-serif; line-height: 1; }.mine-cell:focus { outline: 1px dotted #111; outline-offset: -4px; }.mine-cell.revealed { border: 1px solid #888; background: #bdbdbd; cursor: default; }.mine-cell.flagged::before { content: ''; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 8px solid #d00; box-shadow: -2px 6px 0 -1px #111; transform: translate(-1px, -2px); }.mine-cell.mine.revealed { background: #f44; }.mine-cell.mine.revealed::before { content: ''; width: 12px; height: 12px; border-radius: 50%; background: #111; box-shadow: 0 -6px 0 -4px #111, 0 6px 0 -4px #111, -6px 0 0 -4px #111, 6px 0 0 -4px #111, 4px 4px 0 -4px #111, -4px -4px 0 -4px #111, 4px -4px 0 -4px #111, -4px 4px 0 -4px #111; }.mine-cell.number-1 { color: #00e; }.mine-cell.number-2 { color: #087b08; }.mine-cell.number-3 { color: #d00; }.mine-cell.number-4 { color: #000080; }.mine-cell.number-5 { color: #800000; }.mine-cell.number-6 { color: #008080; }.mine-cell.number-7 { color: #111; }.mine-cell.number-8 { color: #666; }
.minesweeper-help { padding: 7px 2px 1px; color: #444; font-size: 9px; text-align: center; }
@media (max-width: 700px) { .minesweeper-window { width: min(330px, calc(100vw - 16px)); }.minesweeper-menu { flex-wrap: wrap; }.mine-board { transform: scale(.9); transform-origin: top center; margin-bottom: -24px; } }
