.finzi-home{--fz-bg:var(--background);--fz-panel:var(--card);--fz-panel-2:var(--secondary);--fz-text:var(--foreground);--fz-muted:var(--muted-foreground);--fz-line:var(--border);--fz-orange:var(--primary);--fz-orange-2:#ffb019;--fz-shadow:0 14px 35px #00000047;--fz-font:Arial,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;color:var(--fz-text);background:radial-gradient(circle at 50% 0,#211d19 0,var(--fz-bg) 36%);min-height:100vh;font-family:var(--fz-font);scroll-behavior:smooth}.finzi-home *,.finzi-home :after,.finzi-home :before{box-sizing:border-box}.finzi-home button{font-family:inherit}.finzi-home :is(button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible){outline:2px solid var(--fz-orange);outline-offset:3px}.fz-shell{width:min(1170px,100% - 48px);margin-inline:auto}.fz-header{grid-template-columns:1fr auto 1fr;align-items:center;gap:38px;height:63px;display:grid}.fz-brand{justify-self:start;align-items:center;transition:opacity .18s,transform .18s;display:inline-flex}.fz-brand img{object-fit:contain;width:auto;height:32px;display:block}.fz-brand:hover{opacity:.86;transform:translateY(-1px)}.fz-brand:active{transform:translateY(0) scale(.97)}.fz-header>nav{color:#d8d3ce;gap:34px;font-size:13px;display:flex}.fz-footer a,.fz-header>nav a{transition:color .18s}.fz-footer a:hover,.fz-header>nav a:hover{color:var(--fz-orange-2)}.fz-header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.fz-account-trigger{color:#f3eee8;cursor:pointer;background:#29251f;border:1px solid #53452f;border-radius:9px;align-items:center;gap:8px;min-width:40px;min-height:36px;max-width:190px;padding:4px 9px 4px 5px;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.fz-account-trigger:hover:not(:disabled),.fz-account-trigger[data-state=open]{background:#332d25;border-color:var(--fz-orange)}.fz-account-trigger:active:not(:disabled){transform:translateY(1px)}.fz-account-trigger:disabled{cursor:wait;justify-content:center;opacity:.7}.fz-account-avatar{background:#4c4134;width:27px;height:27px;font-size:12px;font-weight:700}.fz-account-name{max-width:115px;overflow:hidden;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.fz-account-menu{color:#eee8e1;background:#211e1a;border-color:#4a4239;width:224px;font-family:var(--fz-font)}.fz-account-summary{flex-direction:column;gap:2px;min-width:0;display:flex}.fz-account-summary span,.fz-account-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fz-account-summary strong{color:#f5f0ea;font-size:13px}.fz-account-summary span{color:#a9a19a;font-size:11px;font-weight:400}.fz-account-menu-item{cursor:pointer}.fz-account-menu-item:focus{color:#fff;background:#393229}.fz-account-logout,.fz-account-logout svg{color:#f58b7f!important}.fz-language,.fz-primary{cursor:pointer;background:0 0;border:1px solid #53452f;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:0 15px;transition:transform .16s,filter .16s,background .16s,border-color .16s;display:inline-flex;text-decoration:none;color:inherit}.fz-language{color:#ddd8d2;font-size:12px}.fz-language:hover{background:#231f1b;border-color:#80673e}.fz-primary{color:#fff;background:linear-gradient(135deg,#f3a229,#e98517);border-color:#bd771e;box-shadow:0 5px 18px #eb89172e}.fz-primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.fz-language:active,.fz-primary:active{transform:translateY(1px) scale(.98)}.fz-primary:disabled{cursor:not-allowed;filter:grayscale(.65);opacity:.55;box-shadow:none;transform:none}.fz-small{min-height:31px;padding-inline:17px;font-size:12px}.fz-credits{color:#ddd8d2;font-size:12px;white-space:nowrap}.fz-credits strong{color:var(--fz-orange-2);font-weight:700}.fz-hero{text-align:center;padding:22px 0 16px}.fz-hero h1{letter-spacing:1.5px;text-shadow:0 2px 14px #ffffff0d;margin:0;font-size:clamp(30px,4vw,40px);line-height:1.2}.fz-hero h1 em{color:var(--fz-orange-2);margin-left:10px;font-style:normal;font-weight:700}.fz-hero p{color:var(--fz-muted);letter-spacing:.5px;margin:10px 0 18px;font-size:13px}.fz-mode-tabs{background:#1d1a17;border:1px solid #3a342e;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:inline-grid}.fz-mode-tabs button{color:#d7d1ca;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:100px;height:31px;padding:0 16px;font-size:12px;font-weight:600;transition:all .18s}.fz-mode-tabs button:hover{color:#fff;background:#2a2520}.fz-mode-tabs button.fz-active{color:#fff;background:linear-gradient(135deg,#f4a026,#e98416);box-shadow:0 3px 10px #f0901c38}.fz-mode-tabs button:active{transform:scale(.97)}.fz-generator{min-height:184px;box-shadow:inset 0 1px 0 #ffffff06,var(--fz-shadow);background:linear-gradient(145deg,#211e1b,#1d1a17);border:1px solid #b66d13;border-radius:22px;padding:18px 22px 14px}.fz-generator textarea{resize:none;color:#eeeae5;background:0 0;border:0;width:100%;height:114px;padding:0;font-size:14px;line-height:1.55;display:block;outline:none}.fz-generator textarea::placeholder{color:#7e7974}.fz-generator textarea:focus{outline:0}.fz-generator-tools{justify-content:space-between;gap:12px}.fz-generator-tools,.fz-select-row{align-items:center;display:flex;flex-wrap:wrap}.fz-select-row{gap:8px}.fz-select-control,.fz-toggle-control{color:#d4cec7;background:linear-gradient(#292622,#211e1b);border:1px solid #403a34;border-radius:9px;align-items:center;gap:7px;height:33px;padding:0 11px;font-size:12px;transition:border-color .18s,background .18s;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff09;white-space:nowrap}.fz-select-control:hover,.fz-toggle-control:hover{background:#2b2723;border-color:#695a42}.fz-select-control select{opacity:0;cursor:pointer;position:absolute;inset:0;width:100%;height:100%}.fz-toggle-control{cursor:pointer;border:1px solid #403a34;user-select:none}.fz-toggle-control:active{transform:scale(.97)}.fz-toggle-control>span{background:#4c4844;border-radius:12px;width:27px;height:16px;padding:2px;transition:background .18s;display:inline-block}.fz-toggle-control>span i{background:#eee;border-radius:50%;width:12px;height:12px;transition:transform .18s;display:block}.fz-toggle-control.fz-on>span{background:var(--fz-orange)}.fz-toggle-control.fz-on>span i{transform:translate(11px)}.fz-generate{min-width:90px;font-weight:700}.fz-pro-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:10px}.fz-pro-field{display:grid;gap:6px;color:#f5f1eb;font-size:13px}.fz-pro-field.fz-span-2,.fz-pro-field:first-child{grid-column:1/-1}.fz-pro-field>span{font-weight:650}.fz-pro-field input,.fz-pro-field textarea{box-sizing:border-box;width:100%;border:1px solid #4a443e;border-radius:10px;outline:none;background:#25211e;color:#f7f3ed;font:inherit}.fz-pro-field input{height:40px;padding:0 12px}.fz-pro-field textarea{min-height:84px;padding:10px 12px;resize:vertical}.fz-pro-field input:focus,.fz-pro-field textarea:focus{border-color:#f59b23;box-shadow:0 0 0 2px rgba(245,155,35,.16)}.fz-results{margin-top:26px}.fz-results-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.fz-results-title h2{margin:0;font-size:18px}.fz-results-title span{color:var(--fz-muted);font-size:12px}.fz-content-section{margin-top:25px}.fz-section-heading{justify-content:space-between;align-items:center;min-height:33px;margin-bottom:12px;display:flex}.fz-section-heading h2{letter-spacing:.2px;margin:0;font-size:18px}.fz-section-heading p{color:var(--fz-muted);margin:5px 0 0;font-size:12px}.fz-section-heading>a,.fz-section-heading>button{color:#bdb6ae;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:11px;transition:color .18s;display:inline-flex;text-decoration:none}.fz-section-heading>a:hover,.fz-section-heading>button:hover{color:var(--fz-orange)}.fz-section-heading>a:active,.fz-section-heading>button:active{transform:translate(2px)}.fz-inspired{align-items:end;margin-bottom:16px}.fz-track-grid{gap:14px;display:grid}.fz-mine-grid{grid-template-columns:repeat(5,1fr)}.fz-inspiration-grid{grid-template-columns:repeat(4,1fr);row-gap:27px}.fz-track-card{background:#25221e;border:1px solid #37332f;border-radius:9px;min-width:0;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:visible;box-shadow:0 7px 20px #0000001f}.fz-track-card:hover{border-color:#65523a;transform:translateY(-3px);box-shadow:0 13px 28px #0000004d}.fz-track-card.fz-is-playing{border-color:var(--fz-orange);box-shadow:0 0 0 1px #f39a201f,0 12px 30px #0000004d}.fz-cover-wrap{aspect-ratio:1;background:#111;border-radius:8px 8px 0 0;position:relative;overflow:hidden}.fz-inspiration-grid .fz-cover-wrap{aspect-ratio:1.37}.fz-cover-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .35s,filter .2s;display:block}.fz-track-card:hover .fz-cover-wrap img{filter:saturate(1.08);transform:scale(1.035)}.fz-cover-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#7e7974;font-size:11px}.fz-play-button{color:#fff;cursor:pointer;background:#13110f;border:2px solid #fffffff0;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;transition:background .18s,box-shadow .18s,border-color .18s;display:grid;position:absolute;bottom:5px;left:7px;overflow:hidden;box-shadow:0 0 0 3px #13110f}.fz-play-button svg{opacity:1;transition:opacity .18s,transform .18s}.fz-play-button:hover{background:var(--fz-orange);border-color:#fff;box-shadow:0 0 0 3px #13110f,0 0 18px #f39a207a}.fz-track-card.fz-is-playing .fz-play-button{background:var(--fz-orange);box-shadow:0 0 0 3px #13110f,0 0 18px #f39a2057}.fz-play-button:active{filter:brightness(.88)}.fz-equalizer{align-items:end;gap:2px;height:18px;display:flex;position:absolute;bottom:9px;right:9px}.fz-equalizer i{background:var(--fz-orange);width:2px;height:7px;animation:fz-eq .72s ease-in-out infinite alternate}.fz-equalizer i:nth-child(2){height:14px;animation-delay:-.3s}.fz-equalizer i:nth-child(3){height:10px;animation-delay:-.15s}.fz-equalizer i:nth-child(4){height:16px;animation-delay:-.45s}@keyframes fz-eq{to{height:3px}}.fz-track-info{justify-content:space-between;min-height:66px;padding:9px 28px 8px 9px;display:flex;position:relative}.fz-track-info>div{min-width:0;width:100%}.fz-track-info strong{font-size:11px;font-weight:600}.fz-track-info span,.fz-track-info strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fz-track-info span{color:#969089;margin-top:6px;font-size:9px}.fz-track-info small{color:#aaa39a;font-size:9px;position:absolute;bottom:7px;right:9px}.fz-icon-button{cursor:pointer;color:#c9c3bc;background:0 0;border:0;padding:2px}.fz-menu-button{border-radius:5px;position:absolute;top:7px;right:6px}.fz-menu-button:hover{color:var(--fz-orange);background:#ffffff0d}.fz-menu-button:active{transform:scale(.85)}.fz-empty-hint{border:1px dashed #3b352f;border-radius:12px;padding:28px 20px;text-align:center;color:var(--fz-muted);font-size:13px}.fz-empty-hint a{color:var(--fz-orange-2);font-weight:600;text-decoration:none}.fz-empty-hint a:hover{text-decoration:underline}.fz-styles-section{margin-top:30px;overflow:hidden}.fz-carousel-actions{gap:8px;display:flex}.fz-carousel-actions button{color:#ddd6cf;cursor:pointer;background:#2b2824;border:0;border-radius:50%;place-items:center;width:26px;height:26px;padding:0;transition:all .16s;display:grid}.fz-carousel-actions button:hover:not(:disabled){color:var(--fz-orange);background:#3b342c;transform:translateY(-1px)}.fz-carousel-actions button:active:not(:disabled){transform:scale(.9)}.fz-carousel-actions button:disabled{opacity:.3;cursor:not-allowed}.fz-style-row{grid-template-columns:repeat(8,1fr);gap:18px;display:grid}.fz-style-row button{color:#c9c3bc;text-align:center;cursor:pointer;background:0 0;border:0;min-width:0;padding:0;transition:transform .18s,color .18s}.fz-style-row img{aspect-ratio:1;object-fit:cover;border:1px solid #9a5c0f;border-radius:15px;width:100%;transition:border-color .18s,box-shadow .18s,filter .18s;display:block}.fz-style-row span,.fz-style-row strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fz-style-row strong{margin-top:7px;font-size:12px}.fz-style-row span{color:#a7a098;margin-top:3px;font-size:9px}.fz-style-row button:hover{color:#fff;transform:translateY(-3px)}.fz-style-row button.fz-active img,.fz-style-row button:hover img{border-color:var(--fz-orange);filter:saturate(1.1);box-shadow:0 0 0 2px #f39a201f,0 8px 22px #0000004d}.fz-style-row button:active{transform:translateY(-1px) scale(.96)}.fz-style-row button.fz-active strong{color:var(--fz-orange)}.fz-features{text-align:center;margin-top:56px}.fz-features>h2{letter-spacing:.2px;margin:0;font-size:23px}.fz-features-lead{color:var(--fz-muted);margin:8px 0 24px;font-size:12px}.fz-feature-tabs{background:#211e1b;border:1px solid #3a3530;border-radius:20px;grid-template-columns:repeat(3,1fr);padding:3px;display:grid}.fz-feature-tabs button{color:#bfb8b0;cursor:pointer;background:0 0;border:0;border-radius:15px;min-height:26px;font-size:10px;transition:all .18s}.fz-feature-tabs button:hover{color:#fff;background:#2d2823}.fz-feature-tabs button.fz-active{color:#fff;background:#3a342e;box-shadow:inset 0 1px #ffffff0a}.fz-feature-tabs button:active{transform:scale(.98)}.fz-feature-panel{text-align:left;grid-template-columns:.95fr 1.25fr;align-items:center;gap:58px;padding:26px 0 0;display:grid}.fz-feature-panel h3{margin:0 0 12px;font-size:22px}.fz-feature-panel p{color:#b6afa7;margin:0 0 21px;font-size:12px;line-height:1.9}.fz-feature-panel img{object-fit:cover;width:100%;height:220px;box-shadow:var(--fz-shadow);border:1px solid #2f2b28;border-radius:18px;animation:fz-feature-in .35s both}@keyframes fz-feature-in{0%{opacity:.6;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.fz-newsletter{text-align:center;margin-top:52px}.fz-newsletter h2{margin:0 0 18px;font-size:24px;line-height:1.18}.fz-newsletter em{color:var(--fz-orange-2);font-style:normal}.fz-subscribe{background:#29241f;border:1px solid #3b352f;border-radius:13px;height:45px;padding:4px;display:flex;box-shadow:inset 0 1px #ffffff06;width:100%;max-width:none}.fz-subscribe input{color:#eee;background:0 0;border:0;flex:1;min-width:0;padding:0 12px;font-size:12px}.fz-subscribe input::placeholder{color:#77716b}.fz-subscribe input:focus{outline:0}.fz-subscribe button{background:var(--fz-orange);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:36px;height:36px;transition:all .16s;display:grid}.fz-subscribe button:hover:not(:disabled){filter:brightness(1.1);transform:rotate(-5deg) scale(1.05)}.fz-subscribe button:active:not(:disabled){transform:scale(.9)}.fz-subscribe button:disabled{opacity:.35;cursor:not-allowed;filter:grayscale()}.fz-footer{color:#89837d;justify-content:space-between;align-items:center;min-height:85px;font-size:10px;display:flex;flex-wrap:wrap;gap:12px}.fz-footer nav{gap:36px;display:flex}.fz-footer a{color:inherit;text-decoration:none}@media (min-width:1180px){.fz-header{gap:46px;height:72px}.fz-brand img{height:36px}.fz-header>nav{gap:42px;font-size:16px}.fz-language,.fz-primary{min-height:35px}.fz-hero{padding:30px 0 20px}.fz-hero h1{font-size:44px}.fz-hero p{margin:12px 0 21px;font-size:16px}.fz-mode-tabs button{min-width:140px;height:42px;font-size:16px}.fz-generator{min-height:210px;padding:22px 26px 17px}.fz-generator textarea{height:130px;font-size:15px}.fz-select-control,.fz-toggle-control{height:36px;padding-inline:13px;font-size:13px}.fz-content-section{margin-top:30px}.fz-section-heading{margin-bottom:15px}.fz-section-heading h2{font-size:20px}.fz-section-heading p{font-size:13px}.fz-section-heading>a,.fz-section-heading>button{font-size:14px}.fz-track-grid{gap:18px}.fz-track-info{min-height:88px;padding:13px 34px 11px 14px}.fz-track-info strong{font-size:16px}.fz-track-info span{margin-top:8px;font-size:13px}.fz-track-info small{font-size:12px;bottom:10px;right:12px}.fz-inspiration-grid{row-gap:30px}.fz-play-button{border-width:3px;width:54px;height:54px;bottom:9px;left:12px;box-shadow:0 0 0 4px #13110f}.fz-play-button svg{width:24px;height:24px}.fz-play-button:hover{box-shadow:0 0 0 4px #13110f,0 0 22px #f39a2070}.fz-track-card.fz-is-playing .fz-play-button{box-shadow:0 0 0 4px #13110f,0 0 22px #f39a2052}.fz-styles-section{margin-top:36px}.fz-style-row{gap:22px}.fz-style-row strong{font-size:16px}.fz-style-row span{margin-top:4px;font-size:12px}.fz-features{margin-top:68px}.fz-features>h2{font-size:27px}.fz-features-lead{font-size:16px}.fz-feature-tabs button{min-height:40px;font-size:16px}.fz-feature-panel{gap:72px;padding-top:32px}.fz-feature-panel h3{font-size:25px}.fz-feature-panel p{font-size:13px}.fz-feature-panel img{height:270px}.fz-newsletter{margin-top:62px}.fz-newsletter h2{font-size:27px}.fz-subscribe{height:50px}.fz-subscribe input{font-size:13px}.fz-subscribe button{width:41px;height:41px}}@media (max-width:760px){.fz-shell{width:min(100% - 28px,620px)}.fz-header{grid-template-columns:1fr auto}.fz-account-name,.fz-header>nav{display:none}.fz-account-trigger{padding-right:7px}.fz-hero{padding-top:30px}.fz-hero h1 em{margin:6px 0 0;display:block}.fz-generator{padding-inline:15px}.fz-generator-tools{align-items:end}.fz-mine-grid{grid-template-columns:repeat(2,1fr)}.fz-mine-grid .fz-track-card:last-child{display:none}.fz-inspiration-grid{grid-template-columns:repeat(2,1fr)}.fz-style-row{scrollbar-width:none;padding-bottom:8px;display:flex;overflow-x:auto}.fz-style-row button{flex:0 0 76px}.fz-feature-panel{grid-template-columns:1fr;gap:22px}.fz-feature-panel img{grid-row:1;height:210px}.fz-hero h1{font-size:29px}.fz-hero p{font-size:11px;line-height:1.6}.fz-mode-tabs{width:100%}.fz-mode-tabs button{min-width:0;padding-inline:6px}.fz-generator{border-radius:17px;min-height:235px}.fz-generator textarea{height:135px}.fz-generator-tools{flex-direction:column;align-items:stretch}.fz-pro-fields{grid-template-columns:1fr}.fz-inspiration-grid{row-gap:18px}.fz-features{margin-top:40px}.fz-features>h2,.fz-newsletter h2{font-size:20px}.fz-feature-tabs button{padding-inline:5px;font-size:9px}}@media (max-width:480px){.fz-header-actions .fz-language{display:none}.fz-track-grid{gap:11px}.fz-footer{flex-direction:column;justify-content:center;gap:16px;padding:20px 0}.fz-footer nav{gap:20px}}@media (prefers-reduced-motion:reduce){.finzi-home{scroll-behavior:auto!important}.finzi-home *{transition-duration:.01ms!important;animation-duration:.01ms!important}}.fz-pro-field-head{justify-content:space-between;align-items:center;gap:10px;display:flex;flex-wrap:wrap}.fz-pro-field-head>span{font-weight:650}.fz-pro-field-actions{align-items:center;gap:8px;display:flex;flex-wrap:wrap}.fz-ghost-btn{color:#cfc9c2;cursor:pointer;background:0 0;border:1px solid #463f38;border-radius:7px;align-items:center;gap:5px;min-height:27px;padding:0 10px;font-size:11px;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.fz-ghost-btn:hover:not(:disabled){color:var(--fz-orange-2);background:#282420;border-color:#6a5738}.fz-ghost-btn:disabled{opacity:.45;cursor:not-allowed}.fz-ghost-btn.fz-primary-btn{color:#fff;background:linear-gradient(135deg,#f3a229,#e98517);border-color:#bd771e}.fz-ghost-btn.fz-primary-btn:hover:not(:disabled){filter:brightness(1.08);background:linear-gradient(135deg,#f3a229,#e98517)}.fz-spin{animation:fz-spin .9s linear infinite}@keyframes fz-spin{to{transform:rotate(1turn)}}.fz-preset-chips{gap:7px;display:flex;flex-wrap:wrap}.fz-preset-chip{color:#d5cfc8;cursor:pointer;background:linear-gradient(#292622,#211e1b);border:1px solid #403a34;border-radius:999px;min-height:28px;padding:0 12px;font-size:11px;transition:border-color .16s,background .16s,color .16s}.fz-preset-chip:hover{background:#2b2723;border-color:#695a42}.fz-preset-chip.fz-active{color:#fff;background:linear-gradient(135deg,#f4a026,#e98416);border-color:#bd771e}.fz-preset-chip.fz-more{color:var(--fz-orange-2);border-style:dashed}.fz-group-tabs{background:#1d1a17;border:1px solid #3a342e;border-radius:9px;gap:3px;padding:3px;display:inline-flex;flex-wrap:wrap}.fz-group-tabs button{color:#c9c3bc;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:27px;padding:0 12px;font-size:11px;transition:all .16s}.fz-group-tabs button:hover{color:#fff;background:#2a2520}.fz-group-tabs button.fz-active{color:#fff;background:linear-gradient(135deg,#f4a026,#e98416)}.fz-tag-chips{background:#1d1a17;border:1px solid #332e29;border-radius:10px;gap:6px;padding:9px;display:flex;flex-wrap:wrap;align-content:flex-start;max-height:72px;overflow:hidden;transition:max-height .22s ease;-webkit-mask-image:linear-gradient(#000 62%,rgba(0,0,0,.15));mask-image:linear-gradient(#000 62%,rgba(0,0,0,.15))}.fz-tag-chips.fz-expanded{max-height:208px;overflow-y:auto;-webkit-mask-image:none;mask-image:none}.fz-tag-count{color:var(--fz-orange-2);font-size:11px}.fz-tag-chip{color:#bdb6ae;cursor:pointer;background:#211e1b;border:1px solid #3b352f;border-radius:999px;min-height:24px;padding:0 10px;font-size:10px;transition:border-color .16s,background .16s,color .16s}.fz-tag-chip:hover{color:var(--fz-orange-2);border-color:#6a5738}.fz-tag-chip.fz-active{color:#fff;background:linear-gradient(135deg,#f4a026,#e98416);border-color:#bd771e}.fz-lyric-tags{gap:6px;display:flex;flex-wrap:wrap}.fz-lyric-tags button{color:#bdb6ae;cursor:pointer;background:#211e1b;border:1px solid #3b352f;border-radius:6px;min-height:23px;padding:0 9px;font-size:10px;transition:color .16s,border-color .16s}.fz-lyric-tags button:hover{color:var(--fz-orange-2);border-color:#6a5738}.fz-arrange-notice{color:var(--fz-muted);background:#25211d;border:1px solid #3b352f;border-radius:8px;padding:8px 11px;font-size:11px;line-height:1.6}.fz-advanced-row{gap:10px;display:flex;flex-wrap:wrap}.fz-translating{color:var(--fz-muted);font-size:11px}.fz-modal-mask{background:#000000a8;justify-content:center;align-items:flex-start;padding:7vh 18px 24px;display:flex;position:fixed;z-index:60;inset:0;overflow-y:auto;backdrop-filter:blur(3px)}.fz-modal{background:linear-gradient(150deg,#24201c,#1b1815);border:1px solid #4a4239;border-radius:16px;width:min(560px,100%);box-shadow:0 24px 60px #00000073}.fz-modal-head{justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px 12px;display:flex}.fz-modal-head h3{margin:0;font-size:17px}.fz-modal-head p{color:var(--fz-muted);margin:5px 0 0;font-size:11px;line-height:1.6}.fz-modal-close{color:#bdb6ae;cursor:pointer;background:#2a2622;border:1px solid #3b352f;border-radius:50%;place-items:center;width:28px;height:28px;padding:0;transition:all .16s;display:grid;flex:none}.fz-modal-close:hover{color:#fff;background:#3b342c}.fz-modal-body{gap:14px;padding:6px 20px 20px;display:flex;flex-direction:column}.fz-ai-lyrics-form{gap:8px;display:flex}.fz-ai-lyrics-form input{box-sizing:border-box;color:#f7f3ed;background:#25211e;border:1px solid #4a443e;border-radius:10px;flex:1;min-width:0;height:38px;padding:0 12px;font:inherit;font-size:12px;outline:none}.fz-ai-lyrics-form input:focus{border-color:#f59b23;box-shadow:0 0 0 2px rgba(245,155,35,.16)}.fz-ai-lyrics-result{background:#211e1b;border:1px solid #3b352f;border-radius:12px;padding:13px 14px}.fz-ai-lyrics-theme{color:var(--fz-orange-2);font-size:12px;font-weight:650;margin-bottom:8px}.fz-ai-lyrics-result pre{color:#d8d3ce;white-space:pre-wrap;max-height:220px;margin:0 0 10px;font-family:inherit;font-size:11px;line-height:1.65;overflow-y:auto}.fz-ai-lyrics-actions{justify-content:flex-end;gap:8px;display:flex}@media (max-width:760px){.fz-preset-chip{min-height:26px;padding-inline:10px;font-size:10px}.fz-ai-lyrics-form{flex-direction:column}.fz-modal{width:100%}}.fz-subpage{padding-top:96px}.fz-subpage>.fz-content-section:first-child{margin-top:0}.fz-studio-chips{align-items:center;margin:12px 0 14px}.fz-studio-chips .fz-preset-chip{align-items:center;gap:5px;display:inline-flex;white-space:nowrap}.fz-chip-label{color:var(--fz-muted);margin-right:2px;font-size:11px}.fz-studio-actions{align-items:center;gap:8px;display:flex;flex-wrap:wrap}.fz-studio-history{background:#1d1a17;border:1px solid #332e29;border-radius:11px;margin-bottom:12px}.fz-studio-history>summary{color:var(--fz-muted);cursor:pointer;padding:9px 12px;font-size:11px;list-style:none;transition:color .16s}.fz-studio-history>summary::-webkit-details-marker{display:none}.fz-studio-history>summary:before{content:"▸";margin-right:6px;display:inline-block;transition:transform .18s}.fz-studio-history[open]>summary:before{transform:rotate(90deg)}.fz-studio-history>summary:hover{color:var(--fz-orange-2)}.fz-studio-history-body{max-height:230px;padding:0 12px 12px;display:grid;gap:8px;overflow-y:auto}.fz-studio-msg{background:#211e1b;border:1px solid var(--fz-line);border-radius:10px;padding:8px 11px}.fz-studio-msg.fz-user{background:#262220;margin-left:28px}.fz-studio-msg:not(.fz-user){margin-right:28px}.fz-studio-msg strong{color:var(--fz-orange-2);margin-bottom:3px;font-size:11px;display:block}.fz-studio-msg p{color:#d8d3ce;white-space:pre-wrap;margin:0;font-size:12px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.fz-studio-empty{padding:16px;font-size:12px}.fz-studio-empty,.fz-studio-fields{margin-bottom:12px}.fz-studio-lyrics{min-height:320px!important;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.7}.fz-studio-style{min-height:70px!important}.fz-studio-follow{background:#29241f;border:1px solid #3b352f;border-radius:12px;align-items:center;gap:8px;padding:5px 5px 5px 6px;display:flex;box-shadow:inset 0 1px #ffffff06;position:sticky;bottom:12px}.fz-studio-follow input{color:#eee;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 8px;font:inherit;font-size:13px}.fz-studio-follow input::placeholder{color:#77716b}@media (max-width:760px){.fz-generator-tools .fz-studio-actions{width:100%}.fz-studio-actions .fz-generate{flex:1}}.fz-stem-fields{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:12px;margin-bottom:14px}.fz-stem-fields .fz-pro-field select{box-sizing:border-box;width:100%;height:40px;padding:0 10px;border:1px solid #4a443e;border-radius:10px;outline:none;background:#25211e;color:var(--fz-text);font:inherit;cursor:pointer}.fz-stem-fields .fz-pro-field select:focus{border-color:#f59b23;box-shadow:0 0 0 2px rgba(245,155,35,.16)}.fz-stem-fields .fz-pro-field select:disabled{opacity:.5;cursor:not-allowed}.fz-stem-cost{color:var(--fz-muted);background:#f59b230f;border:1px solid #4a3d29;border-radius:9px;padding:7px 11px;font-size:11px}.fz-stem-panel{background:var(--fz-panel);border:1px solid var(--fz-line);border-radius:14px;padding:14px 16px;margin-bottom:12px;display:grid;gap:12px}.fz-stem-status{justify-content:space-between;align-items:center;gap:12px;display:flex;flex-wrap:wrap}.fz-stem-status strong{font-size:14px;display:block}.fz-stem-status span{color:var(--fz-muted);margin-top:3px;font-size:12px;display:block}.fz-stem-status em{color:var(--fz-orange-2);border:1px solid #6a5738;border-radius:999px;padding:3px 11px;font-size:11px;font-style:normal;white-space:nowrap}.fz-stem-progress{background:#2a2521;border-radius:999px;height:8px;overflow:hidden}.fz-stem-progress i{background:linear-gradient(90deg,#f39a20,#ffb019,#e98517);border-radius:inherit;height:100%;transition:width .35s ease;display:block}.fz-state-block{border:1px dashed #3b352f;border-radius:12px;min-height:220px;padding:24px;display:grid;gap:6px;place-content:center;justify-items:center;text-align:center;color:var(--fz-muted)}.fz-state-block strong{color:var(--fz-text);font-size:14px}.fz-state-block p{margin:0;font-size:12px}.fz-stem-outputs{display:grid;gap:10px}.fz-stem-track{background:var(--fz-panel);border:1px solid var(--fz-line);border-radius:12px;padding:10px 14px;display:grid;grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:12px;font-size:13px}.fz-stem-track audio{width:100%;height:34px}@media (max-width:860px){.fz-stem-fields,.fz-stem-track{grid-template-columns:minmax(0,1fr)}}.fz-hero-summary{color:var(--fz-muted);font-size:12px}.fz-library-search{background:#29241f;border:1px solid #3b352f;border-radius:12px;align-items:center;gap:8px;margin-bottom:14px;padding:5px 5px 5px 12px;display:flex;box-shadow:inset 0 1px #ffffff06;color:var(--fz-muted)}.fz-library-search input{color:#eee;background:0 0;border:0;outline:0;flex:1;min-width:0;padding:0 2px;font:inherit;font-size:13px}.fz-library-search input::placeholder{color:#77716b}.fz-song-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(470px,1fr));gap:14px}.fz-song-card{background:var(--fz-panel);border:1px solid var(--fz-line);border-radius:14px;display:grid;grid-template-columns:116px minmax(0,1fr);overflow:hidden;transition:border-color .18s}.fz-song-card:hover{border-color:#6a5738}.fz-generation-card{border-color:#73511f}.fz-generation-cover{color:var(--fz-orange-2);background:radial-gradient(circle at center,#f39a2024,transparent 58%),#1d1a17;place-items:center;display:grid}.fz-cover-wrap.fz-generation-cover{align-content:center;gap:9px}.fz-generation-cover span{color:#d6cec5;font-size:11px;font-variant-numeric:tabular-nums}.fz-generation-info{min-height:78px;padding-right:9px;display:grid;gap:9px}.fz-task-progress-row{color:var(--fz-muted);align-items:center;gap:7px;font-size:11px;display:flex}.fz-task-progress{background:#171411;border:1px solid #3c3328;border-radius:999px;width:100%;height:8px;overflow:hidden}.fz-task-progress i{background:linear-gradient(90deg,#e98517,#ffb019);border-radius:inherit;height:100%;min-width:3px;transition:width .35s ease;display:block}.fz-song-cover{background:#221f1c;place-items:center;display:grid;color:var(--fz-muted);aspect-ratio:1}.fz-song-cover img{object-fit:cover;width:100%;height:100%;display:block}.fz-song-body{min-width:0;padding:12px 14px;display:grid;gap:9px;align-content:start}.fz-song-body>div{min-width:0}.fz-song-title{font-size:14px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fz-song-meta{align-items:center;color:var(--fz-muted);display:flex;gap:8px;margin-top:3px;font-size:11px;max-width:100%;min-width:0;width:100%}.fz-song-tags{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fz-song-duration{color:#b9b2aa;flex:none;font-variant-numeric:tabular-nums}.fz-song-body audio{width:100%;height:32px}.fz-song-actions{gap:6px;display:flex;flex-wrap:wrap}.fz-ghost-btn.fz-active{color:var(--fz-orange-2);background:#f59b2314;border-color:#6a5738}.fz-ghost-btn.fz-danger-btn{color:#e08172;border-color:#5a3a34}.fz-ghost-btn.fz-danger-btn:hover:not(:disabled){color:#ef9b8d;background:#3a2723;border-color:#7d4a40}.fz-song-lyrics>summary{color:var(--fz-muted);cursor:pointer;font-size:11px;list-style:none;transition:color .16s}.fz-song-lyrics>summary::-webkit-details-marker{display:none}.fz-song-lyrics>summary:before{content:"▸";margin-right:5px;display:inline-block;transition:transform .18s}.fz-song-lyrics[open]>summary:before{transform:rotate(90deg)}.fz-song-lyrics>summary:hover{color:var(--fz-orange-2)}.fz-song-lyrics pre{color:#cfc9c2;background:#1d1a17;border:1px solid #332e29;border-radius:9px;max-height:150px;margin:8px 0 0;padding:10px;font-size:11px;line-height:1.6;white-space:pre-wrap;overflow:auto}.fz-pager{justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}.fz-pager>span{color:var(--fz-muted);font-size:12px}@media (max-width:620px){.fz-song-grid{grid-template-columns:minmax(0,1fr)}.fz-song-card{grid-template-columns:92px minmax(0,1fr)}}.fz-header>nav a{cursor:pointer}.fz-header>nav a.fz-nav-active{color:var(--fz-orange-2);font-weight:650}.fz-section-heading>button{color:#bdb6ae}.fz-language.fz-select-control{height:32px;padding-inline:12px}