:root{--text:#5c5a66;--text-strong:#14121a;--bg:#faf9f7;--surface:#fff;--border:#e6e4df;--muted-bg:#f0eeea;--accent:#2d6a4f;--accent-hover:#1b4332;--accent-muted:#2d6a4f1f;--focus:#1d3557;--sans:"Segoe UI", system-ui, sans-serif;--serif:"Iowan Old Style", "Palatino Linotype", Palatino, ui-serif, Georgia, serif;--mono:ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;font-family:var(--sans);color:var(--text);background-color:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:1.55}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#b7b3c2;--text-strong:#f4f2f8;--bg:#0f0e12;--surface:#17161c;--border:#2a2832;--muted-bg:#1f1d26;--accent:#6bcf9a;--accent-hover:#8fdcb3;--accent-muted:#6bcf9a24;--focus:#a8dadc}}*,:before,:after{box-sizing:border-box}body{margin:0}#root{min-height:100svh}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}code{font-family:var(--mono);background:var(--muted-bg);color:var(--text-strong);border-radius:4px;padding:.12em .35em;font-size:.9em}@media (width<=720px){:root{font-size:16px}}.app{max-width:72rem;margin:0 auto;padding:0 1.5rem 4rem}.site-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0 2rem;display:flex}.site-logo{font-family:var(--serif);letter-spacing:.04em;color:var(--text-strong);font-size:1.25rem;font-weight:600;text-decoration:none}.site-logo:hover{color:var(--accent)}.site-nav{flex-wrap:wrap;gap:.5rem 1.25rem;display:flex}.site-nav a{color:var(--text);border-bottom:1px solid #0000;font-size:.95rem;text-decoration:none;transition:color .15s,border-color .15s}.site-nav a:hover{color:var(--text-strong);border-bottom-color:var(--accent-muted)}.site-header__cluster{flex-direction:column;align-items:flex-end;gap:.75rem;max-width:min(100%,42rem);display:flex}@media (width>=720px){.site-header__cluster{flex-flow:wrap;justify-content:flex-end;align-items:center;max-width:none}}.auth-controls{font-size:.85rem}.auth-controls__status{color:var(--text)}.auth-controls--form{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.4rem .5rem;display:flex}.auth-controls__input{min-width:10rem;max-width:14rem;font:inherit;color:var(--text-strong);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.35rem .5rem;font-size:.85rem}.auth-controls__submit{font:inherit;color:var(--surface);background:var(--accent);cursor:pointer;border:none;border-radius:6px;padding:.35rem .6rem;font-size:.85rem;font-weight:600}.auth-controls__submit:disabled{opacity:.65;cursor:not-allowed}.auth-controls__msg,.auth-controls__err{text-align:right;flex-basis:100%;margin:0}.auth-controls__err{color:#b42318}@media (prefers-color-scheme:dark){.auth-controls__err{color:#fca5a5}}.auth-controls--signed-in{text-align:right;flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.auth-controls__email{color:var(--text-strong);font-weight:500}.auth-controls__hint{max-width:20rem;color:var(--text);margin:0;line-height:1.35}.auth-controls__hint--warn{color:var(--text-strong)}.auth-controls__userid{word-break:break-all;background:var(--muted-bg);border-radius:4px;max-width:100%;padding:.25rem .4rem;font-size:.7rem;display:block}.auth-controls__signout{font:inherit;color:var(--text-strong);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .55rem;font-size:.8rem}.auth-controls__signout:hover{border-color:var(--accent)}.add-entry-locked-note{background:var(--surface);border:1px solid var(--border);border-radius:10px;max-width:40rem;margin:0;padding:1rem 1.25rem;font-size:.95rem}.add-entry-locked-note code{word-break:break-all}.data-banner{border:1px solid var(--border);border-radius:8px;margin:0 0 1.25rem;padding:.75rem 1rem;font-size:.95rem}.data-banner--loading{background:var(--muted-bg);color:var(--text-strong)}.data-banner--error{background:var(--accent-muted);color:var(--text-strong)}.data-banner code{font-size:.85em}.hero-section{padding:3.5rem 0 3rem}.hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.8rem;font-weight:600}.hero-title{max-width:22ch;font-family:var(--serif);letter-spacing:-.02em;color:var(--text-strong);margin:0 0 1rem;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:600;line-height:1.12}.hero-lede{max-width:38rem;margin:0 0 1.75rem;font-size:1.05rem}.hero-cta{color:var(--surface);background:var(--accent);border-radius:6px;align-items:center;padding:.65rem 1.15rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.hero-cta:hover{background:var(--accent-hover)}.hero-cta:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.section-heading{margin-bottom:1.75rem}.section-heading h2{font-family:var(--serif);color:var(--text-strong);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.65rem;font-weight:600}.section-subtitle{max-width:40rem;color:var(--text);margin:0}.entry-list-section{border-top:1px solid var(--border);padding:2.5rem 0 1rem}.entry-list-empty{color:var(--text);margin:0}.entry-grid{gap:1.5rem;display:grid}@media (width>=900px){.entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.entry-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px #00000008}.entry-card__media{aspect-ratio:16/9;border-bottom:1px solid var(--border);background:var(--muted-bg);position:relative;overflow:hidden}.entry-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.entry-card--editing .entry-card__body{padding-top:1.25rem}.entry-card__body{flex-direction:column;gap:.65rem;padding:1.35rem 1.25rem 1.5rem;display:flex}.entry-card__meta{letter-spacing:.02em;text-transform:uppercase;color:var(--text);font-size:.8rem}.entry-card__title{font-family:var(--serif);color:var(--text-strong);letter-spacing:-.02em;margin:0;font-size:1.3rem;font-weight:600}.entry-card__description{margin:0}.entry-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem 1rem;margin-top:.35rem;display:flex}.entry-card__actions{margin:0}.entry-card__actions a{color:var(--accent);border-bottom:1px solid var(--accent-muted);font-size:.9rem;font-weight:600;text-decoration:none}.entry-card__actions a:hover{color:var(--accent-hover);border-bottom-color:currentColor}.entry-card__owner-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.4rem .5rem;margin-left:auto;display:flex}.entry-card__edit,.entry-card__save{font:inherit;color:var(--accent);border:1px solid var(--accent-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .65rem;font-size:.8rem;font-weight:600}.entry-card__edit:hover:not(:disabled),.entry-card__save:hover:not(:disabled){background:var(--accent-muted)}.entry-card__cancel{font:inherit;color:var(--text-strong);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .65rem;font-size:.8rem;font-weight:600}.entry-card__edit:disabled,.entry-card__save:disabled,.entry-card__cancel:disabled{opacity:.65;cursor:not-allowed}.entry-card__edit-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin:0 0 .5rem;font-size:.75rem;font-weight:700}.entry-card__edit-form{flex-direction:column;gap:.85rem;display:flex}.entry-card__edit-form .add-entry-form__field input,.entry-card__edit-form .add-entry-form__field textarea{width:100%;max-width:100%;font:inherit;color:var(--text-strong);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.55rem .65rem}.entry-card__edit-actions{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.entry-fieldset__media{flex-direction:column;gap:.65rem;display:flex}.entry-fieldset__preview{aspect-ratio:16/9;border:1px solid var(--border);background:var(--muted-bg);border-radius:8px;position:relative;overflow:hidden}.entry-fieldset__preview img{object-fit:cover;width:100%;height:100%}.entry-fieldset__preview-label{letter-spacing:.04em;text-transform:uppercase;color:var(--surface);background:#0000008c;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:600;position:absolute;bottom:.5rem;left:.5rem}.entry-card__delete{font:inherit;color:#b42318;cursor:pointer;background:0 0;border:1px solid #b4231873;border-radius:6px;padding:.35rem .65rem;font-size:.8rem;font-weight:600}.entry-card__delete:hover:not(:disabled){background:#b4231814}.entry-card__delete:disabled{opacity:.65;cursor:not-allowed}.entry-card__delete-error{text-align:right;color:#b42318;flex-basis:100%;max-width:100%;margin:0;font-size:.8rem}@media (prefers-color-scheme:dark){.entry-card__delete{color:#fca5a5;border-color:#fca5a573}.entry-card__delete:hover:not(:disabled){background:#fca5a51a}.entry-card__delete-error{color:#fca5a5}}.add-entry-section{border-top:1px solid var(--border);padding:2.5rem 0 1rem}.add-entry-form{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:1.1rem;max-width:36rem;padding:1.35rem 1.25rem;display:flex}.add-entry-form__fieldset{border:none;margin:0;padding:0}.add-entry-form__legend{float:left;letter-spacing:.12em;text-transform:uppercase;width:100%;color:var(--text);margin:0 0 .5rem;padding:0;font-size:.75rem;font-weight:700}.add-entry-form__radios{clear:both;flex-wrap:wrap;gap:1rem 1.5rem;display:flex}.add-entry-form__radio-label{color:var(--text-strong);cursor:pointer;align-items:center;gap:.45rem;font-size:.95rem;display:inline-flex}.add-entry-form__field{flex-direction:column;gap:.35rem;display:flex}.add-entry-form__field.is-disabled{opacity:.55}.add-entry-form__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text);font-size:.75rem;font-weight:700}.add-entry-form input[type=text],.add-entry-form input[type=url],.add-entry-form input[type=month],.add-entry-form textarea{width:100%;max-width:100%;font:inherit;color:var(--text-strong);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.55rem .65rem}.add-entry-form textarea{resize:vertical;min-height:6rem}.add-entry-form input:focus-visible,.add-entry-form textarea:focus-visible{outline:2px solid var(--focus);outline-offset:1px}.add-entry-form__row{gap:1rem;display:grid}@media (width>=520px){.add-entry-form__row{grid-template-columns:1fr 1fr}}.add-entry-form__checkbox{color:var(--text-strong);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.95rem;display:inline-flex}.add-entry-form__hint{color:var(--text);font-size:.85rem}.add-entry-form__error{color:#b42318;margin:0;font-size:.9rem}@media (prefers-color-scheme:dark){.add-entry-form__error{color:#fca5a5}}.add-entry-form__actions{margin-top:.25rem}.add-entry-form__submit{font:inherit;color:var(--surface);background:var(--accent);cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.1rem;font-weight:600}.add-entry-form__submit:hover{background:var(--accent-hover)}.add-entry-form__submit:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.add-entry-form__submit:disabled{opacity:.65;cursor:not-allowed}.about-section{border-top:1px solid var(--border);padding:3rem 0 2rem}.about-panel{background:var(--surface);border:1px solid var(--border);border-radius:10px;max-width:40rem;padding:1.35rem 1.25rem}.about-panel p{margin:0 0 1rem}.about-panel p:last-child{margin-bottom:0}.site-footer{border-top:1px solid var(--border);margin-top:1rem;padding-top:2rem}.site-footer__inner{flex-direction:column;gap:.5rem;display:flex}.site-footer__label{letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin:0;font-size:.75rem;font-weight:700}.site-footer__email{color:var(--accent);width:fit-content;font-size:1.1rem;font-weight:600;text-decoration:none}.site-footer__email:hover{color:var(--accent-hover)}.site-footer__social{flex-wrap:wrap;gap:.75rem 1.25rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.site-footer__social a{color:var(--text-strong);border-bottom:1px solid var(--border);text-decoration:none}.site-footer__social a:hover{border-bottom-color:var(--accent)}.site-footer__note{color:var(--text);margin:1rem 0 0;font-size:.85rem}
