:root{--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}*{box-sizing:border-box}body{color:#111;background:#c7b194;min-width:320px;min-height:100vh;margin:0;font-family:Georgia,Times New Roman,Times,serif}button,input,textarea{font:inherit}.app{flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:48px 24px;display:flex}.site-title{text-align:center;color:#d5a484;-webkit-text-stroke:5px black;margin:0 0 48px;font-size:clamp(4rem,14vw,12rem);font-weight:900;line-height:.9}.table-grid{flex-wrap:wrap;justify-content:center;gap:28px;width:min(100%,1200px);display:flex}.table-card{aspect-ratio:1;cursor:pointer;background:0 0;border:0;flex:0 calc(20% - 22.4px);place-items:center;min-width:120px;max-width:180px;padding:0;transition:transform .18s;display:grid}.table-card:hover,.table-card:focus-visible{z-index:2;transform:scale(1.2)}.table-card:focus-visible{outline-offset:8px;border-radius:12px;outline:3px solid #111}.table-image{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;animation:1.8s ease-in-out infinite alternate table-wiggle}.table-card:nth-child(2n) .table-image{animation-delay:-.6s}.table-card:nth-child(3n) .table-image{animation-delay:-1.1s}@keyframes table-wiggle{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}@media (width<=900px){.table-card{flex-basis:calc(25% - 21px)}}@media (width<=700px){.table-card{flex-basis:calc(33.3333% - 18.6667px)}}@media (width<=500px){.table-card{flex-basis:calc(50% - 14px)}}@media (width<=360px){.table-card{flex-basis:100%}}.profile-backdrop{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#18100a61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.profile-modal{background:radial-gradient(circle at 0 0,#fff6dde6,#0000 38%),#ddbe97;border:5px solid #111;border-radius:48px;width:min(100%,980px);max-height:min(92vh,900px);overflow:auto;box-shadow:0 24px #0000002e,0 28px 70px #00000059}.profile-header{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ddbe97f0;border-bottom:3px solid #00000029;border-radius:43px 43px 0 0;justify-content:space-between;align-items:flex-start;gap:24px;padding:28px 32px 18px;display:flex;position:sticky;top:0}.profile-eyebrow{letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px;font-size:.95rem;font-weight:700}.profile-header h2{color:#d5a484;-webkit-text-stroke:3px black;margin:0;font-size:clamp(2.4rem,7vw,5rem);line-height:.9}.profile-close{color:#111;cursor:pointer;background:#f2d7b6;border:4px solid #111;border-radius:999px;flex:none;width:54px;height:54px;font-size:2.5rem;line-height:.8;transition:transform .14s,box-shadow .14s,background .14s;transform:translateY(0);box-shadow:0 6px #111}.profile-close:hover{background:#ffe2bd;transform:translateY(3px);box-shadow:0 3px #111}.profile-body{grid-template-columns:minmax(240px,.9fr) minmax(300px,1.25fr);gap:28px;padding:28px 32px 36px;display:grid}.profile-left-column,.profile-right-column{flex-direction:column;gap:22px;display:flex}.profile-image-frame{background:#ffeecda8;border:4px solid #111;border-radius:40px;place-items:center;min-height:270px;padding:24px;display:grid;box-shadow:inset 0 -10px #00000014}.profile-image{object-fit:contain;filter:drop-shadow(0 12px #00000029);width:min(100%,320px);max-height:300px}.owner-card,.edit-card,.profile-section{background:#ffeecd9e;border:4px solid #111;border-radius:34px;box-shadow:0 8px #00000024}.owner-card{padding:22px}.owner-label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.95rem;font-weight:700;display:block}.owner-card strong{font-size:clamp(2rem,5vw,3.4rem);line-height:.95;display:block}.edit-card,.profile-section{padding:22px}.edit-card h3,.profile-section h3{margin:0 0 16px;font-size:1.65rem;line-height:1}.stacked-form,.unlocked-area,.comment-form{flex-direction:column;gap:12px;display:flex}.stacked-form label{font-weight:700}input,textarea{color:#111;background:#fff2dc;border:3px solid #111;border-radius:18px;width:100%;padding:12px 14px}textarea{resize:vertical}input:focus,textarea:focus{outline:4px solid #1111112e}.stacked-form button,.comment-form button{color:#111;cursor:pointer;background:#d5a484;border:3px solid #111;border-radius:999px;align-self:flex-start;padding:10px 18px;font-weight:900;transition:transform .14s,box-shadow .14s,background .14s;transform:translateY(0);box-shadow:0 5px #111}.stacked-form button:hover,.comment-form button:hover{background:#e5b796;transform:translateY(2px);box-shadow:0 3px #111}.post-form{border-top:3px dashed #00000040;margin-top:18px;padding-top:18px}.code-message{margin:14px 0 0;font-style:italic}.entry-list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.entry-card{background:#fff7e6b8;border:3px solid #111111b8;border-radius:24px;padding:16px}.entry-card p{margin:0 0 10px;font-size:1.08rem;line-height:1.35}.entry-card time,.comment-meta{opacity:.72;font-size:.9rem;font-weight:700}.comment-form{margin-bottom:18px}.comment-meta{flex-wrap:wrap;justify-content:space-between;gap:8px 14px;display:flex}.empty-note{background:#fff7e680;border:3px dashed #1111116b;border-radius:24px;margin:0;padding:18px;font-style:italic}@media (width<=780px){.profile-backdrop{place-items:end center;padding:12px}.profile-modal{border-radius:36px;max-height:94vh}.profile-header{border-radius:31px 31px 0 0;padding:22px 22px 16px}.profile-body{grid-template-columns:1fr;padding:22px}.profile-close{width:48px;height:48px;font-size:2.2rem}}
