.dashboard-layout__sidebar{position:fixed;top:0;left:0;width:200px;height:100vh;background-color:#0c1427}#dashboard-layout-search input[type=search]{font-size:1.1em}#dashboard-layout-search .search-results{position:absolute;top:59px;left:20%;width:60%;padding:20px;border-radius:0 0 4px 4px;background-color:#fff;box-shadow:0 5px 10px 0 rgba(183,192,206,.2)}#dashboard-layout-search a{margin-bottom:3px;color:inherit}#dashboard-layout-search a,#dashboard-layout-search a mark{transition:color .2s ease-in-out}#dashboard-layout-search a:focus,#dashboard-layout-search a:focus mark,#dashboard-layout-search a:hover,#dashboard-layout-search a:hover mark{color:#727cf5}#dashboard-layout-search svg.feather{width:14px;height:14px;margin-right:6px;margin-top:2px}#profileDropdown{top:59px}.command-palette{position:fixed;inset:0;z-index:1050;display:flex;align-items:flex-start;justify-content:center;padding:72px 24px 24px;background:rgba(12,20,39,.36);backdrop-filter:blur(8px)}.command-palette__dialog{width:min(680px,100%);max-height:calc(100vh - 96px);overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:#f8fafc;box-shadow:0 24px 60px rgba(15,23,42,.28)}.command-palette__search{display:flex;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(148,163,184,.2);background:#fff}.command-palette__search-icon{flex:0 0 auto;width:18px;height:18px;margin-right:12px;color:#475569}.command-palette__input{width:100%;border:0;outline:0;font-size:1.1rem;color:#0f172a;background:transparent}.command-palette__meta{display:flex;justify-content:space-between;gap:12px;padding:10px 20px;font-size:.8rem;letter-spacing:.02em;text-transform:uppercase;color:#64748b}.command-palette__results{max-height:calc(100vh - 240px);overflow-y:auto;padding:0 12px 12px}.command-palette__section{padding-top:8px}.command-palette__section-header{padding:8px 8px 10px;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.command-palette__item,.command-palette__section-header{display:flex;align-items:center;justify-content:space-between}.command-palette__item{width:100%;margin:0;padding:14px 12px;border:0;border-radius:12px;color:inherit;background:transparent;text-align:left;transition:background-color .12s ease-in-out,transform .12s ease-in-out}.command-palette__item--primary,.command-palette__item:focus,.command-palette__item:hover{background:#e2e8f0}.command-palette__item:focus{outline:2px solid rgba(59,130,246,.3);outline-offset:2px}.command-palette__item-main{display:flex;align-items:center;gap:12px}.command-palette__item-icon{width:18px;height:18px;color:#334155}.command-palette__item-label{display:block;font-weight:600;color:#0f172a}.command-palette__empty,.command-palette__item-category,.command-palette__item-path{color:#64748b}.command-palette__item-category{display:block;margin-top:2px;font-size:.82rem}.command-palette__item-path{margin-left:16px;font-size:.82rem}.command-palette__empty{padding:24px 20px 28px;font-size:.95rem;text-align:center}.command-palette__status{padding:12px 8px 4px;font-size:.88rem;color:#64748b}.command-palette__status--error{color:#b91c1c}@media(max-width:767px){.command-palette{padding:20px 12px}.command-palette__dialog{max-height:calc(100vh - 40px)}.command-palette__item,.command-palette__meta{flex-direction:column;align-items:flex-start}.command-palette__item-path{margin-top:8px;margin-left:30px}}