body[data-app] .shell{display:block}
body[data-app] .shell>aside{display:none}
body[data-app] .workspace>header{padding:0 1.5rem;height:72px;background:#fcfdfb;gap:1rem}
.app-brand{display:flex;align-items:center;gap:.7rem;min-width:0;margin-right:auto;color:var(--green)}
.app-brand img{width:36px;height:36px}
.app-brand span{display:grid;line-height:1.2;font-size:1.15rem;font-weight:750}
.app-brand small{font-size:.65rem;font-weight:500;letter-spacing:.08em}
#breadcrumb{display:none}
body[data-app] #menu{display:block;font-size:.85rem;padding:.6rem .8rem;border:1px solid var(--border);border-radius:10px;text-align:center}
.account-button{background:transparent;font-size:.85rem;max-width:32%;cursor:pointer}
.app-switcher{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.app-switcher a{display:flex;align-items:center;gap:.8rem;border:1px solid var(--border);border-radius:12px;padding:1rem}
.app-switcher img{width:36px;height:36px}
.app-switcher a[aria-current=true]{background:#edf2e8}
@media(max-width:760px){body[data-app] .workspace>header{height:64px;padding:0 .75rem;gap:.55rem}.app-brand img{width:30px;height:30px}.app-brand span{font-size:1rem}.account-button{max-width:26%;padding:.5rem}.app-switcher{grid-template-columns:1fr}body[data-app] #menu{padding:.55rem}}
