:root{--slate-cream: #f6f3ec;--slate-cream-soft: #fbf9f3;--slate-cream-shaded: #efeadf;--slate-ink: #1f1d1a;--slate-ink-soft: #56514a;--slate-hair: #dcd6c8;--slate-coral: #d96845;--slate-font-sans: Manrope, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--slate-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--slate-radius-sm: 6px;--slate-radius-md: 10px;--slate-radius-lg: 14px;--slate-space-1: 4px;--slate-space-2: 8px;--slate-space-3: 12px;--slate-space-4: 16px;--slate-space-6: 24px;--slate-space-8: 32px}html,body,#root{height:100%;margin:0}body{background:var(--slate-cream);color:var(--slate-ink);font-family:var(--slate-font-sans);font-weight:500;-webkit-font-smoothing:antialiased}.slate-grid{display:grid;width:100%;height:100%;padding:var(--slate-space-3);gap:var(--slate-space-3);box-sizing:border-box}.slate-text{margin:0;color:var(--slate-ink);line-height:1.25}.slate-text--h1{font-size:32px;font-weight:700}.slate-text--h2{font-size:24px;font-weight:700}.slate-text--h3{font-size:18px;font-weight:700}.slate-text--body{font-size:14px;font-weight:500}.slate-text--caption{font-size:12px;font-weight:500;color:var(--slate-ink-soft)}.slate-text--mono{font-family:var(--slate-font-mono);font-variant-numeric:tabular-nums}.slate-card{background:var(--slate-cream-soft);border:1px solid var(--slate-hair);border-radius:var(--slate-radius-md);padding:var(--slate-space-4);display:flex;flex-direction:column;gap:var(--slate-space-2);overflow:hidden}.slate-card--border-none{border:none}.slate-card--border-regular{border-width:2px}.slate-card__title{font-size:14px;font-weight:600;color:var(--slate-ink-soft);letter-spacing:.02em;text-transform:uppercase}.slate-row,.slate-column{display:flex}.slate-row{flex-direction:row}.slate-column{flex-direction:column}.slate-list{display:flex;flex-direction:column;gap:var(--slate-space-2);list-style:none;margin:0;padding:0}.slate-clock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--slate-font-mono);font-variant-numeric:tabular-nums;color:var(--slate-ink)}.slate-clock__time{font-size:clamp(48px,12vw,144px);font-weight:700;line-height:1}.slate-clock__date{font-size:clamp(14px,2vw,22px);color:var(--slate-ink-soft);margin-top:var(--slate-space-2)}
