*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f0e8;overflow:hidden}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}.app{display:flex;align-items:center;justify-content:center;padding:2rem}.cat-container{position:relative;max-width:100%;display:flex;justify-content:center}.clock{position:absolute;bottom:1rem;left:1rem;color:#fff;background-color:#00000080;padding:.75rem 1.25rem;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;gap:.25rem}.date{font-size:1.2rem;font-weight:500;opacity:.9}.time{font-size:1.5rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.05em}.cat-image{width:100%;max-width:600px;max-height:calc(100vh - 4rem);height:auto;object-fit:contain;border-radius:12px;box-shadow:0 4px 6px #0000001a}@media(max-width:768px){.app{padding:1rem}.clock{bottom:1rem;left:1rem;padding:.5rem 1rem}.date{font-size:.8rem}.time{font-size:1.5rem}.cat-image{max-width:100%;max-height:calc(100vh - 2rem);border-radius:8px}}@media(max-width:480px){.clock{bottom:.75rem;left:.75rem;padding:.5rem .75rem}.date{font-size:.75rem}.time{font-size:1.3rem}}
