@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html {height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {
  margin: 0; 
  min-height: 100%; 
  -webkit-font-smoothing:antialiased; 
  font-smoothing:antialiased; 
  text-rendering:optimizeLegibility;
  color: #e0e0e0;
} /* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {font: 100%  'Noto Sans SC', 'Microsoft YaHei', '微软雅黑', 'Lato', 'SimSun', '宋体', sans-serif; *font-size: 1em; color: #e0e0e0} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 1.5em; padding: 0}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {font-family:'Noto Sans SC', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'SimHei', '黑体', sans-serif;color:#ffffff;transition: all 0.3s ease;}
h1 {margin: 0; font-size: 3.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
h3 {margin: 0; font-size: 2.25em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em; background: linear-gradient(135deg, #ffffff, #64b5f6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 8px rgba(100, 181, 246, 0.4));} /* 36px / 48px */ 
h4 {margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
h5 {margin: 0; font-size: 1.3125em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em; color: #e0e0e0; transition: all 0.3s ease;} /* 21px / 24px */
h5:hover {color: #64b5f6; text-shadow: 0 0 8px rgba(100, 181, 246, 0.6);}
h6 {margin: 0; font-size: 1.125em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 1.3333333333333333333333333333333em} /* 18px / 24px */
p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em} /* 16px / 24px */
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; border-bottom: 0 solid #333}

/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}

/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {font-family:Futura, "Century Gothic", AppleGothic, sans-serif}

/* HYPERLINKS */
a { 
  text-decoration: none;
  color: #64b5f6;
  -webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a:hover, a:focus, a:active { text-decoration: none; border: none;color: #90caf9 }
/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%; _width: 100%} /* Fluid images */
img {border: 0; -ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark {background: #c47529}
ins {background: #d49855}
del {text-decoration: line-through}
::-moz-selection {background: #7c4dff; color: #fff; text-shadow: none} /* selected text */
::selection {background: #7c4dff; color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

/* DEFAULT MOBILE STYLE */
body {width: 92%; margin: 0 auto} /* Center page without wrapper */
/* column grid */
.g1,.g2,.g3{display:block; position: relative; margin-left: 1%; margin-right: 1%}
/* 1 column grid */
.g1,.g2,.g3{width:98.0%}

/* Wrapper */
.main{
  padding-top: 50px;
  max-width: 1020px;
}
.wrapper{
  margin: 0 auto;
}


/* Utility */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.clear{
  clear:both;
}
.bg-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clearfix:after { 
 content: "."; 
 visibility: hidden; 
 display: block; 
 height: 0; 
 clear: both;
}
.no-list{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.break{
  padding-bottom: 1em;
  clear: both;
}
/* Backgrounds */
@-webkit-keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@-moz-keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.bg-1{
  background-image: url('../images/floor.jpg');
  position: relative;
}
.bg-1::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(22, 33, 62, 0.8) 25%, rgba(15, 52, 96, 0.75) 50%, rgba(83, 52, 131, 0.8) 75%, rgba(26, 26, 46, 0.85) 100%);
  background-size: 400% 400%;
  background-attachment: fixed;
  -webkit-animation: gradientShift 15s ease infinite;
  -moz-animation: gradientShift 15s ease infinite;
  animation: gradientShift 15s ease infinite;
  z-index: -1;
  pointer-events: none;
}

/* Header */
#header{
  margin-bottom: 2em;
}
#header #logo{
  text-align: center;

  display: none;
}
#header h4{
  margin-bottom:0px; 
}
#header .visible{
  opacity: 1;
}

/* Tabs */
.etabs{
  margin: 0;
  padding: 0px;
  text-align: center;
}
.etabs li span{
  display: none;
}
#tab-data-wrap{
  padding: 30px;
  background: rgba(30, 30, 50, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 6px 20px rgba(124, 77, 255, 0.3);
  border-radius: 0px 0px 12px 12px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
#tab-data-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(100, 181, 246, 0.8), transparent);
  animation: scanLine 3s ease infinite;
}
@keyframes scanLine {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }
}


.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: rgba(30, 30, 50, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: 0px;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  margin-right:10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.tab:hover:not(.active) {
  background: rgba(30, 30, 50, 0.5);
  border-color: rgba(100, 181, 246, 0.5);
  box-shadow: 0 0 20px rgba(100, 181, 246, 0.4),
              inset 0 0 15px rgba(100, 181, 246, 0.1);
}

.tab a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 2px 10px;
  outline: none;
  color: #b0b0b0;
  text-decoration: none;
}

.tab a:hover {
  text-decoration: none;
  color: #64b5f6;
  text-shadow: 0 0 8px rgba(100, 181, 246, 0.6);
}

.tab.active {
  background: linear-gradient(135deg, rgba(100, 181, 246, 0.2), rgba(124, 77, 255, 0.2));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  top: 1px;
  border-color: rgba(100, 181, 246, 0.6);
  border-bottom: none;
  box-shadow: 0 -4px 20px rgba(100, 181, 246, 0.3),
              inset 0 0 20px rgba(100, 181, 246, 0.1),
              0 0 0 1px rgba(100, 181, 246, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab a.active {
  padding-top: 10px;
  color: #64b5f6;
  text-shadow: 0 0 10px rgba(100, 181, 246, 0.8);
  position: relative;
}
.tab a i{
  font-size: 16px;
  margin-right: 0px;
  color: #64b5f6;
  transition: color 0.3s ease;
}
.tab a:hover i,
.tab a.active i {
  color: #64b5f6;
  text-shadow: 0 0 8px rgba(100, 181, 246, 0.8);
}

/* INFO */
.info-wrap{

}
/* Photo */
.photo{
  position: relative;
  float: left;
  height: 200px;
  width: 200px;
  margin-right: 20px;
  overflow: hidden;
  background: transparent;
}
.photo img,
.photo video{
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 width: 100%;
 box-shadow: 0 4px 15px rgba(100, 181, 246, 0.3);
 border: 2px solid rgba(100, 181, 246, 0.3);
 transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
 background: transparent;
 display: block;
}
.photo video {
  height: 100%;
  object-fit: contain;
}

/* 视频加载动画 */
.video-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.video-loading.hide {
  opacity: 0;
  pointer-events: none;
}

.loading-text {
  color: rgba(100, 181, 246, 0.9);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  animation: loadingPulse 1.5s ease-in-out infinite;
}

@keyframes loadingPulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.photo:hover img {
  box-shadow: 0 8px 30px rgba(100, 181, 246, 0.6),
              0 0 0 2px rgba(100, 181, 246, 0.5),
              inset 0 0 20px rgba(100, 181, 246, 0.2);
  border-color: rgba(100, 181, 246, 0.7);
  transform: scale(1.02);
}
.info{

}
.info h2, #header h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .3em;
  background: linear-gradient(135deg, #ffffff, #64b5f6, #7c4dff, #64b5f6);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textGradient 4s ease infinite;
  filter: drop-shadow(0 0 10px rgba(100, 181, 246, 0.5));
}
@keyframes textGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.info h4, #header h4{
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}
.info h4:hover, #header h4:hover {
  color: #64b5f6;
  text-shadow: 0 0 10px rgba(100, 181, 246, 0.6);
}
/* Blog */
.main-links{

}
.main-links ul{
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.main-links ul li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin-bottom: 5px;
}
.main-links ul li:hover {
  background: rgba(100, 181, 246, 0.1);
  border-color: rgba(100, 181, 246, 0.3);
  box-shadow: 0 0 15px rgba(100, 181, 246, 0.2);
}
.main-links ul li a{
  font-size: 14px;
  color: #e0e0e0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  padding: 5px 10px;
  border-radius: 4px;
  position: relative;
}
.main-links ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(180deg, #64b5f6, #7c4dff);
  transition: height 0.3s ease;
  border-radius: 0 2px 2px 0;
}
.main-links ul li a:hover {
  color: #64b5f6;
  padding-left: 15px;
  text-shadow: 0 0 8px rgba(100, 181, 246, 0.6);
}
.main-links ul li a:hover::before {
  height: 60%;
} 
/* Contact-info */
.contact-info{

}
.contact-info i{

}

/* Icon Styling */
.contact-info i{

  color: #64b5f6;
  font-size: 46px;

}
/* Item Box */

.item-box{
  padding: 6px 6px 6px 10px;
  background: rgba(30, 30, 50, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.item-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(100, 181, 246, 0.1), transparent);
  transition: left 0.5s ease;
}
.item-box:hover::before {
  left: 100%;
}
.item-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(100, 181, 246, 0.4),
              0 0 0 1px rgba(100, 181, 246, 0.4),
              inset 0 0 20px rgba(100, 181, 246, 0.1);
  border-color: rgba(100, 181, 246, 0.6);
}
.item-box i{
  float: left;
  margin-right: 12px;
  transition: all 0.3s ease;
}
.item-box:hover i {
  transform: scale(1.15);
  text-shadow: 0 0 15px rgba(100, 181, 246, 0.8);
  color: #90caf9;
}
.item-box i.icon-envelope{

}
.item-box .item-data{
 margin-top: 6px;
}
.item-box .item-data h3{
  line-height: 1em;
  margin: 3px 0px 0px 0px;
  font-size: 1em;
  transition: all 0.3s ease;
}
.item-box:hover .item-data h3 {
  color: #90caf9;
  text-shadow: 0 0 10px rgba(100, 181, 246, 0.6);
}
.item-box .item-data p{
  margin: 0px;
  font-size: 12px;
  color: #b0b0b0;
}

/* WorkExperience */
.work li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2em;
  padding: 15px;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(30, 30, 50, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.work li:hover {
  transform: translateX(8px);
  background: rgba(30, 30, 50, 0.4);
  border-color: rgba(100, 181, 246, 0.4);
  box-shadow: 0 8px 20px rgba(100, 181, 246, 0.2),
              0 0 0 1px rgba(100, 181, 246, 0.2);
}
.work li span{
  float: right;
}
.work li h5{
  float: left;
}
.work li p{
  clear: both;
}

/* Biography section h4 gradient text */
#biography .g2 h4 {
  background: linear-gradient(135deg, #ffffff, #64b5f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 8px rgba(100, 181, 246, 0.4));
}

/* Blog List Styles */
#blog .g2 {
  width: 98% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
}

.blog-list li {
  position: relative;
}

.blog-list li h5 {
  float: left;
  margin-bottom: 0;
}

.blog-title {
  display: inline-block;
  padding: .25em .6em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  border-radius: .25em;
}

.blog-title-1 {
  background: linear-gradient(135deg, #64b5f6, #42a5f5);
  box-shadow: 0 2px 8px rgba(100, 181, 246, 0.3);
}

.blog-title-2 {
  background: linear-gradient(135deg, #7c4dff, #651fff);
  box-shadow: 0 2px 8px rgba(124, 77, 255, 0.3);
}

.blog-title-3 {
  background: linear-gradient(135deg, #26a69a, #00897b);
  box-shadow: 0 2px 8px rgba(38, 166, 154, 0.3);
}

.blog-title-4 {
  background: linear-gradient(135deg, #ffb74d, #ffa726);
  box-shadow: 0 2px 8px rgba(255, 183, 77, 0.3);
}

.blog-date {
  float: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.8;
}

.blog-list li p {
  clear: both;
  margin-top: 30px;
  margin-bottom: 0.8em;
}

.blog-read-more {
  display: block;
  text-align: right;
  color: #00ffff;
  text-decoration: none;
  font-size: 0.9em;
  padding: 0;
  background: none;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  width: fit-content;
  margin-left: auto;
}

.blog-read-more:hover {
  color: #00ffff;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
  background: none;
  border: none;
  box-shadow: none;
  transform: none;
}

.blog-read-more::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #00ffff, #64b5f6);
  transition: width 0.3s ease;
}

.blog-read-more:hover::after {
  width: 100%;
}

/* Portfolio */
.image{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(30, 30, 50, 0.3);
}
.image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(100, 181, 246, 0.4) 50%, 
    transparent
  );
  z-index: 3;
  pointer-events: none;
  transition: none;
}
.image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(100, 181, 246, 0.4) 50%, 
    transparent
  );
  z-index: 3;
  pointer-events: none;
  transition: none;
}
.image:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 12px 35px rgba(100, 181, 246, 0.5),
              0 0 0 1px rgba(100, 181, 246, 0.4),
              inset 0 0 30px rgba(100, 181, 246, 0.1);
  border-color: rgba(100, 181, 246, 0.6);
}
.image:hover::before {
  left: -50%;
  width: 50%;
  transform: translateX(0);
  transition: left 0.6s ease, width 0.6s ease;
}
.image:hover::after {
  left: 100%;
  width: 50%;
  transform: translateX(0);
  transition: left 0.6s ease, width 0.6s ease;
}
.image img{
  margin: 0px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.image-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 99%;
  background: transparent;
  text-align: center;
  opacity:0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
}
.image:hover .image-overlay{
  opacity: 1;
  filter: alpha(opacity=100);
}
.image-overlay .image-link{
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
/* Icon Box */
.sny-icon{
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
.sny-icon i{
  display: inline-block;
  font-size: 60px;
  color: #64b5f6;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 0 20px rgba(100, 181, 246, 0.5);
}
.sny-icon-box {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  padding: 20px;
  background: rgba(30, 30, 50, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.sny-icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(100, 181, 246, 0.4),
              0 0 0 1px rgba(100, 181, 246, 0.3),
              inset 0 0 30px rgba(100, 181, 246, 0.1);
  border-color: rgba(100, 181, 246, 0.5);
}
.sny-icon-box:hover .sny-icon i {
  transform: scale(1.1);
  text-shadow: 0 0 30px rgba(100, 181, 246, 0.8);
  color: #90caf9;
}
.sny-icon-content{
  text-align: center;
}
.sny-icon-content h4{
  margin-bottom:6px;
  color: #ffffff;
  background: linear-gradient(135deg, #ffffff, #64b5f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}
.sny-icon-box:hover .sny-icon-content h4 {
  background: linear-gradient(135deg, #90caf9, #64b5f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px rgba(100, 181, 246, 0.5);
}
.sny-icon-content p{
  margin-bottom: 0px;
  color: #b0b0b0;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* Buttons */
.btn{
  display:inline-block;
  margin: 0 10px 10px 0;    
  padding: 14px 20px;  
  background: rgba(100, 181, 246, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-family:'Noto Sans SC', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'SimHei', '黑体', sans-serif;
  line-height: 1;
  *display:inline;
  *zoom:1;
  position: relative;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(100, 181, 246, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover{
  color: #fff;
  box-shadow: 0 6px 20px rgba(124, 77, 255, 0.6);
  transform: translateY(-2px);
}

/* Labels */
.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label-info {
  background: linear-gradient(135deg, #64b5f6, #42a5f5);
  box-shadow: 0 2px 8px rgba(100, 181, 246, 0.3);
}

.label-info[href]:hover,
.label-info[href]:focus {
  background: linear-gradient(135deg, #42a5f5, #2196f3);
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-danger {
  background: linear-gradient(135deg, #7c4dff, #651fff);
  box-shadow: 0 2px 8px rgba(124, 77, 255, 0.3);
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background: linear-gradient(135deg, #651fff, #5e35b1);
}

.label-success {
  background: linear-gradient(135deg, #26a69a, #00897b);
  box-shadow: 0 2px 8px rgba(38, 166, 154, 0.3);
}

.label-success[href]:hover,
.label-success[href]:focus {
  background: linear-gradient(135deg, #00897b, #00695c);
}

.label-warning {
  background: linear-gradient(135deg, #ffb74d, #ffa726);
  box-shadow: 0 2px 8px rgba(255, 183, 77, 0.3);
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background: linear-gradient(135deg, #ffa726, #ff9800);
}

/* Meters */
.meter { 
  height: 24px;  /* Can be anything */
  position: relative;
  background: rgba(30, 30, 50, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 1em;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  /* 优化动画性能，防止闪烁 */
  will-change: width;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.meter > span  > span{
  margin-left: 4px;
  color: #fff;
}
.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: 
  -webkit-gradient(linear, 0 0, 100% 100%, 
    color-stop(.25, rgba(255, 255, 255, .2)), 
    color-stop(.25, transparent), color-stop(.5, transparent), 
    color-stop(.5, rgba(255, 255, 255, .2)), 
    color-stop(.75, rgba(255, 255, 255, .2)), 
    color-stop(.75, transparent), to(transparent)
    );
  background-image: 
  -moz-linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
    );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
   background-position: 0 0;
 }
 100% {
   background-position: 50px 50px;
 }
}

.emerald > span {
  background: linear-gradient(90deg, #26a69a, #00bcd4);
  box-shadow: 0 0 10px rgba(38, 166, 154, 0.5);
}

.carrot > span {
  background: linear-gradient(90deg, #ffb74d, #ffa726);
  box-shadow: 0 0 10px rgba(255, 183, 77, 0.5);
}
.wisteria > span{
  background: linear-gradient(90deg, #7c4dff, #651fff);
  box-shadow: 0 0 10px rgba(124, 77, 255, 0.5);
}
.sunflower > span{
  background: linear-gradient(90deg, #ffd54f, #ffc107);
  box-shadow: 0 0 10px rgba(255, 213, 79, 0.5);
}
.midnight > span{
  background: linear-gradient(90deg, #546e7a, #455a64);
  box-shadow: 0 0 10px rgba(84, 110, 122, 0.5);
}
.pomengrate > span{
  background: linear-gradient(90deg, #ef5350, #e53935);
  box-shadow: 0 0 10px rgba(239, 83, 80, 0.5);
}
.asbestos > span{
  background: linear-gradient(90deg, #78909c, #607d8b);
  box-shadow: 0 0 10px rgba(120, 144, 156, 0.5);
}
.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  background-image: none;
}
/* Footer */
footer{
  text-align: center;
  margin-top: 2em;
  padding: 10px;
  background: rgba(30, 30, 50, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 4px 15px rgba(124, 77, 255, 0.2);
  color: #e0e0e0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(100, 181, 246, 0.05), transparent);
  transition: left 0.5s ease;
}
footer:hover::before {
  left: 100%;
}
footer:hover {
  border-color: rgba(100, 181, 246, 0.3);
  box-shadow: 0px 6px 20px rgba(124, 77, 255, 0.3);
}
footer a {
  transition: all 0.3s ease;
  position: relative;
}
footer a:hover {
  text-shadow: 0 0 8px rgba(100, 181, 246, 0.6);
}
footer a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #64b5f6, #7c4dff);
  transition: width 0.3s ease;
}
footer a:hover::after {
  width: 100%;
}
footer p{
  margin-bottom: 0px;
}

/* media Queries

FOLDING FLUID GRID
< 767px         - 1-Column Fluid Grid
768px - 1023px  - 2-Column Fluid Grid
> 1024px            - 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */
@media only screen and (max-width: 767px) {
  /* 移动端个人简介布局调整 */
  #about .g2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #about .photo {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
  }
  
  #about .info {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  
  #about .info h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  #about .info h4 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  
  #about .info p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  /* 移动端重要文章列表间距 */
  #about .main-links {
    margin-top: 10px;
    padding-top: 0;
  }
  
  /* 移动端联系方式间距 */
  #about .contact-info {
    margin-top: 30px;
    padding-top: 0;
  }
  
  #about .contact-info .g1 {
    margin-bottom: 20px;
  }
  
  #about .contact-info .g1:last-child {
    margin-bottom: 0;
  }
  
  /* 移动端图片间隔 */
  #portfolio .g1 {
    margin-bottom: 1em;
  }
  #portfolio .g1:not(:last-child) {
    margin-right: 1%;
  }
}

@media only screen and (min-width: 320px) {
  body {

  }
  /* 移动端图片间隔 */
  #portfolio .g1 {
    margin-bottom: 1em;
  }
  #portfolio .g1:not(:last-child) {
    margin-right: 1%;
  }
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
  body {

  }
  /* 移动端图片间隔 */
  #portfolio .g1 {
    margin-bottom: 1em;
  }
  #portfolio .g1:not(:last-child) {
    margin-right: 1%;
  }
}

/* SMALL TABLET */
@media only screen and (min-width: 600px) {
  body {

  }
  .etabs >li span{
    display: block;
  }
  /* 移动端图片间隔 */
  #portfolio .g1 {
    margin-bottom: 1em;
  }
  #portfolio .g1:nth-child(odd) {
    margin-right: 1%;
  }
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
  body {

  }

  /* Sidebar */
  .sidebar{
   padding-left: 20px;
   border-left: 1px solid rgba(255, 255, 255, 0.1);
 }
 /* COLUMN GRID */
 .g1,.g2,.g3 {display:inline; float: left}

 /* 2 COLUMN GRID */
 .g1 {width:48.0%}
 .g2 {width:48.0%}
 .g3 {width:98.0%}
 /* 平板端图片间隔（仅适用于2列布局） */
 #portfolio .g1 {
   margin-bottom: 1em;
 }
 #portfolio .g1:nth-child(odd) {
   margin-right: 2%;
 }
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
  body {

  }
  .etabs >li span{
    display: inline;
  }
  .tab a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab a{
    padding: 10px 40px 10px 40px;
  }
.tab a.active{
  padding-top: 20px;
}
  /* 3 COLUMN GRID */
  .g1 {width:31.333%}
  .g2 {width:64.667%}
  .g3 {width:98.0%}
  /* 桌面端重置作品集图片间隔（3列布局） - 使用 flexbox */
  #portfolio section.clearfix {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  #portfolio .g1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    float: none !important;
    width: calc(33.333% - 14px) !important;
    flex-shrink: 0 !important;
  }
  /* 桌面端隐藏break元素，避免强制换行 */
  #portfolio .break {
    display: none !important;
    clear: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
  }
}

@media only screen and (min-width: 1280px) { 
  /* DESKTOP */
  body {

  }
}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
  body {} /* 18.5px / 28px */
}


/* 音乐播放器 */
#audio-player-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 2em;
    pointer-events: none;
}

.audio-player {
    width: 100%;
    max-width: 600px;
    background: rgba(30, 30, 50, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(100, 181, 246, 0.3);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(100, 181, 246, 0.3),
                0 0 0 1px rgba(100, 181, 246, 0.1),
                inset 0 0 30px rgba(100, 181, 246, 0.1);
    overflow: hidden;
    pointer-events: all;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* 移除 hover 发光效果 */

#audio-visualizer {
    width: 100%;
    height: 70px;
    display: block;
    background: rgba(0, 0, 0, 0.2);
}

/* 歌曲信息和歌词区域 */
.song-lyrics-area {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    background: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
    min-height: auto;
}

.song-lyrics-area .song-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
    white-space: nowrap;
}

.lyrics-display {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 400;
    flex: 1;
    text-align: left;
}

.player-controls {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 12px;
    flex-wrap: wrap;
}

.play-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #64b5f6, #7c4dff);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(100, 181, 246, 0.4);
    flex-shrink: 0;
    position: relative;
}

.play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(124, 77, 255, 0.6);
}

.play-btn:active {
    transform: scale(0.95);
}

.play-btn .pause-icon {
    display: none;
}

.play-btn.pause .play-icon {
    display: none;
}

.play-btn.pause .pause-icon {
    display: block;
}

.progress-section {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.time-display {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #b0b0b0;
    font-family: 'Courier New', monospace;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(100, 181, 246, 0.2), transparent);
    animation: shimmer 2s ease infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #64b5f6, #7c4dff);
    border-radius: 3px;
    transition: width 0.1s linear;
    box-shadow: 0 0 10px rgba(100, 181, 246, 0.6);
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.progress-bar:hover .progress-fill::after {
    opacity: 1;
}

.volume-section {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.effect-section {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.effect-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(100, 181, 246, 0.2);
    border: 1px solid rgba(100, 181, 246, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64b5f6;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0;
}

.effect-btn:hover {
    background: rgba(100, 181, 246, 0.3);
    border-color: rgba(100, 181, 246, 0.5);
    transform: scale(1.1);
}

.effect-btn.active {
    background: rgba(100, 181, 246, 0.4);
    border-color: rgba(100, 181, 246, 0.6);
    box-shadow: 0 0 10px rgba(100, 181, 246, 0.4);
}

.mute-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(100, 181, 246, 0.2);
    border: 1px solid rgba(100, 181, 246, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64b5f6;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mute-btn:hover {
    background: rgba(100, 181, 246, 0.3);
    border-color: rgba(100, 181, 246, 0.5);
    transform: scale(1.1);
}

.mute-btn .mute-icon {
    display: none;
}

.mute-btn.muted .volume-icon {
    display: none;
}

.mute-btn.muted .mute-icon {
    display: block;
}

.volume-slider {
    width: 80px;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #64b5f6, #7c4dff);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.6);
    transition: all 0.3s ease;
}

.volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 0 12px rgba(100, 181, 246, 0.8);
}

.volume-slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #64b5f6, #7c4dff);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 8px rgba(100, 181, 246, 0.6);
    transition: all 0.3s ease;
}

.volume-slider::-moz-range-thumb:hover {
    transform: scale(1.2);
    box-shadow: 0 0 12px rgba(100, 181, 246, 0.8);
}

.volume-slider::-moz-range-track {
    background: rgba(255, 255, 255, 0.1);
    height: 6px;
    border-radius: 3px;
}

/* 移动端适配 */
@media only screen and (max-width: 768px) {
    #audio-player-container {
        padding: 8px;
    }

    .audio-player {
        max-width: 100%;
        border-radius: 10px;
    }

    #audio-visualizer {
        height: 50px;
    }
    
    .song-lyrics-area {
        padding: 5px 12px;
    }
    
    .song-lyrics-area .song-title {
        font-size: 13px;
        margin-right: 12px;
    }
    
    .lyrics-display {
        font-size: 12px;
    }

    .player-controls {
        padding: 8px 12px;
        gap: 8px;
    }

    .play-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .progress-section {
        min-width: 0;
        flex: 1;
    }

    .time-display {
        font-size: 10px;
    }

    .volume-section {
        width: auto;
        justify-content: flex-end;
        order: 0;
    }

    .volume-slider {
        width: 60px;
        max-width: 60px;
    }

    .mute-btn {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .effect-section {
        width: auto;
        justify-content: center;
        order: 0;
        margin-top: 0;
    }

    .effect-btn {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
    
    .player-controls {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 480px) {
    #audio-player-container {
        padding: 6px;
    }

    #audio-visualizer {
        height: 45px;
    }
    
    .song-lyrics-area {
        padding: 4px 10px;
    }
    
    .song-lyrics-area .song-title {
        font-size: 12px;
        margin-right: 10px;
    }
    
    .lyrics-display {
        font-size: 11px;
    }

    .player-controls {
        padding: 6px 8px;
        gap: 4px;
        flex-wrap: nowrap;
    }

    .play-btn {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }

    .time-display {
        font-size: 8px;
    }

    .volume-slider {
        width: 40px;
        max-width: 40px;
    }
    
    .volume-section {
        gap: 4px;
    }
    
    .mute-btn {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
    
    .effect-btn {
        width: 22px;
        height: 22px;
        font-size: 9px;
    }
    
    .effect-section {
        gap: 3px;
    }
}

/* PRINT */
@media print {
* {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
  a, a:visited {color: #444 !important; text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
  thead {display: table-header-group; } /* Repeat header row at top of each printed page */
  tr, img {page-break-inside: avoid; }
  img {max-width: 100% !important; }
  @page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
  #audio-player-container {display: none !important;}
}