:root {
    --gm-bg: #05090d;
    --gm-bg-2: #081017;
    --gm-card: rgba(7, 15, 21, .92);
    --gm-card-2: rgba(10, 20, 28, .94);
    --gm-gold: #e4aa45;
    --gm-gold-2: #ffd27a;
    --gm-gold-dark: #8b5b17;
    --gm-text: #f7f4ef;
    --gm-muted: #aab1b7;
    --gm-line: rgba(228, 170, 69, .27);
    --gm-line-soft: rgba(255, 255, 255, .08);
    --gm-danger: #f0445b;
    --gm-radius: 20px;
    --gm-shadow: 0 28px 90px rgba(0,0,0,.42);
    --gm-container: 1440px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--gm-text);
    background:
        radial-gradient(circle at 80% 8%, rgba(19, 70, 110, .13), transparent 34rem),
        radial-gradient(circle at 10% 15%, rgba(228,170,69,.06), transparent 28rem),
        var(--gm-bg);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.gm-modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.gm-container { width: min(calc(100% - 44px), var(--gm-container)); margin-inline: auto; }
.gm-screen-reader { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }

/* Header */
.gm-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(3,8,12,.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--gm-line-soft);
}
.admin-bar .gm-header { top: 32px; }
.gm-header-row {
    min-height: 78px;
    display: grid;
    grid-template-columns: 300px 1fr auto;
    align-items: center;
    gap: 25px;
}
.gm-logo-slot { display:flex; align-items:center; min-width:0; }
.gm-logo-slot .custom-logo-link { display:flex; align-items:center; max-width:290px; }
.gm-logo-slot .custom-logo { display:block; width:auto; max-width:290px; max-height:62px; object-fit:contain; }
.gm-footer-logo .custom-logo { max-height:58px; }
.gm-logo { display:flex; align-items:center; gap:13px; min-width:0; }
.gm-logo-mark {
    width: 50px; height: 50px; border-radius: 50%;
    display:grid; place-items:center;
    background: linear-gradient(145deg, #ffd981, #c48022);
    color:#151006; font-family: Georgia, serif; font-weight:900; font-size:17px;
    box-shadow: 0 0 30px rgba(228,170,69,.17);
}
.gm-logo-copy strong {
    display:block; font-family: Georgia, "Times New Roman", serif;
    font-size:25px; line-height:1; font-style:italic; font-weight:500;
}
.gm-logo-copy small {
    display:block; margin-top:6px; color:#c5c8cc;
    font-size:10px; font-weight:800; letter-spacing:.3em;
}
.gm-menu { display:flex; justify-content:center; }
.gm-menu ul { display:flex; list-style:none; gap:29px; margin:0; padding:0; align-items:center; }
.gm-menu a { position:relative; color:#efefef; font-size:15px; }
.gm-menu a::after {
    content:""; position:absolute; left:0; right:100%; bottom:-28px; height:2px;
    background:var(--gm-gold); transition:.25s ease;
}
.gm-menu a:hover { color:var(--gm-gold-2); }
.gm-menu a:hover::after { right:0; }
.gm-header-actions { display:flex; align-items:center; gap:13px; }
.gm-live-button {
    display:inline-flex; align-items:center; gap:11px;
    min-height:45px; padding:0 23px; border-radius:14px;
    background:linear-gradient(135deg,#ffd57b,#d9942e);
    color:#151006; font-weight:900; box-shadow:0 10px 30px rgba(228,170,69,.19);
}
.gm-live-button:hover { filter:brightness(1.06); transform:translateY(-1px); }
.gm-nav-toggle {
    display:none; width:44px; height:44px; border:1px solid var(--gm-line);
    border-radius:12px; background:transparent; cursor:pointer;
}
.gm-nav-toggle span { display:block; width:20px; height:2px; background:#fff; margin:4px auto; }

/* Hero */
.gm-hero {
    position:relative;
    min-height: 500px;
    overflow:hidden;
    border-bottom:1px solid rgba(228,170,69,.11);
}
.gm-hero::before {
    content:""; position:absolute; inset:0;
    background:
        linear-gradient(90deg, rgba(4,9,13,.99) 0%, rgba(4,9,13,.85) 33%, rgba(4,9,13,.20) 64%, rgba(4,9,13,.80) 100%),
        linear-gradient(0deg, rgba(4,9,13,.96) 0%, transparent 28%, rgba(4,9,13,.15) 100%),
        url("../images/studio-hero.jpg") center 45% / cover no-repeat;
}
.gm-hero::after {
    content:""; position:absolute; inset:0;
    background:radial-gradient(circle at 48% 40%, rgba(238,169,66,.08), transparent 24rem);
    pointer-events:none;
}
.gm-hero-grid {
    position:relative; z-index:2;
    min-height:500px;
    display:grid; grid-template-columns:minmax(480px,.95fr) minmax(500px,.9fr);
    gap:54px; align-items:center;
    padding:38px 0 34px;
}
.gm-eyebrow {
    color:var(--gm-gold-2); letter-spacing:.30em; text-transform:uppercase;
    font-size:12px; font-weight:900; margin-bottom:12px;
}
.gm-hero h1 {
    font-family:Georgia, "Times New Roman", serif;
    font-size:clamp(48px,5.2vw,78px); line-height:.98;
    letter-spacing:-.035em; margin:0 0 20px; max-width:740px;
}
.gm-hero h1 em { display:block; color:var(--gm-gold-2); font-weight:600; }
.gm-hero-copy > p { max-width:540px; color:#d2d5d8; font-size:17px; margin:0 0 24px; }
.gm-actions { display:flex; flex-wrap:wrap; gap:13px; }
.gm-btn {
    appearance:none; border:1px solid transparent; min-height:48px; padding:0 22px;
    border-radius:12px; display:inline-flex; align-items:center; justify-content:center;
    gap:10px; cursor:pointer; font-weight:850; transition:.2s ease;
}
.gm-btn:hover { transform:translateY(-1px); }
.gm-btn-primary { background:linear-gradient(135deg,#ffd57b,#d9942e); color:#151006; }
.gm-btn-outline { background:rgba(1,6,10,.63); border-color:rgba(228,170,69,.45); }
.gm-btn-outline:hover { border-color:var(--gm-gold); }

/* Player */
.gm-player {
    margin-left:auto; width:min(100%, 505px);
    padding:23px; border-radius:24px;
    background:linear-gradient(145deg,rgba(5,13,19,.97),rgba(7,16,23,.93));
    border:1px solid rgba(228,170,69,.33);
    box-shadow:var(--gm-shadow);
}
.gm-player-head { display:grid; grid-template-columns:112px 1fr; gap:20px; align-items:start; }
.gm-cover-wrap { position:relative; }
.gm-cover {
    width:112px; height:150px; object-fit:cover; border-radius:15px;
    border:1px solid rgba(228,170,69,.34); background:#111;
}
.gm-cover-glow { position:absolute; inset:18px; filter:blur(30px); opacity:.28; z-index:-1; background:var(--gm-gold); }
.gm-now-line { display:flex; justify-content:space-between; gap:12px; align-items:center; }
.gm-player-label { color:var(--gm-gold-2); font-weight:900; letter-spacing:.10em; font-size:12px; text-transform:uppercase; }
.gm-live-badge {
    color:#ff6376; background:rgba(176,16,40,.28); border:1px solid rgba(240,68,91,.31);
    border-radius:999px; padding:5px 10px; font-size:11px; font-weight:900;
}
.gm-song-title { font-size:23px; margin:15px 0 3px; line-height:1.2; }
.gm-song-artist { color:#c4c9ce; margin:0; }
.gm-song-subtitle { color:#d3d5d8; font-style:italic; margin:14px 0 0; font-size:14px; }
.gm-wave {
    height:50px; margin:13px 0 6px; display:flex; align-items:end; gap:3px; overflow:hidden;
}
.gm-wave span {
    display:block; flex:1; min-width:2px; border-radius:999px 999px 0 0;
    background:linear-gradient(180deg,var(--gm-gold-2),var(--gm-gold));
    opacity:.82; animation:gm-wave 1.25s ease-in-out infinite alternate;
}
.gm-wave span:nth-child(3n){animation-delay:-.25s}.gm-wave span:nth-child(4n){animation-delay:-.58s}.gm-wave span:nth-child(5n){animation-delay:-.8s}
body:not(.gm-is-playing) .gm-wave span { animation-play-state:paused; opacity:.30; height:5px!important; }
@keyframes gm-wave { from{transform:scaleY(.25)} to{transform:scaleY(1)} }
.gm-player-controls {
    border-top:1px solid var(--gm-line-soft); border-bottom:1px solid var(--gm-line-soft);
    padding:14px 0; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:14px;
}
.gm-control-ghost { border:0; background:transparent; color:#fff; opacity:.92; cursor:pointer; font-size:24px; justify-self:start; }
.gm-main-play {
    width:58px; height:58px; border:0; border-radius:50%; cursor:pointer;
    background:linear-gradient(145deg,#ffe093,#df962b); color:#130e05; font-size:22px; font-weight:900;
    box-shadow:0 9px 25px rgba(228,170,69,.24);
}
.gm-volume-row { display:flex; align-items:center; gap:9px; justify-self:end; }
.gm-volume { width:105px; accent-color:var(--gm-gold); }
.gm-player-links { display:flex; flex-wrap:wrap; gap:8px; padding-top:12px; }
.gm-chip {
    border:1px solid rgba(228,170,69,.24); border-radius:8px;
    padding:6px 9px; color:#e9e9e9; font-size:11px; background:rgba(255,255,255,.015);
}
.gm-chip:hover { border-color:var(--gm-gold); color:var(--gm-gold-2); }

/* Feature strip */
.gm-feature-strip { position:relative; z-index:4; margin-top:-1px; }
.gm-feature-grid {
    display:grid; grid-template-columns:repeat(6,1fr);
    background:linear-gradient(180deg,rgba(8,17,24,.97),rgba(5,12,18,.97));
    border:1px solid rgba(228,170,69,.22); border-radius:18px;
    overflow:hidden; box-shadow:0 16px 50px rgba(0,0,0,.22);
}
.gm-feature {
    min-height:76px; display:grid; grid-template-columns:44px 1fr; align-items:center;
    padding:13px 20px; border-right:1px solid var(--gm-line-soft);
}
.gm-feature:last-child { border-right:0; }
.gm-feature-icon { color:var(--gm-gold-2); font-size:28px; }
.gm-feature strong { display:block; font-size:14px; }
.gm-feature small { color:var(--gm-muted); }

/* Homepage cards */
.gm-main { padding:16px 0 0; }
.gm-dashboard {
    display:grid; grid-template-columns:1fr 1.02fr .96fr 1.08fr; gap:14px; padding:0 0 26px;
}
.gm-panel {
    min-height:300px; border:1px solid rgba(228,170,69,.22);
    border-radius:18px; background:linear-gradient(145deg,var(--gm-card),var(--gm-card-2));
    padding:20px; overflow:hidden; position:relative;
}
.gm-panel-title {
    color:var(--gm-gold-2); font-size:14px; letter-spacing:.10em;
    text-transform:uppercase; font-weight:900; margin:0 0 16px;
}
.gm-schedule { list-style:none; padding:0; margin:0; }
.gm-schedule li {
    display:grid; grid-template-columns:30px 1fr auto; align-items:center; gap:10px;
    padding:8px 0; border-bottom:1px solid rgba(255,255,255,.06);
}
.gm-schedule li:last-child { border-bottom:0; }
.gm-schedule-icon { width:28px; height:28px; border-radius:50%; display:grid; place-items:center; background:rgba(228,170,69,.10); color:var(--gm-gold-2); }
.gm-schedule strong { display:block; font-size:14px; }
.gm-schedule small { color:var(--gm-muted); display:block; }
.gm-current-tag { color:var(--gm-gold-2); border:1px solid rgba(228,170,69,.45); border-radius:6px; padding:3px 7px; font-size:10px; }
.gm-panel-footer { margin-top:14px; }
.gm-full-button {
    width:100%; min-height:42px; border-radius:9px; border:1px solid rgba(228,170,69,.38);
    background:transparent; color:var(--gm-gold-2); font-weight:800; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:9px;
}
.gm-full-button:hover { background:rgba(228,170,69,.08); }
.gm-dedication-panel { display:flex; flex-direction:column; }
.gm-dedication-panel p { color:#d3d6d9; margin:0; max-width:310px; }
.gm-envelope {
    position:absolute; width:145px; height:96px; right:12px; bottom:70px;
    border-radius:13px; background:linear-gradient(145deg,#9b3e1d,#d06d2b);
    transform:rotate(-8deg); box-shadow:0 16px 30px rgba(0,0,0,.35);
}
.gm-envelope::before {
    content:""; position:absolute; inset:0; clip-path:polygon(0 0,50% 57%,100% 0);
    background:#f1c496; border-radius:13px 13px 0 0;
}
.gm-envelope::after {
    content:"♥"; position:absolute; left:50%; top:50%; transform:translate(-50%,-45%) rotate(8deg);
    width:48px; height:48px; border-radius:50%; display:grid; place-items:center;
    background:#f5d4b0; color:#b82427; font-size:25px; box-shadow:0 5px 15px rgba(0,0,0,.22);
}
.gm-dedication-panel .gm-panel-footer { margin-top:auto; position:relative; z-index:2; }
.gm-about-mini { display:grid; grid-template-columns:105px 1fr; gap:15px; align-items:center; }
.gm-about-photo {
    width:105px; height:105px; object-fit:cover; border-radius:50%; border:2px solid var(--gm-gold);
}
.gm-about-placeholder {
    width:105px; height:105px; border-radius:50%; display:grid; place-items:center;
    border:2px solid var(--gm-gold); background:radial-gradient(circle at 35% 25%,#5e3515,#071018 65%);
    color:var(--gm-gold-2); font-family:Georgia,serif; font-size:30px;
}
.gm-about-mini p { color:#bdc2c7; margin:0; font-size:13px; }
.gm-post-mini { display:grid; grid-template-columns:78px 1fr; gap:12px; padding:0 0 11px; margin:0 0 11px; border-bottom:1px solid rgba(255,255,255,.06); }
.gm-post-mini:last-of-type { border-bottom:0; }
.gm-post-thumb {
    width:78px; height:50px; border-radius:7px; object-fit:cover;
    background:linear-gradient(145deg,#422b14,#0d151d);
}
.gm-post-mini h3 { font-size:14px; margin:0 0 3px; line-height:1.3; }
.gm-post-mini time { color:var(--gm-muted); font-size:11px; }

/* Sections */
.gm-section { padding:56px 0; }
.gm-section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:22px; }
.gm-section-head h2 { margin:0; font:600 clamp(32px,4vw,50px)/1 Georgia,serif; }
.gm-section-head p { margin:0; color:var(--gm-muted); max-width:620px; }
.gm-kicker { color:var(--gm-gold-2); text-transform:uppercase; letter-spacing:.18em; font-size:11px; font-weight:900; }
.gm-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.gm-content-card {
    border-radius:17px; overflow:hidden; background:var(--gm-card);
    border:1px solid var(--gm-line-soft); transition:.25s ease;
}
.gm-content-card:hover { transform:translateY(-3px); border-color:var(--gm-line); }
.gm-content-card-image { width:100%; aspect-ratio:16/9; object-fit:cover; background:linear-gradient(145deg,#402a14,#091017); }
.gm-content-card-body { padding:18px; }
.gm-content-card-body h3 { margin:5px 0 7px; font-size:21px; line-height:1.25; }
.gm-content-card-body p { margin:0; color:var(--gm-muted); }
.gm-meta { color:var(--gm-gold-2); font-size:11px; text-transform:uppercase; letter-spacing:.1em; }
.gm-poem-card { padding:25px; }
.gm-poem-card blockquote { margin:0 0 18px; font:italic 22px/1.5 Georgia,serif; color:#eee7db; }
.gm-poem-card cite { color:var(--gm-gold-2); font-style:normal; }
.gm-dedications { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.gm-message-card {
    padding:24px; border-radius:17px; background:linear-gradient(145deg,rgba(10,18,25,.94),rgba(5,12,17,.94));
    border:1px solid rgba(228,170,69,.22);
}
.gm-message-card .gm-heart { color:#e85b62; font-size:25px; }
.gm-message-card blockquote { margin:10px 0 15px; font:italic 20px/1.5 Georgia,serif; }
.gm-message-card footer { color:var(--gm-muted); font-size:13px; }
.gm-message-card footer strong { color:var(--gm-gold-2); }

/* Quote/footer */
.gm-quote-line {
    border-top:1px solid var(--gm-line); border-bottom:1px solid var(--gm-line);
    text-align:center; color:var(--gm-gold-2); padding:11px 20px;
    font:italic 22px Georgia,serif;
}
.gm-footer { padding:25px 0; background:#04090d; }
.gm-footer-grid {
    display:grid; grid-template-columns:1.2fr 1.1fr 1fr 1fr; gap:25px; align-items:center;
}
.gm-footer p { color:var(--gm-muted); font-size:13px; margin:0; }
.gm-footer-contact a { display:block; color:#ddd; margin:4px 0; }
.gm-socials { display:flex; gap:9px; }
.gm-socials a {
    width:38px; height:38px; border-radius:50%; border:1px solid rgba(228,170,69,.48);
    display:grid; place-items:center; color:var(--gm-gold-2);
}
.gm-socials a:hover { background:rgba(228,170,69,.09); }

/* Generic pages */
.gm-page-shell { padding:65px 0 90px; min-height:65vh; }
.gm-page-title { max-width:900px; margin:0 auto 35px; text-align:center; }
.gm-page-title h1 { font:600 clamp(42px,6vw,72px)/1.05 Georgia,serif; margin:8px 0 15px; }
.gm-entry { max-width:900px; margin:auto; color:#d7dadd; font-size:17px; }
.gm-entry h2, .gm-entry h3 { font-family:Georgia,serif; color:#fff; }
.gm-entry a { color:var(--gm-gold-2); text-decoration:underline; }
.gm-entry img { border-radius:16px; }
.gm-archive-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.gm-pagination { margin-top:30px; }

/* Dedication form */
.gm-form-wrap { max-width:850px; margin:auto; }
.gm-form {
    border:1px solid rgba(228,170,69,.25); border-radius:20px; padding:28px;
    background:linear-gradient(145deg,var(--gm-card),var(--gm-card-2));
}
.gm-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.gm-field { margin-bottom:16px; }
.gm-field label { display:block; color:#f3e7d3; font-weight:800; margin-bottom:7px; font-size:14px; }
.gm-field input, .gm-field textarea, .gm-field select {
    width:100%; color:#fff; background:#071017; border:1px solid rgba(255,255,255,.12);
    border-radius:10px; padding:13px 14px; outline:none;
}
.gm-field input:focus, .gm-field textarea:focus { border-color:var(--gm-gold); box-shadow:0 0 0 3px rgba(228,170,69,.08); }
.gm-field textarea { min-height:145px; resize:vertical; }
.gm-consent { display:flex; align-items:flex-start; gap:9px; color:var(--gm-muted); font-size:13px; }
.gm-alert { padding:14px 16px; border-radius:10px; margin-bottom:18px; }
.gm-alert-success { border:1px solid rgba(53,194,124,.35); background:rgba(53,194,124,.09); color:#a9f4cb; }
.gm-alert-error { border:1px solid rgba(240,68,91,.35); background:rgba(240,68,91,.09); color:#ffc0c8; }

/* Modal */
.gm-modal {
    position:fixed; inset:0; z-index:2000; display:none; place-items:center; padding:22px;
    background:rgba(0,0,0,.75); backdrop-filter:blur(8px);
}
.gm-modal.is-open { display:grid; }
.gm-modal-dialog {
    width:min(100%,760px); max-height:92vh; overflow:auto; position:relative;
    border:1px solid rgba(228,170,69,.35); border-radius:22px; padding:28px;
    background:#071018; box-shadow:0 35px 100px rgba(0,0,0,.62);
}
.gm-modal-close {
    position:absolute; right:17px; top:14px; width:39px; height:39px; border-radius:50%;
    border:1px solid var(--gm-line); background:transparent; cursor:pointer; font-size:22px;
}

/* Mobile fixed player */
.gm-mobile-bar { display:none; }

/* Responsive */
@media (max-width: 1180px) {
    .gm-header-row { grid-template-columns:260px 1fr auto; }
    .gm-menu ul { gap:19px; }
    .gm-dashboard { grid-template-columns:1fr 1fr; }
    .gm-feature-grid { grid-template-columns:repeat(3,1fr); }
    .gm-feature:nth-child(3) { border-right:0; }
    .gm-feature:nth-child(-n+3) { border-bottom:1px solid var(--gm-line-soft); }
}
@media (max-width: 980px) {
    .admin-bar .gm-header { top:46px; }
    .gm-header-row { grid-template-columns:1fr auto; }
    .gm-menu {
        position:absolute; left:20px; right:20px; top:88px; display:none;
        padding:17px; background:#071018; border:1px solid var(--gm-line);
        border-radius:16px; box-shadow:var(--gm-shadow);
    }
    .gm-menu.is-open { display:block; }
    .gm-menu ul { flex-direction:column; align-items:flex-start; gap:16px; }
    .gm-menu a::after { display:none; }
    .gm-nav-toggle { display:block; }
    .gm-header-actions .gm-live-button { display:none; }
    .gm-hero-grid { grid-template-columns:1fr; padding:55px 0 45px; }
    .gm-hero-copy { max-width:720px; }
    .gm-player { margin:0; }
    .gm-footer-grid { grid-template-columns:1fr 1fr; }
    .gm-grid-3, .gm-archive-grid, .gm-dedications { grid-template-columns:1fr 1fr; }
}
@media (max-width: 680px) {
    .gm-container { width:min(calc(100% - 28px), var(--gm-container)); }
    .gm-header-row { min-height:70px; }
    .gm-logo-mark { width:42px; height:42px; }
    .gm-logo-copy strong { font-size:21px; }
    .gm-logo-copy small { letter-spacing:.18em; }
    .gm-hero h1 { font-size:45px; }
    .gm-hero-copy > p { font-size:15px; }
    .gm-player { padding:17px; }
    .gm-player-head { grid-template-columns:82px 1fr; gap:14px; }
    .gm-cover { width:82px; height:112px; }
    .gm-song-title { font-size:19px; }
    .gm-song-subtitle { display:none; }
    .gm-player-controls { grid-template-columns:auto 1fr; }
    .gm-control-ghost { display:none; }
    .gm-volume-row { justify-self:stretch; }
    .gm-volume { width:100%; }
    .gm-feature-grid { grid-template-columns:1fr 1fr; }
    .gm-feature:nth-child(2n) { border-right:0; }
    .gm-feature:nth-child(3) { border-right:1px solid var(--gm-line-soft); }
    .gm-feature:nth-child(-n+4) { border-bottom:1px solid var(--gm-line-soft); }
    .gm-dashboard, .gm-grid-3, .gm-archive-grid, .gm-dedications { grid-template-columns:1fr; }
    .gm-panel { min-height:auto; }
    .gm-envelope { opacity:.65; }
    .gm-section-head { align-items:flex-start; flex-direction:column; }
    .gm-footer-grid { grid-template-columns:1fr; }
    .gm-form-grid { grid-template-columns:1fr; }
    .gm-mobile-bar {
        display:flex; position:fixed; z-index:1200; left:12px; right:12px; bottom:12px;
        min-height:61px; align-items:center; gap:12px; padding:10px 13px;
        border-radius:16px; background:rgba(5,13,19,.96); border:1px solid var(--gm-line);
        box-shadow:0 14px 45px rgba(0,0,0,.5); backdrop-filter:blur(15px);
    }
    .gm-mobile-bar button {
        flex:0 0 42px; width:42px; height:42px; border:0; border-radius:50%;
        background:var(--gm-gold); color:#111; font-weight:900;
    }
    .gm-mobile-track { min-width:0; flex:1; }
    .gm-mobile-track strong, .gm-mobile-track small { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
    .gm-mobile-track small { color:var(--gm-muted); }
    .gm-footer { padding-bottom:92px; }
}


/* AzuraCast automatic song library */
.gm-songs-section {
    position: relative;
    background:
        radial-gradient(circle at 82% 10%, rgba(228,170,69,.07), transparent 28rem),
        linear-gradient(180deg, rgba(5,9,13,0), rgba(9,18,25,.42), rgba(5,9,13,0));
}
.gm-song-library {
    border: 1px solid rgba(228,170,69,.24);
    border-radius: 20px;
    padding: 13px;
    background: linear-gradient(145deg, rgba(7,15,21,.96), rgba(5,11,16,.96));
    box-shadow: 0 22px 65px rgba(0,0,0,.26);
}
.gm-track-list { display:grid; gap:7px; }
.gm-track {
    display:grid;
    grid-template-columns: 48px 34px minmax(0,1fr) auto;
    gap:13px;
    align-items:center;
    min-height:76px;
    padding:10px 16px 10px 10px;
    border:1px solid rgba(255,255,255,.065);
    border-radius:13px;
    background:linear-gradient(90deg,rgba(255,255,255,.018),rgba(255,255,255,.006));
    transition:border-color .2s ease, background .2s ease, transform .2s ease;
}
.gm-track:hover {
    transform:translateY(-1px);
    border-color:rgba(228,170,69,.26);
    background:linear-gradient(90deg,rgba(228,170,69,.055),rgba(255,255,255,.008));
}
.gm-track.is-active {
    border-color:rgba(228,170,69,.62);
    background:linear-gradient(90deg,rgba(228,170,69,.105),rgba(6,14,20,.92));
    box-shadow:inset 3px 0 0 var(--gm-gold);
}
.gm-track-play {
    width:44px;height:44px;border-radius:50%;border:1px solid rgba(228,170,69,.48);
    background:rgba(228,170,69,.08);color:var(--gm-gold-2);
    display:grid;place-items:center;cursor:pointer;font-size:17px;
    transition:.2s ease;
}
.gm-track-play:hover,.gm-track.is-active .gm-track-play {
    background:linear-gradient(145deg,#ffe093,#d9942e);
    color:#151006;box-shadow:0 8px 24px rgba(228,170,69,.19);
}
.gm-track-eq {
    height:31px;display:flex;align-items:end;justify-content:center;gap:3px;
    color:var(--gm-gold);
}
.gm-track-eq i {
    width:3px;height:7px;border-radius:4px;background:currentColor;opacity:.43;
}
.gm-track.is-playing .gm-track-eq i { animation:gm-track-eq .85s ease-in-out infinite alternate;opacity:.95; }
.gm-track.is-playing .gm-track-eq i:nth-child(2){animation-delay:-.38s}
.gm-track.is-playing .gm-track-eq i:nth-child(3){animation-delay:-.62s}
.gm-track.is-playing .gm-track-eq i:nth-child(4){animation-delay:-.17s}
@keyframes gm-track-eq { from{height:6px} to{height:28px} }
.gm-track-copy { min-width:0; }
.gm-track-copy strong {
    display:block;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.gm-track-copy > span {
    display:block;color:#b8bec4;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.gm-track-tags { display:flex;flex-wrap:wrap;gap:5px;margin-top:5px; }
.gm-track-tags small {
    border:1px solid rgba(228,170,69,.19);border-radius:999px;padding:2px 7px;
    color:#bfc4c8;font-size:9px;line-height:1.35;text-transform:uppercase;letter-spacing:.05em;
}
.gm-track-tags .gm-new-tag { color:#161006;background:var(--gm-gold);border-color:var(--gm-gold);font-weight:900; }
.gm-track-meta {
    min-width:118px;text-align:right;color:#9fa6ad;font-size:11px;
}
.gm-track-meta time,.gm-track-meta span { display:block; }
.gm-track-meta span { color:var(--gm-gold-2);font-size:13px;font-weight:800;margin-top:3px; }
.gm-song-all-wrap { display:flex;justify-content:center;margin-top:22px; }
.gm-library-player {
    position:sticky;z-index:45;bottom:14px;
    display:grid;grid-template-columns:34px 52px minmax(160px,.8fr) minmax(180px,1.5fr) auto 130px 34px;
    align-items:center;gap:12px;
    margin-top:12px;padding:12px 15px;
    border:1px solid rgba(228,170,69,.5);border-radius:15px;
    background:rgba(4,11,16,.96);backdrop-filter:blur(18px);
    box-shadow:0 18px 55px rgba(0,0,0,.48);
}
.gm-library-player[hidden] { display:none!important; }
.gm-library-toggle {
    width:50px;height:50px;border:0;border-radius:50%;cursor:pointer;
    background:linear-gradient(145deg,#ffe093,#d9942e);color:#161006;font-weight:900;font-size:18px;
}
.gm-library-skip { border:0;background:transparent;cursor:pointer;color:#e9d8b4;font-size:29px;line-height:1; }
.gm-library-now { min-width:0; }
.gm-library-now strong,.gm-library-now span { display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }
.gm-library-now strong { font-size:14px; }
.gm-library-now span { color:var(--gm-muted);font-size:12px; }
.gm-library-progress,.gm-library-volume input { accent-color:var(--gm-gold);width:100%; }
.gm-library-time { color:#aeb4ba;font-size:11px;white-space:nowrap; }
.gm-library-time b { color:#e7eaed;font-weight:600; }
.gm-library-volume { display:flex;align-items:center;gap:7px; }
.gm-song-search {
    display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(190px,.7fr) auto;
    gap:13px;align-items:end;margin-bottom:20px;
    padding:18px;border:1px solid rgba(228,170,69,.22);border-radius:15px;background:rgba(7,15,21,.8);
}
.gm-song-search label span { display:block;margin-bottom:6px;color:#e8decf;font-size:12px;font-weight:800; }
.gm-song-search input,.gm-song-search select {
    width:100%;height:46px;border:1px solid rgba(255,255,255,.13);border-radius:10px;
    padding:0 13px;background:#061017;color:#fff;outline:none;
}
.gm-song-search input:focus,.gm-song-search select:focus { border-color:var(--gm-gold);box-shadow:0 0 0 3px rgba(228,170,69,.08); }
.gm-song-count { color:var(--gm-muted);font-size:13px;margin:0 0 11px; }
.gm-song-pagination { display:flex;justify-content:center;gap:6px;margin-top:24px; }
.gm-song-pagination .page-numbers {
    min-width:39px;height:39px;display:inline-grid;place-items:center;padding:0 10px;
    border:1px solid rgba(228,170,69,.25);border-radius:8px;color:#ddd;
}
.gm-song-pagination .page-numbers.current,.gm-song-pagination .page-numbers:hover { background:var(--gm-gold);color:#151006; }
.gm-song-empty,.gm-song-admin-notice {
    border:1px solid rgba(228,170,69,.3);border-radius:14px;padding:18px 20px;background:rgba(228,170,69,.06);color:#e7dfd3;
}
.gm-song-admin-notice a { color:var(--gm-gold-2);text-decoration:underline; }
body.gm-library-is-playing .gm-mobile-bar { display:none; }

@media (max-width: 930px) {
    .gm-library-player {
        grid-template-columns:34px 48px minmax(140px,1fr) auto 34px;
    }
    .gm-library-progress,.gm-library-volume { display:none; }
}
@media (max-width: 680px) {
    .gm-track {
        grid-template-columns:45px 25px minmax(0,1fr) auto;
        gap:9px;padding:9px 10px 9px 8px;min-height:70px;
    }
    .gm-track-meta { min-width:auto; }
    .gm-track-meta time { display:none; }
    .gm-track-tags { display:none; }
    .gm-song-search { grid-template-columns:1fr; }
    .gm-library-player {
        bottom:10px;grid-template-columns:42px minmax(0,1fr) 30px;
        gap:10px;padding:10px 12px;
    }
    .gm-library-player > .gm-library-skip:first-child,.gm-library-time,.gm-library-progress,.gm-library-volume { display:none; }
    .gm-library-toggle { width:42px;height:42px; }
}

.gm-song-admin-inline-warning {
    display:block;
    margin-top:7px;
    color:#f0bd58;
    font-weight:700;
}

/* v2.8 — Gönül character and refreshed GM identity */
.gm-logo-v28 {
    gap: 11px;
}
.gm-brand-mark-v28 {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(255, 210, 122, .52);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .34), 0 0 24px rgba(228, 170, 69, .12);
}
.gm-logo-v28 .gm-logo-copy strong {
    font-style: normal;
    font-size: 22px;
    letter-spacing: -.02em;
}
.gm-logo-v28 .gm-logo-copy small {
    color: #d2b57d;
    letter-spacing: .22em;
}
.gm-cover {
    border-color: rgba(255, 210, 122, .52);
    box-shadow: 0 0 32px rgba(228, 170, 69, .13);
}

/* v2.7 — warm professional studio presentation */
:root {
    --gm-cream: #f3e8d8;
    --gm-cream-2: #fff9f0;
    --gm-ink: #21180f;
    --gm-warm-muted: #685848;
}
body {
    background:
        radial-gradient(circle at 80% 8%, rgba(46, 92, 115, .15), transparent 34rem),
        radial-gradient(circle at 10% 15%, rgba(228,170,69,.10), transparent 30rem),
        #0a1014;
}
.gm-header { background:rgba(7,12,15,.82); box-shadow:0 10px 35px rgba(0,0,0,.16); }
.gm-hero { min-height:610px; }
.gm-hero::before {
    background:
        linear-gradient(90deg, rgba(4,8,10,.88) 0%, rgba(4,8,10,.61) 37%, rgba(4,8,10,.11) 61%, rgba(4,8,10,.55) 100%),
        linear-gradient(0deg, rgba(4,8,10,.76) 0%, transparent 40%, rgba(4,8,10,.10) 100%),
        url("../images/studio-hero-v28.webp") center 51% / cover no-repeat;
}
.gm-hero-grid { min-height:610px; padding:46px 0; grid-template-columns:minmax(480px,.95fr) minmax(480px,.82fr); }
.gm-hero-copy {
    width:min(100%,720px); padding:30px 32px; border-radius:25px;
    background:linear-gradient(135deg,rgba(5,10,12,.76),rgba(5,10,12,.43));
    border:1px solid rgba(255,217,143,.18); box-shadow:0 24px 80px rgba(0,0,0,.26);
    backdrop-filter:blur(7px);
}
.gm-hero-copy > p { color:#eee8df; }
.gm-player { background:linear-gradient(145deg,rgba(9,18,22,.94),rgba(10,22,29,.88)); backdrop-filter:blur(14px); }
.gm-feature-strip { background:linear-gradient(180deg,#15100a 0,#0b1115 100%); padding:16px 0 18px; }
.gm-feature-grid { box-shadow:0 18px 58px rgba(0,0,0,.28); }

.gm-studio-showcase {
    position:relative; overflow:hidden; padding:74px 0;
    color:var(--gm-ink);
    background:
        radial-gradient(circle at 90% 5%, rgba(226,164,62,.22), transparent 26rem),
        radial-gradient(circle at 10% 95%, rgba(130,83,34,.10), transparent 28rem),
        linear-gradient(135deg,var(--gm-cream-2),var(--gm-cream));
    border-top:1px solid rgba(108,75,35,.16); border-bottom:1px solid rgba(108,75,35,.16);
}
.gm-studio-showcase::before { content:""; position:absolute; inset:0; opacity:.25; background-image:linear-gradient(rgba(75,52,28,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(75,52,28,.035) 1px,transparent 1px); background-size:28px 28px; }
.gm-studio-grid { position:relative; display:grid; grid-template-columns:minmax(0,1.14fr) minmax(420px,.86fr); gap:54px; align-items:center; }
.gm-studio-visual { position:relative; min-height:520px; border-radius:29px; overflow:hidden; box-shadow:0 30px 80px rgba(55,36,18,.25); border:1px solid rgba(125,83,30,.28); }
.gm-studio-visual > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.gm-studio-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(7,9,9,.82) 100%); }
.gm-studio-live { position:absolute; z-index:2; left:22px; top:22px; padding:8px 13px; border-radius:999px; background:#a91129; color:#fff; font-size:11px; font-weight:900; letter-spacing:.12em; box-shadow:0 8px 24px rgba(169,17,41,.25); }
.gm-studio-caption { position:absolute; z-index:2; left:25px; right:25px; bottom:22px; color:#fff; }
.gm-studio-caption strong,.gm-studio-caption small { display:block; }
.gm-studio-caption strong { font:600 27px Georgia,serif; }
.gm-studio-caption small { color:#ded9d0; margin-top:4px; }
.gm-kicker-dark { color:#8b5b17; }
.gm-studio-copy h2 { margin:10px 0 18px; font:600 clamp(38px,4.2vw,62px)/1.02 Georgia,serif; letter-spacing:-.035em; }
.gm-studio-copy > p { margin:0; color:var(--gm-warm-muted); font-size:17px; line-height:1.75; }
.gm-studio-points { display:flex; flex-wrap:wrap; gap:9px; margin:24px 0 25px; }
.gm-studio-points span { display:flex; align-items:center; gap:8px; padding:9px 12px; border:1px solid rgba(111,74,29,.19); border-radius:999px; background:rgba(255,255,255,.52); color:#554638; font-size:12px; }
.gm-studio-points b { color:#8b5b17; }
.gm-host-row { display:grid; grid-template-columns:1fr .72fr; gap:12px; }
.gm-host-card { display:grid; grid-template-columns:82px 1fr; gap:14px; align-items:center; min-height:112px; padding:13px; border-radius:18px; background:rgba(255,255,255,.67); border:1px solid rgba(111,74,29,.18); box-shadow:0 12px 30px rgba(74,47,20,.08); }
.gm-host-card img { width:82px; height:86px; object-fit:cover; object-position:center 26%; border-radius:14px; }
.gm-host-card span { display:block; color:#9a681f; font-size:9px; font-weight:900; letter-spacing:.15em; }
.gm-host-card h3 { margin:3px 0 2px; font:600 24px Georgia,serif; }
.gm-host-card p { margin:0; color:#6c5b4a; font-size:12px; line-height:1.45; }
.gm-host-card-dj { grid-template-columns:66px 1fr; min-height:96px; padding:10px; align-self:end; }
.gm-host-card-dj img { width:66px; height:74px; border-radius:12px; object-position:center 25%; }
.gm-host-card-dj h3 { font-size:19px; }
.gm-host-card-dj p { font-size:11px; }

.gm-main-light { padding:34px 0 8px; background:linear-gradient(180deg,#e9dcc9 0,#f6eddf 100%); }
.gm-main-light .gm-panel { box-shadow:0 15px 38px rgba(64,40,18,.14); border-color:rgba(151,102,39,.34); }
.gm-main-light .gm-dashboard { padding-bottom:30px; }
.gm-songs-section { padding-top:64px; padding-bottom:68px; color:var(--gm-ink); background:linear-gradient(180deg,#f7efe3,#e8dac6); }
.gm-songs-section .gm-section-head h2 { color:#20170e; }
.gm-songs-section .gm-section-head p { color:#6a5a48; }
.gm-songs-section .gm-kicker { color:#8b5b17; }
.gm-section-light { color:var(--gm-ink); background:linear-gradient(180deg,#fffaf2,#eee0cc); }
.gm-section-light .gm-section-head h2 { color:#20170e; }
.gm-section-light .gm-section-head p { color:#695947; }
.gm-section-light .gm-kicker { color:#8b5b17; }
.gm-section-warm { background:linear-gradient(180deg,#15100c,#0a1116); }
.gm-section-warm .gm-message-card { background:linear-gradient(145deg,rgba(28,22,16,.96),rgba(8,17,22,.96)); }
.gm-quote-line { background:#f1e4d2; color:#7f5318; border-color:rgba(125,83,24,.28); }

@media (max-width:1180px) {
    .gm-studio-grid { grid-template-columns:1fr 1fr; gap:32px; }
    .gm-host-row { grid-template-columns:1fr; }
    .gm-host-card-dj { width:min(100%,360px); }
}
@media (max-width:980px) {
    .gm-hero { min-height:auto; }
    .gm-hero-grid {
        min-height:auto;
        grid-template-columns:minmax(0,1fr);
        gap:28px;
    }
    .gm-hero::before { background-position:58% center; }
    .gm-studio-grid { grid-template-columns:1fr; }
    .gm-studio-visual { min-height:500px; }
}
@media (max-width:680px) {
    .gm-brand-mark-v28 {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
    .gm-logo-v28 .gm-logo-copy strong { font-size:18px; }
    .gm-logo-v28 .gm-logo-copy small { display:none; }
    .gm-hero-grid { padding:28px 0 34px; }
    .gm-hero-copy {
        width:100%;
        min-width:0;
        padding:22px 20px;
        overflow:hidden;
    }
    .gm-hero-copy h1 {
        font-size:clamp(39px,12vw,55px);
        overflow-wrap:anywhere;
    }
    .gm-actions { display:grid; grid-template-columns:1fr; }
    .gm-actions .gm-btn { width:100%; justify-content:center; }
    .gm-player { width:100%; min-width:0; padding:17px; }
    .gm-hero::before { background-position:51% center; }
    .gm-studio-showcase { padding:48px 0; }
    .gm-studio-visual { min-height:390px; border-radius:20px; }
    .gm-studio-copy h2 { font-size:40px; }
    .gm-host-row { grid-template-columns:1fr; }
    .gm-host-card,.gm-host-card-dj { width:100%; grid-template-columns:72px 1fr; }
    .gm-host-card img,.gm-host-card-dj img { width:72px; height:78px; }
    .gm-studio-points { display:grid; grid-template-columns:1fr; }
    .gm-main-light { padding-top:22px; }
}
