.app-launcher__section{margin-bottom:22px}.app-launcher__label{display:block;font-size:12px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}.app-launcher__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-launcher__tile{position:relative;display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:1px solid #e7e9f2;border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:transform .15s cubic-bezier(.16,1,.3,1),box-shadow .15s cubic-bezier(.16,1,.3,1),border-color .15s ease}.app-launcher__tile:hover{transform:translateY(-2px);border-color:#c9cdee;box-shadow:0 8px 24px -12px #171a2b38}.app-launcher__tile:focus-visible{outline:2px solid #3b4fe4;outline-offset:2px}.app-launcher__tile.is-active{border-color:#3b4fe4;background:#eef0fe}.app-launcher__tile-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;border-radius:11px;background:#eef0fe;font-size:20px}.app-launcher__tile-body{display:flex;flex-direction:column;min-width:0}.app-launcher__tile-name{font-weight:600;color:#171a2b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-launcher__tile-cat{font-size:12px}.app-launcher__tile-badge{position:absolute;top:8px;right:8px;font-size:11px;color:#3b4fe4;background:#fff;border:1px solid #c9cdee;border-radius:999px;padding:0 7px;line-height:18px}.app-launcher__add{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1px dashed #c9cdee;border-radius:12px;background:transparent;color:#3b4fe4;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.app-launcher__add:hover{background:#eef0fe;border-color:#3b4fe4}:root{--admin-bg: #f6f7fb}html,body,#root{height:100%;margin:0}body{background:var(--admin-bg);font-family:Inter,PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}@media (max-width: 768px){.admin-brand-panel{display:none!important}}
