diff --git a/css/style.css b/css/style.css index 81d4499..c6134dc 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,10 @@ +.danger-modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 3000; display:flex; align-items:center; justify-content:center; } +.danger-modal { width: 560px; max-width: calc(100% - 32px); background: #0b0f0b; border: 1px solid #2e7d32; border-radius: 10px; box-shadow: 0 18px 48px rgba(0,0,0,.6); } +.danger-header { display:flex; align-items:center; gap:8px; padding: 14px 16px; color:#69f0ae; border-bottom:1px solid #1b5e20; font-size:1.05rem; } +.danger-body { padding: 14px 16px; color:#e0f2f1; opacity:.95; } +.danger-actions { display:flex; gap:8px; justify-content:flex-end; padding: 12px 16px; border-top:1px solid #1b5e20; } +.danger-cancel { background: var(--button-bg); border:1px solid var(--input-border); padding:8px 12px; border-radius:6px; cursor:pointer; } +.danger-proceed { background:#1b5e20; border:1px solid #2e7d32; color:#69f0ae; padding:8px 12px; border-radius:6px; cursor:pointer; box-shadow: 0 0 12px rgba(105,240,174,.35) inset, 0 0 16px rgba(105,240,174,.2); } /* Modern dark theme styling */ :root { --main-bg-color: #1a1a1a; @@ -2032,6 +2039,22 @@ html { .token-bomb-section .section-header { margin-bottom: 10px; } .token-bomb-section .output-instructions { margin-top: 8px; } +/* Tokenade disclaimer styling */ +.tokenade-disclaimer { + display: flex; + align-items: flex-start; + gap: 8px; + margin: 10px 0 12px 0; + padding: 10px 12px; + border: 1px solid #1b5e20; + background: rgba(27, 94, 32, 0.15); + color: #69f0ae; + border-radius: 6px; + font-size: 0.95rem; + line-height: 1.35; +} +.tokenade-disclaimer i { color: #69f0ae; margin-top: 2px; } + /* Presets row polish */ .tokenade-presets { display: flex; diff --git a/index.html b/index.html index 03035ef..aa49714 100644 --- a/index.html +++ b/index.html @@ -250,10 +250,9 @@ Craft dense token sequences with emojis and zero-width characters -
Your projected payload size exceeds 25,000,000 characters. Generating this will very likely freeze/crash your browser or downstream tools, and can rack up serious costs if sent to a model.
+Proceed only if you fully understand the risks and are testing in a safe, isolated environment.
+