:root{color-scheme:light dark;--bg: #ffffff;--panel: #f5f5f5;--text: #111111;--muted: #555555;--border: #dddddd;--hover: #ebebeb;--factfeast-logo-filter: none}:root.dark{--bg: #050505;--panel: #161616;--text: #f3f3f3;--muted: #b3b3b3;--border: #2f2f2f;--hover: #222222;--factfeast-logo-filter: invert(1)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;width:100%}body{background:var(--bg);color:var(--text);font-family:Space Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;overflow-x:hidden}a,button{color:inherit}button{font:inherit;cursor:pointer}svg{width:1rem;height:1rem;fill:currentColor}.page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.card{width:100%;max-width:64rem;min-width:0}h1{margin:0 0 2.5rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1;font-weight:500}.lead{width:100%;min-width:0;max-width:52rem;margin:0 0 2.5rem;color:var(--muted);font-size:1rem;line-height:1.8;overflow-wrap:anywhere;white-space:pre-line}.projects{width:100%;min-width:0;max-width:56rem;margin:2.5rem 0 0}.projects-title{margin:0 0 1rem;color:var(--text);font-size:.75rem;line-height:1.4;letter-spacing:.08em;text-transform:uppercase}.project-grid{width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.project-card{display:flex;width:100%;min-width:0;max-width:100%;min-height:13rem;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:1rem;border:1px solid var(--border);border-radius:1rem;background:var(--panel);text-decoration:none;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.project-card:hover{border-color:var(--text);background:var(--hover);transform:translateY(-2px)}.project-card:focus-visible{outline:2px solid var(--text);outline-offset:3px}.project-card__topline,.project-card__footer{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:1rem}.project-logo{display:grid;width:4rem;height:4rem;place-items:center;padding:.6rem;border:1px solid var(--border);border-radius:.75rem;background:var(--bg)}.project-logo__image{display:block;width:100%;height:100%;object-fit:contain}.project-card[data-app=factfeast] .project-logo__image{filter:var(--factfeast-logo-filter)}.project-card__body h2{margin:0 0 .5rem;font-size:1.25rem;line-height:1.2;font-weight:700}.project-card__body{min-width:0}.project-card__body p{max-width:32ch;margin:0;color:var(--muted);font-size:.875rem;line-height:1.6}.project-card__footer{align-items:center;min-width:0;color:var(--muted);font-size:.75rem;line-height:1.4}.project-card__footer>span:first-child{min-width:0;overflow-wrap:anywhere}.project-card__visit{display:inline-flex;align-items:center;gap:.35rem;color:var(--text);white-space:nowrap}.project-card__external-icon{width:1rem;height:1rem;flex:0 0 auto;transition:transform .2s ease}.project-card:hover .project-card__external-icon{transform:translate(2px,-2px)}.signature-link{color:inherit;text-decoration:none}.signature-link:hover,.signature-link:focus-visible{color:var(--text);text-decoration:underline;text-underline-offset:.2em}.actions{width:100%;min-width:0;display:flex;flex-wrap:nowrap;gap:.5rem;align-items:center;overflow-x:auto;padding-bottom:.25rem}.button,.icon-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--panel);text-decoration:none;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.icon-button{min-width:2.75rem;padding:.75rem}.text-button{font-size:.875rem}.button:hover,.icon-button:hover{background:var(--hover);transform:translateY(-1px)}@media(max-width:640px){.page{padding:1.5rem}.project-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.project-card,.project-card__external-icon,.button,.icon-button{transition:none}}
