:root{--cp-red:#e2211c;--cp-black:#000;--cp-gray:#d2d2cd;--cp-white:#fff;--primary-color:#e2211c;--secondary-color:#4f4a43;--bg-primary:#f6f2eb;--bg-secondary:#fff;--bg-tertiary:#ede7de;--text-primary:#221f1c;--text-secondary:#6b645d;--border-color:#ddd6cc;--hover-bg:#f4ede4;--success-color:#4f7d57;--error-color:#c63c32;--warning-color:#b97824}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background:radial-gradient(circle at 0 0,#e2211c14,#0000 20%),linear-gradient(#f8f3ec 0%,#f3eee6 100%);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-primary)}.launcher-sidebar{border-right:1px solid var(--border-color,#ddd6cc);background:linear-gradient(#fffdfa 0%,#f6efe6 100%);flex-direction:column;width:260px;min-width:220px;height:100vh;transition:width .3s;display:flex;position:sticky;top:0}.launcher-sidebar--collapsed{width:80px}.launcher-sidebar__header{border-bottom:1px solid var(--border-color,#ddd6cc);justify-content:space-between;align-items:center;padding:1rem;display:flex}.launcher-sidebar__title h2{color:var(--text-primary,#111827);margin:0;font-size:1.1rem}.launcher-sidebar__title span{color:var(--text-secondary,#6b7280);font-size:.85rem}.launcher-sidebar__toggle{cursor:pointer;color:var(--text-secondary,#6b7280);background:0 0;border:none;font-size:1.1rem}.launcher-sidebar__nav{border-bottom:1px solid var(--border-color,#e5e7eb);padding:1rem 0}.launcher-nav-entry{list-style:none}.launcher-nav-item{width:100%;color:var(--text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.launcher-nav-item:hover{background-color:var(--hover-bg,#f3f4f6);color:var(--text-primary,#111827)}.launcher-nav-item.active{background:linear-gradient(135deg, var(--primary-color,#e2211c) 0%, #b91712 100%);color:#fff}.launcher-nav-icon{min-width:24px;font-size:1.2rem}.launcher-nav-label{text-align:left;flex:1}.launcher-nav-badge{color:#fff;background-color:#2c2824;border-radius:999px;padding:.1rem .45rem;font-size:.75rem}.launcher-sidebar__section{flex:1;padding:1rem;overflow-y:auto}.launcher-sidebar__section-header{color:var(--text-secondary,#6b7280);text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.85rem;display:flex}.launcher-sidebar__apps{flex-direction:column;gap:.75rem;display:flex}.launcher-sidebar__app{cursor:pointer;text-align:left;background:#fff;border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:transform .2s,box-shadow .2s;display:flex}.launcher-sidebar__app:hover{transform:translateY(-1px);box-shadow:0 10px 15px -10px #0f172a33}.launcher-sidebar__app-icon{color:#fff;border-radius:.75rem;place-items:center;width:40px;height:40px;font-size:1.15rem;font-weight:600;display:grid}.launcher-sidebar__app-icon img{object-fit:contain;max-width:100%;max-height:100%}.launcher-sidebar__app-info{color:var(--text-primary,#111827);flex-direction:column;gap:.2rem;display:flex}.launcher-sidebar__app-info small{color:var(--text-secondary,#6b7280)}.launcher-sidebar__loading,.launcher-sidebar__empty{color:var(--text-secondary,#6b7280);font-size:.9rem}.launcher-sidebar--collapsed .launcher-nav-label,.launcher-sidebar--collapsed .launcher-nav-badge,.launcher-sidebar--collapsed .launcher-sidebar__title span,.launcher-sidebar--collapsed .launcher-sidebar__section{display:none}.launcher-sidebar--collapsed .launcher-sidebar__title h2{font-size:1rem}.launcher-header{border-bottom:1px solid var(--border-color,#ddd6cc);z-index:10;background:linear-gradient(#fffffff5 0%,#f8f3ecf5 100%);justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0}.launcher-header__left{align-items:center;gap:1rem;display:flex}.launcher-header__toggle{background:linear-gradient(135deg, var(--primary-color,#e2211c) 0%, #b91712 100%);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:40px;height:40px;font-size:1.3rem;transition:opacity .2s}.launcher-header__toggle:hover{opacity:.85}.launcher-header__toggle--active{background:#221f1c}.launcher-header__titles h1{color:var(--text-primary,#111827);margin:0;font-size:1.5rem}.launcher-header__titles h2{color:var(--text-secondary,#6b7280);margin:0;font-size:1rem;font-weight:500}.launcher-header__titles p{color:var(--text-secondary,#6b7280);margin:0}.launcher-header__right{align-items:center;gap:1rem;display:flex}.launcher-header__extra{align-items:center;gap:.75rem;display:flex}.launcher-header__actions{align-items:center;gap:.5rem;display:flex}.launcher-header__action{color:var(--text-secondary,#6b7280);cursor:pointer;background-color:#0000;border:none;border-radius:.6rem;align-items:center;gap:.5rem;padding:.5rem .9rem;transition:background-color .2s,color .2s;display:inline-flex}.launcher-header__action:hover{background-color:var(--hover-bg,#f3f4f6);color:var(--text-primary,#111827)}.launcher-header__action--primary{background-color:var(--primary-color,#2563eb);color:#fff}.launcher-header__action--secondary{background-color:var(--accent-color,#1d4ed8);color:#fff}.launcher-header__action--ghost{color:var(--text-secondary,#6b7280);background-color:#0000}.launcher-header__action-icon{font-size:1.1rem}.launcher-header__user{color:var(--text-primary,#111827);align-items:center;gap:.5rem;font-weight:500;display:flex}.launcher-header__user-avatar{background-color:var(--primary-color,#2563eb);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:600;display:grid}.launcher-header__user img{object-fit:cover;border-radius:50%;width:34px;height:34px}.launcher-header__user-name{font-size:.95rem}@media (width<=1024px){.launcher-sidebar{z-index:20;height:100%;position:fixed;transform:translate(-100%)}.launcher-sidebar--collapsed{transform:translate(-100%)}.launcher-sidebar:not(.launcher-sidebar--collapsed){transform:translate(0)}.launcher-header{position:relative}}.layout{background-color:var(--bg-primary);min-height:100vh;display:flex}.main-content{background-color:var(--bg-primary);flex-direction:column;flex:1;display:flex}.content{background-color:var(--bg-primary);flex:1;padding:2rem;overflow-y:auto}@media (width<=1024px){.layout{flex-direction:column}.main-content{flex:1}}.app{background:var(--bg-primary);min-height:100vh}.loading-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:4px solid var(--border-color);border-top:4px solid var(--primary-color);border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
