:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#0d0f17;--foreground:#f4f4f6;--muted:#9499ad;--accent:#f5b942;--accent-hover:#ffc857;--surface:#141724;--surface-raised:#1c1f30;--line:#ffffff14;--line-strong:#ffffff29;--success:#5ed085;--warning:#ffd27a}*{box-sizing:border-box}html,body{min-height:100%}body{color:var(--foreground);-webkit-font-smoothing:antialiased;background:radial-gradient(at 50% -10%,#202336 0%,#0d0f17 75%) fixed;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.shell{flex-direction:column;gap:2rem;max-width:58rem;min-height:100svh;margin:0 auto;padding:1.5rem 1.25rem 3rem;display:flex}.profile-header{border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(140deg,#1a1d2cd9 0%,#0f1119f2 100%);border-radius:1.25rem;flex-direction:column;gap:1.75rem;padding:2.25rem;display:flex;box-shadow:0 1.5rem 3.5rem -.75rem #00000080,inset 0 1px #ffffff14}.profile-header__topline,.profile-header__footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand-mark{color:var(--foreground);letter-spacing:-.05em;font-size:1.25rem;font-weight:800;text-decoration:none;transition:color .15s}.brand-mark:hover{color:var(--accent)}.brand-context,.disclosure,.projects-cue{color:var(--muted);margin:0;font-size:.78rem}.profile-header__identity{max-width:44rem}.eyebrow{color:var(--accent);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:700}h1{letter-spacing:-.04em;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:manual;hyphens:manual;min-width:0;margin:0;font-size:clamp(2.25rem,6.5vw,4.25rem);font-weight:800;line-height:1.08}.profile-header__purpose{max-width:30rem;color:var(--muted);margin:1rem 0 0;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.45}.profile-links{flex-wrap:wrap;gap:.6rem;display:flex}.profile-links a{border:1px solid var(--line-strong);min-height:2.4rem;color:var(--foreground);background:#ffffff08;border-radius:999px;align-items:center;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.profile-links a:hover{border-color:var(--accent);color:var(--accent);background:#f5b9421a;transform:translateY(-1px)}.projects-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin:.5rem 0 1rem;display:flex}.projects-heading h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.75rem,5vw,2.35rem);font-weight:800;line-height:1}.projects-heading p{max-width:32rem;color:var(--muted);margin:.4rem 0 0;font-size:.95rem;line-height:1.4}.share-actions{color:var(--muted);flex:none;align-items:center;gap:.5rem;font-size:.78rem;display:inline-flex}.share-actions button{border:1px solid var(--line-strong);min-height:2.35rem;color:var(--foreground);cursor:pointer;font:inherit;background:#ffffff08;border-radius:999px;padding:.45rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s}.share-actions button:hover,.share-actions button:focus-visible{border-color:var(--accent);color:var(--accent);background:#f5b94214}.projects-heading__actions{flex:none;align-items:center;gap:.75rem;display:flex}.refresh-projects{color:var(--muted);flex:none;align-items:center;gap:.5rem;font-size:.78rem;display:inline-flex}.refresh-projects button{border:1px solid var(--line-strong);min-height:2.35rem;color:var(--foreground);cursor:pointer;font:inherit;background:#ffffff08;border-radius:999px;padding:.45rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s}.refresh-projects button:hover,.refresh-projects button:focus-visible{border-color:var(--accent);color:var(--accent);background:#f5b94214}.refresh-projects button:disabled{cursor:progress;opacity:.6}.project-filters{scrollbar-width:thin;margin-bottom:1.5rem;padding-bottom:.25rem;overflow-x:auto}.project-filters ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.project-filters a{border:1px solid var(--line);min-height:2.25rem;color:var(--muted);white-space:nowrap;background:#ffffff05;border-radius:999px;align-items:center;padding:.45rem .85rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.project-filters a:hover{border-color:var(--line-strong);color:var(--foreground);background:#ffffff0f}.project-filters a[aria-current=page]{border-color:var(--accent);background:var(--accent);color:#0d0f17;font-weight:700;box-shadow:0 .25rem .75rem #f5b94240}.project-grid{grid-template-columns:minmax(0,1fr);gap:1.25rem;min-width:0;display:grid}.project-card{border:1px solid var(--line);background:linear-gradient(155deg,#171a26f2 0%,#0e1018fa 100%);border-radius:1rem;flex-direction:column;min-width:0;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 .5rem 1.5rem #0000004d,inset 0 1px #ffffff0d}.project-card:hover{border-color:#f5b94259;transform:translateY(-2px);box-shadow:0 1rem 2.5rem #00000073,inset 0 1px #ffffff1a}.project-card__image{aspect-ratio:2;object-fit:cover;border-bottom:1px solid var(--line);background:#0d0e14;width:100%;display:block}.project-card__body{flex-direction:column;flex:1;align-items:flex-start;min-width:0;padding:1.35rem;display:flex}.project-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;margin-bottom:.9rem;display:flex}.project-card__lifecycle{color:var(--success);letter-spacing:.03em;text-transform:uppercase;background:#5ed08514;border:1px solid #5ed08566;border-radius:999px;align-items:center;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.project-card[data-lifecycle=archived] .project-card__lifecycle{color:var(--warning);background:#ffd27a14;border-color:#ffd27a66}.project-card__trust{border:1px solid var(--line-strong);color:var(--foreground);background:#ffffff08;border-radius:999px;align-items:center;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.project-card__freshness{color:var(--muted);align-items:center;margin-left:auto;font-size:.74rem;font-weight:500;display:inline-flex}.project-card h2{max-width:100%;color:var(--foreground);letter-spacing:-.03em;overflow-wrap:anywhere;margin:0;font-size:clamp(1.35rem,3.5vw,1.65rem);font-weight:700;line-height:1.15}.project-card__tagline{max-width:100%;color:var(--muted);overflow-wrap:anywhere;margin:.6rem 0 0;font-size:.92rem;line-height:1.5}.project-card__notice,.project-card__unavailable{max-width:100%;color:var(--warning);overflow-wrap:anywhere;background:#ffd27a0f;border:1px solid #ffd27a4d;border-radius:.5rem;margin:.75rem 0 0;padding:.5rem .75rem;font-size:.82rem;line-height:1.4}.project-card__labels{flex-wrap:wrap;gap:.4rem;margin:.9rem 0 .5rem;padding:0;list-style:none;display:flex}.project-card__labels li{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:.35rem;align-items:center;padding:.25rem .55rem;font-size:.74rem;font-weight:500;line-height:1.25;display:inline-flex}.project-card__note{border-left:2px solid var(--accent);max-width:100%;color:var(--foreground);overflow-wrap:anywhere;background:#f5b9420a;border-radius:0 .35rem .35rem 0;margin:.9rem 0 0;padding:.6rem .85rem;font-size:.88rem;line-height:1.45}.project-card__primary{border:1px solid var(--accent);background:var(--accent);color:#0d0f17;border-radius:.5rem;justify-content:center;align-items:center;min-height:2.35rem;margin-top:1.25rem;padding:.55rem 1.1rem;font-size:.84rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.project-card__primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.project-card__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.project-card__actions a{color:var(--muted);overflow-wrap:anywhere;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .15s}.project-card__actions a:hover{color:var(--accent);text-decoration:underline}.project-card__footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin-top:.75rem;padding-top:.75rem;display:flex}.project-card__footer .project-card__actions{margin-top:0}.project-card__footer .share-actions{margin-left:auto}.project-grid__empty{border:1px dashed var(--line-strong);color:var(--muted);text-align:center;border-radius:1rem;margin:0;padding:2rem;line-height:1.5}.projects-placeholder{padding:0 1.25rem 2rem}.projects-placeholder h2{margin:0;font-size:1.4rem}.projects-placeholder p{color:var(--muted);margin:.5rem 0 0;line-height:1.5}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}@media (min-width:44rem){.shell{padding:2rem 1.5rem 4rem}.profile-header{padding:2.5rem}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.project-card__body{padding:1.5rem}}@media (max-width:34rem){.projects-heading{flex-direction:column;align-items:flex-start}.projects-heading .share-actions{align-self:flex-start}.projects-heading__actions{flex-wrap:wrap;align-self:flex-start}.project-card__freshness{width:100%;margin-left:0}.project-card__footer{flex-direction:column;align-items:flex-start}.project-card__footer .share-actions{justify-content:flex-start;width:100%;margin-left:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
