/* 3:12-kalkylator 2026 - styles */
.tolvkalk-wrapper {
    max-width: 820px;
    margin: 2em auto;
    padding: 2em;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    line-height: 1.6;
}

.tolvkalk-header {
    border-bottom: 3px solid #1e3a5f;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
}

.tolvkalk-header h2 {
    margin: 0 0 0.3em 0;
    color: #1e3a5f;
    font-size: 1.8em;
}

.tolvkalk-subtitle {
    margin: 0;
    color: #4b5563;
    font-size: 1em;
}

.tolvkalk-info-box {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    padding: 1em 1.2em;
    margin-bottom: 1.5em;
    border-radius: 4px;
    font-size: 0.95em;
    color: #1e3a5f;
}

.tolvkalk-fieldset {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1em 1.2em 1.2em;
    margin: 0 0 1.2em 0;
    background: #fafafa;
}

.tolvkalk-fieldset legend {
    padding: 0 0.6em;
    font-weight: 600;
    color: #1e3a5f;
    font-size: 1.05em;
}

.tolvkalk-row {
    margin-bottom: 1em;
}

.tolvkalk-row:last-child {
    margin-bottom: 0;
}

.tolvkalk-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35em;
    color: #1f2937;
    font-size: 0.95em;
}

.tolvkalk-row input[type="number"],
.tolvkalk-row select {
    width: 100%;
    padding: 0.6em 0.8em;
    font-size: 1em;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-sizing: border-box;
    background: #ffffff;
}

.tolvkalk-row input[type="number"]:focus,
.tolvkalk-row select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.15);
}

.tolvkalk-row small {
    display: block;
    margin-top: 0.3em;
    color: #6b7280;
    font-size: 0.85em;
}

.tolvkalk-btn {
    display: block;
    width: 100%;
    padding: 0.9em 1.5em;
    font-size: 1.1em;
    font-weight: 600;
    color: #ffffff;
    background: #1e3a5f;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s ease;
    margin-top: 0.5em;
}

.tolvkalk-btn:hover {
    background: #2a4d7d;
}

.tolvkalk-btn:active {
    background: #152a47;
}

/* Resultat */
.tolvkalk-result {
    margin-top: 1.8em;
    padding-top: 1.5em;
    border-top: 2px solid #e5e7eb;
}

.tolvkalk-result h3 {
    color: #1e3a5f;
    margin: 0 0 1em 0;
    font-size: 1.4em;
}

.tolvkalk-result-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1em;
    margin-bottom: 1.5em;
}

.tolvkalk-result-card {
    padding: 1.2em;
    border-radius: 8px;
    background: #f8f9fa;
    border-left: 4px solid #3b82f6;
}

.tolvkalk-result-card.highlight {
    background: #ecfdf5;
    border-left-color: #10b981;
}

.tolvkalk-result-card.warning {
    background: #fef3c7;
    border-left-color: #f59e0b;
}

.tolvkalk-result-card .label {
    font-size: 0.85em;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.4em;
    font-weight: 600;
}

.tolvkalk-result-card .value {
    font-size: 1.6em;
    font-weight: 700;
    color: #1e3a5f;
    line-height: 1.2;
}

.tolvkalk-result-card.highlight .value {
    color: #065f46;
}

.tolvkalk-result-card .sublabel {
    font-size: 0.85em;
    color: #6b7280;
    margin-top: 0.3em;
}

/* Breakdown */
.tolvkalk-breakdown {
    background: #f9fafb;
    border-radius: 8px;
    padding: 1.2em;
    margin-bottom: 1.2em;
}

.tolvkalk-breakdown h4 {
    margin: 0 0 0.8em 0;
    color: #1e3a5f;
    font-size: 1.05em;
}

.tolvkalk-breakdown-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
}

.tolvkalk-breakdown-table td {
    padding: 0.5em 0;
    border-bottom: 1px solid #e5e7eb;
}

.tolvkalk-breakdown-table td:last-child {
    text-align: right;
    font-weight: 600;
    color: #1f2937;
}

.tolvkalk-breakdown-table tr:last-child td {
    border-bottom: none;
    border-top: 2px solid #1e3a5f;
    padding-top: 0.7em;
    font-weight: 700;
    color: #1e3a5f;
    font-size: 1.05em;
}

.tolvkalk-breakdown-table .formula {
    color: #6b7280;
    font-size: 0.85em;
    font-family: monospace;
    display: block;
    margin-top: 0.2em;
}

/* Skatt-sektion */
.tolvkalk-tax {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 1.2em;
}

.tolvkalk-tax h4 {
    margin: 0 0 0.8em 0;
    color: #1e3a5f;
    font-size: 1.05em;
}

.tolvkalk-tax-row {
    display: flex;
    justify-content: space-between;
    padding: 0.4em 0;
    border-bottom: 1px solid #dbeafe;
}

.tolvkalk-tax-row:last-child {
    border-bottom: none;
    font-weight: 700;
    color: #1e3a5f;
    border-top: 2px solid #1e3a5f;
    padding-top: 0.7em;
    margin-top: 0.4em;
}

.tolvkalk-disclaimer {
    margin-top: 1.5em;
    padding: 1em 1.2em;
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    border-radius: 4px;
    font-size: 0.88em;
    color: #78350f;
}

@media (max-width: 600px) {
    .tolvkalk-wrapper {
        padding: 1.2em;
        margin: 1em auto;
    }
    .tolvkalk-header h2 {
        font-size: 1.4em;
    }
    .tolvkalk-result-card .value {
        font-size: 1.3em;
    }
}
