Initial commit
This commit is contained in:
381
index.html
Normal file
381
index.html
Normal file
@@ -0,0 +1,381 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<title>#StopChatControl — Protect Your Privacy</title>
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="A website warning about the dangers of Chat Control in the EU. Defending privacy and freedom of speech."
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
<link rel="icon" href="icon.png" type="image/png" />
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="wrap">
|
||||||
|
<header class="fade-up">
|
||||||
|
<div class="brand">
|
||||||
|
<div class="logo">STOP</div>
|
||||||
|
<div>
|
||||||
|
<div class="title">#StopChatControl</div>
|
||||||
|
<div class="sub">Protect privacy and freedom of speech</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="header-actions">
|
||||||
|
<button
|
||||||
|
onclick="window.location.href='indexpolish.html'"
|
||||||
|
class="btn btn-ghost lang-btn"
|
||||||
|
>
|
||||||
|
🇵🇱 Polish
|
||||||
|
</button>
|
||||||
|
<div class="nav-toggle" onclick="toggleNav()">☰</div>
|
||||||
|
<nav>
|
||||||
|
<a href="#overview">Overview</a>
|
||||||
|
<a href="#impacts">Consequences</a>
|
||||||
|
<a href="#technical">Technical</a>
|
||||||
|
<a href="#timeline">Timeline</a>
|
||||||
|
<a href="#sources">Sources</a>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- HERO -->
|
||||||
|
<section class="hero fade-up delay-1" id="overview">
|
||||||
|
<div>
|
||||||
|
<h1>The EU (still) wants to scan all your messages and photos!</h1>
|
||||||
|
<p class="lead">
|
||||||
|
The “Chat Control” proposal would mandate the scanning of all
|
||||||
|
private digital communication — including encrypted messages and
|
||||||
|
images. It threatens the fundamental rights to privacy and digital
|
||||||
|
security of every EU citizen.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="actions">
|
||||||
|
<button
|
||||||
|
class="btn btn-hero"
|
||||||
|
onclick="document.getElementById('impacts').scrollIntoView({behavior:'smooth'})"
|
||||||
|
>
|
||||||
|
Learn more
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="btn btn-ghost"
|
||||||
|
onclick="document.getElementById('sources').scrollIntoView({behavior:'smooth'})"
|
||||||
|
>
|
||||||
|
Check sources
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<aside class="hero-aside fade-up delay-2">
|
||||||
|
<div style="display: flex; gap: 12px; align-items: center">
|
||||||
|
<div style="flex: 1">
|
||||||
|
<div style="font-weight: 800">
|
||||||
|
The goal of the #StopChatControl movement
|
||||||
|
</div>
|
||||||
|
<div class="muted" style="margin-top: 6px">
|
||||||
|
We present the facts and real risks of Chat Control. We mobilize
|
||||||
|
citizens to defend privacy.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="impacts" class="fade-up" style="margin-top: 36px">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Impact on every citizen</h2>
|
||||||
|
<p class="muted">
|
||||||
|
Every photo, every message, every file would be automatically
|
||||||
|
scanned — without your consent or knowledge. This is not about
|
||||||
|
catching criminals. It’s mass surveillance forced upon all 450
|
||||||
|
million EU citizens.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="grid-3" style="margin-top: 20px">
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">📱</div>
|
||||||
|
<h4>Mass surveillance</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Every private message, image, and file scanned automatically —
|
||||||
|
no exceptions*, even encrypted communication.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">🔓️</div>
|
||||||
|
<h4>Breaking encryption</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Weakening or breaking end-to-end encryption exposes everyone’s
|
||||||
|
communication — financial, medical, and personal — to hackers
|
||||||
|
and cybercriminals.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">⚖️</div>
|
||||||
|
<h4>Fundamental rights</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Undermines your basic rights to privacy and data protection
|
||||||
|
(Articles 7 and 8 of the EU Charter of Fundamental Rights) — the
|
||||||
|
core of democratic European values.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">🎯</div>
|
||||||
|
<h4>False positives</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Automated algorithms often misclassify innocent content — like
|
||||||
|
vacation photos or private jokes — as illegal, exposing people
|
||||||
|
to false accusations.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">👨👩👧👦</div>
|
||||||
|
<h4>Ineffective child protection</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Experts and organizations, including the UN, warn that mass
|
||||||
|
surveillance doesn’t protect children — it puts everyone at
|
||||||
|
risk, weakening security and diverting resources from proven
|
||||||
|
protection methods.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">🌍</div>
|
||||||
|
<h4>A global precedent</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Creates a dangerous global precedent — governments could scan
|
||||||
|
everyone’s communications under the guise of “safety” or “child
|
||||||
|
protection.”
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="full-note">
|
||||||
|
EU politicians would be exempt from surveillance under the excuse
|
||||||
|
of “professional secrecy.”<br />
|
||||||
|
They’d be protected. You and your family wouldn’t. Demand
|
||||||
|
fairness.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- TECHNICAL -->
|
||||||
|
<section id="technical" class="fade-up delay-3">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Technical aspect — how does Chat Control work?</h2>
|
||||||
|
<p class="muted">
|
||||||
|
The EU is considering several surveillance methods:
|
||||||
|
</p>
|
||||||
|
<div style="margin-top: 14px" class="threats">
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">🖥️</div>
|
||||||
|
<h3>Server-side scanning</h3>
|
||||||
|
<p class="muted">
|
||||||
|
All messages are sent to a server where they are analyzed. Zero
|
||||||
|
privacy, high risk of data leaks.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">📱</div>
|
||||||
|
<h3>Client-side scanning (that means you!)</h3>
|
||||||
|
<p class="muted">
|
||||||
|
Content analyzed directly on the user’s device. Can introduce
|
||||||
|
<span class="backdoor-link" style="color: blue; cursor: pointer"
|
||||||
|
>backdoors</span
|
||||||
|
>
|
||||||
|
and increase vulnerability to attacks.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">📃</div>
|
||||||
|
<h3>Metadata analysis</h3>
|
||||||
|
<p class="muted">
|
||||||
|
Who sends what, when, and to whom — surveillance without even
|
||||||
|
reading message content.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- BACKDOOR INFO PANEL -->
|
||||||
|
<div id="backdoor-panel">
|
||||||
|
<div class="content">
|
||||||
|
<span class="close">✖</span>
|
||||||
|
<h3>Backdoor</h3>
|
||||||
|
<p>
|
||||||
|
A backdoor is a hidden mechanism in software that allows a third
|
||||||
|
party to gain unauthorized access to a user’s system or data.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- TIMELINE -->
|
||||||
|
<section id="timeline" class="fade-up" style="margin-top: 22px">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Chat Control Timeline</h2>
|
||||||
|
<div class="timeline">
|
||||||
|
<div class="titem">
|
||||||
|
<div class="date">2025</div>
|
||||||
|
<div class="body">
|
||||||
|
Over 500 cryptography experts warn about abuse risks and
|
||||||
|
security flaws. The EU vote decides the future of digital
|
||||||
|
privacy.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="titem">
|
||||||
|
<div class="date">2023</div>
|
||||||
|
<div class="body">
|
||||||
|
The European Parliament and member states criticize the plan for
|
||||||
|
violating privacy and end-to-end encryption.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="titem">
|
||||||
|
<div class="date">2022</div>
|
||||||
|
<div class="body">
|
||||||
|
Chat Control 2.0 – a proposal for mandatory scanning of all
|
||||||
|
messages, including encrypted ones. Experts sound the alarm.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="titem">
|
||||||
|
<div class="date">2020</div>
|
||||||
|
<div class="body">
|
||||||
|
The EU allows voluntary scanning of messages for CSAM – the
|
||||||
|
first step toward mass surveillance.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- SOURCES -->
|
||||||
|
<section id="sources" class="fade-up" style="margin-top: 22px">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Sources and documents</h2>
|
||||||
|
<div class="sources">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://european-union.europa.eu/institutions-law-budget/law/find-legislation_en"
|
||||||
|
>Official EU documents — EUR-Lex</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://gdpr.pl/incydenty-ochrony-danych-osobowych-w-2022-raport-zwiazku-firm-ochrony-danych-osobowych"
|
||||||
|
>ZFODO Report: Data Protection Incidents in 2022</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://www.gov.pl/web/baza-wiedzy/analiza-bezpieczenstwa-polskiego-internetu-w-2024-roku"
|
||||||
|
>CERT Polska: Analysis of Polish Internet Security 2024</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<footer class="fade-up" style="margin-top: 28px">
|
||||||
|
<div style="font-weight: 700">#StopChatControl</div>
|
||||||
|
<div class="muted">
|
||||||
|
Informational website. All content is based on public sources.
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function toggleFaq(el) {
|
||||||
|
const a = el.nextElementSibling;
|
||||||
|
if (!a) return;
|
||||||
|
a.hidden = !a.hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
function toggleNav() {
|
||||||
|
const nav = document.querySelector("nav");
|
||||||
|
const toggle = document.querySelector(".nav-toggle");
|
||||||
|
nav.classList.toggle("show");
|
||||||
|
toggle.classList.toggle("active");
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeNav() {
|
||||||
|
const nav = document.querySelector("nav");
|
||||||
|
const toggle = document.querySelector(".nav-toggle");
|
||||||
|
nav.classList.remove("show");
|
||||||
|
toggle.classList.remove("active");
|
||||||
|
}
|
||||||
|
|
||||||
|
function highlightActiveSection() {
|
||||||
|
const sections = document.querySelectorAll("section[id], div[id]");
|
||||||
|
const navLinks = document.querySelectorAll('nav a[href^="#"]');
|
||||||
|
|
||||||
|
if (sections.length === 0 || navLinks.length === 0) return;
|
||||||
|
|
||||||
|
const observer = new IntersectionObserver(
|
||||||
|
(entries) => {
|
||||||
|
entries.forEach((entry) => {
|
||||||
|
if (entry.isIntersecting) {
|
||||||
|
const activeLink = document.querySelector(
|
||||||
|
`nav a[href="#${entry.target.id}"]`
|
||||||
|
);
|
||||||
|
navLinks.forEach((link) => link.classList.remove("active"));
|
||||||
|
if (activeLink) {
|
||||||
|
activeLink.classList.add("active");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
{ threshold: 0.3, rootMargin: "-100px 0px -50% 0px" }
|
||||||
|
);
|
||||||
|
|
||||||
|
sections.forEach((section) => observer.observe(section));
|
||||||
|
}
|
||||||
|
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
// Fade-up animations
|
||||||
|
document.querySelectorAll(".fade-up").forEach((el, i) => {
|
||||||
|
el.style.animation = `fadeUp .6s ease ${i * 0.06}s forwards`;
|
||||||
|
});
|
||||||
|
|
||||||
|
// Backdoor panel
|
||||||
|
const backdoorLink = document.querySelector(".backdoor-link");
|
||||||
|
const backdoorPanel = document.getElementById("backdoor-panel");
|
||||||
|
if (backdoorLink && backdoorPanel) {
|
||||||
|
const closeBtn = backdoorPanel.querySelector(".close");
|
||||||
|
backdoorLink.addEventListener("click", () => {
|
||||||
|
backdoorPanel.style.display = "flex";
|
||||||
|
});
|
||||||
|
if (closeBtn) {
|
||||||
|
closeBtn.addEventListener("click", () => {
|
||||||
|
backdoorPanel.style.display = "none";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
backdoorPanel.addEventListener("click", (e) => {
|
||||||
|
if (e.target === backdoorPanel)
|
||||||
|
backdoorPanel.style.display = "none";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Init active section observer
|
||||||
|
highlightActiveSection();
|
||||||
|
|
||||||
|
// Smooth scroll for nav links
|
||||||
|
document.querySelectorAll('nav a[href^="#"]').forEach((link) => {
|
||||||
|
link.addEventListener("click", (e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
const targetId = link.getAttribute("href").slice(1);
|
||||||
|
const targetElement = document.getElementById(targetId);
|
||||||
|
if (targetElement) {
|
||||||
|
targetElement.scrollIntoView({
|
||||||
|
behavior: "smooth",
|
||||||
|
block: "start",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
closeNav();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
419
indexpolish.html
Normal file
419
indexpolish.html
Normal file
@@ -0,0 +1,419 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pl">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<title>#StopChatControl — Chroń swoją prywatność</title>
|
||||||
|
<meta
|
||||||
|
name="description"
|
||||||
|
content="Strona ostrzegająca przed zagrożeniami Chat Control w UE. Chronimy prywatność i wolność słowa."
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
<link rel="icon" href="icon.png" type="image/png" />
|
||||||
|
<link rel="stylesheet" href="style.css" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="wrap">
|
||||||
|
<header class="fade-up">
|
||||||
|
<div class="brand">
|
||||||
|
<div class="logo">STOP</div>
|
||||||
|
<div>
|
||||||
|
<div class="title">#StopChatControl</div>
|
||||||
|
<div class="sub">Chroń prywatność i wolność słowa</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<button
|
||||||
|
onclick="window.location.href='index.html'"
|
||||||
|
class="btn btn-ghost lang-btn"
|
||||||
|
>
|
||||||
|
🇬🇧 English
|
||||||
|
</button>
|
||||||
|
<div class="nav-toggle" onclick="toggleNav()">☰</div>
|
||||||
|
<nav>
|
||||||
|
<a href="#overview">Wstęp</a>
|
||||||
|
<a href="#impacts">Konsekwencje</a>
|
||||||
|
<a href="#technical">Technicznie</a>
|
||||||
|
<a href="#timeline">Oś czasu</a>
|
||||||
|
<a href="#sources">Źródła</a>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<!-- HERO -->
|
||||||
|
<section class="hero fade-up delay-1" id="overview">
|
||||||
|
<div>
|
||||||
|
<h1>
|
||||||
|
Unia (nadal) chce skanować wszystkie twoje wiadomości i zdjęcia!
|
||||||
|
</h1>
|
||||||
|
<p class="lead">
|
||||||
|
Propozycja „Chat Control” nakazywałaby skanowanie całej prywatnej
|
||||||
|
komunikacji cyfrowej, w tym zaszyfrowanych wiadomości i zdjęć.
|
||||||
|
Zagraża to podstawowym prawom do prywatności i bezpieczeństwu
|
||||||
|
cyfrowemu wszystkich obywateli UE.
|
||||||
|
</p>
|
||||||
|
<div class="actions">
|
||||||
|
<button
|
||||||
|
class="btn btn-hero"
|
||||||
|
onclick="document.getElementById('impacts').scrollIntoView({behavior:'smooth'})"
|
||||||
|
>
|
||||||
|
Dowiedz się więcej
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="btn btn-ghost"
|
||||||
|
onclick="document.getElementById('sources').scrollIntoView({behavior:'smooth'})"
|
||||||
|
>
|
||||||
|
Sprawdź źródła
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<aside class="hero-aside fade-up delay-2">
|
||||||
|
<div style="display: flex; gap: 12px; align-items: center">
|
||||||
|
<div style="flex: 1">
|
||||||
|
<div style="font-weight: 800">Cel ruchu #StopChatControl</div>
|
||||||
|
<div class="muted" style="margin-top: 6px">
|
||||||
|
Przedstawiamy fakty i realne zagrożenia Chat Control.
|
||||||
|
Mobilizujemy obywateli do obrony prywatności.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="impacts" class="fade-up" style="margin-top: 36px">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Wpływ na każdego obywatela</h2>
|
||||||
|
<p class="muted">
|
||||||
|
Każde zdjęcie, każda wiadomość i każdy plik będzie automatycznie
|
||||||
|
skanowany — bez Twojej zgody i świadomości. Tu nie chodzi o łapanie
|
||||||
|
przestępców. To masowa inwigilacja narzucona wszystkim 450 milionom
|
||||||
|
obywateli UE.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="grid-3" style="margin-top: 20px">
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">📱</div>
|
||||||
|
<h4>Masowa inwigilacja</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Każda prywatna wiadomość, zdjęcie i plik skanowane
|
||||||
|
automatycznie: bez wyjątku*, nawet szyfrowana komunikacja.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">🔓️</div>
|
||||||
|
<h4>Łamanie szyfrowania</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Osłabienie lub złamanie szyfrowania end-to-end naraża
|
||||||
|
komunikację wszystkich — także dane finansowe, medyczne i
|
||||||
|
prywatne — na ataki hakerów i cyberprzestępców.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">⚖️</div>
|
||||||
|
<h4>Podstawowe prawa</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Podważa Twoje podstawowe prawa do prywatności i ochrony danych
|
||||||
|
(Artykuły 7 i 8 Karty Praw Podstawowych UE), kluczowe dla
|
||||||
|
europejskich wartości demokratycznych.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">🎯</div>
|
||||||
|
<h4>Fałszywe alarmy</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Automatyczne algorytmy często błędnie klasyfikują niewinne
|
||||||
|
treści — np. zdjęcia z wakacji czy prywatne żarty — jako
|
||||||
|
nielegalne, narażając ludzi na fałszywe oskarżenia.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">👨👩👧👦</div>
|
||||||
|
<h4>Nieskuteczna ochrona dzieci</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Eksperci i organizacje, w tym ONZ, ostrzegają, że masowa
|
||||||
|
inwigilacja nie chroni dzieci, a wręcz je naraża, osłabiając
|
||||||
|
bezpieczeństwo wszystkich i odciągając środki od sprawdzonych
|
||||||
|
działań ochronnych.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">🌍</div>
|
||||||
|
<h4>Globalny precedens</h4>
|
||||||
|
<p class="muted">
|
||||||
|
Tworzy niebezpieczny precedens na świecie, gdzie rządy mogą
|
||||||
|
masowo skanować komunikację wszystkich obywateli pod pretekstem
|
||||||
|
bezpieczeństwa lub ochrony dzieci.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="full-note">
|
||||||
|
Politycy UE nie będą podlegać inwigilacji pod płaszczykiem
|
||||||
|
"tajemnicy zawodowej".<br />
|
||||||
|
Będą chronieni. Ty i Twoja rodzina nie. Domagajmy się uczciwości.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- TECHNICAL -->
|
||||||
|
<section id="technical" class="fade-up delay-3">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Aspekt techniczny — jak działa Chat Control?</h2>
|
||||||
|
<p class="muted">UE rozważa kilka metod inwigilacji:</p>
|
||||||
|
<div style="margin-top: 14px" class="threats">
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">🖥️</div>
|
||||||
|
<h3>Skanowanie po stronie serwera</h3>
|
||||||
|
<p class="muted">
|
||||||
|
Wszystkie wiadomości trafiają na serwer, gdzie są analizowane.
|
||||||
|
Brak prywatności i ryzyko wycieków.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">📱</div>
|
||||||
|
<h3>Skanowanie po stronie klienta (ciebie!)</h3>
|
||||||
|
<p class="muted">
|
||||||
|
Analiza treści na urządzeniu użytkownika. Może wprowadzać
|
||||||
|
<span class="backdoor-link" style="color: blue; cursor: pointer"
|
||||||
|
>backdoory</span
|
||||||
|
>
|
||||||
|
i zwiększa podatność na ataki.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="card">
|
||||||
|
<div class="icon-circle">📃</div>
|
||||||
|
<h3>Analiza metadanych</h3>
|
||||||
|
<p class="muted">
|
||||||
|
Informacje o tym kto, kiedy i jakie pliki wysyła — ingerencja w
|
||||||
|
prywatność nawet bez odczytu treści.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- BACKDOOR INFO PANEL -->
|
||||||
|
<div id="backdoor-panel">
|
||||||
|
<div class="content">
|
||||||
|
<span class="close">✖</span>
|
||||||
|
<h3>Backdoor</h3>
|
||||||
|
<p>
|
||||||
|
Backdoor to ukryty mechanizm w oprogramowaniu, który pozwala osobie
|
||||||
|
trzeciej uzyskać nieautoryzowany dostęp do systemu lub danych
|
||||||
|
użytkownika.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- TIMELINE -->
|
||||||
|
<section id="timeline" class="fade-up" style="margin-top: 22px">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Oś czasu Chat Control</h2>
|
||||||
|
<div class="timeline">
|
||||||
|
<div class="titem">
|
||||||
|
<div class="date">2020</div>
|
||||||
|
<div class="card">
|
||||||
|
UE umożliwia dobrowolne skanowanie wiadomości pod kątem CSAM –
|
||||||
|
pierwszy krok w kierunku masowej inwigilacji.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="titem">
|
||||||
|
<div class="date">2022</div>
|
||||||
|
<div class="card">
|
||||||
|
Chat Control 2.0 – propozycja obowiązkowego skanowania
|
||||||
|
wiadomości, w tym szyfrowanych. Eksperci biją na alarm.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="titem">
|
||||||
|
<div class="date">2023</div>
|
||||||
|
<div class="card">
|
||||||
|
Parlament Europejski i państwa członkowskie krytykują pomysł
|
||||||
|
naruszania prywatności i szyfrowania end-to-end.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="titem">
|
||||||
|
<div class="date">2025</div>
|
||||||
|
<div class="card">
|
||||||
|
Ponad 500 ekspertów ds. kryptografii ostrzega przed ryzykiem
|
||||||
|
nadużyć i luk w bezpieczeństwie. Głosowanie w UE decydujące o
|
||||||
|
przyszłości kontroli komunikacji.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<!-- FAQ -->
|
||||||
|
|
||||||
|
<!-- SOURCES -->
|
||||||
|
<section id="sources" class="fade-up" style="margin-top: 22px">
|
||||||
|
<div class="card">
|
||||||
|
<h2>Źródła i dokumenty</h2>
|
||||||
|
<div class="sources">
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://european-union.europa.eu/institutions-law-budget/law/find-legislation_pl"
|
||||||
|
>Oficjalne dokumenty UE – EUR-Lex</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://gdpr.pl/incydenty-ochrony-danych-osobowych-w-2022-raport-zwiazku-firm-ochrony-danych-osobowych"
|
||||||
|
>Raport ZFODO: Incydenty ochrony danych osobowych w 2022</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="https://www.gov.pl/web/baza-wiedzy/analiza-bezpieczenstwa-polskiego-internetu-w-2024-roku"
|
||||||
|
>Analiza bezpieczeństwa polskiego internetu w 2024 roku – CERT
|
||||||
|
Polska</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<footer class="fade-up" style="margin-top: 28px">
|
||||||
|
<div style="font-weight: 700">#StopChatControl</div>
|
||||||
|
<div class="muted">
|
||||||
|
Strona informacyjna. Wszystkie treści oparte na publicznych źródłach.
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function toggleFaq(el) {
|
||||||
|
const a = el.nextElementSibling;
|
||||||
|
if (!a) return;
|
||||||
|
a.hidden = !a.hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
function toggleNav() {
|
||||||
|
const nav = document.querySelector("nav");
|
||||||
|
const toggle = document.querySelector(".nav-toggle");
|
||||||
|
|
||||||
|
// Toggle klas
|
||||||
|
nav.classList.toggle("show");
|
||||||
|
toggle.classList.toggle("active");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Zamyka menu
|
||||||
|
function closeNav() {
|
||||||
|
const nav = document.querySelector("nav");
|
||||||
|
const toggle = document.querySelector(".nav-toggle");
|
||||||
|
|
||||||
|
nav.classList.remove("show");
|
||||||
|
toggle.classList.remove("active");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Podświetla aktywny link na podstawie sekcji
|
||||||
|
function highlightActiveSection() {
|
||||||
|
const sections = document.querySelectorAll("section[id], div[id]");
|
||||||
|
const navLinks = document.querySelectorAll('nav a[href^="#"]');
|
||||||
|
|
||||||
|
if (sections.length === 0 || navLinks.length === 0) return;
|
||||||
|
|
||||||
|
const observer = new IntersectionObserver(
|
||||||
|
(entries) => {
|
||||||
|
entries.forEach((entry) => {
|
||||||
|
if (entry.isIntersecting) {
|
||||||
|
const activeLink = document.querySelector(
|
||||||
|
`nav a[href="#${entry.target.id}"]`
|
||||||
|
);
|
||||||
|
|
||||||
|
// Usuwa active ze wszystkich linków
|
||||||
|
navLinks.forEach((link) => link.classList.remove("active"));
|
||||||
|
|
||||||
|
// Dodaje active do aktualnego
|
||||||
|
if (activeLink) {
|
||||||
|
activeLink.classList.add("active");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
},
|
||||||
|
{
|
||||||
|
threshold: 0.3,
|
||||||
|
rootMargin: "-100px 0px -50% 0px",
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
sections.forEach((section) => observer.observe(section));
|
||||||
|
}
|
||||||
|
|
||||||
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
|
// Animacje fade-up
|
||||||
|
document.querySelectorAll(".fade-up").forEach((el, i) => {
|
||||||
|
el.style.animation = `fadeUp .6s ease ${i * 0.06}s forwards`;
|
||||||
|
});
|
||||||
|
|
||||||
|
// backdoor panel
|
||||||
|
const backdoorLink = document.querySelector(".backdoor-link");
|
||||||
|
const panel = document.getElementById("backdoor-panel");
|
||||||
|
|
||||||
|
if (backdoorLink && panel) {
|
||||||
|
const closeBtn = panel.querySelector(".close");
|
||||||
|
|
||||||
|
backdoorLink.addEventListener("click", () => {
|
||||||
|
panel.style.display = "flex";
|
||||||
|
});
|
||||||
|
if (closeBtn) {
|
||||||
|
closeBtn.addEventListener("click", () => {
|
||||||
|
panel.style.display = "none";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
panel.addEventListener("click", (e) => {
|
||||||
|
if (e.target === panel) panel.style.display = "none";
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// Inicjalizacja menu nawigacji
|
||||||
|
highlightActiveSection();
|
||||||
|
|
||||||
|
// Zamyka menu po kliknięciu w link
|
||||||
|
document.querySelectorAll("nav a").forEach((link) => {
|
||||||
|
link.addEventListener("click", closeNav);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Zamyka menu po naciśnięciu ESC
|
||||||
|
document.addEventListener("keydown", (e) => {
|
||||||
|
if (e.key === "Escape") {
|
||||||
|
closeNav();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Zamyka menu po kliknięciu poza nim
|
||||||
|
document.addEventListener("click", (e) => {
|
||||||
|
const nav = document.querySelector("nav");
|
||||||
|
const toggle = document.querySelector(".nav-toggle");
|
||||||
|
|
||||||
|
if (
|
||||||
|
nav.classList.contains("show") &&
|
||||||
|
!nav.contains(e.target) &&
|
||||||
|
!toggle.contains(e.target)
|
||||||
|
) {
|
||||||
|
closeNav();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Smooth scroll dla linków anchor
|
||||||
|
document.querySelectorAll('nav a[href^="#"]').forEach((link) => {
|
||||||
|
link.addEventListener("click", (e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
const targetId = link.getAttribute("href").slice(1);
|
||||||
|
const targetElement = document.getElementById(targetId);
|
||||||
|
|
||||||
|
if (targetElement) {
|
||||||
|
targetElement.scrollIntoView({
|
||||||
|
behavior: "smooth",
|
||||||
|
block: "start",
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
630
style.css
Normal file
630
style.css
Normal file
@@ -0,0 +1,630 @@
|
|||||||
|
:root {
|
||||||
|
--bg-gradient: linear-gradient(180deg, #f0f8ff, #e6f0fa);
|
||||||
|
--primary: #0f172a;
|
||||||
|
--accent-a: #2b6cb0;
|
||||||
|
--accent-b: #7dd3fc;
|
||||||
|
--muted: #475569;
|
||||||
|
--card: rgba(255, 255, 255, 0.9);
|
||||||
|
--radius: 18px;
|
||||||
|
--maxw: 1240px;
|
||||||
|
}
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-family: Inter, sans-serif;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background: var(--bg-gradient);
|
||||||
|
color: var(--primary);
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
.wrap {
|
||||||
|
max-width: var(--maxw);
|
||||||
|
margin: 36px auto;
|
||||||
|
padding: 28px;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 20px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.brand {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 14px;
|
||||||
|
}
|
||||||
|
.header-actions {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lang-btn {
|
||||||
|
font-weight: 600;
|
||||||
|
background: none;
|
||||||
|
border: 1px solid #007bff33;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 6px 12px;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lang-btn:hover {
|
||||||
|
background: #007bff10;
|
||||||
|
}
|
||||||
|
.logo {
|
||||||
|
width: 68px;
|
||||||
|
height: 68px;
|
||||||
|
border-radius: 16px;
|
||||||
|
background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
color: white;
|
||||||
|
font-weight: 800;
|
||||||
|
font-size: 20px;
|
||||||
|
box-shadow: 0 12px 40px rgba(43, 108, 176, 0.15);
|
||||||
|
}
|
||||||
|
.brand .title {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
.brand .sub {
|
||||||
|
font-size: 13px;
|
||||||
|
color: var(--muted);
|
||||||
|
}
|
||||||
|
nav {
|
||||||
|
display: flex;
|
||||||
|
gap: 14px;
|
||||||
|
align-items: center;
|
||||||
|
transition: 0.3s;
|
||||||
|
}
|
||||||
|
nav a {
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--muted);
|
||||||
|
}
|
||||||
|
nav a:hover {
|
||||||
|
background: rgba(43, 108, 176, 0.06);
|
||||||
|
color: var(--accent-a);
|
||||||
|
}
|
||||||
|
.nav-toggle {
|
||||||
|
display: none;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 28px;
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
.hero {
|
||||||
|
margin-top: 22px;
|
||||||
|
border-radius: 28px;
|
||||||
|
padding: 44px;
|
||||||
|
background: linear-gradient(135deg, #ffffffcc, rgba(255, 255, 255, 0.6));
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 420px;
|
||||||
|
gap: 28px;
|
||||||
|
align-items: center;
|
||||||
|
box-shadow: 0 20px 60px rgba(2, 6, 23, 0.06);
|
||||||
|
backdrop-filter: blur(6px);
|
||||||
|
}
|
||||||
|
.hero h1 {
|
||||||
|
font-size: clamp(28px, 5vw, 50px);
|
||||||
|
line-height: 1.1;
|
||||||
|
color: var(--accent-a);
|
||||||
|
}
|
||||||
|
.hero p.lead {
|
||||||
|
margin-top: 12px;
|
||||||
|
color: var(--primary);
|
||||||
|
font-size: 18px;
|
||||||
|
max-width: 70%;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.actions {
|
||||||
|
margin-top: 20px;
|
||||||
|
display: flex;
|
||||||
|
gap: 12px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.btn {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
padding: 14px 22px;
|
||||||
|
border-radius: 14px;
|
||||||
|
font-weight: 800;
|
||||||
|
border: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: 0.3s;
|
||||||
|
box-shadow: 0 8px 20px rgba(10, 20, 40, 0.06);
|
||||||
|
}
|
||||||
|
.btn-primary {
|
||||||
|
background: linear-gradient(90deg, var(--accent-a), var(--accent-b));
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.btn-primary:hover {
|
||||||
|
transform: translateY(-3px);
|
||||||
|
box-shadow: 0 12px 28px rgba(43, 108, 176, 0.2);
|
||||||
|
}
|
||||||
|
.btn-ghost {
|
||||||
|
background: transparent;
|
||||||
|
border: 1px solid rgba(15, 23, 42, 0.06);
|
||||||
|
color: var(--primary);
|
||||||
|
}
|
||||||
|
.hero-aside {
|
||||||
|
padding: 22px;
|
||||||
|
border-radius: 16px;
|
||||||
|
background: linear-gradient(180deg, #ffffff, #f8fbff);
|
||||||
|
box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
|
||||||
|
}
|
||||||
|
.muted {
|
||||||
|
color: var(--muted);
|
||||||
|
}
|
||||||
|
section {
|
||||||
|
margin-top: 36px;
|
||||||
|
}
|
||||||
|
.card {
|
||||||
|
background: var(--card);
|
||||||
|
padding: 22px;
|
||||||
|
border-radius: 20px;
|
||||||
|
box-shadow: 0 8px 30px rgba(10, 20, 40, 0.04);
|
||||||
|
transition: transform 0.35s, box-shadow 0.35s;
|
||||||
|
}
|
||||||
|
.card:hover {
|
||||||
|
transform: translateY(-10px);
|
||||||
|
box-shadow: 0 16px 48px rgba(10, 20, 40, 0.08);
|
||||||
|
}
|
||||||
|
.grid-3,
|
||||||
|
.threats {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
.icon-circle {
|
||||||
|
width: 56px;
|
||||||
|
height: 56px;
|
||||||
|
border-radius: 12px;
|
||||||
|
background: linear-gradient(
|
||||||
|
180deg,
|
||||||
|
rgba(43, 108, 176, 0.12),
|
||||||
|
rgba(125, 211, 252, 0.08)
|
||||||
|
);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-weight: 800;
|
||||||
|
color: var(--accent-a);
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
margin: 40px 0;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timeline::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
left: 30px;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 4px;
|
||||||
|
background: #ccc;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titem {
|
||||||
|
position: relative;
|
||||||
|
margin-bottom: 30px;
|
||||||
|
padding-left: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.titem::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
left: 22px;
|
||||||
|
top: 8px;
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
background: #007bff;
|
||||||
|
border: 3px solid white;
|
||||||
|
border-radius: 50%;
|
||||||
|
box-shadow: 0 0 0 2px #007bff33;
|
||||||
|
}
|
||||||
|
|
||||||
|
.date {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 1.1em;
|
||||||
|
color: #007bff;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.body {
|
||||||
|
background: #f9f9f9;
|
||||||
|
padding: 12px 16px;
|
||||||
|
border-radius: 8px;
|
||||||
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
.titem {
|
||||||
|
display: flex;
|
||||||
|
gap: 14px;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
.titem .date {
|
||||||
|
min-width: 120px;
|
||||||
|
color: var(--muted);
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
.titem .body {
|
||||||
|
background: rgba(255, 255, 255, 0.9);
|
||||||
|
padding: 14px;
|
||||||
|
border-radius: 12px;
|
||||||
|
}
|
||||||
|
.faq {
|
||||||
|
margin-top: 14px;
|
||||||
|
}
|
||||||
|
.faq .q {
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 12px;
|
||||||
|
border-radius: 12px;
|
||||||
|
background: linear-gradient(180deg, white, #fbfdff);
|
||||||
|
border: 1px solid rgba(15, 23, 42, 0.03);
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
.faq .a {
|
||||||
|
padding: 12px;
|
||||||
|
color: var(--muted);
|
||||||
|
border-radius: 10px;
|
||||||
|
background: rgba(255, 255, 255, 0.9);
|
||||||
|
}
|
||||||
|
.sources {
|
||||||
|
font-size: 14px;
|
||||||
|
color: var(--muted);
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
.sources a {
|
||||||
|
color: var(--accent-a);
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
margin-top: 36px;
|
||||||
|
padding: 28px;
|
||||||
|
border-radius: 14px;
|
||||||
|
background: linear-gradient(90deg, #f8fbff, white);
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
gap: 12px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
@media (max-width: 1100px) {
|
||||||
|
.hero {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
gap: 20px;
|
||||||
|
}
|
||||||
|
.hero-aside {
|
||||||
|
order: 2;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.brand .sub {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 720px) {
|
||||||
|
.nav-toggle {
|
||||||
|
display: block;
|
||||||
|
cursor: pointer;
|
||||||
|
font-size: 24px;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 8px;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
background: rgba(255, 255, 255, 0.8);
|
||||||
|
border: 1px solid rgba(43, 108, 176, 0.1);
|
||||||
|
color: var(--accent-a);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-toggle:hover {
|
||||||
|
background: rgba(43, 108, 176, 0.08);
|
||||||
|
transform: scale(1.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-toggle.active {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
display: none;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 0;
|
||||||
|
|
||||||
|
/* Pozycjonowanie */
|
||||||
|
position: absolute;
|
||||||
|
top: 70px; /* poniżej headera */
|
||||||
|
right: 28px;
|
||||||
|
min-width: 220px;
|
||||||
|
|
||||||
|
/* Wygląd */
|
||||||
|
background: rgba(255, 255, 255, 0.95);
|
||||||
|
backdrop-filter: blur(15px);
|
||||||
|
-webkit-backdrop-filter: blur(15px);
|
||||||
|
border-radius: 16px;
|
||||||
|
padding: 12px;
|
||||||
|
|
||||||
|
/* Cienie i obramowania */
|
||||||
|
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||||
|
|
||||||
|
/* Animacja */
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-10px) scale(0.95);
|
||||||
|
pointer-events: none;
|
||||||
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
|
|
||||||
|
z-index: 1500; /* wyżej niż hero */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Stan aktywny menu */
|
||||||
|
nav.show {
|
||||||
|
display: flex;
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0) scale(1);
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a {
|
||||||
|
padding: 14px 16px;
|
||||||
|
margin: 2px 0;
|
||||||
|
border-radius: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--primary);
|
||||||
|
text-decoration: none;
|
||||||
|
transition: all 0.2s ease;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hover efekt z gradientem */
|
||||||
|
nav a::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: -100%;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: linear-gradient(
|
||||||
|
90deg,
|
||||||
|
transparent,
|
||||||
|
rgba(43, 108, 176, 0.1),
|
||||||
|
transparent
|
||||||
|
);
|
||||||
|
transition: left 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a:hover::before {
|
||||||
|
left: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav a:hover {
|
||||||
|
background: linear-gradient(
|
||||||
|
135deg,
|
||||||
|
rgba(43, 108, 176, 0.08),
|
||||||
|
rgba(125, 211, 252, 0.05)
|
||||||
|
);
|
||||||
|
color: var(--accent-a);
|
||||||
|
transform: translateX(4px);
|
||||||
|
box-shadow: 0 4px 12px rgba(43, 108, 176, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Aktywny link */
|
||||||
|
nav a.active {
|
||||||
|
background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
|
||||||
|
color: white;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Separator między linkami */
|
||||||
|
nav a:not(:last-child)::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 16px;
|
||||||
|
right: 16px;
|
||||||
|
height: 1px;
|
||||||
|
background: linear-gradient(
|
||||||
|
90deg,
|
||||||
|
transparent,
|
||||||
|
rgba(0, 0, 0, 0.06),
|
||||||
|
transparent
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero p.lead {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes slideDown {
|
||||||
|
from {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(-10px);
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: translateY(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
.card {
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
.btn {
|
||||||
|
width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.actions {
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.fade-up {
|
||||||
|
opacity: 0;
|
||||||
|
transform: translateY(12px);
|
||||||
|
animation: fadeUp 0.65s ease forwards;
|
||||||
|
}
|
||||||
|
.fade-up.delay-1 {
|
||||||
|
animation-delay: 0.08s;
|
||||||
|
}
|
||||||
|
.fade-up.delay-2 {
|
||||||
|
animation-delay: 0.16s;
|
||||||
|
}
|
||||||
|
.fade-up.delay-3 {
|
||||||
|
animation-delay: 0.28s;
|
||||||
|
}
|
||||||
|
@keyframes fadeUp {
|
||||||
|
to {
|
||||||
|
opacity: 1;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Backdoor panel */
|
||||||
|
#backdoor-panel {
|
||||||
|
display: none;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background: rgba(0, 0, 0, 0.5);
|
||||||
|
z-index: 1000;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
#backdoor-panel .content {
|
||||||
|
background: white;
|
||||||
|
padding: 20px;
|
||||||
|
border-radius: 8px;
|
||||||
|
max-width: 400px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
#backdoor-panel .close {
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
right: 10px;
|
||||||
|
cursor: pointer;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
.btn-hero {
|
||||||
|
background-color: var(--accent-a);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.btn-hero:hover {
|
||||||
|
transform: translateY(-3px);
|
||||||
|
box-shadow: 0 12px 28px rgba(43, 108, 176, 0.2);
|
||||||
|
}
|
||||||
|
.sources a {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 10px;
|
||||||
|
text-decoration: none;
|
||||||
|
background: rgba(43, 108, 176, 0.08);
|
||||||
|
color: var(--accent-a);
|
||||||
|
font-weight: 600;
|
||||||
|
transition: 0.3s;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sources a:hover {
|
||||||
|
background: var(--accent-a);
|
||||||
|
color: white;
|
||||||
|
transform: translateY(-2px);
|
||||||
|
box-shadow: 0 6px 18px rgba(43, 108, 176, 0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ---- DODATKOWE STYLE DLA NAPISU ROZCIĄGAJĄCEGO SIĘ ---- */
|
||||||
|
.full-note {
|
||||||
|
grid-column: 1 / -1; /* rozciąga się na wszystkie kolumny siatki */
|
||||||
|
padding: 16px 18px;
|
||||||
|
border-radius: 12px;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: 800;
|
||||||
|
font-size: 1rem;
|
||||||
|
color: var(--accent-a);
|
||||||
|
background: linear-gradient(
|
||||||
|
180deg,
|
||||||
|
rgba(43, 108, 176, 0.06),
|
||||||
|
rgba(125, 211, 252, 0.03)
|
||||||
|
);
|
||||||
|
box-shadow: 0 8px 20px rgba(2, 6, 23, 0.04);
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* opcjonalnie: trochę mniejszy tekst na wąskich ekranach */
|
||||||
|
@media (max-width: 420px) {
|
||||||
|
.full-note {
|
||||||
|
font-size: 0.95rem;
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 1000;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
gap: 20px;
|
||||||
|
|
||||||
|
background: rgba(255, 255, 255, 0.5); /* półprzezroczysty */
|
||||||
|
backdrop-filter: blur(10px); /* rozmycie tła pod headerem */
|
||||||
|
-webkit-backdrop-filter: blur(10px); /* dla Safari */
|
||||||
|
|
||||||
|
padding: 16px 28px;
|
||||||
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
|
||||||
|
border-radius: 0;
|
||||||
|
transition: background 0.3s ease, backdrop-filter 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* linki w nagłówku bez podkreśleń i z ładnym hover */
|
||||||
|
nav a {
|
||||||
|
padding: 8px 12px;
|
||||||
|
border-radius: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: var(--muted);
|
||||||
|
text-decoration: none; /* usuwa podkreślenie */
|
||||||
|
transition: 0.3s;
|
||||||
|
}
|
||||||
|
nav a:hover {
|
||||||
|
background: rgba(43, 108, 176, 0.06);
|
||||||
|
color: var(--accent-a);
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-padding-top: 120px;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
padding-top: 100px; /* wysokość headera - dopasuj */
|
||||||
|
}
|
||||||
|
/* Overlay dla zamknięcia menu po kliknięciu poza nim */
|
||||||
|
|
||||||
|
/* Dodatkowe style dla bardzo małych ekranów */
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
nav {
|
||||||
|
right: 16px;
|
||||||
|
left: 16px;
|
||||||
|
min-width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user