:root{color-scheme:light dark;--bg: #ddd3bd;--surface: #eee4cf;--surface-soft: #c9c0a8;--text: #241f1a;--muted: #5f594d;--line: #9d927b;--accent: #8b2f2d;--accent-strong: #6f2424;--forest: #4f5e49;--forest-strong: #263525;--ink-blue: #263f66;--danger: #8b2f2d;--radius: 8px;--shadow: 0 18px 42px rgba(54, 43, 31, .2)}@media(prefers-color-scheme:dark){:root{--bg: #211f18;--surface: #312d22;--surface-soft: #403a2b;--text: #efe4cd;--muted: #c4b89f;--line: #6d624e;--accent: #bd6154;--accent-strong: #e09a82;--forest: #8c9a7d;--forest-strong: #d5dcc4;--ink-blue: #9aafd1;--danger: #d47468;--shadow: 0 18px 42px rgba(4, 4, 3, .38)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(90deg,rgba(92,78,54,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(92,78,54,.07) 1px,transparent 1px),radial-gradient(circle at 16% 8%,rgba(139,47,45,.12),transparent 28rem),linear-gradient(135deg,var(--bg),var(--surface-soft));background-size:28px 28px,28px 28px,auto,auto;color:var(--text);font-family:Trebuchet MS,Arial Narrow,Arial,sans-serif;font-size:18px;line-height:1.65;text-rendering:optimizeLegibility}img{display:block;width:100%}a{color:inherit}button,input,textarea,select{font:inherit}button,a,input,textarea,select{outline-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 72%,transparent);outline-offset:4px}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.7fr);gap:clamp(22px,3.6vw,48px);align-items:center;min-height:100dvh;max-width:1180px;margin:0 auto;padding:clamp(32px,6vw,78px) 24px clamp(28px,5vw,58px)}.hero-copy{max-width:620px}.kicker{margin:0 0 18px;color:var(--accent-strong);font-family:Arial Narrow,Trebuchet MS,Arial,sans-serif;font-size:.78rem;font-weight:900;letter-spacing:.2em;line-height:1.2;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:13ch;margin-bottom:18px;color:var(--forest-strong);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,5.15vw,4.45rem);font-weight:900;letter-spacing:-.055em;line-height:1.02}.hero-text{max-width:560px;margin-bottom:24px;color:var(--muted);font-size:clamp(1.02rem,1.45vw,1.16rem)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid transparent;border-radius:var(--radius);padding:12px 20px;cursor:pointer;font-weight:800;line-height:1;text-decoration:none;transition:transform .18s ease,background-color .18s ease,border-color .18s ease;white-space:nowrap}.button:active{transform:translateY(1px) scale(.99)}.button.primary{background:var(--accent-strong);color:#f3ead8;box-shadow:5px 5px color-mix(in srgb,var(--ink-blue) 34%,transparent)}.button.primary:hover{background:var(--ink-blue)}.button.secondary{border-color:var(--line);background:var(--surface);color:var(--forest-strong)}.button.secondary:hover{border-color:var(--accent)}.button.danger{border-color:color-mix(in srgb,var(--danger) 42%,var(--line));background:transparent;color:var(--danger)}.hero-media{position:relative;overflow:hidden;height:min(56dvh,520px);border:8px solid var(--surface);outline:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft);box-shadow:var(--shadow);filter:sepia(.22) contrast(.94) saturate(.82);transform:rotate(-1.2deg)}.hero-media img{aspect-ratio:4 / 5;height:100%;max-height:560px;object-fit:cover}.intro-note,.story-section,.finance-section,.question-section{max-width:1180px;margin:0 auto;padding:clamp(62px,9vw,112px) 24px}.intro-note>div{max-width:780px;border-left:8px solid var(--accent);padding-left:clamp(22px,4vw,42px)}.intro-note h2,.section-heading h2{margin-bottom:16px;color:var(--forest-strong);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.15rem,4.5vw,4.1rem);font-weight:900;letter-spacing:-.045em;line-height:1.04}.intro-note p,.section-heading p{max-width:680px;color:var(--muted)}.section-heading{margin-bottom:clamp(30px,6vw,58px)}.section-heading.compact{max-width:760px}.story-list{display:grid;gap:28px}.story-card{display:grid;grid-template-columns:minmax(140px,.28fr) minmax(0,1fr);gap:clamp(18px,5vw,62px);align-items:start;border-top:2px solid var(--line);padding:clamp(28px,5vw,48px) 0}.story-card h3{grid-column:2;margin-bottom:14px;color:var(--forest-strong);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3vw,2.6rem);letter-spacing:-.025em;line-height:1.12}.story-card p:last-child{grid-column:2;max-width:760px;margin-bottom:0;color:var(--text)}.story-author{grid-row:span 2;margin:6px 0 0;color:var(--ink-blue);font-size:.95rem;font-weight:900;letter-spacing:.04em}.link-insert{min-height:0}.link-insert article{display:grid;grid-template-columns:180px .55fr 1fr auto;gap:18px;align-items:center;border:2px solid var(--line);border-radius:var(--radius);background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 9%,transparent),transparent 42%),var(--surface);padding:clamp(18px,3vw,26px);box-shadow:5px 5px color-mix(in srgb,var(--ink-blue) 18%,transparent)}.link-insert img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:calc(var(--radius) - 6px);border:2px solid var(--line)}.link-insert span{color:var(--accent-strong);font-family:Georgia,Times New Roman,serif;font-weight:900}.link-insert p{margin:0;color:var(--muted);font-size:.98rem}.link-insert a{border-radius:var(--radius);background:var(--ink-blue);color:#f3ead8;padding:10px 16px;font-size:.92rem;font-weight:850;text-decoration:none;white-space:nowrap}.finance-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px}.finance-grid article{min-height:170px;border:2px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:clamp(20px,4vw,30px)}.finance-grid article:nth-child(2),.finance-grid article:nth-child(3){background:var(--surface-soft)}.finance-grid p{margin:0;color:var(--muted);font-size:clamp(1.02rem,1.5vw,1.18rem);font-weight:720;line-height:1.45}.album-insert{margin-top:48px}.question-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.question-card{min-height:170px;border:2px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:22px;transition:transform .18s ease,border-color .18s ease}.question-card:nth-child(2n){background:var(--surface-soft)}.question-card:hover{border-color:var(--accent);transform:translateY(-3px)}.question-card p{margin:0;color:var(--forest-strong);font-size:1.05rem;font-weight:900;line-height:1.35}.site-footer{max-width:1180px;margin:0 auto;padding:42px 24px 54px;color:var(--muted)}.site-footer p{max-width:760px;margin-bottom:0}.admin-body{min-height:100dvh}.admin-shell{max-width:1040px;margin:0 auto;padding:clamp(24px,6vw,70px) 20px}.admin-card{border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:var(--shadow);padding:clamp(22px,5vw,44px)}.admin-heading{max-width:720px;margin-bottom:28px}.admin-heading h1{max-width:none;margin-bottom:14px;font-size:clamp(2.4rem,7vw,4.8rem)}.editor-top{display:flex;justify-content:space-between;max-width:none;gap:24px}.login-form,.links-form,.import-box{display:grid;gap:18px}label{display:grid;gap:8px;color:var(--forest-strong);font-weight:780}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);padding:12px 14px}textarea{resize:vertical}.form-message{min-height:1.5em;margin:0;color:var(--accent-strong);font-weight:750}.admin-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.link-editor{display:grid;gap:16px;margin:0;border:1px solid var(--line);border-radius:var(--radius);padding:20px}.link-editor legend{padding:0 8px;color:var(--accent-strong);font-weight:850}.check-row{display:flex;align-items:center;gap:10px}.check-row input{width:20px;height:20px}.import-box{margin-top:32px;border-top:1px solid var(--line);padding-top:28px}.import-box h2{margin-bottom:0;color:var(--forest-strong);font-size:1.6rem;letter-spacing:-.03em}@keyframes rise-in{0%{transform:translateY(18px)}to{transform:translateY(0)}}@keyframes image-in{0%{transform:rotate(1.4deg) translateY(20px) scale(.98)}to{transform:rotate(1.4deg) translateY(0) scale(1)}}@media(max-width:760px){.story-card{grid-template-columns:1fr;gap:8px}.story-card h3,.story-card p:last-child{grid-column:auto}.story-author{grid-row:auto}.link-insert article{grid-template-columns:1fr}.finance-grid,.question-grid{grid-template-columns:1fr 1fr}.editor-top{flex-direction:column}}@media(max-width:620px){body{font-size:16px}.hero,.intro-note,.story-section,.finance-section,.question-section,.site-footer{padding-left:16px;padding-right:16px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:26px}h1{font-size:clamp(2.8rem,17vw,4rem)}.hero-media{height:380px;transform:none}.finance-grid,.question-grid{grid-template-columns:1fr}.question-card{min-height:120px}.admin-actions{flex-direction:column}.button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
