/* content */ .content padding: 28px 28px 32px;

<div class="content"> <div class="info-panel"> <p>🛡️ <strong>Active protection:</strong> any download attempt is <span style="color:#ffad6a;">blocked</span> by default until you approve.</p> <p>📌 <span class="rule">"Run blocker" mode: all executable-like requests are intercepted</span></p> <p>✅ Add trusted URLs manually → they become downloadable. Everything else stays blocked.</p> </div>

<div class="download-note"> <span>💡 TIP:</span> <span>Paste any URL → click "ALLOW & DOWNLOAD" to whitelist + trigger safe download.</span> <span style="margin-left:auto;">🚫 Run blocker prevents .exe/.scr/.bat auto-execution</span> </div> </div> <footer> ⚙️ Simple Run Blocker · Download Manager — blocks unsafe runs, only whitelisted URLs can be fetched. <span id="statusMsg" style="display:inline-block; margin-left:12px; color:#87e987;">✅ ready</span> </footer> </div>

.sub color: #8f98b3; margin-top: 8px; font-size: 0.9rem; font-weight: 400;

.header h1 margin: 0; font-size: 1.9rem; font-weight: 700; letter-spacing: -0.3px; background: linear-gradient(135deg, #FFFFFF, #9aa9ff); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block;

.btn border: none; font-weight: 700; padding: 12px 24px; border-radius: 60px; font-size: 0.9rem; cursor: pointer; transition: 0.15s linear; display: inline-flex; align-items: center; gap: 10px; background: #262d42; color: #eef3ff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);

.url-input width: 100%; background: #0a0d14; border: 1.5px solid #2f354b; border-radius: 60px; padding: 14px 20px; font-size: 1rem; font-family: monospace; color: #eef3ff; transition: all 0.2s; outline: none;

.file-url:hover white-space: normal; word-break: break-all;

.btn-warning:hover background: #c5822a;