:root{--bg: #f6f5fc;--surface: #ffffff;--surface-2: #f1eefb;--border: #e2ddf2;--border-strong: #cfc7ea;--fg: #17132b;--muted: #4c4667;--accent: #5b34e0;--accent-hover: #4c29c9;--accent-fg: #ffffff;--accent-soft: #ece6fd;--focus: #5b34e0;--danger: #b3203b;--danger-soft: #fdecef;--shadow: 0 1px 2px rgba(23, 19, 43, .06), 0 8px 24px rgba(23, 19, 43, .06)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg: #131019;--surface: #1d1930;--surface-2: #262041;--border: #322b4d;--border-strong: #453c67;--fg: #f2f0fa;--muted: #b1abcd;--accent: #a98bff;--accent-hover: #bda6ff;--accent-fg: #14101f;--accent-soft: #2a2350;--focus: #a98bff;--danger: #ff9fb0;--danger-soft: #3a1622;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 30px rgba(0, 0, 0, .35)}}:root[data-theme=dark]{--bg: #131019;--surface: #1d1930;--surface-2: #262041;--border: #322b4d;--border-strong: #453c67;--fg: #f2f0fa;--muted: #b1abcd;--accent: #a98bff;--accent-hover: #bda6ff;--accent-fg: #14101f;--accent-soft: #2a2350;--focus: #a98bff;--danger: #ff9fb0;--danger-soft: #3a1622;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 10px 30px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.page{max-width:680px;margin:0 auto;padding:20px 18px 56px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0 24px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:16px;color:var(--fg);text-decoration:none}.brand-mark{width:32px;height:32px;border-radius:9px;display:block}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:11px;border:1px solid var(--border);background:var(--surface);color:var(--fg);cursor:pointer}.icon-button:hover{border-color:var(--border-strong)}.hero{margin-bottom:22px}.hero h1{font-size:27px;line-height:1.2;margin:0 0 10px;letter-spacing:-.01em}.hero p{font-size:16px;color:var(--muted);margin:0 0 8px}.privacy-note{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:600;color:var(--accent);background:var(--accent-soft);padding:6px 12px;border-radius:999px}.card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:var(--shadow)}.field-label{display:block;font-size:15px;font-weight:600;margin:0 0 8px}.date-input{width:100%;font-size:17px;font-family:inherit;color:var(--fg);background:var(--surface-2);border:1.5px solid var(--border-strong);border-radius:11px;padding:13px 14px;min-height:48px}.date-input:focus-visible{outline:3px solid var(--focus);outline-offset:2px;border-color:var(--focus)}.field-error{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:14px;font-weight:600;color:var(--danger);background:var(--danger-soft);border-radius:9px;padding:9px 12px}.field-hint{margin-top:10px;font-size:13.5px;color:var(--muted)}.hemisphere{margin-top:18px}.hemisphere-legend{font-size:13px;font-weight:600;color:var(--muted);margin-bottom:8px;padding:0}.segmented{display:inline-flex;gap:4px;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;padding:4px}.segmented button{appearance:none;border:0;background:transparent;color:var(--muted);font-family:inherit;font-size:14px;font-weight:600;padding:9px 16px;min-height:40px;border-radius:9px;cursor:pointer}.segmented button[aria-pressed=true]{background:var(--accent);color:var(--accent-fg)}.segmented button:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.season-model{margin-top:10px;font-size:13px;color:var(--muted)}.result{margin-top:20px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat{background:var(--surface-2);border:1px solid var(--border);border-radius:13px;padding:14px}.stat-label{display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 6px}.stat-value{font-size:20px;font-weight:700;margin:0;line-height:1.25}.stat-sub{font-size:13px;color:var(--muted);margin:3px 0 0}.stat--age .stat-value{font-size:18px}.result-actions{margin-top:14px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:15px;font-weight:600;min-height:44px;padding:11px 18px;border-radius:11px;cursor:pointer;border:1px solid transparent;text-decoration:none}.button--primary{background:var(--accent);color:var(--accent-fg)}.button--primary:hover{background:var(--accent-hover)}.button--ghost{background:var(--surface);color:var(--fg);border-color:var(--border-strong)}.button:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.share-status{font-size:13.5px;font-weight:600;color:var(--accent)}.about{margin-top:36px}.about h2{font-size:18px;margin:0 0 10px}.about p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.6}.site-footer{margin-top:40px;padding-top:20px;border-top:1px solid var(--border);font-size:13px;color:var(--muted)}.site-footer p{margin:0 0 6px}.footer-nav{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:10px}.footer-nav a{color:var(--muted);font-weight:600;text-decoration:none}.footer-nav a:hover{color:var(--accent);text-decoration:underline}.post-list{list-style:none;padding:0;margin:0;display:grid;gap:16px}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow)}.post-card h2{font-size:19px;line-height:1.3;margin:0 0 8px}.post-card h2 a{color:var(--fg);text-decoration:none}.post-card h2 a:hover{color:var(--accent)}.post-card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.55}.post-header{margin-bottom:22px}.post-header h1{font-size:28px;line-height:1.2;letter-spacing:-.01em;margin:0 0 10px}.post-sub{font-size:17px;color:var(--muted);line-height:1.5;margin:0}.post h2{font-size:20px;line-height:1.3;margin:30px 0 12px}.post p{font-size:16px;line-height:1.7;margin:0 0 16px}.post a:not(.button){color:var(--accent)}.season-table{list-style:none;padding:0;margin:0 0 16px;display:grid;gap:6px}.season-table li{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;padding:10px 14px;font-size:15px}.how-to{margin:0 0 16px;padding-left:22px}.how-to li{font-size:16px;line-height:1.6;margin-bottom:6px}.notfound{text-align:center;padding:32px 0 8px}.notfound-code{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 12px}.notfound h1{font-size:27px;margin:0 0 12px}.notfound-lead{color:var(--muted);max-width:42ch;margin:0 auto 24px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (min-width: 480px){.page{padding:28px 24px 64px}.hero h1{font-size:32px}}@media (prefers-reduced-motion: no-preference){.result{animation:fade-in .16s ease-out}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}}
