:root{color-scheme:light;--paper: #f4f1e8;--paper-2: #fffdf5;--ink: #141414;--muted: #5e5a50;--rule: #c7beb0;--blue: #143aa2;--purple: #5a2392;--red: #d71920;--green: #167044;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(rgba(20,20,20,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(20,20,20,.025) 1px,transparent 1px),var(--paper);background-size:18px 18px;color:var(--ink)}a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}a:visited{color:var(--purple)}button{font:inherit}.page-shell{width:min(1180px,calc(100% - 24px));margin:12px auto;border:1px solid var(--rule);background:var(--paper-2);box-shadow:0 16px 45px #14141414}.masthead{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:10px 12px;border-bottom:1px solid var(--rule);background:#ebe5d7}.brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none}.brand:visited{color:var(--ink)}.brand img{width:42px;height:42px;border:1px solid #2a2a2a;border-radius:50%;background:#050505}.brand span{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;letter-spacing:0}.masthead-links{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px 13px;font-size:.88rem}.plain-button,.actions button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:27px;padding:3px 8px;border:1px solid #8f8676;border-radius:2px;background:#f7f4eb;color:var(--ink);cursor:pointer}.plain-button:hover,.actions button:hover{border-color:var(--red);color:var(--red)}.classifieds-header{display:grid;grid-template-columns:1fr auto;align-items:end;gap:18px;padding:26px 16px 16px;border-bottom:1px solid var(--rule)}.classifieds-header h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.4rem,12vw,8.8rem);line-height:.85;font-weight:400;letter-spacing:0}.classifieds-header p{max-width:580px;margin:14px 0 0;color:var(--muted);font-size:1rem;line-height:1.45}.classifieds-header img{width:clamp(72px,14vw,136px);aspect-ratio:1;object-fit:cover;border-radius:50%;border:1px solid var(--ink);background:#050505}.ledger{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--rule);background:#f7f3e8}.ledger div{min-height:74px;padding:10px 12px;border-right:1px solid var(--rule)}.ledger div:last-child{border-right:0}.ledger span,.board-controls p,.classified-row p,footer{color:var(--muted)}.ledger span{display:block;margin-bottom:8px;font-size:.72rem;text-transform:uppercase}.ledger strong,.ledger a{display:inline-flex;align-items:center;gap:3px;font-size:1rem;font-weight:700;word-break:break-word}.address-text{font-family:Courier New,monospace;font-size:.78rem!important;line-height:1.25}.board-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 12px;border-bottom:1px solid var(--rule)}.board-controls h2{margin:0;font-size:1.25rem;font-weight:700}.board-controls p{margin:3px 0 0;font-size:.84rem}.segmented{display:inline-flex;align-items:center;border:1px solid #8f8676;background:#ebe5d7}.segmented button{min-height:30px;padding:4px 10px;border:0;border-right:1px solid #8f8676;background:transparent;color:var(--ink);cursor:pointer}.segmented button:last-child{border-right:0}.segmented button.active{background:var(--red);color:#fff}.notice{margin:0;padding:9px 12px;border-bottom:1px solid #e4a5a9;background:#fff0f0;color:#811219;font-size:.9rem}.classifieds-list{display:grid}.list-heading,.classified-row{display:grid;grid-template-columns:58px minmax(280px,1fr) 124px 136px 116px;align-items:center;gap:10px}.list-heading{min-height:32px;padding:0 12px;border-bottom:1px solid var(--rule);background:#ded6c6;color:#3c3933;font-size:.72rem;font-weight:700;text-transform:uppercase}.classified-row{min-height:82px;padding:10px 12px;border-bottom:1px solid var(--rule)}.classified-row:nth-child(odd){background:#fbf8ef}.classified-row:hover{background:#fff3d0}.rank{font-family:Georgia,Times New Roman,serif;font-size:1.55rem;color:var(--red)}.listing{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:10px;min-width:0}.thumb{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--rule);background:#ece6d8;color:var(--red)}.thumb img{width:100%;height:100%;object-fit:cover}.listing-title{display:inline;font-size:1.07rem;font-weight:700;line-height:1.25}.classified-row p{margin:5px 0 0;font-size:.86rem}.price{font-family:Georgia,Times New Roman,serif;font-size:1.32rem;color:var(--green)}.votes{display:grid;gap:4px;font-size:.86rem}.actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.actions button{min-width:68px}.actions a{display:grid;place-items:center;width:27px;height:27px;border:1px solid #8f8676;background:#f7f4eb}footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;padding:12px;background:#ebe5d7;font-size:.78rem}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.ledger{grid-template-columns:repeat(3,minmax(0,1fr))}.ledger div:nth-child(4n){border-right:1px solid var(--rule)}.ledger div:nth-child(3n){border-right:0}.list-heading{display:none}.classified-row{grid-template-columns:50px minmax(0,1fr);align-items:start}.price,.votes,.actions{grid-column:2}.actions{justify-content:flex-start}}@media(max-width:620px){.page-shell{width:100%;margin:0;border-left:0;border-right:0}.masthead,.classifieds-header{grid-template-columns:1fr}.masthead-links{justify-content:flex-start}.classifieds-header img{display:none}.classifieds-header h1{font-size:4rem}.ledger{grid-template-columns:repeat(2,minmax(0,1fr))}.ledger div,.ledger div:nth-child(3n){border-right:1px solid var(--rule)}.ledger div:nth-child(2n){border-right:0}.board-controls{align-items:flex-start;flex-direction:column}.classified-row{grid-template-columns:1fr}.rank,.price,.votes,.actions{grid-column:1}.listing{grid-template-columns:52px 1fr}.thumb{width:52px;height:52px}}
