/* Estructura y Volumen v2.4 · Extraído desde v2.3 */

.uw{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;width:100%;}
    .uw-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 0;}
    .uw-tabs{display:flex;gap:16px;}
    .uw-tab{font-size:0.85rem;font-weight:600;color:var(--text-muted);padding-bottom:10px;border-bottom:2px solid transparent;cursor:pointer;transition:all 0.2s;}
    .uw-tab.active{color:var(--text);border-bottom-color:var(--gold);}
    .uw-tab:hover:not(.active){color:var(--text);}
    .uw-see{font-size:0.72rem;color:var(--text-dim);cursor:pointer;padding-bottom:10px;transition:color 0.2s;white-space:nowrap;}
    .uw-see:hover{color:var(--gold);}
    .uw-list{padding:4px 0;}
    .uw-item{display:flex;align-items:center;gap:12px;padding:12px 22px;cursor:pointer;transition:background 0.15s;}
    .uw-item:hover{background:var(--surface2);}
    .uw-icon{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:0.9rem;}
    .uw-stock-icon{background:var(--surface2);border:1px solid var(--border);}
    .uw-names{flex:1;min-width:0;}
    .uw-sym{font-weight:700;font-size:0.88rem;color:var(--text);}
    .uw-nm{font-weight:400;font-size:0.76rem;color:var(--text-muted);margin-left:4px;}
    .uw-right{text-align:right;flex-shrink:0;}
    .uw-price{font-family:'JetBrains Mono',monospace;font-size:0.92rem;font-weight:500;color:var(--text);}
    .uw-change{font-family:'JetBrains Mono',monospace;font-size:0.74rem;font-weight:600;margin-top:2px;}
    .uw-up{color:#2ECC71;} .uw-dn{color:#E74C3C;}
    .uw-skel{background:linear-gradient(90deg,var(--surface2) 25%,var(--border) 50%,var(--surface2) 75%);background-size:200% 100%;animation:uwsh 1.5s infinite;border-radius:4px;}
    @keyframes uwsh{0%{background-position:200% 0}100%{background-position:-200% 0}}
    .uw-div{height:1px;background:var(--border);margin:4px 0;}
    .uw-news-hdr{padding:14px 22px 8px;font-family:'Syne',sans-serif;font-weight:700;font-size:0.92rem;color:var(--text);}
    .uw-news-item{padding:9px 18px;cursor:pointer;border-bottom:1px solid var(--border);transition:background 0.15s;}
    .uw-news-item:last-child{border-bottom:none;}
    .uw-news-item:hover{background:var(--surface2);}
    .uw-news-item p{font-size:0.76rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
    .uw-news-item:hover p{color:var(--text);}
    .uw-btn{display:flex;align-items:center;justify-content:center;margin:10px 22px 16px;padding:10px;border:1px solid var(--border);border-radius:8px;font-size:0.78rem;color:var(--text-muted);cursor:pointer;transition:all 0.2s;background:transparent;font-family:'Inter',sans-serif;width:calc(100% - 44px);}
    .uw-btn:hover{border-color:var(--gold);color:var(--gold);}
