*{margin:0;padding:0;box-sizing:border-box}body{font-family:Comic Sans MS,cursive,sans-serif;background-color:#fff0f5;color:#333;display:flex;flex-direction:column;height:100vh;overflow:hidden}header{padding:16px;text-align:center;background-color:#ffd6ec;box-shadow:0 2px 4px #0000001a}header h1{font-size:clamp(1.5rem,5vw,2.5rem);color:#f77f00}main{flex:1;overflow-y:auto;padding:16px}.app-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:12px}.app-tile{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit}.app-tile img{width:64px;height:64px;object-fit:contain;margin-bottom:8px}.app-tile span{font-size:.85rem;text-align:center;color:#444}
