:root{color-scheme:light;--ink:#26342d;--paper:#f7f3e8;--jade:#314f40;--gold:#ae823e;--line:#d8cfbc}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#fffdf5,var(--paper));color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"PingFang SC","Noto Sans SC",sans-serif;padding-bottom:76px}header{height:64px;padding:12px 20px;display:flex;justify-content:space-between;align-items:center;background:#fbf8ee;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:19px}.brand img{border-radius:50%}header small,.source,.eyebrow{color:#6e7267}main{max-width:680px;margin:auto;padding:24px 18px}.view{display:none}.view.active{display:block}h1{font-size:28px;line-height:1.25;margin:24px 0 18px}label{display:block;font-weight:650;margin:18px 0}textarea,button{width:100%;font:inherit;border-radius:10px}textarea{margin-top:6px;padding:12px;border:1px solid var(--line);background:#fffdf7;color:var(--ink)}textarea{min-height:104px;resize:vertical}button{border:0;background:var(--jade);color:#fff;padding:13px 16px;font-weight:700;cursor:pointer}button.secondary{background:transparent;color:var(--jade);border:1px solid var(--jade);margin-top:12px}.notice{padding:14px 15px;border-left:4px solid var(--gold);background:#fffaf0;border-radius:4px}.notice p{margin:.35em 0 0}.risk{border-left-color:#a24b38}.time,.privacy-hint{font-size:14px;color:#59635b}.eyebrow{font-size:13px;font-weight:700;letter-spacing:.06em}blockquote{margin:18px 0;padding:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:21px;text-align:center}.tagline{color:var(--jade);font-weight:650}.source{font-size:14px}.drawing-animation{text-align:center;padding:28px 0}.drawing-animation p{color:var(--jade);font-weight:650}.lot-tube{width:100px;height:125px;margin:auto;display:flex;justify-content:center;align-items:end;gap:5px;border:4px solid var(--jade);border-radius:14px 14px 32px 32px;background:#edf0df;transform-origin:center bottom;animation:shake .35s ease-in-out infinite}.lot-tube i{display:block;width:8px;background:var(--gold);border-radius:8px 8px 2px 2px;transform-origin:center bottom;animation:sticks .35s ease-in-out infinite alternate}.lot-tube i:nth-child(1){height:70px}.lot-tube i:nth-child(2){height:92px;animation-delay:.08s}.lot-tube i:nth-child(3){height:78px;animation-delay:.15s}.lot-tube i:nth-child(4){height:98px;animation-delay:.22s}.lot-tube i:nth-child(5){height:73px;animation-delay:.29s}@keyframes shake{50%{transform:rotate(4deg) translateY(-4px)}}@keyframes sticks{to{transform:rotate(5deg) translateY(-5px)}}article{white-space:pre-wrap;padding:16px;background:#fffdf7;border:1px solid var(--line);border-radius:10px;margin:16px 0}#ai-form{margin-top:16px}#ai-status{min-height:1.7em;color:#805c23}.history-item{padding:14px 0;border-bottom:1px solid var(--line)}.history-item p{margin:4px 0}.history-item button{width:auto;padding:6px 10px;background:transparent;color:#8a4138;border:1px solid #b87d74;font-size:14px}nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:#fbf8ee;border-top:1px solid var(--line);padding:8px env(safe-area-inset-right) calc(8px + env(safe-area-inset-bottom)) env(safe-area-inset-left)}nav button{background:transparent;color:var(--ink);font-size:13px;padding:8px 2px}nav button[aria-current="page"]{color:var(--jade);text-decoration:underline;text-underline-offset:4px}@media(prefers-reduced-motion:reduce){.lot-tube,.lot-tube i{animation:none}}@media(min-width:600px){main{padding-top:40px}}
