:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--font-heading:"Oswald", sans-serif;--font-body:"Inter", system-ui, sans-serif;--color-heading:#fff;--color-body:#b0b0b0;--color-link:#2ea94f;--color-accent:#1b7a3d;--color-bg:#0a0a0a;--color-header:#090909;--color-footer:#0a0a0a;--site-bg-overlay-top:#090909;--site-bg-overlay-bottom:var(--color-bg);--color-surface:#111;--color-surface-alt:#141414;--color-surface-soft:#ffffff0a;--color-surface-strong:#ffffff14;--color-border:#ffffff14;--color-heading-soft:#ffffffb8;--color-body-soft:#ffffff8c;--color-meta:#ffffff80;--color-meta-strong:#ffffffa6;--color-meta-soft:#ffffff4d;--color-accent-soft:var(--color-link);--color-accent-hover:#155e2f;--color-overlay-surface:#0009;--color-overlay-backdrop:#0303039e;--site-bg-layers:linear-gradient(180deg, var(--site-bg-overlay-top) 0%, var(--site-bg-overlay-bottom) 100%);--site-bg-position:center;--site-bg-repeat:no-repeat;--site-bg-size:100% 100%;--site-bg-attachment:scroll;--shadow:0 28px 80px #00000059}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;font-family:var(--font-body);background-color:var(--color-bg);background-image:var(--site-bg-layers);background-position:var(--site-bg-position);background-repeat:var(--site-bg-repeat);background-size:var(--site-bg-size);background-attachment:var(--site-bg-attachment);color:var(--color-heading);margin:0}a{color:inherit;text-decoration:none}.article-content a{color:var(--color-link)}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}#app,.site-shell{min-height:100vh}.site-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(180deg, color-mix(in srgb, var(--color-header) 94%, transparent) 0%, color-mix(in srgb, var(--color-header) 78%, transparent) 100%);border-bottom:1px solid color-mix(in srgb, var(--color-header) 70%, #ffffff1a);opacity:0;pointer-events:none;transition:transform .24s cubic-bezier(.22,1,.36,1),opacity .2s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.site-header--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.site-header__inner,.content-frame__inner,.site-footer__inner{width:min(1120px,100% - 48px);margin:0 auto}.site-header__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.brandmark{align-items:center;gap:12px;display:inline-flex}.brandmark__coin{background:linear-gradient(135deg, var(--color-accent), var(--color-accent-soft));width:40px;height:38px;color:var(--color-heading);font-family:var(--font-heading);letter-spacing:.05em;border-radius:6px;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.brandmark__image{width:auto;height:38px;display:block}.brandmark__name{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;font-size:1.45rem}.site-nav{gap:28px;display:flex}.site-nav__link{color:var(--color-body);font-family:var(--font-heading);letter-spacing:.11em;text-transform:uppercase;border-bottom:2px solid #0000;padding-bottom:8px;font-size:1rem;transition:color .2s,border-color .2s}.site-nav__link:hover,.router-link-active.site-nav__link{color:var(--color-heading);border-color:var(--color-accent-soft)}.hero-badge,.section-heading__kicker{text-transform:uppercase}.hero{height:85vh;min-height:500px;max-height:800px;position:relative;overflow:hidden}.hero-slides{width:100%;height:100%;position:relative}.hero-slide{opacity:0;pointer-events:none;transition:opacity .8s;position:absolute;inset:0}.hero-slide.active{opacity:1;pointer-events:auto}.hero-bg{object-fit:cover;width:100%;height:100%;transition:transform 6s;transform:scale(1.05)}.hero-slide.active .hero-bg{transform:scale(1)}.hero-overlay{background:linear-gradient(#0a0a0a4d 0%,#0a0a0a99 60%,#0a0a0af2 100%);position:absolute;inset:0}.hero-content{max-width:1240px;margin:0 auto;padding:0 64px;position:absolute;bottom:80px;left:0;right:0}.hero-badge{background:var(--color-accent);color:var(--color-heading);font-family:var(--font-heading);letter-spacing:.15em;border-radius:3px;margin-bottom:20px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-block}.hero-title,.reader-title{font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;color:var(--color-heading);max-width:700px;margin-bottom:16px;font-size:52px;font-weight:700;line-height:1.1}.hero-excerpt,.reader-excerpt{color:var(--color-body);max-width:560px;margin-bottom:20px;font-size:16px;line-height:1.6}.hero-meta,.story-card__meta,.reader-meta{color:var(--color-meta);text-transform:uppercase;align-items:center;gap:12px;margin-bottom:28px;font-size:13px;display:flex}.dot{background:#ffffff4d;border-radius:50%;width:4px;height:4px}.hero-cta{font-family:var(--font-heading);letter-spacing:.15em;background:var(--color-accent);color:var(--color-heading);cursor:pointer;border:none;border-radius:4px;padding:14px 36px;font-size:14px;font-weight:600;transition:background .3s,transform .2s}.hero-cta:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.hero-dots{z-index:10;gap:10px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:0 0;border:2px solid #fff6;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.hero-dot.active{background:var(--color-accent);border-color:var(--color-accent);transform:scale(1.2)}.promo-banner{background:var(--color-accent)}.promo-inner{justify-content:center;align-items:center;gap:48px;max-width:1240px;margin:0 auto;padding:20px 24px;display:flex}.promo-item{align-items:center;gap:12px;display:flex}.promo-icon{color:var(--color-heading);opacity:.85;display:flex}.promo-text{font-family:var(--font-heading);letter-spacing:.15em;color:var(--color-heading);font-size:13px;font-weight:600}.promo-divider{background:#ffffff40;width:1px;height:28px}.hero__slash,.reader-separator{color:#f6f1e852}.content-frame{padding:80px 0}.content-frame--paged{padding-top:110px}.content-state{text-align:center;padding:72px 0}.content-state__title{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:28px}.content-state__text{color:var(--color-body-soft);margin:0}.section-header{text-align:center;margin-bottom:56px}.section-accent{background:var(--color-accent);border-radius:2px;width:48px;height:3px;margin:0 auto 20px}.section-title{font-family:var(--font-heading);letter-spacing:.1em;color:var(--color-heading);margin:0 0 12px;font-size:36px;font-weight:700}.section-sub{color:#fff6;margin:0;font-size:15px}.stories-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.story-card{background:var(--color-surface-alt);cursor:pointer;opacity:0;border:1px solid #ffffff0d;border-radius:12px;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1),border-color .3s;animation:.55s cubic-bezier(.22,1,.36,1) forwards riseIn;overflow:hidden;transform:translateY(20px)}.story-card:hover{border-color:#1b7a3d4d;transform:translateY(-6px);box-shadow:0 20px 50px #1b7a3d26,0 8px 24px #0006}.story-image-wrap{aspect-ratio:4/3;position:relative;overflow:hidden}.story-image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.story-card:hover .story-image{transform:scale(1.08)}.story-image-overlay{background:linear-gradient(#0000 50%,#0a0a0a80 100%);position:absolute;inset:0}.story-badge{background:var(--color-accent);color:var(--color-heading);font-family:var(--font-heading);letter-spacing:.15em;border-radius:3px;padding:4px 10px;font-size:10px;font-weight:600;position:absolute;top:14px;left:14px}.story-body{flex-direction:column;padding:20px;display:flex}.story-title{font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;color:var(--color-heading);margin:0 0 10px;font-size:17px;font-weight:600;line-height:1.3}.story-excerpt{color:#ffffff73;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 16px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.story-footer{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;display:flex}.story-meta{flex-direction:column;gap:2px;display:flex}.story-author{color:var(--color-meta-strong);font-size:12px;font-weight:500}.story-date{color:var(--color-meta-soft);font-size:11px}.story-read{color:var(--color-accent);white-space:nowrap;font-size:11px;font-weight:500}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:56px;display:flex}.social-section{margin-top:88px}.social-section__header{margin-bottom:40px}.social-network-stack{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:28px;display:grid}.social-network__header{gap:16px;margin-bottom:18px;display:grid}.social-network__intro{gap:10px;display:grid}.social-network__meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.social-network__platform{background:var(--color-accent);color:var(--color-heading);font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:5px 12px;font-size:11px;display:inline-flex}.social-network__handle{color:var(--color-meta);font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;font-size:13px}.social-network__title{color:var(--color-heading);font-family:var(--font-heading);letter-spacing:.03em;text-transform:uppercase;margin:0;font-size:20px;line-height:1.2}.social-network__follow{width:fit-content;min-height:44px;color:var(--color-heading);font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:12px;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.social-network__follow:hover{background:var(--color-accent);border-color:var(--color-accent);transform:translateY(-1px)}.social-feed-stack{display:block}.social-feed-card{scroll-snap-align:start;background:linear-gradient(#141414f5 0%,#0c0c0cf5 100%);border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;min-height:100%;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .2s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 20px 50px #0000003d}.social-feed-card:hover{border-color:#1b7a3d52;transform:translateY(-4px);box-shadow:0 24px 56px #00000057,0 8px 24px #1b7a3d24}.social-feed-card__media{aspect-ratio:4/5;overflow:hidden}.social-feed-card__media img{object-fit:cover;width:100%;height:100%}.social-feed-card__body{flex-direction:column;flex:1;padding:18px 18px 20px;display:flex}.social-feed-card__title{color:var(--color-heading);font-family:var(--font-heading);letter-spacing:.03em;text-transform:uppercase;margin:0 0 10px;font-size:18px;line-height:1.24}.social-feed-card__excerpt{color:var(--color-body);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 16px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.social-feed-card__cta{color:var(--color-accent-soft);font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:8px;margin-top:auto;font-size:12px;display:inline-flex}.social-feed-card__cta:after{content:"→"}.social-feed-card--widget{height:460px;min-height:460px;padding:0;overflow:hidden}.social-feed-card--facebook{background:#fff;width:100%;height:460px;min-height:460px;margin-inline:auto}.social-feed-card--instagram{background:#fff;width:100%;height:460px;min-height:460px;margin-inline:auto;overflow-y:auto}.social-feed-card--instagram .instagram-media,.social-feed-card--instagram iframe{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important}.tagembed-frame{background:#fff;border:0;width:100%;height:460px;display:block}.tagembed-frame--facebook{width:100%;max-width:500px;height:460px;margin-inline:auto}.page-btn{font-family:var(--font-heading);letter-spacing:.12em;color:var(--color-heading);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .25s;display:inline-flex}.page-btn svg{flex:none}a.page-btn:hover{background:var(--color-accent);border-color:var(--color-accent);transform:translateY(-1px)}.page-btn.disabled{opacity:.25;pointer-events:none;cursor:default}.page-numbers{align-items:center;gap:6px;display:flex}.page-num{width:40px;height:40px;font-family:var(--font-heading);color:#ffffff80;background:0 0;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;font-size:15px;font-weight:600;transition:all .25s;display:inline-flex}a.page-num:hover{color:var(--color-heading);background:#ffffff14;border-color:#ffffff26}.page-num.active{color:var(--color-heading);background:var(--color-accent);border-color:var(--color-accent)}.site-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg, color-mix(in srgb, var(--color-footer) 70%, transparent) 0%, color-mix(in srgb, var(--color-footer) 94%, transparent) 100%);border-top:1px solid color-mix(in srgb, var(--color-footer) 68%, #ffffff1f);margin-top:24px;padding:26px 0 0}.site-footer__inner{justify-content:space-between;align-items:center;gap:28px;padding:20px 0 30px;display:flex}.site-footer__brand{align-items:center;gap:12px;display:inline-flex}.site-footer__nav{flex:1;justify-content:center;align-items:center;gap:26px;display:flex}.site-footer__nav a{color:#ffffff6b;font-size:.98rem;transition:color .2s}.site-footer__nav a:hover{color:#ffffffb8}.site-footer__social{align-items:center;gap:14px;display:flex}.site-footer__social a{color:#ffffffb8;background:#ffffff0f;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,color .2s;display:inline-flex}.site-footer__social a:hover{color:var(--color-heading);background:#ffffff1a}.site-footer__social span{font-family:var(--font-heading);font-size:1.18rem;line-height:1}.site-footer__bottom{border-top:1px solid #ffffff12;width:min(1120px,100% - 48px);margin:0 auto;padding:22px 0 10px}.site-footer__copy{color:#ffffff47;text-align:center;margin:0;font-size:.95rem}.live-editor{z-index:60;pointer-events:none;--editor-font-heading:"Oswald", sans-serif;--editor-font-body:"Inter", system-ui, sans-serif;--editor-color-heading:#fff;--editor-color-body:#b8b8b8;--editor-color-muted:#ffffff9e;--editor-color-accent:#2ea94f;--editor-color-panel:#0d0d0df5;--editor-color-surface:#ffffff08;--editor-color-surface-strong:#ffffff0d;--editor-color-border:#ffffff1a;background:0 0;justify-content:flex-end;display:flex;position:fixed;inset:0}.live-editor__panel{background:var(--editor-color-panel);pointer-events:auto;width:min(520px,100%);height:100vh;font-family:var(--editor-font-body);color:var(--editor-color-heading);border-left:1px solid #ffffff14;padding:24px 22px 28px;overflow:auto}.live-editor__panel--collapsed{width:88px;padding:18px 14px;overflow:hidden}.live-editor__panel--collapsed .live-editor__header{flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;margin-bottom:0}.live-editor__panel--collapsed .live-editor__header>div:first-child{display:none}.live-editor__panel--collapsed .live-editor__header-actions{flex-direction:column;gap:12px;width:100%}.live-editor__panel--collapsed .live-editor__toggle,.live-editor__panel--collapsed .live-editor__close{border-radius:16px;width:100%}.live-editor__header{justify-content:space-between;align-items:start;gap:20px;margin-bottom:24px;display:flex}.live-editor__header-actions{align-items:center;gap:10px;display:flex}.live-editor__tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.live-editor__tab{border:1px solid var(--editor-color-border);color:var(--editor-color-muted);cursor:pointer;font-family:var(--editor-font-heading);letter-spacing:.08em;text-transform:uppercase;background:#ffffff0a;border-radius:999px;padding:11px 16px;font-size:13px;transition:background .2s,border-color .2s,color .2s}.live-editor__tab:hover{color:var(--editor-color-heading);background:#ffffff14;border-color:#ffffff2e}.live-editor__tab--active{background:var(--editor-color-accent);border-color:var(--editor-color-accent);color:#fff}.live-editor__eyebrow{color:var(--editor-color-accent);font-family:var(--editor-font-heading);letter-spacing:.14em;text-transform:uppercase;margin:0 0 6px;font-size:12px}.live-editor__title,.live-editor__section-title{font-family:var(--editor-font-heading);text-transform:uppercase;color:var(--editor-color-heading);margin:0}.live-editor__title{letter-spacing:.06em;font-size:28px}.live-editor__close,.live-editor__copy,.live-editor__toggle{color:var(--editor-color-heading);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;transition:background .2s,border-color .2s}.live-editor__close{border-radius:999px;width:42px;height:42px;font-size:26px;line-height:1}.live-editor__close--danger{width:36px;height:36px;font-size:22px}.live-editor__toggle{border-radius:999px;width:42px;height:42px;font-size:22px;line-height:1}.live-editor__copy{width:100%;font-family:var(--editor-font-heading);letter-spacing:.08em;text-transform:uppercase;border-radius:10px;padding:10px 14px;font-size:13px}.live-editor__copy--compact{width:auto;min-width:160px}.live-editor__close:hover,.live-editor__copy:hover,.live-editor__toggle:hover{background:#ffffff14;border-color:#fff3}.live-editor__actions{gap:10px;margin-bottom:14px;display:grid}.live-editor__section-actions{justify-content:flex-end;margin-bottom:14px;display:flex}.live-editor__file-input{display:none}.live-editor__section{background:var(--editor-color-surface);border:1px solid #ffffff0f;border-radius:16px;margin-bottom:24px;padding:18px}.live-editor__section-title{letter-spacing:.08em;margin-bottom:14px;font-size:16px}.live-editor__field,.live-editor__stack{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.live-editor__social-card{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;margin-bottom:16px;padding:14px;transition:background .18s,border-color .18s,box-shadow .22s,opacity .16s,transform .22s cubic-bezier(.22,1,.36,1);position:relative;transform:translateY(0)scale(1)}.live-editor__social-card--dragging{opacity:.5;border-color:#fb923c5c;transform:scale(.985);box-shadow:0 20px 40px #f9731629}.live-editor__social-card--drop-target{background:#fb923c17;border-color:#fb923c6b;transform:translateY(-3px);box-shadow:inset 0 0 0 1px #fb923c38,0 18px 42px #f9731633}.live-editor__social-card--drop-target:before{content:"";background:linear-gradient(90deg,#0000,#fb923c,#0000);border-radius:999px;height:3px;position:absolute;inset:-7px 12px auto;box-shadow:0 0 18px #fb923cb3}.live-editor__social-card-head{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;margin-bottom:12px;display:grid}.live-editor__social-card-toggle{width:100%;min-width:0;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:0;display:grid}.live-editor__social-card-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.live-editor__social-card-copy strong{color:var(--editor-color-heading);letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:13px;font-weight:800;display:block;overflow:hidden}.live-editor__social-card-copy small{color:var(--editor-color-muted);letter-spacing:.06em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;display:block;overflow:hidden}.live-editor__social-card-chevron{width:28px;height:28px;color:var(--editor-color-muted);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;font-size:18px;line-height:1;display:inline-flex}.live-editor__social-card-drag{color:#fb923c6b;cursor:grab;letter-spacing:-.24em;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:18px;min-height:34px;padding:0;font-weight:800;transition:color .16s,transform .18s;display:inline-flex}.live-editor__social-card-drag:hover{color:#fb923c;transform:translateY(-1px)}.live-editor__social-card-drag:active{cursor:grabbing}.live-editor__social-card-status{color:var(--editor-color-muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:12px;font-size:12px;display:inline-flex}.live-editor__social-card-body{flex-direction:column;gap:12px;display:flex}.live-editor__switch{cursor:pointer;align-items:center;display:inline-flex}.live-editor__switch input{opacity:0;pointer-events:none;position:absolute}.live-editor__switch-track{background:#ffffff1f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;width:46px;height:28px;padding:3px;transition:background .2s,border-color .2s;display:inline-flex}.live-editor__switch-thumb{background:#fff;border-radius:999px;width:20px;height:20px;transition:transform .2s;transform:translate(0)}.live-editor__switch input:checked+.live-editor__switch-track{background:var(--editor-color-accent);border-color:var(--editor-color-accent)}.live-editor__switch input:checked+.live-editor__switch-track .live-editor__switch-thumb{transform:translate(18px)}.live-editor__stack--nested{background:#ffffff06;border:1px solid #ffffff0f;border-radius:12px;margin-top:6px;padding:12px}.live-editor__field span{letter-spacing:.08em;text-transform:uppercase;color:var(--editor-color-muted);font-size:12px}.live-editor__field input,.live-editor__field select,.live-editor__field textarea,.live-editor__pair input,.live-editor__triplet input,.live-editor__stack input,.live-editor__stack select,.live-editor__triplet select{appearance:none;border:1px solid var(--editor-color-border);background-color:var(--editor-color-surface-strong);width:100%;box-shadow:none;color:var(--editor-color-heading);background-image:none;background-clip:padding-box;border-radius:10px;outline:none;padding:10px 12px;line-height:1.4;transition:border-color .2s,background-color .2s,box-shadow .2s}.live-editor__field textarea{appearance:none;box-shadow:none}.live-editor__field input:focus,.live-editor__field select:focus,.live-editor__field textarea:focus,.live-editor__pair input:focus,.live-editor__triplet input:focus,.live-editor__stack input:focus,.live-editor__stack select:focus,.live-editor__triplet select:focus{border-color:#2ea94f8c;box-shadow:0 0 0 3px #2ea94f24}.live-editor__field input[type=color]{min-height:42px;padding:4px}.live-editor__field textarea{resize:vertical;font-family:monospace;font-size:12px;line-height:1.5}.live-editor__color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.live-editor__pair,.live-editor__triplet{gap:10px;margin-bottom:12px;display:grid}.live-editor__pair{grid-template-columns:1fr 1fr}.live-editor__triplet{grid-template-columns:1fr 1.2fr .9fr}.reader-shell{z-index:40;justify-content:flex-end;padding:0;display:flex;position:fixed;inset:0}.reader-backdrop{background:var(--color-overlay-backdrop);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:absolute;inset:0}.article-container{z-index:1;background:var(--color-surface);width:min(800px,100%);height:100vh;transition:transform .4s cubic-bezier(.22,1,.36,1);position:relative;overflow:auto}.seo-article{background:var(--color-surface);border-radius:12px;width:min(860px,100%);margin:0 auto;overflow:hidden;box-shadow:0 28px 70px #00000047}.article-close{z-index:3;background:var(--color-overlay-surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:44px;height:44px;color:var(--color-heading);cursor:pointer;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;top:20px;right:20px}.article-close:hover{background:#1b7a3dcc;transform:scale(1.1)}.article-hero-img{aspect-ratio:16/9;position:relative;overflow:hidden}.article-hero-img img{object-fit:cover;width:100%;height:100%}.article-hero-gradient{background:linear-gradient(to top, var(--color-surface) 0%, transparent 60%);position:absolute;inset:0}.article-inner{margin-top:-48px;padding:0 48px 64px;position:relative}.article-badge{background:var(--color-accent);color:var(--color-heading);font-family:var(--font-heading);letter-spacing:.15em;border-radius:3px;margin-bottom:20px;padding:5px 14px;font-size:11px;font-weight:600;display:inline-block}.article-title{font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;color:var(--color-heading);margin:0 0 16px;font-size:36px;font-weight:700;line-height:1.15}.article-meta-row{color:var(--color-meta);border-bottom:1px solid #ffffff14;align-items:center;gap:12px;margin-bottom:36px;padding-bottom:24px;font-size:13px;display:flex}.article-content{color:var(--color-heading-soft);font-size:16px;line-height:1.75}.article-content h2{font-family:var(--font-heading);letter-spacing:.04em;text-transform:uppercase;color:var(--color-heading);margin-top:36px;margin-bottom:16px;font-size:22px;font-weight:600}.article-content p{margin:0 0 18px}.article-content strong{color:var(--color-heading);font-weight:600}.reader-fade-enter-active,.reader-fade-leave-active{transition:opacity .25s}.reader-fade-enter-from,.reader-fade-leave-to{opacity:0}.reader-fade-enter-from .article-container,.reader-fade-leave-to .article-container{transform:translate(40px)}@keyframes riseIn{to{opacity:1;transform:translateY(0)}}@media (width<=1080px){.stories-grid,.social-network-stack{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.site-header__inner,.content-frame__inner,.site-footer__inner{width:min(100% - 28px,1120px)}.site-header__inner{flex-direction:column;align-items:start;gap:14px;height:auto;padding:16px 0}.site-nav{flex-wrap:wrap;gap:18px}.hero{height:70vh;min-height:420px}.hero-content{padding:0 24px;bottom:56px}.hero-title{max-width:100%;font-size:32px;line-height:1.08}.hero-excerpt{max-width:100%;font-size:14px}.promo-inner{flex-direction:column;gap:16px}.promo-divider{width:48px;height:1px}.section-header,.site-footer__inner{flex-direction:column;align-items:start}.section-header{text-align:center;align-items:initial}.social-network-stack{grid-template-columns:1fr}.site-footer__nav{flex-wrap:wrap;justify-content:flex-start;gap:16px 22px}.stories-grid{grid-template-columns:1fr}.social-section{margin-top:64px}.social-feed-card__body{padding:16px 16px 18px}.social-feed-card__title{font-size:17px}.social-feed-card--widget,.social-feed-card--facebook,.social-feed-card--instagram,.tagembed-frame,.tagembed-frame--facebook{height:360px;min-height:360px}.social-network__title{font-size:20px}.social-network__follow{width:100%}.section-title{font-size:28px}.content-frame{padding:56px 0}.pagination{flex-wrap:wrap}.live-editor__panel{width:100%;padding:18px 16px 24px}.live-editor__color-grid,.live-editor__pair,.live-editor__triplet{grid-template-columns:1fr}.reader-shell{justify-content:center;padding:12px}.site-footer__bottom{width:min(100% - 28px,1120px)}.article-inner{margin-top:-24px;padding:0 20px 30px}.article-container{width:min(100%,760px);height:auto;max-height:calc(100vh - 24px);box-shadow:0 34px 100px #0000006b}.article-close{top:12px;right:12px}.reader-fade-enter-from .article-container,.reader-fade-leave-to .article-container{transform:translateY(18px)scale(.98)}}@media (width<=480px){.hero-title{font-size:26px}.hero-content{bottom:40px}.hero-cta{padding:12px 28px;font-size:13px}}
