/* Cloud shell - estilos propios sobre blackcat-ui.css (v1.0.0) */
.hero { position: relative; overflow: hidden; background: var(--bc-shell); border-bottom: 1px solid var(--bc-magenta-line); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% -20%, rgba(217,4,103,0.22), transparent 46%); pointer-events: none; }
.hero-inner, .shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hero-inner { position: relative; padding: 44px 0 40px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.brand-lockup { display: grid; grid-template-columns: 108px minmax(0,1fr); gap: 26px; align-items: center; }
.brand-logo { width: 108px; aspect-ratio: 1; object-fit: contain; border-radius: var(--radius); background: rgba(247,245,245,0.05); box-shadow: 0 20px 48px rgba(217,4,103,0.2); }
.eyebrow { margin: 0 0 10px; }
h1 { font-size: clamp(44px, 6.5vw, 78px); line-height: 0.95; font-weight: 700; }
h1 em { font-style: normal; color: var(--bc-magenta); }
.subtitle { max-width: 620px; margin: 16px 0 0; color: var(--bc-muted); font-size: 18px; line-height: 1.5; }
.hero-meta { display: grid; gap: 10px; min-width: 210px; }
.hero-meta span { min-height: 34px; border: 1px solid var(--bc-magenta-line); border-radius: 999px; display: inline-grid; place-items: center; padding: 0 14px; font-family: var(--font-head); font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; }
.shell { padding: 36px 0 64px; }
.cloud-note { border: 1px solid var(--bc-border); border-radius: var(--radius); background: var(--bc-shell); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; margin-bottom: 28px; }
.cloud-note .kicker { margin: 0 0 6px; }
.note-text { margin: 0; color: var(--bc-muted); font-size: 15px; max-width: 640px; }
.cloud-note .btn-primary { text-decoration: none; display: inline-grid; place-items: center; white-space: nowrap; }
.cloud-note.at-home { border-color: var(--bc-magenta-line); }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.section-kicker { margin: 0 0 8px; }
.section-title h2 { font-size: 28px; }
.tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 16px; }
.tool-card { display: grid; grid-template-rows: auto 1fr auto; gap: 16px; padding: 16px; border: 1px solid var(--bc-border); border-radius: var(--radius); background: var(--bc-panel); }
.tool-launch { min-height: 150px; border-radius: var(--radius); background: radial-gradient(circle at 20% 0%, rgba(217,4,103,0.3), transparent 62%), var(--bc-shell); border: 1px solid var(--bc-border); display: grid; place-items: center; padding: 20px; }
.tool-icon { width: 88px; height: 88px; display: block; }
.tool-copy { display: grid; align-content: start; gap: 10px; }
.tool-meta { display: flex; align-items: center; gap: 10px; }
.tool-type { min-height: 24px; display: inline-grid; place-items: center; padding: 0 10px; border-radius: 999px; background: var(--bc-magenta-soft); color: var(--bc-magenta); font-family: var(--font-head); font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }
.tool-card h3 { font-size: 21px; line-height: 1.14; }
.tool-card p { margin: 0; color: var(--bc-muted); font-size: 14.5px; line-height: 1.5; }
.tool-footer { border-top: 1px solid var(--bc-border); display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 12px; }
.guide { max-width: 820px; }
.back-portal { display: inline-flex; margin-bottom: 22px; }
.guide-title { font-size: 34px; font-weight: 500; margin-bottom: 18px; }
.guide-body { white-space: pre-wrap; word-break: break-word; font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 13px; line-height: 1.7; color: var(--bc-muted); background: var(--bc-panel); border: 1px solid var(--bc-border); border-radius: var(--radius); padding: 20px; }
@media (max-width: 900px) { .hero-inner, .section-title { grid-template-columns: 1fr; } .hero-meta { display: flex; flex-wrap: wrap; min-width: 0; } .tools-grid { grid-template-columns: 1fr; } .cloud-note { flex-direction: column; align-items: start; } .brand-lockup { grid-template-columns: 84px 1fr; gap: 16px; } .brand-logo { width: 84px; } }
