@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:#f4f4f6}.top-bar{width:100%;height:6px;background:linear-gradient(90deg,#00c48c,#00a878)}.container{max-width:1000px;margin:60px auto;padding:0 20px}.hero h1{font-size:3rem;font-weight:600}.hero p{margin-top:10px;color:#666;font-weight:300}.tabs{margin-top:50px;display:flex;gap:40px;border-bottom:1px solid #eaeaea;padding-bottom:12px}.tabs a{text-decoration:none;color:#666;padding-bottom:8px;position:relative;font-size:1rem;transition:.3s}.tabs a:hover{color:#000}.tabs a.active{color:#000;font-weight:600}.tabs a.active:after{content:"";position:absolute;bottom:-13px;left:0;width:100%;height:3px;background:#00b37e;border-radius:3px}.content{margin-top:50px;max-width:700px}
