.elementor-4479 .elementor-element.elementor-element-db9c0d9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-12ea2b6 */:root {
    --primary-brand: #6366f1; /* Indigo */
    --primary-dark: #4f46e5;
    --background-light: #f5f3ff;
    --border-color: #e0e7ff;
    --text-main: #1e1b4b;
    --text-light: #6b7280;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
}

.hidden { display: none !important; }
.full-width { width: 100%; }
.divider { height: 1px; background: #e5e7eb; margin: 2rem 0; }

/* Workspace */
.workspace { background: white; padding: 2rem; border-radius: 12px; border: 1px solid #e5e7eb; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
.planner-layout { display: flex; gap: 2rem; align-items: flex-start; }

/* Input Panel */
.input-panel { flex: 0 0 320px; }

.section-card {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.card-title {
    font-weight: 700; color: var(--text-main); margin-bottom: 1rem; font-size: 1rem;
    border-bottom: 2px solid var(--primary-brand); padding-bottom: 5px; display: inline-block;
}

.form-group { margin-bottom: 1rem; }
.form-group label { display: block; margin-bottom: 0.3rem; font-weight: 600; font-size: 0.9rem; color: #374151; }
.form-input { 
    width: 100%; padding: 0.7rem; border: 1px solid #d1d5db; border-radius: 6px; font-size: 1rem; 
    transition: border-color 0.2s;
}
.form-input:focus { border-color: var(--primary-brand); outline: none; }
.hint { font-size: 0.8rem; color: #6b7280; }

/* Strategy Tabs */
.strategy-tabs { display: flex; background: #e0e7ff; padding: 4px; border-radius: 6px; margin-bottom: 1rem; }
.s-tab { 
    flex: 1; text-align: center; padding: 8px; font-size: 0.9rem; font-weight: 600; 
    cursor: pointer; border-radius: 4px; color: #4f46e5; transition: all 0.2s;
}
.s-tab.active { background: white; shadow: 0 1px 2px rgba(0,0,0,0.1); color: var(--primary-dark); }

/* Results */
.result-panel { flex: 1; width: 100%; }

.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.5rem; }
.summary-card {
    background: white; border: 1px solid #e5e7eb; padding: 1rem; border-radius: 8px; text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.summary-card.highlight-bad { background: #fef2f2; border-color: #fecaca; }
.summary-card.highlight-bad .val { color: var(--danger); }

.lbl { font-size: 0.8rem; font-weight: 600; color: var(--text-light); text-transform: uppercase; letter-spacing: 0.5px; }
.val { font-size: 1.3rem; font-weight: 800; color: var(--text-main); margin: 5px 0; }
.sub-val { font-size: 0.85rem; color: var(--primary-brand); font-weight: 500; }

/* Warning Box */
.warning-box {
    background: #fef2f2; border-left: 4px solid var(--danger); color: #991b1b;
    padding: 1rem; margin-bottom: 1.5rem; border-radius: 4px; font-size: 0.95rem;
}

/* Tip Box */
.recommendation-box {
    background: #ecfdf5; border: 1px solid #6ee7b7; padding: 1.25rem; border-radius: 8px; margin-top: 1.5rem;
}
.recommendation-box h3 { margin-bottom: 0.5rem; color: #047857; font-size: 1rem; }
.recommendation-box p { font-size: 0.95rem; color: #064e3b; margin: 0; }

.chart-wrapper { height: 300px; width: 100%; margin-top: 1rem; }

.action-buttons-row { display: flex; gap: 1rem; margin-top: 1.5rem; }
.btn-dark { background: #1f2937; color: white; border: none; }
.btn-dark:hover { background: #111827; }

/* Table */
.schedule-section { margin-top: 2rem; animation: fadeIn 0.3s; }
.table-responsive { overflow-x: auto; max-height: 400px; border: 1px solid #e5e7eb; border-radius: 8px; }
.schedule-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; text-align: right; }
.schedule-table th { background: #f3f4f6; padding: 12px; position: sticky; top: 0; text-align: right; color: var(--text-main); }
.schedule-table td { padding: 10px 12px; border-bottom: 1px solid #f3f4f6; color: #4b5563; }
.schedule-table tr:hover { background: #f9fafb; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* Mobile */
@media (max-width: 900px) {
    .planner-layout { flex-direction: column; }
    .input-panel { width: 100%; }
    .summary-grid { grid-template-columns: 1fr; }
}

/* Info */
.info-section { background: white; padding: 2rem; border-radius: 8px; margin-top: 2rem; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.info-section h3 { margin-bottom: 1rem; border-bottom: 1px solid #e5e7eb; padding-bottom: 0.5rem; }
.how-to-list li { margin-bottom: 0.5rem; }/* End custom CSS */