.motivation-section{background:var(--surface-raised,#fff);border:1px solid var(--border-muted,#e5e7eb);border-radius:12px;padding:28px 32px 24px;animation:.48s cubic-bezier(.2,.6,.2,1) both fadeInIntro}@keyframes fadeInIntro{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.motivation-section h2{color:var(--text,#0f172a);letter-spacing:-.01em;margin:0 0 10px;font-size:17px;font-weight:600;line-height:1.35}.motivation-section p{color:var(--text-muted,#64748b);margin:0 0 14px;font-size:14px;line-height:1.6}.motivation-section strong{color:var(--text,#0f172a);font-weight:600}.highlight-red{color:var(--heat,#ef4444);font-weight:600}.diagram-wrapper{aspect-ratio:1/.75;background:var(--bg2,#fafafa);border:1px solid var(--border-faint,#f1f5f9);border-radius:10px;justify-content:center;align-items:center;width:100%;max-height:380px;margin:18px 0 22px;display:flex;position:relative}svg.lines{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.animated-line{stroke-width:1px;stroke-opacity:.35;stroke-dasharray:2000;stroke-dashoffset:2000px;animation:.9s cubic-bezier(.2,.6,.2,1) forwards drawLine}@keyframes drawLine{to{stroke-dashoffset:0}}.node-wrapper{z-index:10;position:absolute;transform:translate(-50%,-50%)}.center-wrapper{z-index:20;top:50%;left:50%}.inner-node{text-align:center;background:var(--surface-raised,#fff);border:1px solid var(--node-color,#94a3b8);opacity:0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:78px;height:78px;padding:6px;transition:border-color .16s,box-shadow .16s;display:flex;transform:scale(.92)}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.orbit-node{animation:.42s cubic-bezier(.2,.6,.2,1) forwards fadeScaleIn}.inner-node:hover{box-shadow:0 1px 2px #0000000a}.node-icon{filter:grayscale(.15);opacity:.9;font-size:18px;line-height:1}.node-title{color:var(--text,#0f172a);letter-spacing:0;margin-top:3px;font-size:9.5px;font-weight:600;line-height:1.2}.center-node{background:var(--surface-raised,#fff);width:98px;height:98px;color:var(--text,#0f172a);border:1.5px solid var(--heat,#ef4444);letter-spacing:-.005em;opacity:0;z-index:20;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-size:13px;font-weight:600;animation:.52s cubic-bezier(.2,.6,.2,1) forwards fadeScaleIn;display:flex}.center-icon{filter:grayscale(.1);opacity:.9;margin-bottom:3px;font-size:18px}.bottom-text-card{background:var(--bg2,#fafafa);border:1px solid var(--border-muted,#e5e7eb);border-left:2px solid var(--heat,#ef4444);border-radius:0 8px 8px 0;margin-top:8px;padding:14px 16px}.bottom-text-card p{color:var(--text,#0f172a);margin-bottom:0;font-size:14px}.bottom-text-card p:not(:last-child){margin-bottom:8px}.bottom-text-card p strong{color:var(--heat,#ef4444)}.celebration-text{text-align:center;color:var(--text-muted,#64748b);letter-spacing:0;margin:18px 0 0;font-size:13.5px;font-style:italic;font-weight:500}[data-theme=dark] .motivation-section{background:var(--surface-raised);border-color:var(--border-muted)}[data-theme=dark] .diagram-wrapper{background:var(--bg2);border-color:var(--border-faint)}[data-theme=dark] .animated-line{stroke-opacity:.28}[data-theme=dark] .inner-node,[data-theme=dark] .center-node{background:var(--surface-raised)}@media (max-width:640px){.motivation-section{padding:20px}.motivation-section h2{font-size:15px}.motivation-section p{font-size:12.5px}.diagram-wrapper{aspect-ratio:1/.95;margin:14px 0 18px}.inner-node{width:62px;height:62px;padding:5px}.node-icon{font-size:15px}.node-title{font-size:8px}.center-node{width:74px;height:74px;font-size:11px}.center-icon{font-size:15px}.bottom-text-card p{font-size:12.5px}.celebration-text{font-size:11.5px}}
