:root{color-scheme:light;--background: #ffffff;--foreground: #09090b;--card: #ffffff;--card-foreground: #09090b;--muted: #f4f4f5;--muted-foreground: #71717a;--primary: #18181b;--primary-hover: #27272a;--primary-foreground: #fafafa;--secondary: #f4f4f5;--secondary-hover: #e4e4e7;--secondary-foreground: #18181b;--accent: #f4f4f5;--border: #e4e4e7;--input: #e4e4e7;--ring: #18181b;--ring-soft: rgb(24 24 27 / .12);--destructive: #dc2626;--destructive-hover: #b91c1c;--destructive-soft: #fecaca;--destructive-foreground: #fef2f2;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-xs: 0 1px 2px rgb(0 0 0 / .04);--shadow-sm: 0 1px 2px rgb(0 0 0 / .06), 0 1px 3px rgb(0 0 0 / .08)}*{box-sizing:border-box}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}html{min-height:100%;background:var(--background)}body{min-height:100%;margin:0;background:radial-gradient(circle at top left,rgb(244 244 245 / .9),transparent 26rem),var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font:inherit}.sketch-history-tab{position:fixed;top:50%;right:0;z-index:8;padding:.75rem .65rem;border:1px solid var(--border);border-right:0;border-radius:var(--radius-lg) 0 0 var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm);color:var(--foreground);font:inherit;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;transform:translateY(-50%);cursor:pointer}.sketch-history-tab--open{display:none}.sketch-history__backdrop{position:fixed;inset:0;z-index:9;background:#0f172a2e;animation:sketch-history-backdrop-in .22s ease-in-out both}.sketch-history__backdrop--closing{animation:sketch-history-backdrop-out .22s ease-in-out both}.sketch-history{position:fixed;top:0;right:0;bottom:0;z-index:10;display:grid;grid-template-rows:auto 1fr;width:min(100%,31rem);padding:1.25rem;border-left:1px solid var(--border);background:#fff;box-shadow:-24px 0 60px #0f172a24;overflow:hidden;animation:sketch-history-slide-in .22s ease-in-out both}.sketch-history--closing{animation:sketch-history-slide-out .22s ease-in-out both}.sketch-history__header{display:flex;align-items:start;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.sketch-history__eyebrow{margin:0 0 .25rem;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sketch-history h2,.sketch-history h3,.sketch-history p{margin:0}.sketch-history h2{font-size:1.45rem}.sketch-history__close,.sketch-history__text-button,.sketch-history__download,.sketch-history__draw,.sketch-history__load-more{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;font:inherit;font-size:.8rem;font-weight:700;cursor:pointer}.sketch-history__close{padding:.45rem .65rem}.sketch-history__status{display:grid;align-content:center;justify-items:center;gap:.8rem;min-height:14rem;color:var(--muted-foreground);text-align:center}.sketch-history__text-button{padding:.55rem .8rem}.sketch-history__list{display:grid;align-content:start;gap:.9rem;min-height:0;padding-top:1rem;overflow:hidden auto}.sketch-history__item{display:grid;grid-template-columns:6.25rem 1fr;gap:.8rem;padding:.65rem;border:1px solid var(--border);border-radius:var(--radius-lg)}.sketch-history__thumb{width:100%;aspect-ratio:1;border-radius:var(--radius-md);background:var(--muted);object-fit:cover}.sketch-history__details{display:grid;align-content:start;gap:.35rem;min-width:0}.sketch-history__details h3{font-size:.95rem;line-height:1.2}.sketch-history__details p{color:var(--muted-foreground);font-size:.78rem}.sketch-history__item-actions{display:flex;flex-wrap:wrap;gap:.45rem}.sketch-history__download{flex:0 0 auto;white-space:nowrap;padding:.5rem .7rem}.sketch-history__draw{flex:0 0 auto;white-space:nowrap;padding:.5rem .7rem;border-color:var(--foreground);background:var(--foreground);color:var(--primary-foreground)}.sketch-history__draw--active{border-color:var(--destructive);background:var(--destructive)}.sketch-history__load-more{justify-self:center;padding:.65rem .9rem}.sketch-history__download:disabled,.sketch-history__draw:disabled,.sketch-history__load-more:disabled{opacity:.55;cursor:not-allowed}@keyframes sketch-history-backdrop-in{0%{opacity:0}}@keyframes sketch-history-backdrop-out{to{opacity:0}}@keyframes sketch-history-slide-in{0%{opacity:0;transform:translate(1.25rem)}}@keyframes sketch-history-slide-out{to{opacity:0;transform:translate(1.25rem)}}@media(prefers-reduced-motion:reduce){.sketch-history,.sketch-history__backdrop{animation:none}}
