/*
Theme Name: Director Tomikawa Auto Feed
Theme URI: https://example.com/
Author: OpenAI
Description: SNS投稿の受け皿用。予約公開・サムネ・説明・外部リンク対応のシンプルなカタログテーマ。
Version: 1.0
Text Domain: directortomikawa
*/
:root{--bg:#fff;--text:#111;--muted:#777;--line:#eee;--card:#fff;--shadow:0 5px 20px rgba(0,0,0,.07)}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic","Noto Sans JP",sans-serif}
body{min-height:100vh}
.site{width:min(100%,560px);margin:0 auto;padding:28px 16px 56px}
.profile{text-align:center;margin-bottom:24px}
.site-title{font-size:22px;font-weight:800;margin:0 0 8px}
.site-desc{font-size:13px;color:var(--muted);line-height:1.65;margin:0}
.notice{margin-top:8px;font-size:10px;color:#aaa}
.feed{display:flex;flex-direction:column;gap:14px}
.entry{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.entry img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#f3f3f3}
.placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,#eee,#d9d9d9);display:flex;align-items:center;justify-content:center;color:#999;font-size:12px;font-weight:700}
.body{padding:14px 15px 15px}
.date{font-size:10px;color:#aaa;margin-bottom:5px}
.title{font-size:16px;font-weight:800;line-height:1.5;margin:0 0 6px}
.desc{font-size:12px;color:#707070;line-height:1.7;margin:0 0 12px}
.cta{display:block;text-align:center;background:#111;color:#fff;text-decoration:none;font-weight:800;border-radius:12px;padding:12px 14px}
.footer{text-align:center;margin-top:28px;color:#aaa;font-size:10px;line-height:1.65}
