/* ============================== tutorials.css — 3Dcomunity Tema neon (verde/naranja) Full-width + responsive (Coloca las fuentes en /fonts) ============================== */ /* 0) Reset + Vars */ * { margin:0; padding:0; box-sizing:border-box; } html, body { height:100%; } :root{ --bg-0:#0a0a0a; --bg-1:#0f0f0f; --bg-2:#151515; --panel:#1b1b1b; --text:#f2f2f2; --muted:#a9a9a9; --stroke:#101010; --shadow:rgba(0,0,0,.55); --neon-green:#39FF14; --neon-orange:#FF7A18; --grad-gn-or:linear-gradient(90deg,var(--neon-green),var(--neon-orange)); --font-ui:'Oxanium','Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; --font-title:'ThreeDIsometric',var(--font-ui); --font-display:'Gunplay',var(--font-ui); --mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --header-h:clamp(88px,16vh,150px); --radius:16px; --pad:clamp(14px,2vw,24px); } /* 1) Fuentes locales (rutas absolutas para funcionar en /sub) */ @font-face{ font-family:'ThreeDIsometric'; src:url('/fonts/3DIsometric-Regular.ttf') format('truetype'), url('/fonts/3DIsometric-Regular.otf') format('opentype'); font-weight:700; font-style:normal; font-display:swap; } @font-face{ font-family:'Gunplay'; src:url('/fonts/Gunplay-Regular.otf') format('opentype'); font-weight:400; font-style:normal; font-display:swap; } @font-face{ font-family:'Oxanium'; src:url('/fonts/Oxanium-VariableFont_wght.ttf') format('truetype'); font-weight:200 800; font-style:normal; font-display:swap; } /* 2) Base documento */ body{ font-family:var(--font-ui); color:var(--text); background: radial-gradient(1200px 700px at 8% -10%,#141414 0%,#0c0c0c 55%,#070707 100%), var(--bg-0); min-height:100svh; display:grid; grid-template-rows:var(--header-h) 1fr; } *::-webkit-scrollbar{ width:10px; height:10px; } *::-webkit-scrollbar-thumb{ background:#2a2a2a; border-radius:999px; } *::-webkit-scrollbar-thumb:hover{ background:#3a3a3a; } /* 3) Header + Navegación */ .site-header{ background:linear-gradient(180deg,#0e0e0e 0%,#0a0a0a 100%); border-bottom:1px solid #121212; box-shadow:0 6px 24px var(--shadow); display:grid; grid-template-columns:min-content 1fr auto; align-items:center; gap:clamp(8px,1.6vw,18px); padding:clamp(10px,2vw,18px) clamp(14px,2.4vw,26px); } .site-logo{ display:inline-flex; align-items:center; } .site-logo img{ width:150px; height:150px; object-fit:contain; border-radius:10px; box-shadow:0 0 0 1px #161616, 0 8px 18px rgba(0,0,0,.35); } .site-title{ justify-self:center; text-align:center; font-family:var(--font-title); font-weight:800; font-size:clamp(2.4rem,6vw,4.4rem); letter-spacing:.06em; color:var(--neon-orange); text-shadow:0 0 6px rgba(255,122,24,.25),0 12px 28px rgba(0,0,0,.45); white-space:nowrap; } .nav-menu{ display:flex; flex-wrap:wrap; justify-content:flex-end; gap:.7rem; } /* 4) Botones (global) */ .btn{ --h:clamp(44px,5.2vh,56px); --px:clamp(14px,2.2vw,24px); display:inline-flex; align-items:center; justify-content:center; height:var(--h); padding:0 var(--px); border-radius:14px; border:1px solid #1a1a1a; font-family:var(--font-display); font-weight:800; letter-spacing:.02em; text-decoration:none; user-select:none; cursor:pointer; background-image:var(--grad-gn-or); background-size:220% 100%; background-position:0% 50%; color:#0b0b0b; box-shadow:0 8px 22px rgba(0,0,0,.55); transition:background-position .35s ease, transform .12s ease, box-shadow .25s ease, filter .2s ease, border-color .2s ease, opacity .2s ease; } .btn:hover{ background-position:100% 50%; transform:translateY(-1px); box-shadow:0 14px 28px rgba(0,0,0,.65), 0 0 18px rgba(57,255,20,.28), 0 0 28px rgba(255,122,24,.22); filter:saturate(1.06); border-color:#262626; } .btn:active{ transform:translateY(0); box-shadow:inset 0 4px 10px rgba(0,0,0,.45); } .btn:focus-visible{ outline:2px solid rgba(57,255,20,.9); outline-offset:3px; } .btn-green{ background:none; background-color:var(--neon-green); } .btn-orange{ background:none; background-color:var(--neon-orange); } .btn-outline{ background:transparent; color:var(--text); border-color:#2d2d2d; box-shadow:0 8px 22px rgba(0,0,0,.45); } .btn-outline:hover{ background:#151515; border-color:var(--neon-green); box-shadow:0 10px 26px rgba(0,0,0,.6),0 0 14px rgba(57,255,20,.22); } /* Botones del header (usa .btn-like para