.terms-page{background-color:var(--color-background);min-height:100vh;color:var(--color-text);flex-direction:column;display:flex}.terms-main{padding-top:calc(var(--header-height) + 40px);flex:1;padding-bottom:80px}.terms-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);margin-bottom:40px;padding:40px 0}.terms-title{color:var(--color-text);margin-bottom:8px;font-size:2.5rem;font-weight:800}.terms-subtitle{color:var(--color-text-secondary);font-size:1rem}.terms-content-wrapper{gap:40px;display:flex}.terms-sidebar{flex-shrink:0;width:250px}.terms-nav{top:calc(var(--header-height) + 40px);background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex;position:sticky}.terms-nav-item{color:var(--color-text-secondary);border-radius:8px;align-items:center;gap:12px;padding:10px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.terms-nav-item:hover{background:var(--color-background);color:var(--color-primary)}.terms-nav-item.active{color:var(--color-primary);background:#6366f11a;font-weight:600}.terms-article{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;flex:1;padding:40px;box-shadow:0 4px 20px #00000005}.terms-section{margin-bottom:40px}.terms-section:last-child{margin-bottom:0}.terms-section h2{color:var(--color-primary);margin-bottom:16px;font-size:1.5rem;font-weight:700}.terms-section p{color:var(--color-text-secondary);margin-bottom:16px;font-size:1.05rem;line-height:1.7}.terms-section ul{margin-bottom:16px;padding-left:20px}.terms-section ul li{color:var(--color-text-secondary);margin-bottom:8px;font-size:1.05rem;line-height:1.7}.terms-highlight-box{border-left:4px solid var(--color-warning);color:var(--color-text);background:#f59e0b1a;border-radius:0 8px 8px 0;padding:16px 20px;line-height:1.6}@media (width<=768px){.terms-content-wrapper{flex-direction:column}.terms-sidebar{width:100%}.terms-nav{position:static}.terms-article{padding:24px}}
