:root{--primary-blue:#4f5257;--light-blue:#eef0f2;--accent-blue:#5d6268;--white:#fff;--light-gray:#f5f5f5;--dark-gray:#333;--medium-gray:#61666c;--border-gray:#d4d7dc;--success-green:#4caf50;--catalog-card-width:clamp(150px,14vw,190px);--catalog-card-ratio:320/452;--music-side-pattern:url(/music-pattern-bg.webp);--music-side-overlay-alpha:0.70;--music-side-pattern-size:340px;--music-side-pattern-size-mobile:240px;--music-solid-bg-color:#f9f9f7;--header-bg:#343434;--header-menu-bg:#3e3e3e;--header-menu-hover-bg:#4f5257;--header-menu-panel-bg:#4e5256;--filter-header-bg:#e8ebef;--card-hover-accent:#4f5257}*{box-sizing:border-box}body,html{margin:0;padding:0;background-color:#f9f9f7;background-image:none;color:var(--dark-gray);font-family:Helvetica Neue,Arial,Verdana,sans-serif;font-size:13px;line-height:1.45}body.sticky-player-visible{padding-bottom:132px}body.bg-solid-gray,html.bg-solid-gray{background-color:#f9f9f7!important;background-image:none!important}body.bg-solid-custom,html.bg-solid-custom{background-color:var(--music-solid-bg-color,#f9f9f7)!important;background-image:none!important}a{color:var(--primary-blue);text-decoration:none}.page-wrap{max-width:1440px;margin:0 auto;padding:0 16px}.site-header{width:100vw;margin-left:calc(50% - 50vw);margin-bottom:0;background:var(--header-bg);border-bottom:1px solid #444}.site-header-inner{display:flex;gap:12px;align-items:center;width:100%;margin:0;min-height:52px;padding:0 16px}.brand-link{color:inherit;gap:10px}.brand-glyph,.brand-link{flex:0 0 auto;display:inline-flex;align-items:center}.brand-glyph{justify-content:center;width:18px;height:28px;font-size:28px;line-height:1;color:#d3ad5a}.brand-lockup{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1}.brand-main{font-size:20px;letter-spacing:.01em;font-weight:600;color:#f5fbff}.brand-main,.brand-sub{font-family:Cormorant Garamond,Times New Roman,Georgia,serif;white-space:nowrap}.brand-sub{margin-top:2px;font-size:11px;letter-spacing:.22em;font-weight:500;text-transform:lowercase;color:#d3ad5a}.header-menu{position:relative;flex:0 0 auto}.nav-menu{flex:0 0 190px}.lang-menu{flex:0 0 84px}.auth-signin-link,.lang-menu .header-menu-trigger{background:var(--header-bg)}.auth-signin-link{height:52px;min-width:68px;border:none;border-radius:0;color:#eff6ff;padding:0 10px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1;text-decoration:none;margin-left:0;transition:background-color .14s ease,border-color .14s ease,color .14s ease}.auth-signin-link:hover{background:var(--header-menu-hover-bg);color:#fff}.auth-signin-link.is-disabled{background:#3b4045;color:#bcc5cf}.auth-user-shell{position:relative;margin-left:4px;height:52px;align-self:center}.auth-user-shell,.auth-user-trigger{display:inline-flex;align-items:center}.auth-user-trigger{width:40px;height:40px;border-radius:50%;border:1px solid hsla(0,0%,100%,.34);background:rgba(248,251,255,.12);cursor:pointer;justify-content:center;padding:0;margin:0}.auth-user-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.auth-user-avatar-fallback{background:#2f74c2;color:#fff;font-size:14px;font-weight:800}.auth-user-dropdown{position:absolute;right:0;top:calc(100% + 6px);width:240px;background:#fff;border:1px solid #d5dce4;box-shadow:0 14px 34px rgba(5,18,32,.24);border-radius:8px;overflow:hidden;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .16s ease,transform .16s ease;z-index:1600}.auth-user-shell.is-open .auth-user-dropdown{opacity:1;transform:translateY(0);pointer-events:auto}.auth-user-dropdown-head{padding:10px 12px;border-bottom:1px solid #e4e9ee}.auth-user-name{font-size:13px;font-weight:700;color:#1b2b39;line-height:1.2}.auth-user-email{font-size:12px;color:#5f6f7f;margin-top:2px;word-break:break-word}.auth-user-item{display:block;width:100%;border:none;border-top:1px solid #eef2f5;background:#fff;color:#23384c;text-align:left;font-size:13px;font-weight:600;padding:9px 12px;cursor:pointer}.auth-user-item:hover{background:#f4f8fc}.auth-user-item-logout{color:#b03333}.collections-page-card{display:flex;flex-direction:column;gap:12px}.collections-page-form{display:grid;grid-template-columns:minmax(220px,320px) minmax(260px,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.collections-page-form input{border:1px solid #d7dce3;border-radius:7px;background:#fff;color:#2f3640;font-size:14px;line-height:1.45;padding:8px 10px;min-width:0}.collections-page-form input:focus{outline:none;border-color:#a8b2bf;box-shadow:0 0 0 2px rgba(168,178,191,.2)}.collections-page-error{margin:0;color:#b93838;font-size:13px}.collections-page-list{display:flex;flex-direction:column;gap:12px}.collections-page-item{border:1px solid #dfe5ec;border-radius:10px;padding:12px;background:#fff}.collections-page-item-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.collections-page-item-head h2{font-size:18px;color:#24384b}.collections-page-item-head p{margin:4px 0 0;color:#647689;font-size:13px}.collections-page-danger-btn{border:1px solid #e4c9c9;background:#fff6f6;color:#964d4d;border-radius:7px;height:30px;padding:0 10px;font-size:12px;font-weight:700;cursor:pointer}.collections-page-danger-btn:hover{background:#ffeded}.collections-page-description{margin:8px 0 0;color:#506172;font-size:14px;line-height:1.45}.collections-page-works{margin:10px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.collections-page-works li{border:1px solid #ebeff3;border-radius:8px;padding:8px 10px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.collections-page-work-main strong{display:block;color:#253a4d;font-size:14px}.collections-page-work-main span{display:block;margin-top:3px;color:#6a7c8f;font-size:12px}.collections-page-work-actions{display:inline-flex;align-items:center;gap:8px}.collections-page-work-actions a,.collections-page-work-actions button{border:1px solid #d7dee7;background:#fff;color:#274862;border-radius:6px;height:28px;padding:0 10px;font-size:12px;font-weight:600;text-decoration:none;cursor:pointer}.collections-page-work-actions button{color:#8f4d4d;border-color:#e3caca;background:#fff9f9}.ratings-page-list{margin:10px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.ratings-page-list li{border:1px solid #e4e9ef;border-radius:8px;background:#fff;padding:10px 12px;display:flex;justify-content:space-between;gap:8px;align-items:center}.ratings-page-list li p{margin:4px 0 0;color:#6a7c8f;font-size:12px}.practice-status-page-card{display:flex;flex-direction:column;gap:12px}.practice-status-group{border:1px solid #e0e6ed;border-radius:10px;background:#fff;padding:12px}.practice-status-group h2{font-size:16px;color:#24384b;display:inline-flex;align-items:baseline;gap:6px}.practice-status-group h2 span{color:#7b8997}.practice-status-list{margin:10px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.practice-status-list li{border:1px solid #eaedf1;border-radius:8px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.practice-status-main{min-width:0}.practice-status-main a{color:#1f5f93;font-size:14px;font-weight:700;text-decoration:none}.practice-status-main a:hover{text-decoration:underline}.practice-status-main p{margin:3px 0 0;color:#66798c;font-size:12px}.practice-status-open{border:1px solid #d7dee7;background:#fff;color:#274862;border-radius:6px;height:28px;padding:0 10px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center}.practice-status-open:hover{background:#f6f9fc}.auth-surface{padding-top:14px;padding-bottom:14px}.auth-page-center{max-width:540px;margin:0 auto;border:1px solid #d9e0e7;border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(11,27,43,.1);padding:24px}.auth-page-title{margin:0;font-size:31px;line-height:1.08;color:#24384b}.auth-page-subtitle{margin:8px 0 0;font-size:14px;color:#56687a}.auth-page-actions{margin-top:20px;min-height:42px;display:flex;align-items:center}.auth-page-disabled{padding:10px 12px;border-radius:10px;border:1px solid #d5dde6;background:#f6f8fb;color:#5a6978;font-size:13px}.auth-page-hint{margin:12px 0 0;font-size:13px;color:#5f7081}.auth-page-error{margin:12px 0 0;font-size:13px;color:#b63b3b}.auth-page-footer{margin-top:20px}.auth-page-back{display:inline-flex;align-items:center;color:#325f8d;font-weight:700}.auth-modal-overlay{position:fixed;inset:0;z-index:2600;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.5);animation:authOverlayFadeIn .18s ease-out}.auth-modal-card{position:relative;width:min(100%,384px);background:#fff;border-radius:16px;box-shadow:0 30px 60px rgba(0,0,0,.28);padding:32px;animation:authModalScaleIn .2s ease-out}.auth-modal-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border:none;border-radius:999px;background:transparent;color:#5d6873;font-size:24px;line-height:1;cursor:pointer}.auth-modal-close:hover{background:#f3f6f9;color:#1e2f42}.auth-modal-logo{display:flex;align-items:center;gap:10px}.auth-modal-brand-glyph{width:14px;height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;color:#d3ad5a;flex:0 0 auto}.auth-modal-brand-lockup{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1}.auth-modal-brand-main{font-size:36px;font-weight:600;letter-spacing:.008em;color:#0f172a}.auth-modal-brand-main,.auth-modal-brand-sub{font-family:Cormorant Garamond,Times New Roman,Georgia,serif;white-space:nowrap}.auth-modal-brand-sub{margin-top:2px;font-size:21px;letter-spacing:.22em;text-transform:lowercase;color:#d3ad5a}.auth-modal-title{margin:18px 0 0;font-size:28px;line-height:1.06;color:#24384b}.auth-modal-subtitle{margin:10px 0 0;font-size:13px;line-height:1.45;color:#6e7b87}.auth-modal-actions{margin-top:18px;min-height:44px;display:flex;align-items:center}.auth-modal-disabled{width:100%;padding:11px 12px;border-radius:10px;border:1px solid #d8e0e8;background:#f5f8fb;color:#556472;font-size:13px}.auth-modal-hint{margin:12px 0 0;color:#607181;font-size:13px}.auth-modal-error{margin:12px 0 0;color:#b53f3f;font-size:13px}@keyframes authOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes authModalScaleIn{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.header-menu-trigger{width:100%;height:52px;margin:0;border:none;border-radius:0;background:var(--header-menu-bg);color:#eff6ff;padding:0 12px;font-size:14px;font-weight:700;letter-spacing:.01em;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.header-menu-current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-menu-caret{font-size:12px;line-height:1;color:#cfe0f8;transition:transform .2s ease}.header-menu-panel{position:absolute;z-index:1300;top:100%;left:0;min-width:100%;background:var(--header-menu-panel-bg);border:1px solid #585858;border-radius:0;box-shadow:0 14px 30px rgba(8,20,46,.36);padding:0;display:flex;flex-direction:column;gap:0;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .16s ease,transform .16s ease;overflow:hidden}.nav-menu-panel{width:100%;min-width:100%;padding:8px 0}.header-menu-group+.header-menu-group{margin-top:6px;padding-top:6px;border-top:1px solid #585858}.header-menu-group-title{color:#d0d3d8;background:var(--header-menu-panel-bg);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px 4px}.nav-menu-panel .header-menu-item{background:var(--header-menu-panel-bg);border-top:none;padding:9px 12px}.lang-menu .header-menu-panel{left:auto;right:0}.header-menu-item{width:100%;border:none;border-top:1px solid #585858;border-radius:0;background:transparent;color:#eff6ff;text-align:left;font-size:13px;font-weight:600;padding:10px 12px;cursor:pointer}.header-menu-item-content{display:inline-flex;align-items:center;gap:8px}.header-menu-item-icon{width:1.1em;text-align:center;line-height:1;flex:0 0 auto}.header-menu-item.is-active,.header-menu-item:hover{background:#fff;color:#0f172a}.header-menu.is-open .header-menu-panel,.header-menu:hover .header-menu-panel{opacity:1;transform:translateY(0);pointer-events:auto}.header-menu.is-open .header-menu-caret,.header-menu:hover .header-menu-caret{transform:rotate(180deg)}.header-menu.is-open .header-menu-trigger,.header-menu:hover .header-menu-trigger{background-color:var(--header-menu-hover-bg)}.header-search-shell{flex:1 1 auto;min-width:0;position:relative}.header-search-form{margin:0}.header-search-form input{width:100%;border:1px solid #31485f;border-radius:8px;background:#f6fbff;color:#1f2a35;padding:10px 12px 10px 38px;font-size:14px;font-family:Open Sans,Helvetica Neue,Arial,Verdana,sans-serif}.header-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#546b80;pointer-events:none}.header-search-icon svg{display:block;width:16px;height:16px;fill:currentColor}.header-search-dropdown{position:absolute;z-index:1200;left:0;right:0;top:calc(100% + 4px);background:#fff;border:1px solid #c4d6e6;border-radius:8px;box-shadow:0 10px 28px rgba(8,20,32,.18);overflow:hidden}.search-row{width:100%;display:flex;flex-direction:column;align-items:flex-start;border:none;border-bottom:1px solid #e5edf3;background:#fff;text-align:left;padding:9px 12px;cursor:pointer}.search-row:last-child{border-bottom:none}.search-row:hover{background:#f2f8ff}.search-row-title{font-size:14px;font-weight:700;color:#19354e}.search-row-meta{margin-top:2px;font-size:12px;color:#627b92}.search-row-muted{color:#6c7f92;font-size:13px}.search-row-action{background:#eef6ff;font-weight:700;color:#1d4d79}.header-menu-trigger:focus,.header-search-form input:focus{outline:2px solid #66aef1;outline-offset:-2px}.home-hero{margin-top:0;background:linear-gradient(180deg,#f0f8ff,#fff);border:none;border-radius:12px;padding:18px 20px}.home-kicker{margin:0;color:#2a5f8f;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.home-title{margin:8px 0 4px;font-size:30px;line-height:1.15}.home-subtitle{margin:0;color:#556778}.home-meta{margin-top:10px}.home-results{margin-top:14px}.home-section{margin-top:18px}.home-section-title{margin:0 0 10px;font-size:24px;line-height:1.2;color:#16334f}.home-showcase{display:grid;grid-gap:56px;gap:56px}.content-surface.home-showcase{background:transparent;border-radius:0;padding:14px}.showcase-section{background:transparent;border:none;border-radius:0;box-shadow:none;padding:0}.showcase-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:16px}.showcase-title{margin:0;font-size:24px;line-height:1.15;color:#333}.showcase-all-link{color:#1976d2;font-size:13px;font-weight:700;white-space:nowrap}.showcase-all-link:hover{color:#145ca3}.collection-showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(152px,1fr));grid-gap:10px;gap:10px}.collection-showcase-card{min-height:112px;border:none;border-radius:10px;background:#fafafa;color:#333;padding:10px;display:flex;flex-direction:column;gap:6px;transition:transform .16s ease,background .16s ease}.collection-showcase-card:hover{transform:translateY(-2px);background:#f4f4f4}.collection-showcase-icon{font-size:22px;line-height:1}.collection-showcase-name{font-size:14px;font-weight:700;color:#333;line-height:1.25}.collection-showcase-count{margin-top:auto;font-size:12px;color:#999;font-weight:600}.home-showcase .showcase-featured{background:#fafafa;border:none;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);padding:12px}.showcase-featured .featured-cover{max-width:176px}.featured-meta-line{margin:0;color:#666;font-size:14px;font-weight:700}.featured-summary{margin:0;color:#666;font-size:14px;line-height:1.45}.home-composers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:10px;gap:10px}.home-composer-card{border:none;border-radius:10px;background:#fafafa;padding:10px;color:inherit;display:flex;flex-direction:column;gap:8px;transition:transform .16s ease,background .16s ease}.home-composer-card:hover{transform:translateY(-2px);background:#f4f4f4}.home-composer-avatar{width:100%;aspect-ratio:3/4;border:none;border-radius:8px;overflow:hidden;background:#f3f4f6}.home-composer-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top}.home-composer-name{font-size:14px;line-height:1.3;font-weight:700;color:#333}.home-composer-count{font-size:12px;color:#999;font-weight:600}.landing-hero{position:relative;border-radius:14px;overflow:hidden;padding:28px 26px;background:linear-gradient(120deg,rgba(13,28,69,.86),rgba(31,71,126,.7)),url(/music-pattern-bg.webp) 50%/cover no-repeat}.landing-hero-inner{max-width:720px;color:#f4f8ff}.landing-title{margin:0;font-size:42px;line-height:1.08;letter-spacing:.01em}.landing-subtitle{margin:12px 0 0;font-size:18px;line-height:1.45;color:#d9e9ff}.landing-stats{margin-top:14px;font-size:15px;color:#e6f1ff}.landing-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.landing-btn{height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:10px;gap:10px}.collection-chip{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid #d2e1ef;border-radius:10px;background:#f8fbff;color:#204f78;font-size:13px;font-weight:700;text-align:center;padding:8px 10px;transition:all .15s ease}.collection-chip:hover{background:#edf5ff;border-color:#bcd2e8}.featured-composition{display:grid;grid-template-columns:160px minmax(0,1fr);grid-gap:14px;gap:14px;border:1px solid #d9e6f1;border-radius:12px;padding:12px;background:#fff}.featured-cover{display:block}.featured-cover img{width:100%;height:auto;aspect-ratio:320/452;object-fit:cover;border-radius:8px;border:1px solid #d8e2ec}.featured-content{display:flex;flex-direction:column;gap:8px}.featured-title{margin:0;font-size:26px;line-height:1.2;color:#173f63}.featured-composer{margin:0;color:#3a607f;font-size:15px;font-weight:600}.featured-actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.featured-no-audio{color:#60798f;font-size:13px;font-weight:600}.primary-btn,.search-form button{background:var(--primary-blue);border:none;color:#fff;border-radius:8px;padding:10px 14px;font-weight:600;cursor:pointer;flex:0 0 auto;white-space:nowrap}.top-controls{margin-top:14px;background:var(--white);border:none;border-radius:10px;padding:14px}.search-form{display:flex;gap:10px;align-items:center}.search-form input{flex:1 1 auto;min-width:0;border:1px solid var(--border-gray);border-radius:8px;padding:10px 12px;font-size:14px}.meta-controls{margin-top:12px;display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.result-meta{color:var(--medium-gray);font-size:14px}.selects{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.selects label{display:flex;gap:6px;align-items:center;font-size:13px;white-space:nowrap}.selects select{border:1px solid var(--border-gray);border-radius:7px;padding:6px 8px}.content-layout{margin-top:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,330px);grid-gap:14px;gap:14px}.content-surface{margin-top:0;background:#fff;border:none;border-radius:6px;padding:14px}.content-surface .home-hero,.content-surface .top-controls{margin-top:0;padding:0 0 10px;border:none;border-radius:0;background:transparent}.content-surface .chips-wrap{margin-top:10px;padding-bottom:10px;border-bottom:none}.content-surface .content-layout{margin-top:12px}.chips-wrap{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid #b4d7f3;background:#eef7fe;color:#155fa7;border-radius:999px;font-size:12px;padding:6px 10px;cursor:pointer}.results-grid-wrap{min-width:0}.mobile-filters{display:none;margin-bottom:12px;background:var(--white);border:1px solid var(--border-gray);border-radius:10px;padding:10px}.mobile-filters>summary{cursor:pointer;font-weight:700;color:var(--primary-blue)}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,var(--catalog-card-width));justify-content:flex-start;grid-gap:12px;gap:12px}.composers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:14px;gap:14px}.composer-card{background:#fff;border:1px solid #dbe6f1;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:8px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.composer-card:hover{transform:translateY(-2px);border-color:#c4d7ea;box-shadow:0 8px 20px rgba(23,52,86,.12)}.composer-avatar-wrap{width:100%;aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:#edf3f9;border:1px solid #d5e0ea}.composer-name{line-height:1.35;font-weight:700;color:#214f76}.composer-count{font-size:12px;color:#526d84;font-weight:600}.back-link{display:inline-block;margin:2px 0 12px;font-size:14px;color:#2a6e9f}.back-link:hover{color:#194f78}.composer-profile-card{display:grid;grid-template-columns:minmax(180px,240px) 1fr;grid-gap:20px;gap:20px;align-items:stretch;background:#fff;border:1px solid #d9e4ef;border-radius:8px;padding:16px}.composer-profile-left{border-radius:6px;overflow:hidden;border:1px solid #d7e2ec;background:#eef3f8}.composer-profile-left img{display:block;width:100%;height:100%;max-height:320px}.composer-profile-main{display:flex;flex-direction:column;gap:8px}.composer-profile-name{font-size:clamp(28px,3vw,44px);line-height:1.08;color:#183a5b;font-weight:800}.composer-profile-count,.composer-profile-country,.composer-profile-years{font-size:16px;color:#2f526f}.composer-genre-chips{margin-top:4px;display:flex;flex-wrap:wrap;gap:8px}.composer-genre-chip{background:#eef5fb;border:1px solid #d3e3f3;color:#245f8f;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.composer-bio-block,.composer-works-block{margin-top:14px;background:#fff;border:1px solid #d9e4ef;border-radius:8px;padding:14px}.composer-block-title{margin:0 0 10px;font-size:20px;font-weight:800;color:#1b4466}.composer-bio-text{margin:0;color:#2a4258;font-size:14px;line-height:1.58;white-space:pre-wrap}.composition-card{position:relative;z-index:1;width:var(--catalog-card-width);border:none;border-radius:0;display:flex;flex-direction:column;gap:5px}.card-cover,.composition-card{background:transparent;padding:0}.card-cover{display:block;border:none;text-align:inherit;cursor:pointer;margin-bottom:4px;overflow:hidden}.card-cover,.card-cover img,.card-cover-image{width:100%;border-radius:2px;transition:all .2s ease}.card-cover img,.card-cover-image{height:auto;aspect-ratio:var(--catalog-card-ratio);object-fit:cover;border:1px solid #d9dee6}.catalog-id{font-size:11px;color:var(--medium-gray)}.card-title{font-size:13px;line-height:1.5;font-weight:700;color:#1b5f93;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-decoration:none;transition:color .2s ease,-webkit-text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease;transition:color .2s ease,text-decoration-color .2s ease,-webkit-text-decoration-color .2s ease}.card-title:hover{color:#0f4972}.secondary-title{font-size:11px;line-height:1.45;color:var(--medium-gray);min-height:18px}.composer-line{font-weight:600;font-size:11px;line-height:1.35;color:var(--primary-blue);transition:color .18s ease}.card-meta-compact{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;color:#2f475d}.card-meta-left,.card-meta-right{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-meta-right{flex:0 0 auto;font-weight:600}.card-hover-preview{position:absolute;left:100%;top:8px;width:min(360px,calc(100vw - 64px));background:#fff;border:1px solid #c6d6e5;border-radius:6px;box-shadow:0 16px 36px rgba(13,29,52,.24);padding:12px 14px;opacity:0;transform:translateX(-6px);pointer-events:none;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s}.card-hover-preview:before{content:"";position:absolute;left:-10px;top:34px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #fff}.card-hover-preview:after{content:"";position:absolute;left:-11px;top:33px;width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-right:11px solid #c6d6e5;z-index:-1}.composition-card:focus-within,.composition-card:hover{z-index:40}.composition-card:focus-within .card-cover img,.composition-card:focus-within .card-cover-image,.composition-card:hover .card-cover img,.composition-card:hover .card-cover-image{border-color:#e7b479}.composition-card:focus-within .card-title,.composition-card:hover .card-title{color:#1f6fb8;text-decoration:underline;-webkit-text-decoration-color:rgba(31,111,184,.55);text-decoration-color:rgba(31,111,184,.55);text-underline-offset:2px}.composition-card:focus-within .composer-line,.composition-card:hover .composer-line{color:#9a611d}.composition-card:focus-within .card-hover-preview,.composition-card:hover .card-hover-preview{opacity:1;transform:translateX(0);visibility:visible;pointer-events:auto;transition-delay:.45s,.45s,.45s}.card-hover-title{margin:0;font-size:20px;line-height:1.15;color:#1d4f76}.card-hover-title-link{color:inherit}.card-hover-title-link:hover{color:#0f4972}.card-hover-composer{margin:6px 0 10px;font-size:13px;color:#40617f;font-weight:600}.card-hover-composer-link{display:inline-block;text-decoration:underline;-webkit-text-decoration-color:#7ea8cb;text-decoration-color:#7ea8cb;text-underline-offset:2px}.card-hover-composer-link:hover{color:#1f5f93;-webkit-text-decoration-color:#1f5f93;text-decoration-color:#1f5f93}.card-hover-grid{display:grid;grid-template-columns:1fr;grid-gap:6px;gap:6px;margin:0}.card-hover-row{display:grid;grid-template-columns:124px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.card-hover-row dt{margin:0;font-size:12px;color:#597289;line-height:1.25;white-space:nowrap}.card-hover-row dd{margin:0;font-size:13px;color:#233b53;font-weight:600;overflow:visible;text-overflow:clip;white-space:normal;word-break:break-word;line-height:1.25;display:block;min-height:1.25em}.pills-row{display:flex;flex-wrap:wrap;gap:6px}.card-pill{color:#61798f;font-size:11px;padding:0;border:none;background:transparent}.pill{background:var(--light-blue);color:var(--primary-blue);padding:5px 8px;border-radius:999px;font-size:12px;border:1px solid #cde3f5}.icons-row{margin-top:auto;display:flex;gap:8px;font-size:12px}.off,.on{padding:4px 8px;border-radius:999px}.on{background:#e6f6e8;color:var(--success-green)}.off{background:#f0f0f0;color:var(--medium-gray)}.filters-panel{background:var(--white);border:none;border-radius:10px;padding:12px;max-height:none;overflow:visible;position:relative;top:auto}.filters-head{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}.link-btn{border:none;background:transparent;color:var(--primary-blue);cursor:pointer;font-weight:600;white-space:nowrap}.filter-block{border-top:none;margin:0;padding:0}.filter-block+.filter-block{margin-top:10px}.filter-block-section{margin-top:14px}.filter-block-section+.filter-block{margin-top:7px}.filter-section-heading{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.filter-section-heading,.filter-title{background:var(--filter-header-bg);color:#516276;position:relative;padding:7px 9px 7px 13px;border-radius:4px}.filter-title{font-weight:700;font-size:14px;margin-bottom:7px}.filter-section-heading:before,.filter-title:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:4px 0 0 4px;background:#d7dee6}.filter-items{gap:4px;font-size:14px}.bg-test-controls,.filter-items{display:flex;flex-direction:column}.bg-test-controls{gap:10px}.bg-test-controls.is-disabled{opacity:.56;filter:grayscale(.25)}.bg-test-controls.is-disabled .bg-test-control,.bg-test-controls.is-disabled .check-row{cursor:not-allowed}.bg-test-control{display:flex;flex-direction:column;gap:6px}.bg-test-label{color:#59616b;font-size:12px;font-weight:600}.bg-test-control input[type=range]{width:100%;accent-color:#4f5257}.bg-color-input{width:100%;height:34px;border:1px solid #c8ced5;border-radius:6px;background:#f5f6f7;cursor:pointer;padding:3px 4px}.term-row{display:flex;gap:8px;align-items:center;border-radius:4px;min-height:28px;padding:4px 6px;transition:background-color .14s ease;cursor:pointer}.term-row:hover{background:#edf4fc}.term-row.is-on{background:#f5f9ff}.term-row.is-on:hover{background:#eaf2ff}.term-row.is-disabled,.term-row.is-disabled:hover{background:transparent;cursor:not-allowed}.term-row.is-disabled .term-checkbox{cursor:not-allowed;opacity:.55}.term-row.is-disabled .term-label{color:#9ca3af}.term-checkbox{margin:0;flex:0 0 auto;cursor:pointer;width:14px;height:14px;accent-color:#646a70}.term-mode-buttons{display:inline-flex;gap:4px;margin-left:auto;align-items:center}.term-mode-btn{width:20px;height:20px;border:1px solid #c7d5e2;border-radius:4px;background:#f4f7fa;color:#4b6074;font-size:11px;font-weight:700;line-height:18px;padding:0;cursor:pointer}.term-mode-btn.include.is-active{border-color:#86bde9;background:#e8f4ff;color:#125da3}.term-mode-btn.exclude.is-active{border-color:#e0a9a9;background:#fff0f0;color:#b13838}.term-label{flex:1 1 auto;min-width:0;color:#3b4f63;line-height:1.35;font-size:14px;cursor:pointer}.term-label-main{color:inherit}.term-label-count{color:#999;font-size:13px}.term-label.is-excluded{text-decoration:line-through;color:#845050}.check-row{display:flex;gap:8px;align-items:center;border-radius:4px;min-height:28px;padding:4px 6px;transition:background-color .14s ease;cursor:pointer}.check-row>input[type=checkbox]{margin:0;width:14px;height:14px;accent-color:#646a70}.check-row>span{color:#3b4f63;font-size:14px;line-height:1.35}.check-row:hover{background:#edf4fc}.child-terms{margin-left:20px;padding-left:8px;border-left:1px solid #ebedf0;display:flex;flex-direction:column;gap:4px}.pagination{margin:0 0 12px;padding:0 0 8px;border-bottom:none;display:inline-flex;align-items:center;justify-content:flex-start;gap:22px;width:-moz-fit-content;width:fit-content;font-size:11px;line-height:20px}.pagination-link{color:#2a6f9e;font-weight:700}.pagination-prev:before{content:"\2190 "}.pagination-next:after{content:" \2192"}.page-number{color:#2d3f50;font-size:12px;font-weight:600}.page-number strong{color:#1f3348}.pagination-disabled{color:#9daebf}.infinite-results-meta{margin-top:14px;color:#5c7185;font-size:12px}.infinite-sentinel{margin-top:10px;padding:10px 0;color:#507194;font-size:12px}.infinite-sentinel.is-done{color:#6b7f93}.infinite-load-error{margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#93323c;font-size:12px}.empty-state{background:var(--white);border:1px dashed var(--border-gray);border-radius:10px;padding:20px;color:var(--medium-gray)}.detail-page{max-width:940px;margin:14px auto 0;padding:18px}.composition-page{max-width:none;margin:0}.composition-surface{background:#fff;border:none;border-radius:0;padding:0}.composition-content{max-width:980px;margin:0;padding:18px 0 64px;display:flex;flex-direction:column;gap:48px}.composition-hero{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start}.composition-hero-poster,.composition-poster-image{width:300px;max-width:100%}.composition-poster-image{height:400px;object-fit:cover;border-radius:10px;display:block;border:none;background:#f3f3f3}.composition-hero-main{min-width:0;display:flex;flex-direction:column;gap:14px}.composition-title{margin:0;font-size:44px;line-height:1.08;font-weight:600;color:#333}.composition-composer-link{margin:0;width:-moz-fit-content;width:fit-content;color:#1976d2;font-size:20px;line-height:1.3;font-weight:600}.composition-composer-link:hover{color:#145ca3}.composition-keyline{margin:0;color:#666;font-size:15px;font-weight:600;line-height:1.55}.composition-hero-pills,.composition-technical-pills{display:flex;flex-wrap:wrap;gap:10px 14px}.composition-pill{display:inline;min-height:0;padding:0;border-radius:0;background:transparent;color:#4f5257;font-size:13px;font-weight:700;line-height:1.5;text-decoration:none;border:none;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:wavy;text-decoration-style:wavy;text-decoration-thickness:1px;-webkit-text-decoration-color:#a8adb3;text-decoration-color:#a8adb3;text-underline-offset:3px}.composition-pill-link{transition:color .16s ease,-webkit-text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease,-webkit-text-decoration-color .16s ease}.composition-pill-link:hover{color:#343434;-webkit-text-decoration-color:#5b6066;text-decoration-color:#5b6066}.composition-hero-actions,.composition-section-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.composition-hero-btn{height:40px;padding:0 16px;border-radius:10px;font-size:14px;font-weight:700}.composition-hero-actions .ghost-link-btn,.composition-section-actions .ghost-link-btn{border:1px solid #d5d9de;background:#f2f4f6;color:#3f444a}.composition-section{display:flex;flex-direction:column;gap:14px}.composition-audio-section{margin-top:-10px}.composition-section-title{margin:0;color:#333;font-size:22px;line-height:1.2;font-weight:600}.composition-inline-audio{width:100%;border:1px solid #e2e4e7;border-radius:12px;min-height:48px}.composition-description{display:flex;flex-direction:column;gap:24px;max-width:720px}.composition-description-title{margin:0 0 10px;color:#333;font-size:15px;line-height:1.4;font-weight:600}.composition-section-text{margin:0;max-width:720px;font-size:15px;line-height:1.65;color:#555}.composition-video-embed-wrap{width:100%;max-width:900px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#f2f2f2}.composition-video-embed{width:100%;height:100%;border:none;display:block}.composition-pdf-embed-wrap{width:100%;max-width:900px}.composition-pdf-embed{width:100%;min-height:820px;border:1px solid #e5e7ea;border-radius:12px;background:#fff}.composition-characteristics-list{max-width:760px;display:flex;flex-direction:column;gap:6px}.composition-characteristic-row{display:grid;grid-template-columns:140px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;padding:8px 0}.composition-characteristic-label{color:#999;font-size:13px;line-height:1.45;font-weight:500}.composition-characteristic-value{color:#333;font-size:14px;line-height:1.6}.composition-inline-link{color:#1976d2;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.composition-inline-link:hover{color:#145ca3}.composition-dot-item{display:inline}.composition-dot-sep{color:#999}.composition-reference{margin-top:-6px;display:flex;flex-direction:column;gap:8px}.composition-reference hr{width:100%;border:none;border-top:1px solid hsla(0,0%,94%,.5);margin:0}.composition-reference-title{margin:0;color:#b2b2b2;font-size:12px;line-height:1.3;font-weight:600;letter-spacing:.02em}.composition-reference p{margin:0;color:#b7b7b7;font-size:12px;line-height:1.5}.audio-player{width:100%}.ghost-link-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #bcd2e7;background:#f4f9ff;color:#1f5d92;border-radius:8px;padding:10px 14px;font-weight:600}.audio-launcher{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid #d6e4f2;border-radius:10px;background:linear-gradient(180deg,#f7fbff,#eef4fb)}.audio-launch-row{display:flex;flex-wrap:wrap;gap:8px}.audio-launch-hint{margin:0;color:#546e85;font-size:13px}.compd-content{max-width:1200px;margin:0;padding:24px 14px 72px;display:flex;flex-direction:column;gap:32px}.compd-breadcrumbs{font-size:13px;margin-bottom:-10px;line-height:1.4}.compd-breadcrumbs a{color:#1976d2}.compd-breadcrumbs a:hover{text-decoration:underline}.compd-breadcrumb-sep{color:#a0a0a0}.compd-breadcrumb-current{color:#999}.compd-title{margin:0;color:#333;font-family:Cormorant Garamond,Times New Roman,Georgia,serif;font-size:41px;line-height:1.1;font-weight:700}.compd-header-grid{display:grid;grid-template-columns:260px minmax(0,1fr) 250px;grid-gap:24px;gap:24px;align-items:start}.compd-left-col{min-width:0}.compd-poster-image{height:346px;object-fit:cover;border-radius:8px;background:linear-gradient(135deg,#f2f2f2,#d8dbe0)}.compd-poster-image,.compd-poster-preview{width:260px;max-width:100%;border:none;display:block}.compd-poster-preview{padding:0;background:transparent;cursor:zoom-in}.compd-quick-actions{margin-top:12px;width:260px;max-width:100%;display:flex;justify-content:center;gap:8px}.compd-quick-actions a{width:28px;height:28px;border:1px solid #d5dae2;border-radius:7px;background:#fff;color:#525861;font-size:15px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.compd-quick-actions a:hover{background:#f2f4f7;border-color:#bec5cf;color:#2f353d}.compd-add-list-btn{margin-top:8px;width:260px;max-width:100%;height:38px;border:1px solid #4f5761;border-radius:0;background:#535b66;color:#fff;font-size:13px;font-weight:700;display:inline-flex;align-items:center;justify-content:flex-start;padding:0 11px;gap:8px;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,opacity .16s ease,transform .16s ease}.compd-add-list-btn:hover{background:#474f59;border-color:#474f59}.compd-add-list-btn:active{transform:translateY(1px)}.compd-add-list-btn:disabled{cursor:not-allowed;opacity:.7}.compd-status-shell{position:relative;width:260px;max-width:100%;margin-top:12px}.compd-status-tools{width:260px;max-width:100%;gap:8px;margin-bottom:2px}.compd-status-tools,.compd-tool-btn{display:inline-flex;align-items:center}.compd-tool-btn{width:34px;height:30px;border:1px solid #cfd6df;border-radius:0;background:linear-gradient(180deg,#fbfdff,#f0f4f8);color:#4b5563;justify-content:center;font-size:15px;line-height:1;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.compd-tool-btn:hover{background:#ecf2f8;border-color:#b8c3d0;color:#343c47}.compd-tool-favorite{width:auto;min-width:0;height:auto;border:none;background:transparent;padding:0 2px 0 0;color:#8f96a1;font-size:24px}.compd-tool-favorite:hover{background:transparent;border:none;color:#6e7783;transform:translateY(-1px)}.compd-favorite-star{display:inline-block;line-height:1;font-size:24px;transition:color .14s ease,transform .14s ease,text-shadow .14s ease}.compd-tool-favorite:hover .compd-favorite-star{transform:scale(1.08)}.compd-tool-favorite.is-active{color:#d4a63a;border:none;background:transparent;text-shadow:0 0 8px rgba(212,166,58,.24)}.compd-tool-favorite.is-active .compd-favorite-star{color:#d4a63a}.compd-tool-suggest{font-size:13px}.compd-status-checkmark{width:18px;min-width:18px;height:18px;border:1px solid hsla(0,0%,100%,.42);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;line-height:1}.compd-status-caret{margin-left:auto;font-size:12px;opacity:.92}.compd-status-error,.compd-status-hint{margin:6px 0 0;font-size:12px;line-height:1.4}.compd-status-hint{color:#7d8793}.compd-status-error{color:#b93838}.compd-status-note{margin:6px 0 0;color:#667689;font-size:12px;line-height:1.4}.compd-status-menu{margin-top:8px;width:260px;max-width:100%;border:1px solid #d2d9e2;border-radius:0;background:#fbfcfe;box-shadow:0 14px 28px rgba(20,33,51,.18);overflow:hidden;z-index:20;transform-origin:top center;animation:compd-status-drop-down .18s ease-out}@keyframes compd-status-drop-down{0%{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.compd-status-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;border:none;border-top:1px solid #e8edf3;background:transparent;color:#2e3640;padding:10px 12px;font-size:13px;font-weight:650;line-height:1.2;cursor:pointer}.compd-status-item:first-child{border-top:none}.compd-status-item:hover{background:#f0f5fb}.compd-status-item-label{min-width:0}.compd-status-item-mark{color:inherit;font-size:12px;font-weight:900;line-height:1}.compd-status-item.is-active{background:#edf3fa;color:#22384d;box-shadow:inset 3px 0 0 #7087a1}.compd-status-shell.is-none .compd-add-list-btn{background:#59616c;border-color:#59616c}.compd-status-shell.is-want_to_learn .compd-add-list-btn{background:#3d688f;border-color:#3d688f}.compd-status-shell.is-learning .compd-add-list-btn{background:#8a6a44;border-color:#8a6a44}.compd-status-shell.is-mastered .compd-add-list-btn{background:#3f7d4e;border-color:#3f7d4e}.compd-status-shell.is-played_before .compd-add-list-btn{background:#66588b;border-color:#66588b}.compd-status-shell.is-on_hold .compd-add-list-btn{background:#61656d;border-color:#61656d}.compd-status-item.is-want_to_learn.is-active{background:#e7f1fb;color:#26537d;box-shadow:inset 3px 0 0 #3d688f}.compd-status-item.is-learning.is-active{background:#f9efdf;color:#735331;box-shadow:inset 3px 0 0 #8a6a44}.compd-status-item.is-mastered.is-active{background:#e8f5ec;color:#2f6940;box-shadow:inset 3px 0 0 #3f7d4e}.compd-status-item.is-played_before.is-active{background:#eeeafd;color:#4f4475;box-shadow:inset 3px 0 0 #66588b}.compd-status-item.is-on_hold.is-active{background:#eef1f5;color:#4f5660;box-shadow:inset 3px 0 0 #61656d}.compd-status-item.is-danger{color:#964d4d;background:#fff9f9}.compd-status-item.is-danger:hover{background:#fff0f0}.compd-action-toast{position:fixed;top:max(10px,env(safe-area-inset-top));right:14px;max-width:min(420px,calc(100vw - 24px));border:1px solid #4da1f4;background:linear-gradient(180deg,#2d86e7,#2f7bd2);color:#fff;box-shadow:0 14px 28px rgba(25,77,141,.3);padding:9px 12px;font-size:12px;line-height:1.4;font-weight:600;z-index:2300;pointer-events:none;animation:compd-action-toast-in .18s ease-out}.preview-image-trigger:focus-visible{outline:2px solid #7eb7f1;outline-offset:2px}.preview-image-overlay{position:fixed;inset:0;z-index:2800;background:rgba(15,20,28,.72);padding:24px;animation:preview-image-fade-in .14s ease-out}.preview-image-dialog,.preview-image-overlay{display:flex;align-items:center;justify-content:center}.preview-image-dialog{position:relative;max-width:min(94vw,1080px);max-height:92vh}.preview-image-close{position:absolute;top:-12px;right:-12px;width:34px;height:34px;border:1px solid hsla(0,0%,100%,.34);border-radius:999px;background:rgba(0,0,0,.66);color:#fff;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.preview-image-close:hover{background:rgba(0,0,0,.82)}.preview-image-full{max-width:min(92vw,1040px);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 26px 54px rgba(0,0,0,.45);background:#0d1016}@keyframes compd-action-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes preview-image-fade-in{0%{opacity:0}to{opacity:1}}.compd-center-col{min-width:0}.compd-block-title{margin:0;padding:0 0 8px;border-bottom:1px solid #f0f0f0;color:#999;font-size:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.compd-info-rows{margin-top:8px;display:flex;flex-direction:column;gap:2px}.compd-info-row{padding:5px 0;display:grid;grid-template-columns:160px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start}.compd-info-label{color:#888;font-size:14px;line-height:1.45}.compd-info-value{color:#333;font-size:14px;line-height:1.45;font-weight:500}.compd-inline-link{color:#3f454d;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:wavy;text-decoration-style:wavy;-webkit-text-decoration-color:#aeb4bd;text-decoration-color:#aeb4bd;text-underline-offset:3px}.compd-inline-link:hover{color:#22272d;-webkit-text-decoration-color:#878f9b;text-decoration-color:#878f9b}.compd-tag-groups{margin-top:12px;display:flex;flex-direction:column;gap:8px}.compd-tag-row{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.compd-tag-label{color:#666;font-size:13px;font-weight:600;margin-top:2px}.compd-tag-list{display:inline-flex;flex-wrap:wrap;gap:6px}.compd-tag-pill{background:transparent;color:#3f454d;border-radius:0;padding:0 2px;font-size:13px;line-height:1.5;border:none;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:wavy;text-decoration-style:wavy;-webkit-text-decoration-color:#aeb4bd;text-decoration-color:#aeb4bd;text-underline-offset:3px}.compd-tag-pill-link:hover{background:transparent;color:#20252b;-webkit-text-decoration-color:#8f98a4;text-decoration-color:#8f98a4}.compd-header-actions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.compd-action-btn{height:34px;border-radius:7px;padding:0 13px;font-size:13px;font-weight:600;border:1px solid #cbd1d9;box-shadow:none}.compd-action-btn.primary-btn{background:#3f454d;border-color:#3f454d;color:#fff}.compd-action-btn.primary-btn:hover{background:#2f353d;border-color:#2f353d}.compd-header-actions .ghost-link-btn{background:#f4f6f8;border-color:#cbd1d9;color:#3f454d}.compd-header-actions .ghost-link-btn:hover{background:#eceff3;border-color:#bac2cc;color:#2e343b}.compd-right-col{min-width:0;display:flex;flex-direction:column;gap:14px}.compd-side-block{background:#fff;border:1px solid #eceff2}.compd-side-block-head{background:#f5f5f5;color:#999;padding:8px 12px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.compd-side-block-head.gold{color:#c9963b}.compd-side-block-body{padding:12px}.compd-stars{display:inline-flex;gap:3px;font-size:18px;line-height:1}.compd-stars .on{color:#d4a84b}.compd-stars .off{color:#d8d8d8}.compd-difficulty-text{margin:8px 0 0;color:#333;font-size:14px;font-weight:600}.compd-side-pills{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}.compd-side-pill{background:#f5f5f5;color:#555;border-radius:12px;padding:3px 8px;font-size:12px;line-height:1.4;border:none;text-decoration:none}.compd-side-pill-link:hover{background:#e9edf1}.compd-golden-text{margin:0;color:#c9963b;font-size:13px;line-height:1.5;font-weight:600}.compd-section{display:flex;flex-direction:column;gap:14px}.compd-section-title{margin:0;color:#333;font-size:20px;line-height:1.2;font-weight:600}.compd-inline-audio{width:100%;border:1px solid #e2e4e7;border-radius:10px;min-height:48px}.compd-description-block+.compd-description-block{margin-top:22px}.compd-description-title{margin:0 0 10px;color:#333;font-size:15px;line-height:1.4;font-weight:600}.compd-section-text{margin:0;max-width:720px;color:#555;font-size:15px;line-height:1.7}.compd-similar-grid{margin-top:6px}.compd-comments-section{margin-top:2px}.compd-engagement{gap:18px}.compd-engagement-block{display:flex;flex-direction:column;gap:10px}.compd-rating-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.compd-rating-stars{display:inline-flex;align-items:center;gap:4px}.compd-rate-star{border:none;background:transparent;color:#c7ccd4;font-size:26px;line-height:1;padding:0;cursor:pointer;transition:color .14s ease,transform .14s ease}.compd-rate-star:hover{color:#d3a849;transform:translateY(-1px)}.compd-rate-star.is-on{color:#d3a849}.compd-rate-star:disabled{cursor:not-allowed;opacity:.65}.compd-rating-meta{display:inline-flex;gap:12px;color:#5e6670;font-size:13px}.compd-auth-hint-btn{width:-moz-fit-content;width:fit-content;border:1px solid #cad2dc;background:#fff;color:#404a57;border-radius:7px;height:32px;padding:0 12px;font-size:13px;font-weight:600;cursor:pointer}.compd-auth-hint-btn:hover{background:#f7f9fc}.compd-collection-form{display:flex;flex-direction:column;gap:8px}.compd-collection-form input{width:100%;border:1px solid #d7dce3;border-radius:7px;background:#fff;color:#2f3640;font-size:14px;line-height:1.45;padding:8px 10px}.compd-collection-form input:focus{outline:none;border-color:#a8b2bf;box-shadow:0 0 0 2px rgba(168,178,191,.2)}.compd-collection-form button{width:-moz-fit-content;width:fit-content;border:1px solid #c3cad4;background:#3f454d;color:#fff;border-radius:7px;height:32px;padding:0 12px;font-size:13px;font-weight:600;cursor:pointer}.compd-collection-form button:hover:enabled{background:#2f353d}.compd-collection-form button:disabled{cursor:not-allowed;opacity:.55}.compd-collection-list{display:flex;flex-direction:column;gap:6px}.compd-collection-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;border:1px solid #e1e6ee;border-radius:8px;padding:8px 10px;background:#fff;cursor:pointer}.compd-collection-item input{margin:0}.compd-collection-name{color:#2f3640;font-size:14px;font-weight:600}.compd-collection-count{color:#8a9099;font-size:12px}.compd-comment-form{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.compd-comment-input,.compd-comment-textarea{width:100%;border:1px solid #d7dce3;border-radius:7px;background:#fff;color:#2f3640;font-size:14px;line-height:1.45;padding:8px 10px}.compd-comment-input::placeholder,.compd-comment-textarea::placeholder{color:#8a9099}.compd-comment-input:focus,.compd-comment-textarea:focus{outline:none;border-color:#a8b2bf;box-shadow:0 0 0 2px rgba(168,178,191,.2)}.compd-comment-textarea{resize:vertical;min-height:96px}.compd-comment-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.compd-comment-hint{color:#8a9099;font-size:12px;line-height:1.4}.compd-comment-error{margin:0;color:#b93838;font-size:13px;line-height:1.45}.compd-comment-actions-right{display:inline-flex;align-items:center;gap:8px}.compd-comment-counter{color:#8a9099;font-size:12px;min-width:58px;text-align:right}.compd-comment-submit{border:1px solid #c3cad4;background:#3f454d;color:#fff;border-radius:7px;height:32px;padding:0 12px;font-size:13px;font-weight:600;cursor:pointer}.compd-comment-submit:hover:enabled{background:#2f353d}.compd-comment-submit:disabled{cursor:not-allowed;opacity:.55}.compd-comment-list{display:flex;flex-direction:column;gap:10px}.compd-comment-item{background:#fff;border:1px solid #e3e7ed;border-radius:8px;padding:10px 12px}.compd-comment-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px}.compd-comment-author{display:inline-flex;align-items:center;gap:8px;min-width:0}.compd-comment-avatar{width:28px;height:28px;border-radius:50%;border:1px solid #d5dbe3;background:#f1f4f8;color:#596678;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:12px;font-weight:700;line-height:1}.compd-comment-author-name,.compd-comment-head strong{color:#2f3640;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compd-comment-head time{color:#8a9099;font-size:12px}.compd-comment-item p{margin:0;color:#3d444e;font-size:14px;line-height:1.55;white-space:pre-wrap}.compd-comment-delete{margin-top:8px;border:1px solid #e3c8c8;background:#fff6f6;color:#944d4d;border-radius:7px;height:28px;padding:0 10px;font-size:12px;font-weight:600;cursor:pointer}.compd-comment-delete:hover{background:#fee}.compd-comment-empty{margin:2px 0 0;color:#8a9099;font-size:14px}.compd-video-wrap{width:100%;max-width:720px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#f2f2f2}.compd-video{width:100%;height:100%;border:none;display:block}.compd-pdf-wrap{width:100%;max-width:900px}.compd-pdf{width:100%;min-height:820px;border:1px solid #e5e7ea;border-radius:12px;background:#fff}.compd-technical-pills{display:flex;flex-wrap:wrap;gap:8px}.compd-tech-pill{background:#f5f5f5;color:#555;border-radius:16px;padding:4px 12px;font-size:13px;line-height:1.5;border:none;text-decoration:none}.compd-tech-pill-link:hover{background:#ebebeb}.compd-reference{margin-top:4px}.compd-reference hr{width:100%;border:none;border-top:1px solid #f0f0f0;margin:0 0 12px}.compd-reference-title{margin:0 0 6px;color:#b3b3b3;font-size:12px;line-height:1.3;font-weight:600}.compd-reference p{margin:0;color:#bbb;font-size:12px;line-height:1.5}.compd-dot-sep{color:#999}.sticky-wave-player{position:fixed;left:0;right:0;bottom:0;z-index:1800;background:rgba(247,248,250,.98);border-top:1px solid #d4d7db;box-shadow:0 -8px 22px rgba(0,0,0,.14);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sticky-wave-inner{max-width:470px;margin:0 auto;padding:6px 9px 7px;display:flex;flex-direction:column;gap:5px}.sticky-track-subline{width:100%;text-align:left;color:#666;font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-wave-main-row{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:7px;gap:7px}.sticky-play-circle{width:34px;height:34px;border-radius:999px;border:1px solid #d4d8de;background:#fff;color:#1976d2;font-size:15px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.sticky-play-circle:hover:enabled{background:#f2f7fd;color:#145ca5;transform:translateY(-1px)}.sticky-play-circle:disabled{cursor:not-allowed;opacity:.6}.sticky-wave-stack{min-width:0;display:flex;flex-direction:column;gap:5px}.sticky-wave-wrap{position:relative}.sticky-wave-track-row{display:grid;grid-template-columns:minmax(28px,auto) minmax(0,1fr) minmax(28px,auto);align-items:center;grid-gap:6px;gap:6px}.sticky-wave-time-edge{color:#666;font-size:10px;line-height:1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sticky-wave-canvas{width:100%;min-height:38px;border-radius:6px;background:#f7f7f7;overflow:hidden}.sticky-wave-hover{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .12s ease}.sticky-wave-hover.is-visible{opacity:1}.sticky-wave-hover-fill{position:absolute;top:0;bottom:0;left:0;background:hsla(216,5%,58%,.26)}.sticky-wave-hover-line{position:absolute;top:0;bottom:0;width:1px;background:hsla(217,6%,45%,.9);transform:translateX(-50%)}.sticky-wave-hover-time{position:absolute;top:-22px;transform:translateX(-50%);background:#16161d;border:1px solid #222733;border-radius:4px;padding:1px 5px;color:#f4f6f9;font-size:10px;line-height:1.35;white-space:nowrap}.sticky-wave-controls{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:5px}.sticky-mini-btn{min-width:30px;height:22px;border-radius:6px;border:1px solid #ddd;background:#fff;color:#4f5257;font-size:11px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.sticky-mini-btn:hover:enabled{background:#f4f5f7;border-color:#c8cdd4}.sticky-mini-btn:disabled{cursor:not-allowed;opacity:.6}.sticky-speed-compact{height:22px;border:1px solid #ddd;border-radius:5px;padding:0 6px;background:#fff;color:#4f5257;font-size:10px;font-weight:600;cursor:pointer}.sticky-speed-compact:hover{border-color:#c8cdd4}.sticky-volume-compact{display:inline-flex;align-items:center;gap:6px}.sticky-volume-icon{color:#666;font-size:11px;line-height:1}.sticky-volume-range{width:62px;accent-color:#1976d2}.sticky-close-btn{margin-left:auto;width:22px;height:22px;border:1px solid #e1b1b8;border-radius:6px;background:#fff1f3;color:#c34057;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.sticky-close-btn:hover{background:#ffdce2;border-color:#d58895;color:#a82a43}.sticky-wave-fallback{margin-top:4px;display:flex;flex-direction:column;gap:6px;color:#7a3d2f;font-size:12px}.sticky-fallback-audio{width:100%}.sticky-btn{border:1px solid #d3d7dd;background:#fff;color:#4f5257;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:700;cursor:pointer}.sticky-btn:hover{background:#f3f4f6}.sticky-btn:disabled{cursor:not-allowed;opacity:.55}.search-row:hover{background:#f1f2f4}.search-row-title{color:#343434}.search-row-meta,.search-row-muted{color:#666b71}.search-row-action{background:#eceff2;color:#3e3e3e}.header-menu-trigger:focus,.header-search-form input:focus{outline-color:#6f747a}.home-hero{background:linear-gradient(180deg,#f4f5f7,#fff)}.home-kicker{color:#4f5257}.home-subtitle{color:#666b71}.composer-profile-name,.composition-title,.featured-title,.home-section-title{color:#343434}.landing-hero{background:linear-gradient(120deg,rgba(52,52,52,.92),rgba(79,82,87,.86)),url(/music-pattern-bg.webp) 50%/cover no-repeat}.landing-subtitle{color:#d9dde1}.landing-stats{color:#cfd4d9}.collection-chip{border-color:#d6d9de;background:#f5f6f7;color:#3f444a}.collection-chip:hover{background:#eceef1;border-color:#c6cbd1}.composer-bio-block,.composer-card,.composer-profile-card,.composer-works-block,.description-section,.featured-composition,.metadata-card{border-color:#d7dade}.audio-launcher,.bar-track,.composer-avatar-wrap,.composer-profile-left,.featured-cover img,.pdf-embed,.poster-image,.sticky-wave-canvas,.video-embed{border-color:#d0d4d9}.audio-launch-hint,.composer-count,.composer-profile-count,.composer-profile-country,.composer-profile-years,.composition-head-composer,.composition-subtitle,.description-text,.featured-composer,.featured-no-audio,.metadata-card-title,.section-head,.sticky-track-subline{color:#61666c}.chip,.composer-genre-chip,.metadata-pill{background:#edf0f3;border-color:#d4d8dd;color:#3f444a}.metadata-pill-link:hover{background:#e4e8ec;border-color:#bcc2c9;color:#343434}.metadata-pill-link:focus-visible{outline-color:#8f959c}.back-link,.bar-value,.card-hover-title,.card-title,.composer-name,.sticky-btn,.sticky-mini-btn,.sticky-track-subline{color:#3e3e3e}.back-link:hover,.card-hover-composer-link:hover,.card-hover-title-link:hover,.card-title:hover{color:#343434}.bar-label,.card-hover-composer,.card-hover-row dt,.card-meta-compact,.infinite-results-meta,.infinite-sentinel,.page-number,.stat-empty{color:#646a70}.card-hover-composer-link,.card-hover-row dd,.page-number strong,.pagination-link,.stat-line strong{color:#4f5257}.card-hover-composer-link{-webkit-text-decoration-color:#8c9197;text-decoration-color:#8c9197}.card-hover-preview{border-color:#cbd0d6;box-shadow:0 14px 30px rgba(36,38,42,.22)}.card-hover-preview:after{border-right-color:#cbd0d6}.composition-card:focus-within .card-cover img,.composition-card:focus-within .card-cover-image,.composition-card:hover .card-cover img,.composition-card:hover .card-cover-image{border-color:#9a9fa6;box-shadow:0 8px 25px rgba(0,0,0,.1);transform:scale(1.03)}.composition-card:focus-within .composer-line,.composition-card:hover .composer-line{color:#4f5257}.bg-test-label,.filter-section-heading,.filter-title,.link-btn,.sticky-volume-value,.term-label{color:#4f5257}.filter-section-heading:before,.filter-title:before{background:#d1d5da}.bg-test-control input[type=range],.sticky-volume-range{accent-color:#4f5257}.check-row:hover,.term-row:hover{background:#edf0f3}.term-row.is-on{background:#f2f4f6}.term-row.is-on:hover{background:#e8ebef}.term-mode-btn{border-color:#c8cdd3;background:#f1f3f5;color:#53585e}.term-mode-btn.include.is-active{border-color:#8f949a;background:#e6e9ed;color:#3e4349}.pagination-disabled{color:#a0a5ab}.section-head{background:#f2f3f5}.description-section{background:#f7f8f9}.description-section-title{color:#4a4f55}.bar-fill{background:linear-gradient(90deg,#7f848b,#4f5257)}.ghost-link-btn{border-color:#c5cad1;background:#f2f4f6;color:#4b5057}.audio-launcher{background:linear-gradient(180deg,#f7f8f9,#eeeff2)}.sticky-wave-player{background:rgba(245,246,248,.98);border-top-color:#c7ccd2;box-shadow:0 -8px 24px rgba(36,38,42,.15)}.sticky-wave-time-edge{color:#5f646a}.sticky-btn,.sticky-mini-btn,.sticky-speed-compact{border-color:#c3c9d0;color:#484d53}.sticky-btn:hover,.sticky-mini-btn:hover:enabled,.sticky-speed-compact:hover{background:#eceff2}@media (max-width:1200px){:root{--catalog-card-width:clamp(145px,18vw,185px)}.content-layout{grid-template-columns:minmax(0,1fr) minmax(260px,300px)}.results-grid{grid-template-columns:repeat(auto-fill,var(--catalog-card-width))}.composition-card{width:auto}.card-cover img,.card-cover-image{width:100%;height:auto;aspect-ratio:var(--catalog-card-ratio)}.composition-content{max-width:860px;margin:0}.composition-hero{grid-template-columns:260px minmax(0,1fr);gap:22px}.composition-hero-poster{width:260px}.composition-poster-image{width:260px;height:346px}}@media (max-width:980px){body,html{background-size:100% 100%,var(--music-side-pattern-size-mobile) auto;background-attachment:scroll,scroll}:root{--catalog-card-width:clamp(140px,40vw,176px)}.content-layout{grid-template-columns:1fr}.content-surface{padding:10px}.desktop-filters{display:none}.mobile-filters{display:block}.filters-panel{position:relative;top:0;max-height:unset;margin-top:10px}.meta-controls{flex-direction:column;align-items:flex-start}.search-form{flex-direction:column;align-items:stretch}.search-form button{width:100%}.site-header-inner{flex-wrap:wrap;gap:10px;padding:8px 12px;min-height:0}.brand-link{flex:0 0 auto}.brand-main{font-size:18px}.brand-glyph{width:15px;height:24px;font-size:24px}.brand-sub{font-size:10px;letter-spacing:.19em}.nav-menu{flex:0 0 190px}.lang-menu{flex:0 0 84px}.auth-signin-link{min-width:68px;padding:0 10px;border-left:1px solid #585858;border-right:1px solid #585858;border-radius:8px}.auth-signin-link,.auth-user-shell{height:44px;margin-left:auto}.header-menu-trigger{height:44px;border:1px solid #585858;border-radius:8px;background-color:var(--header-menu-bg)}.header-menu-panel{border-radius:0;top:100%}.nav-menu-panel{min-width:100%}.header-search-shell{flex:1 1 100%}.selects{justify-content:flex-start}.results-grid{grid-template-columns:repeat(auto-fill,var(--catalog-card-width))}.home-title{font-size:24px}.landing-title{font-size:30px}.landing-subtitle{font-size:15px}.home-section-title,.showcase-title{font-size:21px}.collection-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-composition{grid-template-columns:1fr}.featured-cover{max-width:220px}.showcase-featured .featured-cover{max-width:200px}.home-composers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.composition-title{font-size:34px}.card-hover-preview{display:none}.composition-content{padding:10px 0 44px;gap:36px}.composition-hero{grid-template-columns:1fr;gap:16px}.composition-hero-poster{width:min(280px,100%)}.composition-poster-image{width:100%;height:auto;aspect-ratio:3/4}.composition-composer-link{font-size:18px}.composition-section-title{font-size:20px}.composition-characteristic-row{grid-template-columns:1fr;gap:3px;padding:6px 0}.composition-audio-section{margin-top:-2px}.composer-profile-card{grid-template-columns:1fr;gap:12px}.composer-profile-left img{max-height:280px}.composer-profile-name{font-size:30px}.composition-pdf-embed{min-height:calc(62vh + 120px)}.composition-video-embed-wrap{min-height:260px}.sticky-wave-inner{max-width:min(470px,100%);padding:5px 6px 6px;gap:4px}.sticky-wave-main-row{grid-template-columns:32px minmax(0,1fr);gap:6px}.sticky-play-circle{width:32px;height:32px;font-size:14px}.sticky-wave-controls{gap:4px}.sticky-volume-range{width:58px}body.sticky-player-visible{padding-bottom:142px}}@media (max-width:1180px){.compd-content{max-width:980px}.compd-header-grid{grid-template-columns:240px minmax(0,1fr)}.compd-right-col{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.compd-add-list-btn,.compd-poster-image,.compd-poster-preview,.compd-quick-actions,.compd-status-menu,.compd-status-shell,.compd-status-tools{width:240px}}@media (max-width:768px){.content-surface.home-showcase{padding:10px}.compd-content{padding:12px 10px 52px;gap:24px}.compd-title{font-size:33px}.compd-header-grid{grid-template-columns:1fr;gap:16px}.compd-left-col{width:min(240px,100%);margin:0 auto}.compd-add-list-btn,.compd-poster-image,.compd-poster-preview,.compd-quick-actions{width:100%}.compd-info-row{grid-template-columns:1fr;gap:4px;padding:6px 0}.compd-side-block{border-color:#eceff2}.compd-pdf{min-height:calc(60vh + 160px)}.collections-page-form{grid-template-columns:1fr}.collections-page-works li,.practice-status-list li,.ratings-page-list li{flex-direction:column;align-items:flex-start}}.composer-detail-shell,.composers-page-shell,.user-page-shell{max-width:1200px;margin:0;padding:24px 14px 72px}.user-page-shell{gap:22px}.user-page-shell,.user-panel{display:flex;flex-direction:column}.user-panel{gap:12px}.user-panel-title{margin:0;color:#333;font-family:Cormorant Garamond,Times New Roman,Georgia,serif;font-size:41px;line-height:1.1;font-weight:700}.user-panel-subtitle{margin:0;color:#666;font-size:15px;line-height:1.55;max-width:780px}.profile-settings-card{gap:16px}.profile-settings-form{display:grid;grid-template-columns:120px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.profile-settings-avatar{display:flex;align-items:flex-start;justify-content:flex-start}.profile-avatar-preview{width:96px;height:96px;border-radius:50%;border:1px solid #d3d8df;background:linear-gradient(135deg,#e9edf2,#d7dee7);color:#2f4357;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-avatar-preview img{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar-preview span{font-size:30px;font-weight:700;line-height:1}.profile-settings-fields{display:grid;grid-gap:12px;gap:12px}.profile-settings-label{display:grid;grid-gap:6px;gap:6px;align-items:start}.profile-settings-label span{color:#555b63;font-size:12px;letter-spacing:.06em;font-weight:700;text-transform:uppercase}.profile-settings-label input,.profile-settings-label textarea{width:100%;border:1px solid #d7dce3;border-radius:0;background:#fff;color:#2f3640;font-size:14px;line-height:1.45;padding:8px 10px;font-family:inherit}.profile-settings-label input:focus,.profile-settings-label textarea:focus{outline:none;border-color:#a8b2bf;box-shadow:0 0 0 2px rgba(168,178,191,.2)}.profile-settings-label input[readonly]{background:#f5f7fa;color:#68707a}.profile-settings-label textarea{resize:vertical;min-height:88px}.profile-settings-actions{display:flex;gap:10px;align-items:center;margin-top:2px}.profile-settings-reset{border:1px solid #c7cfd8;border-radius:0;background:#f5f7fa;color:#4d5660;font-size:13px;font-weight:700;padding:9px 12px;cursor:pointer}.primary-btn:disabled,.profile-settings-reset:disabled{opacity:.6;cursor:not-allowed}.profile-settings-success{margin:0;color:#2f7a39;font-size:13px;line-height:1.45}.collections-page-card,.practice-status-page-card,.ratings-page-card{gap:16px}.collections-page-form input{border-radius:0}.collections-page-list,.ratings-page-list{gap:16px}.collections-page-item,.practice-status-group{border:none;border-radius:0;background:transparent;padding:0}.collections-page-item+.collections-page-item,.practice-status-group+.practice-status-group{border-top:1px solid hsla(0,0%,94%,.9);padding-top:14px}.collections-page-item-head h2{margin:0;color:#333;font-size:21px;line-height:1.2;font-weight:700}.collections-page-item-head p{margin:6px 0 0;color:#666}.collections-page-description{margin:10px 0 0;color:#333}.collections-page-works li,.practice-status-list li,.ratings-page-list li{border:1px solid #eceff2;border-radius:0;background:#fafafa}.collections-page-work-actions a,.collections-page-work-actions button,.practice-status-open{border-radius:0;border-color:#c5cad1;background:#f2f4f6;color:#4b5057;font-weight:700}.collections-page-danger-btn{border-radius:0}.practice-status-group h2{margin:0;padding:0 0 8px;border-bottom:1px solid hsla(0,0%,94%,.9);font-size:14px;letter-spacing:.07em;text-transform:uppercase;font-weight:600;color:#999}.practice-status-group h2 span{color:#999;font-size:13px;font-weight:600}.practice-status-main a{color:#3f454d;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:wavy;text-decoration-style:wavy;-webkit-text-decoration-color:#aeb4bd;text-decoration-color:#aeb4bd;text-underline-offset:3px}.practice-status-main a:hover{color:#20252b;-webkit-text-decoration-color:#8f98a4;text-decoration-color:#8f98a4}.practice-status-main p{color:#666}.composers-page-shell{display:flex;flex-direction:column;gap:28px;min-height:calc(100vh - 64px)}.composers-page-head{display:flex;flex-direction:column;gap:8px}.composers-page-kicker{margin:0;color:#999;font-size:12px;line-height:1.3;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.composers-page-subtitle{margin:0;max-width:760px}.composers-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px}.composer-card{background:transparent;border:none;border-radius:0;padding:0;gap:7px;color:inherit;transition:none}.composer-card:hover{transform:none;border:none;box-shadow:none}.composer-avatar-wrap{aspect-ratio:3/4;border:1px solid #d9dee6;border-radius:2px;background:linear-gradient(135deg,#f2f2f2,#d8dbe0)}.composer-avatar-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top;background:#f3f4f6}.composer-card:hover .composer-avatar-wrap{border-color:#9a9fa6;box-shadow:0 8px 25px rgba(0,0,0,.1)}.composer-name{color:#3e3e3e;font-size:14px}.composer-card:hover .composer-name{text-decoration:underline;-webkit-text-decoration-color:rgba(62,62,62,.45);text-decoration-color:rgba(62,62,62,.45);text-underline-offset:2px}.composer-count{color:#646a70}.composer-detail-shell{display:flex;flex-direction:column;gap:24px}.back-link{margin:0;width:-moz-fit-content;width:fit-content;font-size:13px;color:#3f454d;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:wavy;text-decoration-style:wavy;-webkit-text-decoration-color:#aeb4bd;text-decoration-color:#aeb4bd;text-underline-offset:3px}.back-link:hover{color:#20252b;-webkit-text-decoration-color:#8f98a4;text-decoration-color:#8f98a4}.composer-profile-card{grid-template-columns:260px minmax(0,1fr);gap:24px;background:transparent;border:none;border-radius:0;padding:0}.composer-profile-left{width:260px;max-width:100%;border:1px solid #d9dee6;border-radius:2px;background:linear-gradient(135deg,#f2f2f2,#d8dbe0)}.composer-profile-left img{max-height:none;height:346px;object-fit:cover;object-position:center top}.composer-profile-main{gap:10px}.composer-profile-name{margin:0;color:#333;font-family:Cormorant Garamond,Times New Roman,Georgia,serif;font-size:41px;line-height:1.1;font-weight:700}.composer-profile-count,.composer-profile-country,.composer-profile-years{margin:0;color:#666;font-size:15px;line-height:1.45;font-weight:600}.composer-genre-chip{background:transparent;border:none;border-radius:0;padding:0 2px;color:#3f454d;font-size:13px;line-height:1.5;font-weight:500;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:wavy;text-decoration-style:wavy;-webkit-text-decoration-color:#aeb4bd;text-decoration-color:#aeb4bd;text-underline-offset:3px}.composer-bio-block,.composer-works-block{margin-top:0;background:transparent;border:none;border-radius:0;padding:0}.composer-block-title{margin:0;padding:0 0 8px;border-bottom:1px solid hsla(0,0%,94%,.9);color:#999;font-size:14px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.composer-bio-text{margin:10px 0 0;color:#333}.composer-works-block .catalog-infinite-results{margin-top:10px}@media (max-width:1180px){.composer-profile-card{grid-template-columns:240px minmax(0,1fr)}.composer-profile-left{width:240px}.composer-profile-left img{height:320px}}@media (max-width:768px){.composer-detail-shell,.composers-page-shell,.user-page-shell{padding:12px 10px 52px;gap:24px}.composer-profile-name,.user-panel-title{font-size:33px}.composer-profile-card{grid-template-columns:1fr;gap:16px}.composer-profile-left{width:min(240px,100%);margin:0 auto}.composer-profile-left img{height:auto;aspect-ratio:3/4}.composers-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.profile-settings-form{grid-template-columns:1fr;gap:14px}.profile-settings-avatar{justify-content:center}}