:root{color-scheme:light;--background:#f7f7f5;--surface:#fff;--surface-soft:#f1f1ee;--text:#171716;--muted:#74746f;--line:#e4e4df;--accent:#20201e;--accent-text:#fff;--focus:#aaa9a1;--shadow:0 10px 35px rgb(24 24 20/.05)}
[data-theme="dark"]{color-scheme:dark;--background:#111210;--surface:#191a18;--surface-soft:#222320;--text:#f1f1ed;--muted:#999a93;--line:#30312d;--accent:#eeeeea;--accent-text:#171816;--focus:#62635d;--shadow:none}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;margin:0;color:var(--text);background:var(--background);font-family:"Inter",sans-serif;transition:color 180ms ease,background 180ms ease}button,textarea{color:inherit;font:inherit}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{display:flex;align-items:center;justify-content:space-between;width:min(720px,calc(100% - 40px));height:76px;margin:0 auto}.brand{display:flex;align-items:center;gap:8px;color:var(--text);font-size:16px;font-weight:700;text-decoration:none}.brand-mark{display:grid;width:38px;height:38px;place-items:center;color:var(--accent-text);background:var(--accent);border-radius:12px;font-size:11px}
.theme-toggle{position:relative;width:58px;height:32px;padding:0;border:1px solid var(--line);background:var(--surface);border-radius:999px}.theme-toggle::after{position:absolute;top:3px;left:3px;width:24px;height:24px;background:var(--accent);border-radius:50%;content:"";transition:transform 180ms ease}[data-theme="dark"] .theme-toggle::after{transform:translateX(26px)}.theme-toggle span{position:absolute;top:6px;z-index:1;color:var(--muted);font-size:13px;line-height:18px}.theme-toggle .sun{left:8px}.theme-toggle .moon{right:9px;font-size:9px}
.intro{width:min(720px,calc(100% - 40px));margin:80px auto 54px}.eyebrow{margin:0 0 16px;color:var(--muted);font-size:13px;font-weight:600}.intro h1{margin:0;font-size:clamp(34px,6vw,52px);line-height:1.34;letter-spacing:-.055em;word-break:keep-all}.intro>p:last-child{margin:22px 0 0;color:var(--muted);font-size:15px;line-height:1.8}
.feed-wrap{width:min(720px,calc(100% - 40px));margin:0 auto;padding-bottom:100px}.composer{display:flex;gap:16px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.avatar{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:50%;font-size:12px;font-weight:700}.avatar-me{color:var(--accent-text);background:var(--accent)}.composer-body{min-width:0;flex:1}.composer textarea{display:block;width:100%;min-height:82px;padding:3px 0 14px;resize:none;border:0;outline:0;background:transparent;font-size:16px;line-height:1.7}.composer textarea::placeholder{color:var(--muted)}.composer-actions{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding-top:14px;border-top:1px solid var(--line)}.character-count{color:var(--muted);font-size:11px}.character-count b{font-weight:500}.submit-button{padding:9px 18px;border:0;color:var(--accent-text);background:var(--accent);border-radius:999px;font-size:13px;font-weight:700;transition:opacity 150ms ease,transform 150ms ease}.submit-button:hover{opacity:.8;transform:translateY(-1px)}
.feed-heading{display:flex;align-items:baseline;justify-content:space-between;margin:58px 0 14px}.feed-heading h2{margin:0;font-size:18px}.feed-heading span{color:var(--muted);font-size:12px}.feed{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.post{display:flex;gap:15px;padding:25px 24px}.post+.post{border-top:1px solid var(--line)}.post-avatar{color:#34352f}.post-content{min-width:0;flex:1}.post-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.post-author{margin-right:8px;font-size:14px}.post-time{color:var(--muted);font-size:11px}.delete-button{padding:4px;border:0;color:var(--muted);background:transparent;font-size:11px;opacity:0}.post:hover .delete-button,.delete-button:focus-visible{opacity:1}.post-text{margin:13px 0 18px;font-size:15px;line-height:1.8;white-space:pre-wrap;word-break:break-word}.reactions{display:flex;flex-wrap:wrap;gap:7px}.reaction-button{display:inline-flex;align-items:center;gap:5px;min-width:52px;padding:6px 10px;border:1px solid var(--line);color:var(--muted);background:var(--surface-soft);border-radius:999px;font-size:14px;transition:border-color 140ms ease,transform 140ms ease}.reaction-button span{font-size:11px}.reaction-button:hover,.reaction-button.active{border-color:var(--focus);color:var(--text);transform:translateY(-1px)}.reaction-button.active{background:var(--surface)}
.empty-state{padding:60px 20px;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:18px}.empty-state p{margin:0 0 8px;font-weight:700}.empty-state span{color:var(--muted);font-size:13px}#toast{position:fixed;right:20px;bottom:20px;z-index:10;padding:11px 16px;color:var(--accent-text);background:var(--accent);border-radius:10px;font-size:12px;opacity:0;pointer-events:none;transform:translateY(8px);transition:160ms ease}#toast.show{opacity:1;transform:none}button:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
@media(max-width:600px){.site-header,.intro,.feed-wrap{width:min(100% - 28px,720px)}.site-header{height:68px}.intro{margin-top:52px;margin-bottom:38px}.intro h1{font-size:34px}.composer{gap:12px;padding:18px 16px}.avatar{width:36px;height:36px;flex-basis:36px;font-size:11px}.feed-heading{margin-top:44px}.post{gap:12px;padding:22px 16px}.delete-button{opacity:1}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
.image-picker{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;color:var(--muted);border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:background 140ms ease,color 140ms ease}.image-picker:hover{color:var(--text);background:var(--surface-soft)}.character-count{margin-left:auto}.image-preview{position:relative;margin:2px 0 14px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.image-preview img{display:block;width:100%;max-height:360px;object-fit:contain}.remove-image{position:absolute;top:10px;right:10px;display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;color:#fff;background:rgb(0 0 0/.65);border-radius:50%;font-size:20px;line-height:1}.post-image{display:block;width:100%;max-height:520px;margin:0 0 18px;object-fit:cover;border-radius:12px;background:var(--surface-soft)}
@media(max-width:600px){.image-picker{padding-inline:5px}.post-image{max-height:420px}}

.post-image[hidden]{display:none}

.post-source{display:inline-block;margin:-8px 0 18px;color:var(--muted);font-size:11px;text-underline-offset:3px}.post-source:hover{color:var(--text)}.post-source[hidden]{display:none}.post.official{background:var(--surface-soft)}.post.official .post-author::after{margin-left:7px;padding:3px 6px;color:var(--accent-text);background:var(--accent);border-radius:999px;content:"DAILY";font-size:8px;letter-spacing:.08em;vertical-align:2px}
