.nke-sticky-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 9999;
    background: #fff;
    border-top: 2px solid #0094a8;
    box-shadow: 0 -4px 24px rgba(3,65,88,.13);
    transform: translateY(0);
    transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .3s;
}
.nke-sticky-bar.hidden { transform: translateY(110%); pointer-events: none; }
.nke-sticky-bar.scrolled-top { opacity: 0; pointer-events: none; }
.nke-sticky-inner {
    max-width: 1400px; margin: 0 auto;
    padding: 10px 16px;
    display: flex; align-items: center; gap: 12px;
}
.nke-sticky-left { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nke-sticky-label {
    font-size: 10px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .6px; color: #16a34a; background: #dcfce7;
    border-radius: 5px; padding: 2px 7px; flex-shrink: 0;
}
.nke-sticky-logo { height: 22px; max-width: 80px; object-fit: contain; }
.nke-sticky-plat-txt { font-size: 13px; font-weight: 700; color: #034158; }
.nke-sticky-mid { flex: 1; display: flex; align-items: center; gap: 10px; min-width: 0; }
.nke-sticky-fiyat { font-size: 20px; font-weight: 900; color: #034158; white-space: nowrap; letter-spacing: -.5px; }
.nke-sticky-rozet { font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 20px; white-space: nowrap; }
.nke-sticky-btn {
    background: linear-gradient(135deg, #0094a8, #034158);
    color: #fff; border: none; padding: 10px 20px; border-radius: 9px;
    font-size: 13px; font-weight: 700; cursor: pointer;
    text-decoration: none; white-space: nowrap; flex-shrink: 0;
    transition: opacity .15s, transform .15s;
    display: inline-flex; align-items: center; gap: 5px;
}
.nke-sticky-btn:hover { opacity: .9; transform: translateY(-1px); text-decoration: none; color: #fff; }
.nke-sticky-kapat {
    background: none; border: none; color: #aaa; font-size: 16px;
    cursor: pointer; padding: 4px 6px; flex-shrink: 0; line-height: 1;
}
.nke-sticky-kapat:hover { color: #555; }

.nke-rozet {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 5px 13px; border-radius: 22px;
    font-size: 13px; font-weight: 700; border: 1.5px solid transparent;
}
.rozet-stabil  { background: #e0f2fe; color: #0369a1; border-color: #bae6fd; }
.rozet-iyi     { background: #dcfce7; color: #166534; border-color: #86efac; }
.rozet-orta    { background: #fef9c3; color: #854d0e; border-color: #fde047; }
.rozet-pahali  { background: #fee2e2; color: #991b1b; border-color: #fca5a5; }
.rozet-duser   { background: #d1fae5; color: #065f46; border-color: #6ee7b7; }
.rozet-artiyor { background: #fef3c7; color: #92400e; border-color: #fcd34d; }
.nke-sticky-rozet.rozet-stabil  { background: #e0f2fe; color: #0369a1; }
.nke-sticky-rozet.rozet-iyi     { background: #dcfce7; color: #166534; }
.nke-sticky-rozet.rozet-orta    { background: #fef9c3; color: #854d0e; }
.nke-sticky-rozet.rozet-pahali  { background: #fee2e2; color: #991b1b; }
.nke-sticky-rozet.rozet-duser   { background: #d1fae5; color: #065f46; }
.nke-sticky-rozet.rozet-artiyor { background: #fef3c7; color: #92400e; }

.nke-trend-karti {
    background: #fff; border: 1px solid #e8e5e0;
    border-radius: 13px; padding: 16px 20px; margin-bottom: 14px;
}
.nke-rozet-satir { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.nke-rozet-icon { font-size: 16px; }
.nke-rozet-metin { font-size: 13px; }
.nke-trend-badge {
    display: inline-flex; flex-direction: column; align-items: flex-start;
    padding: 5px 12px; border-radius: 9px; font-size: 13px; font-weight: 700; gap: 1px;
}
.nke-trend-badge small { font-size: 10px; font-weight: 400; opacity: .7; }
.trend-yukari  { background: #fee2e2; color: #b91c1c; }
.trend-asagi   { background: #dcfce7; color: #15803d; }
.trend-stabil  { background: #f1f5f9; color: #475569; }
.trend-belirsiz{ background: #f1f5f9; color: #475569; }
.nke-trend-yorum { font-size: 13px; line-height: 1.7; color: #444; margin: 0; }

.nke-grafik-kart {
    background: #fff; border: 1px solid #e8e5e0;
    border-radius: 13px; padding: 18px 20px 14px;
    margin-bottom: 14px; overflow: hidden;
}
.nke-grafik-head {
    display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 14px;
}
.nke-grafik-baslik {
    display: flex; align-items: center; gap: 7px;
    font-size: 15px; font-weight: 700; color: #034158;
}
.nke-grafik-icon { font-size: 18px; }

.nke-grafik-sekmeler { display: flex; gap: 4px; }
.nke-sekme {
    background: #f0f8fa; border: 1px solid #d5eef3;
    color: #034158; font-size: 12px; font-weight: 700;
    padding: 5px 13px; border-radius: 7px; cursor: pointer;
    transition: all .15s; letter-spacing: .2px;
}
.nke-sekme:hover { background: #d5eef3; }
.nke-sekme.aktif { background: #034158; color: #fff; border-color: #034158; }

.nke-grafik-alan { position: relative; width: 100%; min-height: 180px; }
.nke-canvas { display: block; width: 100%; height: 220px; cursor: crosshair; }

.nke-grafik-tooltip {
    position: absolute;
    background: #034158; color: #fff;
    border-radius: 9px; pointer-events: none;
    display: none; white-space: nowrap; z-index: 10;
    box-shadow: 0 6px 20px rgba(3,65,88,.3);
    transform: translateX(-50%);
    overflow: hidden;
    min-width: 130px;
}
.nke-tip-tarih {
    font-size: 10px; font-weight: 600; opacity: .7;
    padding: 7px 12px 3px; text-transform: uppercase; letter-spacing: .5px;
}
.nke-tip-ort {
    font-size: 15px; font-weight: 900;
    padding: 0 12px 4px; color: #fff;
}
.nke-tip-aralik {
    font-size: 10px; opacity: .65;
    padding: 3px 12px 8px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.nke-donem-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 14px 0 10px;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e8e5e0;
}
.nke-donem-item { display: flex; flex-direction: column; gap: 3px; }
.nke-donem-lbl { font-size: 10px; color: #94a3b8; font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }
.nke-donem-val { font-size: 14px; font-weight: 800; }
.nke-donem-val.yuksek  { color: #dc2626; }
.nke-donem-val.dusuk   { color: #16a34a; }
.nke-donem-val.simdiki { color: #034158; }
.nke-donem-yorum {
    grid-column: 1 / -1;
    font-size: 12px; color: #555; line-height: 1.6;
    padding-top: 10px; border-top: 1px solid #e8e5e0;
}

.nke-grafik-lejant {
    display: flex; gap: 14px; margin-top: 10px;
    padding-top: 10px; border-top: 1px solid #f0eeea;
}
.nke-lej-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #777; }
.nke-lej-cizgi {
    width: 20px; height: 3px; border-radius: 2px; flex-shrink: 0;
}
.nke-lej-cizgi.mavi { background: #1a6fa8; }
.nke-lej-cizgi.bant { background: rgba(26,111,168,0.15); border: 1px dashed #1a6fa8; height: 10px; border-radius: 3px; }

.nke-grafik-bos {
    display: flex; flex-direction: column; align-items: center;
    justify-content: center; padding: 28px 16px; text-align: center; min-height: 160px;
}
.nke-grafik-bos-icon { font-size: 32px; margin-bottom: 10px; }
.nke-grafik-bos-baslik { font-size: 14px; font-weight: 700; color: #034158; margin-bottom: 6px; }
.nke-grafik-bos-alt { font-size: 12px; color: #888; line-height: 1.6; max-width: 300px; }
.nke-grafik-bos-bar { display: flex; align-items: flex-end; gap: 6px; margin-top: 18px; height: 40px; }
.nke-gbos-dot {
    width: 12px; border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #b0dce6, #d5eef3);
    animation: nkeGbosAnim 1.6s ease-in-out infinite;
}
.nke-gbos-dot:nth-child(1) { height:20px; animation-delay:0s; }
.nke-gbos-dot:nth-child(2) { height:32px; animation-delay:.2s; }
.nke-gbos-dot:nth-child(3) { height:24px; animation-delay:.4s; }
.nke-gbos-dot:nth-child(4) { height:36px; animation-delay:.6s; }
.nke-gbos-dot:nth-child(5) { height:28px; animation-delay:.8s; }
@keyframes nkeGbosAnim {
    0%,100% { opacity:.4; transform:scaleY(.8); }
    50%      { opacity:1;  transform:scaleY(1); }
}

.nke-seo-trend { background:#f8f7f4; border-radius:12px; padding:16px 20px; margin-bottom:14px; }
.nke-seo-trend h3 { font-size:14px; font-weight:700; color:#034158; margin:0 0 7px; }
.nke-seo-trend p  { font-size:13px; color:#555; line-height:1.75; margin:0; }

@media (max-width: 580px) {
    .nke-sticky-inner  { padding: 8px 12px; gap: 8px; }
    .nke-sticky-fiyat  { font-size: 17px; }
    .nke-sticky-rozet  { display: none; }
    .nke-sticky-btn    { padding: 8px 14px; font-size: 12px; }
    .nke-sticky-label  { display: none; }
    .nke-trend-karti   { padding: 13px 14px; }
    .nke-grafik-kart   { padding: 14px 12px 10px; }
    .nke-grafik-baslik { font-size: 13px; }
    .nke-sekme         { font-size: 11px; padding: 4px 9px; }
    .nke-canvas        { height: 180px; }
    .nke-donem-stats   { grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px; }
    .nke-donem-val     { font-size: 12px; }
    .nke-grafik-lejant { gap: 8px; }
    .nke-lej-item      { font-size: 10px; }
    .nke-seo-trend     { padding: 13px 14px; }
}