/**
 * ShyMind AI - Global Tool Styles
 * Version 1.0.6 - Comprehensive styling for all 51 tools
 */

:root {
    --shymind-gold: #EABE72;
    --shymind-gold-dark: #D4A85A;
    --shymind-teal-darker: #1A3A35;
    --shymind-teal-dark: #1E5756;
    --shymind-teal-medium: #2D5551;
    --shymind-teal-light: #6B8E8A;
    --shymind-white: #FFFFFF;
    --shymind-light-bg: #F5F7F6;
    --shymind-gray-light: #E5E7E6;
    --shymind-gray: #B0B8B6;
    --shymind-blue: #2B6CB0;
    --shymind-blue-dark: #1E5090;

    /* Duplicate variables without prefix for tool compatibility */
    --gold: #EABE72;
    --gold-dark: #D4A85A;
    --teal-darker: #1A3A35;
    --teal-dark: #1E5756;
    --teal-medium: #2D5551;
    --teal-light: #6B8E8A;
    --white: #FFFFFF;
    --light-bg: #F5F7F6;
    --gray-light: #E5E7E6;
    --gray: #B0B8B6;
    --blue: #2B6CB0;
    --blue-dark: #1E5090;
}

/* ==================== MAIN CONTAINER ==================== */
.shymind-tool {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 950px;
    margin: 30px auto;
    padding: 30px;
    background: linear-gradient(135deg, #1A3A35 0%, #1E5756 100%);
    border-radius: 24px;
    color: #FFFFFF;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 16px;
}

.shymind-tool *,
.shymind-tool *::before,
.shymind-tool *::after {
    box-sizing: border-box;
}

/* ==================== TYPOGRAPHY ==================== */
.shymind-tool h1, .shymind-tool h2, .shymind-tool h3, .shymind-tool h4 {
    margin: 0 0 16px 0;
    font-weight: 600;
    line-height: 1.3;
}

.shymind-tool h1 {
    color: #EABE72;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.shymind-tool h2 {
    color: #EABE72;
    font-size: clamp(1.4rem, 3.5vw, 1.9rem);
}

.shymind-tool h3 {
    color: #EABE72;
    font-size: 1.4rem;
}

.shymind-tool h4 {
    color: #EABE72;
    font-size: 1.2rem;
}

.shymind-tool p {
    margin: 0 0 16px 0;
    line-height: 1.6;
}

.shymind-tool .subtitle {
    color: #FFFFFF;
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0 0 20px 0;
}

/* ==================== HEADERS (ALL TOOLS) ==================== */
.shymind-tool [class*="-header"]:not([class*="card-header"]):not([class*="saved-header"]):not([class*="wins-header"]),
.shymind-tool [class$="-header"]:not([class*="card-header"]):not([class*="saved-header"]):not([class*="wins-header"]) {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    border: 1px solid rgba(234, 190, 114, 0.3);
}

.shymind-tool [class*="-header"] h1,
.shymind-tool [class$="-header"] h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.shymind-tool [class*="-header"] p,
.shymind-tool [class$="-header"] p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ==================== PROGRESS/STATS BANNERS ==================== */
.shymind-tool .progress-banner,
.shymind-tool .stats-grid,
.shymind-tool .streak-banner,
.shymind-tool .icebreaker-stats,
.shymind-tool [class*="-stats"] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin: 0 0 30px 0;
}

.shymind-tool .progress-item,
.shymind-tool .stat-item,
.shymind-tool .stat-card,
.shymind-tool .streak-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.shymind-tool .progress-value,
.shymind-tool .stat-value,
.shymind-tool .streak-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #EABE72;
    margin-bottom: 8px;
}

.shymind-tool .progress-label,
.shymind-tool .stat-label,
.shymind-tool .streak-label {
    font-size: 0.9rem;
    color: #FFFFFF;
    opacity: 0.8;
}

/* ==================== TABS ==================== */
.shymind-tool .exercises-tabs,
.shymind-tool .journal-tabs,
.shymind-tool .editor-tabs,
.shymind-tool [class*="-tabs"] {
    display: flex;
    gap: 10px;
    margin: 0 0 25px 0;
    flex-wrap: wrap;
}

.shymind-tool .ex-tab,
.shymind-tool .tab-btn,
.shymind-tool .editor-tab,
.shymind-tool [class*="-tab"]:not([class*="content"]):not([class*="pane"]) {
    flex: 1;
    min-width: 120px;
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
}

.shymind-tool .ex-tab:hover,
.shymind-tool .tab-btn:hover,
.shymind-tool .editor-tab:hover,
.shymind-tool [class*="-tab"]:not([class*="content"]):not([class*="pane"]):hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(234, 190, 114, 0.3);
}

.shymind-tool .ex-tab.active,
.shymind-tool .tab-btn.active,
.shymind-tool .editor-tab.active,
.shymind-tool [class*="-tab"].active:not([class*="content"]):not([class*="pane"]) {
    background: #EABE72;
    color: #1A3A35;
    border-color: #EABE72;
}

/* ==================== TAB CONTENT ==================== */
.shymind-tool .tab-content {
    display: none;
}

.shymind-tool .tab-content.visible,
.shymind-tool .tab-content.active {
    display: block;
}

/* ==================== BUTTONS (ALL VARIATIONS) ==================== */
.shymind-tool button,
.shymind-tool .add-btn,
.shymind-tool .save-btn,
.shymind-tool [class*="-btn"],
.shymind-tool [class$="-btn"] {
    padding: 12px 28px;
    background: #EABE72;
    color: #1A3A35;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
}

.shymind-tool button:hover,
.shymind-tool .add-btn:hover,
.shymind-tool .save-btn:hover,
.shymind-tool [class*="-btn"]:hover,
.shymind-tool [class$="-btn"]:hover {
    background: #D4A85A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(234, 190, 114, 0.4);
}

.shymind-tool button.secondary,
.shymind-tool [class*="-btn"].secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
}

.shymind-tool button.secondary:hover,
.shymind-tool [class*="-btn"].secondary:hover {
    background: rgba(255, 255, 255, 0.25);
}

.shymind-tool button.active,
.shymind-tool [class*="-btn"].active {
    background: #EABE72;
    color: #1A3A35;
}

/* ==================== GRIDS (CARDS, BUTTONS, ITEMS) ==================== */
.shymind-tool .dag-focus-grid,
.shymind-tool .csg-situation-grid,
.shymind-tool .tmrh-context-grid,
.shymind-tool .situation-pills,
.shymind-tool .tips-grid,
.shymind-tool .links-grid,
.shymind-tool .pq-cards,
.shymind-tool [class*="-grid"]:not([class*="template"]),
.shymind-tool [class*="-pills"] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin: 0 0 20px 0;
}

/* Specific grid overrides for wider items */
.shymind-tool .tips-grid,
.shymind-tool .links-grid,
.shymind-tool [class*="link"] + [class*="-grid"] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* ==================== CARDS (ALL VARIATIONS) ==================== */
.shymind-tool .pq-card,
.shymind-tool .tip-card,
.shymind-tool .situation-pill,
.shymind-tool .dag-link-card,
.shymind-tool .csg-link-card,
.shymind-tool [class*="-card"]:not([class*="template"]) {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.shymind-tool .pq-card:hover,
.shymind-tool .tip-card:hover,
.shymind-tool [class*="-card"]:hover:not([class*="template"]) {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(234, 190, 114, 0.4);
    transform: translateY(-2px);
}

.shymind-tool .pq-emoji,
.shymind-tool [class*="-icon"]:not(button) {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.shymind-tool .pq-text,
.shymind-tool [class*="-text"]:not([class*="input"]):not([class*="area"]) {
    font-size: 1rem;
    color: #FFFFFF;
}

/* ==================== INPUTS & TEXTAREAS ==================== */
.shymind-tool input[type="text"],
.shymind-tool input[type="email"],
.shymind-tool input[type="number"],
.shymind-tool textarea,
.shymind-tool .strength-input,
.shymind-tool .accomplishment-input,
.shymind-tool [class*="-input"]:not([class*="-group"]):not([class*="row"]),
.shymind-tool [class*="-textarea"] {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.95);
    color: #1A3A35;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

.shymind-tool input[type="text"]:focus,
.shymind-tool input[type="email"]:focus,
.shymind-tool input[type="number"]:focus,
.shymind-tool textarea:focus,
.shymind-tool [class*="-input"]:focus:not([class*="-group"]):not([class*="row"]),
.shymind-tool [class*="-textarea"]:focus {
    outline: none;
    border-color: #EABE72;
    box-shadow: 0 0 0 3px rgba(234, 190, 114, 0.2);
}

.shymind-tool textarea {
    min-height: 100px;
    resize: vertical;
}

/* ==================== INPUT ROWS ==================== */
.shymind-tool .input-row,
.shymind-tool .form-row,
.shymind-tool [class*="input-row"] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: stretch;
}

.shymind-tool .input-row input,
.shymind-tool .form-row input {
    flex: 1;
}

.shymind-tool .input-row button,
.shymind-tool .form-row button {
    flex-shrink: 0;
}

/* ==================== SUGGESTION CHIPS ==================== */
.shymind-tool .suggestion-chips,
.shymind-tool [class*="-chips"] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.shymind-tool .suggestion-chip,
.shymind-tool [class*="-chip"] {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.shymind-tool .suggestion-chip:hover,
.shymind-tool [class*="-chip"]:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

/* ==================== TAGS/BADGES ==================== */
.shymind-tool .strength-tag,
.shymind-tool .accomplishment-tag,
.shymind-tool [class*="-tag"]:not([class*="category"]) {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(234, 190, 114, 0.2);
    color: #EABE72;
    border-radius: 20px;
    margin: 5px;
    font-size: 0.95rem;
    border: 1px solid rgba(234, 190, 114, 0.3);
}

/* ==================== LISTS ==================== */
.shymind-tool .strengths-list,
.shymind-tool .accomplishments-list,
.shymind-tool [class*="-list"]:not(ul):not(ol) {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 15px 0;
}

/* ==================== SECTIONS ==================== */
.shymind-tool .exercise-section,
.shymind-tool .positive-qualities,
.shymind-tool [class*="-section"] {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 16px;
    margin: 0 0 25px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.shymind-tool [class*="-section"] h3,
.shymind-tool [class*="-section"] h4 {
    margin-top: 0;
}

/* ==================== SAVED/FAVORITES SECTIONS ==================== */
.shymind-tool .dag-saved-section,
.shymind-tool .csg-favorites-section,
.shymind-tool [class*="saved-section"],
.shymind-tool [class*="favorite"]:not([class*="btn"]) {
    background: rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 16px;
    margin: 25px 0;
}

.shymind-tool .dag-saved-list,
.shymind-tool .csg-favorites-list,
.shymind-tool [class*="saved-list"],
.shymind-tool [class*="favorite"][class*="list"] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.shymind-tool .dag-saved-item,
.shymind-tool .csg-favorite-item,
.shymind-tool [class*="saved-item"],
.shymind-tool [class*="favorite"][class*="item"] {
    background: rgba(255, 255, 255, 0.08);
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/* ==================== EMPTY STATES ==================== */
.shymind-tool .dag-empty-saved,
.shymind-tool .csg-empty-favorites,
.shymind-tool .empty-state {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

/* ==================== TOASTS/NOTIFICATIONS ==================== */
.shymind-tool .dag-toast,
.shymind-tool .toast,
.shymind-tool [class*="-toast"] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #1A3A35;
    color: #EABE72;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 9999;
}

.shymind-tool .dag-toast.show,
.shymind-tool .toast.show,
.shymind-tool [class*="-toast"].show {
    opacity: 1;
    transform: translateY(0);
}

/* ==================== LINKS SECTIONS ==================== */
.shymind-tool .dag-links-section,
.shymind-tool .csg-links-section,
.shymind-tool .internal-links,
.shymind-tool [class*="links-section"] {
    margin: 30px 0 0 0;
    padding: 25px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

.shymind-tool .dag-links-grid,
.shymind-tool .csg-links-grid,
.shymind-tool .links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.shymind-tool .dag-link-card,
.shymind-tool .csg-link-card,
.shymind-tool .internal-link,
.shymind-tool a[class*="link-card"] {
    display: block;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.shymind-tool .dag-link-card:hover,
.shymind-tool .csg-link-card:hover,
.shymind-tool .internal-link:hover,
.shymind-tool a[class*="link-card"]:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(234, 190, 114, 0.4);
    transform: translateY(-2px);
}

.shymind-tool .dag-link-card h4,
.shymind-tool .csg-link-card h4,
.shymind-tool a[class*="link-card"] h4 {
    color: #EABE72;
    margin: 0 0 8px 0;
    font-size: 1.1rem;
}

.shymind-tool .dag-link-card p,
.shymind-tool .csg-link-card p,
.shymind-tool a[class*="link-card"] p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* ==================== TOOL-SPECIFIC: Email Template Library ==================== */
.shymind-tool .email-library-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 20px;
    margin-top: 20px;
}

.shymind-tool .email-categories-panel,
.shymind-tool .email-content-panel {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
}

.shymind-tool .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shymind-tool .category-item {
    padding: 12px 16px;
    margin: 5px 0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.shymind-tool .category-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.shymind-tool .category-item.active {
    background: rgba(234, 190, 114, 0.2);
    color: #EABE72;
}

.shymind-tool .template-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.shymind-tool .template-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .template-item:hover,
.shymind-tool .template-item.selected {
    background: rgba(255, 255, 255, 0.15);
    border-left: 4px solid #EABE72;
}

.shymind-tool .tone-selector,
.shymind-tool .tone-option {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.shymind-tool .tone-option {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .tone-option.selected {
    background: #EABE72;
    color: #1A3A35;
}

.shymind-tool .email-preview-box,
.shymind-tool .preview-body {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    white-space: pre-wrap;
    font-family: monospace;
}

/* ==================== TOOL-SPECIFIC: Conversation Starter Generator ==================== */
.shymind-tool .csg-mood-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.shymind-tool .csg-mood-btn {
    padding: 10px 20px;
    min-width: 100px;
}

.shymind-tool .csg-results-panel {
    display: none;
    margin-top: 30px;
}

.shymind-tool .csg-results-panel.active {
    display: block;
}

.shymind-tool .csg-starter-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    margin: 15px 0;
}

.shymind-tool .csg-starter-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.shymind-tool .csg-starter-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.shymind-tool .csg-starter-type {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

.shymind-tool .csg-starter-actions {
    display: flex;
    gap: 8px;
}

/* ==================== TOOL-SPECIFIC: Topic Wheel ==================== */
.shymind-tool .sttw-wheel-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.shymind-tool .sttw-wheel-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.shymind-tool .sttw-pointer {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid #EABE72;
    z-index: 10;
}

.shymind-tool .sttw-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #1A3A35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 10;
    border: 4px solid #EABE72;
}

.shymind-tool .sttw-result-section {
    display: none;
    margin-top: 30px;
}

.shymind-tool .sttw-result-section.active {
    display: block;
}

.shymind-tool .sttw-result-category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.shymind-tool .sttw-result-icon {
    font-size: 3rem;
}

.shymind-tool .sttw-result-title {
    font-size: 1.8rem;
    color: #EABE72;
    font-weight: 600;
}

.shymind-tool .sttw-topics-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 20px 0;
}

.shymind-tool .sttw-topic-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
}

.shymind-tool .sttw-topic-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.shymind-tool .sttw-topic-type {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

/* ==================== TOOL-SPECIFIC: Icebreaker Question Bank ==================== */
.shymind-tool .category-filters,
.shymind-tool .difficulty-selector {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.shymind-tool .category-btn,
.shymind-tool .difficulty-btn {
    padding: 10px 20px;
    min-width: 80px;
}

.shymind-tool .search-box {
    margin: 20px 0;
}

.shymind-tool .search-input {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.shymind-tool .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    color: #EABE72;
    font-size: 1.3rem;
    font-weight: 600;
}

.shymind-tool .questions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.shymind-tool .question-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
}

.shymind-tool .question-text {
    font-size: 1.05rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.shymind-tool .question-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.shymind-tool .question-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.shymind-tool .difficulty-tag,
.shymind-tool .question-tag {
    padding: 4px 12px;
    background: rgba(234, 190, 114, 0.2);
    color: #EABE72;
    border-radius: 12px;
    font-size: 0.8rem;
}

.shymind-tool .question-actions {
    display: flex;
    gap: 8px;
}

.shymind-tool .action-btn {
    padding: 8px 16px;
    font-size: 0.9rem;
}

.shymind-tool .random-question-box {
    background: rgba(234, 190, 114, 0.15);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    margin: 30px 0;
    border: 2px solid rgba(234, 190, 114, 0.3);
}

.shymind-tool .random-question-display {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 12px;
    margin: 20px 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shymind-tool .random-question-text {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* ==================== TOOL-SPECIFIC: Compliment Generator ==================== */
.shymind-tool .recipient-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.shymind-tool .recipient-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.shymind-tool .recipient-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.shymind-tool .recipient-btn.selected {
    background: rgba(234, 190, 114, 0.2);
    border-color: #EABE72;
}

.shymind-tool .recipient-icon {
    font-size: 2.5rem;
}

.shymind-tool .recipient-label {
    font-weight: 600;
}

.shymind-tool .category-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.shymind-tool .category-pill {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .category-pill:hover {
    background: rgba(255, 255, 255, 0.15);
}

.shymind-tool .category-pill.selected {
    background: rgba(234, 190, 114, 0.2);
    border-color: #EABE72;
}

.shymind-tool .generator-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 16px;
    margin: 20px 0;
}

.shymind-tool .form-section {
    margin: 30px 0;
}

.shymind-tool .compliment-display {
    display: none;
    background: rgba(234, 190, 114, 0.15);
    padding: 30px;
    border-radius: 16px;
    margin: 30px 0;
    border: 2px solid rgba(234, 190, 114, 0.3);
}

.shymind-tool .compliment-display.active {
    display: block;
}

.shymind-tool .compliment-text {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 15px;
    font-style: italic;
}

.shymind-tool .compliment-context {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.shymind-tool .compliment-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.shymind-tool .practice-section {
    background: rgba(0, 0, 0, 0.15);
    padding: 25px;
    border-radius: 16px;
    margin: 25px 0;
}

.shymind-tool .practice-prompt {
    margin: 20px 0;
}

.shymind-tool .practice-scenario {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.shymind-tool .practice-input {
    width: 100%;
    min-height: 100px;
}

.shymind-tool .practice-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

/* ==================== TOOL-SPECIFIC: Grounding Technique Selector ==================== */
.shymind-tool .quick-access {
    background: rgba(234, 190, 114, 0.15);
    padding: 25px;
    border-radius: 16px;
    margin: 25px 0;
    border: 2px solid rgba(234, 190, 114, 0.3);
}

.shymind-tool .quick-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.shymind-tool .quick-btn {
    padding: 15px 20px;
}

.shymind-tool .selector-container {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 16px;
    margin: 25px 0;
}

.shymind-tool .intensity-selector,
.shymind-tool .situation-selector {
    margin: 25px 0;
}

.shymind-tool .intensity-buttons,
.shymind-tool .situation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.shymind-tool .intensity-btn,
.shymind-tool .situation-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .intensity-btn:hover,
.shymind-tool .situation-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.shymind-tool .intensity-btn.selected,
.shymind-tool .situation-btn.selected {
    background: rgba(234, 190, 114, 0.2);
    border-color: #EABE72;
}

.shymind-tool .intensity-icon,
.shymind-tool .situation-icon {
    font-size: 2rem;
}

.shymind-tool .intensity-label,
.shymind-tool .situation-label {
    font-weight: 600;
}

.shymind-tool .technique-result {
    display: none;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 16px;
    margin: 25px 0;
}

.shymind-tool .technique-result.active {
    display: block;
}

.shymind-tool .technique-header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.shymind-tool .technique-icon {
    font-size: 3.5rem;
    flex-shrink: 0;
}

.shymind-tool .technique-title h3 {
    margin: 0 0 8px 0;
}

.shymind-tool .technique-title p {
    margin: 0;
    opacity: 0.9;
}

.shymind-tool .technique-steps,
.shymind-tool .technique-tips {
    margin: 25px 0;
}

.shymind-tool .step-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin: 15px 0;
}

.shymind-tool .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #EABE72;
    color: #1A3A35;
    border-radius: 50%;
    font-weight: 700;
    flex-shrink: 0;
}

.shymind-tool .step-text {
    flex: 1;
    line-height: 1.6;
}

.shymind-tool .technique-timer {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin: 25px 0;
}

.shymind-tool .timer-display {
    font-size: 3rem;
    font-weight: 700;
    color: #EABE72;
    margin-bottom: 15px;
}

.shymind-tool .timer-controls {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.shymind-tool .timer-btn {
    min-width: 120px;
}

.shymind-tool .all-techniques {
    margin: 30px 0;
}

.shymind-tool .technique-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.shymind-tool .technique-preview {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .technique-preview:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(5px);
}

.shymind-tool .preview-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.shymind-tool .preview-info {
    flex: 1;
}

.shymind-tool .preview-info h4 {
    margin: 0 0 5px 0;
}

.shymind-tool .preview-info p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

.shymind-tool .preview-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.shymind-tool .preview-tag {
    padding: 4px 10px;
    background: rgba(234, 190, 114, 0.2);
    color: #EABE72;
    border-radius: 10px;
    font-size: 0.75rem;
}

/* ==================== TOOL-SPECIFIC: Breathing Exercise Guide ==================== */
.shymind-tool .beg-exercise-selector {
    margin: 25px 0;
}

.shymind-tool .beg-exercise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.shymind-tool .beg-exercise-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .beg-exercise-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.shymind-tool .beg-exercise-btn.active {
    background: rgba(234, 190, 114, 0.2);
    border-color: #EABE72;
}

.shymind-tool .beg-exercise-icon {
    font-size: 2rem;
}

.shymind-tool .beg-exercise-name {
    font-weight: 600;
}

.shymind-tool .beg-exercise-time {
    font-size: 0.85rem;
    opacity: 0.7;
}

.shymind-tool .beg-main-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 16px;
    margin: 25px 0;
    text-align: center;
}

.shymind-tool .beg-breathing-circle {
    width: 300px;
    height: 300px;
    margin: 30px auto;
    position: relative;
}

.shymind-tool .beg-circle-inner {
    width: 100%;
    height: 100%;
    background: rgba(234, 190, 114, 0.2);
    border: 4px solid #EABE72;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.shymind-tool .beg-breathing-circle.animating .beg-circle-inner {
    animation: breathePulse 4s ease-in-out infinite;
}

@keyframes breathePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.shymind-tool .beg-instruction {
    font-size: 1.5rem;
    font-weight: 600;
    color: #EABE72;
    margin-bottom: 10px;
}

.shymind-tool .beg-timer {
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
}

.shymind-tool .beg-cycle-count {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
}

.shymind-tool .beg-controls {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 25px 0;
}

.shymind-tool .beg-control-btn {
    min-width: 120px;
}

.shymind-tool .beg-settings {
    background: rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 12px;
    margin: 25px 0;
}

.shymind-tool .beg-settings-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.shymind-tool .beg-cycle-input {
    width: 80px;
    text-align: center;
}

.shymind-tool .beg-sound-toggle {
    width: 50px;
    height: 26px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
}

.shymind-tool .beg-sound-toggle.active {
    background: #EABE72;
}

.shymind-tool .beg-sound-toggle::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.shymind-tool .beg-sound-toggle.active::after {
    transform: translateX(24px);
}

.shymind-tool .beg-benefits {
    margin: 30px 0;
}

.shymind-tool .beg-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.shymind-tool .beg-benefit-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.shymind-tool .beg-benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.shymind-tool .beg-benefit-text {
    font-size: 0.95rem;
}

/* ==================== TOOL-SPECIFIC: CBT Thought Challenger ==================== */
.shymind-tool .cbt-info-box,
.shymind-tool .tip-banner {
    background: rgba(234, 190, 114, 0.15);
    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
    border: 2px solid rgba(234, 190, 114, 0.3);
}

.shymind-tool .cbt-steps-indicator {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.shymind-tool .step-indicator {
    flex: 1;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.shymind-tool .step-indicator.active {
    opacity: 1;
    background: rgba(234, 190, 114, 0.2);
    border: 2px solid #EABE72;
}

.shymind-tool .step-indicator.completed {
    opacity: 1;
    background: rgba(234, 190, 114, 0.1);
}

.shymind-tool .step-number {
    width: 32px;
    height: 32px;
    background: #EABE72;
    color: #1A3A35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.shymind-tool .cbt-main-container {
    margin: 30px 0;
}

.shymind-tool .cbt-step {
    display: none;
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 16px;
}

.shymind-tool .cbt-step.active {
    display: block;
}

.shymind-tool .step-header {
    text-align: center;
    margin-bottom: 30px;
}

.shymind-tool .thought-input-area {
    margin: 20px 0;
}

.shymind-tool label {
    display: block;
    color: #EABE72;
    font-weight: 600;
    margin-bottom: 8px;
}

.shymind-tool .emotion-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.shymind-tool .emotion-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .emotion-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.shymind-tool .emotion-btn.selected {
    background: rgba(234, 190, 114, 0.2);
    border-color: #EABE72;
}

.shymind-tool .emotion-icon {
    font-size: 2rem;
}

.shymind-tool .emotion-name {
    font-weight: 600;
}

.shymind-tool .intensity-slider-container {
    margin: 25px 0;
}

.shymind-tool .intensity-slider {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    outline: none;
    appearance: none;
}

.shymind-tool .intensity-slider::-webkit-slider-thumb {
    appearance: none;
    width: 24px;
    height: 24px;
    background: #EABE72;
    border-radius: 50%;
    cursor: pointer;
}

.shymind-tool .intensity-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #EABE72;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.shymind-tool .intensity-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 0.85rem;
    opacity: 0.7;
}

.shymind-tool .intensity-value {
    text-align: center;
    font-size: 1.3rem;
    color: #EABE72;
    font-weight: 700;
    margin-top: 10px;
}

.shymind-tool .distortion-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.shymind-tool .distortion-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .distortion-card:hover {
    background: rgba(255, 255, 255, 0.12);
}

.shymind-tool .distortion-card.selected {
    background: rgba(234, 190, 114, 0.2);
    border-color: #EABE72;
}

.shymind-tool .challenge-questions {
    margin: 25px 0;
}

.shymind-tool .question-item {
    margin: 25px 0;
}

.shymind-tool .reframe-section {
    margin: 25px 0;
}

.shymind-tool .reframe-suggestions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 20px 0;
}

.shymind-tool .reframe-suggestion {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.6;
}

.shymind-tool .reframe-suggestion:hover {
    background: rgba(255, 255, 255, 0.12);
}

.shymind-tool .reframe-suggestion.selected {
    background: rgba(234, 190, 114, 0.2);
    border-color: #EABE72;
}

.shymind-tool .custom-reframe {
    margin: 25px 0;
}

.shymind-tool .results-comparison {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.shymind-tool .comparison-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 16px;
}

.shymind-tool .comparison-card.before {
    border-left: 4px solid rgba(255, 100, 100, 0.5);
}

.shymind-tool .comparison-card.after {
    border-left: 4px solid rgba(100, 255, 100, 0.5);
}

.shymind-tool .thought-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 15px 0;
    font-style: italic;
}

.shymind-tool .emotion-display {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.shymind-tool .emotion-badge {
    padding: 6px 14px;
    background: rgba(234, 190, 114, 0.2);
    color: #EABE72;
    border-radius: 12px;
    font-size: 0.9rem;
}

.shymind-tool .intensity-bar {
    flex: 1;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.shymind-tool .intensity-fill {
    height: 100%;
    background: #EABE72;
    transition: width 0.5s ease;
}

.shymind-tool .insights-section {
    background: rgba(234, 190, 114, 0.1);
    padding: 25px;
    border-radius: 16px;
    margin: 25px 0;
}

.shymind-tool .insight-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin: 15px 0;
    line-height: 1.6;
}

.shymind-tool .insight-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
}

.shymind-tool .insight-text {
    flex: 1;
}

.shymind-tool .nav-buttons,
.shymind-tool .action-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}

.shymind-tool .nav-btn,
.shymind-tool .action-btn {
    min-width: 140px;
}

.shymind-tool .nav-btn.back {
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
}

.shymind-tool .saved-entries-section {
    margin: 30px 0;
}

.shymind-tool .entries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.shymind-tool .entry-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
}

.shymind-tool .entry-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.shymind-tool .entry-card-date {
    color: #EABE72;
    font-weight: 600;
}

.shymind-tool .entry-card-mood {
    font-size: 0.9rem;
}

/* ==================== TOOL-SPECIFIC: Mindful Breathing Tool ==================== */
.shymind-tool .breathing-container .technique-selector {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 25px 0;
}

.shymind-tool .breathing-container .technique-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 20px;
    min-width: 120px;
}

.shymind-tool .breathing-zone {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 16px;
    margin: 25px 0;
    text-align: center;
}

.shymind-tool .exercise-title {
    color: #EABE72;
    margin-bottom: 10px;
}

.shymind-tool .exercise-desc {
    opacity: 0.9;
    margin-bottom: 30px;
}

.shymind-tool .breath-circle-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 30px auto;
}

.shymind-tool .progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.shymind-tool .progress-ring circle {
    fill: none;
    stroke-width: 8;
}

.shymind-tool .progress-ring .bg {
    stroke: rgba(255, 255, 255, 0.1);
}

.shymind-tool .progress-ring .progress {
    stroke: #EABE72;
    transition: stroke-dashoffset 1s linear;
}

.shymind-tool .breath-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: rgba(234, 190, 114, 0.2);
    border: 4px solid #EABE72;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease;
}

.shymind-tool .breath-circle.active {
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.15); }
}

.shymind-tool .breath-instruction {
    font-size: 1.5rem;
    font-weight: 600;
    color: #EABE72;
    margin-bottom: 10px;
}

.shymind-tool .breath-count {
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFFFFF;
}

.shymind-tool .controls {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 30px 0;
}

.shymind-tool .control-btn {
    min-width: 120px;
}

.shymind-tool .duration-selector {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.shymind-tool .duration-btn {
    padding: 10px 20px;
    min-width: 80px;
}

.shymind-tool .quick-calm {
    background: rgba(234, 190, 114, 0.15);
    padding: 25px;
    border-radius: 16px;
    margin: 25px 0;
    text-align: center;
    border: 2px solid rgba(234, 190, 114, 0.3);
}

.shymind-tool .quick-calm-title {
    font-size: 1.3rem;
    color: #EABE72;
    font-weight: 600;
    margin-bottom: 10px;
}

.shymind-tool .quick-calm-desc {
    margin-bottom: 15px;
    opacity: 0.9;
}

.shymind-tool .quick-calm-btn {
    min-width: 180px;
}

.shymind-tool .situations-section {
    margin: 30px 0;
}

.shymind-tool .situations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.shymind-tool .situation-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .situation-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(5px);
}

.shymind-tool .situation-icon {
    font-size: 1.8rem;
}

.shymind-tool .situation-text {
    flex: 1;
    font-size: 0.95rem;
}

.shymind-tool .completion-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 58, 53, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.shymind-tool .completion-overlay.show {
    display: flex;
}

.shymind-tool .completion-content {
    background: linear-gradient(135deg, #1A3A35 0%, #1E5756 100%);
    padding: 50px;
    border-radius: 24px;
    text-align: center;
    max-width: 500px;
    border: 2px solid #EABE72;
}

.shymind-tool .completion-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.shymind-tool .completion-title {
    font-size: 2rem;
    color: #EABE72;
    font-weight: 700;
    margin-bottom: 15px;
}

.shymind-tool .completion-message {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.shymind-tool .completion-btn {
    min-width: 150px;
}

/* ==================== TOOL-SPECIFIC: Social Gratitude Journal ==================== */
.shymind-tool .gratitude-journal-container .journal-header {
    text-align: center;
    margin-bottom: 30px;
}

.shymind-tool .entry-date {
    text-align: center;
    color: #EABE72;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.shymind-tool .prompt-card {
    background: rgba(234, 190, 114, 0.15);
    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
    border: 2px solid rgba(234, 190, 114, 0.3);
}

.shymind-tool .prompt-label {
    font-weight: 600;
    color: #EABE72;
    margin-bottom: 10px;
}

.shymind-tool .prompt-text {
    font-size: 1.1rem;
    line-height: 1.6;
}

.shymind-tool .gratitude-prompts {
    margin: 25px 0;
}

.shymind-tool .gratitude-input-group {
    margin: 20px 0;
}

.shymind-tool .gratitude-input-group label {
    display: block;
    margin-bottom: 8px;
}

.shymind-tool .mood-selector {
    margin: 25px 0;
}

.shymind-tool .mood-label {
    color: #EABE72;
    font-weight: 600;
    margin-bottom: 15px;
}

.shymind-tool .mood-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.shymind-tool .mood-option {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 1.1rem;
}

.shymind-tool .mood-option:hover {
    background: rgba(255, 255, 255, 0.15);
}

.shymind-tool .mood-option.selected {
    background: rgba(234, 190, 114, 0.2);
    border-color: #EABE72;
}

.shymind-tool .entry-textarea {
    width: 100%;
    min-height: 120px;
    margin: 15px 0;
}

.shymind-tool .save-entry-btn {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    display: block;
}

.shymind-tool .entries-section,
.shymind-tool .insights-section,
.shymind-tool .prompts-section {
    margin: 25px 0;
}

.shymind-tool .entries-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.shymind-tool .entries-filter,
.shymind-tool .prompt-categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.shymind-tool .filter-btn,
.shymind-tool .prompt-category-btn {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shymind-tool .filter-btn:hover,
.shymind-tool .prompt-category-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.shymind-tool .filter-btn.active,
.shymind-tool .prompt-category-btn.active {
    background: #EABE72;
    color: #1A3A35;
}

.shymind-tool .entries-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shymind-tool .entry-gratitudes {
    margin: 15px 0;
}

.shymind-tool .gratitude-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0;
}

.shymind-tool .gratitude-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.shymind-tool .gratitude-text {
    flex: 1;
    line-height: 1.5;
}

.shymind-tool .entry-reflection {
    background: rgba(0, 0, 0, 0.15);
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0;
    font-style: italic;
    line-height: 1.6;
}

.shymind-tool .entry-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 15px;
}

.shymind-tool .entry-action-btn {
    padding: 6px 14px;
    font-size: 0.9rem;
}

.shymind-tool .delete-btn {
    background: rgba(255, 100, 100, 0.3);
    color: #FFFFFF;
}

.shymind-tool .delete-btn:hover {
    background: rgba(255, 100, 100, 0.5);
}

.shymind-tool .insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.shymind-tool .insight-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
}

.shymind-tool .insight-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.shymind-tool .insight-value {
    font-size: 2rem;
    font-weight: 700;
    color: #EABE72;
    margin: 10px 0;
}

.shymind-tool .insight-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.shymind-tool .mood-chart {
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 12px;
    margin-top: 15px;
}

.shymind-tool .mood-bars {
    display: flex;
    gap: 15px;
    justify-content: space-around;
    align-items: flex-end;
    height: 200px;
    margin-top: 20px;
}

.shymind-tool .mood-bar-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.shymind-tool .mood-bar {
    width: 100%;
    background: rgba(234, 190, 114, 0.6);
    border-radius: 8px 8px 0 0;
    transition: height 0.5s ease;
}

.shymind-tool .mood-bar-label {
    font-size: 0.8rem;
    text-align: center;
}

.shymind-tool .prompts-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
}

.shymind-tool .prompt-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.08);
    padding: 15px 20px;
    border-radius: 10px;
}

.shymind-tool .use-prompt-btn {
    padding: 8px 16px;
    min-width: 80px;
    flex-shrink: 0;
}

/* ==================== RESPONSIVE DESIGN ==================== */
@media (max-width: 768px) {
    .shymind-tool {
        padding: 20px;
        margin: 20px 10px;
        border-radius: 16px;
    }

    .shymind-tool .email-library-container {
        grid-template-columns: 1fr;
    }

    .shymind-tool .results-comparison {
        grid-template-columns: 1fr;
    }

    .shymind-tool .beg-breathing-circle,
    .shymind-tool .breath-circle-container {
        width: 250px;
        height: 250px;
    }

    .shymind-tool .breath-circle {
        width: 200px;
        height: 200px;
    }
}
