*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #f5f5f5;--bg-alt: #eaeaea;--text: #1a1a2e;--text-muted: #555;--accent: #0066cc;--surface: #fff;--border: #ddd;--radius: 8px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 24px}.site-header{background:var(--text);color:#fff;padding:16px 0;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;font-size:1.2rem}nav a{color:#ccc;text-decoration:none;margin-left:24px;font-size:.9rem;transition:color .2s}nav a:hover{color:#fff}.config-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:24px 0}.config-bar h2{font-size:1rem;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.config-grid{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.config-field{display:flex;flex-direction:column;gap:4px}.config-field label{font-size:.8rem;font-weight:500;color:var(--text-muted)}.config-field input[type=text]{padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-family:inherit;width:320px}.config-field input[type=color]{width:48px;height:36px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;padding:2px}.config-actions{display:flex;gap:8px}.btn{padding:8px 20px;border:none;border-radius:var(--radius);font-size:.9rem;font-family:inherit;font-weight:500;cursor:pointer;transition:opacity .2s}.btn:hover{opacity:.85}.btn-primary{background:var(--accent);color:#fff}.btn-secondary{background:var(--border);color:var(--text)}.test-section{padding:48px 0}.test-section.alt-bg{background:var(--bg-alt)}.section-header{margin-bottom:24px}.section-header h2{font-size:1.5rem;font-weight:700;margin-bottom:6px}.section-header p{color:var(--text-muted);font-size:.95rem}.section-header code{background:#e8e8e8;padding:2px 6px;border-radius:4px;font-size:.85rem}.embed-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.page-content{padding:24px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.page-content h3,.page-content p{margin-bottom:12px}.page-content ul{margin:0 0 12px 24px}.page-content li{margin-bottom:4px}.page-content a{color:var(--accent)}.snippet-box{background:#1a1a2e;border-radius:var(--radius);padding:24px;position:relative}.snippet-box pre{color:#e0e0e0;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.85rem;line-height:1.6;white-space:pre-wrap;word-break:break-all;margin:0 0 16px}.snippet-box .btn{font-size:.8rem}.hostile-zone{display:grid;grid-template-columns:1fr 1fr;gap:24px}.hostile-content{padding:24px;background:#ff0;border:5px solid red;border-radius:var(--radius)}.hostile-content *{font-family:Comic Sans MS,cursive!important}.site-footer{background:var(--text);color:#999;padding:24px 0;text-align:center;font-size:.85rem}.site-footer a{color:#ccc}@media(max-width:768px){.embed-layout,.multi-layout,.hostile-zone{grid-template-columns:1fr}.config-field input[type=text]{width:100%}.config-grid{flex-direction:column;align-items:stretch}nav{display:none}}
