:root{--font-serif: "Iowan Old Style", "Palatino", "Palatino Linotype", "Book Antiqua", "Georgia", serif;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, monospace;--radius-sm: 3px;--radius-md: 6px;--radius-lg: 10px;--shadow-card: 0 1px 2px hsl(20 14% 16% / .06), 0 4px 12px hsl(20 14% 16% / .08);--shadow-card-hover: 0 2px 4px hsl(20 14% 16% / .08), 0 8px 20px hsl(20 14% 16% / .12);--shadow-input-recessed: inset 0 1px 2px hsl(20 14% 16% / .07);--shadow-letterpress: 0 1px 0 hsl(0 0% 100% / .6);--color-foreground: 20 14% 16%;--color-background: 38 28% 95%;--color-surface: 0 0% 100%;--color-surface-recessed: 38 24% 92%;--color-muted: 20 14% 50%;--color-border: 38 18% 80%;--color-border-strong: 38 14% 65%;--color-accent: 18 50% 38%;--color-error: 0 65% 45%;--color-success: 135 35% 35%;--color-edited: 215 50% 38%;--color-kind-ai: 256 65% 60%;--color-kind-import: 0 0% 55%;--color-highlight: 47 95% 70%}[data-theme=paper]{--color-foreground: 20 14% 16%;--color-background: 38 28% 95%;--color-surface: 0 0% 100%;--color-surface-recessed: 38 24% 92%;--color-muted: 20 14% 50%;--color-border: 38 18% 80%;--color-border-strong: 38 14% 65%;--color-accent: 18 50% 38%;--color-error: 0 65% 45%;--color-success: 135 35% 35%;--color-edited: 215 50% 38%;--color-kind-ai: 256 65% 60%;--color-kind-import: 0 0% 55%;--color-highlight: 47 95% 70%}[data-theme=paper-dark]{--color-foreground: 38 24% 88%;--color-background: 24 14% 9%;--color-surface: 24 12% 13%;--color-surface-recessed: 24 14% 7%;--color-muted: 38 12% 60%;--color-border: 24 10% 25%;--color-border-strong: 24 10% 35%;--color-accent: 24 60% 65%;--color-error: 0 60% 55%;--color-success: 135 35% 55%;--color-edited: 215 55% 60%;--color-kind-ai: 256 65% 70%;--color-kind-import: 0 0% 50%;--color-highlight: 47 70% 50%}[data-theme=neutral]{--color-foreground: 0 0% 13%;--color-background: 0 0% 99%;--color-surface: 0 0% 100%;--color-surface-recessed: 0 0% 96%;--color-muted: 0 0% 45%;--color-border: 0 0% 88%;--color-border-strong: 0 0% 70%;--color-accent: 215 60% 40%;--color-error: 0 65% 45%;--color-success: 135 35% 35%;--color-edited: 215 50% 38%;--color-kind-ai: 256 65% 60%;--color-kind-import: 0 0% 55%;--color-highlight: 47 95% 70%}[data-theme=neutral-dark]{--color-foreground: 0 0% 92%;--color-background: 0 0% 8%;--color-surface: 0 0% 12%;--color-surface-recessed: 0 0% 6%;--color-muted: 0 0% 60%;--color-border: 0 0% 22%;--color-border-strong: 0 0% 35%;--color-accent: 215 70% 65%;--color-error: 0 60% 55%;--color-success: 135 35% 55%;--color-edited: 215 55% 60%;--color-kind-ai: 256 65% 70%;--color-kind-import: 0 0% 50%;--color-highlight: 47 70% 50%}html{background:hsl(var(--color-background));color:hsl(var(--color-foreground));font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}[data-theme=paper] body,[data-theme=paper-dark] body{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 0.05  0 0 0 0 0.04  0 0 0 0 0.03  0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");background-repeat:repeat}[data-theme=paper],[data-theme=paper-dark]{font-family:var(--font-serif);font-feature-settings:"onum","liga","kern"}[data-theme=paper] h1,[data-theme=paper] h2{text-shadow:var(--shadow-letterpress)}[data-theme=paper-dark] h1,[data-theme=paper-dark] h2{text-shadow:0 1px 0 hsl(0 0% 0% / .4)}a{color:hsl(var(--color-accent))}a:hover{text-decoration-thickness:2px;text-underline-offset:2px}.page-header{max-width:40rem;margin:2rem auto}.page-header h1{margin:0 0 .5rem;font-size:2rem;letter-spacing:-.01em}.muted{color:hsl(var(--color-muted));font-size:.875rem;font-family:var(--font-sans)}.quote-card{display:block;padding:1.25rem 1.5rem;margin:.75rem 0;background:hsl(var(--color-surface));border:1px solid hsl(var(--color-border));border-radius:var(--radius-md);box-shadow:var(--shadow-card);text-decoration:none;color:inherit;transition:transform .12s ease,box-shadow .12s ease}.quote-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.quote-card p{margin:0;font-size:1.1rem;line-height:1.55}.quote-card footer{margin-top:.6rem;font-size:.85rem;color:hsl(var(--color-muted));font-family:var(--font-sans);font-feature-settings:"onum"}.quote-list{max-width:40rem;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.entity-head{max-width:40rem;margin:2rem auto;padding:1.5rem 2rem;background:hsl(var(--color-surface));border:1px solid hsl(var(--color-border));border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.entity-head h1{margin:0 0 .5rem}.entity-head .description,.entity-head .bio{margin:.5rem 0 0;color:hsl(var(--color-foreground));line-height:1.55}.entity-head .dates{margin:.25rem 0 .75rem;color:hsl(var(--color-muted));font-feature-settings:"onum";font-size:.95rem}.entity-head .native{color:hsl(var(--color-muted));font-style:italic;font-weight:400}
