.apps-page{background:var(--canvas,#f6f0eb);min-height:100vh}.apps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:calc(20 * 100cqw / 750);margin-top:0}.app-item{background:var(--surface,#fff);border-radius:calc(20 * 100cqw / 750);padding:calc(22 * 100cqw / 750) calc(12 * 100cqw / 750);min-height:calc(180 * 100cqw / 750);display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;border:calc(1 * 100cqw / 750) solid var(--sky-soft,rgba(247,81,65,.18));box-shadow:0 calc(4 * 100cqw / 750) calc(16 * 100cqw / 750) var(--sky-soft,rgba(247,81,65,.12))}.app-icon{font-size:calc(48 * 100cqw / 750);line-height:1;margin-bottom:calc(14 * 100cqw / 750)}.app-name{font-size:calc(28 * 100cqw / 750);color:#333;font-weight:700;line-height:1.4}.app-subtitle{font-size:calc(22 * 100cqw / 750);color:#999;line-height:1.4;margin-top:calc(4 * 100cqw / 750);text-align:center}