:root {
    --fin-bg: #131722;
    --fin-panel: #1e222d;
    --fin-border: #2a2e39;
    --fin-text-muted: #787b86;
    --fin-text: #d1d4dc;
    --fin-text-light: #ffffff;
    --fin-green: #089981;
    --fin-red: #f23645;
    --fin-blue: #2962ff;
}

.etea-teaser-wrapper { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--fin-text); box-sizing: border-box; }
.etea-teaser-wrapper * { box-sizing: border-box; }
.etea-section-title { font-family: 'Share Tech Mono', monospace; font-size: 1.8em; color: var(--fin-text-light); margin-bottom: 8px; }
.etea-neon-accent { color: var(--fin-green); }
.etea-teaser-intro { color: var(--fin-text-muted); font-size: 14px; margin-bottom: 30px; line-height: 1.6; }

/* Dividers */
.etea-teaser-date-divider { border-bottom: 1px solid var(--fin-border); margin: 40px 0 20px; position: relative; }
.etea-teaser-date-divider span { background: var(--fin-bg); padding-right: 15px; font-family: 'Share Tech Mono', monospace; font-size: 14px; color: var(--fin-blue); position: relative; top: 8px; font-weight: bold; }

/* Ticker Zone */
.etea-ticker-link-zone { text-decoration: none !important; color: inherit; display: flex; align-items: center; gap: 15px; transition: all 0.3s ease; cursor: pointer; }
.etea-ticker-link-zone:hover .ticker-name { color: var(--fin-blue); text-shadow: 0 0 12px rgba(41, 98, 255, 0.6); }
.etea-ticker-link-zone:hover .etea-portfolio-logo { border-color: var(--fin-blue); transform: scale(1.05); }

/* Card */
.etea-teaser-card { background: var(--fin-panel); border: 1px solid var(--fin-border); border-left: 3px solid var(--fin-border); padding: 20px; margin-bottom: 15px; transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.etea-teaser-card:hover { border-left-color: var(--fin-blue); box-shadow: 0 8px 30px rgba(0,0,0,0.5); background: #222632; }

.etea-teaser-main-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; gap: 20px; }
.ticker-name { font-size: 1.6em; font-weight: bold; color: var(--fin-text-light); font-family: 'Share Tech Mono', monospace; transition: 0.2s; }
.company-name { font-size: 12px; color: var(--fin-text-muted); display: block; margin-top: 2px; }

/* Metadata Pills */
.etea-teaser-meta-grid { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; max-width: 65%; }
.etea-meta-pill, .etea-btn-ics { 
    background: var(--fin-bg); border: 1px solid var(--fin-border); padding: 5px 12px; border-radius: 4px; 
    font-size: 10px; font-family: 'Share Tech Mono', monospace; color: var(--fin-text-muted); 
    display: flex; align-items: center; gap: 6px; text-decoration: none !important; transition: all 0.2s ease;
    white-space: nowrap; cursor: pointer;
}
.etea-btn-ics { color: var(--fin-green); border-color: rgba(8, 153, 129, 0.3); }
.etea-btn-ics:hover { border-color: var(--fin-green); color: #fff; background: var(--fin-green); }
.etea-meta-pill.timing { color: var(--fin-text-light); border-color: #444; cursor: auto; }
.etea-meta-link:hover { border-color: var(--fin-blue); color: var(--fin-text-light); background: rgba(41, 98, 255, 0.15); transform: translateY(-2px); }

/* Market Countdown */
.etea-market-countdown { background: rgba(41, 98, 255, 0.1); border: 1px solid var(--fin-blue); color: var(--fin-blue); padding: 5px 12px; border-radius: 4px; font-size: 10px; font-family: 'Share Tech Mono', monospace; font-weight: bold; animation: etea-pulse-blue 2s infinite; }
@keyframes etea-pulse-blue { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

/* Locked Data Area */
.etea-locked-data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; background: rgba(0,0,0,0.2); padding: 15px; border-radius: 6px; position: relative; border: 1px solid var(--fin-border); }
.locked-stat { text-align: center; }
.locked-stat .label { display: block; font-size: 9px; color: var(--fin-text-muted); margin-bottom: 4px; text-transform: uppercase; font-weight: bold; }
.locked-stat .value.blurred { filter: blur(5px); font-weight: bold; font-family: 'Share Tech Mono', monospace; color: var(--fin-text-light); font-size: 1.1em; opacity: 0.5; }
.locked-cta-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: rgba(30, 34, 45, 0.4); border-radius: 6px; }
.etea-btn-reveal { background: var(--fin-green); color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 4px; font-weight: bold; font-family: 'Share Tech Mono', monospace; font-size: 11px; transition: 0.2s; box-shadow: 0 4px 12px rgba(8, 153, 129, 0.4); }
.etea-btn-reveal:hover { transform: translateY(-2px); filter: brightness(1.1); box-shadow: 0 6px 20px rgba(8, 153, 129, 0.6); }

/* Logo Style */
.etea-portfolio-logo { width: 40px; height: 40px; border-radius: 50%; background: #ffffff !important; padding: 5px; object-fit: contain; border: 1px solid var(--fin-border); transition: 0.3s ease; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.etea-logo-placeholder { width: 40px; height: 40px; border-radius: 50%; background: var(--fin-bg); color: var(--fin-text-muted); display: flex; align-items: center; justify-content: center; font-weight: bold; border: 1px solid var(--fin-border); font-size: 16px; }

/* Widgets */
.etea-teaser-widgets-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-top: 40px; }
.etea-locked-widget { position: relative; overflow: hidden; }
.etea-chart-blur { filter: blur(8px); opacity: 0.2; height: 180px; }
.etea-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: rgba(19, 23, 34, 0.5); }
.etea-btn-utility { background: transparent; border: 1px solid var(--fin-blue); color: var(--fin-blue); padding: 8px 16px; border-radius: 4px; text-decoration: none; font-weight: bold; font-family: 'Share Tech Mono', monospace; font-size: 11px; transition: 0.2s; }
.etea-btn-utility:hover { background: var(--fin-blue); color: white; box-shadow: 0 0 15px rgba(41, 98, 255, 0.4); }

@media (max-width: 900px) {
    .etea-teaser-main-row { flex-direction: column; }
    .etea-teaser-meta-grid { justify-content: flex-start; max-width: 100%; margin-top: 15px; }
    .etea-teaser-widgets-grid { grid-template-columns: 1fr; }
}