@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-accent: #ff3232;--color-accent-hover: #ff5555;--color-accent-muted: rgba(255, 50, 50, .2);--color-bg-primary: #0a0a0a;--color-bg-secondary: #141414;--color-bg-tertiary: #1a1a1a;--color-border: #222222;--color-border-light: #333333;--color-text: #ffffff;--color-text-muted: #888888;--color-text-subtle: #666666;--color-success: #22c55e;--color-warning: #fbbf24}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--color-bg-primary);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}.loading{display:flex;height:100vh;align-items:center;justify-content:center;background:var(--color-bg-primary);color:var(--color-text-muted);font-size:14px}.fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wave-loader{display:flex;align-items:center;justify-content:center;gap:4px;padding:40px 20px}.wave-loader .bar{width:4px;height:24px;background:var(--color-accent);border-radius:2px;animation:waveBar .8s ease-in-out infinite}.wave-loader .bar:nth-child(1){animation-delay:0s;height:16px}.wave-loader .bar:nth-child(2){animation-delay:.1s;height:24px}.wave-loader .bar:nth-child(3){animation-delay:.2s;height:32px}.wave-loader .bar:nth-child(4){animation-delay:.1s;height:24px}.wave-loader .bar:nth-child(5){animation-delay:0s;height:16px}@keyframes waveBar{0%,to{transform:scaleY(1);opacity:.6}50%{transform:scaleY(.4);opacity:1}}.loading .wave-loader{padding:0}.loading .wave-loader .bar{width:6px;height:32px}.loading .wave-loader .bar:nth-child(1){height:20px}.loading .wave-loader .bar:nth-child(2){height:32px}.loading .wave-loader .bar:nth-child(3){height:44px}.loading .wave-loader .bar:nth-child(4){height:32px}.loading .wave-loader .bar:nth-child(5){height:20px}.dashboard-layout{display:flex;height:100vh;overflow:hidden;background:var(--color-bg-primary)}.dashboard-column{display:flex;flex-direction:column;height:100vh;overflow:hidden;transition:width .3s ease,min-width .3s ease}.dashboard-column-1{width:300px;min-width:300px;border-right:1px solid var(--color-border);background:var(--color-bg-secondary)}.dashboard-column-1.collapsed{width:40px;min-width:40px}.dashboard-column-2{width:240px;min-width:240px;border-right:1px solid var(--color-border);background:var(--color-bg-primary)}.dashboard-column-2.collapsed{width:40px;min-width:40px}.cart-panel,.purchases-panel{animation:panelFadeIn .3s ease forwards}@keyframes panelFadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.dashboard-column.collapsed>div{animation:collapsedFadeIn .3s ease forwards}@keyframes collapsedFadeIn{0%{opacity:0}to{opacity:1}}.dashboard-column-3{flex:1;min-width:0;background:var(--color-bg-primary);overflow-y:auto!important;overflow-x:hidden}.collapsed-label{writing-mode:vertical-rl;text-orientation:mixed;text-align:center;margin:auto;color:var(--color-text-subtle);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.collapse-btn{background:transparent;border:none;color:var(--color-text-subtle);font-size:12px;cursor:pointer;padding:8px;transition:color .2s}.collapse-btn:hover{color:var(--color-accent)}.purchases-panel{display:flex;flex-direction:column;height:100%;padding:0}.panel-header{padding:10px 20px;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center;min-height:42px;box-sizing:border-box}.panel-header-label{font-size:10px;font-weight:700;color:var(--color-text-subtle);letter-spacing:.1em;text-transform:uppercase}.logo-section{padding:20px 16px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--color-border);cursor:pointer;position:relative}.logo-full{width:100%;max-width:200px;position:relative}.logo-full svg{width:100%;height:auto}.logo-lottie{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;pointer-events:none}.section-header{padding:16px 20px 8px;font-size:10px;font-weight:700;color:var(--color-text-subtle);letter-spacing:.1em;text-transform:uppercase}.purchases-content{flex:1;overflow-y:auto;padding:16px 20px}.purchases-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;gap:12px}.purchases-empty-icon{font-size:40px;opacity:.6}.purchases-empty h3{font-size:14px;font-weight:600;color:var(--color-text);margin:0}.purchases-empty p{font-size:12px;color:var(--color-text-subtle);margin:0;max-width:200px}.auth-buttons{padding:20px;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:10px}.btn-login{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;box-shadow:none}.btn-login:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:none}.btn-register{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-register:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn-logout{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:transparent;color:var(--color-text-subtle);border:1px solid var(--color-border);border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-logout:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn-edit-profile{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:transparent;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-muted);font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease}.btn-edit-profile:hover{border-color:var(--color-accent);color:var(--color-accent)}.user-info-section{text-align:center;margin-bottom:12px}.user-email{font-size:12px;color:var(--color-text-muted);word-break:break-all;margin-bottom:4px}.member-since{font-size:10px;color:var(--color-text-subtle)}.account-stats-card{margin:16px 20px 0;padding:10px;background:linear-gradient(135deg,#ff323214,#ff323205);border:1px solid rgba(255,50,50,.2);border-radius:10px}.account-stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.account-stats-title{font-size:11px;font-weight:700;color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase}.account-status-badge{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:var(--color-success);background:#22c55e1a;padding:4px 10px;border-radius:20px;border:1px solid rgba(34,197,94,.2)}.status-dot{width:6px;height:6px;background:var(--color-success);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.account-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.account-stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;background:#0000004d;border-radius:8px;border:1px solid var(--color-border)}.account-stat-value{font-size:18px;font-weight:800;font-family:JetBrains Mono,monospace}.account-stat-label{font-size:8px;font-weight:700;color:var(--color-text-subtle);letter-spacing:.08em}.cart-panel{display:flex;flex-direction:column;height:100%}.cart-content{flex:1;overflow-y:auto;padding:16px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;gap:16px}.cart-empty-icon{font-size:48px;opacity:.5}.cart-empty h3{font-size:16px;font-weight:600;color:var(--color-text);margin:0}.cart-empty p{font-size:13px;color:var(--color-text-subtle);margin:0;max-width:220px}.cart-item{display:flex;gap:12px;padding:12px;background:var(--color-bg-tertiary);border-radius:10px;margin-bottom:10px;transition:all .2s ease}.cart-item:hover{background:#ffffff0d}.cart-item-artwork{width:50px;height:50px;border-radius:6px;object-fit:cover;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:13px;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.cart-item-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.cart-item-artist{font-size:11px;color:var(--color-text-subtle)}.cart-item-items{display:inline-block;background:#ff323226;color:var(--color-accent);font-weight:600;font-size:10px;padding:2px 6px;border-radius:4px}.cart-item-price{font-size:14px;font-weight:700;color:var(--color-accent)}@media(min-width:769px){.cart-item-row{flex-wrap:wrap}.cart-item-price{width:100%;margin-top:4px}}.cart-item-remove{background:transparent;border:none;color:var(--color-text-subtle);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.cart-item-remove:hover{background:#ff32321a;color:var(--color-accent)}.cart-summary{padding:16px;border-top:1px solid var(--color-border);background:var(--color-bg-secondary)}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cart-total-label{font-size:13px;font-weight:500;color:var(--color-text-muted)}.cart-total-value{font-size:20px;font-weight:800;color:var(--color-text)}.btn-checkout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--color-accent);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-checkout:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 4px 20px #ff32324d}.btn-checkout:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.main-content{display:flex;flex-direction:column;height:100%}.tab-header{display:flex;align-items:center;justify-content:center;gap:0;padding:0;border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary)}.tab-btn{flex:1;padding:14px 24px;background:transparent;border:none;color:var(--color-text-subtle);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent;margin-bottom:-1px;text-align:center;text-decoration:none;display:block}.tab-btn:hover{color:var(--color-text-muted);background:#ffffff05}.tab-btn.active{color:var(--color-accent);border-bottom-color:var(--color-accent);background:#ff32320d}.tab-content{flex:1;overflow-y:auto;padding:24px}.page-title{font-size:18px;font-weight:700;color:var(--color-text);margin-bottom:20px;text-align:center}.welcome-hero{background:linear-gradient(135deg,#ff32321a,#ff64320d,#ff323205);border:1px solid rgba(255,50,50,.2);border-radius:20px;padding:32px;margin-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:32px;position:relative;overflow:hidden}.welcome-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,50,50,.15) 0%,transparent 70%);pointer-events:none}.welcome-hero-content{flex:1;position:relative;z-index:1}.welcome-hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ff323226;border:1px solid rgba(255,50,50,.3);border-radius:20px;padding:6px 14px;font-size:10px;font-weight:700;color:var(--color-accent);letter-spacing:.1em;margin-bottom:16px}.hero-badge-dot{width:6px;height:6px;background:var(--color-accent);border-radius:50%;animation:pulse 2s ease-in-out infinite}.welcome-hero-title{font-size:36px;font-weight:800;color:var(--color-text);margin:0 0 12px;line-height:1.1;letter-spacing:-.02em}.text-gradient{background:linear-gradient(135deg,#ff3232,#ff6b35,#ffa600);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-hero-subtitle{font-size:15px;color:var(--color-text-muted);margin:0 0 20px;line-height:1.6;max-width:500px}.spotify-icon{display:inline-block;width:18px;height:18px;vertical-align:middle;margin:-2px 5px 0}.desktop-break{display:block}@media(max-width:768px){.desktop-break{display:none}}.welcome-hero-features{display:flex;flex-wrap:wrap;gap:12px}.hero-feature{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--color-text-muted);background:#0000004d;padding:8px 14px;border-radius:8px;border:1px solid var(--color-border)}.hero-feature-icon{color:var(--color-success);font-weight:700}.welcome-hero-stats{display:flex;gap:16px;position:relative;z-index:1}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:20px 24px;background:#0006;border:1px solid var(--color-border);border-radius:16px;min-width:90px}.hero-stat-value{font-size:28px;font-weight:800;color:var(--color-accent);font-family:JetBrains Mono,monospace}.hero-stat-label{font-size:10px;font-weight:600;color:var(--color-text-subtle);text-transform:uppercase;letter-spacing:.08em}@media(max-width:1100px){.welcome-hero{flex-direction:column;text-align:center;padding:24px}.welcome-hero-subtitle{max-width:100%}.welcome-hero-features{justify-content:center}.welcome-hero-title{font-size:32px}.welcome-hero-stats{display:none}}@media(max-width:900px){.welcome-hero-title{font-size:28px}.welcome-hero-features,.welcome-hero-stats{display:none}}.sample-list{display:flex;flex-direction:column;gap:8px}.list-header{display:grid;grid-template-columns:40px 56px 1fr 70px 50px 60px 180px 140px;gap:12px;padding:8px 16px;font-size:10px;font-weight:700;color:var(--color-text-subtle);letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid var(--color-border);margin-bottom:8px}.list-header-col{display:flex;align-items:center}.list-header-col:nth-child(4),.list-header-col:nth-child(5),.list-header-col:nth-child(6){justify-content:center}.sample-row{display:grid;grid-template-columns:40px 56px 1fr 70px 50px 60px 180px 140px;gap:12px;padding:10px 16px;align-items:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:10px;transition:all .2s ease}.sample-row:hover{background:#ffffff08;border-color:var(--color-border-light);transform:translate(2px)}.sample-row.playing{background:#ff32320d;border-color:var(--color-accent)}.play-btn{width:36px;height:36px;border-radius:50%;background:var(--color-bg-tertiary);border:1px solid var(--color-border);color:var(--color-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.play-btn:hover{background:var(--color-accent);border-color:var(--color-accent)}.play-btn.loading{opacity:.6}.play-btn svg{width:14px;height:14px}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sample-artwork{width:48px;height:48px;border-radius:6px;object-fit:cover;position:relative}.sample-artwork img{width:100%;height:100%;border-radius:6px;object-fit:cover}.new-badge{position:absolute;top:-4px;right:-4px;background:var(--color-accent);color:#fff;font-size:8px;font-weight:700;padding:2px 5px;border-radius:3px;letter-spacing:.05em}.sample-info{min-width:0}.sample-title{font-size:13px;font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.sample-filename{font-size:11px;color:var(--color-text-subtle);white-space:nowrap;overflow:hidden}.mobile-items-badge{display:none;text-overflow:ellipsis}.sample-items,.sample-bpm,.sample-duration{display:flex;align-items:center;justify-content:center}.sample-tag{font-size:9px;font-weight:600;padding:3px 6px;border-radius:4px;background:var(--color-bg-tertiary);color:var(--color-text-muted);border:1px solid var(--color-border)}.sample-tag.bpm{color:var(--color-accent);border-color:var(--color-accent-muted);background:var(--color-accent-muted)}.sample-duration{font-size:11px;font-family:JetBrains Mono,monospace;color:var(--color-text-muted);text-align:center}.sample-waveform{display:flex;align-items:center;gap:2px;height:40px;padding:0 8px}.waveform-bar{width:3px;background:var(--color-border-light);border-radius:2px;transition:all .1s ease}.sample-row.playing .waveform-bar{background:var(--color-accent);animation:wave .5s ease-in-out infinite alternate}@keyframes wave{0%{transform:scaleY(.5)}to{transform:scaleY(1)}}.sample-actions{display:flex;align-items:center;gap:10px}.sample-price{font-size:14px;font-weight:700;color:var(--color-text)}.add-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:1px solid var(--color-accent);color:var(--color-accent);border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.add-btn:hover,.add-btn.in-cart{background:var(--color-accent);color:#fff}.article-row{display:grid;grid-template-columns:80px 1fr 100px;gap:16px;padding:12px 16px;align-items:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:10px;transition:all .2s ease;cursor:pointer;text-decoration:none;color:inherit}.article-row:hover{background:#ffffff08;border-color:var(--color-accent);transform:translate(4px)}.article-cover{width:72px;height:54px;border-radius:6px;object-fit:cover}.article-info{min-width:0}.article-title{font-size:14px;font-weight:600;color:var(--color-text);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-excerpt{font-size:12px;color:var(--color-text-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.article-category{font-size:10px;font-weight:600;padding:4px 10px;border-radius:4px;background:var(--color-accent-muted);color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;text-align:center;justify-self:center}.article-detail{max-width:800px;margin:0 auto}.back-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-muted);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:24px}.back-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.article-detail-cover{width:100%;height:300px;object-fit:cover;border-radius:16px;margin-bottom:24px}.article-detail-meta{display:flex;align-items:center;gap:12px;margin-bottom:16px}.article-read-time{font-size:12px;color:var(--color-text-subtle)}.article-detail-title{font-size:32px;font-weight:800;color:var(--color-text);line-height:1.2;margin:0 0 20px}.article-detail-author{display:flex;align-items:center;gap:12px;padding:16px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:32px;font-size:14px;color:var(--color-text-muted)}.author-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.article-detail-content{font-size:16px;line-height:1.8;color:var(--color-text)}.article-detail-content h1,.article-detail-content h2,.article-detail-content h3{margin-top:32px;margin-bottom:16px;color:var(--color-text)}.article-detail-content h2{font-size:24px}.article-detail-content h3{font-size:20px}.article-detail-content p{margin-bottom:16px}.article-detail-content ul,.article-detail-content ol{margin:16px 0;padding-left:24px}.article-detail-content li{margin-bottom:8px}.article-detail-content code{background:var(--color-bg-tertiary);padding:2px 6px;border-radius:4px;font-family:JetBrains Mono,monospace;font-size:14px}.article-detail-content pre{background:var(--color-bg-tertiary);padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.article-detail-content pre code{background:transparent;padding:0}.article-detail-content strong{color:var(--color-accent);font-weight:600}.placeholder-page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 40px;gap:20px}.placeholder-icon{font-size:64px;opacity:.5}.placeholder-page h2{font-size:24px;font-weight:700;color:var(--color-text);margin:0}.placeholder-page p{font-size:14px;color:var(--color-text-subtle);margin:0;max-width:400px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-bg-primary) 0%,#1a0a0a 100%);padding:40px 20px}.auth-container{width:100%;max-width:400px}.auth-logo-link{display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none;margin-bottom:32px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:opacity .2s ease}.auth-logo-link:active{opacity:.7}.auth-logo{width:64px;height:64px}.auth-logo svg{width:100%;height:100%}.auth-logo-full{width:200px}.auth-logo-full svg{width:100%;height:auto}.auth-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:32px}.auth-card h2{font-size:24px;font-weight:700;color:var(--color-text);text-align:center;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-input{width:100%;padding:14px 16px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:10px;color:var(--color-text);font-size:14px;transition:border-color .2s ease}.auth-input:focus{outline:none;border-color:var(--color-accent)}.auth-input::placeholder{color:var(--color-text-subtle)}.auth-submit{width:100%;padding:14px;background:var(--color-accent);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:8px}.auth-submit:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-error{padding:12px;background:#ff32321a;border:1px solid var(--color-accent);border-radius:8px;color:var(--color-accent);font-size:13px;text-align:center}.auth-success{padding:12px;background:#22c55e1a;border:1px solid var(--color-success);border-radius:8px;color:var(--color-success);font-size:13px;text-align:center}.auth-link{text-align:center;margin-top:16px;font-size:13px;color:var(--color-text-muted)}.auth-link a{color:var(--color-accent);text-decoration:none;font-weight:600}.auth-link a:hover{text-decoration:underline}.auth-forgot{text-align:center;font-size:12px}.auth-forgot button{background:transparent;border:none;color:var(--color-text-subtle);cursor:pointer;font-size:12px;padding:0}.auth-forgot button:hover{color:var(--color-accent)}@media(max-width:1200px){.sample-row,.list-header{grid-template-columns:40px 56px 1fr 70px 50px 140px}.sample-duration,.list-header-col:nth-child(6){display:none}.sample-waveform{display:none}}@media(max-width:900px){.dashboard-column-1{width:220px;min-width:220px}.dashboard-column-2{width:260px;min-width:260px}}.mobile-layout{display:none}@media(max-width:768px){.mobile-layout{display:flex;flex-direction:column;min-height:100vh;background:var(--color-bg)}.dashboard-layout{display:none!important}}.mobile-header{display:flex;align-items:center;justify-content:center;padding:8px 16px;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);cursor:pointer}.mobile-logo-section{position:relative;width:200px;height:66px}.mobile-logo-svg{position:absolute;top:0;left:0;width:100%;height:100%}.mobile-logo-svg svg{width:100%;height:100%}.mobile-logo-lottie{position:absolute;top:0;left:0;width:100%;height:100%}.mobile-main{flex:1;overflow-y:auto;padding-bottom:47px}.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--color-bg-secondary);border-top:1px solid var(--color-border);display:flex;justify-content:space-around;align-items:center;padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0);z-index:1000}.mobile-nav-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:none;border:none;color:var(--color-text-muted);cursor:pointer;transition:color .2s;min-width:60px}.mobile-nav-btn:active{transform:scale(.95)}.mobile-nav-btn.active{color:var(--color-accent)}.mobile-nav-btn span{font-size:10px;font-weight:500}.mobile-nav-icon-wrapper{position:relative}.mobile-nav-badge{position:absolute;top:-6px;right:-8px;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.mobile-overlay{position:fixed;inset:0;background:#0009;z-index:1001;animation:fadeIn .2s ease-out}.mobile-panel{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:var(--color-bg-secondary);border-top-left-radius:20px;border-top-right-radius:20px;z-index:1002;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border);font-size:16px;font-weight:600;color:var(--color-text)}.mobile-panel-close{background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.mobile-panel-content{flex:1;overflow-y:auto;max-height:calc(85vh - 60px)}.article-list-badges{display:none}@media(max-width:768px){.dashboard-layout{display:none!important}.main-content{padding:0}.tab-header{display:grid!important;grid-template-columns:1fr 1fr;gap:0;padding:0;margin:0;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border)}.tab-btn{padding:14px 12px;font-size:11px;font-weight:700;letter-spacing:.08em;text-align:center;text-transform:uppercase;border-radius:0!important;background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;color:var(--color-text-subtle);text-decoration:none!important;transition:all .2s ease}.tab-btn:hover{color:var(--color-text-muted);background:#ffffff05!important}.tab-btn.active{color:var(--color-accent)!important;border-bottom-color:var(--color-accent)!important;background:#ff32320d!important}.tab-content{padding:16px}.list-header{display:none!important}.page-title{font-size:20px;margin-bottom:12px}.welcome-hero{padding:16px;margin:0 0 16px;border-radius:12px;text-align:center}.welcome-hero:before{display:none}.welcome-hero-badge{padding:4px 10px;font-size:9px;margin-bottom:8px}.welcome-hero-title{font-size:20px;margin-bottom:6px}.welcome-hero-subtitle{font-size:12px;margin-bottom:12px;line-height:1.4}.spotify-icon{width:14px;height:14px}.welcome-hero-features,.welcome-hero-stats,.welcome-hero-cta{display:none!important}.sample-row{display:grid!important;grid-template-columns:44px 56px 1fr auto!important;gap:10px!important;padding:12px!important;align-items:center}.play-btn{width:44px;height:44px}.sample-artwork,.sample-artwork img{width:56px;height:56px}.sample-info{min-width:0;overflow:hidden;display:flex;flex-direction:column;gap:2px}.sample-title{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sample-filename{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text-muted)}.sample-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:70px}.sample-price{font-size:14px;font-weight:700}.add-btn{padding:8px 14px;min-height:36px;font-size:12px}.add-btn svg{display:none}.sample-duration,.sample-waveform,.sample-bpm,.sample-items{display:none!important}.mobile-items-badge{display:inline!important;margin-left:8px;padding:2px 6px;background:#ff323226;border-radius:4px;font-size:10px;color:var(--color-accent);font-weight:600}.legal-tabs{flex-wrap:wrap;gap:8px}.legal-tab{padding:8px 12px;font-size:12px}.legal-content{padding:16px}.legal-content h1{font-size:20px}.legal-content h2{font-size:16px}input[type=text][placeholder*=Search]{font-size:16px!important}.article-list-item{display:grid!important;grid-template-columns:60px 1fr!important;gap:10px!important;padding:10px 12px!important;align-items:start!important}.article-list-img{width:60px!important;height:60px!important}.article-list-info{display:flex!important;flex-direction:column!important;gap:6px!important}.article-list-title{font-size:14px!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3!important}.article-list-excerpt{display:none!important}.article-list-badges{display:flex!important;gap:6px!important}.article-list-badges .article-list-time,.article-list-badges .article-list-category{font-size:9px!important;padding:3px 6px!important}.article-list-time-desktop,.article-list-category-desktop{display:none!important}.article-detail-layout{grid-template-columns:1fr!important;gap:16px!important}.article-detail-sidebar{position:static!important}.article-detail-sidebar>div:first-child img:not(.author-avatar){height:180px!important;width:100%!important}.author-avatar{width:48px!important;height:48px!important;object-fit:cover!important;flex-shrink:0!important}.btn-edit-profile{padding:12px 16px!important;font-size:14px!important}.cart-item-row{flex-wrap:nowrap}.cart-item-price{width:auto!important;margin-top:0!important;margin-left:auto;font-size:13px}.purchases-panel{display:flex;flex-direction:column;min-height:100%}.purchases-panel .logo-section,.purchases-panel .panel-header{display:none}.purchases-content{flex:1;min-height:120px}.auth-buttons{padding:16px;margin-top:auto}.btn-login,.btn-register{padding:14px 16px;font-size:14px;box-shadow:none}.btn-logout{padding:12px 16px;font-size:14px}.user-info-section{padding:12px 0}}.product-hero{position:relative;height:280px;border-radius:16px;overflow:hidden;margin-bottom:32px}.product-hero-bg{width:100%;height:100%;object-fit:cover;filter:blur(20px) brightness(.4);transform:scale(1.1)}.product-hero-content{position:absolute;inset:0;display:flex;align-items:center;padding:40px;gap:32px}.product-hero-artwork-wrapper{position:relative;flex-shrink:0}.product-hero-artwork{width:160px;height:160px;border-radius:12px;object-fit:cover;box-shadow:0 8px 32px #00000080;flex-shrink:0}.product-hero-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:#000000b3;backdrop-filter:blur(8px);border:2px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:2}.product-hero-play-btn svg{width:28px;height:28px}.product-hero-play-btn:hover{background:var(--color-accent);border-color:var(--color-accent);transform:translate(-50%,-50%) scale(1.1);box-shadow:0 4px 24px #ff323280}.product-hero-play-btn.playing{background:var(--color-accent);border-color:var(--color-accent);box-shadow:0 4px 24px #ff323266}.product-hero-play-btn.loading{opacity:.7;cursor:wait}.product-hero-play-btn:disabled{cursor:wait}.product-hero-play-btn .spinner{animation:spin 1s linear infinite}.product-hero-play-btn.no-preview{opacity:.4;cursor:not-allowed}.product-hero-play-btn.no-preview:hover{background:#000000b3;border-color:#fff3;transform:translate(-50%,-50%);box-shadow:none}.product-hero-info{flex:1;min-width:0}.product-hero-badge{display:inline-block;background:var(--color-accent);color:#fff;font-size:9px;font-weight:700;padding:3px 8px;border-radius:4px;margin-bottom:12px}.product-hero-title{font-size:36px;font-weight:800;color:#fff;margin:0 0 8px;line-height:1.1}.product-hero-meta{font-size:16px;color:#ffffffb3;margin:0 0 16px}.product-hero-actions{display:flex;align-items:center;gap:16px}.product-hero-price{font-size:28px;font-weight:800;color:#fff}.product-hero-btn{padding:14px 32px;background:var(--color-accent);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px}.product-hero-btn.in-cart{background:var(--color-success)}.pack-item-info{min-width:0}.pack-item-name{font-size:13px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pack-item-label{font-size:11px;color:var(--color-text-muted)}.pack-item-time{font-size:12px;color:var(--color-text-muted);text-align:right}@media(max-width:768px){.product-hero{height:auto;margin-bottom:24px}.product-hero-bg{position:absolute;inset:0}.product-hero-content{position:relative;flex-direction:column;padding:24px 20px;gap:16px;text-align:center}.product-hero-artwork-wrapper{margin:0 auto}.product-hero-artwork{width:140px;height:140px}.product-hero-play-btn{width:56px;height:56px}.product-hero-play-btn svg{width:24px;height:24px}.product-hero-title{font-size:22px}.product-hero-meta{font-size:13px;margin-bottom:12px}.product-hero-actions{flex-direction:column;gap:12px;width:100%}.product-hero-price{font-size:24px}.product-hero-btn{width:100%;justify-content:center;padding:14px 24px}.pack-item{grid-template-columns:32px 1fr 50px!important;gap:10px!important;padding:10px 12px!important}.pack-item-name{font-size:12px!important;white-space:normal!important;word-break:break-word!important;line-height:1.3!important}.pack-item-label{font-size:10px!important}.pack-item-time{color:var(--color-accent)!important;font-weight:600!important;font-size:12px!important}[style*="font-size: 18px"][style*="font-weight: 700"][style*="margin: 0 0 16px"]{font-size:16px!important}}@media(max-width:768px){[style*="grid-template-columns: 240px 1fr"]{display:flex!important;flex-direction:column!important;gap:16px!important}[style*="position: sticky"][style*="top: 20px"]{position:static!important}[style*="height: 280px"][style*="object-fit: cover"]{height:200px!important}[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}[style*="grid-template-columns: 300px 1fr"]{display:flex!important;flex-direction:column!important;gap:16px!important}[style*="height: 280px"][style*="border-radius: 16px"]{height:auto!important;min-height:0!important}[style*="height: 280px"]>[style*="position: absolute"][style*="inset: 0"]{position:relative!important;flex-direction:column!important;padding:20px!important;gap:16px!important;text-align:center!important}[style*="width: 160px"][style*="height: 160px"][style*="border-radius: 12px"]{width:120px!important;height:120px!important;margin:0 auto!important}[style*="font-size: 36px"][style*="font-weight: 800"]{font-size:22px!important}[style*="font-size: 16px"][style*="rgba(255,255,255,0.7)"]{font-size:13px!important}[style*="align-items: center"][style*="gap: 16px"]:has([style*="font-size: 28px"]){justify-content:center!important;flex-wrap:wrap!important}[style*="font-size: 28px"][style*="font-weight: 800"]{font-size:24px!important}[style*="grid-template-columns: 40px 1fr 80px"]{grid-template-columns:36px 1fr 50px!important;gap:8px!important;padding:10px 12px!important}}@media(max-width:380px){.mobile-nav-btn{min-width:50px;padding:8px}.mobile-nav-btn span{font-size:9px}.sample-row{padding:10px;gap:10px}.sample-artwork,.sample-artwork img{width:48px;height:48px}.play-btn{width:40px;height:40px}}.global-audio-player{position:fixed;bottom:0;left:0;right:0;height:72px;background:linear-gradient(180deg,#1a1a1a,#0d0d0d);border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:1000;gap:24px;box-shadow:0 -8px 32px #0009;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease-out,visibility .35s ease-out}.global-audio-player.visible{transform:translateY(0);opacity:1;visibility:visible}.tab-content{transition:padding-bottom .3s ease-out;padding-bottom:25px}body.audio-player-visible .tab-content{padding-bottom:97px}body.audio-player-visible .mobile-main{padding-bottom:57px}.player-track-info{display:flex;align-items:center;gap:14px;min-width:180px;max-width:260px;text-decoration:none;border-radius:8px;padding:6px;margin:-6px;transition:background .2s ease}.player-track-info:hover{background:#ffffff0d}.player-artwork{width:48px;height:48px;border-radius:6px;object-fit:cover;box-shadow:0 2px 8px #0006;transition:transform .2s ease}.player-track-info:hover .player-artwork{transform:scale(1.05)}.player-text{display:flex;flex-direction:column;gap:2px;overflow:hidden}.player-title{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-artist{font-size:12px;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-controls{display:flex;align-items:center;gap:16px;flex:1;max-width:500px}.player-play-btn{width:42px;height:42px;border-radius:50%;background:var(--color-accent);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.player-play-btn:hover{background:var(--color-accent-hover);transform:scale(1.08)}.player-play-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.player-play-btn svg{width:18px;height:18px}.player-play-btn .spinner{animation:spin 1s linear infinite}.player-progress-container{display:flex;align-items:center;gap:10px;flex:1}.player-time{font-size:11px;color:var(--color-text-muted);font-family:JetBrains Mono,monospace;min-width:36px;text-align:center}.player-progress-bar{flex:1;height:5px;background:var(--color-bg-tertiary);border-radius:3px;cursor:pointer;position:relative;overflow:visible;transition:height .15s ease}.player-progress-bar:hover{height:7px}.player-progress-fill{height:100%;background:var(--color-accent);border-radius:3px;transition:width .1s linear}.player-progress-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000004d;opacity:0;transition:opacity .15s ease}.player-progress-bar:hover .player-progress-handle,.player-progress-handle.dragging{opacity:1}.player-progress-bar.dragging{height:7px}.player-progress-handle.dragging{transform:translate(-50%,-50%) scale(1.3);box-shadow:0 2px 8px #ff323280}.player-progress-bar{user-select:none;-webkit-user-select:none;touch-action:none}.player-right{display:flex;align-items:center;gap:14px;min-width:130px;justify-content:flex-end}.player-volume{display:flex;align-items:center;gap:8px;color:var(--color-text-muted)}.volume-slider{width:70px;height:4px;-webkit-appearance:none;appearance:none;background:var(--color-bg-tertiary);border-radius:2px;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer}.volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;border:none}.player-close-btn{width:30px;height:30px;border-radius:50%;background:transparent;border:1px solid var(--color-border);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.player-close-btn:hover{background:var(--color-bg-tertiary);color:#fff;border-color:var(--color-border-light)}@media(max-width:768px){.global-audio-player{height:64px;padding:0 12px;bottom:60px;gap:12px}.player-track-info{min-width:100px;max-width:130px;gap:10px;padding:4px;margin:-4px}.player-artwork{width:42px;height:42px;border-radius:4px}.player-title{font-size:13px}.player-artist{font-size:11px}.player-controls{gap:10px}.player-play-btn{width:38px;height:38px}.player-play-btn svg{width:16px;height:16px}.player-time{display:none}.player-right{min-width:auto;gap:8px}.player-volume{display:none}.player-close-btn{width:28px;height:28px}.player-close-btn svg{width:14px;height:14px}}
