*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.glob-pro{height:100vh;display:flex;flex-direction:column}.theme-light{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #eaeaea;--text-primary: #333333;--text-secondary: #666666;--border-color: #dddddd;--accent-color: #007bff}.top-bar{height:60px;background:var(--bg-primary);border-bottom:1px solid var(--border-color);display:flex;align-items:center;padding:0 20px;gap:20px}.logo{font-size:1.2rem;font-weight:700;cursor:pointer;padding:8px 12px;border-radius:4px}.logo:hover{background:var(--bg-tertiary)}.search{flex:1;max-width:400px;margin:0 auto}.search input{width:100%;padding:8px 16px;border:1px solid var(--border-color);border-radius:20px;background:var(--bg-secondary)}.user-actions{display:flex;gap:12px}.edit-btn{width:36px;height:36px;border-radius:50%;border:none;background:var(--bg-secondary);cursor:pointer;font-size:1.2rem}.edit-btn.active{background:var(--accent-color);color:#fff}.avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-color);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.main-container{flex:1;display:flex;overflow:hidden}.left-panel,.right-panel{height:100%;background:var(--bg-secondary);display:flex;flex-direction:column;overflow:hidden}.left-panel{border-right:1px solid var(--border-color)}.right-panel{border-left:1px solid var(--border-color)}.panel-header{padding:16px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.panel-header h3{font-size:.9rem;color:var(--text-secondary)}.add-btn{width:28px;height:28px;border-radius:50%;border:none;background:var(--bg-tertiary);cursor:pointer;font-size:1.2rem}.add-btn:hover{background:var(--accent-color);color:#fff}.panel-content{flex:1;overflow-y:auto;padding:16px}.app-item,.widget-item{padding:8px 12px;margin-bottom:4px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:8px}.app-item:hover,.widget-item:hover{background:var(--bg-tertiary)}.app-icon,.widget-icon{font-size:1.2rem}.center-panel{flex:1;background:var(--bg-primary);overflow-y:auto;padding:20px}.dashboard{text-align:center;padding:50px 20px}.dashboard h1{color:var(--text-primary);margin-bottom:20px}.dashboard p{color:var(--text-secondary)}.app-view h2{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--border-color)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
