/* ===== CQRWL Global Styles ===== */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Segoe UI','PingFang SC','Microsoft YaHei','Helvetica Neue',sans-serif;
  background:url('【哲风壁纸】二次元女孩-初音未来.png') fixed center/cover no-repeat;
  color:#2d4a47;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  min-height:100vh;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cellipse cx='12' cy='15' rx='7' ry='6' fill='%237EC8C0'/%3E%3Ccircle cx='7' cy='8' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='12' cy='5' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='17' cy='8' r='3' fill='%237EC8C0'/%3E%3C/svg%3E") 12 15, auto
}
a{color:inherit;text-decoration:none}

/* ===== Highlight Keywords ===== */
.hl{color:#E8A87C;font-weight:600}
.hl-lg{color:#E8A87C;font-weight:700;font-size:1.05em}
.hl-tag{
  display:inline-block;
  background:rgba(232,168,124,0.12);
  color:#E8A87C;font-size:12px;font-weight:600;
  padding:1px 10px;
  border:1px solid rgba(232,168,124,0.3)
}

/* ===== Variables - Light Watercolor Glass ===== */
:root{
  --glass-bg:rgba(240,247,246,0.55);
  --glass-bg-strong:rgba(240,247,246,0.72);
  --glass-border:rgba(168,216,208,0.25);
  --glass-border-hover:rgba(126,200,192,0.4);
  --glass-blur:blur(14px);
  --teal:#7ec8c0;
  --teal-light:rgba(126,200,192,0.12);
  --jade:#a8d8d0;
  --deep:#2d4a47;
  --mist:#f0f7f6;
  --coral:#e8a87c;
  --text:#2d4a47;
  --text-muted:rgba(45,74,71,0.55);
  --text-light:rgba(45,74,71,0.7)
}

/* ===== Navigation ===== */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(240,247,246,0.65);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  border-bottom:1px solid var(--glass-border);
  height:52px;
  display:flex;align-items:center
}
nav .inner{
  max-width:960px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;
  width:100%
}
nav .logo{font-size:17px;font-weight:700;color:var(--deep);letter-spacing:1px}
nav .logo span{color:var(--teal)}
nav .nav-links{display:flex;gap:16px;align-items:center}
nav .nav-links a{
  font-size:13px;color:var(--text-light);font-weight:500;
  padding:4px 0;white-space:nowrap;transition:color .15s
}
nav .nav-links a.active{color:var(--teal);border-bottom:2px solid var(--teal)}
nav .nav-links a:hover{color:var(--deep)}

/* ===== Glass Card ===== */
.glass{
  background:var(--glass-bg);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  border:1px solid var(--glass-border);
  transition:border-color .2s
}
/* Content card with changelog-style gradient */
.card-bg{
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px;
  transition:background .3s
}
.card-bg:hover{
  background:linear-gradient(135deg,rgba(240,247,246,0.95) 0%,rgba(168,216,208,0.45) 100%)
}
.glass:hover{
  border-color:var(--glass-border-hover)
}

/* ===== Text Block (无边框渐变背景) ===== */
.text-card{
  background:linear-gradient(135deg,rgba(240,247,246,0.88) 0%,rgba(168,216,208,0.3) 100%);
  border:none;
  padding:16px 20px;border-radius:6px;
  transition:background .3s
}
.text-card:hover{
  background:linear-gradient(135deg,rgba(240,247,246,0.95) 0%,rgba(168,216,208,0.4) 100%)
}
.glass-strong{
  background:var(--glass-bg-strong);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  border:1px solid var(--glass-border)
}

/* ===== Container ===== */
.container{max-width:960px;margin:0 auto;padding:0 24px}
.container-narrow{max-width:720px;margin:0 auto;padding:0 24px}
section{padding:48px 0}

/* ===== Section Title ===== */
.section-title{margin-bottom:28px;text-align:center}
.section-title h2{font-size:26px;font-weight:700;color:var(--deep);margin-bottom:6px}
.section-title p{font-size:14px;color:var(--text-muted)}

/* ===== Hero ===== */
.hero{
  padding:60px 24px 36px;
  display:flex;align-items:center;justify-content:center
}
.hero-inner{
  display:flex;align-items:center;gap:40px;
  max-width:720px;margin:0 auto
}
.hero-avatar{flex-shrink:0}
.hero-avatar img{
  width:130px;height:130px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid var(--glass-border);
  display:block
}
.hero-content{flex:1;min-width:0;text-align:left}
.hero h1{
  font-size:68px;font-weight:800;color:var(--deep);
  letter-spacing:3px;margin-bottom:6px;
  line-height:1.1;
  text-shadow:0 1px 12px rgba(240,247,246,0.5)
}
.hero h1 span{color:var(--teal)}
.hero-sub{
  font-size:16px;color:var(--text-muted);
  margin-bottom:20px
}
.hero-buttons{display:flex;gap:10px;flex-wrap:wrap}
.hero-buttons .btn{
  display:inline-flex;align-items:center;gap:6px;
  padding:11px 30px;
  font-size:14px;font-weight:600;cursor:pointer;
  border:1px solid var(--glass-border);
  background:var(--glass-bg-strong);
  color:var(--deep);
  transition:all .2s
}
.hero-buttons .btn:hover{
  background:var(--teal);color:#fff;border-color:var(--teal)
}
.hero-buttons .btn-primary{
  background:var(--teal);color:#fff;border-color:var(--teal)
}

/* ===== Uptime ===== */
.uptime-bar{
  margin-top:24px;
  display:flex;justify-content:center;gap:10px;flex-wrap:wrap
}
.uptime-item{
  background:var(--glass-bg);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  border:1px solid var(--glass-border);
  padding:8px 14px;min-width:60px;text-align:center
}
.uptime-item .num{
  font-size:20px;font-weight:700;color:var(--teal);
  font-variant-numeric:tabular-nums
}
.uptime-item .label{
  font-size:11px;color:var(--text-muted);margin-top:2px
}

/* ===== Features Grid ===== */
.features-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:14px
}
.feature-card{padding:22px 20px}
.feature-card .icon{
  width:38px;height:38px;
  background:var(--teal-light);
  border:1px solid var(--glass-border);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;color:var(--teal);margin-bottom:10px
}
.feature-card h3{font-size:16px;font-weight:600;color:var(--deep);margin-bottom:6px}
.feature-card p{font-size:13px;color:var(--text-light);line-height:1.7}

/* ===== Screenshots Grid ===== */
.screenshots-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  max-width:600px;margin:0 auto
}
.screenshot-item{overflow:hidden}
.screenshot-item .img-wrap{
  height:170px;
  background:var(--teal-light);
  display:flex;align-items:center;justify-content:center;
  color:var(--teal);font-size:15px;font-weight:500;
  border-bottom:1px solid var(--glass-border)
}
.screenshot-item .cap{padding:10px 16px}
.screenshot-item .cap .t{font-size:14px;font-weight:500;color:var(--deep)}
.screenshot-item .cap .s{font-size:12px;color:var(--text-muted);margin-top:2px}

/* ===== Color Palette ===== */
.palette{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}
.palette-item{width:130px;overflow:hidden}
.palette-item .swatch{height:70px}
.palette-item .info{padding:8px 12px}
.palette-item .info .n{font-size:13px;font-weight:600;color:var(--deep)}
.palette-item .info .c{font-size:11px;color:var(--text-muted);margin-top:2px}

/* ===== Design Principles ===== */
.principles{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}
.principle-item{padding:18px}
.principle-item h3{font-size:15px;font-weight:600;color:var(--deep);margin-bottom:4px}
.principle-item p{font-size:13px;color:var(--text-light);line-height:1.7}

/* ===== Footer ===== */
footer{
  position:sticky;bottom:0;z-index:99;
  margin:12px auto 10px;
  max-width:280px;width:calc(100% - 32px);
  padding:6px 14px;
  text-align:center;color:var(--text-light);
  font-size:13px;font-weight:500;
  background:var(--glass-bg-strong);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  border:1px solid var(--glass-border);
  border-radius:999px
}
footer .links{margin-bottom:2px;display:flex;gap:8px;justify-content:center}
footer a{color:var(--teal);font-weight:500}
footer a:hover{color:var(--deep)}

/* ===== About Page ===== */
.page{padding-top:76px;min-height:100vh}
.about-card{padding:24px 24px;margin-bottom:12px}
.about-card h3{font-size:16px;font-weight:600;color:var(--deep);margin-bottom:8px}
.about-card p{font-size:14px;color:var(--text-light);line-height:1.7}
.about-card ul{padding-left:18px}
.about-card li{font-size:13px;color:var(--text-light);line-height:1.8}

.tag-list{display:flex;gap:8px;flex-wrap:wrap}

.dev-profile{display:flex;gap:18px;align-items:flex-start}
.dev-avatar{flex-shrink:0}
.dev-avatar img{
  width:72px;height:72px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid var(--glass-border);
  display:block
}
.dev-text{flex:1;min-width:0}
.dev-text p{font-size:14px;color:var(--text-light);line-height:1.7}

.dev-info{border-top:1px solid var(--glass-border);padding-top:12px}
.dev-row{display:flex;gap:10px;font-size:13px;line-height:2}
.dev-row .dev-label{color:var(--text-muted);min-width:56px;flex-shrink:0}
.tag{
  background:var(--teal-light);
  border:1px solid var(--glass-border);
  padding:4px 14px;
  font-size:12px;color:var(--teal)
}

.link-card{
  display:flex;align-items:center;gap:10px;
  padding:12px 18px;margin-bottom:6px
}
.link-card .link-icon{font-size:16px;color:var(--teal);width:28px;text-align:center}
.link-card .txt{flex:1;font-size:13px;color:var(--text-light)}
.link-card .arrow{color:var(--text-muted);font-size:13px}

/* ===== Download Page ===== */
.download-card{
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px;
  padding:28px;text-align:center;
  max-width:640px;margin:0 auto
}
.download-card .version{font-size:32px;font-weight:800;color:var(--teal);letter-spacing:1px}
.download-card .version-label{font-size:13px;color:var(--text-muted);margin-top:4px}
.download-card .date{font-size:13px;color:var(--text-muted);margin-top:6px}
.download-card .btn-download{
  display:inline-block;
  background:var(--teal);color:#fff;
  padding:11px 36px;font-size:15px;font-weight:600;
  border:none;cursor:pointer;margin-top:20px
}
.download-card .btn-download:hover{background:var(--deep)}
.download-card .meta{font-size:12px;color:var(--text-muted);margin-top:10px}
.version-list{max-width:640px;margin:0 auto}
.version-item{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 18px;margin-bottom:6px;
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px
}
.version-item:last-child{margin-bottom:0}
.version-item .ver{font-size:15px;font-weight:600;color:var(--deep)}
.version-item .ver small{font-weight:400;color:var(--text-muted);font-size:12px;margin-left:8px}
.version-item .ver-tag{
  display:inline-block;
  background:var(--teal-light);
  color:var(--teal);font-size:11px;font-weight:600;
  padding:2px 10px;margin-left:8px
}
.version-item .ver-dl{font-size:13px;color:var(--teal);font-weight:500}
.file-size{font-size:11px;color:var(--text-muted);margin-top:2px}

/* ===== Source Page ===== */
.repo-header{
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px;
  padding:20px 24px
}
.repo-header .repo-name{font-size:20px;font-weight:700;color:var(--deep)}
.repo-header .repo-name span{color:var(--teal)}
.repo-header .repo-desc{font-size:14px;color:var(--text-muted);margin-top:4px}
.repo-header .repo-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
.repo-header .repo-actions .btn{
  display:inline-flex;align-items:center;gap:6px;
  padding:8px 18px;font-size:13px;font-weight:500;
  border:1px solid var(--glass-border);
  background:var(--glass-bg);color:var(--deep);cursor:pointer
}
.repo-header .repo-actions .btn:hover{border-color:var(--teal);color:var(--teal)}
.repo-header .repo-actions .btn-primary{background:var(--teal);color:#fff;border-color:var(--teal)}
.repo-header .repo-actions .btn-primary:hover{background:var(--deep);border-color:var(--deep)}

.file-tree{
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px;
  overflow:hidden;
  font-family:'Cascadia Code','Fira Code','Consolas','Source Han Mono','JetBrains Mono',monospace;
  font-size:13px
}
.file-tree-header{
  padding:10px 18px;
  border-bottom:1px solid var(--glass-border);
  font-weight:600;color:var(--deep);
  background:rgba(168,216,208,0.2)
}
.file-item{
  display:flex;align-items:center;gap:4px;
  padding:6px 18px;
  border-bottom:1px solid rgba(168,216,208,0.12);
  color:var(--deep)
}
.file-item:last-child{border-bottom:none}
.file-item .tree-line{flex-shrink:0;color:var(--text-muted);white-space:pre}
.file-item .name{flex-shrink:0;color:var(--deep)}
.file-item .name.dir::after{content:'/';color:var(--teal)}
.file-item .desc{font-size:12px;color:var(--text-muted);flex:1;min-width:0;margin-left:12px}
.file-item:hover{background:var(--teal-light);border-radius:0}

.readme{
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px;
  padding:20px 24px
}
.readme h3{font-size:16px;font-weight:600;color:var(--deep);margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--glass-border)}
.readme p{font-size:14px;color:var(--text-light);line-height:1.7;margin-bottom:10px}
.readme ul{padding-left:20px;margin-bottom:10px}
.readme li{font-size:13px;color:var(--text-light);line-height:1.7}

.license-box{
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px;
  padding:16px 20px;text-align:center
}
.license-box .license-icon{font-size:24px;color:var(--teal);margin-bottom:6px;font-weight:700}
.license-box h4{font-size:15px;font-weight:600;color:var(--deep);margin-bottom:4px}
.license-box p{font-size:13px;color:var(--text-muted)}

/* ===== Build Downloads ===== */
.build-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:10px;max-width:640px;margin:0 auto
}
.build-item{
  display:flex;align-items:center;gap:14px;
  padding:16px 20px;
  text-decoration:none;color:inherit;
  transition:background .3s
}
.build-item:hover{
  background:linear-gradient(135deg,rgba(240,247,246,0.95) 0%,rgba(168,216,208,0.45) 100%) !important
}
.build-icon{
  flex-shrink:0;
  width:42px;height:42px;
  display:flex;align-items:center;justify-content:center;
  background:var(--teal);
  color:#fff;font-size:11px;font-weight:800;letter-spacing:1px;
  border-radius:4px
}
.build-info{flex:1;min-width:0}
.build-name{font-size:14px;font-weight:600;color:var(--deep);margin-bottom:2px}
.build-desc{font-size:12px;color:var(--text-muted)}
.build-meta{font-size:11px;color:var(--text-muted);margin-top:2px}
.build-arrow{font-size:18px;color:var(--teal);font-weight:700}

/* ===== Tech Stack ===== */
.tech-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:8px;max-width:640px;margin:0 auto
}
.tech-item{
  display:flex;align-items:flex-start;gap:12px;
  padding:14px 18px
}
.tech-badge{
  flex-shrink:0;
  width:36px;height:36px;
  display:flex;align-items:center;justify-content:center;
  background:var(--teal);
  color:#fff;font-size:10px;font-weight:800;letter-spacing:1px;
  border-radius:4px;
  font-family:'Segoe UI','PingFang SC','Microsoft YaHei','Helvetica Neue',sans-serif
}
.tech-icon{flex-shrink:0;font-size:20px;width:24px;text-align:center;line-height:1.4}
.tech-info{flex:1;min-width:0}
.tech-name{font-size:14px;font-weight:600;color:var(--deep);margin-bottom:3px}
.tech-ver{
  display:inline-block;
  font-size:10px;font-weight:600;color:var(--teal);
  background:var(--teal-light);
  padding:0 6px;border-radius:3px;margin-left:4px;
  vertical-align:middle
}
.tech-desc{font-size:12px;color:var(--text-light);line-height:1.7}

/* ===== System Requirements ===== */
.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-width:640px;margin:0 auto}
.spec-item{
  padding:16px 18px;
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px
}
.spec-item .spec-label{font-size:11px;color:var(--text-muted);margin-bottom:4px;letter-spacing:1px}
.spec-item .spec-value{font-size:14px;font-weight:600;color:var(--deep)}

/* ===== Install Steps ===== */
.steps{max-width:640px;margin:0 auto}
.step-item{
  display:flex;gap:14px;
  padding:14px 18px;margin-bottom:8px;
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px
}
.step-item .step-num{
  flex-shrink:0;
  width:28px;height:28px;
  display:flex;align-items:center;justify-content:center;
  background:var(--teal-light);
  border:1px solid var(--glass-border);
  font-size:13px;font-weight:700;color:var(--teal)
}
.step-item .step-body{
  flex:1;padding-top:4px
}
.step-item .step-body .step-title{font-size:14px;font-weight:600;color:var(--deep);margin-bottom:2px}
.step-item .step-body .step-desc{font-size:13px;color:var(--text-light);line-height:1.6}

/* ===== Roadmap ===== */
.roadmap{max-width:640px;margin:0 auto}
.roadmap-item{
  position:relative;
  padding:14px 18px 14px 40px;
  margin-bottom:8px;
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px
}
.roadmap-item::before{
  content:'';position:absolute;left:16px;top:22px;bottom:-8px;
  width:1px;background:var(--glass-border)
}
.roadmap-item:last-child::before{display:none}
.roadmap-item .roadmap-dot{
  position:absolute;left:11px;top:20px;
  width:10px;height:10px;
  background:var(--teal);border-radius:50%
}
.roadmap-item .roadmap-label{font-size:11px;color:var(--text-muted);margin-bottom:2px}
.roadmap-item .roadmap-title{font-size:14px;font-weight:600;color:var(--deep)}

/* ===== Notice Bar ===== */
.notice-bar{
  display:flex;align-items:center;gap:10px;
  padding:14px 20px;
  font-size:13px;color:var(--text-light);line-height:1.6;
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px
}
.notice-bar .notice-icon{
  flex-shrink:0;
  width:24px;height:24px;
  display:flex;align-items:center;justify-content:center;
  background:var(--teal-light);
  border:1px solid var(--glass-border);
  font-size:12px;font-weight:700;color:var(--teal);
  font-style:italic
}

/* ===== Changelog ===== */
.changelog{max-width:640px;margin:0 auto}
.changelog-entry{
  background:linear-gradient(135deg,rgba(240,247,246,0.9) 0%,rgba(168,216,208,0.35) 100%);
  border:none;border-radius:6px;
  margin-bottom:10px;overflow:hidden
}
.changelog-header{
  padding:12px 18px;
  border-bottom:1px solid var(--glass-border);
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:6px
}
.changelog-header .ver{font-size:16px;font-weight:700;color:var(--deep)}
.changelog-header .ver .tag{
  display:inline-block;
  background:var(--teal-light);
  color:var(--teal);font-size:11px;font-weight:600;
  padding:2px 10px;margin-left:8px
}
.changelog-header .date{font-size:12px;color:var(--text-muted)}
.changelog-body{padding:12px 18px}
.changelog-body ul{padding-left:18px}
.changelog-body li{font-size:13px;color:var(--text-light);line-height:1.8}
.changelog-body .type{
  display:inline-block;
  font-size:11px;font-weight:600;
  padding:1px 8px;margin-right:6px
}
.changelog-body .type-new{background:var(--teal-light);color:var(--teal)}
.changelog-body .type-fix{background:rgba(232,168,124,0.12);color:var(--coral)}

/* ===== Music Player ===== */
.player{
  position:fixed;z-index:999;
  display:flex;align-items:stretch;
  left:20px;bottom:24px;
  width:280px;
  background:var(--glass-bg-strong);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  border:1px solid var(--glass-border);
  border-radius:10px;
  padding:10px 14px 10px 80px;
  min-height:58px;
  box-shadow:0 2px 16px rgba(0,0,0,0.08);
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cellipse cx='12' cy='15' rx='7' ry='6' fill='%237EC8C0'/%3E%3Ccircle cx='7' cy='8' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='12' cy='5' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='17' cy='8' r='3' fill='%237EC8C0'/%3E%3C/svg%3E") 12 15, grab;
  user-select:none
}
.player-init{transition:left .25s ease, bottom .25s ease}
.player:active{cursor:grabbing}
.player-disc{
  position:absolute;left:-16px;bottom:0;
  width:88px;height:88px;
  border-radius:50%;
  background:linear-gradient(135deg,#2d4a47,#7ec8c0);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
  animation:playerSpin 3s linear infinite;
  animation-play-state:paused;
  border:2px solid var(--glass-border);
  box-shadow:0 0 0 3px var(--glass-bg-strong);
  cursor:grab
}
.player-disc-inner{
  width:22px;height:22px;
  border-radius:50%;
  background:var(--mist);
  border:2px solid rgba(45,74,71,0.3)
}
.player.playing .player-disc{animation-play-state:running}
@keyframes playerSpin{to{transform:rotate(360deg)}}

.player-body{
  display:flex;align-items:center;gap:10px;
  flex:1;min-width:0;cursor:default
}
.player-info{flex:1;min-width:0}
.player-song{
  font-size:12px;font-weight:600;color:var(--deep);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  margin-bottom:3px
}
.player-progress{
  position:relative;
  height:4px;
  background:var(--teal-light);
  border-radius:2px;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cellipse cx='12' cy='15' rx='7' ry='6' fill='%237EC8C0'/%3E%3Ccircle cx='7' cy='8' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='12' cy='5' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='17' cy='8' r='3' fill='%237EC8C0'/%3E%3C/svg%3E") 12 15, pointer
}
.player-progress-fill{
  position:absolute;top:0;left:0;height:100%;
  background:var(--teal);
  border-radius:2px;
  width:0%;
  pointer-events:none;
  transition:width .1s linear
}
.player-progress-thumb{
  position:absolute;top:50%;left:0%;
  width:10px;height:10px;
  background:var(--teal);
  border-radius:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  transition:opacity .15s;
  pointer-events:none
}
.player-progress:hover .player-progress-thumb{opacity:1}

.player-btn{
  flex-shrink:0;
  width:28px;height:28px;
  display:flex;align-items:center;justify-content:center;
  background:var(--teal);
  border:none;border-radius:50%;
  color:#fff;font-size:11px;font-weight:700;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cellipse cx='12' cy='15' rx='7' ry='6' fill='%237EC8C0'/%3E%3Ccircle cx='7' cy='8' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='12' cy='5' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='17' cy='8' r='3' fill='%237EC8C0'/%3E%3C/svg%3E") 12 15, pointer;
  transition:background .15s
}
.player-btn:hover{background:var(--deep)}
.player-btn.playing::before{content:'||'}
.player-btn.paused::before{content:'>'}
.player-btn::before{content:'>';display:block;line-height:1}

/* ===== Player Detail Panel ===== */
.player-panel{
  position:absolute;top:100%;left:0;right:0;
  margin-top:8px;
  background:var(--glass-bg-strong);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  border:1px solid var(--glass-border);
  border-radius:0 0 10px 10px;
  padding:14px 16px 12px;
  display:none;opacity:0;
  transition:opacity .2s;
  box-shadow:0 2px 16px rgba(0,0,0,0.06);
  cursor:default
}
.player-panel.show{display:block;opacity:1}
.panel-lyrics{
  font-size:12px;color:var(--text-muted);
  margin-bottom:10px;
  min-height:32px;
  line-height:1.6
}
.panel-lyrics .l-line{display:block}
.panel-lyrics .l-line.current{color:var(--teal);font-weight:600}
.panel-controls{
  display:flex;align-items:center;gap:8px
}
.panel-btn{
  width:30px;height:30px;
  display:flex;align-items:center;justify-content:center;
  background:var(--teal-light);
  border:none;border-radius:50%;
  color:var(--deep);
  font-size:13px;font-weight:700;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cellipse cx='12' cy='15' rx='7' ry='6' fill='%237EC8C0'/%3E%3Ccircle cx='7' cy='8' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='12' cy='5' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='17' cy='8' r='3' fill='%237EC8C0'/%3E%3C/svg%3E") 12 15, pointer;
  transition:background .15s,color .15s;
  flex-shrink:0
}
.panel-btn:hover{background:var(--teal);color:#fff}
.panel-btn.playing::before{content:'||'}
.panel-btn.paused::before{content:'▸'}
.panel-btn.prev::before{content:'⏮'}
.panel-btn.next::before{content:'⏭'}
.panel-volume-wrap{
  display:flex;align-items:center;gap:6px;
  margin-left:auto;flex-shrink:0
}
.panel-volume-wrap .vol-icon{font-size:13px;color:var(--text-muted);width:16px;text-align:center}
.panel-volume{
  -webkit-appearance:none;appearance:none;
  width:64px;height:4px;
  background:var(--teal-light);
  border-radius:2px;outline:none;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cellipse cx='12' cy='15' rx='7' ry='6' fill='%237EC8C0'/%3E%3Ccircle cx='7' cy='8' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='12' cy='5' r='3' fill='%237EC8C0'/%3E%3Ccircle cx='17' cy='8' r='3' fill='%237EC8C0'/%3E%3C/svg%3E") 12 15, pointer;
  flex-shrink:0
}
.panel-volume::-webkit-slider-thumb{
  -webkit-appearance:none;appearance:none;
  width:12px;height:12px;
  background:var(--teal);
  border-radius:50%;border:none;cursor:pointer
}

@media(max-width:640px){
  .player{padding:8px 10px 8px 64px;min-height:48px;width:220px}
  .player-disc{width:72px;height:72px;left:-12px}
  .player-disc-inner{width:18px;height:18px}
  .player-song{font-size:11px}
  .player-panel{padding:12px 12px 10px}
  .panel-volume{width:48px}
}

/* ===== Responsive ===== */
@media(max-width:640px){
  .hero-inner{flex-direction:column;gap:24px;text-align:center}
  .hero-avatar img{width:100px;height:100px}
  .hero-content{text-align:center}
  .hero-buttons{justify-content:center}
  .hero h1{font-size:36px}
  .hero-sub{font-size:14px}
  nav .nav-links{gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}
  nav .nav-links a{font-size:12px}
  .uptime-item{padding:6px 10px;min-width:46px}
  .uptime-item .num{font-size:18px}
  section{padding:36px 0}
  .section-title{margin-bottom:20px}
  .about-card{padding:18px 16px}
  .download-card{padding:20px 16px}
  .download-card .version{font-size:26px}
  .repo-header{padding:16px 14px}
  .palette-item{width:100px}
  .palette-item .swatch{height:56px}
  .screenshots-grid{grid-template-columns:1fr}
  .dev-profile{flex-direction:column;align-items:center;text-align:center}
}
