.terms-page{display:flex;flex-direction:column;min-height:100vh;background-color:var(--bg-color)}.terms-content{flex:1;padding:var(--spacing-large);max-width:900px;margin:0 auto;color:var(--text-color);line-height:1.6}.terms-updated{color:var(--text-color-secondary);font-size:14px;margin-bottom:var(--spacing-medium)}.terms-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:var(--spacing-small);color:var(--text-color)}.terms-subtitle{text-align:center;font-size:18px;margin-bottom:var(--spacing-x-large);color:var(--text-color)}.terms-sections{padding-left:var(--spacing-large)}.terms-sections>li{margin-bottom:var(--spacing-x-large)}.terms-sections>li>strong{display:block;font-size:18px;font-weight:600;color:var(--text-color);margin-bottom:var(--spacing-medium);padding-bottom:var(--spacing-small);border-bottom:2px solid var(--border-color)}.terms-sections p{margin-bottom:var(--spacing-medium)}.terms-sections p:last-child{margin-bottom:0}.terms-sections ul,.terms-sections ol{margin-top:var(--spacing-medium);margin-bottom:var(--spacing-medium);padding-left:var(--spacing-large)}.terms-sections ul li,.terms-sections ol li{margin-bottom:var(--spacing-medium)}.terms-sections ul li:last-child,.terms-sections ol li:last-child{margin-bottom:0}.terms-sections a{color:var(--primary-color, #007bff);text-decoration:none;word-break:break-word}.terms-sections a:hover,.terms-sections u{text-decoration:underline}.designated-agent{padding:var(--spacing-medium);background-color:var(--bg-hover);border-radius:8px;margin-top:var(--spacing-small)}@media (max-width: 768px){.terms-content{padding:var(--spacing-medium)}.terms-title{font-size:24px}.terms-subtitle{font-size:16px}.terms-sections{padding-left:var(--spacing-medium)}.terms-sections>li>strong{font-size:16px}}@media (prefers-color-scheme: dark){.terms-sections>li>strong{border-bottom-color:#fff3}.designated-agent{background-color:#ffffff0d}}
