*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:800px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid #f0f0f0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px}.nav-content{justify-content:space-between;height:64px}.nav-brand,.nav-content{display:flex;align-items:center}.nav-brand{text-decoration:none;color:inherit}.logo{width:32px;height:32px;background:linear-gradient(45deg,#2563eb,#7c3aed);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white}.brand-text{margin-left:8px;font-size:20px;font-weight:700;color:#111827}.back-btn{background:#f3f4f6;color:#374151;padding:8px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center}.back-btn:hover{background:#e5e7eb;color:#111827}.back-icon{margin-right:6px}.main-content{padding-top:100px;padding-bottom:80px;min-height:100vh}.header{text-align:center;margin-bottom:48px}.page-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:16px}.last-updated{color:#6b7280;font-size:16px;margin-bottom:32px}.content-card{background:white;border-radius:16px;padding:48px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border:1px solid #f3f4f6}.section{margin-bottom:45px}.section:last-child{margin-bottom:0}.section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:16px}.section-number,.section-title{display:flex;align-items:center}.section-number{background:linear-gradient(45deg,#2563eb,#7c3aed);color:white;width:24px;height:24px;border-radius:50%;justify-content:center;font-size:12px;font-weight:700;margin-right:12px;flex-shrink:0}.section-content{color:#374151;line-height:1.7}.section-content p{margin-bottom:16px}.section-content ol{margin:16px 0;padding-left:20px}.section-content li{margin-bottom:8px}.section-content strong{color:#111827;font-weight:600}.section-content a{color:#2563eb;text-decoration:none}.section-content a:hover{text-decoration:underline}.footer{background:#f9fafb;padding:32px 0;border-top:1px solid #e5e7eb}.footer-content{text-align:center;color:#6b7280}@media (max-width:768px){.container,.nav-content{padding:0 16px}.page-title{font-size:2rem}.content-card{padding:32px 24px}}@media (max-width:480px){.page-title{font-size:1.75rem}.content-card{padding:24px 16px}.section-title{font-size:1.125rem}}