.fishing-form-wrapper {
    max-width: 600px;
    margin: 20px auto;
    padding: 25px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.fishing-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}
.fishing-logo img {
    max-width: 140px;
    width: 100%;
    height: auto;
}
.fishing-form-wrapper h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #2c3e50;
    font-weight: 600;
}
.fishing-form-group {
    margin-bottom: 20px;
}
.fishing-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #34495e;
    font-size: 0.95rem;
}
.field-note {
    margin-top: 6px;
    font-size: 0.85rem;
    color: #5d6d7e;
}
.trust-note {
    margin-top: 10px;
    text-align: center;
}
.fishing-form-group input[type="text"],
.fishing-form-group input[type="date"] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e6ed;
    border-radius: 10px;
    font-size: 1rem;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: white;
}
.fishing-form-group input[type="text"]:focus,
.fishing-form-group input[type="date"]:focus {
    outline: none;
    border-color: #27ae60;
    box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}
.location-btn {
    margin-top: 10px;
    padding: 8px 16px;
    background: #27ae60;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}
.location-btn:hover {
    background: #219a52;
    transform: translateY(-1px);
}
.location-loading {
    display: none;
    margin-top: 8px;
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
}
.checkbox-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 10px;
}
.quick-fish-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.quick-fish-btn {
    padding: 6px 12px;
    background: #ffffff;
    border: 1px solid #e0e6ed;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.85rem;
    color: #2c3e50;
    transition: all 0.2s ease;
}
.quick-fish-btn:hover {
    background: #ecf0f1;
    border-color: #cfd7df;
}
.legend-line {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #34495e;
    text-align: left;
}
.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 8px 12px;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.checkbox-group label:hover {
    background: #ecf0f1;
    transform: translateY(-1px);
}
.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}
.fishing-form-submit {
    text-align: center;
    margin-top: 25px;
}
.submit-btn {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.3);
}
.submit-btn:hover {
    background: linear-gradient(135deg, #219a52, #27ae60);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.4);
}
.loading-message {
    display: none;
    text-align: center;
    margin-top: 20px;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
}
.fishing-info-note {
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-left: 4px solid #27ae60;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #34495e;
    font-style: italic;
}

/* RESULTS STYLING */
.results-container {
    max-width: 900px;
    margin: 30px auto;
}
.results-header {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: white;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.results-header h3 {
    margin: 0 0 10px 0;
    font-size: 1.6rem;
    font-weight: 600;
}
.general-conditions {
    padding: 20px;
    background: linear-gradient(135deg, #d5f4e6, #a8e6cf);
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.pressure-trend {
    margin-top: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border-left: 4px solid #27ae60;
    font-size: 0.95rem;
}
.pressure-main {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pressure-delta {
    margin-bottom: 8px;
    line-height: 1.6;
}
.pressure-trend strong {
    color: #2c3e50;
    font-weight: 600;
}
.pressure-trend em {
    font-style: italic;
    color: #34495e;
    font-weight: 500;
}
.impact-note {
    display: block;
    margin-top: 4px;
    font-size: 0.85rem;
    color: #555;
    font-style: italic;
}
.pressure-conclusion {
    margin-top: 12px;
    padding: 12px;
    border-radius: 6px;
    font-size: 0.9rem;
    line-height: 1.6;
}
.conclusion-explanation {
    margin-top: 4px;
    font-size: 0.85rem;
    opacity: 0.95;
    line-height: 1.5;
}
.conclusion-stable {
    background: #e8f5e9;
    color: #1b5e20;
    border-left: 3px solid #2e7d32;
}
.conclusion-unstable {
    background: #ffebee;
    color: #b71c1c;
    border-left: 3px solid #c62828;
}
.conclusion-medium {
    background: #fff3e0;
    color: #e65100;
    border-left: 3px solid #f57c00;
}
.pressure-conclusion strong {
    color: inherit;
}
.condition-card {
    background: white;
    border-radius: 12px;
    margin: 15px 0;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
}
.condition-card:hover {
    transform: translateY(-2px);
}
.condition-header {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 18px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.condition-time {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c3e50;
}
.fish-scores {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

/* COLOR CODED FISH SCORE CARDS */
.fish-score {
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* EXCELLENT CONDITIONS - Green */
.fish-score.excellent {
    background: linear-gradient(135deg, #d5f4e6, #a8e6cf);
    border-color: #27ae60;
}

/* GOOD CONDITIONS - Light Green */
.fish-score.good {
    background: linear-gradient(135deg, #e8f5e8, #d5f4e6);
    border-color: #2ecc71;
}

/* FAIR CONDITIONS - Yellow */
.fish-score.fair {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border-color: #f39c12;
}

/* POOR CONDITIONS - Orange */
.fish-score.poor {
    background: linear-gradient(135deg, #ffe5cc, #ffd7a8);
    border-color: #e67e22;
}

/* VERY POOR CONDITIONS - Light Red */
.fish-score.very-poor {
    background: linear-gradient(135deg, #fadbd8, #f5b7b1);
    border-color: #e74c3c;
}

.fish-score:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.fish-name {
    font-weight: 700;
    margin-bottom: 8px;
    color: #2c3e50;
    font-size: 1rem;
}

.fish-explanation {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: left;
    font-size: 0.8rem;
}

.fish-explanation strong {
    display: block;
    margin-bottom: 8px;
    color: #34495e;
    font-size: 0.85rem;
    font-weight: 600;
}

.explanation-bullets {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
    color: #555;
    font-size: 0.75rem;
}

.explanation-bullets li {
    margin-bottom: 5px;
    line-height: 1.5;
}

/* EXPANDABLE ANALYSIS SECTION STYLES */
.analysis-section {
    margin-top: 15px;
    background: linear-gradient(135deg, #d5f4e6, #a8e6cf);
    border-radius: 8px;
    border-left: 4px solid #27ae60;
    overflow: hidden;
}
.analysis-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: all 0.3s ease;
}
.analysis-header:hover {
    background: rgba(39, 174, 96, 0.1);
}
.analysis-title {
    font-weight: 600;
    color: #1e8449;
    margin: 0;
    font-size: 1rem;
    flex: 1;
}
.analysis-toggle {
    font-size: 1.2rem;
    color: #27ae60;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
    align-self: center;
}
.analysis-toggle.expanded {
    transform: rotate(180deg);
}
.analysis-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.analysis-content.expanded {
    max-height: 5000px;
}

/* EXPANDABLE BAIT SECTION STYLES (for backward compatibility) */
.bait-section {
    margin-top: 15px;
    background: linear-gradient(135deg, #d5f4e6, #a8e6cf);
    border-radius: 8px;
    border-left: 4px solid #27ae60;
    overflow: hidden;
}
.bait-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: all 0.3s ease;
}
.bait-header:hover {
    background: rgba(39, 174, 96, 0.1);
}
.bait-title {
    font-weight: 600;
    color: #1e8449;
    margin: 0;
    font-size: 1rem;
}
.bait-toggle {
    font-size: 1.2rem;
    color: #27ae60;
    transition: transform 0.3s ease;
}
.bait-toggle.expanded {
    transform: rotate(180deg);
}
.bait-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}
.bait-content.expanded {
    padding: 15px;
    max-height: 500px;
}
.bait-item {
    display: inline-block;
    background: white;
    padding: 6px 12px;
    margin: 3px;
    border-radius: 15px;
    font-size: 0.9rem;
    color: #1e8449;
    cursor: help;
    transition: all 0.3s ease;
    border: 1px solid #a8e6cf;
}
.bait-item:hover {
    background: #f8f9fa;
    transform: scale(1.05);
    border-color: #27ae60;
}
.fish-bait-item {
    margin-bottom: 8px;
}
.fish-bait-item em {
    font-style: normal;
    font-weight: 600;
    color: #1e8449;
    display: inline-block;
    min-width: 80px;
}

.weather-details {
    padding: 20px;
    background: linear-gradient(135deg, #f1f8f4, #e8f5e8);
    border-top: 1px solid #dee2e6;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    font-size: 0.95rem;
}
.changes-section {
    padding: 20px 24px;
    background: linear-gradient(135deg, #f1f8f4, #e8f5e8);
    border-top: 1px solid #dee2e6;
    font-size: 0.95rem;
}
.changes-header {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #2c3e50;
}
.changes-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.changes-note {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #2c3e50;
    opacity: 0.95;
}
.weather-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 16px;
    gap: 12px;
    line-height: 1.5;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.weather-item:hover {
    background: #f8f9fa;
    transform: translateX(3px);
}
.weather-label {
    font-weight: 600;
    color: #2c3e50;
}
.weather-value {
    color: #34495e;
    font-weight: 500;
}
.error-message {
    color: #e74c3c;
    background: #fadbd8;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #e74c3c;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .fish-scores {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .weather-details {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
