:root{--primary:hsl(var(--ds-accent));--primary-hover:hsl(var(--ds-accent-active));--primary-light:hsl(var(--ds-accent) / .1);--primary-shadow:hsl(var(--ds-accent) / .25);--text-on-primary:hsl(var(--ds-surface));--bg-primary:hsl(var(--ds-bg));--bg-secondary:hsl(var(--ds-surface));--bg-tertiary:hsl(var(--ds-border) / .02);--bg-hover:hsl(var(--ds-border) / .04);--border-primary:hsl(var(--ds-surface-active));--border-secondary:hsl(var(--ds-surface-active));--text-primary:hsl(var(--ds-text));--text-secondary:hsl(var(--ds-text-muted));--text-muted:hsl(var(--ds-text-tertiary));--text-subtle:hsl(var(--ds-text-tertiary));--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:24px}.terms-section{background-color:var(--bg-primary);padding:0 50px 80px}.terms-container{max-width:900px;margin:0 auto}.terms-list{margin-bottom:60px}.terms-item{border:1px solid var(--border-primary);background:#ffffff05;border-radius:12px;margin-bottom:12px;transition:all .3s;overflow:hidden}.terms-item:hover{border-color:var(--border-secondary);background:#ffffff0a}.terms-item.active{border-color:var(--primary);background:#0ea5e90d}.terms-question{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 24px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.terms-question:hover{color:var(--primary)}.terms-icon{color:var(--text-secondary);flex-shrink:0;transition:transform .3s}.terms-item.active .terms-icon{color:var(--primary)}.terms-answer{max-height:0;transition:max-height .5s;overflow:hidden}.terms-item.active .terms-answer{max-height:2000px}.terms-answer-content{color:var(--text-secondary);white-space:pre-line;padding:0 24px 20px;font-size:14px;line-height:1.7}@media screen and (max-width:768px){.terms-section{padding:0 24px 50px}.terms-question{padding:16px 20px;font-size:15px}.terms-answer-content{padding:0 20px 16px;font-size:13px}}@media screen and (max-width:480px){.terms-section{padding:0 16px 40px}}
