﻿
    /* ═══════════════════════════════════════════════════════
       AI ARTICLE REWRITER — ULTRA PREMIUM DESIGN
       ═══════════════════════════════════════════════════════ */

    .et-wrapper { max-width: 1300px; margin: 0 auto; position: relative; font-family: 'Inter', sans-serif; padding-top: 40px; }
    .et-bg-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 500px; z-index: 0; pointer-events: none; opacity: 0.4; }

    /* ── Hero ── */
    .et-hero { text-align: center; position: relative; z-index: 1; margin-bottom: 40px; }
    .et-hero-badge {
        display: inline-flex; align-items: center; gap: 7px;
        font-size: 12.5px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase;
        color: var(--primary-color); background: var(--primary-light);
        padding: 7px 18px; border-radius: 100px; margin-bottom: 20px; border: 1px solid rgba(99,102,241,0.2);
    }
    .et-hero-title { font-size: clamp(34px, 5vw, 56px); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; color: var(--text-main); margin-bottom: 16px; }
    .et-hero-title em { font-style: normal; background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end)); -webkit-background-clip: text; background-clip: text; color: transparent; }
    .et-hero-desc { font-size: 16px; color: var(--text-muted); font-weight: 500; max-width: 500px; margin: 0 auto; }

    /* ── Main Panel ── */
    .et-panel {
        background: var(--card-bg); border: 1px solid var(--border-color); border-radius: 32px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.03); position: relative; z-index: 2; padding: clamp(24px, 4vw, 40px); margin-bottom: 60px;
    }

    /* ── Toolbar ── */
    .et-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 16px; }
    .et-left { display: flex; align-items: center; gap: 12px; background: var(--bg-body); padding: 8px 12px; border-radius: 16px; border: 1px solid var(--border-color); }
    .et-sep { width: 1px; height: 24px; background: var(--border-color); }

    /* Select Wrapper */
    .tone-select-wrapper { position: relative; }
    .tone-select {
        appearance: none; background: transparent; border: 1px solid transparent; border-radius: 10px;
        padding: 6px 12px 6px 30px; font-size: 13.5px; font-weight: 600; color: var(--text-main);
        cursor: pointer; outline: none; transition: all 0.2s;
    }
    .tone-select:hover { background: rgba(0,0,0,0.03); }
    .tone-select:focus { border-color: var(--primary-color); background: var(--card-bg); box-shadow: 0 0 0 3px rgba(99,102,241,0.1); }

    /* Custom Dropdowns */
    .custom-dropdown-wrapper { position: relative; }
    .cd-trigger {
        display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 10px; border: 1px solid transparent; background: transparent;
        color: var(--text-main); font-size: 14px; font-weight: 700; cursor: pointer; transition: all 0.2s;
    }
    .cd-trigger:hover { background: var(--border-color); }
    .cd-trigger.open { background: var(--card-bg); border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(99,102,241,0.1); }
    .cd-icon { font-size: 16px; line-height: 1; }
    .cd-label { white-space: nowrap; }
    .cd-chevron { width: 14px; height: 14px; color: var(--text-muted); transition: transform 0.2s; }
    .cd-trigger.open .cd-chevron { transform: rotate(180deg); }

    .cd-menu {
        position: absolute; top: calc(100% + 8px); left: 0; width: 260px; background: var(--card-bg); border: 1px solid var(--border-color);
        border-radius: 16px; box-shadow: 0 16px 40px rgba(0,0,0,0.1); z-index: 200; overflow: hidden;
    }
    .cd-search-box { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-bottom: 1px solid var(--border-color); }
    .cd-search-box input { flex: 1; border: none; background: transparent; color: var(--text-main); font-size: 13.5px; font-weight: 600; outline: none; }
    .cd-list { max-height: 260px; overflow-y: auto; padding: 8px; }
    .cd-list::-webkit-scrollbar { width: 4px; }
    .cd-list::-webkit-scrollbar-thumb { background: var(--border-color); border-radius: 4px; }
    .cd-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; cursor: pointer; transition: background 0.15s; }
    .cd-item:hover { background: var(--bg-body); }
    .cd-item.selected { background: var(--primary-light); }
    .cd-check { width: 14px; height: 14px; color: var(--primary-color); margin-left: auto; opacity: 0; }
    .cd-item.selected .cd-check { opacity: 1; }
    .cd-no-results { padding: 14px; text-align: center; font-size: 13px; color: var(--text-muted); font-style: italic; }

    .dir-btn {
        display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px;
        border: 1px solid transparent; background: transparent; color: var(--text-muted); cursor: pointer; transition: all 0.2s;
    }
    .dir-btn:hover { background: var(--border-color); color: var(--text-main); }
    .dir-btn.rtl { color: var(--primary-color); background: var(--primary-light); }

    /* Usage Pill */
    .et-usage-pill { display: flex; align-items: center; gap: 10px; background: var(--bg-body); padding: 8px 16px; border-radius: 100px; border: 1px solid var(--border-color); font-size: 13px; font-weight: 700; color: var(--text-main); }
    .rup-dots { display: flex; gap: 4px; }
    .rup-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--success); opacity: 0.2; }
    .rup-dot.used { opacity: 1; }
    .rup-warn { color: var(--danger); }

    /* ── Form Inputs & Segmented Controls ── */
    .segmented-control { display: flex; align-items: center; background: var(--bg-body); border-radius: 12px; padding: 4px; gap: 4px; border: 1px solid var(--border-color); }
    .sc-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 6px 14px; border-radius: 8px; border: none; background: transparent; font-size: 13px; font-weight: 700; color: var(--text-muted); cursor: pointer; transition: all 0.2s; white-space: nowrap; }
    .sc-btn:hover { color: var(--text-main); }
    .sc-btn.active { background: var(--card-bg); color: var(--text-main); box-shadow: 0 2px 8px rgba(0,0,0,0.05); }

    .form-inputs { display: flex; flex-direction: column; gap: 20px; padding: 24px; padding-top: 0; flex: 1; }
    .input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .input-group { display: flex; flex-direction: column; gap: 8px; }
    .ig-label { font-size: 12.5px; font-weight: 800; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }
    
    .input-lg { width: 100%; padding: 12px 16px; background: var(--bg-body); border: 1px solid var(--border-color); border-radius: 12px; font-size: 14.5px; font-weight: 600; color: var(--text-main); transition: all 0.2s; outline: none; }
    .input-lg:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px var(--primary-light); background: var(--card-bg); }
    
    .color-picker-wrapper { position: relative; display: flex; align-items: center; }
    .color-picker-btn { position: absolute; left: 10px; width: 26px; height: 26px; padding: 0; border: none; border-radius: 6px; cursor: pointer; background: transparent; overflow: hidden; }
    .color-picker-btn::-webkit-color-swatch-wrapper { padding: 0; }
    .color-picker-btn::-webkit-color-swatch { border: 1px solid rgba(0,0,0,0.1); border-radius: 6px; }

    /* ── Unified Editor ── */
    .unified-editor { display: flex; background: var(--bg-body); border: 1px solid var(--border-color); border-radius: 24px; height: 520px; position: relative; box-shadow: inset 0 2px 10px rgba(0,0,0,0.01); overflow: hidden; }
    .ue-pane { flex: 1; display: flex; flex-direction: column; width: 50%; }
    .ue-input { background: var(--card-bg); }
    .ue-output { background: rgba(99,102,241,0.02); }

    .ue-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; }
    .ue-title { font-size: 13px; font-weight: 800; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }
    .title-gradient { background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));-webkit-background-clip: text; background-clip: text; color: transparent; }
    .ue-actions { display: flex; gap: 8px; }
    .ue-btn { display: flex; align-items: center; gap: 6px; background: transparent; border: none; font-size: 12.5px; font-weight: 700; color: var(--text-muted); cursor: pointer; padding: 4px 8px; border-radius: 6px; transition: all 0.2s; }
    .ue-btn:hover { background: var(--border-color); color: var(--text-main); }
    .ue-btn i, .ue-btn svg { width: 12px; height: 12px; }

    .ue-textarea, .ue-content { flex: 1; width: 100%; padding: 0 24px 20px 24px; border: none; background: transparent; color: var(--text-main); font-size: 15px; line-height: 1.7; resize: none; outline: none; overflow-y: auto; font-family: 'Inter', sans-serif; }
    .ue-textarea::placeholder { color: var(--text-muted); opacity: 0.5; font-weight: 400; }
    .ue-content { white-space: pre-wrap; word-wrap: break-word; }
    
    .ue-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; opacity: 0.6; text-align: center; }
    .uee-icon { width: 64px; height: 64px; border-radius: 20px; background: var(--border-color); display: flex; align-items: center; justify-content: center; color: var(--text-muted); margin-bottom: 16px; }
    .uee-icon svg { width: 28px; height: 28px; }
    .uee-title { font-size: 16px; font-weight: 800; color: var(--text-main); margin-bottom: 6px; }
    .uee-desc { font-size: 14px; color: var(--text-muted); max-width: 250px; line-height: 1.5; }

    .ue-footer { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; border-top: 1px solid rgba(0,0,0,0.03); }
    .ue-stat { font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; color: var(--text-muted); }
    .ue-stat.over { color: var(--danger); }
    .status-text { color: var(--primary-color); }

    /* Divider & Magic Button */
    .ue-divider { width: 1px; background: var(--border-color); position: relative; z-index: 10; display: flex; align-items: center; justify-content: center; }
    .magic-btn { position: absolute; width: 120px; height: 48px; background:  linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end)); border: none; border-radius: 100px; display: flex; align-items: center; justify-content: center; gap: 8px; color: white; font-size: 14px; font-weight: 800; cursor: pointer; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); box-shadow: 0 8px 24px rgba(99,102,241,0.3), 0 0 0 6px var(--card-bg); }
    .magic-btn:hover:not(:disabled) { transform: scale(1.05); box-shadow: 0 12px 32px rgba(99,102,241,0.4), 0 0 0 6px var(--card-bg); }
    .magic-btn:active:not(:disabled) { transform: scale(0.95); }
    .magic-btn:disabled { background: var(--border-color); color: var(--text-muted); box-shadow: 0 0 0 6px var(--card-bg); cursor: not-allowed; }
    
    .magic-glow { position: absolute; inset: -2px; border-radius: 100px; background: linear-gradient(135deg, var(--primary-color), var(--primary-gradient-end));background-size: 200% auto; filter: blur(10px); opacity: 0; transition: opacity 0.3s; z-index: -1; }
    .magic-btn:hover:not(:disabled) .magic-glow { opacity: 0.7; animation: shine 2s linear infinite; }
    @keyframes shine { to { background-position: 200% center; } }
    
    .mb-icon { width: 18px; height: 18px; }
    .shortcut-hint kbd { background: var(--bg-body); border: 1px solid var(--border-color); padding: 2px 6px; border-radius: 6px; font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; }
    .streaming-cursor { display: inline-block; width: 2px; height: 16px; background-color: var(--primary-color); vertical-align: text-bottom; margin-left: 2px; animation: blink 1s step-end infinite; }
    @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

    /* ── History Section ── */
    .et-history-section { animation: fadeIn 0.4s ease; }
    .dh-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
    .dh-title { font-size: 14px; font-weight: 800; color: var(--text-main); display: flex; align-items: center; gap: 8px; margin: 0; }
    .dh-clear-btn { background: transparent; border: none; font-size: 12.5px; font-weight: 700; color: #ef4444; cursor: pointer; padding: 4px 10px; border-radius: 6px; transition: background 0.2s; }
    .dh-clear-btn:hover { background: rgba(239,68,68,0.1); }
    .dh-list { display: flex; flex-direction: column; gap: 8px; max-height: 250px; overflow-y: auto; padding-right: 4px; }
    .dh-list::-webkit-scrollbar { width: 4px; }
    .dh-list::-webkit-scrollbar-thumb { background: var(--border-color); border-radius: 4px; }
    .dh-item { display: flex; align-items: center; justify-content: space-between; background: var(--bg-body); border: 1px solid var(--border-color); border-radius: 12px; padding: 12px 16px; transition: all 0.2s; }
    .dh-item:hover { border-color: var(--primary-color); transform: translateX(4px); box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
    .dh-info { flex: 1; min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; }
    .dh-domain { font-size: 14px; font-weight: 700; color: var(--text-main); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .dh-meta { display: flex; align-items: center; gap: 12px; }
    .dh-badge { background: var(--primary-light); color: var(--primary-color); padding: 4px 8px; border-radius: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
    .dh-date { font-size: 12px; font-weight: 600; color: var(--text-muted); white-space: nowrap; }
    .dh-delete-btn { background: transparent; border: none; color: var(--text-muted); cursor: pointer; padding: 6px; border-radius: 8px; transition: all 0.2s; display: flex; align-items: center; }
    .dh-delete-btn:hover { background: rgba(239,68,68,0.1); color: #ef4444; }

    /* Limit Warning */
    .limit-warning { display: none; margin: 24px 0; padding: 16px 20px; background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); border-radius: 16px; align-items: flex-start; gap: 12px; }
    .limit-warning.show { display: flex; }
    .lw-ico { color: var(--danger); flex-shrink: 0; }
    .lw-text { font-size: 14px; color: var(--danger); line-height: 1.5; font-weight: 500; }
    .lw-link { display: inline-flex; align-items: center; gap: 4px; color: var(--danger); text-decoration: underline; font-weight: 700; margin-top: 4px; }

    @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

    /* ── Responsive ── */
    @media (max-width: 900px) {
        .unified-editor { flex-direction: column; height: auto; min-height: 600px; }
        .ue-pane { width: 100%; height: 300px; }
        .ue-divider { width: 100%; height: 1px; }
        .magic-btn { box-shadow: 0 4px 16px rgba(99,102,241,0.3), 0 0 0 6px var(--card-bg); }
        .magic-btn:hover:not(:disabled) { transform: scale(1.05); box-shadow: 0 6px 24px rgba(99,102,241,0.4), 0 0 0 6px var(--card-bg); }
    }
    @media (max-width: 600px) {
        .et-toolbar { flex-direction: column; align-items: stretch; }
        .et-left { flex-wrap: wrap; justify-content: space-between; }
        .shortcut-hint { display: none; }
        .cd-menu { width: 100%; left: 0; right: 0; }
        .ue-pane { height: 250px; }
    }

    /* ═══════════════════════════════════════════════════════
       BENTO BOX FEATURES (.console-features)
       ═══════════════════════════════════════════════════════ */
    .console-features { margin-top: 50px; width: 100%; }
    .bento-features-cluster { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; grid-auto-rows: minmax(130px, auto); gap: 20px; width: 100%; position: relative; z-index: 2; }
    .bento-card { background: rgba(255, 255, 255, 0.015); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid var(--border-color); border-radius: 24px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; position: relative; overflow: hidden; transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 4px 20px rgba(0,0,0,0.02); }
    .bento-card::after { content: ''; position: absolute; inset: 0; border-radius: 24px; background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 100%); pointer-events: none; }
    .bento-card:hover { transform: translateY(-4px) scale(1.01); border-color: var(--primary-color); box-shadow: 0 12px 30px rgba(0,0,0,0.06); }
    .bento-card-content { position: relative; z-index: 1; display: flex; flex-direction: column; height: 100%; gap: 12px; }
    
    .dashed-ring-wrapper { position: relative; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 8px; width: 44px; height: 44px; }
    .dashed-ring-wrapper::before { content: ''; position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px; border: 1px dashed var(--border-color); border-radius: 16px; opacity: 0.5; transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); z-index: 0; transform-origin: center center; }
    .bento-card:hover .dashed-ring-wrapper::before { opacity: 1; transform: scale(1.1) rotate(180deg); border-color: var(--primary-color); }
    
    .bc-icon-wrapper { width: 44px; height: 44px; border-radius: 12px; background: var(--bg-body); border: 1px solid var(--border-color); display: flex; align-items: center; justify-content: center; color: var(--text-muted); transition: all 0.4s ease; margin-bottom: 0; position: relative; z-index: 1; }
    .bento-card:hover .bc-icon-wrapper { background: linear-gradient(135deg, var(--primary-color), var(--border-color)); color: white; border-color: transparent; transform: scale(1.1) rotate(4deg); }
    .bc-icon-wrapper i, .bc-icon-wrapper svg { width: 18px; height: 18px; }

    .bc-title { font-size: 16px; font-weight: 800; color: var(--text-main); margin: 0; }
    .bc-desc { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin: 0; font-weight: 500; }
    
    .bc-wide-top { grid-column: span 2; }
    .bc-tall { grid-row: span 2; }
    .bc-wide-mid { grid-column: span 2; }
    .bc-wide-top .bento-card-content, .bc-wide-mid .bento-card-content { justify-content: center; }
    .bc-wide-top .bc-desc, .bc-wide-mid .bc-desc { max-width: 85%; }

    @media (max-width: 900px) {
        .bento-features-cluster { grid-template-columns: repeat(2, 1fr); }
        .bc-wide-top, .bc-wide-mid { grid-column: span 2; }
        .bc-tall { grid-row: span 1; grid-column: span 1; }
    }
    @media (max-width: 600px) {
        .bento-features-cluster { grid-template-columns: 1fr; }
        .bc-wide-top, .bc-wide-mid, .bc-tall { grid-column: span 1; }
        .bc-wide-top .bc-desc, .bc-wide-mid .bc-desc { max-width: 100%; }
    }
    
    /* ── Article Rewriter Custom Decors ── */
    
    /* 1. Globe Scan */
    .decor-globe-scan::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, color-mix(in srgb, var(--primary-color) 15%, transparent) 360deg); border-radius: 50%; opacity: 0; transition: opacity 0.5s ease; z-index: 0; pointer-events: none; }
    .decor-globe-scan::after { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; background-image: linear-gradient(var(--border-color) 1px, transparent 1px), linear-gradient(90deg, var(--border-color) 1px, transparent 1px); background-size: 20px 20px; border-radius: 50%; opacity: 0.05; z-index: 0; pointer-events: none; transition: opacity 0.5s; }
    .bento-card:hover.decor-globe-scan::before { opacity: 1; animation: radar-spin 4s linear infinite; }
    .bento-card:hover.decor-globe-scan::after { opacity: 0.15; }
    @keyframes radar-spin { 100% { transform: rotate(360deg); } }

    /* 2. Live Pulse */
    .decor-live-pulse::before, .decor-live-pulse::after { content: ''; position: absolute; top: 20%; right: 20%; width: 60px; height: 60px; border-radius: 50%; border: 2px dashed var(--primary-color); opacity: 0.15; z-index: 0; pointer-events: none; transform: translate(50%, -50%) scale(1); }
    .decor-live-pulse::after { border-style: solid; opacity: 0; transform: translate(50%, -50%) scale(0.1); }
    .bento-card:hover.decor-live-pulse::before { border-style: solid; animation: ripple-pulse 2s infinite ease-out; }
    .bento-card:hover.decor-live-pulse::after { animation: ripple-pulse 2s infinite ease-out 1s; }
    @keyframes ripple-pulse { 0% { transform: translate(50%, -50%) scale(0.1); opacity: 0.6; } 100% { transform: translate(50%, -50%) scale(2); opacity: 0; } }

    /* 3. Shield Pulse */
    .decor-shield-pulse::before { content: ''; position: absolute; bottom: -20px; right: -20px; width: 150px; height: 150px; background: radial-gradient(circle, color-mix(in srgb, var(--success) 30%, transparent) 0%, transparent 60%); border-radius: 50%; opacity: 0; z-index: 0; pointer-events: none; }
    .bento-card:hover.decor-shield-pulse::before { animation: shield-glow 2s infinite alternate; }
    @keyframes shield-glow { 0% { opacity: 0.2; transform: scale(0.8); } 100% { opacity: 0.8; transform: scale(1.2); } }

    /* 4. Magic Sparkles */
    .decor-magic-sparkles::before, .decor-magic-sparkles::after { content: '✨'; position: absolute; font-size: 28px; opacity: 0; z-index: 0; pointer-events: none; }
    .decor-magic-sparkles::before { top: 20%; right: 10%; animation-delay: 0s; }
    .decor-magic-sparkles::after { top: 50%; right: 25%; font-size: 18px; animation-delay: 0.5s; }
    .bento-card:hover.decor-magic-sparkles::before, .bento-card:hover.decor-magic-sparkles::after { animation: float-sparkle 2s infinite ease-in-out; }
    @keyframes float-sparkle { 0% { opacity: 0; transform: translateY(10px) scale(0.5) rotate(0deg); } 50% { opacity: 0.8; transform: translateY(-15px) scale(1.2) rotate(15deg); } 100% { opacity: 0; transform: translateY(-30px) scale(0.5) rotate(30deg); } }

    /* 5. Chart Up */
    .decor-chart-up::before, .decor-chart-up::after { content: ''; position: absolute; bottom: 20px; right: 40px; width: 16px; height: 16px; border-radius: 3px; background: var(--primary-color); opacity: 0; z-index: 0; pointer-events: none; }
    .decor-chart-up::before { width: 14px; height: 40px; right: 60px; background: var(--success); }
    .decor-chart-up::after { width: 14px; height: 70px; right: 40px; background: var(--primary-color); }
    .bento-card:hover.decor-chart-up::before { animation: grow-chart 0.6s ease forwards; opacity: 0.4; }
    .bento-card:hover.decor-chart-up::after { animation: grow-chart 0.6s ease forwards 0.2s; opacity: 0.4; }
    @keyframes grow-chart { 0% { transform: scaleY(0); transform-origin: bottom; } 100% { transform: scaleY(1); transform-origin: bottom; } }

    /* 6. Equalizer (Tones) */
    .decor-equalizer { position: absolute; top: 30px; right: 30px; display: flex; gap: 6px; z-index: 0; opacity: 0; align-items: flex-end; }
    .eq-bar { width: 8px; height: 30px; background: var(--primary-color); border-radius: 4px; transform-origin: bottom; }
    .bento-card:hover .decor-equalizer { opacity: 0.5; }
    .bento-card:hover .eq-bar { animation: eq-bounce 0.8s infinite ease-in-out alternate; }
    .bento-card:hover .eq-bar:nth-child(2) { animation-delay: 0.2s; background: var(--success); }
    .bento-card:hover .eq-bar:nth-child(3) { animation-delay: 0.4s; }
    @keyframes eq-bounce { 0% { transform: scaleY(0.4); } 100% { transform: scaleY(1.5); } }
