:root{--bg-page:#000;--bg-shell:#000;--bg-panel:#121212;--bg-panel-soft:#181818;--bg-panel-lighter:#1f1f1f;--bg-search:#242424;--bg-chip:#232323;--text-main:#fff;--text-soft:#ffffffb8;--text-faded:#ffffff85;--border-soft:#ffffff14;--spotify-green:#1ed760;--shadow-strong:0 20px 50px #00000059;--radius-shell:18px;--radius-panel:12px;--radius-pill:999px}*{box-sizing:border-box}html,body,#root{background:var(--bg-page);min-height:100%;color:var(--text-main);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0}img{max-width:100%;display:block}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#ffffff29}::-webkit-scrollbar-track{background:0 0}.app-page{background:var(--bg-page);min-height:100vh;padding:8px}.spotify-app-shell{background:var(--bg-shell);grid-template-rows:64px 1fr;gap:8px;min-height:calc(100vh - 16px);padding-bottom:108px;display:grid}.topbar{background:#000;grid-template-columns:180px minmax(0,1fr) 180px;align-items:center;gap:16px;padding:0 12px;display:grid}.topbar__nav,.topbar__actions{align-items:center;gap:12px;display:flex}.topbar__actions{justify-content:flex-end}.topbar__center{justify-content:center;align-items:center;gap:12px;display:flex}.topbar__home{background:var(--bg-chip);width:46px;height:46px;color:var(--text-main);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.topbar__search{border-radius:var(--radius-pill);background:var(--bg-search);width:min(100%,420px);height:48px;color:var(--text-soft);align-items:center;gap:12px;padding:0 16px;display:flex}.topbar__search input{color:var(--text-main);background:0 0;border:0;outline:0;flex:1}.topbar__search input::placeholder{color:var(--text-soft)}.topbar__search-divider{background:#ffffff2e;width:1px;height:22px}.topbar__avatar{border:2px solid #ffffff14;border-radius:50%;width:38px;height:38px;overflow:hidden}.icon-button,.compact-icon-button,.toolbar-icon-button,.player-control{border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,opacity .2s,background .2s;display:inline-flex}.icon-button:hover,.compact-icon-button:hover,.toolbar-icon-button:hover,.player-control:hover{transform:scale(1.04)}.icon-button{background:#ffffff14;width:32px;height:32px}.spotify-layout{grid-template-columns:300px minmax(0,1fr) 320px;gap:8px;min-height:0;transition:grid-template-columns .28s;display:grid}.spotify-layout--left-collapsed{grid-template-columns:72px minmax(0,1fr) 320px}.spotify-layout--right-collapsed{grid-template-columns:300px minmax(0,1fr) 72px}.spotify-layout--left-collapsed.spotify-layout--right-collapsed{grid-template-columns:72px minmax(0,1fr) 72px}.panel{border-radius:var(--radius-panel);background:var(--bg-panel);min-height:0;overflow:hidden}.panel--scrollable{overflow-y:auto}.left-sidebar,.right-sidebar{padding:14px;transition:width .28s,padding .28s,opacity .28s}.left-sidebar{flex-direction:column;gap:16px;padding:14px;display:flex}.left-sidebar__topbar{justify-content:space-between;align-items:center;gap:10px;display:flex}.library-toggle-button{color:var(--text-main);background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:8px 6px;font-weight:700;display:inline-flex}.library-toggle-button span{font-size:1rem;font-weight:700}.sidebar-expand-button{width:32px;height:32px;color:var(--text-soft);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.left-sidebar__filters{flex-wrap:wrap;gap:8px;display:flex}.left-sidebar__subhead{color:var(--text-soft);justify-content:space-between;align-items:center;display:flex}.left-sidebar--collapsed{align-items:center;padding:12px 8px}.left-sidebar--collapsed .left-sidebar__topbar{justify-content:center;width:100%}.left-sidebar--collapsed .library-toggle-button{background:#ffffff14;border-radius:50%;justify-content:center;width:44px;height:44px;padding:0}.left-sidebar--collapsed .sidebar-expand-button,.left-sidebar--collapsed .left-sidebar__filters,.left-sidebar--collapsed .left-sidebar__subhead{display:none}.left-sidebar--collapsed .library-list{flex-direction:column;align-items:center;gap:8px;width:100%;padding-right:0;display:flex;overflow-y:auto}.left-sidebar--collapsed .library-item{justify-content:center;width:100%;padding:4px 0}.left-sidebar--collapsed .library-item__thumb{border-radius:6px;width:40px;height:40px}.left-sidebar--collapsed .library-item__content{display:none}.library-list{flex-direction:column;gap:10px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.library-item{border-radius:10px;align-items:center;gap:12px;padding:8px;transition:background .2s;display:flex}.library-item:hover{background:#ffffff0f}.library-item__thumb{background:#2d46b9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:flex;overflow:hidden}.library-item__thumb img{object-fit:cover;width:100%;height:100%}.library-item__thumb.featured{color:#fff;background:linear-gradient(135deg,#5b7fff,#d46fff)}.library-item__content h3{margin:0 0 4px;font-size:.98rem}.library-item__content p{color:var(--text-soft);margin:0;font-size:.84rem;line-height:1.4}.library-item--collapsed{padding:6px 0}.sidebar-title{margin:0;font-size:1.5rem;font-weight:700}.pill-button{border-radius:var(--radius-pill);align-items:center;gap:8px;height:34px;padding:0 14px;font-size:.92rem;font-weight:700;display:inline-flex}.pill-button--soft{background:#ffffff14}.filter-pill{border-radius:var(--radius-pill);background:var(--bg-chip);min-height:32px;color:var(--text-main);padding:0 14px}.right-sidebar{flex-direction:column;gap:16px;display:flex}.right-sidebar__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.right-sidebar--collapsed{flex-direction:column;align-items:center;padding:12px 8px;display:flex}.right-sidebar--collapsed .right-sidebar__header{justify-content:center;width:100%}.right-sidebar--collapsed .right-sidebar__header h2,.right-sidebar--collapsed .right-sidebar__cover-card,.right-sidebar--collapsed .right-sidebar__identity,.right-sidebar--collapsed .info-card{display:none}.right-sidebar__header h2{margin:0;font-size:1.1rem;font-weight:700}.right-sidebar__cover-card{background:var(--bg-panel-soft);border-radius:14px;overflow:hidden}.right-sidebar__cover-card img{object-fit:cover;width:100%;height:280px}.right-sidebar__identity{justify-content:space-between;align-items:center;gap:12px;display:flex}.right-sidebar__identity h3{margin:0 0 4px;font-size:1.65rem}.right-sidebar__identity p{color:var(--text-soft);margin:0;line-height:1.5}.info-card{background:var(--bg-panel-soft);border-radius:14px;padding:18px}.info-card__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.info-card__header h4{margin:0;font-size:1.05rem}.info-card__header span{color:var(--text-soft);font-size:.88rem}.quick-links,.social-list{flex-direction:column;gap:10px;display:flex}.quick-link-item,.social-item{background:#ffffff0a;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.social-item{align-items:flex-start}.social-item strong,.quick-link-item span{display:block}.social-item span{color:var(--text-soft);margin-top:4px;font-size:.88rem;line-height:1.45;display:block}.player-bar{z-index:50;background:#000;border-top:1px solid #ffffff14;border-radius:14px;grid-template-columns:320px minmax(0,1fr) 320px;align-items:center;gap:0;height:92px;padding:0;display:grid;position:fixed;bottom:0;left:8px;right:8px}.player-bar__track,.player-bar__actions{align-items:center;gap:12px;display:flex}.player-bar__track img{object-fit:cover;border-radius:8px;width:56px;height:56px}.player-bar__track strong{margin-bottom:4px;font-size:.95rem;display:block}.player-bar__track span{color:var(--text-soft);font-size:.85rem}.player-bar__center{flex-direction:column;align-items:center;gap:10px;display:flex}.player-controls{align-items:center;gap:16px;display:flex}.player-control{width:32px;height:32px;color:var(--text-soft)}.player-control--play{color:#121212;background:#fff;width:38px;height:38px}.player-progress{width:min(100%,560px);color:var(--text-soft);grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:10px;font-size:.78rem;display:grid}.player-progress__bar,.volume-bar{background:#ffffff29;border-radius:999px;height:4px;overflow:hidden}.player-progress__fill,.volume-bar__fill{border-radius:inherit;background:#fff;height:100%;display:block}.player-progress__fill{width:58%}.volume-wrap{align-items:center;gap:10px;display:flex}.volume-bar{width:96px}.volume-bar__fill{width:62%}.compact-icon-button{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .2s,background .2s;display:inline-flex}.compact-icon-button:hover{transform:scale(1.04)}.toolbar-icon-button{width:38px;height:38px;color:var(--text-soft);background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,background .2s;display:inline-flex}.toolbar-icon-button:hover{transform:scale(1.04)}.toolbar-icon-button--small{width:32px;height:32px}.service-card--link{color:inherit;background:0 0;border-radius:14px;padding:.9rem;text-decoration:none;transition:background-color .25s,transform .25s;display:block;position:relative}.service-card--link:hover{background-color:#ffffff17}.service-card__content{margin-top:.85rem}.service-card__play{color:#000;opacity:0;background:#1ed760;border-radius:999px;place-items:center;width:48px;height:48px;transition:opacity .2s,transform .2s;display:grid;position:absolute;bottom:5.25rem;right:1rem;transform:translateY(8px);box-shadow:0 8px 20px #00000047}.service-card--link:hover .service-card__play{opacity:1;transform:translateY(0)}.service-details{min-height:calc(100vh - 2rem);padding:2rem}.service-details__hero{grid-template-columns:320px 1fr;align-items:center;gap:2rem;display:grid}.service-details__image{aspect-ratio:1;object-fit:cover;border-radius:20px;width:100%;max-width:320px;box-shadow:0 20px 40px #00000059}.service-details__content h1{margin:.5rem 0 .75rem}.service-details__eyebrow{text-transform:uppercase;letter-spacing:.12em;opacity:.7;font-size:.85rem}.service-details__subtitle{opacity:.85;max-width:620px;line-height:1.7}.service-details__actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.service-details--not-found{text-align:center;max-width:720px;margin:2rem auto}@media (width<=768px){.service-details__hero{grid-template-columns:1fr}.service-details__image{max-width:100%}}.not-found-page{place-items:center;min-height:calc(100vh - 2rem);padding:2rem;display:grid}.not-found-page__content{text-align:center;width:100%;max-width:640px}.not-found-page__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:#fff9;margin:0 0 .75rem;font-size:.82rem;font-weight:700}.not-found-page__title{margin:0;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95}.not-found-page__description{color:#ffffffb8;max-width:520px;margin:1rem auto 0;font-size:1rem;line-height:1.7}.not-found-page__actions{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:1.75rem;display:flex}.not-found-page__button{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.65rem;padding:.9rem 1.2rem;font-weight:600;text-decoration:none;transition:transform .2s,opacity .2s,background .2s;display:inline-flex}.not-found-page__button:hover{transform:translateY(-1px)}.not-found-page__button--primary{color:#000;background:#1ed760}.not-found-page__button--secondary{color:#fff;background:#ffffff14}.profile-hero{background:linear-gradient(#e0a5cb 0%,#885f79 58%,#4a3344 100%);min-height:284px;padding:56px 22px 26px;position:relative}.profile-hero:after{content:"";pointer-events:none;background:linear-gradient(#ffffff08 0%,#12121200 55%);position:absolute;inset:0}.profile-hero__content{z-index:1;align-items:flex-end;gap:18px;min-height:100%;display:flex;position:relative}.profile-hero__image-wrap{flex-shrink:0}.profile-hero__image{object-fit:cover;object-position:50% 10%;width:208px;height:208px;box-shadow:var(--shadow-strong);border-radius:50%}.profile-hero__text{padding-bottom:10px}.profile-hero__label{color:#ffffffe6;margin:0 0 10px;font-size:.95rem}.profile-hero__name{letter-spacing:-.05em;margin:0;font-size:clamp(4.5rem,10vw,7rem);font-weight:800;line-height:.92}.profile-hero__stats{color:#ffffffd6;margin:16px 0 0;font-size:1rem}.profile-toolbar{align-items:center;gap:10px;padding:20px 20px 8px;display:flex}.content-section{padding:14px 20px 6px}.content-section--last{padding-bottom:28px}.section-heading{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:20px;display:flex}.section-heading h2{letter-spacing:-.03em;margin:0 0 4px;font-size:2rem}.section-heading p{color:var(--text-soft);margin:0}.show-all-button{color:var(--text-soft);font-weight:700}.services-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;display:grid}.service-card{min-width:0}.service-card__image-wrap{aspect-ratio:1;background:var(--bg-panel-soft);box-shadow:var(--shadow-strong);border-radius:50%;overflow:hidden}.service-card__image{object-fit:cover;width:100%;height:100%}.service-card h3{margin:14px 0 6px;font-size:1.08rem}.service-card p{color:var(--text-soft);margin:0;line-height:1.45}.stack-table{flex-direction:column;display:flex}.stack-row{border-radius:10px;grid-template-columns:minmax(0,1fr) 180px 56px;align-items:center;gap:16px;min-width:0;padding:10px 8px;display:grid}.stack-row:hover{background:#ffffff0f}.stack-row__main{align-items:center;gap:14px;min-width:0;display:flex}.stack-row__rank{width:20px;color:var(--text-soft)}.stack-row__cover{border-radius:6px;flex-shrink:0;width:48px;height:48px;overflow:hidden}.stack-row__cover img{object-fit:cover;width:100%;height:100%}.stack-row__meta{min-width:0}.stack-row__meta h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:1rem;overflow:hidden}.stack-row__meta p,.stack-row__project,.stack-row__time{color:var(--text-soft);margin:0}.stack-row__meta p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.stack-row__project,.stack-row__time{font-size:.92rem}.playlist-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;display:grid}.playlist-card{min-width:0}.playlist-card__image-wrap{aspect-ratio:1;background:var(--bg-panel-soft);box-shadow:var(--shadow-strong);border-radius:12px;overflow:hidden}.playlist-card__image{object-fit:cover;width:100%;height:100%}.playlist-card h3{margin:14px 0 6px;font-size:1.08rem;line-height:1.35}.playlist-card p{color:var(--text-soft);margin:0;line-height:1.45}.circle-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;display:grid}.circle-card{min-width:0}.circle-card__image-wrap{aspect-ratio:1;background:var(--bg-panel-soft);box-shadow:var(--shadow-strong);border-radius:50%;overflow:hidden}.circle-card__image{object-fit:cover;width:100%;height:100%}.circle-card h3{margin:14px 0 6px;font-size:1.08rem;line-height:1.35}.circle-card p{color:var(--text-soft);margin:0;line-height:1.45}@media (width<=1400px){.spotify-layout{grid-template-columns:280px minmax(0,1fr) 300px}.services-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1180px){.spotify-layout{grid-template-columns:260px minmax(0,1fr)}.right-sidebar{display:none}.player-bar{grid-template-columns:260px minmax(0,1fr) 220px}}@media (width<=920px){.topbar{grid-template-columns:1fr;justify-items:stretch;height:auto;padding:12px}.topbar__nav,.topbar__actions{display:none}.spotify-app-shell{grid-template-rows:auto 1fr 92px}.spotify-layout{grid-template-columns:1fr}.left-sidebar{display:none}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.player-bar{grid-template-columns:1fr;gap:12px;height:auto;padding:10px 16px 14px}.player-bar__actions{justify-content:center}}@media (width<=720px){.profile-hero{padding:36px 18px 22px}.profile-hero__content{flex-direction:column;align-items:flex-start}.profile-hero__image{width:160px;height:160px}.profile-hero__name{font-size:clamp(3rem,14vw,4.8rem)}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stack-row{grid-template-columns:1fr;gap:10px}}
