.swift-tool-main-wrapper { 
    font-family: 'Inter', system-ui, sans-serif !important; 
    background-color: #f8fafc !important; 
    padding: 20px 15px !important; 
    max-width: 1200px !important; 
    margin: 15px auto !important; 
    box-sizing: border-box !important;
    display: block !important;
    clear: both !important;
}

.tool-hero-section { text-align: center; margin-bottom: 25px; padding-top: 10px; }
.tool-title-main { font-size: 28px !important; font-weight: 800 !important; color: #0f172a !important; display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 8px; margin-top: 0 !important; }
.hero-icon-svg { width: 36px; height: 36px; display: inline-block; }
.tool-subtitle-main { font-size: 15px !important; color: #475569 !important; font-weight: 500 !important; max-width: 700px; margin: 0 auto; line-height: 1.5; }

.vector-workspace { width: 100%; }
.vector-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 992px) { .vector-grid { grid-template-columns: 1fr 1.1fr; } }

.vector-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); display: flex; flex-direction: column; gap: 18px; border-top: 4px solid #ef4444; box-sizing: border-box; }
.preview-card { border-top: 4px solid #334155; background: #1e293b; }
.card-title { font-size: 16px !important; font-weight: 700 !important; color: #0f172a !important; margin: 0; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9; width: 100%; }
.preview-card .card-title { color: #f8fafc !important; border-bottom-color: #334155; }

.form-group { display: flex; flex-direction: column; gap: 6px; width: 100%; }
.form-group-row { display: flex; gap: 15px; width: 100%; }
@media (max-width: 600px) { .form-group-row { flex-direction: column; gap: 15px; } }

.lbl { font-size: 13.5px; font-weight: 700; color: #334155; }

.custom-field-input { padding: 12px 14px; border: 2px solid #cbd5e1; border-radius: 8px; font-size: 15px; font-weight: 600; color: #0f172a; outline: none; transition: border-color 0.2s; background: #ffffff; box-sizing: border-box; width: 100%; }
.custom-field-input:focus { border-color: #ef4444; }

.custom-field-select { padding: 12px 14px; border: 2px solid #cbd5e1; border-radius: 8px; font-size: 14px; font-weight: 600; color: #0f172a; outline: none; transition: border-color 0.2s; background: #ffffff; cursor: pointer; box-sizing: border-box; width: 100%; }
.custom-field-select:focus { border-color: #ef4444; }

.pro-slider { width: 100%; height: 6px; background: #e2e8f0; border-radius: 5px; outline: none; -webkit-appearance: none; margin: 6px 0; }
.pro-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 16px; height: 16px; border-radius: 50%; background: #ef4444; cursor: pointer; }

.action-trigger-block { display: flex; gap: 12px; width: 100%; margin-top: 5px; }
.action-btn-trigger { flex: 2; padding: 14px; font-size: 14.5px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer; transition: all 0.2s ease; text-align: center; }
.action-btn-trigger:disabled { opacity: 0.4; cursor: not-allowed; }
.success-trigger { background: linear-gradient(135deg, #10b981, #059669); color: #ffffff; box-shadow: 0 4px 14px rgba(16, 185, 129, 0.2); }
.danger-trigger { flex: 1; background: #e2e8f0; color: #475569; }
.danger-trigger.active-reset { background: linear-gradient(135deg, #ef4444, #dc2626); color: #ffffff; box-shadow: 0 4px 14px rgba(239, 68, 68, 0.2); }

.canvas-viewport { width: 100%; border-radius: 12px; border: 2px dashed #475569 !important; box-sizing: border-box; }

/* Dashboard Financial Ticker Elements */
.burn-ticker-box { text-align: center; background: linear-gradient(135deg, #991b1b, #1e1b4b); padding: 25px; border-radius: 12px; border: 1px solid #475569; width: 100%; box-sizing: border-box; box-shadow: 0 10px 30px rgba(0,0,0,0.25); }
.ticker-lbl { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #cbd5e1; opacity: 0.9; }
.burn-ticker-box h2 { font-size: 42px !important; font-weight: 900 !important; margin: 6px 0 0 0 !important; color: #f59e0b; font-family: monospace; tracking: -1px; }

.stats-output-grid-block { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 100%; }
.stat-mini-node { background: #0f172a; border: 1px solid #334155; padding: 14px; border-radius: 10px; display: flex; flex-direction: column; gap: 4px; box-sizing: border-box; }
.node-title { font-size: 11.5px; font-weight: 700; color: #94a3b8; text-transform: uppercase; }
.node-val { font-size: 18px; font-weight: 800; color: #f8fafc; font-family: monospace; }
.warning-color { color: #f43f5e !important; }

.seo-guide-section { width: 100%; margin-top: 50px; }
.step-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
@media (min-width: 768px) { .step-grid { grid-template-columns: repeat(3, 1fr); } }
.step-card { background: #fff; border: 1px solid #e2e8f0; padding: 22px; border-radius: 12px; position: relative; }
.step-num { position: absolute; top: -14px; left: 20px; color: #fff; font-weight: 800; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 12px; }

.step-card h4 { margin: 8px 0 6px 0; font-size: 15px; font-weight: 700; color: #0f172a; }
.step-card p { margin: 0; font-size: 13px; color: #475569; line-height: 1.5; }

.faq-section { width: 100%; margin-top: 40px; }
.faq-main-title { font-size: 22px !important; font-weight: 800 !important; color: #0f172a; text-align: center; margin-bottom: 20px; }
.faq-item { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px; margin-bottom: 12px; }
.faq-question { font-size: 15px !important; font-weight: 700 !important; color: #0f172a; margin: 0 0 6px 0; }
.faq-answer { font-size: 13.5px; color: #475569; line-height: 1.5; margin: 0; }