:root{--color-success: #00e676;--color-success-dim: #00e67633;--color-warning: #ffea00;--color-warning-dim: #ffea0033;--color-error: #ff9100;--color-error-dim: #ff910033;--color-danger: #ff1744;--color-danger-dim: #ff174433;--color-critical: #b71c1c;--bg-primary: #ffffff;--bg-secondary: #f5f5f7;--bg-card: #ffffff;--text-primary: #1d1d1f;--text-secondary: #86868b;--highlighter-bg: #ffeb3b;--radius-lg: 24px;--radius-md: 16px;--shadow-sm: 0 2px 8px rgba(0,0,0,.05);--shadow-md: 0 8px 24px rgba(0,0,0,.08);--shadow-lg: 0 16px 40px rgba(0,0,0,.12);--shadow-3d: 5px 5px 10px #d1d9e6, -5px -5px 10px #ffffff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}.app-container{max-width:1200px;margin:0 auto;padding:20px;width:100%}.main-header{text-align:center;margin-bottom:40px;padding:20px 0}.main-header h1{font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.main-header p{font-size:1.25rem;color:var(--text-secondary)}.main-content{display:flex;flex-direction:column;gap:40px}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.left-column{display:flex;flex-direction:column;gap:2rem}.right-column{display:flex;flex-direction:column;gap:2rem;height:100%}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}}.card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:30px;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.highlight-text{background-color:var(--highlighter-bg);padding:0 4px;border-radius:4px;font-weight:700;display:inline-block}.main-footer{margin-top:auto;padding:40px 0;text-align:center;font-size:.875rem;color:var(--text-secondary)}.semaforo-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden;height:100%}.region-selector{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:.5rem;z-index:10;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:4px 8px;border-radius:8px}.region-dropdown{padding:4px 8px;border-radius:6px;border:1px solid #ccc;font-family:inherit;font-size:.9rem}.visual-indicator-wrapper{position:relative;width:280px;height:280px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;margin-top:2rem}.visual-circle{width:240px;height:240px;border-radius:50%;background:var(--bg-card);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow-3d);position:relative;z-index:2}.status-glow{position:absolute;width:100%;height:100%;border-radius:50%;filter:blur(25px);opacity:.5;z-index:1;transition:background-color .5s ease}.price-display{text-align:center;z-index:3;display:flex;flex-direction:column;align-items:center}.current-price{font-size:3rem;font-weight:800;line-height:1;margin-bottom:.25rem;padding:.25rem .5rem;border-radius:8px}.price-unit{font-size:1rem;color:var(--text-secondary);font-weight:600;margin-bottom:.5rem}.yesterday-price{font-size:.9rem;color:var(--text-secondary);background:var(--bg-secondary);padding:4px 10px;border-radius:12px}.stats-card{display:flex;flex-direction:column;gap:1.5rem}.stats-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid var(--bg-secondary);padding-bottom:1rem}.stats-header h3{font-size:1.25rem;font-weight:700}.stats-header p{color:var(--text-secondary);font-weight:500}.main-stat{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600}.comparison-banner{padding:1rem;border-radius:var(--radius-md);text-align:center;font-size:1rem}.extremes-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.extreme-item{background:var(--bg-secondary);padding:1rem;border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:center}.extreme-item .label{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.extreme-item .value{font-size:1.25rem;font-weight:800}
