:root{--bg: #f6f5f2;--surface: #ffffff;--surface-sunken: #efeeea;--border: #dedcd5;--text: #1c1b19;--text-muted: #6a675f;--accent: #2f6b4f;--accent-contrast: #ffffff;--positive: #2f6b4f;--negative: #a33c32;--radius: 10px;--shadow: 0 1px 2px rgb(28 27 25 / 6%), 0 4px 12px rgb(28 27 25 / 4%);color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #16171a;--surface: #1e1f23;--surface-sunken: #26272c;--border: #34353b;--text: #ecebe8;--text-muted: #9b9a95;--accent: #6fbf95;--accent-contrast: #10231a;--positive: #6fbf95;--negative: #e08a80;--shadow: none}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}.app{min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10}.header__brand{font-weight:650;letter-spacing:-.01em;text-decoration:none}.header__user{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.header__username{color:var(--text-muted)}.main{max-width:46rem;margin:0 auto;padding:1.5rem 1.25rem 4rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit;font-size:.9rem;text-decoration:none;cursor:pointer;transition:background .12s ease,border-color .12s ease}.button:hover:not(:disabled){border-color:var(--text-muted)}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast);font-weight:550}.button--ghost{background:transparent;border-color:transparent;color:var(--text-muted);padding-inline:.4rem}.button--ghost:hover:not(:disabled){background:var(--surface-sunken);border-color:transparent;color:var(--text)}.input{width:100%;padding:.55rem .7rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit;resize:vertical}.input:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-color:transparent}.input--code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em;text-transform:uppercase}.feed{display:flex;flex-direction:column;gap:1rem}.feed__count{margin:0;color:var(--text-muted);font-size:.85rem}.feed__more{align-self:center;margin-top:.5rem}.card{display:flex;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.card__body{min-width:0;flex:1}.card__title{margin:0 0 .25rem;font-size:1.05rem;line-height:1.35;font-weight:600}.card__title a{text-decoration:none}.card__title a:hover{text-decoration:underline}.card__meta{margin:0 0 .5rem;color:var(--text-muted);font-size:.85rem}.card__dot{margin:0 .4rem}.card__price{margin:0 0 .4rem;font-size:1.1rem;font-weight:620}.card__facts{display:flex;flex-wrap:wrap;gap:.4rem .75rem;margin:0 0 .5rem;padding:0;list-style:none;color:var(--text-muted);font-size:.875rem}.card__facts li:not(:last-child):after{content:"·";margin-left:.75rem}.card__extra{margin:0 0 .6rem;color:var(--text-muted);font-size:.85rem}.card__actions{display:flex;flex-wrap:wrap;gap:.25rem;margin-left:-.4rem}.vote{display:flex;flex-direction:column;align-items:center;gap:.2rem}.vote__button{width:2.1rem;height:2.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);font-size:1.15rem;line-height:1;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.vote__button:hover:not(:disabled){background:var(--surface-sunken);color:var(--text)}.vote__button:disabled{opacity:.5;cursor:not-allowed}.vote__button--up.is-active{background:var(--positive);border-color:var(--positive);color:var(--accent-contrast)}.vote__button--down.is-active{background:var(--negative);border-color:var(--negative);color:var(--accent-contrast)}.vote__score{font-variant-numeric:tabular-nums;font-weight:620;font-size:.95rem}.vote__score.is-positive{color:var(--positive)}.vote__score.is-negative{color:var(--negative)}.vote__breakdown{color:var(--text-muted);font-size:.7rem;font-variant-numeric:tabular-nums}.detail__back{display:inline-block;margin-bottom:1rem;color:var(--text-muted);font-size:.875rem;text-decoration:none}.detail__back:hover{color:var(--text)}.detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.25rem}.detail__title{margin:0 0 .25rem;font-size:1.4rem;line-height:1.25}.detail__address{margin:0;color:var(--text-muted)}.detail__extra{margin:1rem 0;color:var(--text-muted)}.facts{margin:0 0 1.25rem;padding:.25rem 0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.facts__row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem .9rem}.facts__row:not(:last-child){border-bottom:1px solid var(--border)}.facts dt{color:var(--text-muted);font-size:.9rem}.facts dd{margin:0;font-weight:550;font-variant-numeric:tabular-nums}.comments{margin-top:2.5rem}.comments__heading{margin:0 0 .75rem;font-size:1.05rem}.comments__empty{color:var(--text-muted);font-size:.9rem}.comments__list{margin:0 0 1.25rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.comment{padding:.7rem .9rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.comment__head{display:flex;align-items:baseline;gap:.6rem;margin-bottom:.2rem}.comment__author{font-weight:600;font-size:.9rem}.comment__time{color:var(--text-muted);font-size:.78rem}.comment__body{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.comments__form{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.auth{max-width:22rem;margin:3rem auto 0}.auth__title{margin:0 0 .25rem;font-size:1.5rem}.auth__intro{margin:0 0 1.5rem;color:var(--text-muted);font-size:.9rem}.auth__form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.auth__switch{margin-top:1.5rem;color:var(--text-muted);font-size:.9rem}.field{display:flex;flex-direction:column;gap:.3rem}.field__label{font-size:.85rem;font-weight:550}.field__hint{color:var(--text-muted);font-size:.78rem}.field__error{margin:0;color:var(--negative);font-size:.82rem}.notice{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);text-align:center}.notice p{margin:0 0 .5rem}.notice p:last-child{margin-bottom:0}.notice__detail{font-size:.875rem}.notice--error{border-color:var(--negative);color:var(--text)}@media(max-width:30rem){.card{flex-direction:column}.card__vote{align-self:flex-start}.vote{flex-direction:row;align-items:center;gap:.5rem}.detail__header{flex-direction:column}}
