.math-curve-scene{height:100vh;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:thin;scrollbar-color:rgba(255,244,234,.34) transparent;color:#fff8f0f2;background:radial-gradient(circle at top,rgba(248,224,198,.12),transparent 32%),radial-gradient(circle at 18% 22%,rgba(222,160,102,.08),transparent 28%),linear-gradient(180deg,#080808,#050505)}.math-curve-scene::-webkit-scrollbar{width:2px}.math-curve-scene::-webkit-scrollbar-track{background:transparent}.math-curve-scene::-webkit-scrollbar-thumb{background:#fff4ea57;border-radius:999px}.math-curve-scene::-webkit-scrollbar-thumb:hover{background:#fff4ea7a}.math-curve-page{max-width:1120px;margin:0 auto;padding:28px 20px 72px}.math-curve-hero{margin:0 auto 28px;padding-right:72px}.math-curve-eyebrow,.math-curve-kicker,.math-curve-count,.math-curve-function-label{margin:0;letter-spacing:.18em;text-transform:uppercase;font-size:11px;color:#fff4ea8a}.math-curve-hero h1{margin:10px 0 0;max-width:820px;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-weight:600;font-size:clamp(32px,4vw,54px);line-height:1.02;letter-spacing:-.03em}.math-curve-intro{max-width:700px;margin:14px 0 0;font-size:14px;line-height:1.7;color:#fff3e7b3}.math-curve-section+.math-curve-section{margin-top:36px}.math-curve-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.math-curve-section-copy{margin:8px 0 0;max-width:560px;font-size:13px;line-height:1.6;color:#fff3e78f}.math-curve-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.math-curve-card{position:relative;border:1px solid rgba(255,244,234,.1);border-radius:22px;background:linear-gradient(180deg,#ffffff0b,#ffffff03),#060606d1;box-shadow:inset 0 1px #ffffff0d,0 24px 70px #00000057;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.math-curve-card:hover,.math-curve-card:focus-visible{transform:translateY(-2px);border-color:#ffecdb33;outline:none}.math-curve-frame{position:relative;min-height:200px;display:grid;place-items:center;margin:14px;border-radius:18px;background:radial-gradient(circle,rgba(255,245,235,.08),transparent 58%),#ffffff05}.math-curve-index{position:absolute;left:14px;top:14px;font-size:11px;letter-spacing:.14em;color:#fff4ea73}.math-curve-svg{width:122px;height:122px;overflow:visible}.math-curve-formula{margin:10px 0 0;white-space:pre-wrap;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px;line-height:1.62;color:#fff4ead1}.math-curve-modal{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:20px 16px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility 0s linear .22s}.math-curve-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s ease,visibility 0s linear 0s}.math-curve-backdrop{position:absolute;inset:0;background:#000000c2;backdrop-filter:blur(10px)}.math-curve-viewer{position:relative;z-index:1;width:min(1080px,calc(100vw - 32px));display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.92fr);gap:14px;transform:scale(.965);opacity:0;transition:transform .26s ease,opacity .22s ease}.math-curve-modal.is-open .math-curve-viewer{transform:scale(1);opacity:1}.math-curve-viewer-preview,.math-curve-code-panel{min-height:0;border:1px solid rgba(255,244,234,.1);border-radius:24px;background:linear-gradient(180deg,#ffffff0a,#ffffff03),#050505f0;box-shadow:inset 0 1px #ffffff0d,0 24px 70px #00000061}.math-curve-viewer-preview{padding:18px}.math-curve-stage{min-height:340px;display:grid;place-items:center;border-radius:18px;background:radial-gradient(circle,rgba(255,245,235,.08),transparent 60%),#ffffff05}.math-curve-viewer-svg{width:min(100%,280px);aspect-ratio:1;overflow:visible}.math-curve-viewer-copy{margin-top:16px}.math-curve-controls{margin-top:20px}.math-curve-control-head,.math-curve-code-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.math-curve-control-head p,.math-curve-code-head p{margin:0;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#fff4ea85}.math-curve-control-head button,.math-curve-code-actions button{appearance:none;border:1px solid rgba(255,244,234,.12);border-radius:999px;background:#ffffff08;color:#fff8f0e6;font:inherit;font-size:12px;line-height:1;padding:9px 12px;cursor:pointer;transition:background .16s ease,border-color .16s ease}.math-curve-control-head button:hover,.math-curve-code-actions button:hover{background:#ffffff14;border-color:#fff4ea38}.math-curve-control-list{display:grid;gap:12px;margin-top:14px}.math-curve-control{display:grid;grid-template-columns:1fr auto;gap:6px 10px}.math-curve-control span,.math-curve-control strong{font-size:12px;color:#fff4eac7}.math-curve-control strong{color:#fff4ea8a;font-weight:500}.math-curve-control input{grid-column:1 / -1;width:100%;accent-color:#f2c994}.math-curve-code-panel{display:flex;flex-direction:column;padding:18px}.math-curve-code-actions{display:flex;gap:8px}.math-curve-code-block{flex:1;margin:16px 0 0;min-height:320px;overflow:auto;border-radius:18px;padding:16px;background:#ffffff05;font-family:SF Mono,JetBrains Mono,ui-monospace,monospace;font-size:12px;line-height:1.68;color:#fff4ead9}.math-curve-code-block code{white-space:pre-wrap}@media(max-width:900px){.math-curve-viewer{grid-template-columns:1fr}.math-curve-stage{min-height:280px}}@media(max-width:640px){.math-curve-page{padding:22px 14px 64px}.math-curve-hero{padding-right:56px}.math-curve-section-head{align-items:start;flex-direction:column}.math-curve-grid{grid-template-columns:1fr}.math-curve-viewer-preview,.math-curve-code-panel{padding:14px;border-radius:20px}.math-curve-code-actions{flex-wrap:wrap;justify-content:flex-end}}
