*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}.container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:0;background-color:#c1bcbc}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:90vw;aspect-ratio:1;border:1px solid #333;background-color:#fff}.cell{display:flex;justify-content:center;align-items:center;border:1px solid #333}.cell-1{background-color:#bab791}.cell-2{background-color:#c9c9c9}.cell-3{background-color:#f5f5f5}.cell-4{background-color:#c9c9c9}.cell-5{background-color:#fff;justify-content:flex-start;padding-left:.75rem}.cell-6{background-color:#e07b39}.cell-7{background-color:#f5f5f5}.cell-8,.cell-9{background-color:#c9c9c9}.logo-text{font-size:clamp(1rem,4vw,1.8rem);font-weight:700;color:#1a1a1a;text-align:left;line-height:1.3}@media (min-width: 768px){.container{padding:1rem}.grid{width:min(60vw,500px)}}
