/* wwwroot/css/o365.nav.pro.css */
.o365-topbar.pro{height:56px;background:#fff;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.05)}
.o365-brand{font-weight:800;letter-spacing:.5px;text-decoration:none;color:#0f6cbd}
.o365-waffle{width:28px;height:28px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px}
.waffle-dot{width:6px;height:6px;background:#0f6cbd;border-radius:2px;display:inline-block}
.o365-search{position:relative;min-width:340px;max-width:520px}
.o365-search i{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#6c757d}
.o365-search input{padding-left:32px;border-radius:999px}
.o365-user{font-size:.875rem;text-decoration:none}

/* App launcher */
.app-launcher{position:fixed;inset:0;z-index:1055;display:block}
.app-launcher[hidden]{display:none}
.app-launcher-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.app-launcher-panel{position:absolute;top:64px;left:50%;transform:translateX(-50%);background:#fff;border-radius:12px;padding:16px;max-width:920px;width:92%}
.tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:16px;border-radius:10px;background:#f8f9fa;text-decoration:none;color:#111;border:1px solid rgba(0,0,0,.05)}
.tile:hover{background:#eef6ff;border-color:#0f6cbd;color:#0f6cbd}
.tile i{font-size:28px}
.tile-azure{color:#0f6cbd}
.tile-aws{color:#ff9900}
.tile-gcp{color:#1a73e8}
.tile-oci{color:#c74634}
