/* =========================================================
   AKORDEPOSU - PROFESSIONAL SONG PAGE
========================================================= */

.ad-song-pro {
    --red: #ff2020;
    --red-dark: #e80e0e;
    --ink: #202938;
    --muted: #7a8493;
    --line: #e5e9ef;
    --soft: #f7f8fa;
    --green: #118b47;
    width: min(1380px, calc(100% - 42px));
    margin: 30px auto 55px;
    color: var(--ink);
}

.ad-song-pro * {
    box-sizing: border-box;
}

.ad-song-pro button,
.ad-song-pro a {
    font-family: inherit;
}

.ad-song-pro a {
    text-decoration: none !important;
}

/* breadcrumb */
.adsp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    color: #929baa;
    font-size: 10px;
}

.adsp-breadcrumb a {
    color: #768191;
}

.adsp-breadcrumb strong {
    overflow: hidden;
    max-width: 320px;
    color: #a2a9b3;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* heading */
.adsp-head {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: flex-start;
    margin-bottom: 17px;
}

.adsp-head h1 {
    margin: 0 0 8px !important;
    color: #1c2431 !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.035em;
}

.adsp-head h1 a {
    color: var(--red);
}

.adsp-head h1 span {
    padding: 0 5px;
    color: #98a1ae;
}

.adsp-head h1 em {
    margin-left: 6px;
    color: #5e6876;
    font-size: .65em;
    font-style: normal;
    font-weight: 700;
}

.adsp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    color: #818b99;
    font-size: 9.5px;
    font-weight: 600;
}

.adsp-head-actions {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.adsp-action,
.adsp-toolbar-button,
.adsp-small-button,
.adsp-version-tab,
.adsp-view-switch button,
.adsp-content-tools button,
.adsp-side-links button,
.adsp-share-buttons button {
    border: 1px solid var(--line);
    background: #fff;
    color: #445061;
    cursor: pointer;
}

.adsp-action {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 750;
}

.adsp-action:hover,
.adsp-toolbar-button:hover,
.adsp-small-button:hover {
    border-color: #cfd5dd;
    background: #fafbfc;
}

/* toolbar */
.adsp-toolbar {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(30, 42, 58, .035);
}

.adsp-tool {
    min-width: 94px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
}

.adsp-tool-icon {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--soft);
    font-size: 14px;
}

.adsp-tool small,
.adsp-tool strong {
    display: block;
}

.adsp-tool small {
    margin-bottom: 2px;
    color: #939ca9;
    font-size: 7.5px;
}

.adsp-tool strong {
    color: #3b4655;
    font-size: 9px;
}

.adsp-stars {
    color: var(--red) !important;
    letter-spacing: 1px;
    cursor: pointer;
}

.adsp-toolbar-spacer {
    flex: 1;
}

.adsp-toolbar-button {
    min-height: 35px;
    padding: 0 11px;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 750;
}

.adsp-report {
    border-color: #ffb6b6;
    color: var(--red);
}

.adsp-play-button {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

.adsp-play-button.is-playing {
    background: #283342;
    border-color: #283342;
}

/* player */
.adsp-player {
    min-height: 104px;
    display: grid;
    grid-template-columns: 74px 44px minmax(0,1fr) auto;
    align-items: center;
    gap: 13px;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
}

.adsp-player-cover {
    width: 74px;
    height: 74px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eef1f5;
    color: #627083;
    font-size: 26px;
    font-weight: 850;
}

.adsp-player-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adsp-player-play {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    cursor: pointer;
}

.adsp-player-play.is-playing::before {
    content: "Ⅱ";
    font-size: 13px;
}

.adsp-player-play.is-playing {
    font-size: 0;
}

.adsp-player-main {
    min-width: 0;
}

.adsp-player-main > strong,
.adsp-player-main > small {
    display: block;
}

.adsp-player-main > strong {
    color: #273140;
    font-size: 11px;
}

.adsp-player-main > small {
    margin-top: 2px;
    color: #818b98;
    font-size: 8.5px;
}

.adsp-wave {
    height: 30px;
    display: flex;
    gap: 2px;
    align-items: center;
    margin-top: 8px;
    overflow: hidden;
}

.adsp-wave i {
    width: 2px;
    height: var(--h);
    flex: 0 0 2px;
    border-radius: 2px;
    background: #d7dce2;
}

.adsp-player-status {
    min-width: 108px;
    text-align: right;
}

.adsp-player-status span,
.adsp-player-status small {
    display: block;
}

.adsp-player-status span {
    color: #3f4a5a;
    font-size: 9px;
    font-weight: 800;
}

.adsp-player-status small {
    margin-top: 2px;
    color: #9aa2ad;
    font-size: 7px;
}

/* tabs */
.adsp-version-tabs {
    display: flex;
    gap: 7px;
    margin: 14px 0 10px;
    overflow-x: auto;
}

.adsp-version-tab {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 13px;
    border-radius: 9px;
    white-space: nowrap;
    font-size: 9px;
    font-weight: 800;
}

.adsp-version-tab.is-active {
    border-color: #ffb0b0;
    background: #fff5f5;
    color: var(--red);
}

/* key */
.adsp-key-panel,
.adsp-diagrams,
.adsp-version-content,
.adsp-related,
.adsp-side-card {
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
}

.adsp-key-panel {
    margin-bottom: 12px;
    padding: 14px 15px;
}

.adsp-key-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.adsp-key-title {
    display: flex;
    align-items: center;
    gap: 9px;
}

.adsp-key-title > span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffb1b1;
    border-radius: 8px;
    color: var(--red);
}

.adsp-key-title strong,
.adsp-key-title small {
    display: block;
}

.adsp-key-title strong {
    color: #2a3443;
    font-size: 11px;
}

.adsp-key-title small {
    margin-top: 3px;
    color: #9099a6;
    font-size: 7.5px;
}

.adsp-key-title b {
    color: var(--green);
}

.adsp-key-actions {
    display: flex;
    gap: 5px;
}

.adsp-small-button {
    min-height: 30px;
    padding: 0 9px;
    border-radius: 7px;
    font-size: 8px;
    font-weight: 750;
}

.adsp-keys {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.adsp-keys button {
    min-width: 34px;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #dfe3e8;
    border-radius: 6px;
    background: #fff;
    color: #424d5c;
    font-size: 8.5px;
    font-weight: 750;
    cursor: pointer;
}

.adsp-keys button:hover {
    border-color: #ff9898;
}

.adsp-keys button.is-active {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

/* diagrams */
.adsp-diagrams {
    margin-bottom: 14px;
    padding: 15px;
}

.adsp-section-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 13px;
}

.adsp-section-head > div:first-child {
    display: flex;
    gap: 9px;
}

.adsp-section-icon {
    color: var(--red);
}

.adsp-section-head h2 {
    margin: 0 0 3px !important;
    color: #293342 !important;
    font-size: 14px !important;
}

.adsp-section-head p {
    margin: 0;
    color: #8d96a3;
    font-size: 8.5px;
}

.adsp-view-switch {
    display: flex;
}

.adsp-view-switch button {
    min-height: 29px;
    padding: 0 9px;
    font-size: 8px;
    font-weight: 750;
}

.adsp-view-switch button:first-child {
    border-radius: 7px 0 0 7px;
}

.adsp-view-switch button:last-child {
    margin-left: -1px;
    border-radius: 0 7px 7px 0;
}

.adsp-view-switch button.is-active {
    border-color: var(--red);
    background: var(--red);
    color: #fff;
}

.adsp-diagram-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(100px, 1fr));
    gap: 10px;
}

.adsp-diagram-card {
    min-height: 142px;
    padding: 9px 7px 7px;
    border: 1px solid #e1e5ea;
    border-radius: 9px;
    text-align: center;
    transition: .15s ease;
}

.adsp-diagram-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(39, 51, 66, .06);
}

.adsp-diagram-card svg {
    width: 90px;
    height: 104px;
    max-width: 100%;
}

.adsp-diagram-card strong {
    display: block;
    margin-top: 2px;
    color: #485363;
    font-size: 9px;
}

.adsp-diagram-grid.is-compact {
    grid-template-columns: repeat(10, minmax(78px, 1fr));
}

.adsp-diagram-grid.is-compact .adsp-diagram-card {
    min-height: 112px;
}

.adsp-diagram-grid.is-compact svg {
    width: 66px;
    height: 78px;
}

/* content */
.adsp-content-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 270px;
    gap: 14px;
    align-items: start;
}

.adsp-content-main {
    display: grid;
    gap: 13px;
}

.adsp-version-content {
    overflow: hidden;
}

.adsp-content-head {
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 10px 13px;
    border-bottom: 1px solid var(--line);
}

.adsp-content-head > div:first-child {
    display: flex;
    align-items: center;
    gap: 7px;
}

.adsp-content-head > div:first-child > span {
    color: var(--red);
}

.adsp-content-head h2 {
    margin: 0 !important;
    color: #293342 !important;
    font-size: 13px !important;
}

.adsp-content-tools {
    display: flex;
    align-items: center;
    gap: 5px;
}

.adsp-content-tools > span {
    margin-left: 5px;
    color: #87919e;
    font-size: 7.5px;
}

.adsp-content-tools button {
    width: 29px;
    height: 29px;
    border-radius: 7px;
    font-size: 10px;
}

.adsp-lyrics {
    overflow-x: auto;
    padding: 17px 18px 25px;
}

.adsp-line {
    min-height: 21px;
    white-space: pre;
    color: #283341;
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    line-height: 1.42;
}

.adsp-line.is-chord-line {
    min-height: 19px;
    color: var(--red);
    font-weight: 800;
}

.adsp-note-image {
    position: relative;
    padding: 14px;
    user-select: none;
}

.adsp-note-image img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
}

.adsp-note-image > span {
    position: absolute;
    inset: 0;
}

/* side */
.adsp-side {
    display: grid;
    gap: 10px;
    position: sticky;
    top: 20px;
}

.adsp-side-card {
    padding: 13px;
}

.adsp-side-card h3 {
    margin: 0 0 10px !important;
    color: #2e3846 !important;
    font-size: 11px !important;
}

.adsp-side-card dl {
    margin: 0;
}

.adsp-side-card dl > div {
    display: grid;
    grid-template-columns: 78px minmax(0,1fr);
    gap: 7px;
    padding: 4px 0;
}

.adsp-side-card dt {
    color: #8d96a3;
    font-size: 8px;
}

.adsp-side-card dd {
    margin: 0;
    color: #455060;
    font-size: 8.5px;
    font-weight: 700;
}

.adsp-side-card dd a {
    color: var(--red);
}

.adsp-side-links {
    display: grid;
}

.adsp-side-links button {
    min-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    border-bottom: 1px solid #edf0f3;
    padding: 0;
    text-align: left;
    font-size: 8.5px;
}

.adsp-side-links button:last-child {
    border-bottom: 0;
}

.adsp-share-buttons {
    display: flex;
    gap: 6px;
}

.adsp-share-buttons button {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 800;
}

.adsp-related {
    overflow: hidden;
}

.adsp-related-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 14px;
    padding: 4px 14px 12px;
}

.adsp-related-grid a {
    min-height: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #edf0f3;
    color: #4b5665;
    font-size: 8.5px;
    font-weight: 700;
}

.adsp-related-grid i {
    color: var(--red);
    font-style: normal;
}

.adsp-feedback {
    min-height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 13px 15px;
    border: 1px solid #ffcaca;
    border-radius: 12px;
    background: #fff7f7;
}

.adsp-feedback > div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adsp-feedback > div:first-child > span {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffb5b5;
    border-radius: 50%;
    color: var(--red);
    font-weight: 900;
}

.adsp-feedback strong {
    color: #3d4756;
    font-size: 9px;
}

.adsp-feedback p {
    margin: 3px 0 0;
    color: #8c95a2;
    font-size: 7.5px;
}

.adsp-feedback button {
    min-height: 31px;
    padding: 0 11px;
    border: 1px solid #ff8f8f;
    border-radius: 7px;
    background: #fff;
    color: var(--red);
    font-size: 8px;
    font-weight: 800;
    cursor: pointer;
}

.adsp-empty {
    padding: 35px;
    border: 1px solid var(--line);
    border-radius: 13px;
    color: #7f8997;
    text-align: center;
}

/* modal */
.adsp-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 33, .55);
}

.adsp-modal[hidden] {
    display: none;
}

.adsp-modal-card {
    position: relative;
    width: min(400px,100%);
    padding: 28px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
}

.adsp-modal-card > span {
    color: var(--red);
    font-size: 26px;
}

.adsp-modal-card h3 {
    margin: 8px 0 !important;
}

.adsp-modal-card p {
    color: #808a98;
    font-size: 10px;
    line-height: 1.55;
}

.adsp-modal-card > button:not(.adsp-modal-close) {
    min-height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: var(--red);
    color: #fff;
    cursor: pointer;
}

.adsp-modal-close {
    position: absolute;
    top: 9px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #77818f;
    font-size: 22px;
    cursor: pointer;
}

/* full screen */
.ad-song-pro.is-fullscreen {
    position: fixed;
    inset: 0;
    z-index: 999990;
    width: auto;
    margin: 0;
    overflow-y: auto;
    padding: 25px;
    background: #fff;
}

/* responsive */
@media (max-width: 1100px) {
    .adsp-diagram-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .adsp-content-layout {
        grid-template-columns: minmax(0,1fr) 230px;
    }
}

@media (max-width: 850px) {
    .ad-song-pro {
        width: min(100% - 22px,1380px);
        margin-top: 18px;
    }

    .adsp-head {
        flex-direction: column;
    }

    .adsp-head-actions {
        justify-content: flex-start;
    }

    .adsp-toolbar {
        flex-wrap: wrap;
    }

    .adsp-toolbar-spacer {
        display: none;
    }

    .adsp-player {
        grid-template-columns: 60px 40px minmax(0,1fr);
    }

    .adsp-player-cover {
        width: 60px;
        height: 60px;
    }

    .adsp-player-status {
        display: none;
    }

    .adsp-diagram-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .adsp-content-layout {
        grid-template-columns: 1fr;
    }

    .adsp-side {
        position: static;
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 560px) {
    .adsp-breadcrumb {
        overflow-x: auto;
        white-space: nowrap;
    }

    .adsp-head h1 {
        font-size: 26px !important;
    }

    .adsp-action span {
        display: none;
    }

    .adsp-tool {
        min-width: auto;
        flex: 1 1 82px;
    }

    .adsp-toolbar-button {
        flex: 1;
    }

    .adsp-player {
        grid-template-columns: 52px 36px minmax(0,1fr);
        padding: 9px;
    }

    .adsp-player-cover {
        width: 52px;
        height: 52px;
    }

    .adsp-wave {
        display: none;
    }

    .adsp-key-head,
    .adsp-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .adsp-diagram-grid,
    .adsp-diagram-grid.is-compact {
        grid-template-columns: repeat(3,1fr);
    }

    .adsp-content-tools > span {
        display: none;
    }

    .adsp-line {
        font-size: 13px;
    }

    .adsp-side {
        grid-template-columns: 1fr;
    }

    .adsp-related-grid {
        grid-template-columns: 1fr;
    }

    .adsp-feedback {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media print {
    body * {
        visibility: hidden !important;
    }

    .ad-song-pro,
    .ad-song-pro * {
        visibility: visible !important;
    }

    .ad-song-pro {
        position: absolute;
        inset: 0;
        width: 100%;
        margin: 0;
    }

    .adsp-breadcrumb,
    .adsp-head-actions,
    .adsp-toolbar,
    .adsp-player,
    .adsp-version-tabs,
    .adsp-key-panel,
    .adsp-diagrams,
    .adsp-side,
    .adsp-feedback,
    .adsp-related {
        display: none !important;
    }

    .adsp-content-layout {
        display: block;
    }

    .adsp-version-content {
        border: 0;
    }

    .adsp-content-head {
        border-bottom: 1px solid #aaa;
    }
}


/* =========================================================
   AKORDEPOSU SONG PRO V2 - BRAND FIX / READABILITY
========================================================= */

.ad-song-pro {
    --red: #f59e0b;
    --red-dark: #dd8c00;
    --ink: #102f4e;
    --muted: #6f7c8d;
    --line: #dde4eb;
    --soft: #f5f8fb;
    --green: #1d7a57;
    color: #1c2838;
    font-size: 14px;
}

.adsp-svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.adsp-svg svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.adsp-tool-icon.adsp-svg svg {
    width: 18px;
    height: 18px;
}

.adsp-head h1 {
    color: #102f4e !important;
}

.adsp-head h1 a {
    color: #f59e0b !important;
}

.adsp-action,
.adsp-toolbar-button,
.adsp-small-button,
.adsp-version-tab,
.adsp-content-tools button {
    font-size: 11px;
}

.adsp-action {
    min-height: 40px;
    padding: 0 14px;
}

.adsp-toolbar {
    min-height: 76px;
}

.adsp-tool small {
    font-size: 9px;
}

.adsp-tool strong {
    font-size: 11px;
}

.adsp-toolbar-button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
}

.adsp-report {
    border-color: #f5c56f;
    color: #b56d00;
}

.adsp-play-button {
    border-color: #0f365d;
    background: #0f365d;
    color: #fff;
}

.adsp-play-button:hover {
    border-color: #0b2b4b;
    background: #0b2b4b;
}

.adsp-play-button.is-playing {
    background: #f59e0b;
    border-color: #f59e0b;
}

.adsp-version-tab.is-active {
    border-color: #f3c46b;
    background: #fff8e9;
    color: #a86400;
}

.adsp-key-title > span {
    border-color: #f1c46f;
    color: #d98600;
}

.adsp-keys button:hover {
    border-color: #e9b751;
}

.adsp-keys button.is-active {
    border-color: #0f365d;
    background: #0f365d;
    color: #fff;
}

.adsp-view-switch button.is-active {
    border-color: #0f365d;
    background: #0f365d;
    color: #fff;
}

.adsp-section-icon {
    color: #d98600;
}

.adsp-content-head > div:first-child > span {
    color: #d98600;
}

.adsp-feedback {
    border-color: #f0d8a7;
    background: #fffbf2;
}

.adsp-feedback > div:first-child > span {
    border-color: #eecb83;
    color: #c47700;
}

.adsp-feedback button {
    border-color: #e3b65d;
    color: #a96500;
}

.adsp-side-card dd a {
    color: #d98600;
}

/* -------------------------
   SÖZ & AKOR - EXACT ALIGN
------------------------- */
.adsp-version-content-chord .adsp-content-head {
    border-bottom-color: #dbe3eb;
}

.adsp-version-content-chord .adsp-lyrics {
    padding: 24px 28px 34px !important;
    overflow-x: auto;
    text-align: left !important;
    direction: ltr !important;
    background: #fff;
}

.adsp-version-content-chord .adsp-line {
    width: max-content;
    min-width: 100%;
    min-height: 24px;
    margin: 0 !important;
    padding: 0 !important;
    white-space: pre !important;
    text-align: left !important;
    direction: ltr !important;
    unicode-bidi: plaintext;
    color: #1d2938;
    font-family: "Courier New", Consolas, monospace !important;
    font-size: 17px !important;
    line-height: 1.48 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    text-indent: 0 !important;
}

.adsp-version-content-chord .adsp-line.is-chord-line {
    min-height: 22px;
    color: #d98600 !important;
    font-weight: 800 !important;
}

/* normal note text is also easier to read */
.adsp-version-content:not(.adsp-version-content-chord) .adsp-line {
    font-size: 16px;
    line-height: 1.55;
}

/* sidebar readability */
.adsp-side-card {
    padding: 16px;
}

.adsp-side-card h3 {
    font-size: 13px !important;
    color: #102f4e !important;
}

.adsp-side-card dt {
    font-size: 10px;
}

.adsp-side-card dd {
    font-size: 10.5px;
}

.adsp-side-links button {
    min-height: 40px;
    font-size: 10.5px;
}

.adsp-side-links button > span:first-child {
    color: #314052;
    font-weight: 700;
}

.adsp-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.adsp-share-buttons button {
    width: auto;
    min-width: 48px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 9px;
    border-radius: 7px;
    font-size: 9px;
    font-weight: 700;
}

.adsp-share-buttons .adsp-svg svg {
    width: 14px;
    height: 14px;
}

/* content header */
.adsp-content-head h2 {
    font-size: 15px !important;
}

.adsp-content-tools > span {
    font-size: 9px;
}

.adsp-content-tools button {
    width: 32px;
    height: 32px;
}

/* diagrams more readable */
.adsp-diagram-card strong {
    font-size: 11px;
    color: #102f4e;
}

.adsp-section-head h2 {
    font-size: 16px !important;
    color: #102f4e !important;
}

.adsp-section-head p {
    font-size: 10px;
}

/* hide legacy player if any cached markup remains */
.adsp-player {
    display: none !important;
}

@media (max-width: 850px) {
    .adsp-version-content-chord .adsp-lyrics {
        padding: 20px 16px 28px !important;
    }

    .adsp-version-content-chord .adsp-line {
        font-size: 15px !important;
    }
}

@media (max-width: 560px) {
    .adsp-version-content-chord .adsp-line {
        font-size: 14px !important;
    }

    .adsp-share-buttons button {
        font-size: 8px;
        padding: 0 7px;
    }
}


/* =========================================================
   SONG PRO V3 - ALIGNMENT / LEGIBILITY / BRAND
========================================================= */

/* AkorDeposu marka paleti */
.ad-song-pro {
    --brand-navy: #0f365d;
    --brand-navy-deep: #092b4b;
    --brand-orange: #f39a16;
    --brand-orange-soft: #fff5e5;
    --brand-blue-soft: #f4f7fa;
}

/* Daha okunabilir genel ölçek */
.adsp-breadcrumb {
    font-size: 11px;
}

.adsp-meta {
    font-size: 10.5px;
}

.adsp-action {
    font-size: 11px;
}

.adsp-toolbar {
    gap: 10px;
    padding: 11px 13px;
}

.adsp-tool {
    min-width: 108px;
}

.adsp-tool small {
    font-size: 9px;
}

.adsp-tool strong {
    font-size: 11px;
}

.adsp-toolbar-button {
    font-size: 10px;
    font-weight: 800;
}

/* Otomatik kaydır ana aksiyon */
.adsp-play-button {
    background: var(--brand-navy) !important;
    border-color: var(--brand-navy) !important;
}

.adsp-play-button:hover {
    background: var(--brand-navy-deep) !important;
    border-color: var(--brand-navy-deep) !important;
}

/* Söz ve akor alanı */
.adsp-content-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 16px;
}

.adsp-version-content-chord .adsp-lyrics {
    padding: 25px 30px 36px !important;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, rgba(15,54,93,.02), transparent) border-box;
}

.adsp-version-content-chord .adsp-line {
    width: max-content !important;
    min-width: 0 !important;
    min-height: 26px !important;
    color: #172637 !important;
    font-family: Consolas, "Courier New", monospace !important;
    font-size: 18px !important;
    line-height: 1.48 !important;
    font-weight: 500;
}

.adsp-version-content-chord .adsp-line.is-chord-line {
    min-height: 24px !important;
    color: var(--brand-orange) !important;
    font-weight: 800 !important;
}

/* boş satırların yüksekliği kontrol altında */
.adsp-version-content-chord .adsp-line:not(.is-chord-line):empty {
    min-height: 12px !important;
}

/* Başlık */
.adsp-content-head {
    padding: 12px 16px;
}

.adsp-content-head h2 {
    color: var(--brand-navy) !important;
    font-size: 16px !important;
}

/* Sidebar metinleri */
.adsp-side-card {
    padding: 16px 17px;
}

.adsp-side-card h3 {
    color: var(--brand-navy) !important;
    font-size: 14px !important;
    margin-bottom: 12px !important;
}

.adsp-side-card dl > div {
    grid-template-columns: 92px minmax(0,1fr);
    padding: 5px 0;
}

.adsp-side-card dt {
    font-size: 10.5px;
    color: #7b8796;
}

.adsp-side-card dd {
    font-size: 11px;
    color: #334256;
}

.adsp-side-links button {
    min-height: 42px;
    font-size: 10.5px;
}

.adsp-share-buttons button {
    min-height: 34px;
    font-size: 9.5px;
}

/* turuncu sadece vurgu */
.adsp-head h1 a,
.adsp-side-card dd a,
.adsp-section-icon,
.adsp-content-head > div:first-child > span {
    color: var(--brand-orange) !important;
}

.adsp-key-title > span {
    color: var(--brand-orange) !important;
    border-color: #f0c176 !important;
}

.adsp-key-title b {
    color: var(--brand-navy) !important;
}

/* akor diyagram kartları */
.adsp-diagram-card {
    background: #fff;
    border-color: #dfe5eb;
}

.adsp-diagram-card strong {
    color: var(--brand-navy) !important;
    font-size: 11px;
}

/* player tamamen yok */
.adsp-player {
    display: none !important;
}

/* üstteki eski "çal" görünümünden kalan her şeyi sadeleştir */
.adsp-toolbar .adsp-play-button {
    min-width: 92px;
    justify-content: center;
}

/* Söz alanı mobilde de sola yaslı */
@media (max-width: 850px) {
    .adsp-content-layout {
        grid-template-columns: 1fr;
    }

    .adsp-version-content-chord .adsp-lyrics {
        padding: 20px 18px 30px !important;
    }

    .adsp-version-content-chord .adsp-line {
        font-size: 16px !important;
    }
}

@media (max-width: 560px) {
    .adsp-version-content-chord .adsp-line {
        font-size: 15px !important;
    }
}


/* =========================================================
   SONG PRO V4 - AKOR/SÖZ KOLON EŞLEŞTİRME
========================================================= */

.adsp-version-content-chord .adsp-lyrics {
    padding: 24px 26px 34px !important;
    text-align: left !important;
    overflow-x: auto;
}

.adsp-version-content-chord .adsp-line {
    display: block !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: pre !important;
    text-align: left !important;
    font-family: Consolas, "Courier New", monospace !important;
    font-size: 16px !important;
    line-height: 1.46 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    tab-size: 4 !important;
}

.adsp-version-content-chord .adsp-line.is-chord-line {
    color: #f39a16 !important;
    font-weight: 800 !important;
}

@media (max-width: 850px) {
    .adsp-version-content-chord .adsp-line {
        font-size: 15px !important;
    }
}

@media (max-width: 560px) {
    .adsp-version-content-chord .adsp-line {
        font-size: 14px !important;
    }
}


/* =========================================================
   SONG PRO V5 - AKOR KOLONLARINI KORU
========================================================= */

/*
 * Burada artık akor/söz satırına görsel kaydırma uygulanmaz.
 * ACF'deki boşluklar birebir kullanılır.
 */
.adsp-version-content-chord .adsp-lyrics {
    text-align: left !important;
    direction: ltr !important;
}

.adsp-version-content-chord .adsp-line {
    display: block !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: pre !important;
    text-align: left !important;
    direction: ltr !important;
    unicode-bidi: plaintext;
    font-family: Consolas, "Courier New", monospace !important;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga" 0, "calt" 0 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    tab-size: 4 !important;
}

/*
 * Akor isimleri uzayıp kısaldığında sonraki akorun kolonunu JS korur.
 */
.adsp-version-content-chord .adsp-line.is-chord-line {
    color: #f39a16 !important;
    font-weight: 800 !important;
}


/* =========================================================
   SONG PRO V6 - HAM METİN HİZASI
========================================================= */
.adsp-version-content-chord .adsp-lyrics {
    text-align: left !important;
}

.adsp-version-content-chord .adsp-line {
    display: block !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    white-space: pre !important;
    text-align: left !important;
}

/* =========================================================
   SONG PRO V6.1 - SABIT GENISLIKLI AKOR / SOZ FONTU
========================================================= */
.adsp-version-content-chord .adsp-line {
    display: block !important;
    width: max-content !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: pre !important;
    text-align: left !important;
    direction: ltr !important;
    font-family: "Courier New", Courier, monospace !important;
    font-size: 17px !important;
    line-height: 1.50 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga" 0, "calt" 0 !important;
    tab-size: 4 !important;
}
.adsp-version-content-chord .adsp-line.is-chord-line {
    color: #f39a16 !important;
    font-family: "Courier New", Courier, monospace !important;
    font-size: 17px !important;
    line-height: 1.50 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
}
@media (max-width: 850px) {
    .adsp-version-content-chord .adsp-line,
    .adsp-version-content-chord .adsp-line.is-chord-line { font-size: 15px !important; }
}
@media (max-width: 560px) {
    .adsp-version-content-chord .adsp-line,
    .adsp-version-content-chord .adsp-line.is-chord-line { font-size: 14px !important; }
}


/* =========================================================
   SONG PRO V6.2 - AKOR / SÖZ AYNI FONT METRİĞİ
   ÖNEMLİ: Akor satırı artık bold DEĞİL.
   Akor ve söz aynı font, aynı boyut, aynı ağırlık ve aynı
   karakter genişliğini kullanır. Sadece renk farklıdır.
========================================================= */

.adsp-version-content-chord .adsp-line,
.adsp-version-content-chord .adsp-line.is-chord-line {
    display: block !important;
    width: max-content !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: pre !important;
    text-align: left !important;
    direction: ltr !important;
    unicode-bidi: plaintext !important;

    font-family: "Courier New", Courier, monospace !important;
    font-size: 18px !important;
    line-height: 1.50 !important;

    /* EN KRİTİK KISIM */
    font-weight: 400 !important;
    font-style: normal !important;
    font-stretch: normal !important;

    letter-spacing: 0 !important;
    word-spacing: 0 !important;

    font-kerning: none !important;
    font-variant-ligatures: none !important;
    font-feature-settings: "kern" 0, "liga" 0, "calt" 0 !important;
    font-synthesis: none !important;

    tab-size: 4 !important;
}

/* Akor satırında SADECE renk değişiyor. Ölçü değişmiyor. */
.adsp-version-content-chord .adsp-line.is-chord-line {
    color: #f39a16 !important;
    font-weight: 400 !important;
}

/* Söz satırı */
.adsp-version-content-chord .adsp-line:not(.is-chord-line) {
    color: #15283d !important;
    font-weight: 400 !important;
}

@media (max-width: 850px) {
    .adsp-version-content-chord .adsp-line,
    .adsp-version-content-chord .adsp-line.is-chord-line {
        font-size: 16px !important;
    }
}

@media (max-width: 560px) {
    .adsp-version-content-chord .adsp-line,
    .adsp-version-content-chord .adsp-line.is-chord-line {
        font-size: 15px !important;
    }
}


/* =========================================================
   SONG PRO V7 - BOŞLUK SAYISINA GÖRE AKOR YERLEŞİMİ
========================================================= */

.ad-song-pro {
    --adsp-sheet-size: 17px;
    --adsp-chord-space: 0.30em;
}

/* Sözler okunaklı normal fontta. */
.adsp-version-content-chord .adsp-line:not(.is-chord-line) {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: pre !important;
    text-align: left !important;
    color: #172637 !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: var(--adsp-sheet-size) !important;
    line-height: 1.58 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
}

/*
 * Akor satırında artık literal boşluk kullanılmıyor.
 * Her token kendi önündeki kaynak boşluk sayısını taşır.
 */
.adsp-version-content-chord .adsp-line.is-chord-line {
    display: flex !important;
    align-items: baseline !important;
    width: auto !important;
    min-height: calc(var(--adsp-sheet-size) * 1.48) !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    text-align: left !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: var(--adsp-sheet-size) !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: #f39a16 !important;
}

.adsp-chord-token {
    display: inline-block;
    flex: 0 0 auto;
    margin-left: calc(var(--adsp-gap) * var(--adsp-chord-space));
    color: #f39a16 !important;
    font: inherit !important;
    line-height: 1 !important;
}

/* + / - JS ile bu değişkeni değiştirir. */
.adsp-content-tools button[data-font] {
    cursor: pointer !important;
}

@media (max-width: 850px) {
    .ad-song-pro {
        --adsp-sheet-size: 16px;
    }
}

@media (max-width: 560px) {
    .ad-song-pro {
        --adsp-sheet-size: 15px;
        --adsp-chord-space: 0.28em;
    }
}
