:root{--bg:#ffffff;--bg-subtle:#fafafa;--surface:#ffffff;--fg:#18181b;--fg-muted:#6b7280;--border:#e7e7ea;--border-strong:#d4d4d8;--accent:#4f46e5;--accent-fg:#ffffff;--radius:12px;--radius-sm:8px;--max:760px;--max-wide:1040px;--header-h:60px}@media (prefers-color-scheme:dark){:root{--bg:#0b0b0d;--bg-subtle:#111114;--surface:#141417;--fg:#f4f4f5;--fg-muted:#9a9aa4;--border:#26262b;--border-strong:#34343a;--accent:#a5b4fc;--accent-fg:#0b0b0d}}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}img{max-width:100%}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 24px}.container--wide{max-width:var(--max-wide)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;gap:24px;height:var(--header-h)}.brand{font-weight:600;letter-spacing:-.01em}.nav{margin-left:auto;display:flex;gap:4px}.nav a{padding:6px 12px;border-radius:8px;color:var(--fg-muted);font-size:15px;transition:color .15s,background .15s}.nav a:hover{color:var(--fg);background:var(--bg-subtle)}main{padding:56px 0 88px}h1{font-size:clamp(28px,5vw,40px);line-height:1.1;letter-spacing:-.03em;font-weight:650;margin:0 0 .5rem}h2{font-size:22px;letter-spacing:-.02em;margin:2.5rem 0 1rem}h2,h3{font-weight:600}h3{letter-spacing:-.01em;margin:1.6rem 0 .6rem}.lead,h3{font-size:18px}.lead{line-height:1.6}.eyebrow,.lead,.muted{color:var(--fg-muted)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:600;margin-bottom:10px}.hero{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.hero__avatar{width:96px;height:96px;border-radius:50%;flex:none;border:1px solid var(--border);background:var(--bg-subtle);object-fit:cover}.hero__body{flex:1 1;min-width:260px}.links{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:1.1rem}.links a{color:var(--fg-muted);font-size:15px}.links a:hover{color:var(--fg)}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:10px;font-size:15px;font-weight:500;border:1px solid var(--border-strong);transition:background .15s,border-color .15s,filter .15s}.btn:hover{background:var(--bg-subtle)}.btn--primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.btn--primary:hover{background:var(--accent);filter:brightness(1.06)}.section{margin-top:64px}.section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.section__head h2{margin:0}.section__head a{font-size:14px;color:var(--fg-muted)}.section__head a:hover{color:var(--fg)}.grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--surface);transition:border-color .15s,transform .15s}.card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.card__cover{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:var(--bg-subtle);border-bottom:1px solid var(--border)}.card__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.card__title{font-size:17px;font-weight:600;letter-spacing:-.01em}.card__desc{font-size:14.5px;color:var(--fg-muted);line-height:1.55;margin:0}.card__meta{margin-top:auto;display:flex;gap:10px;align-items:center;font-size:13px;color:var(--fg-muted);padding-top:6px}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:12px;padding:3px 9px;border-radius:999px;background:var(--bg-subtle);border:1px solid var(--border);color:var(--fg-muted)}.post-list{list-style:none;margin:0;padding:0}.post-list li{padding:18px 0;border-top:1px solid var(--border)}.post-list li:first-child{border-top:0}.post-title{font-size:17px;font-weight:600;letter-spacing:-.01em}.post-title:hover{color:var(--accent)}.post-list time{font-size:13px;color:var(--fg-muted)}.post-list p{margin:.35rem 0 0;color:var(--fg-muted);font-size:14.5px}.article__cover{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);margin-bottom:28px;background:var(--bg-subtle)}.article time{font-size:14px;color:var(--fg-muted)}.prose{font-size:16.5px;line-height:1.75}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.prose ul{padding-left:1.2rem}.prose li{margin:.35rem 0}.prose code{background:var(--bg-subtle);border:1px solid var(--border);border-radius:6px;padding:.1em .35em;font-size:.9em}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.audio-player{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;margin:20px 0 8px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-subtle)}.audio-player__play{flex:none;width:44px;height:44px;border-radius:50%;border:none;background:var(--accent);color:var(--accent-fg);font-size:16px;line-height:1;cursor:pointer;transition:filter .15s}.audio-player__play:hover{filter:brightness(1.06)}.audio-player__main{flex:1 1;min-width:160px;display:flex;flex-direction:column;gap:6px}.audio-player__label{font-size:14px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audio-player__seek{width:100%;accent-color:var(--accent);cursor:pointer}.audio-player__controls{display:flex;gap:6px;align-items:center}.audio-player__btn{font:inherit;font-size:13px;color:var(--fg);padding:5px 10px;border-radius:8px;border:1px solid var(--border-strong);background:var(--bg);cursor:pointer;transition:background .15s}.audio-player__btn:hover{background:var(--bg-subtle)}.backlink{font-size:14px;color:var(--fg-muted);display:inline-flex;gap:6px;margin-bottom:24px}.backlink:hover{color:var(--fg)}.site-footer{border-top:1px solid var(--border);color:var(--fg-muted);font-size:14px}.site-footer__inner{padding:28px 0 40px;display:flex;gap:16px;justify-content:space-between;flex-wrap:wrap}.site-footer a:hover{color:var(--fg)}@media (max-width:600px){main{padding:36px 0 64px}.container{padding:0 18px}.section{margin-top:48px}}.reactions{display:flex;flex-wrap:wrap;gap:12px;margin-top:40px;padding-top:24px;border-top:1px solid var(--border)}.reaction{display:inline-flex;align-items:center;gap:10px;padding:9px 14px;border:1px solid var(--border-strong);border-radius:999px;background:var(--surface);color:var(--fg);font-size:14.5px;cursor:pointer;transition:border-color .15s,background .15s}.reaction--on,.reaction:hover{border-color:var(--accent)}.reaction--on{background:color-mix(in srgb,var(--accent) 12%,transparent)}.reaction__icon{font-size:18px;line-height:1}.reaction__count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500;color:var(--fg-muted);min-width:1ch;text-align:right}.reaction--on .reaction__count{color:var(--accent)}.news-section{scroll-margin-top:calc(var(--header-h) + 16px)}.tracker-table{width:100%;border-collapse:collapse;margin-top:28px;font-size:15px}.tracker-table td,.tracker-table th{text-align:left;padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:top}.tracker-table thead th{border-bottom:1px solid var(--border-strong);color:var(--fg-muted);font-weight:600;font-size:13.5px;white-space:nowrap}.tracker-table td:nth-child(2),.tracker-table td:nth-child(3),.tracker-table th:nth-child(2),.tracker-table th:nth-child(3){text-align:right;width:1%}.tracker-table__sort{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer;font-weight:600;white-space:nowrap}.tracker-table__sort:hover{color:var(--fg)}.tracker-table tbody tr:hover{background:var(--bg-subtle)}.tracker-table__link{color:var(--fg);font-weight:600}.tracker-table__link:hover{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.tracker-table__source{display:block;font-size:12.5px;color:var(--fg-muted);margin-top:3px}.tracker-table__num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.tracker__inline-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.shots{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px;margin:24px 0}.shots__img{width:100%;height:auto;border-radius:14px;border:1px solid var(--border);background:var(--bg-subtle);display:block}@media (max-width:380px){.shots{grid-template-columns:1fr;max-width:280px}}.contact h2{margin-bottom:.6rem}.contact-form{margin-top:20px;display:flex;flex-direction:column;gap:12px;position:relative;max-width:640px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:560px){.contact-form__row{grid-template-columns:1fr}}.contact-form__input{font:inherit;color:var(--fg);background:var(--surface);border:1px solid var(--border-strong);border-radius:10px;padding:11px 14px;width:100%;transition:border-color .15s}.contact-form__input::placeholder{color:var(--fg-muted)}.contact-form__input:focus{outline:none;border-color:var(--accent)}.contact-form__textarea{resize:vertical;min-height:110px}.contact-form__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.contact-form__actions .btn{cursor:pointer}.contact-form__note{font-size:14px}.contact-form__note--err,.contact-form__note--ok{color:var(--fg-muted)}.contact-form__note a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.survey-conditions{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-subtle);padding:4px 20px 8px;margin:20px 0 8px}.survey-conditions h2{font-size:17px;margin:14px 0 8px}.survey-conditions ul{margin:0 0 10px;padding-left:2px;list-style:none}.survey-conditions li{margin:8px 0;font-size:15px}.survey-form{max-width:100%;margin-top:28px;gap:22px}.survey-counter{margin:0;font-size:15px;color:var(--fg-muted)}.survey-q{display:flex;flex-direction:column;gap:8px;border:0;padding:0;margin:0}.survey-q__label{font-weight:600;font-size:15.5px;line-height:1.45}.survey-q__hint{font-size:13px;color:var(--fg-muted)}.survey-q__option{display:flex;align-items:flex-start;gap:10px;font-size:15px;cursor:pointer}.survey-q__option input{margin-top:3px;accent-color:var(--accent)}.survey-consent{padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg-subtle);font-size:14px}.survey-done{margin-top:32px}.admin-card{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;background:var(--surface)}.admin-card summary{padding:12px 16px;cursor:pointer;font-size:14px}.admin-card__body{padding:4px 16px 16px;border-top:1px solid var(--border)}.admin-answer{margin:12px 0}.admin-answer__q{font-size:13px;color:var(--fg-muted);margin-bottom:3px}.admin-answer__a{font-size:15px;white-space:pre-wrap}.admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.admin-actions .btn{cursor:pointer;font-size:14px;padding:7px 12px}.editor-shell{width:min(1120px,calc(100vw - 40px));margin-left:50%;transform:translateX(-50%)}.editor{display:flex;gap:24px;align-items:flex-start}.editor__toggle{display:none}.editor__sidebar{width:240px;flex:none;position:-webkit-sticky;position:sticky;top:80px}.editor__main{flex:1 1;min-width:0}.editor__bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.editor__bar .btn{cursor:pointer}.editor__badge{font-size:12px;padding:3px 10px;border-radius:999px;border:1px solid var(--border)}.editor__badge--draft{color:#b45309;background:color-mix(in srgb,#f59e0b 14%,transparent);border-color:color-mix(in srgb,#f59e0b 40%,transparent)}.editor__badge--live{color:#15803d;background:color-mix(in srgb,#22c55e 12%,transparent);border-color:color-mix(in srgb,#22c55e 40%,transparent)}.editor__status{font-size:13px;color:var(--fg-muted);margin:0 0 12px;min-height:18px}.editor__canvas{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#ffffff;color:#1f2328}.editor-group{margin-bottom:14px}.editor-group__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.editor-group__toggle{display:flex;align-items:center;gap:6px;border:none;background:transparent;color:inherit;cursor:pointer;padding:4px 0;font:inherit}.editor-group__chevron{display:inline-block;transition:transform .15s;font-size:11px;color:var(--fg-muted)}.editor-group__chevron.is-open{transform:rotate(90deg)}.editor-group__count{font-size:11px;color:var(--fg-muted)}.editor-group__new{border:1px solid var(--border-strong);background:transparent;color:inherit;border-radius:8px;cursor:pointer;font-size:16px;line-height:1;width:30px;height:30px}.editor-group__list{list-style:none;margin:0;padding:0}.editor-group__empty{font-size:13px;color:var(--fg-muted);padding:4px 8px}.editor-group__item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;text-align:left;padding:8px;border-radius:8px;border:none;cursor:pointer;font-size:14px;background:transparent;color:inherit}.editor-group__item.is-active{background:var(--bg-subtle)}.editor-group__item-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-group__dot{flex:none;width:8px;height:8px;border-radius:50%;background:#f59e0b}@media (max-width:860px){.editor{flex-direction:column}.editor__toggle{display:inline-flex;align-self:flex-start;cursor:pointer}.editor__sidebar{display:none;width:100%;position:static;top:auto;border:1px solid var(--border);border-radius:12px;padding:14px 16px;background:var(--bg-subtle)}.editor__sidebar.is-open{display:block}.editor__bar{position:-webkit-sticky;position:sticky;top:var(--header-h);z-index:5;background:color-mix(in srgb,var(--bg) 90%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:8px 0}.editor__bar .btn{min-height:44px}.editor-group__item{padding:11px 8px}}@media (max-width:760px){.editor-shell{width:100%;margin-left:0;transform:none}}.editor__canvas .mdxeditor-toolbar{flex-wrap:wrap}.footer-login{display:inline-block;padding:4px 8px;margin-left:2px;color:var(--fg-muted);opacity:.55;border-radius:6px}.footer-login:hover{opacity:1;color:var(--fg);background:var(--bg-subtle)}