:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f8fafc;font-synthesis:none;text-rendering:optimizelegibility;--cyan:#22d3ee;--blue:#60a5fa;--violet:#8b5cf6;--pink:#f472b6;--panel:#0d0e1fc7;--line:#94a3b824;background:#070713;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:radial-gradient(circle at 24% 20%,#4338ca2e,#0000 32%),radial-gradient(circle at 78% 78%,#0891b21f,#0000 32%),#070713;min-height:100vh;overflow:hidden}button,input,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.app-shell{isolation:isolate;min-height:100vh;position:relative}.fatal-fallback{text-align:center;place-items:center;min-height:100vh;padding:32px;display:grid}.fatal-fallback>div{border:1px solid var(--line);background:#0d0e1fdb;border-radius:20px;width:min(440px,100%);padding:42px 34px;box-shadow:0 28px 90px #0000006b}.fatal-fallback small{color:var(--cyan);letter-spacing:.16em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.fatal-fallback h1{margin:18px 0 8px;font-size:28px}.fatal-fallback p{color:#64748b;margin:0 0 24px;font-size:13px}.fatal-fallback button{color:#e0f2fe;cursor:pointer;background:#0e749024;border:1px solid #7dd3fc52;border-radius:10px;padding:10px 18px}.app-shell:before{z-index:-2;content:"";opacity:.28;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 82%);mask-image:linear-gradient(#000,#0000 82%)}.ambient{z-index:-1;filter:blur(110px);opacity:.1;pointer-events:none;border-radius:50%;width:38vw;height:38vw;position:fixed}.ambient-one{background:var(--violet);top:-22vw;left:8vw}.ambient-two{background:var(--cyan);bottom:-20vw;right:-18vw}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#070713b8;grid-template-columns:1fr auto 1fr;align-items:center;height:74px;padding:0 30px;display:grid;position:relative}.brand{width:-moz-fit-content;width:fit-content;color:inherit;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{width:35px;height:35px;display:block;position:relative}.brand-mark:before,.brand-mark:after{content:"";border:1px solid #22d3ee4d;border-radius:50%;position:absolute}.brand-mark:before{inset:1px}.brand-mark:after{inset:8px}.brand-mark i{width:6px;height:6px;box-shadow:0 0 12px var(--cyan);background:#e0f2fe;border-radius:50%;display:block;position:absolute}.brand-mark i:first-child{top:2px;left:15px}.brand-mark i:nth-child(2){bottom:8px;right:2px}.brand-mark i:nth-child(3){bottom:1px;left:5px}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.12em;font-size:15px}.brand small{color:#64748b;letter-spacing:.2em;margin-top:2px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.archive-stats{border:1px solid var(--line);color:#64748b;background:#ffffff06;border-radius:99px;align-items:center;gap:18px;padding:8px 16px;font-size:11px;display:flex}.archive-stats b{color:#cbd5e1;font-weight:650}.api-link{color:#94a3b8;letter-spacing:.14em;justify-self:end;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;text-decoration:none}.workspace{grid-template-columns:minmax(0,1fr) 360px;height:calc(100vh - 74px);display:grid}.explorer{grid-template-rows:auto 1fr;min-width:0;display:grid;position:relative;overflow:hidden}.search-zone{z-index:10;pointer-events:none;width:min(570px,100% - 68px);position:absolute;top:32px;left:34px}.search-zone>*{pointer-events:auto}.eyebrow{color:#64748b;letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:15px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;display:flex}.pulse-dot{background:#34d399;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse;box-shadow:0 0 12px #34d399}.search-zone h1{letter-spacing:-.045em;max-width:520px;margin:0 0 24px;font-size:clamp(27px,3vw,44px);font-weight:650;line-height:1.08}.search-zone h1 em{color:#0000;background:linear-gradient(90deg,#67e8f9,#a78bfa 65%,#f0abfc);-webkit-background-clip:text;background-clip:text;font-style:normal;display:block}.search-box{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0d0e1fdb;border:1px solid #94a3b833;border-radius:16px;align-items:center;width:min(500px,100%);height:54px;transition:border-color .16s,box-shadow .16s;display:flex;position:relative;box-shadow:0 22px 70px #00000061}.search-box>svg{fill:none;stroke:#64748b;stroke-linecap:round;stroke-width:1.7px;width:19px;margin-left:17px}.search-box input{color:#f8fafc;background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;padding:0 15px;font-size:14px}.search-spinner{border:2px solid #22d3ee2e;border-top-color:var(--cyan);border-radius:50%;width:16px;height:16px;margin-right:16px;animation:.75s linear infinite spin}.search-results{-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:#0b0c1bf7;border:1px solid #94a3b82e;border-radius:16px;max-height:min(430px,55vh);padding:7px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:auto;box-shadow:0 28px 90px #0000008c}.search-results>p{color:#64748b;text-align:center;margin:18px;font-size:13px}.search-results button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;grid-template-columns:11px 1fr auto;align-items:center;gap:11px;padding:11px 10px;display:grid}.result-orb,.mini-orb{background:linear-gradient(135deg, var(--cyan), var(--violet));border-radius:50%;display:block;box-shadow:0 0 12px #22d3ee8c}.result-orb{width:7px;height:7px}.search-results strong,.search-results small{display:block}.search-results strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.search-results small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.search-results code{color:#475569;font-size:9px}.graph-stage{position:absolute;inset:0;overflow:hidden}.graph-stage:before{content:"";pointer-events:none;background:radial-gradient(circle,#0000 35%,#070713ad 100%);position:absolute;inset:0}.graph-canvas{touch-action:none;cursor:grab;width:100%;height:100%}.graph-toolbar{z-index:5;pointer-events:none;justify-content:space-between;align-items:flex-end;display:flex;position:absolute;bottom:22px;left:24px;right:24px}.graph-toolbar>div{pointer-events:auto}.graph-toolbar strong,.live-indicator{display:block}.live-indicator{color:var(--cyan);letter-spacing:.18em;margin-bottom:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.graph-toolbar strong{color:#94a3b8;font-size:11px;font-weight:500}.graph-controls{border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0b19b8;border-radius:12px;align-items:center;gap:12px;padding:7px 9px 7px 13px;display:flex}.graph-controls label{color:#64748b;align-items:center;gap:6px;font-size:9px;display:flex}.graph-controls select{color:#cbd5e1;background:#121426;border:1px solid #94a3b826;border-radius:7px;outline:0;padding:4px 21px 4px 7px;font-size:10px}.interaction-hint{color:#475569;font-size:9px}.graph-loading{z-index:4;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07071347;place-content:center;display:grid;position:absolute;inset:0}.graph-loading span{border:1px solid #22d3ee29;border-top-color:var(--cyan);border-radius:50%;width:42px;height:42px;margin:0 auto;animation:1s linear infinite spin;box-shadow:0 0 32px #22d3ee1f}.graph-loading p{color:#64748b;margin:13px 0 0;font-size:11px}.truncated-note{color:#fbbf24;background:#78350f2e;border:1px solid #fbbf2433;border-radius:8px;padding:7px 10px;font-size:9px;position:absolute;top:22px;right:22px}.detail-panel{z-index:8;border-left:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);min-width:0;position:relative;overflow:hidden}.detail-scroll{scrollbar-color:#283047 transparent;scrollbar-width:thin;height:100%;padding:28px 24px 40px;overflow-y:auto}.song-hero{border-bottom:1px solid var(--line);padding-bottom:24px}.vinyl{background:repeating-radial-gradient(circle,#0000 0 4px,#ffffff0b 5px 6px),conic-gradient(from 15deg,#0f172a,#312e81,#164e63,#0f172a);border:1px solid #ffffff14;border-radius:50%;width:68px;height:68px;margin-bottom:20px;animation:18s linear infinite vinyl;position:relative;box-shadow:0 16px 35px #0000004d,0 0 34px #60a5fa21}.vinyl:after{content:"";background:#dbeafe;border:5px solid #7c3aed;border-radius:50%;position:absolute;inset:25px}.vinyl span{z-index:2;background:#070713;border-radius:50%;position:absolute;inset:32px}.song-id{color:var(--cyan);letter-spacing:.18em;margin-bottom:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.song-hero h2{overflow-wrap:anywhere;letter-spacing:-.035em;margin:0;font-size:27px;font-weight:660;line-height:1.12}.song-hero>p{color:#7b8aa2;margin:8px 0 0;font-size:12px;line-height:1.6}.song-meta{color:#526078;gap:14px;margin-top:17px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;display:flex}blockquote{border-left:2px solid var(--violet);color:#94a3b8;background:#8b5cf60f;border-radius:0 10px 10px 0;margin:18px 0 0;padding:13px 14px 13px 17px;font-size:11px;line-height:1.7;position:relative}.recommendation-heading{justify-content:space-between;align-items:end;margin:26px 0 10px;display:flex}.recommendation-heading small{color:#475569;letter-spacing:.16em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:7px}.recommendation-heading h3{margin:3px 0 0;font-size:14px;font-weight:600}.recommendation-heading>span{color:#475569;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.recommendation-list{margin:0;padding:0;list-style:none}.recommendation-list button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #94a3b813;grid-template-columns:23px 8px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 7px;transition:background .14s,transform .14s;display:grid}.recommendation-list button:hover{background:#60a5fa0f;border-radius:9px;transform:translate(2px)}.rank{color:#3f4a60;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.mini-orb{width:5px;height:5px}.recommendation-copy{min-width:0}.recommendation-copy strong,.recommendation-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.recommendation-copy strong{font-size:11px;font-weight:550}.recommendation-copy small{color:#526078;margin-top:3px;font-size:8px}.arrow{color:#334155;font-size:12px}.error-toast{z-index:50;color:#fecdd3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#3f101ff0;border:1px solid #fb71854d;border-radius:12px;align-items:center;gap:9px;max-width:430px;padding:12px 13px;font-size:11px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 60px #00000075}.error-toast>span{color:#fb7185;background:#fb718529;border-radius:50%;place-items:center;width:20px;height:20px;font-weight:700;display:grid}.error-toast button{color:#fb7185;cursor:pointer;background:0 0;border:0;margin-left:auto}:root{color:#1f1d1a;--cyan:#e84c20;--blue:#e84c20;--violet:#e84c20;--pink:#e84c20;--panel:#e8e2d6f5;--line:#1f1d1a33;background:#f1ede3}body{background:#f1ede3}.app-shell:before{opacity:.38;background-image:linear-gradient(#1f1d1a07 1px,#0000 1px),linear-gradient(90deg,#1f1d1a07 1px,#0000 1px);background-size:36px 36px;-webkit-mask-image:none;mask-image:none}.ambient{display:none}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f1ede3f0;border-color:#1f1d1a;height:70px}.brand{gap:11px}.brand-mark:before,.brand-mark:after{border-color:#1f1d1a85}.brand-mark i{width:5px;height:5px;box-shadow:none;background:#e84c20}.brand strong{letter-spacing:.08em;font-family:Songti SC,Noto Serif SC,STSong,serif;font-size:17px}.brand small{color:#746e64}.archive-stats{color:#746e64;background:0 0;border:0;border-radius:0;gap:22px;padding:0}.archive-stats span+span{border-left:1px solid #1f1d1a3d;padding-left:22px}.archive-stats b,.api-link{color:#1f1d1a}.api-link span{color:#e84c20}.workspace{grid-template-columns:minmax(0,1fr) 350px;height:calc(100vh - 70px)}.eyebrow{color:#746e64}.pulse-dot{width:7px;height:7px;box-shadow:none;background:#e84c20;border-radius:0;animation:none}.search-zone h1{letter-spacing:-.04em;max-width:560px;margin-bottom:25px;font-family:Songti SC,Noto Serif SC,STSong,serif;font-size:clamp(30px,3.2vw,48px);font-weight:600;line-height:1.06}.search-zone h1 em{color:#e84c20;background:0 0}.search-box{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f7f4ecf5;border-color:#1f1d1a;border-radius:2px;height:52px;box-shadow:5px 5px #1f1d1a1a}.search-box:focus-within{border-color:#e84c20;box-shadow:5px 5px #e84c2026}.search-box>svg{stroke:#746e64}.search-box input{color:#1f1d1a}.search-box input::placeholder{color:#8d867c}.search-spinner{border-color:#e84c20 #e84c202e #e84c202e}.search-results{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f7f4ec;border-color:#1f1d1a;border-radius:2px;padding:5px;box-shadow:7px 7px #1f1d1a1f}.search-results>p,.search-results small{color:#746e64}.search-results button{border-radius:0}.search-results button:hover{background:#e84c2014}.result-orb,.mini-orb{box-shadow:none;background:#e84c20;border-radius:0}.search-results code{color:#8d867c}.graph-stage:before{display:none}.live-indicator{color:#e84c20}.graph-toolbar strong,.interaction-hint,.graph-controls label{color:#746e64}.graph-controls{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f7f4ecf0;border-color:#1f1d1a;border-radius:2px}.graph-controls select{color:#1f1d1a;background:#f7f4ec;border-color:#1f1d1a52;border-radius:0}.graph-navigation{align-items:center;gap:12px;display:flex}.graph-navigation button{color:#1f1d1a;cursor:pointer;background:#f7f4ec;border:1px solid #1f1d1a;border-radius:0;padding:7px 10px}.graph-navigation button:hover:not(:disabled){color:#fffaf0;background:#e84c20;border-color:#e84c20}.graph-navigation button:disabled{opacity:.34;cursor:default}.graph-navigation span{color:#746e64;font-size:9px}.recommendation-tree{cursor:default;touch-action:auto;scrollbar-color:#1f1d1a47 transparent;scrollbar-width:thin;height:auto;min-height:0;padding:0 26px 92px 34px;position:absolute;inset:300px 0 0;overflow:auto}.tree-root,.tree-children{width:100%;margin:0;padding:0;list-style:none}.tree-children{border-left:1px solid #1f1d1a42;width:auto;margin-left:20px;padding-left:20px;position:relative}.tree-branch{position:relative}.tree-children>.tree-branch:before{content:"";border-top:1px solid #1f1d1a42;width:14px;position:absolute;top:30px;left:-20px}.tree-row{border-bottom:1px solid #1f1d1a29;min-width:0;transition:background .14s;display:flex}.tree-row:hover,.tree-row:focus-within{background:#e84c200e}.tree-main,.tree-recenter{color:#1f1d1a;cursor:pointer;background:0 0;border:0;border-radius:0}.tree-main{text-align:left;flex:1;grid-template-columns:32px 46px minmax(0,1fr) 28px;align-items:center;min-width:0;padding:14px 10px 14px 0;display:grid}.tree-disclosure{color:#e84c20;text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:18px;line-height:1}.tree-rank{color:#e84c20;letter-spacing:.08em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.tree-copy{min-width:0}.tree-copy strong,.tree-copy small{display:block}.tree-copy strong{color:#1f1d1a;overflow-wrap:anywhere;font-size:14px;font-weight:650;line-height:1.35}.tree-copy small{color:#746e64;margin-top:4px;font-size:10px}.tree-depth{color:#1f1d1a57;text-align:right;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.tree-recenter{color:#746e64;opacity:0;flex:none;align-items:center;gap:5px;padding:0 14px;font-size:9px;transition:color .14s,opacity .14s;display:flex}.tree-row:hover .tree-recenter,.tree-row:focus-within .tree-recenter{opacity:1}.tree-recenter:hover,.tree-recenter:focus-visible{color:#e84c20}.tree-branch.depth-0>.tree-row{border-top:1px solid #1f1d1a;border-bottom-color:#1f1d1a}.tree-branch.depth-0>.tree-row .tree-main{padding-top:17px;padding-bottom:17px}.tree-branch.depth-0>.tree-row .tree-copy strong{font-family:Songti SC,Noto Serif SC,STSong,serif;font-size:23px;font-weight:600}.graph-loading{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f1ede3b8}.graph-loading span{box-shadow:none;border-color:#e84c20 #1f1d1a29 #1f1d1a29}.graph-loading p{color:#746e64}.truncated-note{color:#b43817;background:#f7f4ec;border-color:#e84c20;border-radius:0}.detail-panel{background:var(--panel);-webkit-backdrop-filter:none;backdrop-filter:none;border-color:#1f1d1a}.detail-scroll{scrollbar-color:#a69e91 transparent}.song-hero{border-color:#1f1d1a3d}.vinyl{background:repeating-radial-gradient(circle,#0000 0 4px,#1f1d1a21 5px 6px),#ddd5c6;border:1px solid #1f1d1a;animation:none;box-shadow:4px 4px #1f1d1a24}.vinyl:after{background:#f1ede3;border-color:#e84c20}.vinyl span{background:#1f1d1a}.song-id{color:#e84c20}.song-hero h2{font-family:Songti SC,Noto Serif SC,STSong,serif;font-size:30px;font-weight:600}.song-hero>p,.song-meta,blockquote,.recommendation-copy small{color:#746e64}blockquote{background:#e84c200f;border-color:#e84c20;border-radius:0}.recommendation-heading small,.recommendation-heading>span,.rank,.arrow{color:#8d867c}.recommendation-list button{border-color:#1f1d1a1f}.recommendation-list button:hover{background:#e84c2012;border-radius:0}.recommendation-list button:hover .arrow{color:#e84c20}.entity-links{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.entity-links button,.entity-parent,.entity-back,.entity-more{color:#746e64;cursor:pointer;background:#f7f4ec;border:1px solid #1f1d1a52;border-radius:0}.entity-links button{text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:6px 8px;font-size:10px;overflow:hidden}.entity-links button:hover,.entity-parent:hover,.entity-back:hover,.entity-more:hover:not(:disabled){color:#e84c20;border-color:#e84c20}.entity-links button span{color:#e84c20;margin-left:4px}.entity-back{margin-bottom:22px;padding:7px 10px;font-size:9px}.entity-hero{border-bottom:1px solid #1f1d1a3d;padding-bottom:24px}.entity-hero img,.entity-monogram{background:#ddd5c6;border:1px solid #1f1d1a;width:82px;height:82px;margin-bottom:20px;box-shadow:4px 4px #1f1d1a24}.entity-hero img{object-fit:cover;display:block}.entity-monogram{color:#e84c20;place-items:center;font-family:Songti SC,Noto Serif SC,STSong,serif;font-size:34px;display:grid}.entity-hero h2{overflow-wrap:anywhere;margin:0;font-family:Songti SC,Noto Serif SC,STSong,serif;font-size:30px;font-weight:600}.entity-hero>p{color:#746e64;margin:8px 0 0;font-size:11px}.entity-parent{margin-top:11px;padding:6px 8px;font-size:10px}.entity-song-list button{grid-template-columns:23px 8px minmax(0,1fr) auto}.entity-order{border:1px solid #1f1d1a47;display:flex}.entity-order button{color:#8d867c;cursor:pointer;background:0 0;border:0;min-width:42px;padding:5px 8px;font-size:9px}.entity-order button+button{border-left:1px solid #1f1d1a38}.entity-order button.active{color:#f7f4ec;background:#1f1d1a}.disc-divider{color:#e84c20;letter-spacing:.14em;align-items:center;gap:9px;margin:15px 0 3px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;display:flex}.disc-divider:after{content:"";background:#1f1d1a2e;flex:1;height:1px}.entity-ref-count{color:#8d867c;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px}.entity-more{width:100%;min-height:42px;margin-top:14px;font-size:10px}.entity-more:disabled{cursor:default;opacity:.55}.entity-loading{color:#746e64;text-align:center;padding:28px 0;font-size:11px}.fatal-fallback>div{background:#f7f4ec;border-color:#1f1d1a;border-radius:2px;box-shadow:8px 8px #1f1d1a1f}.fatal-fallback small{color:#e84c20}.fatal-fallback p{color:#746e64}.fatal-fallback button{color:#fffaf0;background:#e84c20;border-color:#1f1d1a;border-radius:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.45;box-shadow:0 0 5px #34d399}}@keyframes vinyl{to{transform:rotate(360deg)}}@media (max-width:980px){body{overflow:auto}.app-shell{min-height:100dvh}.topbar{grid-template-columns:1fr auto;padding:0 18px}.archive-stats{display:none}.workspace{grid-template-columns:1fr;height:auto;min-height:calc(100dvh - 70px)}.explorer{min-height:0;display:block;overflow:visible}.search-zone{width:auto;padding:28px 24px 0;position:relative;top:auto;left:auto}.graph-stage{flex-direction:column;display:flex;position:relative;inset:auto;overflow:visible}.recommendation-tree{order:1;height:min(68dvh,680px);min-height:500px;padding:28px 24px 36px;position:relative;inset:auto}.graph-toolbar{border-top:1px solid #1f1d1a2e;order:2;align-items:center;padding:16px 24px 20px;position:relative;bottom:auto;left:auto;right:auto}.graph-loading{bottom:69px}.detail-panel{border-top:1px solid var(--line);border-left:0;min-height:0}.detail-scroll{height:auto;overflow:visible}}@media (max-width:640px){.topbar{height:64px;padding:0 14px}.brand{gap:8px}.brand-mark{transform-origin:0;width:30px;height:30px;transform:scale(.86)}.brand strong{font-size:15px}.brand small{font-size:7px}.api-link{font-size:10px}.workspace{min-height:calc(100dvh - 64px)}.search-zone{width:auto;padding:24px 16px 0;top:auto;left:auto}.search-zone h1{margin-bottom:18px;font-size:clamp(28px,8.8vw,36px);line-height:1.1}.graph-toolbar{gap:12px;padding:14px 16px 18px;bottom:auto;left:auto;right:auto}.interaction-hint,.graph-navigation span{display:none}.graph-toolbar>div:first-child{min-width:0}.graph-toolbar strong{text-overflow:ellipsis;white-space:nowrap;max-width:48vw;font-size:10px;overflow:hidden}.graph-navigation{flex:none;margin-left:auto}.graph-navigation button{min-height:40px;padding:8px 10px}.graph-loading{bottom:73px}.recommendation-tree{height:min(66dvh,600px);min-height:460px;padding:24px 12px 30px 14px;top:auto}.tree-children{margin-left:9px;padding-left:10px}.tree-children>.tree-branch:before{width:7px;left:-10px}.tree-main{grid-template-columns:22px 31px minmax(0,1fr);min-height:54px;padding:10px 4px 10px 0}.tree-copy strong{font-size:14px;line-height:1.3}.tree-copy small{margin-top:3px;font-size:10px}.tree-depth{display:none}.tree-branch.depth-0>.tree-row .tree-copy strong{font-size:21px}.tree-recenter{opacity:1;width:38px;min-height:44px;padding:0 12px}.tree-recenter-label{display:none}.tree-recenter span[aria-hidden=true]{font-size:14px}.detail-scroll{padding:26px 18px 44px}.song-hero h2{font-size:clamp(27px,8vw,34px)}.recommendation-list button{min-height:52px;padding:11px 5px}.recommendation-copy strong{font-size:13px}.recommendation-copy small{font-size:10px}.entity-links button,.entity-back,.entity-parent{min-height:40px;font-size:11px}.entity-hero h2{font-size:clamp(27px,8vw,34px)}.entity-ref-count{font-size:9px}.entity-order button{min-width:48px;min-height:34px;font-size:10px}.search-results{max-height:min(52dvh,430px)}.search-results code{display:none}.error-toast{max-width:none;bottom:12px;left:12px;right:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
