:root{--bg-black: #050505;--bg-panel: #0f0f0f;--accent-red: #ff0033;--accent-white: #ffffff;--text-white: #f2f2f2;--text-grey: #888888}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background-color:var(--bg-black);color:var(--text-white);overflow-x:hidden}a{text-decoration:none;color:inherit;transition:.3s}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}nav[data-astro-cid-5blmo7yk]{padding:1.5rem 0;position:fixed;top:0;width:100%;z-index:100;background:#050505e6;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-content[data-astro-cid-5blmo7yk]{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-5blmo7yk]{display:flex;align-items:center;gap:.5rem}.logo-dot[data-astro-cid-5blmo7yk]{width:8px;height:8px;background:var(--accent-red);border-radius:50%;box-shadow:0 0 10px var(--accent-red)}.logo-text[data-astro-cid-5blmo7yk]{font-weight:800;font-size:1.2rem;letter-spacing:.5px;text-transform:uppercase;color:var(--accent-white)}.btn-yt-nav[data-astro-cid-5blmo7yk]{font-size:.9rem;font-weight:600;color:var(--text-white);border:1px solid rgba(255,255,255,.2);padding:.5rem 1.2rem;border-radius:4px;background:transparent;transition:.3s ease}.btn-yt-nav[data-astro-cid-5blmo7yk]:hover{background:var(--accent-red);border-color:var(--accent-red);color:#fff;box-shadow:0 0 20px #f039;transform:translateY(-2px)}.hero[data-astro-cid-bbe6dxrz]{min-height:85vh;display:flex;align-items:center;justify-content:center;position:relative;text-align:center;padding-top:100px;padding-bottom:60px;width:100%}.glow-white[data-astro-cid-bbe6dxrz]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:var(--accent-white);filter:blur(200px);opacity:.02;pointer-events:none}.glow-red[data-astro-cid-bbe6dxrz]{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:500px;height:300px;background:var(--accent-red);filter:blur(150px);opacity:.08;pointer-events:none}.hero-inner[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;width:100%;max-width:900px;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}.category-tag[data-astro-cid-bbe6dxrz]{font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:3px;color:var(--accent-red);text-transform:uppercase;margin-bottom:2rem;display:inline-block}h1[data-astro-cid-bbe6dxrz]{font-family:Outfit,sans-serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:500;line-height:1.15;margin-bottom:2rem;color:var(--text-white);max-width:800px;margin-left:auto;margin-right:auto}.description[data-astro-cid-bbe6dxrz]{font-size:1.1rem;color:var(--text-grey);margin-bottom:3rem;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto;text-wrap:balance}@media(max-width:600px){.mobile-hide[data-astro-cid-bbe6dxrz]{display:none}}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:5rem;width:100%}.btn-clean[data-astro-cid-bbe6dxrz]{font-size:.95rem;color:var(--text-white);border:1px solid rgba(255,255,255,.2);padding:.8rem 0;border-radius:4px;transition:.2s;font-weight:500;text-decoration:none;width:220px;text-align:center;display:flex;justify-content:center;align-items:center}.btn-clean[data-astro-cid-bbe6dxrz]:hover{border-color:var(--accent-red);color:#fff;background:#ff00330d}.footer-quote[data-astro-cid-bbe6dxrz]{font-size:1rem;font-family:Times New Roman,serif;font-style:italic;color:#fff9;max-width:600px;line-height:1.5;margin-left:auto;margin-right:auto}.author[data-astro-cid-bbe6dxrz]{display:block;margin-top:.5rem;font-family:Outfit,sans-serif;font-style:normal;font-size:.75rem;color:var(--text-grey);opacity:.8;text-transform:uppercase;letter-spacing:1px}#filmy[data-astro-cid-7uigjjlq]{padding:5rem 1.5rem}.section-title[data-astro-cid-7uigjjlq]{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem}h2[data-astro-cid-7uigjjlq]{font-size:2rem;font-weight:800;text-transform:uppercase;white-space:nowrap;margin:0}.title-line[data-astro-cid-7uigjjlq]{width:100%;height:1px;background:#ffffff26;display:block}.videos-grid[data-astro-cid-7uigjjlq]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card[data-astro-cid-7uigjjlq]{background:var(--bg-panel, #1a1a1a);border:1px solid rgba(255,255,255,.05);border-radius:12px;overflow:hidden;transition:transform .3s ease,border-color .3s ease;display:flex;flex-direction:column}.card[data-astro-cid-7uigjjlq]:hover{transform:translateY(-8px);border-color:#ffffff4d}.thumb-wrapper[data-astro-cid-7uigjjlq]{position:relative;aspect-ratio:16/9;overflow:hidden;background:#000}.thumb-wrapper[data-astro-cid-7uigjjlq] img[data-astro-cid-7uigjjlq]{width:100%;height:100%;object-fit:cover;opacity:.8;transition:.4s;filter:grayscale(40%)}.card[data-astro-cid-7uigjjlq]:hover .thumb-wrapper[data-astro-cid-7uigjjlq] img[data-astro-cid-7uigjjlq]{opacity:1;transform:scale(1.05);filter:grayscale(0%)}.tag[data-astro-cid-7uigjjlq]{position:absolute;top:12px;left:12px;background:var(--accent-red, #ff0000);color:#fff;font-size:.7rem;font-weight:800;padding:4px 8px;border-radius:4px;letter-spacing:1px;z-index:2}.play-overlay[data-astro-cid-7uigjjlq]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s;z-index:3;background:#0003}.card[data-astro-cid-7uigjjlq]:hover .play-overlay[data-astro-cid-7uigjjlq]{opacity:1}.play-btn[data-astro-cid-7uigjjlq]{width:60px;height:60px;background:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--accent-red, #ff0000);color:var(--accent-red, #ff0000);font-size:1.5rem;box-shadow:0 0 20px var(--accent-red, #ff0000)}.play-overlay[data-astro-cid-7uigjjlq]:hover .play-btn[data-astro-cid-7uigjjlq]{background:var(--accent-red, #ff0000);color:#fff}.card-info[data-astro-cid-7uigjjlq]{padding:1.5rem;border-top:1px solid rgba(255,255,255,.05);flex-grow:1}.meta-date[data-astro-cid-7uigjjlq]{color:var(--accent-red, #ff0000);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.5rem}.card-info[data-astro-cid-7uigjjlq] h3[data-astro-cid-7uigjjlq]{margin:0;font-size:1.2rem;font-weight:700;line-height:1.4;color:#fff}.support-section[data-astro-cid-3c73cdyk]{padding:5rem 1.5rem;border-top:1px solid rgba(255,255,255,.05)}.support-header[data-astro-cid-3c73cdyk]{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.support-header[data-astro-cid-3c73cdyk] h2[data-astro-cid-3c73cdyk]{font-size:2rem;margin-bottom:.8rem;color:#fff;font-weight:700}.support-header[data-astro-cid-3c73cdyk] p[data-astro-cid-3c73cdyk]{color:#888;font-size:1rem;line-height:1.6}.support-grid[data-astro-cid-3c73cdyk]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.support-card[data-astro-cid-3c73cdyk]{display:flex;align-items:center;justify-content:space-between;background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;border-radius:12px;text-decoration:none;transition:all .3s ease}.card-content[data-astro-cid-3c73cdyk]{display:flex;align-items:center;gap:1.5rem}.icon-wrapper[data-astro-cid-3c73cdyk]{color:#666;transition:.3s}.support-card[data-astro-cid-3c73cdyk] h3[data-astro-cid-3c73cdyk]{font-size:1.1rem;margin:0 0 .3rem;color:#fff;font-weight:600}.desc[data-astro-cid-3c73cdyk]{font-size:.85rem;color:#888;margin:0}.arrow-icon[data-astro-cid-3c73cdyk]{color:#fff3;font-size:1.5rem;transition:.3s}.coffee-card[data-astro-cid-3c73cdyk]:hover{background:#00d3660d;border-color:#00d3664d;transform:translateY(-2px)}.coffee-card[data-astro-cid-3c73cdyk]:hover .icon-wrapper[data-astro-cid-3c73cdyk]{color:#00d366}.coffee-card[data-astro-cid-3c73cdyk]:hover .arrow-icon[data-astro-cid-3c73cdyk]{color:#00d366;transform:translate(5px)}.yt-card[data-astro-cid-3c73cdyk]:hover{background:#ff00000d;border-color:#ff00004d;transform:translateY(-2px)}.yt-card[data-astro-cid-3c73cdyk]:hover .icon-wrapper[data-astro-cid-3c73cdyk]{color:var(--accent-red, #ff0000)}.yt-card[data-astro-cid-3c73cdyk]:hover .arrow-icon[data-astro-cid-3c73cdyk]{color:var(--accent-red, #ff0000);transform:translate(5px)}@media(max-width:600px){.support-card[data-astro-cid-3c73cdyk]{padding:1.2rem}.card-content[data-astro-cid-3c73cdyk]{gap:1rem}}footer[data-astro-cid-sz7xmlte]{position:relative;padding:5rem 0 2rem;overflow:hidden;border-top:1px solid rgba(255,255,255,.05)}.footer-bg[data-astro-cid-sz7xmlte]{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(255,0,51,.05),transparent 50%);z-index:-1}.footer-content[data-astro-cid-sz7xmlte]{text-align:center}.footer-cta[data-astro-cid-sz7xmlte]{margin-bottom:4rem}.footer-cta[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{font-size:2.2rem;margin-bottom:.5rem;color:#fff}.btn-big-red[data-astro-cid-sz7xmlte]{display:inline-block;margin-top:1.5rem;background:#fff;color:#000;padding:1rem 3rem;font-weight:800;font-size:1.2rem;border-radius:4px;transition:.2s}.btn-big-red[data-astro-cid-sz7xmlte]:hover{transform:scale(1.05);background:var(--accent-red);color:#fff;box-shadow:0 0 30px var(--accent-red)}.footer-bottom[data-astro-cid-sz7xmlte]{padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:var(--text-grey);font-size:.9rem;border-top:1px solid rgba(255,255,255,.05)}.footer-mail[data-astro-cid-sz7xmlte]{color:#fff;font-weight:600;opacity:.8}.footer-mail[data-astro-cid-sz7xmlte]:hover{opacity:1;text-decoration:underline}@media(max-width:700px){.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem}}
