.tonymac-screen{--selection-ring: #e8f0ff;--text-primary: #e5e5e5;--status-text: #dfe7f5;--action-bg: rgba(0, 0, 0, .55);--action-stroke: rgba(0, 0, 0, .55);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover;background-repeat:no-repeat;background-position:center;color:var(--text-primary);text-align:center;position:relative;padding:60px 24px 70px;gap:26px}.tonymac-screen.theme-modern-dark{--selection-ring: #f0f0f0;--text-primary: #d7dbe5;--status-text: #c9ceda;--action-bg: rgba(255, 255, 255, .08);--action-stroke: rgba(255, 255, 255, .14)}.tonymac-screen.theme-modern-light{--selection-ring: #7a7a7a;--text-primary: #525252;--status-text: #666;--action-bg: rgba(0, 0, 0, .06);--action-stroke: rgba(0, 0, 0, .1)}.logo img{width:180px;max-width:60vw;filter:drop-shadow(0 6px 12px rgba(0,0,0,.55))}.entries-row{display:flex;gap:22px;flex-wrap:wrap;justify-content:center;width:min(1200px,100%)}.boot-entry{position:relative;background:transparent;border:none;color:inherit;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;padding:10px 8px;min-width:144px}.boot-entry .entry-icon{width:144px;height:144px;display:grid;place-items:center;border-radius:16px;box-shadow:0 10px 24px #0000008c;background:transparent;position:relative;z-index:1}.boot-entry.selected .entry-icon{background:linear-gradient(180deg,#fff,#f4f4f4 60%,#dcdcdc);box-shadow:0 12px 30px #0000008c;border:1px solid #d8d8d8}.boot-entry.inactive .entry-icon{background:transparent;box-shadow:0 10px 24px #0000008c;border:none}.boot-entry .entry-icon img{width:100%;height:100%;object-fit:contain}.boot-entry .badge{position:absolute;top:4px;left:4px;width:44px;height:44px;border-radius:50%;overflow:hidden;box-shadow:0 6px 12px #0000008c}.boot-entry .badge img{width:100%;height:100%;object-fit:contain}.boot-entry .entry-name{font-size:13px;color:#f3f3f3;letter-spacing:.25px;text-shadow:0 2px 6px rgba(0,0,0,.7)}.status-line{font-size:13px;color:var(--status-text);text-shadow:0 2px 10px rgba(0,0,0,.65)}.actions-row{display:flex;gap:14px;justify-content:center}.action-btn{width:42px;height:42px;border:none;border-radius:8px;background:var(--action-bg);box-shadow:0 8px 18px #0006;display:grid;place-items:center;cursor:pointer}.action-btn.selected{box-shadow:0 0 0 2px var(--selection-ring),0 10px 22px #0009}.action-btn img{width:28px;height:28px}.theme-row{display:flex;gap:10px;justify-content:center}.theme-btn{border:1px solid rgba(255,255,255,.12);background:#0006;color:var(--text-primary);padding:8px 12px;border-radius:999px;cursor:pointer;font-size:12px}.theme-btn.active{background:#ffffff26}.theme-modern-light .theme-btn{border-color:#0000001f;background:#ffffffb3}.theme-modern-light .theme-btn.active{background:#00000014}.footer{position:absolute;bottom:18px;left:0;right:0;display:flex;justify-content:space-between;padding:0 22px;font-size:12px;color:#d7dfef;text-shadow:0 2px 10px rgba(0,0,0,.6);letter-spacing:.3px}.modern .entries-row{gap:80px}.modern .boot-entry .entry-icon{width:128px;height:128px;box-shadow:none;border-radius:24px}.modern .boot-entry.selected .entry-icon{background:transparent;box-shadow:0 0 0 3px var(--selection-ring);border:none}.modern .boot-entry.inactive .entry-icon{box-shadow:none;border:none;background:transparent}.modern .badge{display:none}.modern .actions-row{gap:18px}.modern .action-btn{width:38px;height:38px;border-radius:999px;background:var(--action-bg);box-shadow:0 4px 12px #0003;border:1px solid var(--action-stroke);opacity:.85}.modern .action-btn.selected{box-shadow:0 0 0 2px var(--selection-ring),0 6px 14px #00000040;opacity:1}.modern .action-btn img{width:20px;height:20px}.clover .entries-row{gap:22px}.clover .boot-entry .entry-icon{width:128px;height:128px;box-shadow:0 10px 24px #0000008c;border-radius:12px}.clover .boot-entry.selected .entry-icon{box-shadow:0 0 0 3px var(--selection-ring),0 12px 30px #0000008c}.loading{background:#1a1a1a;justify-content:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes pop{0%{transform:scale(.95);opacity:.5}to{transform:scale(1);opacity:1}}.options-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.options-modal{background:linear-gradient(180deg,#3a3a3a,#2a2a2a);border-radius:12px;padding:24px 32px;min-width:280px;box-shadow:0 20px 40px #00000080;border:1px solid rgba(255,255,255,.1)}.options-modal h2{margin:0 0 16px;font-size:18px;font-weight:500;color:#fff;text-align:center}.options-list{display:flex;flex-direction:column;gap:8px}.option-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#e0e0e0;font-size:14px;cursor:pointer;transition:background .15s,border-color .15s}.option-item:hover{background:#ffffff1a}.option-item.selected{background:#ffffff26;border-color:#ffffff4d}.option-item.active{color:#fff}.option-item .checkmark{color:#4ade80;font-size:16px}.option-item .theme-badge{font-size:10px;padding:2px 6px;background:#4ade8033;color:#4ade80;border-radius:4px;margin-left:8px}.options-hint{margin:16px 0 0;font-size:11px;color:#888;text-align:center}@media (max-width: 720px){.boot-entry{min-width:120px;gap:8px}.boot-entry .entry-icon{width:108px;height:108px}.boot-entry .frame img{width:120px;height:120px}.footer{flex-direction:column;align-items:center;gap:4px}}.xp-post{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:99999;display:flex;flex-direction:column;font-family:"Perfect DOS VGA 437",Courier New,Courier,monospace;color:#aaa;padding:20px 40px;box-sizing:border-box;overflow:hidden}.post-header{display:flex;justify-content:flex-end;margin-bottom:10px}.epa-logo{width:80px;height:auto;image-rendering:pixelated}.post-content{flex:1}.post-text{margin:0;font-size:16px;line-height:1.5;white-space:pre-wrap}.post-footer{margin-top:auto;padding-top:20px}.post-footer pre{margin:0;font-size:16px;color:#aaa}.xp-bootloader{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:99999;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Perfect DOS VGA 437",Courier New,Courier,monospace;color:#aaa;padding:40px;box-sizing:border-box}.bootloader-content{max-width:600px;width:100%}.bootloader-hint{margin:0 0 8px;font-size:16px;color:#aaa}.bootloader-title{margin:24px 0 16px;font-size:16px;color:#fff}.boot-options{list-style:none;margin:0;padding:0}.boot-options li{padding:4px 8px;margin:2px 0;font-size:16px;cursor:pointer;color:#aaa}.boot-options li.selected{background:#aaa;color:#000}.boot-options li:hover:not(.selected){color:#fff}.bootloader-countdown{margin-top:32px;font-size:16px;color:#fff}.bootloader-countdown span{color:#ff0}.xp-boot{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#000;z-index:99999}.xp-boot img{max-width:100%;max-height:100%}.xp-login{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;display:flex;flex-direction:column}.xp-login-top,.xp-login-bottom{height:15%;background:#00309c}.xp-login-bottom{display:flex;align-items:center;justify-content:center}.xp-login-footer{padding-top:10px;font-family:Trebuchet MS,Tahoma,sans-serif;color:#fff9;text-align:center;font-size:14px}.xp-login-middle{height:70%;padding:3px;display:flex;justify-content:center;align-items:center;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.75) 50%,transparent) center / 1px 100% no-repeat,linear-gradient(to right,transparent,rgba(255,255,255,.75),transparent) top / 100% 3px no-repeat,linear-gradient(to right,transparent,rgba(247,150,55,1),transparent) bottom / 100% 3px no-repeat,#5a7edc}.xp-login-holder{width:100%;max-width:900px;display:flex;align-items:center;justify-content:center;gap:40px;height:100%;text-align:center}.xp-login-left{width:400px;margin:10px;text-align:right;color:#fff}.xp-logo{width:150px;margin-bottom:15px}.xp-login-msg{padding-right:25px;font-size:20px;font-family:Trebuchet MS,Tahoma,sans-serif}.xp-login-right{width:400px;margin:10px;display:flex;flex-direction:column;text-align:left;position:relative;max-height:100%;overflow-y:auto;align-items:stretch;box-sizing:border-box}.xp-login-container{height:100%;overflow-x:hidden;overflow-y:auto;box-sizing:border-box}.xp-login-user{padding:1px;margin-bottom:10px;cursor:pointer;border-radius:11px}.xp-login-user:hover .xp-login-user-inner{opacity:1}.xp-login-user.selected{background:linear-gradient(to right,#ffffff4d,#fff0);background-repeat:no-repeat;background-size:100% 100%}.xp-login-user.selected .xp-login-user-inner{background:linear-gradient(to right,#00309c,#5a7edc);opacity:1}.xp-login-user.active .xp-login-user-inner{opacity:1;pointer-events:none;animation:xp-login-pulse 1s ease-in-out infinite}@keyframes xp-login-pulse{0%,to{opacity:1}50%{opacity:.7}}.xp-login-user-inner{display:flex;align-items:center;width:100%;padding:10px;border:1px solid #5a7edc;border-radius:10px;background:#5a7edc;color:#fff;text-align:left;opacity:.5;transition:opacity .3s ease,transform .3s ease;transform:translateY(0);gap:12px;position:relative;min-height:50px}.xp-user-avatar{width:48px;height:48px;border:2px solid rgb(255,255,255);border-radius:5px;object-fit:cover}.xp-user-info{overflow:hidden}.xp-user-name{font-size:20px;font-family:Trebuchet MS,Tahoma,sans-serif}.xp-desktop{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0055e5,#039);display:flex;align-items:center;justify-content:center;z-index:999}.xp-desktop-content{text-align:center;color:#fff;font-family:Trebuchet MS,Tahoma,sans-serif}.xp-desktop-content h2{font-size:32px;margin-bottom:10px}.xp-desktop-content p{font-size:18px;margin-bottom:30px;opacity:.8}.xp-exit-btn{background:linear-gradient(180deg,#fff,#e6e6e6);border:1px solid #003366;border-radius:4px;padding:10px 24px;font-size:14px;font-family:Trebuchet MS,Tahoma,sans-serif;cursor:pointer;box-shadow:0 2px 4px #0000004d;transition:background .2s}.xp-exit-btn:hover{background:linear-gradient(180deg,#e6e6e6,#ccc)}.xp-exit-btn:active{background:linear-gradient(180deg,#ccc,#b3b3b3)}@media (max-width: 900px){.xp-login-holder{flex-direction:column;gap:20px}.xp-login-left,.xp-login-right{width:90%;max-width:400px;text-align:center}.xp-login-msg{padding-right:0;font-size:16px}.xp-logo{width:120px}.xp-post,.xp-bootloader{padding:20px}.post-text,.bootloader-hint,.bootloader-title,.boot-options li,.bootloader-countdown{font-size:12px}}:root{color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Lucida Grande,Segoe UI,Tahoma,sans-serif;background-color:#000;color:#e9f2ff}button{font:inherit;color:inherit}
