.hp-hero-row{display:grid;grid-template-columns:1.6fr 1fr;gap:14px;margin-bottom:28px}.hp-hero-big{position:relative;min-height:340px;border-radius:var(--r-hero);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:28px 32px;cursor:pointer;text-decoration:none;transition:transform var(--beat-mid) var(--ease-spring)}.hp-hero-big:hover{transform:translateY(-2px)}.hp-hero-big:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(8,6,10,.65) 100%);pointer-events:none}.hp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.hp-hero-chip{position:absolute;top:20px;left:20px;z-index:2;display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-weight:600;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--room-floor);background:var(--ink-display);padding:5px 11px;border-radius:var(--r-round)}.hp-hero-count{position:absolute;top:20px;right:20px;z-index:2;font-family:var(--font-mono);font-size:12px;color:var(--ink-display);background:#08060abf;padding:5px 11px;border-radius:var(--r-round);display:inline-flex;align-items:center;gap:6px}.hp-hero-count:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--paint-sage);animation:hero-pulse 2s infinite}@keyframes hero-pulse{50%{opacity:.35;transform:scale(1.3)}}.hp-hero-content{position:relative;z-index:2}.hp-hero-title{font-family:var(--font-display);font-weight:800;font-size:48px;line-height:.95;letter-spacing:-.035em;color:var(--ink-display);margin:0 0 8px}.hp-hero-desc{font-family:var(--font-body);font-size:14px;color:#fbf4e9d9;margin:0 0 16px;max-width:50ch}.hp-hero-ctas{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hp-btn{position:relative;font-family:var(--font-display);font-weight:800;font-size:13px;letter-spacing:-.01em;padding:10px 18px;border:none;border-radius:var(--r-round);cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:none;transition:transform var(--beat-fast) var(--ease-spring),box-shadow var(--beat-mid) var(--ease-out-soft)}.hp-btn-primary{background:var(--ink-display);color:var(--room-floor);box-shadow:0 4px #a98}.hp-btn-primary:hover{transform:translateY(-2px) rotate(-1deg);box-shadow:0 6px #a98}.hp-btn-primary:active{transform:translateY(1px);box-shadow:0 2px #a98}.hp-btn-ghost{background:#fbf4e92e;color:var(--ink-display);box-shadow:0 3px #0000004d}.hp-btn-ghost:hover{background:#fbf4e938;transform:translateY(-2px) rotate(1deg);box-shadow:0 5px #0000004d}.hp-hero-friends{display:inline-flex;align-items:center;gap:8px;background:#08060a99;padding:4px 14px 4px 4px;border-radius:var(--r-round)}.hp-hero-friends-avs{display:flex}.hp-hero-friends-av{width:26px;height:26px;border-radius:50%;border:2px solid rgba(18,12,12,.5);margin-left:-8px}.hp-hero-friends-av:first-child{margin-left:0}.hp-hero-friends-txt{font-family:var(--font-body);font-size:12px;font-weight:500;color:var(--ink-display)}.hp-hero-side{display:flex;flex-direction:column;gap:14px}.hp-continue-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hp-continue-card{background:var(--room-surface);border-radius:var(--r-card);padding:12px;display:flex;gap:12px;align-items:center;cursor:pointer;text-decoration:none;transition:all var(--beat-mid) var(--ease-out-soft)}.hp-continue-card:hover{background:var(--room-surface-hi);transform:translateY(-2px)}.hp-continue-thumb{width:56px;height:56px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:16px;color:#fbf4e9f2;position:relative;overflow:hidden}.hp-continue-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'><g fill='%23FBF4E9' opacity='0.12'><g transform='translate(20 44) rotate(-12)'><rect x='-8' y='-10' width='16' height='20' rx='8'/><rect x='-3' y='-14' width='6' height='7' rx='3'/></g><g transform='translate(56 30) rotate(10)'><rect x='-8' y='-10' width='16' height='20' rx='8'/><rect x='-3' y='-14' width='6' height='7' rx='3'/></g></g></svg>");background-size:80px 80px}.hp-continue-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.hp-continue-title{font-family:var(--font-display);font-weight:600;font-size:13px;color:var(--ink-display);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-continue-sub{font-family:var(--font-body);font-size:11px;color:var(--ink-secondary)}.hp-continue-bar{height:3px;border-radius:2px;background:var(--room-inset);overflow:hidden;margin-top:2px}.hp-continue-bar-fill{height:100%;border-radius:2px;background:var(--paint-coral)}@media (max-width: 1279px){.hp-hero-row{grid-template-columns:1fr}.hp-hero-side{flex-direction:row}.hp-hero-big{min-height:280px}.hp-continue-rail{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.hp-hero-row{gap:10px}.hp-hero-title{font-size:32px}.hp-continue-rail{grid-template-columns:1fr}}
