:root{--color-primary:#1DB5BE;--color-primary-dark:#17959d;--color-primary-light:#e8f8f9;--color-dark:#1a1a1a;--color-dark-2:#2a2a2a;--color-gray:#666666;--color-bg:#f5f5f5;--color-white:#ffffff}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Segoe UI",system-ui,-apple-system,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video,svg{display:block;max-width:100%;height:auto}a{color:#1db5be;text-decoration:none;transition:color .15s ease}a:hover{color:#17959d}ul,ol{list-style:none}button,input,textarea,select{font:inherit;border:none;outline:none;background:none}button{cursor:pointer}table{border-collapse:collapse;width:100%}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",system-ui,-apple-system,sans-serif;font-weight:700;line-height:1.2;color:#1a1a1a;margin-bottom:16px}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.4rem,3vw,2rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-bottom:16px;color:#666;line-height:1.7}.entry-content p{margin-bottom:1.5em;color:#333}.entry-content ul,.entry-content ol{margin:0 0 1.5em 2em}.entry-content ul{list-style:disc}.entry-content ol{list-style:decimal}.entry-content li{margin-bottom:.5em}.entry-content blockquote{margin:40px 0;padding:24px 40px;border-left:4px solid #1db5be;background:#e8f8f9;border-radius:0 8px 8px 0;font-style:italic;color:#333}.entry-content blockquote p{margin:0}.entry-content pre{background:#1a1a1a;color:#fff;padding:24px;border-radius:8px;overflow-x:auto;font-family:"Courier New",monospace;font-size:.875rem;margin-bottom:24px}.entry-content code{background:#e8f8f9;color:#17959d;padding:2px 6px;border-radius:4px;font-family:"Courier New",monospace;font-size:.875em}.entry-content a{color:#1db5be;text-decoration:underline}.entry-content a:hover{color:#17959d}.entry-content img{border-radius:8px;margin:24px auto}.lyrics-body{font-size:1.05rem;line-height:2;white-space:pre-wrap;font-family:"Courier New",monospace;color:#333}.container{max-width:1400px;margin:0 auto;padding:0 24px}.site-content-wrap{padding:40px 0;background:#f5f5f5}.content-area--with-sidebar{display:flex;gap:40px}.content-area--with-sidebar .site-main{flex:1;min-width:0}.home-section{margin-bottom:64px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.section-header .section-title{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin:0;padding-bottom:8px;position:relative}.section-header .section-title::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#1db5be;border-radius:2px}.section-header .section-more{font-size:.875rem;color:#1db5be;font-weight:600;transition:all .15s ease;white-space:nowrap;padding-bottom:8px;display:flex;align-items:center;gap:4px}.section-header .section-more:hover{color:#17959d;gap:8px}.posts-grid{display:grid;gap:24px}.posts-grid--4{grid-template-columns:repeat(4,1fr)}.posts-grid--3{grid-template-columns:repeat(3,1fr)}.posts-grid--2{grid-template-columns:repeat(2,1fr)}.post-card{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / .1);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.post-card__thumb-wrap{position:relative}.post-card__thumb{display:block;position:relative;overflow:hidden;aspect-ratio:16/9;background:#2a2a2a}.post-card__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-card__thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2a2a,#333333)}.post-card__thumb-placeholder .dashicons{font-size:3rem;color:hsl(0 0% 100% / .3);width:auto;height:auto}.post-card__thumb-overlay{position:absolute;inset:0;background:#fff0;display:flex;align-items:center;justify-content:center;transition:background .25s ease}.post-card:hover .post-card__thumb img{transform:scale(1.05)}.post-card:hover .post-card__thumb-overlay{background:rgb(26 26 26 / .4)}.post-card .play-icon{width:52px;height:52px;background:#1db5be;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;opacity:0;transform:scale(.8);transition:all .25s ease;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.post-card .play-icon.dashicons{line-height:52px;text-align:center}.post-card:hover .play-icon{opacity:1;transform:scale(1)}.post-card .video-play-icon{width:60px;height:60px;border-radius:50%;background:hsl(0 0% 100% / .9);opacity:0;transform:scale(.8);transition:all .25s ease;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.post-card .video-play-icon::before{content:"";display:block;width:0;height:0;border-style:solid;border-width:10px 0 10px 20px;border-color:#fff0 #fff0 #fff0 #1a1a1a;margin:50% auto;transform:translateY(-50%) translateX(3px)}.post-card:hover .video-play-icon{opacity:1;transform:scale(1)}.post-card__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:none;cursor:pointer;z-index:2;padding:0;background:#fff0;line-height:0}.post-card__play-btn.media-btn--play,.post-card__play-btn.media-btn--play:hover,.post-card__play-btn.media-btn--play.is-playing{background:#fff0;box-shadow:none;color:#fff}.post-card__play-btn .icon-pause{display:none}.post-card__play-btn.is-playing .icon-pause{display:flex}.post-card__play-btn.is-playing .icon-play{display:none}.post-card__play-btn.is-playing .play-icon{opacity:1;transform:scale(1)}.post-card__duration{position:absolute;bottom:8px;right:8px;background:rgb(26 26 26 / .8);color:#fff;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:999px;backdrop-filter:blur(4px)}.post-card__type-badge{position:absolute;top:8px;left:8px;background:#1db5be;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.05em;padding:3px 8px;border-radius:999px;display:flex;align-items:center;gap:3px}.post-card__type-badge .dashicons{font-size:11px;width:11px;height:11px}.post-card__body{padding:16px 16px 24px;display:flex;flex-direction:column;gap:8px;flex:1}.post-card__title{font-size:1.05rem;font-weight:700;line-height:1.35;margin:0}.post-card__title a{color:#1a1a1a;transition:color .15s ease;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__title a:hover{color:#1db5be}.post-card__date{display:block;font-size:.75rem;color:#999;margin-top:4px}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;line-height:1;background:none;color:#1a1a1a;border:none;border-bottom:2px solid #1a1a1a;border-radius:0;padding:2px 0}.badge--sm{font-size:.62rem}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 24px;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .15s ease;border:2px solid #fff0;white-space:nowrap}.btn .dashicons{font-size:16px;width:16px;height:16px}.btn--primary{background:#1db5be;color:#fff;border-color:#1db5be}.btn--primary:hover{background:#17959d;border-color:#17959d;color:#fff;transform:translateY(-1px);box-shadow:0 1px 3px rgb(0 0 0 / .12)}.btn--outline{background:#fff0;color:#1db5be;border-color:#1db5be}.btn--outline:hover{background:#1db5be;color:#fff}.btn--sm{padding:5px 16px;font-size:.8rem}.btn--download{background:linear-gradient(135deg,#1DB5BE,#17959d);color:#fff;border:none;padding:16px 40px;font-size:1.05rem;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .15);flex-direction:column;align-items:flex-start;gap:2px}.btn--download:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgb(0 0 0 / .2);color:#fff}.kopela-pagination{margin:40px 0 16px;display:flex;justify-content:center}.kopela-pagination .page-numbers,.kopela-pagination>a,.kopela-pagination>span{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.kopela-pagination a.page-numbers,.kopela-pagination span.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 8px;border-radius:999px;font-size:.9rem;font-weight:600;color:#1a1a1a;text-decoration:none;border:none;background:#fff0;transition:all .15s ease;margin:0 2px}.kopela-pagination a.page-numbers:hover,.kopela-pagination span.page-numbers:hover{background:rgb(29 181 190 / .1);color:#1db5be}.kopela-pagination a.page-numbers.current,.kopela-pagination span.page-numbers.current{background:#1db5be;color:#fff;box-shadow:0 3px 10px rgb(29 181 190 / .4)}.kopela-pagination a.page-numbers.dots,.kopela-pagination span.page-numbers.dots{pointer-events:none;color:#666}.kopela-pagination a.page-numbers.prev,.kopela-pagination a.page-numbers.next,.kopela-pagination span.page-numbers.prev,.kopela-pagination span.page-numbers.next{font-weight:700;color:#1a1a1a;padding:0 16px}.kopela-pagination a.page-numbers.prev:hover,.kopela-pagination a.page-numbers.next:hover,.kopela-pagination span.page-numbers.prev:hover,.kopela-pagination span.page-numbers.next:hover{color:#1db5be;background:rgb(29 181 190 / .08)}.archive-banner{position:relative;background:#1a1a1a;overflow:hidden;padding:40px 0}.archive-banner__bg{position:absolute;inset:0;background:linear-gradient(120deg,rgb(29 181 190 / .2) 0%,rgb(26 26 26 / .9) 60%),radial-gradient(ellipse at 80% 50%,rgb(29 181 190 / .15) 0%,transparent 65%);pointer-events:none}.archive-banner__bg::after{content:"";position:absolute;top:-20px;right:40px;width:200px;height:120px;background-image:radial-gradient(circle,rgb(29 181 190 / .3) 1px,transparent 1px);background-size:16px 16px;opacity:.4}.archive-banner__inner{position:relative;z-index:1;display:flex;align-items:center;gap:24px}.archive-banner__icon{width:56px;height:56px;background:rgb(29 181 190 / .15);border:1px solid rgb(29 181 190 / .4);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1db5be;flex-shrink:0}.archive-banner__text{flex:1}.archive-banner__title{font-size:1.75rem;font-weight:800;color:#fff;margin:0 0 4px;line-height:1.2}.archive-banner__desc{color:hsl(0 0% 100% / .65);font-size:.9rem;margin:0 0 8px}.archive-banner__count{display:inline-flex;align-items:center;background:rgb(29 181 190 / .2);border:1px solid rgb(29 181 190 / .35);color:#1db5be;font-size:.75rem;font-weight:700;padding:2px 10px;border-radius:999px;letter-spacing:.04em}@media(max-width:768px){.archive-banner{padding:24px 0}.archive-banner__title{font-size:1.3rem}.archive-banner__icon{width:44px;height:44px}}.search-results-header{margin-bottom:40px}.search-results-header .search-results-title{font-size:1.5rem;margin-bottom:8px}.search-results-header .search-results-title .search-query{color:#1db5be}.search-results-header .search-count{color:#666;margin-bottom:16px}.related-posts{margin-top:64px}.related-posts__title{font-size:1.25rem;margin-bottom:24px;padding-bottom:8px;border-bottom:2px solid #1db5be}.site-header{background:#1a1a1a;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.site-header .header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:16px;padding-bottom:16px;min-height:64px}.site-branding{display:flex;align-items:center;gap:8px;flex-shrink:0}.site-branding .site-logo img{height:48px;width:auto;display:block}.site-branding .site-name-link{text-decoration:none}.site-branding .site-name{font-size:1.6rem;font-weight:800;color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#1DB5BE,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.site-branding .site-description{font-size:.75rem;color:hsl(0 0% 100% / .5);margin:2px 0 0;letter-spacing:.02em}.nav-actions{display:flex;align-items:center;gap:8px;margin-left:16px}.page-search-bar{background:#2a2a2a;padding:8px 0}.page-search-bar .search-form{max-width:600px}.main-navigation{flex:1;display:flex;align-items:center;justify-content:flex-end}.main-navigation .nav-menu{display:flex;align-items:center;gap:2px;justify-content:flex-end;list-style:none;margin:0;padding:0}.main-navigation .nav-menu>li{position:relative}.main-navigation .nav-menu>li>a{display:flex;align-items:center;gap:4px;padding:8px 16px;color:hsl(0 0% 100% / .8);font-size:.875rem;font-weight:600;border-radius:4px;transition:all .15s ease;white-space:nowrap;position:relative}.main-navigation .nav-menu>li>a::after{content:"";position:absolute;bottom:4px;left:16px;right:16px;height:2px;background:#1db5be;border-radius:2px;transform:scaleX(0);transition:transform .15s ease}.main-navigation .nav-menu>li>a:hover{color:#fff;background:hsl(0 0% 100% / .07)}.main-navigation .nav-menu>li>a:hover::after{transform:scaleX(1)}.main-navigation .nav-menu>li:has(.sub-menu)>a::before{content:"›";order:1;font-size:1rem;color:hsl(0 0% 100% / .4);margin-left:2px;transition:transform .15s ease}.main-navigation .nav-menu>li:hover:has(.sub-menu)>a::before{transform:rotate(90deg);color:#1db5be}.main-navigation .nav-menu>li.current-menu-item>a,.main-navigation .nav-menu>li.current-menu-ancestor>a{color:#1db5be}.main-navigation .nav-menu>li.current-menu-item>a::after,.main-navigation .nav-menu>li.current-menu-ancestor>a::after{transform:scaleX(1)}.main-navigation .nav-menu>li .sub-menu{position:absolute;top:calc(100% + 6px);left:0;background:#2a2a2a;min-width:200px;border-radius:8px;box-shadow:0 8px 32px rgb(0 0 0 / .4);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .15s ease;z-index:1000;border:1px solid hsl(0 0% 100% / .08);padding:4px;list-style:none;margin:0}.main-navigation .nav-menu>li .sub-menu li a{display:block;padding:9px 16px;color:hsl(0 0% 100% / .75);font-size:.85rem;font-weight:500;border-radius:4px;transition:all .15s ease;white-space:nowrap}.main-navigation .nav-menu>li .sub-menu li a:hover{color:#fff;background:rgb(29 181 190 / .15);padding-left:24px}.main-navigation .nav-menu>li .sub-menu li.current-menu-item a{color:#1db5be;background:rgb(29 181 190 / .1)}.main-navigation .nav-menu>li:hover>.sub-menu,.main-navigation .nav-menu>li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-navigation .menu-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;background:hsl(0 0% 100% / .08);border:1px solid hsl(0 0% 100% / .12);cursor:pointer;transition:all .15s ease;flex-shrink:0}.main-navigation .menu-toggle:hover{background:hsl(0 0% 100% / .15);border-color:hsl(0 0% 100% / .2)}.main-navigation .menu-toggle[aria-expanded=true]{background:rgb(29 181 190 / .15);border-color:rgb(29 181 190 / .4)}.main-navigation .menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}.main-navigation .menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(2){opacity:0;transform:scaleX(0)}.main-navigation .menu-toggle[aria-expanded=true] .hamburger-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-navigation .menu-toggle .hamburger-icon{display:flex;flex-direction:column;gap:5px;width:20px}.main-navigation .menu-toggle .hamburger-icon span{display:block;height:2px;background:#fff;border-radius:2px;transition:all .25s ease}@media(max-width:1024px){.main-navigation .menu-toggle{display:flex}.main-navigation .nav-menu{position:fixed;top:64px;left:0;right:0;bottom:0;background:#111;flex-direction:column;align-items:stretch;gap:0;padding:16px 16px 40px;border-top:2px solid #1db5be;overflow-y:auto;z-index:998;visibility:hidden;opacity:0;transform:translateY(-12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;display:flex}.main-navigation .nav-menu.is-open{visibility:visible;opacity:1;transform:translateY(0);pointer-events:all}.main-navigation .nav-menu{justify-content:flex-start}.main-navigation .nav-menu>li{border-bottom:1px solid hsl(0 0% 100% / .06)}.main-navigation .nav-menu>li:last-child{border-bottom:none}.main-navigation .nav-menu>li>a{padding:16px;font-size:1rem;font-weight:600;border-radius:4px;color:hsl(0 0% 100% / .85)}.main-navigation .nav-menu>li>a::after{display:none}.main-navigation .nav-menu>li>a:hover{background:hsl(0 0% 100% / .08);color:#fff}.main-navigation .nav-menu>li.current-menu-item>a{color:#1db5be;border-left:3px solid #1db5be;padding-left:calc(16px - 3px);background:rgb(29 181 190 / .08)}.main-navigation .nav-menu>li .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:hsl(0 0% 100% / .04);border:none;border-radius:4px;margin:0 0 8px 16px;padding:4px}.main-navigation .nav-menu>li .sub-menu li a{padding:8px 16px;font-size:.9rem;color:hsl(0 0% 100% / .65);border-radius:4px}.main-navigation .nav-menu>li .sub-menu li a:hover{background:rgb(29 181 190 / .1);color:#fff;padding-left:16px}body.menu-open::before{content:"";position:fixed;inset:0;z-index:997}}.search-hero{position:relative;background:#1a1a1a;padding:64px 0;overflow:hidden;min-height:320px;display:flex;align-items:center}.search-hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,rgb(29 181 190 / .25) 0%,rgb(26 26 26 / .95) 60%),radial-gradient(ellipse at 70% 50%,rgb(29 181 190 / .15) 0%,transparent 70%);z-index:0}.search-hero__bg::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgb(29 181 190 / .1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgb(29 181 190 / .08) 0%,transparent 40%)}.search-hero__inner{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.search-hero__title{color:#fff;font-size:clamp(1.8rem,5vw,3rem);font-weight:800;margin-bottom:8px;letter-spacing:-.5px}.search-hero__subtitle{color:hsl(0 0% 100% / .7);font-size:1.1rem;margin-bottom:40px}.search-hero__form{margin-bottom:24px}.search-hero__form .search-form{display:block}.search-hero__form .search-form .search-form__inner{display:flex;align-items:center;background:#fff;border-radius:999px;overflow:hidden;box-shadow:0 8px 24px rgb(0 0 0 / .2);transition:box-shadow .25s ease}.search-hero__form .search-form .search-form__inner:focus-within{box-shadow:0 0 0 3px rgb(29 181 190 / .4),0 8px 24px rgb(0 0 0 / .2)}.search-hero__form .search-form .search-field{flex:1;padding:16px 24px;font-size:1.05rem;color:#1a1a1a;background:#fff0;border:none;outline:none}.search-hero__form .search-form .search-field::placeholder{color:#999}.search-hero__form .search-form .search-submit{flex-shrink:0;width:60px;align-self:stretch;background:#1db5be;color:#fff;border:none;border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.search-hero__form .search-form .search-submit:hover{background:#17959d}.search-hero__form .search-form .search-submit svg{display:block}.search-hero__trending{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:24px}.search-hero__trending .trending-label{color:hsl(0 0% 100% / .6);font-size:.875rem;display:flex;align-items:center;gap:4px;white-space:nowrap}.search-hero__trending .trending-label .dashicons{font-size:14px;width:14px;height:14px;color:#1db5be}.search-hero__trending .trending-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.search-hero__trending .trending-tag{padding:4px 16px;background:hsl(0 0% 100% / .1);color:hsl(0 0% 100% / .85);border:1px solid hsl(0 0% 100% / .2);border-radius:999px;font-size:.8rem;cursor:pointer;transition:all .15s ease;white-space:nowrap}.search-hero__trending .trending-tag:hover{background:#1db5be;border-color:#1db5be;color:#fff;transform:translateY(-1px)}.page-search-bar{position:relative;background:#1a1a1a;overflow:hidden;padding:16px 0}.page-search-bar::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1a1a1a 40%,rgb(29 181 190 / .08) 100%),radial-gradient(ellipse at 85% 50%,rgb(29 181 190 / .18) 0%,transparent 60%);pointer-events:none}.page-search-bar::after{content:"";position:absolute;top:-10px;right:-10px;width:160px;height:80px;background-image:radial-gradient(circle,rgb(29 181 190 / .35) 1px,transparent 1px);background-size:14px 14px;pointer-events:none;opacity:.5}.page-search-bar .container{position:relative;z-index:1;display:flex;align-items:center;gap:24px}.page-search-bar .page-search-bar__label{display:flex;align-items:center;gap:8px;flex-shrink:0;color:hsl(0 0% 100% / .5);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;padding-left:8px;border-left:3px solid #1db5be}.page-search-bar .page-search-bar__label svg{color:#1db5be;flex-shrink:0}.page-search-bar .search-form{flex:1;max-width:540px}.page-search-bar .search-form .search-form__inner{display:flex;align-items:center;background:hsl(0 0% 100% / .06);border:1px solid hsl(0 0% 100% / .12);border-radius:999px;overflow:hidden;transition:all .25s ease}.page-search-bar .search-form .search-form__inner:focus-within{background:hsl(0 0% 100% / .1);border-color:#1db5be;box-shadow:0 0 0 3px rgb(29 181 190 / .18)}.page-search-bar .search-form .search-field{flex:1;padding:10px 16px;color:#fff;font-size:.9rem;background:#fff0;border:none;outline:none}.page-search-bar .search-form .search-field::placeholder{color:hsl(0 0% 100% / .35)}.page-search-bar .search-form .search-submit{flex-shrink:0;width:40px;height:40px;margin:3px;background:#1db5be;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.page-search-bar .search-form .search-submit:hover{background:#17959d;transform:scale(1.08)}.page-search-bar .search-form .search-submit svg{display:block;width:16px;height:16px}@media(max-width:768px){.page-search-bar::after{display:none}.page-search-bar .container{gap:16px}.page-search-bar .page-search-bar__label{display:none}.page-search-bar .search-form{max-width:100%}}.sidebar{width:300px;flex-shrink:0}.sidebar .widget{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgb(0 0 0 / .1);overflow:hidden}.sidebar .widget:last-child{margin-bottom:0}.sidebar .widget .widget-title{font-size:.8rem;font-weight:800;color:#1a1a1a;text-transform:uppercase;letter-spacing:.09em;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid #e0e0e0;position:relative}.sidebar .widget .widget-title::after{content:"";position:absolute;bottom:-1px;left:0;width:32px;height:2px;background:#1db5be}.sidebar .widget ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.sidebar .widget ul li a{display:flex;align-items:center;justify-content:space-between;padding:7px 16px;border-radius:4px;color:#333;font-size:.875rem;font-weight:500;transition:all .15s ease;text-decoration:none}.sidebar .widget ul li a:hover{background:#e8f8f9;color:#1db5be;padding-left:24px}.sidebar .widget_search form[role=search],.sidebar .widget_search .search-form{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:border-color .15s ease;background:#f5f5f5}.sidebar .widget_search form[role=search]:focus-within,.sidebar .widget_search .search-form:focus-within{border-color:#1db5be;background:#fff}.sidebar .widget_search .search-form__inner{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:border-color .15s ease;background:#f5f5f5}.sidebar .widget_search .search-form__inner:focus-within{border-color:#1db5be;background:#fff}.sidebar .widget_search label{flex:1;display:flex;margin:0}.sidebar .widget_search label>span{display:none}.sidebar .widget_search input[type=search],.sidebar .widget_search .search-field{flex:1;padding:10px 16px;font-size:.875rem;color:#1a1a1a;background:#fff0;border:none;outline:none;width:100%}.sidebar .widget_search input[type=search]::placeholder,.sidebar .widget_search .search-field::placeholder{color:#999}.sidebar .widget_search input[type=submit],.sidebar .widget_search button[type=submit],.sidebar .widget_search .search-submit{flex-shrink:0;width:38px;height:38px;margin:2px;background:#1db5be;color:#fff0;font-size:0;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.sidebar .widget_search input[type=submit]:hover,.sidebar .widget_search button[type=submit]:hover,.sidebar .widget_search .search-submit:hover{background-color:#17959d}.sidebar .widget_search input[type=submit] svg,.sidebar .widget_search button[type=submit] svg,.sidebar .widget_search .search-submit svg{display:block;width:16px;height:16px}.sidebar .widget_recent_entries ul{gap:0}.sidebar .widget_recent_entries ul li{border-bottom:1px solid rgb(224 224 224 / .6)}.sidebar .widget_recent_entries ul li:last-child{border-bottom:none}.sidebar .widget_recent_entries ul li a{flex-direction:column;align-items:flex-start;gap:2px;padding:10px 0;background:#fff0;font-size:.875rem;font-weight:600;color:#1a1a1a;line-height:1.35}.sidebar .widget_recent_entries ul li a:hover{background:#fff0;color:#1db5be;padding-left:0}.sidebar .widget_recent_entries ul li .post-date{font-size:.72rem;color:#999;font-weight:400}.sidebar .widget_recent_comments ul.recentcomments{gap:0}.sidebar .widget_recent_comments ul.recentcomments li.recentcomments{display:flex;align-items:flex-start;gap:8px;padding:10px 0;border-bottom:1px solid rgb(224 224 224 / .6);font-size:.8rem;color:#666;line-height:1.4}.sidebar .widget_recent_comments ul.recentcomments li.recentcomments:last-child{border-bottom:none}.sidebar .widget_recent_comments ul.recentcomments li.recentcomments::before{content:"";flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#1db5be;margin-top:6px}.sidebar .widget_recent_comments ul.recentcomments li.recentcomments a{color:#1a1a1a;font-weight:600;padding:0;background:#fff0;font-size:.8rem;text-decoration:none}.sidebar .widget_recent_comments ul.recentcomments li.recentcomments a:hover{color:#1db5be;background:#fff0;padding-left:0}.sidebar .widget_recent_comments ul.recentcomments li.recentcomments .comment-author-link a{color:#1db5be}.sidebar .widget_categories ul li a{flex:1}.sidebar .widget_archive ul li a::before{content:"›";color:#1db5be;margin-right:6px;font-weight:700}.sidebar .widget_nav_menu .menu{gap:2px}.sidebar .widget_nav_menu .menu li a{padding:8px 16px;border-radius:4px;font-size:.875rem;font-weight:500;color:#333}.sidebar .widget_nav_menu .menu li a:hover{background:#e8f8f9;color:#1db5be;padding-left:24px}.sidebar .widget_tag_cloud .tagcloud{display:flex;flex-wrap:wrap;gap:6px}.sidebar .widget_tag_cloud .tagcloud a{display:inline-flex;align-items:center;padding:4px 12px;background:#f5f5f5;color:#666;border-radius:999px;font-size:.78rem!important;font-weight:600;text-decoration:none;border:1px solid #e0e0e0;transition:all .15s ease}.sidebar .widget_tag_cloud .tagcloud a:hover{background:#1db5be;color:#fff;border-color:#1db5be}.sidebar .widget_text p,.sidebar .widget_custom_html p{font-size:.875rem;color:#666;line-height:1.65;margin-bottom:8px}.sidebar .widget_text p:last-child,.sidebar .widget_custom_html p:last-child{margin-bottom:0}.sidebar .widget_text a,.sidebar .widget_custom_html a{color:#1db5be;text-decoration:underline}.sidebar .widget_text a:hover,.sidebar .widget_custom_html a:hover{color:#17959d}.sidebar .widget_text img,.sidebar .widget_custom_html img{max-width:100%;border-radius:4px}.sidebar .widget_meta ul li a{font-size:.875rem}.sidebar .widget_meta ul li a::before{content:"›";color:#1db5be;margin-right:6px;font-weight:700}.single-layout{display:grid;grid-template-columns:180px 1fr 300px;grid-template-areas:"left center right";gap:16px;align-items:start;padding:40px 0}.single-left{grid-area:left}.single-center{grid-area:center}.single-right{grid-area:right}.single-left{position:sticky;top:80px}.single-left__cover{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .15);margin-bottom:16px;aspect-ratio:1;background:#2a2a2a}.single-left__cover img{width:100%;height:100%;object-fit:cover;display:block}.single-left__cover__video-badge,.single-left__cover .single-left__video-badge{position:absolute;bottom:8px;left:8px;background:#1db5be;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.08em;padding:3px 8px;border-radius:999px;display:flex;align-items:center;gap:4px}.share-box__label{font-size:.8rem;color:#666;margin-bottom:8px;font-weight:500}.share-box__buttons{display:flex;flex-direction:column;gap:8px}.share-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:4px;font-size:.85rem;font-weight:600;color:#fff;text-decoration:none;transition:all .15s ease;border:none}.share-btn svg{flex-shrink:0}.share-btn:hover{transform:translateX(3px);color:#fff}.share-btn--facebook{background:#1877f2}.share-btn--facebook:hover{background:rgb(11.9983606557,99.6786885246,213.2016393443)}.share-btn--twitter{background:#000}.share-btn--twitter:hover{background:#333}.share-btn--whatsapp{background:#25d366}.share-btn--whatsapp:hover{background:rgb(30.9129032258,176.2870967742,85.2193548387)}.single-center{min-width:0;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1);padding:24px}.single-article>.badge{display:inline-flex;margin-bottom:16px;font-size:.8rem;padding:5px 14px}.single-article>.badge.badge--category,.single-article>.badge.badge--genre,.single-article>.badge.badge--type{background:#f5a623;color:#fff;border-radius:4px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.single-article>.badge.badge--lyrics{background:#1db5be;color:#fff;border-radius:4px}.single-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;line-height:1.25;color:#1a1a1a;margin-bottom:16px}.single-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px;padding:8px 0 24px;border-bottom:1px solid #e0e0e0;margin-bottom:24px}.single-meta__item{display:flex;align-items:center;gap:5px;font-size:.8rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.single-meta__item svg{flex-shrink:0;color:#999}.single-article .entry-content{font-size:.975rem;line-height:1.75;color:#333;margin-bottom:24px}.single-article .entry-content p{margin-bottom:1.25em}.single-article .entry-content a{color:#1db5be;text-decoration:underline}.single-article .entry-content a:hover{color:#17959d}.single-article .entry-content strong{color:#1a1a1a}.single-article .entry-content h2,.single-article .entry-content h3,.single-article .entry-content h4{color:#1a1a1a;margin:1.5em 0 .75em}.single-article .entry-content blockquote{border-left:3px solid #1db5be;padding:8px 24px;background:#e8f8f9;border-radius:0 4px 4px 0;color:#333;font-style:italic;margin:24px 0}.single-article .entry-content img{border-radius:8px;max-width:100%;height:auto}.lyrics-content{border-left:4px solid #1db5be;padding-left:24px;margin-bottom:24px}.page-article{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0 / .1);overflow:hidden}.page-article__header{padding:40px 40px 16px;border-bottom:1px solid #e0e0e0}.page-article__title{font-size:1.9rem;font-weight:800;color:#1a1a1a;margin:0 0 8px;line-height:1.2;position:relative;padding-bottom:8px}.page-article__title::after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#1db5be;border-radius:2px}.page-article__meta{display:flex;align-items:center;gap:16px;font-size:.78rem;color:#999;margin-top:8px}.page-article__edit{display:inline-flex;align-items:center;gap:4px;color:#1db5be;font-weight:600;font-size:.78rem}.page-article__edit:hover{color:#17959d}.page-article__thumb img{width:100%;max-height:420px;object-fit:cover;display:block}.page-article__content{padding:40px;font-size:.975rem;line-height:1.8;color:#333}.page-article__content p{margin-bottom:1.25em}.page-article__content a{color:#1db5be;text-decoration:underline}.page-article__content a:hover{color:#17959d}.page-article__content h2,.page-article__content h3,.page-article__content h4{color:#1a1a1a;margin:1.5em 0 .75em}.page-article__content blockquote{border-left:3px solid #1db5be;padding:8px 24px;background:#e8f8f9;border-radius:0 4px 4px 0;color:#333;font-style:italic;margin:24px 0}.page-article__content img{border-radius:8px;max-width:100%;height:auto}.page-article__content ul,.page-article__content ol{padding-left:24px;margin-bottom:1.25em}.page-article__content ul li,.page-article__content ol li{margin-bottom:.5em}.page-article__content .page-links{margin-top:24px;font-size:.875rem}.page-article__content .page-links a{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 8px;border:1px solid #e0e0e0;border-radius:4px;margin:0 2px;color:#1a1a1a;text-decoration:none}.page-article__content .page-links a:hover{background:#1db5be;border-color:#1db5be;color:#fff}@media(max-width:768px){.page-article__header{padding:24px 16px 8px}.page-article__title{font-size:1.4rem}.page-article__content{padding:24px 16px}}.lyrics-body{font-size:1rem;line-height:2;white-space:pre-wrap;color:#333;font-family:"Courier New",monospace}.download-wrap{margin:24px 0;padding:24px;background:linear-gradient(135deg,rgb(29 181 190 / .07) 0%,rgb(29 181 190 / .02) 100%);border:1px solid rgb(29 181 190 / .25);border-radius:8px;display:flex;flex-direction:column;gap:8px}.download-wrap .btn--download{align-self:flex-start}.download-wrap .btn--download .btn__text{font-size:1rem;font-weight:700}.download-wrap .btn--download .btn__label{font-size:.75rem;opacity:.85;font-weight:400;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-wrap .btn--download .btn__icon{font-size:1.4rem;width:1.4rem;height:1.4rem}.download-wrap .download-note{font-size:.8rem;color:#666;margin:0}.video-embed-wrap{margin-bottom:24px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.video-embed{position:relative;padding-top:56.25%}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.entry-footer{padding-top:24px;border-top:1px solid #e0e0e0;margin-top:24px}.post-tags{display:flex;flex-wrap:wrap;gap:8px}.post-tags a{padding:4px 16px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:999px;font-size:.8rem;color:#666;transition:all .15s ease}.post-tags a::before{content:"#"}.post-tags a:hover{background:#1db5be;border-color:#1db5be;color:#fff}.single-right{position:sticky;top:80px}.related-sidebar{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1);overflow:hidden}.related-sidebar__title{font-size:1rem;font-weight:700;color:#1a1a1a;padding:16px 24px;margin:0;border-bottom:2px solid #1db5be;background:#fff}.related-sidebar__list{display:flex;flex-direction:column}.related-item{display:flex;align-items:flex-start;gap:8px;padding:8px 16px;border-bottom:1px solid #f5f5f5;text-decoration:none;transition:background .15s ease}.related-item:last-child{border-bottom:none}.related-item:hover{background:#f5f5f5}.related-item:hover .related-item__title{color:#1db5be}.related-item__thumb{flex-shrink:0;width:64px;height:64px;border-radius:4px;overflow:hidden;background:#2a2a2a}.related-item__thumb img{width:100%;height:100%;object-fit:cover}.related-item__no-thumb{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2a2a,#333333)}.related-item__no-thumb svg{color:hsl(0 0% 100% / .3)}.related-item__info{flex:1;min-width:0}.related-item__title{font-size:.82rem;font-weight:600;color:#1a1a1a;line-height:1.35;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.related-item__date{font-size:.72rem;color:#999}.error-404{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:64px 0}.error-404__inner{text-align:center;max-width:500px;margin:0 auto}.error-404__code{font-size:clamp(5rem,15vw,8rem);font-weight:900;color:#1db5be;line-height:1;margin-bottom:16px}.error-404__title{font-size:1.75rem;margin-bottom:16px}.error-404__message{color:#666;margin-bottom:40px}.error-404__search{margin-top:40px}.error-404__search h2{font-size:1.1rem;margin-bottom:16px}.no-results{padding:64px 0}.no-results__inner{text-align:center;max-width:480px;margin:0 auto}.no-results__icon{font-size:4rem;color:#1db5be;display:block;margin-bottom:24px;width:auto;height:auto}.no-results__title{font-size:1.5rem;margin-bottom:16px}.no-results__message{color:#666;margin-bottom:40px}.single-page{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.download-wrap{margin:24px 0;padding:24px;background:linear-gradient(135deg,rgb(29 181 190 / .08),rgb(29 181 190 / .03));border:1px solid rgb(29 181 190 / .2);border-radius:12px;display:flex;flex-direction:column;gap:8px}.download-wrap .btn--download{align-self:flex-start}.download-wrap .btn--download .btn__text{font-size:1rem;font-weight:700}.download-wrap .btn--download .btn__label{font-size:.75rem;opacity:.85;font-weight:400;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.download-wrap .btn--download .btn__icon{font-size:1.5rem;width:1.5rem;height:1.5rem}.download-wrap .download-note{font-size:.8rem;color:#666;margin:0}.ad-space{margin:40px auto;text-align:center}.ad-space__inner{margin:0 auto;background:repeating-linear-gradient(45deg,rgb(224 224 224 / .3),rgb(224 224 224 / .3) 10px,rgb(245 245 245 / .5) 10px,rgb(245 245 245 / .5) 20px);border:2px dashed #e0e0e0;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ad-space__label{font-size:.75rem;color:#999;background:hsl(0 0% 100% / .9);padding:4px 12px;border-radius:999px;letter-spacing:.05em;text-transform:uppercase;font-weight:600;border:1px solid #e0e0e0}.ad-space--leaderboard .ad-space__inner{max-width:728px}.ad-space--rectangle .ad-space__inner{max-width:300px}.sidebar .ad-space__inner{max-width:100%;height:250px}#page.site{display:flex;flex-direction:column;min-height:100vh}#content.site-content{flex:1}.site-footer{background:#1e1e1e;color:hsl(0 0% 100% / .75)}.footer-main{padding:64px 0 40px}.footer-main__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start}.footer-col__title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:.02em}.footer-brand__name{display:inline-block;font-size:1.8rem;font-weight:800;color:#1db5be;text-decoration:none;letter-spacing:-.5px;margin-bottom:8px;line-height:1;transition:color .15s ease}.footer-brand__name:hover{color:rgb(46.7808219178,213.3561643836,223.2191780822)}.footer-brand__logo{margin-bottom:8px}.footer-brand__logo img{height:48px;width:auto}.footer-brand__tagline{font-size:.9rem;color:hsl(0 0% 100% / .5);margin:8px 0 0;line-height:1.5}.footer-links{text-align:center}.footer-links .footer-col__title{text-align:center}.footer-links .footer-quick-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px 24px}.footer-links .footer-quick-menu li{display:inline-flex}.footer-links .footer-quick-menu li a{font-size:.9rem;color:hsl(0 0% 100% / .6);text-decoration:none;transition:color .15s ease;white-space:nowrap}.footer-links .footer-quick-menu li a:hover{color:#1db5be}.footer-links .footer-quick-menu li.current-menu-item a{color:#1db5be}.footer-connect{text-align:right}.footer-connect .footer-col__title{text-align:right}.footer-connect .footer-social{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.footer-connect .footer-social .social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:hsl(0 0% 100% / .08);color:hsl(0 0% 100% / .6);font-size:.95rem;transition:all .15s ease;border:1px solid hsl(0 0% 100% / .1)}.footer-connect .footer-social .social-link:hover{background:#1db5be;color:#fff;border-color:#1db5be;transform:translateY(-2px)}.footer-bottom{border-top:1px solid hsl(0 0% 100% / .08);padding:16px 0}.footer-bottom .container{display:flex;justify-content:center}.footer-bottom .footer-copyright{font-size:.85rem;color:hsl(0 0% 100% / .4);text-align:center;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.footer-bottom .footer-powered{color:hsl(0 0% 100% / .3);font-size:.8rem}.footer-bottom .footer-powered strong{color:#1db5be;font-weight:700}@media(max-width:1024px){.footer-main__grid{grid-template-columns:1fr 1fr;gap:24px}.footer-connect{grid-column:1/-1}}@media(max-width:768px){.footer-main{padding:40px 0 24px}.footer-main__grid{grid-template-columns:1fr;gap:24px}.footer-connect{grid-column:auto}.footer-brand,.footer-links,.footer-connect{text-align:center}.footer-brand .footer-col__title,.footer-links .footer-col__title,.footer-connect .footer-col__title{text-align:center}.footer-connect .footer-social{justify-content:center}.footer-links .footer-quick-menu{flex-direction:row;justify-content:center;gap:4px 16px}}.media-buttons{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:40px 0}.media-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 24px;border-radius:8px;font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .25s ease;border:none;position:relative;overflow:hidden}.media-btn .btn-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s ease}.media-btn:hover .btn-icon{transform:scale(1.12)}.media-btn:active{transform:scale(.98)}.media-btn--play{background:#1a1a1a;color:#fff;box-shadow:0 4px 16px rgb(26 26 26 / .3)}.media-btn--play .btn-icon{background:#1db5be;color:#fff;box-shadow:0 2px 8px rgb(29 181 190 / .5)}.media-btn--play .icon-pause{display:none}.media-btn--play .icon-play{display:block}.media-btn--play:hover{background:#111;color:#fff;box-shadow:0 6px 20px rgb(26 26 26 / .4)}.media-btn--play.is-playing{background:#1a1a1a}.media-btn--play.is-playing .icon-play{display:none}.media-btn--play.is-playing .icon-pause{display:block}.media-btn--play.is-playing .btn-icon{background:#fff;color:#1a1a1a;animation:pulse-ring 1.8s ease infinite}.media-btn--play.is-playing .btn-label-play{display:none}.media-btn--play.is-playing .btn-label-pause{display:inline}.media-btn--play .btn-label-pause{display:none}.media-btn--download{background:#fff;color:#1a1a1a;border:2px solid #e0e0e0;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.media-btn--download .btn-icon{background:#f5f5f5;color:#1a1a1a}.media-btn--download:hover{border-color:#1db5be;color:#1db5be;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.media-btn--download:hover .btn-icon{background:#1db5be;color:#fff;transform:translateY(3px)}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgb(29 181 190 / .5)}70%{box-shadow:0 0 0 8px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.player-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1a1a1a;color:#fff;height:68px;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 20px rgb(0 0 0 / .4)}.player-bar.is-visible{transform:translateY(0)}.player-bar__inner{display:flex;align-items:center;gap:24px;height:100%;padding:0 24px;max-width:1400px;margin:0 auto}.player-track{display:flex;align-items:center;gap:16px;min-width:180px;max-width:240px;flex-shrink:0}.player-track__thumb{width:44px;height:44px;border-radius:4px;overflow:hidden;background:#2a2a2a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.player-track__thumb img{width:100%;height:100%;object-fit:cover}.player-track__thumb svg{color:hsl(0 0% 100% / .3)}.player-track__info{min-width:0;flex:1}.player-track__title{font-size:.85rem;font-weight:600;color:#fff;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-track__cat{font-size:.7rem;color:hsl(0 0% 100% / .5);text-transform:uppercase;letter-spacing:.05em}.player-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.player-btn{display:flex;align-items:center;justify-content:center;background:#fff0;border:none;color:hsl(0 0% 100% / .7);cursor:pointer;border-radius:50%;width:36px;height:36px;transition:all .15s ease;padding:0}.player-btn:hover{color:#fff;background:hsl(0 0% 100% / .1)}.player-btn--play{width:44px;height:44px;background:#fff;color:#1a1a1a;box-shadow:0 1px 3px rgb(0 0 0 / .12)}.player-btn--play:hover{background:#1db5be;color:#fff;transform:scale(1.08)}.player-btn--close{color:hsl(0 0% 100% / .4);flex-shrink:0}.player-btn--close:hover{color:#fff;background:hsl(0 0% 100% / .1)}.player-progress{flex:1;display:flex;align-items:center;gap:16px;min-width:0}.player-time{font-size:.75rem;color:hsl(0 0% 100% / .6);font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;min-width:36px;text-align:center}.player-progress__bar{flex:1;height:4px;background:hsl(0 0% 100% / .15);border-radius:4px;cursor:pointer;position:relative;transition:height .15s ease}.player-progress__bar:hover{height:6px}.player-progress__bar:hover .player-progress__thumb{opacity:1}.player-progress__fill{height:100%;background:#1db5be;border-radius:4px;width:0;pointer-events:none;transition:width .1s linear}.player-progress__thumb{position:absolute;top:50%;right:0;width:12px;height:12px;background:#fff;border-radius:50%;transform:translate(50%,-50%);opacity:0;transition:opacity .15s ease;pointer-events:none;margin-left:-1px}.player-progress__bar:hover .player-progress__thumb{opacity:1}.player-btn--expand{display:none}.player-sheet{display:none}@media(max-width:768px){.media-buttons{grid-template-columns:1fr 1fr;gap:8px}.media-btn{padding:16px 8px;font-size:.8rem;gap:6px}.media-btn svg{width:18px;height:18px}.player-bar{height:60px}.player-bar__inner{gap:16px;padding:0 16px}.player-track{min-width:0;max-width:140px}.player-track__thumb{width:36px;height:36px}.player-progress{gap:8px}.player-time{min-width:28px;font-size:.7rem}}@media(max-width:768px){.player-btn--expand{display:flex}}@media(max-width:576px){.media-buttons{grid-template-columns:1fr 1fr;gap:8px}.media-btn{padding:8px 4px;font-size:.75rem;gap:5px}.media-btn .btn-icon{width:28px;height:28px}.media-btn svg{width:14px;height:14px}.media-btn--play .btn-icon{width:26px;height:26px}.player-bar__inner{gap:8px}.player-track{max-width:120px}.player-track__thumb{width:32px;height:32px}.player-track__cat{display:none}#player-prev,#player-next{display:none}.player-sheet{display:block;position:fixed;inset:0;z-index:10000;background:linear-gradient(160deg,#1e1e2e 0%,#1a1a1a 60%);color:#fff;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);padding:0 24px 40px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.player-sheet.is-open{transform:translateY(0)}.player-sheet__handle{width:36px;height:4px;background:hsl(0 0% 100% / .25);border-radius:2px;margin:16px auto 8px;flex-shrink:0}.player-sheet__header{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-shrink:0}.player-sheet__label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsl(0 0% 100% / .5)}.player-sheet__spacer{width:36px}.player-sheet__down{color:hsl(0 0% 100% / .7)}.player-sheet__down:hover{color:#fff;background:hsl(0 0% 100% / .1)}.player-sheet__art{width:100%;max-width:260px;aspect-ratio:1;border-radius:16px;overflow:hidden;background:#2a2a2a;display:flex;align-items:center;justify-content:center;margin-bottom:40px;flex-shrink:0;box-shadow:0 16px 48px rgb(0 0 0 / .5)}.player-sheet__art img{width:100%;height:100%;object-fit:cover}.player-sheet__art svg{color:hsl(0 0% 100% / .2)}.player-sheet__meta{width:100%;text-align:center;margin-bottom:24px;flex-shrink:0}.player-sheet__title{font-size:1.15rem;font-weight:700;color:#fff;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-sheet__cat{font-size:.8rem;color:#1db5be;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.player-sheet__seek{width:100%;margin-bottom:24px;flex-shrink:0}.player-sheet__seek .player-progress__bar{height:4px;margin-bottom:8px}.player-sheet__seek .player-progress__bar:hover{height:6px}.player-sheet__times{display:flex;justify-content:space-between}.player-sheet__bar{height:4px}.player-sheet__bar:hover{height:6px}.player-sheet__controls{display:flex;align-items:center;justify-content:center;gap:40px;flex-shrink:0;margin-top:auto}.player-btn--skip{color:hsl(0 0% 100% / .8);width:52px;height:52px;border-radius:50%}.player-btn--skip:hover{color:#fff;background:hsl(0 0% 100% / .1)}.player-btn--play-lg{width:68px;height:68px;border-radius:50%;background:#fff;color:#1a1a1a;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgb(0 0 0 / .3)}.player-btn--play-lg:hover{background:#1db5be;color:#fff;transform:scale(1.06)}}.comments-area{margin-top:40px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1);overflow:hidden}.comments-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;padding:24px;margin:0;border-bottom:2px solid #1db5be;background:#fff}.comment-list{list-style:none;margin:0;padding:0}.comment-list .children{list-style:none;margin:0;padding:0 0 0 40px;border-left:2px solid #e8f8f9;margin-left:24px}.comment{padding:24px;border-bottom:1px solid #f5f5f5;transition:background .15s ease}.comment:last-child{border-bottom:none}.comment:hover{background:rgb(245 245 245 / .5)}.comment.bypostauthor .comment-author::after{content:"Author";display:inline-block;background:#1db5be;color:#fff;font-size:.65rem;font-weight:700;padding:2px 7px;border-radius:999px;margin-left:6px;vertical-align:middle;text-transform:uppercase;letter-spacing:.05em}.comment-body{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start}.comment-author .avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;display:block;border:2px solid #e8f8f9}.comment-meta-content{min-width:0}.comment-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:8px}.comment-author.vcard{display:contents}.comment-author.vcard .fn a,.comment-author.vcard b.fn{font-size:.9rem;font-weight:700;color:#1a1a1a;text-decoration:none}.comment-author.vcard .fn a:hover,.comment-author.vcard b.fn:hover{color:#1db5be}.comment-metadata{display:flex;align-items:center;gap:8px}.comment-metadata time,.comment-metadata a{font-size:.75rem;color:#999;text-decoration:none}.comment-metadata time:hover,.comment-metadata a:hover{color:#1db5be}.comment-content{font-size:.9rem;line-height:1.65;color:#333}.comment-content p{margin-bottom:8px}.comment-content p:last-child{margin-bottom:0}.comment-content a{color:#1db5be;text-decoration:underline}.reply{margin-top:8px}.reply .comment-reply-link{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;color:#666;text-decoration:none;padding:3px 10px;border:1px solid #e0e0e0;border-radius:999px;transition:all .15s ease}.reply .comment-reply-link::before{content:"↩";font-size:.85em}.reply .comment-reply-link:hover{background:#1db5be;border-color:#1db5be;color:#fff}.comment-body .comment-author.vcard{display:flex;align-items:center;gap:8px;grid-column:2;grid-row:1}.comment-body>.comment-author.vcard+.comment-metadata{grid-column:2;grid-row:1;margin-left:auto}.comment .comment-body{display:flex;flex-direction:column;gap:8px}.comment .comment-body .comment-author.vcard{display:flex;align-items:center;gap:8px}.comment .comment-body .comment-author.vcard .avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.comment .comment-body .comment-author.vcard .fn{font-size:.9rem;font-weight:700;color:#1a1a1a}.comment .comment-body .comment-author.vcard .fn a{color:#1a1a1a;text-decoration:none}.comment .comment-body .comment-author.vcard .fn a:hover{color:#1db5be}.comment .comment-body .comment-author.vcard .says{display:none}.comment .comment-body .comment-metadata{margin-left:52px;display:flex;align-items:center;gap:8px}.comment .comment-body .comment-metadata time{font-size:.75rem;color:#999}.comment .comment-body .comment-metadata a{font-size:.75rem;color:#999;text-decoration:none}.comment .comment-body .comment-metadata a:hover{color:#1db5be}.comment .comment-body .comment-metadata .edit-link{margin-left:8px}.comment .comment-body .comment-content{margin-left:52px}.comment .comment-body .reply{margin-left:52px}.comment-respond{padding:40px 24px;border-top:1px solid #f5f5f5;background:#f5f5f5}.comment-reply-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin-bottom:24px;display:flex;align-items:center;gap:8px}.comment-reply-title::before{content:"";display:block;width:4px;height:1.1rem;background:#1db5be;border-radius:2px}.comment-reply-title small{font-size:.8rem;font-weight:400;margin-left:auto}.comment-reply-title small a{color:#666;text-decoration:none}.comment-reply-title small a:hover{color:#1db5be}.comment-form{display:flex;flex-direction:column;gap:16px}.comment-form .logged-in-as{font-size:.85rem;color:#666;background:#fff;padding:8px 16px;border-radius:4px;border-left:3px solid #1db5be;margin-bottom:8px}.comment-form .logged-in-as a{color:#1db5be;font-weight:600}.comment-form .comment-notes{font-size:.8rem;color:#999;margin:0}.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url,.comment-form .comment-form-comment,.comment-form .comment-form-cookies-consent{display:flex;flex-direction:column;gap:6px;margin:0}.comment-form .comment-form-author label,.comment-form .comment-form-email label,.comment-form .comment-form-url label,.comment-form .comment-form-comment label,.comment-form .comment-form-cookies-consent label{font-size:.82rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.04em}.comment-form .comment-form-author label .required,.comment-form .comment-form-email label .required,.comment-form .comment-form-url label .required,.comment-form .comment-form-comment label .required,.comment-form .comment-form-cookies-consent label .required{color:#e53935;margin-left:2px}.comment-form .comment-form-author input[type=text],.comment-form .comment-form-author input[type=email],.comment-form .comment-form-author input[type=url],.comment-form .comment-form-author textarea,.comment-form .comment-form-email input[type=text],.comment-form .comment-form-email input[type=email],.comment-form .comment-form-email input[type=url],.comment-form .comment-form-email textarea,.comment-form .comment-form-url input[type=text],.comment-form .comment-form-url input[type=email],.comment-form .comment-form-url input[type=url],.comment-form .comment-form-url textarea,.comment-form .comment-form-comment input[type=text],.comment-form .comment-form-comment input[type=email],.comment-form .comment-form-comment input[type=url],.comment-form .comment-form-comment textarea,.comment-form .comment-form-cookies-consent input[type=text],.comment-form .comment-form-cookies-consent input[type=email],.comment-form .comment-form-cookies-consent input[type=url],.comment-form .comment-form-cookies-consent textarea{width:100%;padding:8px 16px;border:2px solid #e0e0e0;border-radius:4px;font-size:.9rem;color:#1a1a1a;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;font-family:"Segoe UI",system-ui,-apple-system,sans-serif}.comment-form .comment-form-author input[type=text]:focus,.comment-form .comment-form-author input[type=email]:focus,.comment-form .comment-form-author input[type=url]:focus,.comment-form .comment-form-author textarea:focus,.comment-form .comment-form-email input[type=text]:focus,.comment-form .comment-form-email input[type=email]:focus,.comment-form .comment-form-email input[type=url]:focus,.comment-form .comment-form-email textarea:focus,.comment-form .comment-form-url input[type=text]:focus,.comment-form .comment-form-url input[type=email]:focus,.comment-form .comment-form-url input[type=url]:focus,.comment-form .comment-form-url textarea:focus,.comment-form .comment-form-comment input[type=text]:focus,.comment-form .comment-form-comment input[type=email]:focus,.comment-form .comment-form-comment input[type=url]:focus,.comment-form .comment-form-comment textarea:focus,.comment-form .comment-form-cookies-consent input[type=text]:focus,.comment-form .comment-form-cookies-consent input[type=email]:focus,.comment-form .comment-form-cookies-consent input[type=url]:focus,.comment-form .comment-form-cookies-consent textarea:focus{outline:none;border-color:#1db5be;box-shadow:0 0 0 3px rgb(29 181 190 / .12)}.comment-form .comment-form-author input[type=text]::placeholder,.comment-form .comment-form-author input[type=email]::placeholder,.comment-form .comment-form-author input[type=url]::placeholder,.comment-form .comment-form-author textarea::placeholder,.comment-form .comment-form-email input[type=text]::placeholder,.comment-form .comment-form-email input[type=email]::placeholder,.comment-form .comment-form-email input[type=url]::placeholder,.comment-form .comment-form-email textarea::placeholder,.comment-form .comment-form-url input[type=text]::placeholder,.comment-form .comment-form-url input[type=email]::placeholder,.comment-form .comment-form-url input[type=url]::placeholder,.comment-form .comment-form-url textarea::placeholder,.comment-form .comment-form-comment input[type=text]::placeholder,.comment-form .comment-form-comment input[type=email]::placeholder,.comment-form .comment-form-comment input[type=url]::placeholder,.comment-form .comment-form-comment textarea::placeholder,.comment-form .comment-form-cookies-consent input[type=text]::placeholder,.comment-form .comment-form-cookies-consent input[type=email]::placeholder,.comment-form .comment-form-cookies-consent input[type=url]::placeholder,.comment-form .comment-form-cookies-consent textarea::placeholder{color:#999}.comment-form .comment-form-author textarea,.comment-form .comment-form-email textarea,.comment-form .comment-form-url textarea,.comment-form .comment-form-comment textarea,.comment-form .comment-form-cookies-consent textarea{min-height:140px;resize:vertical;line-height:1.6}.comment-form .comment-form-cookies-consent{flex-direction:row;align-items:flex-start;gap:8px}.comment-form .comment-form-cookies-consent input[type=checkbox]{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:#1db5be}.comment-form .comment-form-cookies-consent label{font-size:.8rem;text-transform:none;letter-spacing:0;font-weight:400;color:#666}.comment-form .comment-form-author,.comment-form .comment-form-email{flex:1}.comment-form .form-submit{margin:8px 0 0}.comment-form .form-submit .submit{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;background:#1db5be;color:#fff;border:none;border-radius:999px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .15s ease;letter-spacing:.02em}.comment-form .form-submit .submit:hover{background:#17959d;transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .15)}.comment-form .form-submit .submit:active{transform:translateY(0)}.comment-form-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.comment-form>.comment-form-author,.comment-form>.comment-form-email{display:inline-flex;flex-direction:column;gap:6px;width:calc(50% - 4px);vertical-align:top}.comment-form>.comment-form-author+.comment-form-email{margin-left:16px}.comment-form>.comment-form-author,.comment-form>.comment-form-email,.comment-form>.comment-form-url{flex:none;width:100%}.no-comments{padding:40px 24px;text-align:center;color:#666;font-size:.9rem}.pingback,.trackback{padding:16px 24px;border-bottom:1px solid #f5f5f5;font-size:.85rem;color:#666}.pingback .url,.trackback .url{color:#1db5be}.comment-navigation{display:flex;justify-content:space-between;padding:16px 24px;border-top:1px solid #f5f5f5}.comment-navigation a{font-size:.85rem;color:#1db5be;font-weight:600}.comment-navigation a:hover{color:#17959d}@media(max-width:768px){.comment-respond{padding:24px 16px}.comment .comment-body .comment-metadata{margin-left:0}.comment .comment-body .comment-content{margin-left:0}.comment .comment-body .reply{margin-left:0}.comment-list .children{padding-left:16px;margin-left:8px}}@media(max-width:1024px){.single-layout{grid-template-columns:1fr 240px;grid-template-areas:"left  left" "center right"}.single-layout .single-left{grid-area:left;display:flex;flex-direction:row;align-items:flex-start;gap:24px;position:static;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1);padding:16px}.single-layout .single-left__cover{width:140px;flex-shrink:0;margin-bottom:0;aspect-ratio:1}.single-layout .single-center{grid-area:center;position:static}.single-layout .single-right{grid-area:right;position:static}.content-area--with-sidebar{flex-direction:column}.sidebar{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.sidebar .widget{margin-bottom:0}.posts-grid--4{grid-template-columns:repeat(2,1fr)}.posts-grid--3{grid-template-columns:repeat(2,1fr)}.footer-widgets-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.container{padding:0 16px}.site-content-wrap{padding:24px 0}.home-section{margin-bottom:40px}.section-header .section-title{font-size:1rem}.single-layout{grid-template-columns:1fr;grid-template-areas:"left" "center" "right";gap:16px}.single-layout .single-left{flex-direction:column;align-items:stretch;gap:16px;position:static;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1)}.single-layout .single-left__cover{width:100%;height:auto;aspect-ratio:1;border-radius:4px;overflow:hidden}.single-layout .single-left__cover img{width:100%;height:100%;object-fit:cover;display:block}.single-layout .single-left .share-box__label{font-size:.8rem;margin-bottom:8px}.single-layout .single-left .share-box__buttons{flex-direction:row;flex-wrap:wrap;gap:8px}.single-layout .single-left .share-box .share-btn{flex:1;min-width:100px;justify-content:center;font-size:.8rem;padding:8px 12px}.single-layout .single-center{padding:16px}.single-layout .single-right{position:static}.single-title{font-size:1.3rem}.single-meta{flex-direction:row;flex-wrap:wrap;gap:8px 16px}.single-meta__item{font-size:.75rem}.posts-grid--4,.posts-grid--3,.posts-grid--2{grid-template-columns:repeat(2,1fr);gap:16px}.post-card__title{font-size:.9rem}.sidebar{grid-template-columns:1fr}.search-hero{padding:40px 0;min-height:220px}.search-hero__title{font-size:1.4rem}.search-hero__subtitle{font-size:.9rem;margin-bottom:24px}.search-hero__form .search-form .search-field{font-size:.95rem;padding:8px 16px}.search-hero__form .search-form .search-submit{width:48px;height:48px}.search-hero__trending{flex-direction:column;gap:8px}.related-sidebar__list{display:grid;grid-template-columns:repeat(2,1fr)}.related-item__thumb{width:56px;height:56px}.header-inner{min-height:56px}.site-name{font-size:1.3rem}.footer-widgets{padding:40px 0}.footer-widgets .footer-widgets-grid{grid-template-columns:1fr;gap:24px}.footer-bottom-inner{flex-direction:column;text-align:center;gap:8px}.footer-bottom-inner .footer-nav .footer-menu{justify-content:center;flex-wrap:wrap}.footer-bottom-inner .footer-social{justify-content:center}.error-404__code{font-size:5rem}.error-404__title{font-size:1.4rem}}@media(max-width:576px){.posts-grid--4,.posts-grid--3,.posts-grid--2{grid-template-columns:1fr}.single-title{font-size:1.15rem}.single-meta{gap:8px}.search-hero{min-height:auto;padding:24px 0}.search-hero__title{font-size:1.2rem}.search-hero__trending .trending-tags{gap:6px}.search-hero__trending .trending-tag{font-size:.72rem;padding:3px 10px}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.related-sidebar__list{grid-template-columns:1fr}.btn--download{width:100%;justify-content:center}.post-card__actions .btn{flex:1;justify-content:center}.download-wrap .btn--download .btn__label{display:none}.footer-bottom-inner{gap:8px}.footer-nav{display:none}}