/* ============================================================
   AquariumAste — Tema AquariumClick | Brand arancio #FF6B00
   ============================================================ */

:root {
    --aq-orange:  #FF6B00;
    --aq-orange2: #FF8C38;
    --aq-gold:    #FFB347;
    --aq-dark:    #080F1A;
    --aq-dark2:   #0D1825;
    --aq-dark3:   #132035;
    --aq-water:   #00B4D8;
    --aq-green:   #2ECC71;
    --aq-red:     #E74C3C;
    --aq-glass:   rgba(255,107,0,0.07);
    --aq-border:  rgba(255,107,0,0.25);
}

/* === ANIMAZIONI === */
@keyframes aq-bubble-rise {
    0%   { transform:translateY(0) scale(1);     opacity:.7; }
    50%  { transform:translateY(-50px) scale(1.1); opacity:.4; }
    100% { transform:translateY(-120px) scale(.8); opacity:0; }
}
@keyframes aq-fish-swim {
    0%  { transform:translateX(-150px) scaleX(1); }
    48% { transform:translateX(calc(100vw + 150px)) scaleX(1); }
    49% { transform:translateX(calc(100vw + 150px)) scaleX(-1); }
    97% { transform:translateX(-150px) scaleX(-1); }
    98% { transform:translateX(-150px) scaleX(1); }
    100%{ transform:translateX(-150px) scaleX(1); }
}
@keyframes aq-wave {
    0%   { transform:translateX(0); }
    100% { transform:translateX(-50%); }
}
@keyframes aq-glow-pulse {
    0%,100%{ box-shadow:0 0 12px rgba(255,107,0,.3),0 0 24px rgba(255,107,0,.1); }
    50%    { box-shadow:0 0 28px rgba(255,107,0,.6),0 0 50px rgba(255,107,0,.2); }
}
@keyframes aq-pulse {
    0%,100%{ opacity:1;  transform:scale(1); }
    50%    { opacity:.4; transform:scale(.8); }
}
@keyframes aq-blink {
    0%,100%{ opacity:1; }
    50%    { opacity:.2; }
}
@keyframes aq-price-flash {
    0%  { transform:scale(1);    color:var(--aq-gold); }
    30% { transform:scale(1.2);  color:#fff; }
    60% { transform:scale(1.05); color:var(--aq-green); }
    100%{ transform:scale(1);    color:var(--aq-gold); }
}
@keyframes aq-slide-in {
    from{ opacity:0; transform:translateY(-12px); }
    to  { opacity:1; transform:translateY(0); }
}
@keyframes aq-fade-up {
    from{ opacity:0; transform:translateY(28px); }
    to  { opacity:1; transform:translateY(0); }
}
@keyframes aq-sway {
    0%,100%{ transform:rotate(-4deg); }
    50%    { transform:rotate(4deg); }
}
@keyframes aq-shimmer {
    0%  { background-position:-400px 0; }
    100%{ background-position:400px 0; }
}
@keyframes aq-shake {
    0%,100%{ transform:translateX(0); }
    25%    { transform:translateX(-3px); }
    75%    { transform:translateX(3px); }
}

/* === WIDGET HOMEPAGE === */
.aqs-home {
    padding: 0 0 52px;
    background: linear-gradient(170deg, #080F1A 0%, #0D1825 60%, #0a1520 100%);
    position: relative;
    overflow: hidden;
}
.aqs-home::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #FF6B00, #FFB347, #FF6B00);
    background-size: 200% 100%;
    animation: aq-shimmer 2.5s linear infinite;
}

/* Banner utente */
.aqs-user-banner {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    padding: 14px 24px; margin-bottom: 0;
}
.aqs-user-banner--guest    { background: linear-gradient(135deg,#FF6B00,#ff8c00); color:#fff; }
.aqs-user-banner--activate { background: linear-gradient(135deg,#f59e0b,#d97706); color:#fff; }
.aqs-banner-icon { font-size: 1.5rem; line-height: 1; }
.aqs-banner-text { flex: 1; min-width: 220px; line-height: 1.45; }
.aqs-banner-text strong { font-size: .95rem; display: block; margin-bottom: 2px; }
.aqs-banner-text span    { font-size: .82rem; opacity: .95; }
.aqs-banner-btn {
    background: #fff; color: #FF6B00; padding: 9px 20px; border-radius: 8px;
    text-decoration: none; font-weight: 800; font-size: .84rem; white-space: nowrap;
}
.aqs-banner-btn--amber { color: #d97706; }
.aqs-banner-link { color: #fff; padding: 9px 12px; text-decoration: underline; font-size: .82rem; opacity: .9; }

.aqs-wrap { max-width: 1300px; margin: 0 auto; padding: 0 20px; }

/* Header */
.aqs-header { text-align: center; padding: 36px 0 28px; }
.aqs-title-row {
    display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 8px;
}
.aqs-live-dot {
    display: inline-block; width: 12px; height: 12px;
    background: #FF6B00; border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255,107,0,.5);
    animation: aq-live-ping 1.4s infinite;
}
@keyframes aq-live-ping {
    0%   { box-shadow: 0 0 0 0 rgba(255,107,0,.6); }
    70%  { box-shadow: 0 0 0 10px rgba(255,107,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,107,0,0); }
}
.aqs-live-label {
    background: rgba(255,107,0,.15); color: #FF6B00;
    font-size: .65rem; font-weight: 800; letter-spacing: 2px;
    padding: 3px 10px; border-radius: 20px;
    border: 1px solid rgba(255,107,0,.35);
}
.aqs-word-a { color: #FF6B00; font-size: 1.65rem; font-weight: 900; letter-spacing: 2px; }
.aqs-word-b { color: #fff;    font-size: 1.65rem; font-weight: 900; letter-spacing: 2px; }
.aqs-sub { color: rgba(255,255,255,.45); font-size: .85rem; margin: 0; }

/* Grid */
.aqs-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }

/* Card */
.aqs-card {
    background: #132035; border: 1px solid rgba(255,107,0,.2); border-radius: 14px;
    overflow: hidden; text-decoration: none; color: inherit;
    display: flex; flex-direction: column;
    transition: transform .18s, box-shadow .18s, border-color .18s; cursor: pointer;
}
.aqs-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(255,107,0,.2), 0 2px 8px rgba(0,0,0,.4);
    border-color: rgba(255,107,0,.6);
    text-decoration: none; color: inherit;
}
.aqs-card.aqs-bid-flash { animation: aqs-glow .7s ease; }
@keyframes aqs-glow {
    0%   { box-shadow: 0 0 0 0 rgba(255,107,0,.7); border-color: #FF6B00; }
    50%  { box-shadow: 0 0 0 14px rgba(255,107,0,.12); border-color: #FF6B00; }
    100% { box-shadow: 0 0 0 0 rgba(255,107,0,0); }
}

/* Immagine */
.aqs-img-wrap {
    position: relative; background: #0D1825; aspect-ratio: 1/1;
    overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.aqs-img-wrap img { width: 100%; height: 100%; object-fit: contain; padding: 8px; transition: transform .3s; }
.aqs-card:hover .aqs-img-wrap img { transform: scale(1.05); }
.aqs-img-ph { font-size: 2.5rem; }

/* Badge */
.aqs-badge-live {
    position: absolute; top: 8px; left: 8px;
    background: #FF6B00; color: #fff; font-size: .62rem; font-weight: 800;
    padding: 3px 8px; border-radius: 20px; letter-spacing: .5px;
    animation: aq-blink 2s infinite;
}
.aqs-badge-bids {
    position: absolute; top: 8px; right: 8px;
    background: rgba(0,0,0,.65); color: #fff;
    font-size: .62rem; font-weight: 600; padding: 3px 8px; border-radius: 20px;
    backdrop-filter: blur(4px);
}

/* Body card */
.aqs-body { padding: 12px 14px 14px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.aqs-name { font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.9); line-height: 1.35; min-height: 2.2em; }
.aqs-lbl  { font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; color: rgba(255,255,255,.35); margin-bottom: 3px; }

/* Prezzo */
.aqs-price {
    font-size: 1.2rem; font-weight: 900; color: #FFB347;
    font-variant-numeric: tabular-nums; transition: color .2s;
}
.aqs-price.flash { animation: aq-price-flash .6s ease; }

/* Timer */
.aqs-timer {
    font-size: .9rem; font-weight: 800; color: rgba(255,255,255,.7);
    font-variant-numeric: tabular-nums; letter-spacing: .5px;
    font-family: 'Courier New', Courier, monospace;
}
.aqs-timer.aqs-timer-urgent { color: #ef4444; animation: aq-pulse 1s infinite; }
.aqs-timer.aqs-timer-ended  { color: rgba(255,255,255,.3); }

/* CTA */
.aqs-cta {
    margin-top: auto;
    background: linear-gradient(90deg, #FF6B00, #FF8C38);
    color: #fff; font-size: .78rem; font-weight: 800;
    text-align: center; padding: 9px 8px; border-radius: 8px;
    transition: opacity .15s, transform .15s; letter-spacing: .3px;
}
.aqs-card:hover .aqs-cta { opacity: .9; transform: scale(1.02); }

/* Footer */
.aqs-footer { text-align: center; margin-top: 32px; }
.aqs-all-btn {
    display: inline-block;
    border: 1.5px solid rgba(255,107,0,.6); color: #FF6B00;
    font-size: .78rem; font-weight: 800; letter-spacing: 1.5px;
    padding: 12px 36px; border-radius: 40px; text-decoration: none;
    transition: all .2s; background: rgba(255,107,0,.06);
}
.aqs-all-btn:hover {
    background: #FF6B00; color: #fff; text-decoration: none;
    border-color: #FF6B00; box-shadow: 0 0 20px rgba(255,107,0,.35);
}

@media(max-width:1100px) { .aqs-grid { grid-template-columns: repeat(4, 1fr); } }
@media(max-width:700px)  { .aqs-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
@media(max-width:700px)  { .aqs-word-a, .aqs-word-b { font-size: 1.2rem; } }


/* === GALLERY === */
.aq-gallery { margin-bottom: 20px; }
.aq-gallery-main {
    position: relative;
    background: rgba(0,0,0,0.3);
    border-radius: 12px;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.aq-gallery-main img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform .3s;
}
.aq-gallery-main:hover img { transform: scale(1.03); }
.aq-gallery-zoom {
    position: absolute;
    bottom: 10px;
    right: 12px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 1rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
}
.aq-gallery-thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.aq-thumb {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid rgba(255,255,255,.15);
    transition: border-color .2s;
    flex-shrink: 0;
}
.aq-thumb img { width: 100%; height: 100%; object-fit: cover; }
.aq-thumb:hover { border-color: var(--aq-blue); }
.aq-thumb.active { border-color: var(--aq-orange); }

/* === GRIGLIA === */
.aq-aste-grid {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:24px;
    padding:0 20px;
    max-width:1400px;
    margin:0 auto;
    position:relative;z-index:1;
}

/* === CARD === */
.aq-card {
    background:linear-gradient(145deg,rgba(13,24,37,.96),rgba(8,15,26,.99));
    border:1px solid var(--aq-border);
    border-radius:18px;
    overflow:hidden;
    position:relative;cursor:pointer;
    transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease,border-color .35s ease;
    backdrop-filter:blur(12px);
    text-decoration:none;display:block;
    animation:aq-fade-up .6s ease both;
}
.aq-card::before {
    content:'';
    position:absolute;inset:0;
    background:linear-gradient(135deg,rgba(255,107,0,.05),transparent 50%,rgba(255,107,0,.03));
    opacity:0;transition:opacity .35s ease;
    pointer-events:none;z-index:0;
}
.aq-card:hover {
    transform:translateY(-10px) scale(1.02);
    box-shadow:0 24px 60px rgba(255,107,0,.25),0 0 0 1px rgba(255,107,0,.5),0 0 80px rgba(255,107,0,.08);
    border-color:rgba(255,107,0,.6);
    text-decoration:none;
}
.aq-card:hover::before { opacity:1; }

.aq-card-img-wrap {
    position:relative;height:220px;overflow:hidden;
    background:linear-gradient(135deg,#0D1825,#132035);
    display:flex;align-items:center;justify-content:center;
}
.aq-card-img-wrap img {
    max-width:100%;max-height:100%;width:auto;height:auto;
    object-fit:contain;padding:12px;
    transition:transform .6s cubic-bezier(.25,.46,.45,.94);
}
.aq-card:hover .aq-card-img-wrap img { transform:scale(1.1); }
.aq-card-img-wrap::after {
    content:'';
    position:absolute;bottom:0;left:0;right:0;height:60px;
    background:linear-gradient(transparent,rgba(8,15,26,.9));
    pointer-events:none;
}
.aq-card-img-placeholder {
    width:100%;height:100%;
    display:flex;align-items:center;justify-content:center;
    font-size:4rem;
    background:linear-gradient(135deg,#0D1825,#132035);
}

/* Badges */
.aq-badge-live {
    position:absolute;top:12px;left:12px;
    background:linear-gradient(135deg,var(--aq-orange),#cc5500);
    color:#fff;font-size:10px;font-weight:800;letter-spacing:2px;
    padding:5px 12px;border-radius:20px;text-transform:uppercase;
    display:flex;align-items:center;gap:5px;z-index:2;
    box-shadow:0 2px 12px rgba(255,107,0,.5);
    animation:aq-glow-pulse 2.5s infinite;
}
.aq-badge-live::before {
    content:'';width:6px;height:6px;background:#fff;
    border-radius:50%;animation:aq-pulse 1.2s infinite;
}
.aq-badge-bids {
    position:absolute;top:12px;right:12px;
    background:rgba(0,0,0,.65);
    color:rgba(255,255,255,.85);
    font-size:11px;font-weight:700;padding:5px 11px;border-radius:20px;
    backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1);z-index:2;
}

/* Corpo card */
.aq-card-body { padding:18px;position:relative;z-index:1; }
.aq-card-title {
    color:#fff;font-size:.88rem;font-weight:700;margin:0 0 14px;
    line-height:1.45;max-height:2.9em;overflow:hidden;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
}
.aq-card-price {
    display:flex;justify-content:space-between;align-items:flex-end;
    margin-bottom:14px;
}
.aq-price-label {
    color:rgba(255,255,255,.45);font-size:.7rem;
    text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2px;
}
.aq-price-value {
    color:var(--aq-gold);font-size:1.6rem;font-weight:900;
    text-shadow:0 0 20px rgba(255,179,71,.4);transition:transform .3s ease;
}
.aq-price-value.aq-price-updated { animation:aq-price-flash .6s ease; }

.aq-countdown {
    background:rgba(0,0,0,.35);border-radius:10px;
    padding:10px 14px;display:flex;justify-content:space-between;align-items:center;
    border:1px solid rgba(255,107,0,.15);
}
.aq-countdown-label {
    color:rgba(255,255,255,.4);font-size:.68rem;
    text-transform:uppercase;letter-spacing:1.5px;
}
.aq-countdown-timer {
    font-family:'Courier New',monospace;font-size:1rem;font-weight:700;
    color:rgba(255,255,255,.9);letter-spacing:2px;
}
.aq-countdown-timer.aq-urgent {
    color:var(--aq-orange);animation:aq-blink .8s infinite;
    text-shadow:0 0 10px var(--aq-orange);
}
.aq-countdown-timer.aq-warning {
    color:var(--aq-gold);text-shadow:0 0 8px rgba(255,179,71,.5);
}

.aq-card-cta {
    margin-top:14px;width:100%;padding:11px;
    background:linear-gradient(135deg,var(--aq-orange),#cc5500);
    color:#fff;border:none;border-radius:10px;font-weight:800;font-size:.88rem;
    text-align:center;
    transition:all .3s cubic-bezier(.34,1.56,.64,1);
    cursor:pointer;display:block;text-decoration:none;letter-spacing:.5px;
    box-shadow:0 4px 15px rgba(255,107,0,.3);
}
.aq-card-cta:hover {
    transform:scale(1.04) translateY(-1px);
    box-shadow:0 8px 25px rgba(255,107,0,.5);
    color:#fff;text-decoration:none;
}

.aq-aste-see-all { text-align:center;margin-top:36px;position:relative;z-index:1; }
.aq-aste-see-all a {
    display:inline-block;padding:15px 48px;
    border:2px solid var(--aq-orange);color:var(--aq-orange);
    border-radius:40px;font-weight:800;font-size:.95rem;
    letter-spacing:2px;text-transform:uppercase;
    transition:all .35s ease;text-decoration:none;
}
.aq-aste-see-all a:hover {
    background:var(--aq-orange);color:#fff;
    box-shadow:0 0 40px rgba(255,107,0,.4);text-decoration:none;
}

/* === LISTA ASTE === */
.aq-list-page { padding:30px 0; }
.aq-list-header {
    background:linear-gradient(145deg,#080F1A,#0D1825);
    padding:50px 20px;text-align:center;color:#fff;
    margin-bottom:30px;border-radius:16px;
    position:relative;overflow:hidden;
    border:1px solid rgba(255,107,0,.15);
}
.aq-list-header::before {
    content:'';position:absolute;top:-50%;left:-50%;
    width:200%;height:200%;
    background:radial-gradient(ellipse at center,rgba(255,107,0,.08),transparent 60%);
    pointer-events:none;
}
.aq-list-header h1 {
    font-size:2.8rem;font-weight:900;color:#fff;margin:0 0 10px;
    text-shadow:0 0 50px rgba(255,107,0,.3);letter-spacing:3px;
}

/* === SINGOLA ASTA === */
.aq-auction-page { padding:30px 0 60px; }
.aq-auction-main {
    background:linear-gradient(145deg,#0D1825,#080F1A);
    border:1px solid rgba(255,107,0,.15);
    border-radius:20px;padding:32px;color:#fff;
    margin-bottom:24px;position:relative;overflow:hidden;
}
.aq-auction-main::before {
    content:'';position:absolute;top:0;right:0;
    width:300px;height:300px;
    background:radial-gradient(circle,rgba(255,107,0,.06),transparent 70%);
    pointer-events:none;
}
.aq-auction-img { border-radius:14px;overflow:hidden;margin-bottom:20px;border:1px solid rgba(255,107,0,.1); }
.aq-auction-img img {
    width:100%;max-height:420px;object-fit:contain;
    background:rgba(0,0,0,.35);border-radius:14px;
    transition:transform .5s ease;
}
.aq-auction-img:hover img { transform:scale(1.03); }
.aq-auction-title-big {
    font-size:1.9rem;font-weight:900;color:#fff;
    margin-bottom:20px;line-height:1.3;
}

.aq-price-box {
    background:linear-gradient(135deg,rgba(255,107,0,.1),rgba(255,140,56,.05));
    border:1px solid rgba(255,107,0,.3);
    border-radius:16px;padding:24px;margin-bottom:20px;text-align:center;
    position:relative;overflow:hidden;
    animation:aq-glow-pulse 3s infinite;
}
.aq-price-box-label {
    color:rgba(255,255,255,.5);font-size:.75rem;
    text-transform:uppercase;letter-spacing:2px;margin-bottom:6px;
}
.aq-price-box-value {
    color:var(--aq-gold);font-size:3rem;font-weight:900;line-height:1;
    text-shadow:0 0 30px rgba(255,179,71,.5);
}
.aq-price-box-value.aq-price-updated { animation:aq-price-flash .6s ease; }

.aq-countdown-big { display:flex;gap:12px;justify-content:center;margin-bottom:20px; }
.aq-countdown-unit {
    background:rgba(0,0,0,.4);border:1px solid rgba(255,107,0,.25);
    border-radius:14px;padding:14px 18px;text-align:center;min-width:70px;
    transition:border-color .3s,box-shadow .3s;
}
.aq-countdown-unit-value {
    font-size:2rem;font-weight:900;color:#fff;
    font-family:'Courier New',monospace;line-height:1;display:block;
}
.aq-countdown-unit-label {
    font-size:.6rem;color:rgba(255,255,255,.35);
    text-transform:uppercase;letter-spacing:1.5px;margin-top:4px;display:block;
}
.aq-countdown-big.aq-urgent .aq-countdown-unit {
    border-color:var(--aq-orange);
    box-shadow:0 0 20px rgba(255,107,0,.3);
    animation:aq-shake .5s infinite;
}
.aq-countdown-big.aq-urgent .aq-countdown-unit-value {
    color:var(--aq-orange);text-shadow:0 0 15px var(--aq-orange);
}

.aq-bid-form {
    background:rgba(255,107,0,.04);border:1px solid rgba(255,107,0,.2);
    border-radius:16px;padding:24px;margin-bottom:20px;
}
.aq-bid-form h4 { color:#fff;font-size:1rem;font-weight:800;margin-bottom:16px; }
.aq-bid-input-wrap { display:flex;gap:10px;align-items:center; }
.aq-bid-currency { color:rgba(255,255,255,.5);font-size:1.2rem;font-weight:700;flex-shrink:0; }
.aq-bid-input {
    flex:1;padding:14px 16px;font-size:1.3rem;font-weight:800;
    border:2px solid rgba(255,107,0,.3);border-radius:12px;
    background:rgba(0,0,0,.4);color:#fff;outline:none;
    transition:border-color .3s,box-shadow .3s;
}
.aq-bid-input:focus { border-color:var(--aq-orange);box-shadow:0 0 0 3px rgba(255,107,0,.15); }
.aq-bid-submit {
    padding:14px 28px;
    background:linear-gradient(135deg,var(--aq-orange),#cc5500);
    color:#fff;border:none;border-radius:12px;
    font-size:1rem;font-weight:900;cursor:pointer;
    transition:all .3s cubic-bezier(.34,1.56,.64,1);
    white-space:nowrap;box-shadow:0 4px 20px rgba(255,107,0,.4);
}
.aq-bid-submit:hover { transform:scale(1.06) translateY(-2px);box-shadow:0 8px 30px rgba(255,107,0,.6); }
.aq-bid-submit:disabled { opacity:.45;cursor:not-allowed;transform:none;box-shadow:none; }
.aq-bid-min-info { color:rgba(255,255,255,.4);font-size:.8rem;margin-top:8px; }
.aq-bid-message { margin-top:12px;padding:12px 16px;border-radius:10px;font-weight:700;display:none;animation:aq-slide-in .3s ease; }
.aq-bid-message.success { background:rgba(46,204,113,.15);border:1px solid rgba(46,204,113,.4);color:#5dca85;display:block; }
.aq-bid-message.error   { background:rgba(231,76,60,.15); border:1px solid rgba(231,76,60,.4); color:#f1948a;display:block; }
.aq-bid-message.warning { background: rgba(245,158,11,.15); border-color: #f59e0b; color: #f59e0b; }

.aq-antisnipe-banner {
    background:linear-gradient(135deg,rgba(255,107,0,.25),rgba(204,85,0,.2));
    border:1px solid var(--aq-orange);border-radius:12px;
    padding:14px 18px;color:#fff;font-weight:700;text-align:center;
    margin-bottom:16px;display:none;box-shadow:0 0 20px rgba(255,107,0,.2);
    animation:aq-glow-pulse 1s ease;
}

.aq-bids-list { background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden; }
.aq-bids-list-header {
    padding:14px 22px;background:rgba(255,107,0,.08);
    color:rgba(255,255,255,.7);font-size:.8rem;font-weight:800;
    text-transform:uppercase;letter-spacing:1.5px;
    border-bottom:1px solid rgba(255,107,0,.15);
}
.aq-bid-row {
    display:flex;justify-content:space-between;align-items:center;
    padding:13px 22px;border-bottom:1px solid rgba(255,255,255,.04);
    transition:background .2s;
}
.aq-bid-row:last-child { border-bottom:none; }
.aq-bid-row:hover { background:rgba(255,107,0,.05); }
.aq-bid-row.aq-bid-mine { background:rgba(255,107,0,.08);border-left:3px solid var(--aq-orange); }
.aq-bid-rank { width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;margin-right:10px;flex-shrink:0; }
.aq-bid-rank.gold   { background:linear-gradient(135deg,#FFD700,#FFA500);color:#000;box-shadow:0 2px 8px rgba(255,215,0,.4); }
.aq-bid-rank.silver { background:linear-gradient(135deg,#C0C0C0,#909090);color:#fff; }
.aq-bid-rank.bronze { background:linear-gradient(135deg,#CD7F32,#8B4513);color:#fff; }
.aq-bid-rank.other  { background:rgba(255,255,255,.08);color:rgba(255,255,255,.4); }
.aq-bid-user   { color:rgba(255,255,255,.65);font-size:.85rem; }
.aq-bid-amount { color:var(--aq-gold);font-weight:800;font-size:.95rem; }
.aq-bid-time   { color:rgba(255,255,255,.25);font-size:.72rem; }
.aq-bid-row-new { animation:aq-slide-in .4s ease; }

/* === REGISTRAZIONE === */
.aq-register-page { max-width:620px;margin:40px auto;padding:0 20px; }
.aq-register-box {
    background:linear-gradient(145deg,#0D1825,#080F1A);
    border:1px solid rgba(255,107,0,.2);border-radius:20px;
    padding:44px;color:#fff;position:relative;overflow:hidden;
}
.aq-register-box::before {
    content:'';position:absolute;top:-100px;right:-100px;
    width:300px;height:300px;
    background:radial-gradient(circle,rgba(255,107,0,.07),transparent 60%);
    pointer-events:none;
}
.aq-register-box h2 { color:#fff;font-size:1.7rem;font-weight:900;margin-bottom:8px; }
.aq-register-box p.subtitle { color:rgba(255,255,255,.55);margin-bottom:32px; }
.aq-form-group { margin-bottom:18px; }
.aq-form-group label { display:block;color:rgba(255,255,255,.75);font-size:.78rem;font-weight:700;margin-bottom:7px;text-transform:uppercase;letter-spacing:1px; }
.aq-form-group label .required { color:var(--aq-orange);margin-left:3px; }
.aq-form-input {
    width:100%;padding:13px 15px;
    background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.1);
    border-radius:10px;color:#fff;font-size:.95rem;
    transition:border-color .3s,box-shadow .3s;box-sizing:border-box;
}
.aq-form-input:focus { outline:none;border-color:var(--aq-orange);box-shadow:0 0 0 3px rgba(255,107,0,.15); }
.aq-form-input option { background:#0D1825; }
.aq-stripe-element { padding:13px 15px;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.1);border-radius:10px;min-height:46px;transition:border-color .3s; }
.aq-stripe-element.StripeElement--focus { border-color:var(--aq-orange);box-shadow:0 0 0 3px rgba(255,107,0,.15); }
.aq-form-row   { display:grid;grid-template-columns:1fr 1fr;gap:12px; }
.aq-form-row-3 { display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px; }
.aq-checkbox-group { display:flex;align-items:flex-start;gap:10px;margin-bottom:14px; }
.aq-checkbox-group input[type=checkbox] { margin-top:3px;flex-shrink:0;width:17px;height:17px;accent-color:var(--aq-orange); }
.aq-checkbox-group label { color:rgba(255,255,255,.65);font-size:.85rem;line-height:1.5;cursor:pointer; }
.aq-checkbox-group label a { color:var(--aq-orange);text-decoration:underline; }
.aq-register-submit {
    width:100%;padding:17px;
    background:linear-gradient(135deg,var(--aq-orange),#cc5500);
    color:#fff;border:none;border-radius:12px;
    font-size:1.1rem;font-weight:900;cursor:pointer;
    transition:all .35s cubic-bezier(.34,1.56,.64,1);
    margin-top:22px;letter-spacing:1.5px;
    box-shadow:0 6px 25px rgba(255,107,0,.4);
}
.aq-register-submit:hover { transform:scale(1.02) translateY(-2px);box-shadow:0 10px 35px rgba(255,107,0,.6); }

/* === EMPTY STATE === */
.aq-empty { text-align:center;padding:80px 20px;color:rgba(255,255,255,.5); }
.aq-empty-icon { font-size:5rem;margin-bottom:16px;animation:aq-sway 4s ease-in-out infinite;display:block; }
.aq-empty h3 { color:rgba(255,255,255,.7);font-size:1.3rem;font-weight:700;margin-bottom:8px; }

/* === RESPONSIVE === */
@media(max-width:768px){
    /* Lista aste — 1 colonna */
    .aq-aste-grid { grid-template-columns:1fr !important; gap:10px; }
    .aq-list-header h1 { font-size:1.8rem; }
    .aq-list-header p { font-size:.85rem; }

    /* Card orizzontale */
    .aq-card {
        flex-direction: row !important;
        align-items: stretch;
        min-height: 120px;
    }
    /* Immagine a sinistra */
    .aq-card .aqs-img-wrap {
        width: 120px !important;
        min-width: 120px !important;
        height: auto !important;
        aspect-ratio: 1/1;
        flex-shrink: 0;
        border-radius: 14px 0 0 14px !important;
    }
    /* Corpo a destra */
    .aq-card-body {
        flex: 1;
        padding: 10px 12px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 4px !important;
        min-width: 0;
        overflow: hidden;
    }
    .aq-card-title {
        font-size: .85rem !important;
        min-height: unset !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .aq-card-price { gap: 6px; }
    .aq-price-label { font-size: .58rem !important; white-space: nowrap; }
    .aq-price-value { font-size: 1.1rem !important; }
    .aq-countdown-timer { font-size: .76rem !important; }
    .aq-card-cta { font-size: .78rem !important; padding: 7px 10px !important; }
    .aq-card-viewers { font-size: .6rem !important; }
    .aq-card-winner { font-size: .68rem !important; }
    .aq-badge-live, .aq-badge-bids, .aq-hot-badge {
        font-size: .56rem !important;
        padding: 2px 5px !important;
    }

    /* Pagina asta */
    .aq-auction-page .row { display:flex; flex-direction:column; }
    .aq-auction-page .col-md-7,
    .aq-auction-page .col-md-5 { width:100%; padding:0; }
    .aq-gallery-main { aspect-ratio:4/3; }
    .aq-thumb { width:56px; height:56px; }
    .aq-auction-title-big { font-size:1.25rem; margin-top:12px; }
    .aq-bid-panel {
        position:fixed; bottom:0; left:0; right:0; z-index:1000;
        border-radius:16px 16px 0 0; max-height:70vh; overflow-y:auto;
        box-shadow:0 -4px 24px rgba(0,0,0,0.4);
    }
    .aq-bid-panel-toggle { display:block !important; }
    .aq-auction-page { padding-bottom:80px; }
    .aq-countdown-big { gap:6px; }
    .aq-countdown-unit { min-width:50px; padding:8px 10px; }
    .aq-countdown-unit-value { font-size:1.4rem; }
    .aq-countdown-unit-label { font-size:.6rem; }
    .aq-bid-input-wrap { flex-direction:column; }
    .aq-bid-submit { width:100%; margin-top:8px; }
    .aq-price-box-value { font-size:2rem; }
    .aq-bid-row { padding:10px 12px; }
    .aq-form-row,.aq-form-row-3 { grid-template-columns:1fr; }
    .aq-register-box { padding:20px 16px; }
    .aqx-layout { flex-direction:column; }
    .aqx-sidebar { width:100%; min-width:unset; border-right:none; border-bottom:1px solid rgba(255,255,255,.1); padding-bottom:12px; margin-bottom:12px; }
}

@media(max-width:480px){
    .aq-aste-grid { grid-template-columns:1fr !important; gap:8px; }
    .aq-card .aqs-img-wrap { width:100px !important; min-width:100px !important; }
    .aq-countdown-unit { min-width:42px; padding:6px 8px; }
    .aq-countdown-unit-value { font-size:1.2rem; }
    .aqs-grid { grid-template-columns:1fr !important; gap:8px; }
}

.aq-gallery-video { cursor: default; }
.aq-gallery-video:hover img { transform: none; }
.aq-thumb-video { background: #111; }


/* ================================================
   GUEST BANNER — v4.2.3
   ================================================ */

.aq-guest-banner {
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,107,0,0.25);
    border-radius: 16px;
    padding: 28px 24px 22px;
    margin-bottom: 20px;
    text-align: center;
}

.aq-guest-emoji {
    font-size: 2.2rem;
    margin-bottom: 12px;
    line-height: 1;
}

.aq-guest-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--aq-orange);
    background: rgba(255,107,0,0.1);
    border: 1px solid rgba(255,107,0,0.3);
    border-radius: 100px;
    padding: 3px 12px;
    margin: 0 0 12px;
}

.aq-guest-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    line-height: 1.3;
}

.aq-guest-sub {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin: 0 0 20px;
    line-height: 1.6;
}

.aq-gbtn-ghost {
    display: block;
    width: 100%;
    padding: 11px;
    background: transparent;
    color: rgba(255,255,255,0.7);
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.88rem;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.aq-gbtn-ghost:hover {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.35);
    color: #fff;
    text-decoration: none;
}

.aq-guest-note {
    margin: 16px 0 0;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.35);
    line-height: 1.5;
}

/* ============================================================
   v4.4.57 — Interattività: toast, urgency, confirm, lista live
   ============================================================ */

/* === TOAST === */
#aq-toast-container {
    position: fixed; bottom: 24px; right: 24px;
    z-index: 99999; display: flex; flex-direction: column; gap: 10px;
    pointer-events: none;
}
.aq-toast {
    padding: 14px 20px; border-radius: 12px; font-weight: 700;
    font-size: .88rem; color: #fff; max-width: 320px;
    box-shadow: 0 8px 30px rgba(0,0,0,.4);
    opacity: 0; transform: translateX(40px);
    transition: opacity .35s ease, transform .35s ease;
    pointer-events: auto;
}
.aq-toast-show { opacity: 1; transform: translateX(0); }
.aq-toast-success { background: linear-gradient(135deg,#16a34a,#15803d); }
.aq-toast-error   { background: linear-gradient(135deg,#dc2626,#b91c1c); }
.aq-toast-bid     { background: linear-gradient(135deg,#FF6B00,#e05500); }
.aq-toast-info    { background: linear-gradient(135deg,#0369a1,#0284c7); }

/* === URGENCY BANNER === */
.aq-urgency-banner {
    display: none; text-align: center; font-weight: 800; font-size: .9rem;
    padding: 12px 16px; border-radius: 10px; margin-bottom: 14px;
    letter-spacing: .5px;
}
.aq-urgency-high {
    background: rgba(239,68,68,.15); border: 1px solid rgba(239,68,68,.5);
    color: #fca5a5; animation: aq-pulse 1.5s infinite;
}
.aq-urgency-critical {
    background: rgba(239,68,68,.25); border: 1px solid #ef4444;
    color: #fff; animation: aq-blink .6s infinite;
}

/* === COUNTDOWN URGENZA === */
.aq-cd-warning .aq-countdown-unit-value { color: #f59e0b !important; }
.aq-cd-panic .aq-countdown-unit-value   { color: #ef4444 !important; animation: aq-pulse 1s infinite; }
.aq-cd-critical .aq-countdown-unit      { animation: aq-shake .4s infinite; }
.aq-cd-critical .aq-countdown-unit-value { color: #ef4444 !important; }

/* === VIEWER COUNT === */
#aq-viewers {
    display: none; text-align: center; font-size: .78rem;
    color: rgba(255,255,255,.5); margin-bottom: 12px;
    padding: 6px 12px; background: rgba(255,255,255,.05);
    border-radius: 20px; border: 1px solid rgba(255,255,255,.08);
}

/* === CONFERMA OFFERTA === */
#aq-bid-confirm {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.75); z-index: 9999;
    align-items: center; justify-content: center;
    backdrop-filter: blur(4px);
}
#aq-bid-confirm.aq-confirm-show { display: flex; }
.aq-confirm-box {
    background: linear-gradient(145deg,#0D1825,#132035);
    border: 1px solid rgba(255,107,0,.4); border-radius: 18px;
    padding: 32px 36px; text-align: center; max-width: 340px;
    box-shadow: 0 24px 60px rgba(0,0,0,.6);
    animation: aq-fade-up .3s ease;
}
.aq-confirm-title  { color: rgba(255,255,255,.6); font-size: .8rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.aq-confirm-amount { color: #FFB347; font-size: 2.4rem; font-weight: 900; margin-bottom: 8px; }
.aq-confirm-sub    { color: rgba(255,255,255,.4); font-size: .8rem; margin-bottom: 24px; }
.aq-confirm-cd-wrap {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    margin-bottom: 20px; color: rgba(255,255,255,.7); font-size: .85rem;
}
#aq-bid-confirm-cd {
    display: inline-flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; border-radius: 50%;
    background: #FF6B00; color: #fff; font-size: 1.4rem; font-weight: 900;
    animation: aq-pulse 1s infinite;
}
#aq-bid-confirm-cancel {
    background: none; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.6);
    padding: 10px 28px; border-radius: 8px; cursor: pointer; font-size: .85rem;
    font-family: inherit; transition: all .2s;
}
#aq-bid-confirm-cancel:hover { border-color: #ef4444; color: #ef4444; }

/* === LISTA: BADGE NUOVA OFFERTA === */
.aq-new-bid-badge {
    position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
    background: #FF6B00; color: #fff; font-size: .68rem; font-weight: 800;
    padding: 3px 12px; border-radius: 20px; white-space: nowrap;
    opacity: 0; transition: opacity .3s ease; pointer-events: none; z-index: 3;
}
.aq-new-bid-badge-show { opacity: 1; }

/* === LISTA: TIMER URGENTE SHAKE === */
.aq-timer-shake { animation: aq-shake .5s infinite; color: #ef4444 !important; }

/* === ANTI-SNIPE MSG === */
.aq-antisnipe-msg {
    background: rgba(239,68,68,.15); border: 1px solid rgba(239,68,68,.4);
    border-radius: 8px; padding: 10px 14px; margin-bottom: 12px;
    font-size: .82rem; color: #fca5a5; text-align: center;
}

/* === BANNER IN TESTA / SUPERATO === */
.aq-winning-banner {
    text-align: center; font-weight: 800; font-size: .88rem;
    padding: 10px 16px; border-radius: 10px; margin-bottom: 14px;
    letter-spacing: .3px; transition: all .4s ease;
}
.aq-winning-banner.aq-winning {
    background: rgba(22,163,74,.15); border: 1px solid rgba(22,163,74,.5);
    color: #4ade80;
}
.aq-winning-banner.aq-losing {
    background: rgba(220,38,38,.15); border: 1px solid rgba(220,38,38,.5);
    color: #f87171; animation: aq-pulse 1.8s infinite;
}

/* === PROXY BIDDING CALLOUT === */
.aq-proxy-callout {
    background: rgba(0,180,216,.07); border: 1px solid rgba(0,180,216,.2);
    border-radius: 10px; padding: 12px 14px; margin-bottom: 14px;
}
.aq-proxy-callout-title {
    font-size: .75rem; font-weight: 800; color: #00B4D8;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px;
}
.aq-proxy-callout-body {
    font-size: .78rem; color: rgba(255,255,255,.55); line-height: 1.55;
}

/* === QUICK BID BUTTONS === */
.aq-quick-bids { margin-top: 12px; }
.aq-quick-bids-label {
    font-size: .65rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: rgba(255,255,255,.35); margin-bottom: 6px;
    display: block;
}
.aq-quick-bids-row { display: flex; gap: 6px; flex-wrap: wrap; }
.aq-quick-bid-btn {
    background: rgba(255,107,0,.12); border: 1px solid rgba(255,107,0,.3);
    color: #FF6B00; font-size: .78rem; font-weight: 700;
    padding: 7px 12px; border-radius: 8px; cursor: pointer;
    font-family: inherit; transition: all .18s;
    white-space: nowrap;
}
.aq-quick-bid-btn:hover {
    background: #FF6B00; color: #fff; border-color: #FF6B00;
    transform: translateY(-1px); box-shadow: 0 4px 12px rgba(255,107,0,.35);
}
.aq-quick-bid-btn:active { transform: translateY(0); }

/* === GRAFICO ATTIVITÀ OFFERTE === */
.aq-chart-wrap {
    background: rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px; padding: 16px 20px; margin: 20px 0;
}
.aq-chart-title {
    font-size: .72rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; color: rgba(255,255,255,.35); margin-bottom: 10px;
}
#aq-bid-chart { width: 100%; display: block; }

/* === LISTA: WINNER DISPLAY === */
.aq-card-winner {
    font-size: .75rem; color: #FFB347; margin-bottom: 8px;
    padding: 6px 10px; background: rgba(255,179,71,.08);
    border-radius: 6px; border: 1px solid rgba(255,179,71,.2);
    line-height: 1.4;
}
.aq-card-winner-date {
    display: block; font-size: .68rem; color: rgba(255,255,255,.35);
    margin-top: 2px;
}

/* === LISTA: VIEWER COUNT CARD === */
.aq-card-viewers {
    font-size: .68rem; color: rgba(255,255,255,.4);
    text-align: center; padding: 4px 0; min-height: 0;
    transition: opacity .3s;
}

/* ============================================================
   v4.4.65 — Suono, Last Second War, AI Predict, Gamification,
             Mobile Gallery, Smart Ranking, Watcher count
   ============================================================ */

/* === LAST SECOND WAR OVERLAY === */
.aq-war-overlay {
    display: none; position: fixed; inset: 0; z-index: 99998;
    background: rgba(0,0,0,.85); backdrop-filter: blur(6px);
    align-items: center; justify-content: center;
}
.aq-war-overlay.aq-war-active { display: flex; animation: aq-war-in .4s ease; }
@keyframes aq-war-in {
    from { opacity: 0; transform: scale(.95); }
    to   { opacity: 1; transform: scale(1); }
}
.aq-war-content {
    background: linear-gradient(145deg, #1a0000, #2d0808);
    border: 2px solid #ef4444;
    border-radius: 20px; padding: 40px 48px; text-align: center;
    box-shadow: 0 0 60px rgba(239,68,68,.4), 0 0 120px rgba(239,68,68,.15);
    animation: aq-war-pulse 1s infinite;
    max-width: 380px; width: 90%;
}
@keyframes aq-war-pulse {
    0%, 100% { box-shadow: 0 0 40px rgba(239,68,68,.4); }
    50%       { box-shadow: 0 0 80px rgba(239,68,68,.6); }
}
.aq-war-label {
    font-size: .75rem; font-weight: 800; letter-spacing: 3px;
    color: #ef4444; text-transform: uppercase; margin-bottom: 16px;
    animation: aq-blink .5s infinite;
}
.aq-war-price {
    font-size: 3rem; font-weight: 900; color: #FFB347;
    font-variant-numeric: tabular-nums; margin-bottom: 8px;
}
.aq-war-timer {
    font-size: 4rem; font-weight: 900; color: #FFB347;
    font-variant-numeric: tabular-nums; letter-spacing: -2px;
    margin-bottom: 24px; font-family: 'Courier New', monospace;
}
.aq-war-bid-btn {
    background: #ef4444; color: #fff; border: none;
    font-size: 1rem; font-weight: 800; padding: 14px 32px;
    border-radius: 12px; cursor: pointer; width: 100%;
    font-family: inherit; transition: all .15s;
    margin-bottom: 12px;
}
.aq-war-bid-btn:hover { background: #dc2626; transform: scale(1.02); }
.aq-war-close {
    color: rgba(255,255,255,.4); font-size: .8rem; cursor: pointer;
    transition: color .2s;
}
.aq-war-close:hover { color: rgba(255,255,255,.7); }

/* === AI PRICE PREDICTION v2 === */
.aq-ai-predict {
    background: linear-gradient(145deg, rgba(99,102,241,.12), rgba(139,92,246,.08));
    border: 1px solid rgba(139,92,246,.35);
    border-radius: 16px; padding: 16px 18px; margin-top: 16px;
    position: relative; overflow: hidden;
}
.aq-ai-predict::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #a78bfa, #6366f1);
    background-size: 200% 100%;
    animation: aq-shimmer 2s linear infinite;
}
.aq-ai-header {
    display: flex; align-items: center; gap: 8px; margin-bottom: 14px;
}
.aq-ai-icon { font-size: 1.2rem; }
.aq-ai-title {
    font-size: .78rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 1.5px; color: rgba(255,255,255,.7); flex: 1;
}
.aq-ai-badge {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff; font-size: .6rem; font-weight: 800;
    padding: 3px 9px; border-radius: 20px; letter-spacing: 1.5px;
    animation: aq-live-ping 2s infinite;
}
.aq-ai-loading {
    color: rgba(255,255,255,.4); font-size: .78rem;
    text-align: center; padding: 16px 0;
    animation: aq-pulse 1.5s infinite;
}
/* Riga prezzo stima */
.aq-ai-price-row {
    display: flex; align-items: center; gap: 12px;
    background: rgba(0,0,0,.25); border-radius: 10px;
    padding: 12px 14px; margin-bottom: 14px;
}
.aq-ai-price-now, .aq-ai-price-est { flex: 1; }
.aq-ai-price-est { text-align: right; }
.aq-ai-plbl {
    font-size: .6rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: .8px; color: rgba(255,255,255,.35); margin-bottom: 3px;
}
.aq-ai-pval { font-size: 1rem; font-weight: 800; color: rgba(255,255,255,.7); }
.aq-ai-pval-big { font-size: 1.35rem; color: #FFB347 !important; }
.aq-ai-arrow { color: rgba(255,255,255,.3); font-size: 1.2rem; }
/* No data state */
.aq-ai-no-data {
    text-align: center; padding: 14px 0 10px;
}
/* Barre metriche */
.aq-ai-meters { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.aq-ai-meter { }
.aq-ai-meter-head {
    display: flex; justify-content: space-between;
    font-size: .68rem; font-weight: 700; margin-bottom: 5px;
    color: rgba(255,255,255,.5);
}
.aq-ai-bar-track {
    height: 6px; background: rgba(255,255,255,.08); border-radius: 20px; overflow: hidden;
}
.aq-ai-bar-fill {
    height: 100%; border-radius: 20px; width: 0%;
}
/* Stats mini */
.aq-ai-stats-row {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 8px; margin-bottom: 12px;
    background: rgba(0,0,0,.2); border-radius: 10px; padding: 10px 8px;
}
.aq-ai-mini { text-align: center; }
.aq-ai-mini-val { font-size: .95rem; font-weight: 800; color: #fff; margin-bottom: 2px; }
.aq-ai-mini-lbl {
    font-size: .58rem; color: rgba(255,255,255,.3);
    text-transform: uppercase; letter-spacing: .5px;
}
/* Insights psicologici */
.aq-ai-insights { display: flex; flex-direction: column; gap: 7px; margin-bottom: 12px; }
.aq-ai-insight {
    display: flex; align-items: flex-start; gap: 8px;
    background: rgba(0,0,0,.2); border-left: 3px solid #6366f1;
    border-radius: 0 8px 8px 0; padding: 8px 10px;
    font-size: .75rem; color: rgba(255,255,255,.65); line-height: 1.45;
    animation: aq-fade-up .4s ease;
}
.aq-ai-ins-icon { flex-shrink: 0; font-size: .9rem; }
/* Footer */
.aq-ai-footer {
    display: flex; align-items: center; gap: 6px;
    font-size: .62rem; color: rgba(255,255,255,.25);
    border-top: 1px solid rgba(255,255,255,.06); padding-top: 8px;
}
.aq-ai-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #6366f1; display: inline-block; flex-shrink: 0;
    animation: aq-live-ping 2s infinite;
}
.aq-ai-dot-spin { animation: aq-rotate .8s linear infinite !important; }
@keyframes aq-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes aq-fade-up { from { opacity:0; transform:translateY(4px); } to { opacity:1; transform:translateY(0); } }
.aq-ai-loaded { animation: aq-fade-up .35s ease; }

/* === GAMIFICATION BADGES === */
.aq-badges-wrap {
    display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px;
}
.aq-badge-item {
    display: flex; align-items: center; gap: 5px;
    background: rgba(255,179,71,.1); border: 1px solid rgba(255,179,71,.25);
    border-radius: 20px; padding: 5px 12px; cursor: default;
    transition: all .2s;
}
.aq-badge-item:hover {
    background: rgba(255,179,71,.2); border-color: rgba(255,179,71,.5);
    transform: translateY(-1px);
}
.aq-badge-icon { font-size: .9rem; }
.aq-badge-label { font-size: .7rem; font-weight: 700; color: #FFB347; }

/* === SOUND TOGGLE === */
.aq-sound-toggle {
    margin-top: 14px; padding: 8px 12px;
    background: rgba(255,255,255,.04); border-radius: 8px;
}
.aq-sound-label {
    display: flex; align-items: center; gap: 8px; cursor: pointer;
    font-size: .75rem; color: rgba(255,255,255,.45); margin: 0;
}
.aq-sound-label input[type=checkbox] { cursor: pointer; }

/* === WATCHER COUNT === */
.aq-watcher-count {
    text-align: center; font-size: .75rem; color: rgba(255,255,255,.4);
    padding: 5px 0; margin-bottom: 4px;
}

/* === LISTA: HOT BADGE === */
.aq-hot-badge {
    position: absolute; bottom: 8px; left: 8px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff; font-size: .62rem; font-weight: 800;
    padding: 3px 8px; border-radius: 20px; letter-spacing: .5px;
    animation: aq-blink 1.5s infinite;
}

/* === MOBILE OTTIMIZZAZIONI === */
@media(max-width:767px) {
    .aq-countdown-big { gap: 8px !important; }
    .aq-countdown-unit-value { font-size: 2.2rem !important; }
    .aq-quick-bids-row { gap: 5px; }
    .aq-quick-bid-btn { padding: 9px 8px; font-size: .74rem; flex: 1; }
    .aq-bid-submit { padding: 12px 18px !important; font-size: .9rem; }
    #aq-main-img { cursor: zoom-in; }
    .aq-price-box-value { font-size: 2.4rem !important; }
    .aq-war-price { font-size: 2.2rem; }
    .aq-war-timer { font-size: 3rem; }
    .aq-war-content { padding: 28px 24px; }
    .aq-ai-row { grid-template-columns: repeat(3,1fr); gap: 6px; }
    .aq-ai-stat-val { font-size: .9rem; }
}

/* === BANNER ACCOUNT HOME === */
.aqs-user-banner--account {
    background: linear-gradient(135deg, #1a2f1a, #1e3a1e);
    border-bottom: 1px solid rgba(74,222,128,.2);
    color: #fff;
}
.aqs-user-banner--account .aqs-banner-btn {
    background: #4ade80; color: #14532d;
}

/* === AI v4 — Headline, raccomandazione, meter-sub === */
.aq-ai-headline {
    background: rgba(0,0,0,.25);
    border-left: 3px solid #FFB347;
    border-radius: 0 8px 8px 0;
    padding: 10px 12px;
    font-size: .82rem;
    color: rgba(255,255,255,.8);
    line-height: 1.5;
    margin-bottom: 14px;
    font-weight: 500;
}
.aq-ai-recommend {
    display: flex; align-items: center; justify-content: space-between;
    background: rgba(255,107,0,.12); border: 1px solid rgba(255,107,0,.3);
    border-radius: 10px; padding: 10px 14px; margin-bottom: 14px;
    flex-wrap: wrap; gap: 6px;
}
.aq-ai-rec-label {
    font-size: .72rem; color: rgba(255,255,255,.6); flex: 1;
}
.aq-ai-rec-amount {
    font-size: 1.1rem; font-weight: 900; color: #FF6B00;
    font-variant-numeric: tabular-nums;
}
.aq-ai-meter-sub {
    font-size: .63rem; color: rgba(255,255,255,.3);
    margin-top: 4px; line-height: 1.4;
}

/* === AI v5 — Messaggi rotativi, headline urgente, CTA === */
.aq-ai-headline-urgent {
    animation: aq-pulse 2s infinite !important;
    border-left-color: #ef4444 !important;
    background: rgba(239,68,68,.08) !important;
}
.aq-ai-rotating-wrap {
    background: rgba(255,255,255,.04);
    border-radius: 10px; padding: 12px 14px;
    margin-bottom: 12px; min-height: 52px;
    display: flex; align-items: center;
}
.aq-ai-rotating-msg {
    font-size: .8rem; color: rgba(255,255,255,.75);
    line-height: 1.55; text-align: center; width: 100%;
    transition: opacity .35s ease, transform .35s ease;
}
.aq-ai-cta-btn {
    background: #FF6B00; color: #fff;
    border: none; border-radius: 8px; cursor: pointer;
    font-size: .75rem; font-weight: 800; padding: 8px 14px;
    font-family: inherit; white-space: nowrap;
    transition: all .18s; flex-shrink: 0;
}
.aq-ai-cta-btn:hover { background: #e05500; transform: scale(1.04); }
.aq-ai-recommend {
    display: flex; align-items: center; justify-content: space-between;
    background: rgba(255,107,0,.12); border: 1px solid rgba(255,107,0,.3);
    border-radius: 10px; padding: 10px 12px 10px 14px;
    margin-bottom: 14px; gap: 10px; flex-wrap: nowrap;
}
.aq-ai-rec-body { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.aq-ai-rec-label { font-size: .68rem; color: rgba(255,255,255,.5); }
.aq-ai-rec-amount { font-size: 1.15rem; font-weight: 900; color: #FF6B00; font-variant-numeric: tabular-nums; }
