.home-layout{display:grid;grid-template-columns:1fr 320px;gap:var(--sp-8);padding:var(--sp-7) 0}.home-main{display:flex;flex-direction:column;gap:var(--sp-8)}.home-sidebar{display:flex;flex-direction:column;gap:var(--sp-6);position:sticky;top:80px;height:fit-content}.section-header{display:flex;align-items:center;gap:var(--sp-4);margin-bottom:var(--sp-5);padding-bottom:var(--sp-3);border-bottom:2px solid var(--text)}.section-label{font-size:.8125rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text);white-space:nowrap}.section-label--featured{color:var(--text);font-size:.9375rem;letter-spacing:.1em}.section-line{flex:1;height:3px;background:linear-gradient(90deg,var(--accent) 0%,var(--border-strong) 60%,transparent 100%);border-radius:2px}.section--hero{background:var(--surface);border:2px solid var(--text);border-radius:var(--radius-md);padding:var(--sp-7);box-shadow:var(--shadow-lg)}.hero-card{display:flex;flex-direction:column;gap:var(--sp-5)}.hero-title{font-family:var(--font-head);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:var(--text);margin:0}.hero-title a{color:inherit;text-decoration:none}.hero-title a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:4px}.hero-dek{font-size:1.25rem;line-height:1.5;color:var(--text-muted);max-width:640px;margin:0;font-weight:400}.hero-placeholder{text-align:center;padding:var(--sp-6) 0}.section--featured{background:var(--surface-muted);border:2px solid var(--border-strong);border-radius:var(--radius-md);padding:var(--sp-6)}.card-grid{display:grid;gap:var(--sp-6)}.card-grid--3{grid-template-columns:repeat(3,1fr)}.story-card{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:var(--sp-5);display:flex;flex-direction:column;gap:var(--sp-3);transition:box-shadow .2s ease,transform .2s ease;box-shadow:var(--shadow-sm)}.story-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--accent)}.story-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-2);padding-bottom:var(--sp-2);border-bottom:1px solid var(--border);font-size:.6875rem;color:var(--text-subtle)}.story-card__title{font-family:var(--font-head);font-size:1.0625rem;font-weight:600;line-height:1.3;color:var(--text);margin:0}.story-card__title a{color:inherit;text-decoration:none}.story-card__title a:hover{color:var(--accent-hover);text-decoration:underline}.story-card__dek{font-size:.875rem;line-height:1.5;color:var(--text-muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-card__author{font-size:.75rem;color:var(--text-muted);font-weight:500;margin-top:auto;padding-top:var(--sp-2)}.section--list{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-md);padding:var(--sp-6)}.article-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.list-item{border-bottom:1px solid var(--border);padding:var(--sp-4) 0}.list-item:first-child{padding-top:0}.list-item:last-child{border-bottom:none;padding-bottom:0}.list-card{display:flex;flex-direction:column;gap:var(--sp-2);padding:var(--sp-2) 0}.list-card__meta{display:flex;align-items:center;gap:var(--sp-3);font-size:.75rem;color:var(--text-subtle)}.list-card__title{font-family:var(--font-head);font-size:1.125rem;font-weight:600;line-height:1.35;color:var(--text);margin:0}.list-card__title a{color:inherit;text-decoration:none}.list-card__title a:hover{color:var(--accent-hover);text-decoration:underline;text-underline-offset:3px}.card-meta{display:flex;align-items:center;gap:var(--sp-3);font-size:.8125rem;color:var(--text-muted)}.card-badge{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);padding:2px 8px;background:var(--accent-light);border-radius:var(--radius-sm)}.card-author{font-size:.875rem;font-weight:600;color:var(--text);padding-top:var(--sp-3);border-top:1px solid var(--border)}.sidebar-block--ad{background:var(--surface-muted);border:2px solid var(--border);border-radius:var(--radius-md);padding:var(--sp-4)}.sidebar-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.sidebar-card--muted{background:var(--surface-muted)}.sidebar-card__header{background:var(--text);padding:var(--sp-3) var(--sp-4)}.sidebar-card__title{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--surface);margin:0}.sidebar-card__list{list-style:none;padding:0;margin:0}.sidebar-card__item{border-bottom:1px solid var(--border)}.sidebar-card__item:last-child{border-bottom:none}.sidebar-card__item--soon{background:var(--surface-muted)}.sidebar-link{display:flex;align-items:center;justify-content:space-between;padding:var(--sp-3) var(--sp-4);text-decoration:none;color:var(--text);font-weight:600;transition:background .15s ease}.sidebar-link:hover{background:var(--surface-muted);color:var(--accent)}.sidebar-link--disabled{color:var(--text-subtle);cursor:not-allowed}.sidebar-link__arrow{color:var(--accent)}.sidebar-link__badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);background:var(--surface);padding:2px 6px;border-radius:var(--radius-sm);border:1px solid var(--border)}.sidebar-about{font-size:.875rem;color:var(--text-muted);line-height:1.6;padding:var(--sp-4);margin:0}.sidebar-more{display:block;padding:0 var(--sp-4) var(--sp-4);font-size:.875rem;font-weight:600;color:var(--accent);text-decoration:none}.sidebar-more:hover{color:var(--accent-hover);text-decoration:underline}.empty-state{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--sp-8);text-align:center;color:var(--text-muted)}.empty-cta{display:inline-block;margin-top:var(--sp-4);padding:var(--sp-3) var(--sp-5);background:var(--accent);color:#fff;border-radius:var(--radius-md);font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s ease}.empty-cta:hover{background:var(--accent-hover);text-decoration:none}@media (max-width: 1024px){.home-layout{grid-template-columns:1fr;gap:var(--sp-6);padding:var(--sp-6) 0}.home-sidebar{position:static;flex-direction:row;flex-wrap:wrap}.sidebar-block--ad{display:none}.card-grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.home-layout{padding:var(--sp-4) 0}.home-main{gap:var(--sp-6)}.card-grid--3{grid-template-columns:1fr}.section--hero,.section--featured,.section--list{padding:var(--sp-5)}.section--hero{border-width:1px}.hero-title{font-size:1.625rem}.hero-dek{font-size:1.125rem}.section-header{border-bottom-width:1px}.section-line{height:2px}}
