@import"https://fonts.googleapis.com/css2?family=Tahoma:wght@400;700&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--font: Tahoma, "MS Sans Serif", Arial, sans-serif;--win-bg: #ece9d8;--gray-100: #f0ece0;--gray-200: #d4d0c8;--gray-300: #b0aea4;--taskbar-h: 30px}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:var(--font);font-size:11px;-webkit-user-select:none;user-select:none}.desktop .desk-icon,.desktop .sm-item,.desktop .sm-right-item,.desktop .sm-all-programs,.desktop .window-btn,.desktop .taskbar-app,.desktop .start-btn,.desktop .menubar-item,.desktop button,.desktop [style*=cursor]{cursor:var(--cursor-pointer, pointer)}.desktop{width:100%;max-width:100vw;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;position:relative;overflow:hidden;cursor:var(--cursor-default, default);background-color:#3a6ea5;background-size:cover;background-position:center center;background-repeat:no-repeat}.recycle-desk-icon{bottom:50px}@media(max-width:768px){html,body,#root{min-height:100dvh;min-height:-webkit-fill-available}.desktop{min-height:100dvh;max-height:100dvh;height:100dvh}.desktop-icons{padding-top:max(10px,env(safe-area-inset-top,0px));padding-left:max(10px,env(safe-area-inset-left,0px))}.recycle-desk-icon{bottom:calc(12px + env(safe-area-inset-bottom,0px))}.xp-window{max-width:calc(100vw - 8px);max-height:calc(100dvh - 12px)}}.desktop-icons{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px}.desk-icon{display:flex;flex-direction:column;align-items:center;width:74px;padding:4px 2px;gap:3px;border-radius:2px;cursor:pointer}.desk-icon:hover{background:#316ac540;outline:1px dotted rgba(255,255,255,.7)}.desk-icon.selected{background:#316ac58c;outline:1px dotted rgba(255,255,255,.9)}.desk-icon-img{width:32px;height:32px;image-rendering:pixelated;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.45))}.desk-icon-label{font-size:11px;color:#fff;text-align:center;text-shadow:1px 1px 2px #000,-1px -1px 2px #000,1px -1px 2px #000,-1px 1px 2px #000,0 1px 3px #000;line-height:1.25;word-break:break-word;max-width:72px;white-space:pre-line}.xp-window{position:absolute;min-width:200px;min-height:100px;max-width:calc(100vw - 8px);max-height:calc(100vh - 42px);display:flex;flex-direction:column;overflow:hidden;border:3px solid #0831d9;border-top:none;border-radius:0 0 4px 4px;box-shadow:2px 4px 14px #0000008c}.xp-window.active{border-color:#0831d9}.xp-window.inactive{border-color:#7a96c0}.xp-title-bar{height:28px;display:flex;align-items:center;padding:0 4px 0 8px;gap:4px;cursor:move;flex-shrink:0;position:relative;touch-action:none}.xp-window.active .xp-title-bar{background:linear-gradient(180deg,#4d8fe8,#1360d0 3%,#1a68d8,#1662ce,#1a68d8 9%,#1866d6 52%,#1360cc 90%,#0e55be);border-top:1px solid #5a9af8;border-bottom:1px solid #0831d9;border-radius:6px 6px 0 0;box-shadow:inset 0 1px #ffffff59}.xp-window.inactive .xp-title-bar{background:linear-gradient(180deg,#aabedd,#7496bf 3%,#7e9fc8,#7896be,#7e9fc8 9%,#7c9ec6 52%,#7090bc 90%,#678cb8);border-top:1px solid #bdd0ea;border-bottom:1px solid #7a96c0;border-radius:6px 6px 0 0;box-shadow:inset 0 1px #fff3}.xp-title-text{flex:1;overflow:hidden;font-size:11px;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);white-space:nowrap;text-overflow:ellipsis}.xp-window.inactive .xp-title-text{color:#d0d8e8}.xp-win-btns{display:flex;gap:2px;flex-shrink:0;align-items:center}.xp-win-btn{width:21px;height:21px;border-radius:3px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;position:relative}.xp-win-min,.xp-win-max{background:linear-gradient(180deg,#f0ece0,#e0dcd0,#d4d0c4 60%,#c8c4b8);border:1px solid #88827a;box-shadow:inset 0 1px #ffffffe6,inset -1px 0 #ffffff80}.xp-win-min:hover,.xp-win-max:hover{background:linear-gradient(180deg,#fff,#f0ece0,#e4e0d4 60%,#d8d4c8)}.xp-win-min:active,.xp-win-max:active{background:linear-gradient(180deg,#c8c4b8,#d8d4c8);box-shadow:inset 1px 1px 2px #0003}.xp-win-close{background:linear-gradient(180deg,#e86060,#d43030,#c02020 60%,#aa1818);border:1px solid #881010;box-shadow:inset 0 1px #ffffff73,inset -1px 0 #fff3;width:21px;height:21px}.xp-win-close:hover{background:linear-gradient(180deg,#ff7070,#e84040,#d02828 60%,#be2020)}.xp-win-close:active{background:linear-gradient(180deg,#b01818,#c82020);box-shadow:inset 1px 1px 2px #0000004d}.xp-menu-bar{background:var(--win-bg);border-bottom:1px solid var(--gray-300);display:flex;align-items:center;padding:1px 4px;gap:0;flex-shrink:0;height:22px}.xp-menu-item{padding:2px 6px;font-size:11px;border-radius:2px;cursor:default}.xp-menu-item:hover{background:#316ac5;color:#fff}.xp-win-content{background:var(--win-bg);flex:1;overflow:auto;padding:12px}.xp-win-content.no-pad{padding:0;overflow:hidden}.xp-win-content::-webkit-scrollbar{width:17px}.xp-win-content::-webkit-scrollbar-track{background:var(--gray-200);border-left:1px solid var(--gray-300)}.xp-win-content::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#e0dcd0,#c8c4b8,#d4d0c8);border:1px solid #888;border-radius:2px;min-height:24px}.xp-win-content::-webkit-scrollbar-button{background:linear-gradient(180deg,#e8e4d8,#c8c4b8);border:1px solid #888;height:17px}.taskbar{position:absolute;bottom:0;left:0;right:0;height:var(--taskbar-h);display:flex;align-items:center;z-index:500;padding:2px 4px 2px 2px;gap:2px;background:linear-gradient(180deg,#1c5fba,#3a83da,#2872ce 4%,#2060c0 8%,#1d5bbf 18%,#1b57bc 80%,#1450b4);border-top:1px solid #4a8cf0;box-shadow:0 -1px #0040aa}.start-btn{height:28px;padding:0 10px 0 7px;display:flex;align-items:center;gap:5px;cursor:pointer;flex-shrink:0;background:linear-gradient(180deg,#56cd48,#4bbb3e 15%,#3daa30 40%,#34a028,#3aaa2e,#30982a,#259020);border:1px solid #185a14;border-radius:12px;box-shadow:0 1px 3px #00000073,inset 0 1px #fff6,inset 0 0 0 1px #ffffff26}.start-btn:hover{background:linear-gradient(180deg,#68d85a,#5ece50 15%,#50bc42 40%,#44b038,#4ab83e,#40a834,#34a028)}.start-btn.pressed,.start-btn:active{background:linear-gradient(180deg,#289820,#329a28 40%,#2c9020);box-shadow:inset 1px 1px 3px #0000004d}.start-btn-text{font-size:13px;font-weight:700;font-style:italic;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-family:var(--font);letter-spacing:.5px}.taskbar-sep{width:2px;height:22px;flex-shrink:0;background:linear-gradient(180deg,#0006,#0003,#0006);margin:0 2px;box-shadow:1px 0 #ffffff26}.taskbar-apps{flex:1;display:flex;gap:2px;overflow:hidden}.taskbar-app-btn{height:24px;min-width:80px;max-width:160px;padding:0 7px;display:flex;align-items:center;gap:4px;cursor:pointer;overflow:hidden;flex-shrink:0;font-family:var(--font);font-size:11px;font-weight:700;color:#fff;border-radius:3px;border:1px solid rgba(0,0,50,.3);background:linear-gradient(180deg,#4a8ad4,#2a66b8 40%,#2060b0);box-shadow:inset 0 1px #ffffff40}.taskbar-app-btn:hover{background:linear-gradient(180deg,#5a9ae4,#3a76c8 40%,#3070c0)}.taskbar-app-btn.active{background:linear-gradient(180deg,#1a50a0,#2060b0);box-shadow:inset 1px 1px 3px #00000059,inset 0 0 0 1px #00000026}.taskbar-app-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.taskbar-tray{display:flex;align-items:center;gap:6px;padding:0 7px;height:24px;flex-shrink:0;background:linear-gradient(180deg,#0e4aaa,#1858b8);border:1px solid rgba(0,0,0,.35);border-radius:3px;box-shadow:inset 0 1px #ffffff1a,inset 1px 0 #ffffff0d}.tray-divider{width:1px;height:16px;background:linear-gradient(180deg,#0000004d,#ffffff1a)}.tray-time{font-size:11px;color:#fff;white-space:nowrap;cursor:default}.start-menu{position:absolute;bottom:var(--taskbar-h);left:0;width:380px;z-index:450;overflow:hidden;border:2px solid #003280;border-bottom:none;border-radius:8px 8px 0 0;box-shadow:4px 0 16px #0000008c}.start-menu-header{background:linear-gradient(180deg,#2a5cd9,#1b52c8);padding:10px 14px;display:flex;align-items:center;gap:12px;border-bottom:2px solid #4878e8}.sm-avatar{width:52px;height:52px;border-radius:4px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:36px;border:2px solid rgba(255,255,255,.3)}.sm-username{color:#fff;font-size:13px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.start-menu-body{display:flex;background:#fff}.sm-left{flex:1;padding:8px 0;display:flex;flex-direction:column;background:#fff}.sm-right{width:140px;background:#d7e4f5;border-left:1px solid #94b0d8;padding:8px 0;display:flex;flex-direction:column}.sm-col-divider{display:none}.sm-section-label{font-size:10px;font-weight:700;color:#888;padding:4px 14px 2px;letter-spacing:.3px}.sm-item{display:flex;align-items:center;gap:10px;padding:5px 14px;cursor:pointer;font-size:11px;font-weight:700;color:#000}.sm-item:hover{background:#316ac5;color:#fff}.sm-divider{border:none;height:1px;margin:4px 10px;background:linear-gradient(90deg,#ccc,#aaa,#ccc)}.sm-all-programs{display:flex;align-items:center;justify-content:space-between;padding:5px 14px;cursor:pointer;font-size:11px;font-weight:700;color:#000;margin-top:auto;border-top:1px solid #ddd}.sm-all-programs:hover{background:#316ac5;color:#fff}.sm-right-item{display:flex;align-items:center;gap:8px;padding:4px 10px;cursor:pointer;font-size:11px;color:#000}.sm-right-item:hover{background:#316ac5;color:#fff}.start-menu-footer{background:linear-gradient(180deg,#b8cce8,#98b8e0);border-top:2px solid #4878e8;display:flex;justify-content:flex-end;gap:6px;padding:6px 10px}.sm-footer-btn{display:flex;align-items:center;gap:5px;padding:4px 12px;cursor:pointer;font-family:var(--font);font-size:11px;background:linear-gradient(180deg,#f0ece0,#d4d0c8);border:1px solid #888;border-radius:3px;box-shadow:0 1px 2px #0003}.sm-footer-btn:hover{background:linear-gradient(180deg,#fff,#e4e0d4)}.xp-btn{padding:4px 16px;font-family:var(--font);font-size:11px;border:1px solid #888;border-radius:3px;background:linear-gradient(180deg,#f0ece0,#d9d5c8 40%,#c8c4b8);cursor:pointer;min-width:70px;box-shadow:0 1px 2px #0003,inset 0 1px #ffffffb3}.xp-btn:hover{background:linear-gradient(180deg,#fff,#ece9d8 40%,#d8d4c8)}.xp-btn:active{background:linear-gradient(180deg,#c8c4b8,#d9d5c8);box-shadow:inset 1px 1px 3px #0003}.xp-btn.primary{background:linear-gradient(180deg,#5888f0,#2060d8 40%,#1050c0);color:#fff;border-color:#0030a0;box-shadow:0 1px 3px #00000059,inset 0 1px #fff6}.xp-btn.primary:hover{background:linear-gradient(180deg,#6898ff,#3070e8 40%,#2060d0)}.notepad-wrap{display:flex;flex-direction:column;height:100%}.notepad-textarea{flex:1;width:100%;background:#fff;border:inset 2px #888;padding:4px 6px;font-family:Lucida Console,Courier New,monospace;font-size:12px;line-height:1.65;color:#000;resize:none;outline:none;white-space:pre;overflow:auto}.notepad-statusbar{height:18px;background:var(--win-bg);border-top:1px solid var(--gray-300);display:flex;align-items:center;font-size:10px;color:#555;padding:0 6px;gap:12px;flex-shrink:0}.notepad-statusbar-cell{border-left:1px solid var(--gray-300);padding-left:12px}.photos-wrap{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--win-bg)}.photos-toolbar{flex-shrink:0;background:var(--win-bg);border-bottom:1px solid var(--gray-300);padding:4px 8px 5px;display:flex;align-items:center;gap:14px;font-size:11px;color:#000}.photos-menu-item{cursor:default}.photos-menu-item:hover{text-decoration:underline}.photos-scroll{flex:1;min-height:0;overflow:auto;background:#fff;border-top:1px solid #fff;border-bottom:1px solid var(--gray-300)}.photos-grid{padding:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:10px;align-items:start}@media(min-width:520px){.photos-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr))}}@media(min-width:720px){.photos-grid{grid-template-columns:repeat(auto-fill,minmax(152px,1fr))}}.photos-card{margin:0;display:flex;flex-direction:column;min-width:0;width:100%;max-width:100%}.photos-thumb{width:100%;max-width:100%;box-sizing:border-box;border:2px solid;border-color:#f1efe8 #5a5347 #5a5347 #f1efe8;border-radius:2px;background:#ece9d8;overflow:hidden;display:flex;align-items:center;justify-content:center}.photos-thumb--alpha{background-color:#d4d0c8;background-image:linear-gradient(45deg,#ccc 25%,transparent 25%),linear-gradient(-45deg,#ccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ccc 75%),linear-gradient(-45deg,transparent 75%,#ccc 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0}.photos-img{width:100%;height:100%;object-fit:contain;display:block;vertical-align:bottom}.photos-statusbar{height:18px;flex-shrink:0;background:var(--win-bg);border-top:1px solid #fff;display:flex;align-items:center;font-size:10px;color:#555;padding:0 6px}.cmd-wrap{background:#000;width:100%;height:100%;padding:4px 8px;overflow-y:auto;font-family:Lucida Console,Courier New,monospace;font-size:12px;line-height:1.55;color:silver}.cmd-wrap::-webkit-scrollbar{width:8px}.cmd-wrap::-webkit-scrollbar-track{background:#000}.cmd-wrap::-webkit-scrollbar-thumb{background:#555}.cmd-green{color:#0c0}.cmd-white{color:#fff}.cmd-yellow{color:#ff0}.cmd-cyan{color:#0cc}.cmd-gray{color:#888}.cmd-red{color:#f44}.cmd-cursor{animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.ie-browser{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--win-bg)}.ie-toolbar{background:var(--win-bg);border-bottom:1px solid var(--gray-300);padding:3px 6px;display:flex;align-items:center;gap:4px;flex-shrink:0}.ie-nav-btn,.ie-go-btn{min-width:46px;height:22px;padding:0 8px;font-size:11px;white-space:nowrap}.ie-address{display:flex;flex:1;min-width:160px;align-items:center;gap:5px;height:23px;padding:0 5px;background:#fff;border:2px inset #888}.ie-address span{color:#555;font-size:11px;flex-shrink:0}.ie-address input{flex:1;min-width:0;height:17px;border:0;outline:0;color:#0645ad;font-family:var(--font);font-size:11px;background:transparent}.ie-content{flex:1;min-height:0;background:#fff;overflow:hidden}.ie-content iframe{width:100%;height:100%;border:0;background:#fff}.ie-status{height:19px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:2px 8px;color:#444;background:#d4d0c8;border-top:1px solid #a09c90;font-size:10px}.ie-status span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:620px){.ie-toolbar{flex-wrap:wrap}.ie-address{order:3;flex-basis:100%}}.chaos-popup-layer{position:absolute;inset:0 0 var(--taskbar-h) 0;z-index:380;pointer-events:none}.chaos-popup{position:absolute;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;background:#ece9d8;border:3px solid #0831d9;border-top:none;border-radius:0 0 4px 4px;box-shadow:2px 4px 10px #0000008c}.chaos-title-bar{height:24px;display:flex;align-items:center;gap:4px;padding:0 3px 0 7px;flex-shrink:0;background:linear-gradient(180deg,#4d8fe8,#1360d0 4%,#1a68d8 55%,#0e55be);border-top:1px solid #5a9af8;border-bottom:1px solid #0831d9;border-radius:6px 6px 0 0;color:#fff;cursor:move;touch-action:none}.chaos-title{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.55)}.chaos-close{width:19px;height:19px;padding:0;flex-shrink:0;font-family:Arial,sans-serif;font-size:13px;font-weight:700;line-height:16px;color:#fff;border:1px solid #8c1b0d;border-radius:3px;background:linear-gradient(180deg,#ff8a5d,#ef3b1f 48%,#bd1c10);box-shadow:inset 0 1px #ffffff8c;text-transform:uppercase}.chaos-body{position:relative;flex:1;display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:8px;align-content:start;padding:9px;min-height:0;color:#000}.chaos-copy{grid-column:1;min-width:0;display:flex;flex-direction:column;gap:4px;font-size:12px;line-height:1.2;text-wrap:balance}.chaos-copy strong{width:max-content;max-width:100%;padding:1px 4px;color:#fff;background:#e11919;font-size:16px;line-height:1;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;letter-spacing:0;text-shadow:1px 1px #000;transform:rotate(-1deg)}.chaos-media{grid-column:2;grid-row:1;width:132px;height:104px;object-fit:cover;align-self:start;background:#fff;border:2px inset #888}.chaos-popup.image-only .chaos-body{display:block;padding:0;background:#000}.chaos-popup.image-only .chaos-media{width:100%;height:100%;display:block;border:none;object-fit:cover}.chaos-actions{grid-column:1 / -1;align-self:end;display:flex;justify-content:center;gap:8px;margin-top:6px}.chaos-actions .xp-btn{min-width:76px;padding:3px 10px}.chaos-badge{position:absolute;right:8px;bottom:34px;width:66px;height:56px;display:flex;align-items:center;justify-content:center;padding:9px;color:#fff;background:#ff2c2c;border:3px solid #fff;clip-path:polygon(50% 0%,61% 27%,88% 12%,73% 39%,100% 50%,73% 61%,88% 88%,61% 73%,50% 100%,39% 73%,12% 88%,27% 61%,0% 50%,27% 39%,12% 12%,39% 27%);font-size:9px;font-weight:700;line-height:1;text-align:center;transform:rotate(9deg);text-shadow:1px 1px #9b0000}.chaos-warning .chaos-body{background:repeating-linear-gradient(90deg,transparent 0 10px,rgba(0,0,0,.06) 10px 12px),#fff7a4}.chaos-warning .chaos-copy strong,.chaos-error .chaos-copy strong{background:#f00000}.chaos-news .chaos-body{color:#fff;background:linear-gradient(135deg,#22006c,#4f1bb1 52%,#d9ccff)}.chaos-news .chaos-copy strong{background:#fff;color:#4f1bb1;text-shadow:none}.chaos-baldness .chaos-body{color:#15120c;background:linear-gradient(90deg,rgba(255,208,0,.22) 0 18%,transparent 18% 100%),linear-gradient(180deg,#fffdf4,#f2f5f7)}.chaos-baldness .chaos-copy strong{background:#111;color:#ffd400;text-shadow:none;border:1px solid #ffd400}.chaos-baldness .chaos-media{border-color:#111;box-shadow:3px 3px #ffd400}.chaos-baldness .xp-btn{color:#111;border-color:#111;background:linear-gradient(180deg,#ffe35a,#f4c900 48%,#d9a900)}.chaos-petition .chaos-body{color:#f7f2c8;background:#07145a;font-family:Georgia,Times New Roman,serif}.chaos-petition .chaos-copy strong{background:#f7f2c8;color:#07145a;text-shadow:none}.chaos-sale .chaos-body{color:#fff;background:linear-gradient(90deg,rgba(255,255,255,.18) 0 12%,transparent 12% 100%),#e20000}.chaos-sale .chaos-copy strong{background:#ffe600;color:#0f0f0f;text-shadow:none}.chaos-prophecy .chaos-body{color:#001d68;background:radial-gradient(circle at 78% 22%,#fff 0 8%,transparent 9%),linear-gradient(135deg,#7efff3,#6cf16c 45%,#ffff54)}.chaos-prophecy .chaos-copy strong{background:#001d68;color:#fff}.chaos-image .chaos-body{background:linear-gradient(180deg,#fffffff0,#ece9d8eb),repeating-linear-gradient(-45deg,#f4f4f4 0 6px,#ddd 6px 12px)}.word-toolbar{background:var(--win-bg);border-bottom:1px solid var(--gray-300);padding:2px 6px;flex-shrink:0;display:flex;gap:2px;align-items:center}.word-tool-btn{height:22px;padding:0 5px;background:linear-gradient(180deg,#f0ece0,#d4d0c8);border:1px solid transparent;border-radius:2px;font-family:var(--font);font-size:11px;cursor:pointer}.word-tool-btn:hover{border-color:#888}.word-doc-wrap{flex:1;overflow-y:auto;background:gray;padding:16px;display:flex;flex-direction:column;align-items:center}.word-page{background:#fff;width:100%;max-width:540px;padding:36px 48px;min-height:600px;box-shadow:2px 2px 8px #0006;font-family:Times New Roman,Times,serif;font-size:11pt;color:#000;line-height:1.4}.resume-name{font-size:20pt;font-weight:700;margin-bottom:2px}.resume-subtitle{font-size:10pt;color:#555;margin-bottom:12px}.resume-contact{font-size:9pt;color:#333;margin-bottom:16px;border-bottom:2px solid #1a3cd9;padding-bottom:8px}.resume-section{margin-bottom:14px}.resume-section-h{font-size:10pt;font-weight:700;color:#fff;background:#1a3cd9;padding:1px 6px;margin-bottom:6px}.resume-entry{margin-bottom:8px;padding-left:6px}.resume-entry-title{font-weight:700;font-size:10pt}.resume-entry-sub{color:#555;font-size:9pt;margin-bottom:2px}.resume-entry-desc{font-size:9pt;line-height:1.5}.comp-wrap{display:flex;height:100%}.comp-sidebar{width:150px;background:#dbe7f8;border-right:1px solid var(--gray-300);padding:8px;flex-shrink:0}.comp-sidebar-title{font-size:10px;font-weight:700;color:#1a3cd9;margin-bottom:6px;padding-bottom:2px;border-bottom:1px solid #9ab4e0}.comp-sidebar-link{font-size:10px;color:#00f;text-decoration:underline;display:block;margin-bottom:2px;cursor:pointer;padding:1px 0}.comp-sidebar-link:hover{color:red}.comp-main{flex:1;padding:12px;overflow-y:auto}.comp-drive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.comp-drive{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px;cursor:pointer;border-radius:2px;font-size:10px;text-align:center}.comp-drive:hover{background:#316ac526;outline:1px dotted #316ac5}.comp-drive img{width:32px;height:32px;image-rendering:pixelated}.comp-section-label{font-size:10px;font-weight:700;color:#333;margin:8px 0 4px;padding-bottom:2px;border-bottom:1px solid var(--gray-300)}
