.desktop-icons{display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start;gap:5px;padding:10px;position:absolute;top:0;left:0;width:100%;height:100%}.desktop-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px;cursor:pointer;border-radius:3px;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;width:80px;height:85px;border:1px solid transparent}.desktop-icon:hover{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.15)}.desktop-icon:active{transform:scale(0.96)}.desktop-icon.selected{background:rgba(0,120,215,0.3);border:1px solid rgba(0,120,215,0.5);box-shadow:0 0 0 1px rgba(0,120,215,0.2)}.icon-image{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.icon-image.svg-icon svg{width:48px;height:48px;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.4));transition:filter .15s ease,transform .15s ease}.desktop-icon:hover .icon-image.svg-icon svg{filter:drop-shadow(0 3px 6px rgba(0,0,0,0.5));transform:translateY(-1px)}.icon-image i{font-size:36px;color:white;filter:drop-shadow(0 1px 2px rgba(0,0,0,0.3))}.icon-label{font-size:11px;color:white;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,0.8);line-height:1.2;max-width:70px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.calculator-app{display:flex;flex-direction:column;height:100%;background:#202020;color:white}.calc-header{padding:8px 12px;font-size:13px;color:rgba(255,255,255,0.7);display:flex;align-items:center;gap:10px}.calc-header i{font-size:10px}.calc-display{padding:10px 20px;text-align:right;flex-shrink:0}.calc-expression{font-size:14px;color:rgba(255,255,255,0.5);min-height:24px;word-break:break-all}.calc-result{font-size:48px;font-weight:300;color:white;min-height:60px;display:flex;align-items:flex-end;justify-content:flex-end;overflow:hidden}.calc-memory-bar{display:flex;padding:0 5px;height:32px;align-items:center;gap:2px}.calc-memory-btn{background:transparent;border:none;color:rgba(255,255,255,0.3);font-size:12px;padding:4px 10px;cursor:not-allowed}.calc-memory-btn.active{color:white;cursor:pointer}.calc-memory-btn.active:hover{background:rgba(255,255,255,0.1)}.calc-buttons{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:1px}.calc-btn{background:#3b3b3b;border:none;color:white;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s;padding:15px;font-family:'Segoe UI',sans-serif}.calc-btn:hover{background:#4a4a4a}.calc-btn:active{background:#555}.calc-btn.operator{background:#323232;font-size:20px}.calc-btn.operator:hover{background:#404040}.calc-btn.top-row{background:#323232;font-size:14px}.calc-btn.top-row:hover{background:#404040}.calc-btn.equals{background:#0078d4;font-size:22px}.calc-btn.equals:hover{background:#1a88d8}.notepad-app{display:flex;flex-direction:column;height:100%;background:#fff}.notepad-menu{display:flex;height:24px;background:#f0f0f0;border-bottom:1px solid #e0e0e0}.notepad-menu-item{padding:0 10px;font-size:12px;color:#333;cursor:pointer;display:flex;align-items:center;transition:background .1s}.notepad-menu-item:hover{background:rgba(0,0,0,0.05)}.notepad-textarea{flex:1;border:none;resize:none;padding:8px;font-family:Consolas,'Courier New',monospace;font-size:14px;line-height:1.5;outline:none;tab-size:4}.notepad-status{height:24px;background:#f0f0f0;border-top:1px solid #e0e0e0;display:flex;align-items:center;padding:0 10px;font-size:12px;color:#666;justify-content:space-between}.notepad-status-right{display:flex;gap:20px}.explorer-app{display:flex;flex-direction:column;height:100%;background:#fff}.explorer-toolbar{display:flex;align-items:center;padding:5px 10px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;gap:5px;flex-shrink:0}.explorer-nav-btn{width:28px;height:28px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:2px}.explorer-nav-btn:hover{background:rgba(0,0,0,0.05)}.explorer-nav-btn:disabled{color:#ccc;cursor:default}.explorer-nav-btn:disabled:hover{background:transparent}.explorer-breadcrumb{flex:1;display:flex;align-items:center;height:28px;background:white;border:1px solid #e0e0e0;padding:0 10px;font-size:12px;color:#333;gap:5px}.breadcrumb-item{cursor:pointer;color:#333}.breadcrumb-item:hover{text-decoration:underline;color:#0078d4}.breadcrumb-separator{color:#999;font-size:10px}.explorer-search{width:200px;height:28px;border:1px solid #e0e0e0;padding:0 10px;font-size:12px}.explorer-search:focus{border-color:#0078d4;outline:none}.explorer-content{display:flex;flex:1;overflow:hidden}.explorer-sidebar{width:200px;background:#f5f5f5;border-right:1px solid #e0e0e0;overflow-y:auto;padding:5px 0;flex-shrink:0}.sidebar-section{margin-bottom:5px}.sidebar-header{padding:5px 15px;font-size:12px;color:#666;display:flex;align-items:center;gap:5px;cursor:pointer}.sidebar-header i.toggle{font-size:8px}.sidebar-item{display:flex;align-items:center;padding:5px 15px 5px 30px;font-size:12px;cursor:pointer;gap:8px;transition:background .1s}.sidebar-item:hover{background:rgba(0,0,0,0.05)}.sidebar-item.active{background:rgba(0,120,215,0.1)}.sidebar-item i{font-size:14px;width:18px;text-align:center;color:#999}.sidebar-item i.fa-folder{color:#fc0}.sidebar-item i.fa-desktop{color:#0078d4}.sidebar-item i.fa-download{color:#0078d4}.sidebar-item i.fa-file-alt{color:#4fc3f7}.sidebar-item i.fa-image{color:#ff8c00}.sidebar-item i.fa-music{color:#e91e63}.sidebar-item i.fa-video{color:#9c27b0}.sidebar-item i.fa-hdd{color:#607d8b}.explorer-files{flex:1;overflow-y:auto;padding:10px}.files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:5px}.file-item{display:flex;flex-direction:column;align-items:center;padding:10px 5px;cursor:pointer;border-radius:3px;transition:background .1s}.file-item:hover{background:rgba(0,120,215,0.1)}.file-item.selected{background:rgba(0,120,215,0.2)}.file-item i{font-size:36px;margin-bottom:5px}.file-item i.fa-folder{color:#fc0}.file-item i.fa-file-alt{color:#4fc3f7}.file-item i.fa-file-image{color:#ff8c00}.file-item i.fa-file-pdf{color:#e53935}.file-item i.fa-file-word{color:#2196f3}.file-item i.fa-file-excel{color:#4caf50}.file-item i.fa-file-archive{color:#ff9800}.file-item i.fa-file-code{color:#9c27b0}.file-item span{font-size:11px;text-align:center;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}.explorer-status{height:24px;background:#f5f5f5;border-top:1px solid #e0e0e0;display:flex;align-items:center;padding:0 10px;font-size:12px;color:#666;gap:20px;flex-shrink:0}.edge-app{display:flex;flex-direction:column;height:100%;background:#fff}.edge-tabs-bar{display:flex;align-items:flex-end;background:#f0f0f0;padding:0 5px;padding-top:2px;gap:1px;flex-shrink:0}.edge-tabs-container{display:flex;align-items:flex-end;gap:1px;flex:1;min-width:0;overflow:hidden}.edge-tab{display:flex;align-items:center;height:32px;padding:0 10px;background:#e8e8e8;cursor:pointer;font-size:12px;color:#666;gap:6px;max-width:200px;min-width:80px;flex:1;border-radius:8px 8px 0 0;transition:background .15s,color .15s;user-select:none;position:relative}.edge-tab:hover{background:#ddd}.edge-tab.active{background:white;color:#333}.edge-tab-favicon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.edge-tab-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edge-tab-close{width:18px;height:18px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:10px;border-radius:3px;color:inherit;flex-shrink:0;opacity:0;transition:opacity .1s,background .1s}.edge-tab:hover .edge-tab-close,.edge-tab.active .edge-tab-close{opacity:1}.edge-tab-close:hover{background:rgba(0,0,0,0.1)}.edge-new-tab{width:28px;height:28px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:3px;margin-left:4px;flex-shrink:0;transition:background .1s}.edge-new-tab:hover{background:rgba(0,0,0,0.05)}.edge-content-area{flex:1;position:relative;overflow:hidden;background:white}.edge-tab-panel{position:absolute;top:0;left:0;width:100%;height:100%;display:none;overflow:auto}.edge-tab-panel.active{display:block}.edge-nav-bar{display:flex;align-items:center;padding:5px 10px;background:white;border-bottom:1px solid #e0e0e0;gap:5px;flex-shrink:0}.edge-nav-btn{width:28px;height:28px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:50%}.edge-nav-btn:hover{background:rgba(0,0,0,0.05)}.edge-url-bar{flex:1;height:32px;background:#f0f0f0;border:1px solid transparent;border-radius:20px;padding:0 15px;font-size:13px;color:#333;transition:border-color .2s,background .2s}.edge-url-bar:focus{background:white;border-color:#0078d4;outline:none;box-shadow:0 0 0 1px #0078d4}@keyframes chromeSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.edge-tab-panel iframe{width:100%;height:100%;border:none;display:block}.edge-home{display:flex;flex-direction:column;align-items:center;padding:60px 40px;background:linear-gradient(180deg,#f5f5f5 0,white 100%);height:100%}.edge-search-container{width:100%;max-width:560px;margin-bottom:30px}.edge-logo{text-align:center;margin-bottom:30px}.edge-logo i{font-size:48px;color:#4285F4}.edge-search-box{display:flex;width:100%;height:44px;border:1px solid #ddd;border-radius:24px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:box-shadow .2s}.edge-search-box:focus-within{box-shadow:0 4px 16px rgba(0,0,0,0.15);border-color:#0078d4}.edge-search-input{flex:1;border:none;padding:0 20px;font-size:14px;outline:none}.edge-search-btn{width:44px;background:transparent;border:none;cursor:pointer;color:#0078d4;font-size:16px}.edge-quick-links{display:grid;grid-template-columns:repeat(6,80px);gap:20px;justify-content:center}.edge-quick-link{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;padding:10px;border-radius:8px;transition:background .2s}.edge-quick-link:hover{background:rgba(0,0,0,0.05)}.edge-quick-link-icon{width:48px;height:48px;background:#f0f0f0;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px}.edge-quick-link span{font-size:11px;color:#666;text-align:center}.edge-news-section{width:100%;max-width:800px;margin-top:40px}.edge-news-header{font-size:18px;color:#333;margin-bottom:15px}.edge-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.edge-news-card{background:#f5f5f5;border-radius:8px;padding:20px;cursor:pointer;transition:box-shadow .2s}.edge-news-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1)}.edge-news-card-title{font-size:14px;color:#333;font-weight:600;margin-bottom:8px}.edge-news-card-desc{font-size:12px;color:#666;line-height:1.5}.settings-app{display:flex;height:100%;background:#f3f3f3}.settings-sidebar{width:280px;background:#e8e8e8;overflow-y:auto;flex-shrink:0}.settings-search{padding:15px}.settings-search input{width:100%;height:32px;border:1px solid #ccc;border-radius:2px;padding:0 10px;font-size:13px}.settings-search input:focus{border-color:#0078d4;outline:none}.settings-nav{list-style:none}.settings-nav-item{display:flex;align-items:center;gap:15px;padding:12px 20px;cursor:pointer;transition:background .1s;font-size:14px;color:#333}.settings-nav-item:hover{background:rgba(0,0,0,0.05)}.settings-nav-item.active{background:rgba(0,120,215,0.1);border-left:3px solid #0078d4}.settings-nav-item i{width:24px;font-size:16px;text-align:center;color:#555}.settings-content{flex:1;overflow-y:auto;padding:30px 40px}.settings-content h2{font-size:28px;font-weight:300;color:#333;margin-bottom:25px}.settings-group{margin-bottom:25px}.settings-group-title{font-size:16px;font-weight:600;color:#333;margin-bottom:15px}.settings-option{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e0e0e0}.settings-option-info{flex:1}.settings-option-label{font-size:14px;color:#333;margin-bottom:4px}.settings-option-desc{font-size:12px;color:#666}.settings-btn{padding:8px 20px;background:#0078d4;color:white;border:none;cursor:pointer;font-size:13px;border-radius:2px}.settings-btn:hover{background:#1a88d8}.cmd-app{display:flex;flex-direction:column;height:100%;background:#0c0c0c;color:#ccc;font-family:'Consolas','Courier New',monospace}.cmd-content{flex:1;overflow-y:auto;padding:5px 10px;font-size:14px;line-height:1.4;white-space:pre-wrap;word-break:break-all}.cmd-line{display:flex;padding:0 10px 5px}.cmd-prompt{color:#ccc;white-space:nowrap;margin-right:5px;font-size:14px}.cmd-input{flex:1;background:transparent;border:none;color:#ccc;font-family:'Consolas','Courier New',monospace;font-size:14px;outline:none;caret-color:#ccc}.paint-app{display:flex;flex-direction:column;height:100%;background:#f0f0f0}.paint-toolbar{display:flex;align-items:center;padding:8px 10px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;gap:10px;flex-shrink:0;flex-wrap:wrap}.paint-tool-group{display:flex;gap:2px;padding-right:10px;border-right:1px solid #ddd}.paint-tool-group:last-child{border-right:none}.paint-tool-btn{width:32px;height:32px;background:transparent;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:3px;font-size:14px;color:#333}.paint-tool-btn:hover{background:rgba(0,120,215,0.1);border-color:#0078d4}.paint-tool-btn.active{background:rgba(0,120,215,0.2);border-color:#0078d4}.paint-colors{display:flex;gap:2px;align-items:center}.paint-color{width:20px;height:20px;border:1px solid #ccc;cursor:pointer}.paint-color:hover{border-color:#333}.paint-color.active{border:2px solid #333}.paint-size-group{display:flex;align-items:center;gap:5px}.paint-size-group label{font-size:12px;color:#666}.paint-size-slider{width:80px}.paint-canvas-container{flex:1;overflow:auto;background:#808080;display:flex;align-items:center;justify-content:center;padding:20px}.paint-canvas{background:white;cursor:crosshair;box-shadow:0 2px 10px rgba(0,0,0,0.3)}.photos-app{display:flex;flex-direction:column;height:100%;background:#1e1e1e;color:white}.photos-header{padding:15px 20px;display:flex;align-items:center;gap:15px;border-bottom:1px solid #333;flex-shrink:0}.photos-header h3{font-weight:400;font-size:16px}.photos-nav{display:flex;gap:5px}.photos-nav-btn{padding:6px 14px;background:transparent;border:none;color:rgba(255,255,255,0.7);cursor:pointer;border-radius:3px;font-size:13px}.photos-nav-btn:hover{background:rgba(255,255,255,0.1)}.photos-nav-btn.active{background:rgba(255,255,255,0.15);color:white}.photos-content{flex:1;overflow-y:auto;padding:20px}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:4px}.photo-item{aspect-ratio:1;cursor:pointer;border-radius:3px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:48px;transition:transform .2s}.photo-item:hover{transform:scale(1.02)}.weather-app{display:flex;flex-direction:column;height:100%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:white}.weather-header{padding:20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.weather-location{font-size:18px}.weather-refresh{background:transparent;border:none;color:white;cursor:pointer;font-size:16px}.weather-main{display:flex;flex-direction:column;align-items:center;padding:20px}.weather-icon-large{font-size:80px;margin-bottom:15px}.weather-temp{font-size:64px;font-weight:200;line-height:1}.weather-desc{font-size:18px;color:rgba(255,255,255,0.8);margin-top:5px}.weather-details{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:20px;margin-top:20px}.weather-detail{display:flex;flex-direction:column;align-items:center;padding:15px;background:rgba(255,255,255,0.1);border-radius:8px}.weather-detail i{font-size:20px;margin-bottom:8px}.weather-detail-label{font-size:12px;color:rgba(255,255,255,0.7);margin-bottom:4px}.weather-detail-value{font-size:16px;font-weight:600}.weather-forecast{display:flex;justify-content:space-around;padding:20px;border-top:1px solid rgba(255,255,255,0.2);margin-top:auto}.forecast-day{display:flex;flex-direction:column;align-items:center;gap:8px}.forecast-day-name{font-size:12px;color:rgba(255,255,255,0.7)}.forecast-day-icon{font-size:20px}.forecast-day-temp{font-size:14px}.calendar-app{display:flex;height:100%}.calendar-sidebar-app{width:250px;background:#f5f5f5;padding:20px;border-right:1px solid #e0e0e0}.calendar-mini{margin-bottom:20px}.calendar-mini-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;color:#333}.calendar-mini-nav{display:flex;gap:5px}.calendar-mini-nav button{background:transparent;border:none;cursor:pointer;color:#666;padding:2px 6px}.calendar-mini-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;text-align:center;font-size:11px}.calendar-mini-weekday{padding:4px;color:#666}.calendar-mini-day{padding:4px;cursor:pointer;border-radius:50%;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.calendar-mini-day:hover{background:rgba(0,120,215,0.1)}.calendar-mini-day.today{background:#0078d4;color:white}.calendar-main{flex:1;display:flex;flex-direction:column;background:white}.calendar-main-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.calendar-main-title{font-size:24px;font-weight:300;color:#333}.calendar-view-btns{display:flex;gap:5px}.calendar-view-btn{padding:6px 14px;background:transparent;border:1px solid #ccc;cursor:pointer;font-size:12px;border-radius:2px}.calendar-view-btn.active{background:#0078d4;color:white;border-color:#0078d4}.calendar-day-grid{flex:1;display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:1fr;border-left:1px solid #e0e0e0;overflow:hidden}.calendar-day-cell{border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:5px;min-height:80px;cursor:pointer}.calendar-day-cell:hover{background:rgba(0,120,215,0.05)}.calendar-day-cell .day-number{font-size:12px;color:#666;margin-bottom:5px}.calendar-day-cell .day-number.today{background:#0078d4;color:white;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.calendar-weekday-header{display:grid;grid-template-columns:repeat(7,1fr);border-left:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.calendar-weekday-header span{padding:8px;text-align:center;font-size:12px;color:#666;border-right:1px solid #e0e0e0}.store-app{display:flex;flex-direction:column;height:100%;background:#f3f3f3}.store-nav{display:flex;align-items:center;padding:10px 20px;background:white;border-bottom:1px solid #e0e0e0;gap:20px;flex-shrink:0}.store-nav-item{font-size:14px;color:#666;cursor:pointer;padding:5px 0;border-bottom:2px solid transparent}.store-nav-item:hover{color:#333}.store-nav-item.active{color:#333;border-bottom-color:#0078d4}.store-search{margin-left:auto;width:250px;height:32px;border:1px solid #ccc;border-radius:3px;padding:0 10px;font-size:13px}.store-content{flex:1;overflow-y:auto;padding:20px}.store-section{margin-bottom:30px}.store-section-title{font-size:20px;color:#333;margin-bottom:15px;font-weight:600}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.store-card{background:white;border-radius:8px;overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.store-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.15);transform:translateY(-2px)}.store-card-image{height:120px;display:flex;align-items:center;justify-content:center;font-size:48px}.store-card-info{padding:12px}.store-card-name{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.store-card-dev{font-size:12px;color:#666;margin-bottom:4px}.store-card-rating{font-size:12px;color:#ff9800}.store-card-price{font-size:13px;color:#0078d4;font-weight:600;margin-top:4px}