Preview de mixed.css
/* MIXED CSS PACK */
/* Template: test1/index.php */
/* Template mtime: 2026-04-13 15:48:33 */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--bg: #0b1020;
--card: rgba(255,255,255,.08);
--line: rgba(255,255,255,.12);
--text: #eef2ff;
--muted: #a8b0d3;
--accent: #6ea8fe;
--ok: #1f9d55;
--err: #c0392b;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: radial-gradient(circle at top, #1a2450 0, var(--bg) 55%);
color: var(--text);
min-height: 100vh;
}
.wrap {
max-width: 1100px;
margin: 0 auto;
padding: 32px 18px 60px;
}
h1 { margin: 0 0 8px; font-size: 32px; }
p.lead { color: var(--muted); margin: 0 0 24px; }
.grid {
display: grid;
grid-template-columns: 1.2fr .8fr;
gap: 20px;
}
.card {
background: var(--card);
border: 1px solid var(--line);
border-radius: 20px;
padding: 20px;
backdrop-filter: blur(14px);
box-shadow: 0 10px 35px rgba(0,0,0,.25);
}
label { display: block; font-weight: 700; margin: 0 0 8px; }
.hint { color: var(--muted); font-size: 13px; margin: -2px 0 10px; }
textarea, input {
width: 100%;
border: 1px solid var(--line);
background: rgba(255,255,255,.06);
color: var(--text);
border-radius: 14px;
padding: 12px 14px;
outline: none;
font: inherit;
}
textarea { min-height: 150px; resize: vertical; }
.row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}
.actions {
display: flex;
gap: 12px;
align-items: center;
margin-top: 20px;
flex-wrap: wrap;
}
button {
border: 0;
background: linear-gradient(135deg, #6ea8fe, #4c7cf0);
color: white;
border-radius: 14px;
padding: 12px 18px;
font: inherit;
font-weight: 800;
cursor: pointer;
}
.pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 14px;
border-radius: 999px;
background: rgba(255,255,255,.08);
border: 1px solid var(--line);
color: var(--muted);
text-decoration: none;
}
.ok, .error {
border-radius: 14px;
padding: 12px 14px;
margin-bottom: 16px;
font-weight: 700;
}
.ok { background: rgba(31,157,85,.15); border: 1px solid rgba(31,157,85,.4); }
.error { background: rgba(192,57,43,.18); border: 1px solid rgba(192,57,43,.42); }
pre {
margin: 0;
white-space: pre-wrap;
word-break: break-word;
background: rgba(0,0,0,.25);
border-radius: 16px;
padding: 16px;
border: 1px solid var(--line);
color: #d6def9;
max-height: 500px;
overflow: auto;
}
ul { margin: 12px 0 0; color: var(--muted); padding-left: 18px; }
@media (max-width: 900px) {
.grid { grid-template-columns: 1fr; }
.row { grid-template-columns: 1fr; }
}
Manifest preview
{
"template": "test1/index.php",
"template_mtime": 1776095313,
"template_mtime_human": "2026-04-13T15:48:33+00:00",
"css_links_found": [],
"css_links_external": [],
"css_links_embedded": [],
"inline_style_blocks": 1,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}