body{background-color:#f6f7fb}.launcher-shell{min-height:100vh;padding:2.5rem 1.5rem 4rem}.launcher-container{max-width:1100px;margin:0 auto}.launcher-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 16px rgba(0,0,0,.06);padding:1.25rem 1.5rem;margin-bottom:2rem}.launcher-brand img{height:32px;display:block}.launcher-header-actions{display:flex;align-items:center;gap:.75rem}.launcher-greeting{color:var(--bs-secondary-color);margin-bottom:2rem;font-size:1.05rem}.launcher-section{margin-bottom:2.5rem}.launcher-section-header{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--bs-border-color)}.launcher-section-header h2{font-size:1.05rem;font-weight:700;letter-spacing:.02em;color:#12294f;margin:0}.launcher-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;height:100%;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:1.5rem;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.launcher-tile:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.1);color:inherit}.launcher-tile-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.6rem;background:rgba(var(--bs-primary-rgb),.1);color:var(--lpx-brand,var(--bs-primary));font-size:1.2rem}.launcher-tile-title{font-weight:700;font-size:1.05rem;color:#12294f}.launcher-tile-description{color:var(--bs-secondary-color);font-size:.875rem;line-height:1.4}.launcher-empty{text-align:center;color:var(--bs-secondary-color);padding:4rem 1rem}.launcher-empty i{font-size:2rem;margin-bottom:1rem;display:block;opacity:.5}@media(max-width:575.98px){.launcher-header{flex-direction:column;align-items:flex-start}.launcher-header-actions{width:100%;justify-content:space-between}}